      /* Generic map, side bar holder styles */
      .MapBuilder {font: normal 10pt Arial, Trebuchet, "Trebuchet MS", Verdana, sans-serif; margin: 0px;}
      .MapBuilder a {text-decoration: none; color: #008000; background-color: transparent;}
      .MapBuilder a:hover {color: #008000; background-color: transparent;
	text-decoration: underline;
}
      .MapBuilder h1 {font-weight: bold; font-size: 16pt; color: #369; border-bottom: 2px solid #369;}
      
      /* Info Window styles */
      .IW { width: 350px;}
      .IWContent {height: 120px; overflow:auto;}
      .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369;}
      .IWFooter {margin-top: 5px; font-size: 8pt; }
      .IWFooterZoom {}
      .IWDirections{background-color:#FFF;}

      .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;
      }
