/* CSS code to support polylines and polygons in Internet Explorer */

v\:* {
      behavior:url(#default#VML);
}

/*
body {
    padding:.8em;
    font-family:Verdana, sans-serif;
    font-size:90%;
}
*/

.hidden, .h 
{
    display:none;
}

a, a:active 
{
    outline:none;
}

#viewmap 
{
	cursor:pointer;
}

#mapwrap 
{   
		clear:left;
    float:left;
    width:100%;
    height:450px;
    background:#f4f4f4;
    overflow:hidden;
    position:relative;
    display:none;
}
#mapwrap h2 
{
	font-size:1em;
}
#mapright 
{
	height:450px;
	margin:0 0 0 200px;
  overflow:hidden;
}

#mapviewer 
{
    float:right;
    width:100%;
    height:450px;
}
#mapviewer div.MMMapTypeWidget span.MM_CUSTOM_MAPTYPE 
{
  visibility: hidden;
}
#mapresults 
{
	position:absolute;
	top:0;
	left:0;
  float:left;
  width:200px;
  background:#fff;
  overflow:hidden;
  height:450px;
}

#geocodestatus 
{
	position:absolute;
	top:100px;
	left:350px;
	background:#fff;
	border:1px solid #000;
	padding:10px;
}

#mapviewer .MMcontent
{
	min-height:150px;
}

.from #toform, .to #fromform 
{
	display:none;
}
.from #fromlink, .to #tolink 
{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#tdform 
{
	position:absolute;
	width:100%;
	height:154px;
	overflow:hidden;
	top:0;
	left:0;
}
#tdform h2 
{
	background:#2d5ac7;
	color:#fff;
	padding:.2em .4em;
	margin:0 0 .2em 0;
	font-size:1em;
	font-weight:normal;
}
#tdform h2 a 
{
	color:#fff;
}
#tdform p 
{
	line-height:1em;
	margin:.4em 0 0 0;
	padding:0;
}
#tdform label.ab, #tdform span.ab 
{
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:0 .2em;
	line-height:1.5em;
}

#searchbtn 
{
	position:relative;
	top:.4em;
}
#resultspanel, #routesteps, #message 
{
	position:absolute;
	top:154px;
	left:0;
	width:100%;
	height:375px;
	display:none;
	overflow:auto;
}
#resultspanel h2, #routesteps h2, #message h2 
{
	background:#2d5ac7;
	color:#fff;
	padding:.2em .4em;
	margin:0 0 .2em 0;
	font-size:1em;
	font-weight:normal;
}
#poibox 
{
	width:100%;	
	position:absolute;
	left:0;
	bottom:0;
}
#openpoi 
{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}

.big 
{
	height:299px;
}

.big .MMLocalInfoWidget .MMoutside 
{
	height:299px !important;
	left:0px;
}
.big .MMlistcontainer 
{
	height:299px !important;
}
