body { margin:0 0 0 0; padding:0 0 0 0; overflow:hidden; font-family:sans-serif; }

#map {
    width:100%; height:100%;
    position: absolute; top:0; left:0;
}

div#print { position:absolute; top:0; right:0; width:2in; text-align:center; }
div#print a { font-size:14pt; text-decoration:none; }

/* search widgets */
#citysearch {
   position:absolute; top:0; left:0.75in;
}
#citysearchresults {
   position:absolute; top:1.7em; left:0.75in;
   width:3in;
   background-color:white;
   display:none;
   font-size:10pt;
}
#stations {
   position:absolute; top:0; right:1.5in;
}
#zoomto {
   position:absolute; top:0; right:0;
   width:1.5in;
}

#datetime {	position:absolute; left:15px; bottom:0px; font-size:18px; color: #EEE; }
#datetime span { font-style:italic; }

/* station popup */
div#bumpright { margin-left: 10px; }

h1#station { font-size: 16px; font-weight: bold; margin:0; border-bottom: 1px dashed #000;}
h1#station span { font-weight: normal; font-size: 90%; }

p#lastcall { margin: 3px 0px; font-size: 14px; }
p#contact { margin: 3px 0px; font-size: 14px; }

table#wvars { border: 1px solid #AAA; border-left: none; font-size: 14px; }
table#wvars td { border-left: 1px solid #AAA; }
table#wvars th { border-left: 1px solid #AAA; font-size: 80%; color: #FFF; background: #AAA; }
