

.mapTab {
    background-color: #eeeeee;
  }


#map {
    left : 0;
    position : absolute;
    top : 0;
  }


#mapFrame {
    border: #000000 dashed 1px;
  }


#toolBar {
    position: absolute;
    right : 0px;
    margin: 5px;
    top : 0px;
    z-index : 5;
    overflow: hidden;
  }


#bottomMapFrame {
    margin-top:1px;
    position: absolute;
    left : 0px;
    /*bottom : 0px;
    */ top: 470px;
    width: 100%;
    overflow: hidden;
    z-index : 3;
    text-align: right;
  }


#topMapFrame {
    position: absolute;
    border-bottom: #000000 dashed 1px;
    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 {
   /* border : #000000 dashed 1px; */
  }

/* STYLE FOR REFERENCE MAP BOX */


.refbox {
    visibility: visible;
    overflow: hidden;
    position: absolute;
    border: dashed 1px #ff0000; 
  }

/* 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 : 300px;
    top : -27px;
    width: 180px;
    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: 180px;
    height: 500px;
    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;
  }


