
.mapTab {
    background-color: #FFFFFF;
    border : 0px solid #FFFFFF;
}


#map {
    position: absolute;
    left : 5;
    top : 5;
    background-color: #FFFFFF;
    border : 0px solid #F9AC4F;
}


#mapFrame {
    position: absolute;
    left : 0;
    top : 0;
    background-color: #FFFFFF;  /*#205DA9;*/ 
    border : 2px solid #F9AC4F;
} 


#toolBar {
    position: absolute;
    right : 0px;
    top : 0px;
    z-index : 5;
}

#bottomMapFrame {
    position: absolute;
    left : 0px;
    /*bottom : 0px;*/
    top: 470;
    width: 100%;
    height: 40px;
    z-index : 3;
    visibility:hidden;
}

#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;
    visibility:hidden;
}



.zoombox {
    position: relative;
    visibility: visible;
    width: 1px;
    height: 1px;
    border-color : #FF0000;
    border-width : 1px;
	border-style : solid;
    z-index:95;
	background:#eeeeee;
    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;
    background-color:#eeeeee;
    filter: alpha(opacity=60); 
    -moz-opacity:0.6;
}

.ref {
    position: absolute;
}




#mImg {
    background-color : #FFFFFF;
    border:0px solid #FFFFFF;
}


/* Coordinates Display */
#showcoords {
    visibility: visible;
    position: absolute;
    left : 4px;
    top : 4px;
    width: 160px;
    height: 18px;
    z-index : 96;
    color: #000000;
    background:#D1D1D1;
    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;
}

#comment_l {
    border: 1px solid #B7CDE6; 
    background-color: #B7CDE6;
}

#comment_r {
    border:1px solid #B7CDE6; 
    background-color: #B7CDE6;
}

