html { overflow: hidden;
	 margin: 0;
     padding: 0;
     height: 100%;
	 }
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 250px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #f3f3f3;
color: black;
padding-left:5px;
}

#maincontent{
position: fixed;
top: 0; 
left: 250px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
height:100%;

}

.innertube{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
height:100%;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#map3d{
height: 100%; 
width: 100%; 

}


.tb11 {
	background:#FFFFFF url(search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCCCCC;
	width:200px;
	
}
#basicbutton
{ 
		clear:both;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		padding:4px 6px;
		font-weight:bold;
}
#basicbutton:hover
{ 
		clear:both;
		background:#FFFFFF;
		color:#000000;
		border:solid 1px #666666;
		padding:4px 6px;
}
.scroll-pane {
		width: 240px;
		height: 325px;
		overflow: auto;
		float: left;
		font-size:10px;
		font-family:Helvetica, sans-serif,Times New Roman; 
		overflow-x: hidden;
		}
#but
{ 
		clear:both;
		color:black;
		font-size:11px;
		font-family: Georgia,Serif,Times New Roman; 
        cursor:hand;
		}
#but:hover
{
		color:white;
		background:#888888;
		border-top:solid 1px #fff;
		border-bottom:solid 1px #fff;
}

#pane1 {
		width: 240px;
		float: left;
		font-size:10px;
		font-family:Arial, Arial, Helvetica, sans-serif,Times New Roman; 
		overflow-x: hidden;
		}

