@charset "utf-8";
/* CSS Document for Maps*/

/* Generic map, side bar holder styles */
.MapBuilder { font: Arial, Helvetica, sans-serif; font-size: 10pt; margin: 0px; }
.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: 16pt; color: #369; border-bottom: 2px solid #369; }
/* Info Window styles */
.IW { width: 350px; }
.IWContent { height: 110px; 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; }
