

/* The map and the location bar */
#map {
  clear: both;
  position: relative;
  width: 840px;
  height: 400px;
  border-radius: 4px;
  border: 1px solid #CBC3BE;
  top: 0px;
  /*left: 210px;*/
}

.sitavr-layer-switcher {
  background-color: #e4e5be !important;
  border: 1px solid #8C8C8C;
  border-radius: 3px;
  font-size: 90% !important;
  font-weight: normal !important;
  padding: 0.3em;
  /*min-height: 600px;//*/
}

.sitavr-layer-switcher .layersDiv{
  background-color: #e4e5be !important;
  color: #000000;
  position: relative;
  padding: 5px !important;
}

.sitavr-map-feature-table{
  padding: 0px;
  margin: 0px;
  width: 800px;
  border-collapse: collapse;
}

.sitavr-map-feature-table-header{
  background-color: #e4e5be !important;
  border: 1px solid #CBC3BE;
  font-weight: bolder;
  padding: 2px;
}

.sitavr-map-feature-table-cell{
  border: 1px solid #CBC3BE;
  padding: 2px;
}

.sitavr-detail-table table thead tr {
  display: none;
}

.dataLbl{
  display: none;
}

.popupTitleCell{
  border-right: solid 1px #999;
  border-left: solid 1px #999;
  border-top: solid 1px #999;
  font-weight: bolder;
  padding: 2px;
}

.popupContentCell{
  border-right: solid 1px #999;
  border-top: solid 1px #999;
  padding: 2px;
}

