/******************************************************************************
* gmapsStyles.css
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
div.gmapsRouteGMap .tooltip, div.gmapsAccessGMap .tooltip, 
{
	
	background-color: #ffffff ;
	
	font-weight: bold ;
	
	border-color: #006699 ;
	
	border-style: solid ;
	
	border-width: 2px ;

}


div.gmapsRouteGMap v\:*{
	
	behavior: url(#default#VML) ;

}
div.gmapsRouteGMap table.directions tr.header th
{
	
	background-color: #EEEEEE ;

}

div.gmapsRouteGMap table.directions table td
{

	font-family: Verdana, Arial, sans serif ;

	font-size: 10px ;

}

div.gmapsAccessGMap div.map
{
	border-color: #000000 ;
	
	border-style: solid ;
	
	border-width: 1px ;

}

form.gmapsNoForm {
	display: none;
}

div.isoContainer {
	border:1px solid black;
}

div.directionsContent {
	overflow:auto;
	border:0px;
	margin: 2px;
}

div.mapContent {
	overflow: auto;
	border: solid #000 1px;
}

.directions th {
	font-family: Verdana, Arial, sans serif;
	font-size: 13px;
	margin: 2px;
}