/* NO scrollbar in FF */
html {max-height:100%;overflow:hidden;background:black;}
body {background:black;font: 12px arial; color:White; padding:0px;margin:0px;}
a {color: Green;}
.title { font-size: 16px; font-weight:bold;}
#outline {height: 500px; width: 300px; overflow: auto; position:relative; border: 1px solid; padding:2px; float:left;}
#mymapdiv {float:left;}
#txtFind, #btnSearch, #btnPrint {font-size: 10px; height: 16px;}
#btnSearch, #btnPrint { background-color:Transparent; border: solid 1px White; color:White; cursor:pointer;}

