/* CSS Document */


      /* Generic map, side bar holder styles */
      .MapBuilder {font-family: arial, helvetica, sans-serif; font-size: 10pt; margin: 0px;  text-align:center;}
      .MapBuilder a {text-decoration: none; color: #0066CC; background-color: transparent;}
      .MapBuilder a:hover {color: #F60; background-color: transparent;}
      .MapBuilder h1 {font-weight: bold; font-size: 14pt; color: #3399CC; border-bottom: 2px solid #369; }
      
      /* Info Window styles */
      .IW { width: 280px; text-align:left; font-size: 10pt;}
      .IWContent {height:; overflow:auto; font-size: 8pt; color:#666666;}
      .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369; padding-bottom:2px; margin-bottom:5px;}
      .IWFooter {margin-top: 1px; font-size: 8pt; }
      .IWFooterZoom {}
      .IWDirections{background-color:#FFF;}

 
      .MapBuilderSideBar { width:485px; margin:20px auto 0 auto; text-align:left}
	  #SideBarAction { font-size:14px; font-weight:bold;}
	  ul#LocationList { list-style-type: square;}
	  #MapBuilderMap {width:485px; height:350px; margin:0 auto 0 auto; border:2px solid #3399CC;}
 

            /* PDMarker */
      div.markerTooltip {
        color: black;
        background-color: white;
        white-space: nowrap;
        margin: 0;
        padding: 2px 4px;
        border: 1px solid black;
      }

p.propertymap { color: #006699; font-family:Arial, Helvetica, sans-serif; margin:2px; text-align:center;}

#map {width:485px; height:330px; border:2px solid #0099CC; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#003399; margin:0 auto; text-align:left;}
#mapTitle {width:485px; background-color:#006699; color:#FFFFFF; padding:2px; font-size:14px; margin:0 auto; font-family:Arial, Helvetica, sans-serif;text-align:center;}
a.pmap { color: #CC9933; text-decoration:none;}
a.pmap:hover { text-decoration:underline;}