.mapsrv_map {
  border: 1px solid #666666;
  width:auto;
}

.mapsrv_map tr td {
  vertical-align:top;
}

.mapsrv_mapImgDiv {
  border: 1px solid #666666;
  overflow:hidden;
  position: relative;
}
.mapsrv_mapImg {
  cursor:default;
}
.mapsrv_mapWaitDiv {
  text-align: center;
  border: 1px solid gray; 
  border-radius: 10px 10px 10px 10px; 
  padding: 5px; 
  background-repeat: no-repeat; 
  background-position: center center; 
  font-weight: bold;
  background-color: white;
}

.mapsrv_scaleBarImgDiv {
  /*border: 1px solid black;*/
}
.mapsrv_scaleBarImg {
  
}

.mapsrv_legendImgDiv {
  border: 1px solid #666666;
  margin:1px;
}
.mapsrv_legendImg {
  
}

.mapsrv_referenceMapImgDiv {
  border: 1px solid #666666;
  margin:1px;
}
.mapsrv_referenceMapImg {
  cursor:crosshair;
}

.mapsrv_zoomInOutButton {
  background-color:white;
  border:2px outset #666666;
  margin:3px;
  padding:2px;
  cursor:pointer;
  font-size: 7pt;
  color: #FAF3EE;
  font-family: Arial, Tahoma;
  text-align:center;
  display:inline;
  width:25px;
  height:25px;
}
.mapsrv_zoomInOutButton:hover {
  background-color:#E6EAEC;
  border:2px solid #666666;
}

.mapsrv_layerRefreshButton {
  background-color:#666666;
  border:2px outset #666666;
  margin:3px;
  padding:2px;
  cursor:pointer;
  font-size: 7pt;
  color: #FAF3EE;
  font-family: Arial, Tahoma;
  text-align:center;
  /*float:left;*/
}

.mapsrv_MenueButton {
  background-color:white;
  border:2px outset #666666;
  margin:3px;
  padding:2px;
  cursor:pointer;
  font-size: 7pt;
  color: #FAF3EE;
  font-family: Arial, Tahoma;
  text-align:center;
  display:inline;
  width:25px;
  height:25px;
}
.mapsrv_MenueButton:hover {
  background-color:#E6EAEC;
  border:2px solid #666666;
}
.mapsrv_MenueButton_Selected {
  background-color:#dddddd;
  border:2px inset #666666;
  margin:3px;
  padding:2px;
  cursor:pointer;
  font-size: 7pt;
  color: #000000;
  font-family: Arial, Tahoma;
  text-align:center;
  display:inline;
  width:25px;
  height:25px;
}

.mapsrv_zoomRectLayer {
  border: 1px solid red;
  background-color:#808080;
  filter:alpha(opacity:40);
  KHTMLOpacity:0.40;
  MozOpacity:0.40;
  opacity:0.40;
}

.mapsrv_selectFeatureRectLayer {
  border: 1px solid blue;
  background-color:#808080;
}

.mapsrv_layerListDiv {
  margin:1px;
}
.mapsrv_layerListDiv table {
  border: 1px solid #666666;
  border-collapse:collapse;
  /*width:99%;*/
  background-color: white;
  color:black;
}
.mapsrv_layerListDiv table td{
  padding:3px;
  font-size:8pt;
}
.mapsrv_layerListDiv table th{
  border-bottom: 1px solid #666666;
  text-align:left;
  font-size:8pt;
}

.mapsrv_mapImgResizeDiv {
  z-index:9999;
  cursor:nw-resize;
  background-color: white;
  background-image:url(../../img/nbe/mapsrv_img/se_resize2.gif);
  background-repeat:no-repeat;
  border: 1px solid #666666;
  width:19px;
  height:18px;
}

.mapsrv_mapEmbeddedLegendDiv {
  z-index:9997;
  top:-200px;
  left:-200px;
  background-color:white;
  color:black;
  font-size:8pt;
  font-weight:bold;
  cursor:pointer;
  border:1px outset #029698;
  padding:2px;
}

.mapsrv_mapEmbeddedLegendImg {
  background-color:white;
}

.mapsrv_mapEmbeddedLayerListDiv {
  z-index:9996;
  top:-200px;
  left:-200px;
  background-color:#029698;
  color:white;
  font-size:8pt;
  font-weight:bold;
  cursor:pointer;
  border:1px outset #029698;
  padding:2px;
}

.mapsrv_mapEmbeddedLayerList {
  background-color:white;
  display:none;
}

