
.mapTab {
    background-color: #eeeeee;
}


#map {
    position: absolute;
    left : 0;
    top : 0;
    /*background-color: #000000;*/
}


#mapFrame {
    background-color: #666666;
} 



#toolBar {
    position: absolute;
    right : 0px;
    top : 0px;
    z-index : 5;
	overflow: hidden;
}

#bottomMapFrame {
    position: absolute;
    left : 0px;
    /*bottom : 0px;*/
    top: 470px;
    width: 100%;
    overflow: hidden;
    z-index : 3;
	text-align: right;
}




#topMapFrame {
    position: absolute;
    left : 0px;
    top : 0px;
    width: 100%;
    height: 40px;
    z-index : 3;
}


#top {
    position: absolute;
    left : 0;
    top : 0;
    width: 100%;
	height: 32px;
    z-index:15;
}

#bottom {
    position: absolute;
    left : 0;
    /*top : 550px;*/
    bottom: 0px;
    width: 100%;
	height: 32px;
    z-index:15;
}



.zoombox {
    position: relative;
    visibility: visible;
    width: 1px;
    height: 1px;
    border-color : #FF0000;
    border-width : 1px;
	border-style : solid;
    z-index:95;
    background:#eeeeee;
    layer-background-color:#eeeeee;
    filter: alpha(opacity=40); 
    -moz-opacity:0.4;
}

/* STYLE FOR ZOOMBOX FOR OPERA AND KONQUEROR */
.zoombox_nontransp {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    left : 0;
    top : 0;
    border-color: #FF0000;
    border-width: 1px;
    border-style: solid;
} 


/* STYLE FOR MEASURE ELEMENTS */
#measureLayer {
    position:relative; 
    top: 0px;
    left : 0px;
    visibility: visible;
    z-index:94;

}


/* STYLE FOR REFERENCE MAP */
.refmap {
    /*background-color: #000000;*/
}

/* STYLE FOR REFERENCE MAP BOX */
.refbox {
    visibility: visible;
    overflow: hidden;
    position: absolute;
    border-color : #FF0000;
    border-width : 2px;
    border-style : solid;
}


/* STYLE FOR REFERENCE MAP CROSS */
#refcross, .refcrossimg  {
    visibility: hidden;
    position: absolute;
    z-index:90;
}


/* STYLE FOR REFERENCE MAP BOX */
.sliderbox {
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    border-color : #FF0000;
    border-width : 1px;
    border-style : solid;
    background:#eeeeee;
    layer-background-color:#eeeeee;
    filter: alpha(opacity=60); 
    -moz-opacity:0.6;
}

.ref {
    position: absolute;
}




#mImg {
    background-color : #FF0000;
}


/* Coordinates Display */
#showcoords {
    visibility: visible;
    /*position: absolute;
    left : 4px;
    top : 4px;	
	z-index: 80;*/
	float: left;
    width: 160px;
    height: 18px;
    /*color: #000000;
    background:#D1D1D1;
    layer-background-color:#D1D1D1;
    filter: alpha(opacity=80); 
    -moz-opacity:0.6;
    border-width:1px; 
    border-color:#AEAEAE; 
    border-style:inset;*/
	margin: 6px 10px;
}

#xcoord {
    /*position: absolute;
    left : 10px;
    top : 2px;*/
	float:left;
	padding: 2px 8px;
}

#ycoord {
    /*position: absolute;
    left : 80px;
    top : 2px;*/
	float:left;
	padding: 2px 8px;
}


#iqueryLayer {
	visibility: hidden;
    position: absolute;
	overflow: hidden;
    width: 180px;
    height: auto;
    z-index : 96;
}


#infoFrame {
	visibility: hidden;
    position: absolute;
	overflow: auto;
    width: 180px;
    height: 250px;
    z-index : 96;
    
	color: #000000;
    background:#eeeeee;
    layer-background-color:#eeeeee;
    filter: alpha(opacity=80); 
    -moz-opacity:0.8;
    border-width:1px; 
    border-color:#AEAEAE; 
    border-style:inset; 
	padding: 4px;
	
}


#selform TABLE{
	height: 20px;
}



/*** IQuery ***/
.iquery {
	background:#D1D1D1;
	layer-background-color:#D1D1D1;
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	border-width:1px; 
	border-color:#AEAEAE; 
	border-style:inset;
	padding: 4px;
	
}

.iquery TH.header {
	color: #000080;
	border-bottom: 2px groove #666666;
	padding-left: 1px;

}

.iquery TD {
	padding-left: 2px;
	vertical-align:top;
	/*border-top:  1px solid #000000;*/

}

.iquery TH {
	padding-left: 4px;
	vertical-align:top;	
}

/*** Styles for scale selection ***/
.scale_link {
	background-color: #EBEBEB;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	z-index : 91;
}

.scale_link_over {
	color: #FFFFFF;
	background-color: #004080;
	padding: 1px 4px 1px 4px;
	cursor: pointer;
	z-index : 91;
}

#scale_suggest {
	font: 11px arial;
	position: absolute; 
	background-color: #EBEBEB; 
	text-align: right; 
	border: 1px solid #003366;
	height: auto;
	width: 50px;
	overflow: auto;
	z-index : 91;
	visibility: hidden;
}	


/*** Table style formatting of DIV's***/
.celldiv {
	float:left;/*fix for  buggy browsers*/
	display: table-cell;
	padding: 1px;
}
.rowdiv {
	display: table-row;
	width:auto;
}


#sliderArea {
	position:absolute; 
	z-index:90; 
	left:4px; 
	top:90px;
	width:30px; 
	height:200px; 
	margin-top:5px; 
	border: 1px solid #999999;
	/*border-left: 2px groove #cccccc;
	border-top: 2px groove #cccccc;
	border-right: 2px ridge #cccccc;
	border-bottom: 2px ridge #cccccc;*/
	/*background-color:#f5f5f5; */
	background-color:#e2e2e2; 
	layer-background-color:#e2e2e2;
    filter: alpha(opacity=85); 
	-moz-opacity:0.85; 
	-moz-border-radius: 15px;
	
}	

.slider_top {
	width:14px; 
	height:15px; 
	/*display:table-row;*/
	background-color:#eeeeee; 
	border: 1px solid #000000;
	-moz-border-radius: 8px 8px 0px 0px;
	-moz-opacity:none;
}

.slider_bottom {
	width:14px; 
	height:15px; 
	/*display:table-row;*/
	background-color:#eeeeee; 
	border: 1px solid #000000;
	-moz-border-radius: 0px 0px 8px 8px ;
}


#scaleArea {
	position:absolute; 
	z-index:90; 
	overflow: visible;
	left: 4px; 
	top: 40px;
	width: auto; 
	padding: 1px 4px 1px 3px;
	border: 1px inset #999999;
	background-color:#e2e2e2;
    layer-background-color:#e2e2e2;
	-moz-opacity:0.9; 
}

#scaleArea input {
	width: 50px; 
}
