body {
	margin:0px;
	color: #efefef;
	font-family: arial, sans-serif;
       background-color:#173044;
	     scrollbar-arrow-color: #FFA500;
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-color:'';
	scrollbar-face-color: #173044;
		scrollbar-base-color:#173044;
	scrollbar-highlight-color:'';
	scrollbar-shadow-color:'';
	scrollbar-track-color: #173044;
}

#fullscreen {
	position:absolute;
	top:0px;
	right:5px;
}

#map3d_container {
	position:absolute;
	top:50px;
	left:5px;
	height: 700px;
	width: 75%;
	background-color:white;
}
#map3d {
	height: 100%;
	width: 100%;
}
#controls_container	{
	position:absolute;
	top:750px;
}
#options_container {
	position:absolute;
	top:0px;
	left:5px;
}
#menu {
	overflow:auto;
	position:absolute;
	top:50px;
	right:15px;
	height: 700px;
	width: 22%;
	background-color:#142A3B;
}
label {
	font-size:10px;
}
a {
	font-size:10px;
	color: #ffa500;
	text-decoration:none;
}
a:hover {
	background-color: #ffa500;
	color: #333333;
}
textarea  {
	border:0px;
}
.chkbox {
	width:10px;
	border: 0;
}
.folderHeading {
	font-size:12px;
}
