
.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;
}

#leftMapFrame {
    position: absolute;
    left : 0px;
    /*bottom : 0px;*/
    top: 0px;
    height: 100px;
    z-index : 3;
}


#bottomMapFrame {
    position: absolute;
    left : 0px;
    /*bottom : 0px;*/
    top: 470px;
    width: 100%;
    height: 40px;
    z-index : 3;
}

#topMapFrame {
    position: absolute;
    left : 0px;
    top : 0px;
    width: 100%;
    height: 40px;
    z-index : 3;
}


#top {
    position: absolute;
    left : 0;
    top : 0;
    width: 100%;
    z-index:15;
}

#bottom {
    position: absolute;
    left : 0;
    /*top : 550px;*/
    bottom: 0px;
    width: 100%;
    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;*/
    border: 1px solid #A07AF4;
}

/* 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;
    width: 160px;
    height: 18px;
    z-index : 96;
    color: #000000;
    background:#D1D1D1;
    layer-background-color:#D1D1D1;
    filter: alpha(opacity=80); 
    -moz-opacity:0.8;
    border-width:1px; 
    border-color:#AEAEAE; 
    border-style:inset; 
}

#xcoord {
    position: absolute;
    left : 10px;
    top : 2px;
}

#ycoord {
    position: absolute;
    left : 80px;
    top : 2px;
}

#iqueryLayer {
	visibility: hidden;
    	position: absolute;
	overflow: hidden;
    	width: 150px;
    	height: 150px;
/*     	border:1px solid #959526; */
    	z-index : 96;
}

#iqueryLayer_shw {

	visibility: hidden;
    	position: absolute;
	overflow: hidden;
    	width: 150px;
    	height: 150px;
    	background:#F2F23E;
    	z-index : 95;
    	

}
#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;
}

