@charset "utf-8";
/* CSS Document */

/* Generic map, side bar holder styles */
      .MapBuilder {
	font: normal small verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px
}

a.MapHolder:link {color: red; text-decoration: none; }
a.MapHolder:visited {color: purple; text-decoration: none; }
a.MapHolder:hover {color: orange; text-decoration: underline; }
a.MapHolder:active {color: blue; }




.MapBuilder a {
	text-decoration: none;
	color:#900
	background-color: transparent;
}
.MapBuilder a:hover {
	background-color: transparent;
}
.MapBuilder h1 {
	font-weight: bold;
	font-size: 16pt;
	color: #369;
	border-bottom: 2px solid #000;
}
/* Info Window styles */

.IW {	}
.IWContent {	overflow:auto;}
.IWCaption {	font-weight: bold;	font-size: 12pt;	color: #713E10;	border-bottom: 2px solid #713E10;}
.IWFooter {	margin-top: 5px;	font-size: 8pt;}
.IWFooterZoom { color:#713E10; }
.IWDirections {	background-color:#ffffff; color:#713E10;}
.MapBuilderSideBar {	float:left;	margin-left: 10px;
}
/* PDMarker */
      div.markerTooltip {
	color: black;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}
</style>
