body { width:100%; height:100%; margin:0; overflow:hidden; border:0px none }
html { width:100%; height:100%; margin:0; overflow:hidden; border:0px none }
td { vertical-align: top }
body {font-family:Verdana Arial sans-serif }	
a { text-decoration:none }
#the_side_bar { position:absolute; top:0; bottom:0; left:0; width:250px; height:100%; overflow:auto; font-family: Verdana; font-size:10px; display:none; }
#map_canvas { 
	position:absolute; 
	top:0; 
	left:250px; 
	bottom:0; 
	right:0; 
	height:100%; 
	overflow:hidden; 
	}
#the_side_bar li { list-style: none; margin:0px; padding:0px; } 
#the_side_bar ul { margin-left:0px; padding:0px; font-size:  10px; }
#the_side_bar ul ul, #the_side_bar ul li { margin-left:12px; padding:0px; } 	
#the_side_bar ul li { font-size:  10px; }
#the_side_bar ul li ul li { font-size: 10px; }
#the_side_bar ul li ul li ul li { font-size: 10px; }
#the_side_bar ul li ul li ul li ul li { font-size: 10px; } 
.inView { display:block }
.outView { 
	color:silver; 
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity:0.4; 
	alpha(opacity=40); 
	}
#the_search_bar { position:absolute; top:0; bottom:0; left:0; display:none; height:100%; min-height: 100%; overflow:auto; width:250px; font-family: Verdana; font-size:10px; }
#SearchText { word-spacing:0; line-height:100%; color:#808080; margin: 0px 0px 0px 0px; vertical-align:top; }
#btnsearch { height:22px; width:22px; margin: 0px 0px 0px 0px; }
#img2 { height:22px; width:22px; margin: 0px 0px 0px 0px; }
#img3 { height:22px; width:22px; margin: 0px 0px 0px 0px; }
#messagearea { display:none; } 
#disablingDiv
{
    /* Do not display it on entry */
    display: none; 
 
    /* Display it on the layer with index 1001.
       Make sure this is the highest z-index value
       used by layers on that page */
    z-index:1001;
     
    /* make it cover the whole screen */
    position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
 
    /* make it white but fully transparent */
    background-color: white; 
    opacity:.00; 
    filter: alpha(opacity=00); 
}
