@CHARSET "ISO-8859-1";
html, body {
	height:100%;
	width:100%;
	color:#8A5A14;
	margin:0;
	padding:0;
}
body {
	overflow:hidden;
	font-family:"Tahoma";
	font-size:8pt;
	color: #025989;
}
a.whitelink:link { color: white;  }
a.whitelink:visited { color: white; }
#header {
	height:36px;
	overflow:visible;
	background-image:url(./help/images/top_sp.gif);
	background-repeat:repeat-x;
	background-color: #007ec4;
	border: solid 1px #007ec4;
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	margin:0;
	padding:0;
}
#footer {
	height:30px;
	overflow:visible;
	background-color: #f1bb46;
	border: solid 1px #007ec4;
	font-weight: bold;
}
#leftContainer, #centerContainer, #rightContainer {
	padding:1px
}

#mainWindow {
	position:absolute;
	top:38px;
	bottom:0px;
	/*height:100%;*/
	width:100%;
}

#map {
	border:1px solid #ccc;
	padding:0;
	overflow:hidden;
	position:relative;
}

table#hdtable 
{
	color:#ffffff;
	font-size:12px;
	float: right;
	padding: 0 10px 0 0;
}
.zoominIcon { background-image:url(./icons/ZoomIn.gif); width:16px; height:16px; }
.zoomoutIcon { background-image:url(./icons/ZoomOut.gif); width:16px; height:16px; }
.panIcon { background-image:url(./icons/Pan.gif); width:16px; height:16px; }
.fullextentIcon { background-image:url(./icons/FullExtent.gif); width:16px; height:16px; }
.fixedzoominIcon { background-image:url(./icons/FixedZoomIn.gif); width:16px; height:16px; }
.fixedzoomoutIcon { background-image:url(./icons/FixedZoomOut.gif); width:16px; height:16px; }
.gobacktopreviousextentIcon { background-image:url(./icons/GoBackToPreviousExtent.gif); width:16px; height:16px; }
.gotonextextentIcon { background-image:url(./icons/GoToNextExtent.gif); width:16px; height:16px; }
.measureIcon { background-image:url(./icons/Measure.gif); width:16px; height:16px; }
.gotoxyIcon { background-image:url(./icons/GoToXY.gif); width:16px; height:16px; }
.drawcircleIcon { background-image:url(./icons/DrawCircle.gif); width:16px; height:16px; }
.locatorIcon { background-image:url(./icons/Locator.gif); width:16px; height:16px; }
.zoomscaleIcon { background-image:url(./icons/ZoomScale.gif); width:16px; height:16px; }
.deactivateIcon { background-image:url(./icons/DeactivateCursor.gif); width:16px; height:16px; }
.doSomethingIcon { background-image:url(./icons/DoSomething.gif); width:16px; height:16px; }
#loadingAnimation { background-image:url(./icons/loading_animation.gif); width:32px; height:32px; }

#area, #length, #coord {
	background-color:#111;
	/*color:#ff0;*/
	color:#fff;
	left:10px;
	padding:2px;
	opacity:0.5;
	position:absolute;
	text-align:right;
	/*text-shadow:-1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	z-index:100;
}
#area {
	bottom:50px;
}
#length {
	bottom:30px;
}
#coord {
	bottom:10px;
}
