#entireMapContainer, #javascriptWorking { display: none; }
#findbox {
  width: 530px;
  height: 90px;
  background-color: #eee;
  border: 1px solid #999;
}

#mapsearch {
  width: 59%;
  float: left;
}

#options {
  width: 40%;
  height: 90px;
  overflow: auto;
  float: right;
}

#options label {
  display:inline;
  font-weight:normal;
vertical-align: top;
  }

#options p {
  margin: 2px;
  padding: 0;
}

.searchSelect {
  padding: 5px 5px 0px 2px;
}

#map {
  border: 1px solid #999;
  border-top: none;
  width: 530px;
  height: 350px;
  cursor: -moz-grab;
}

#buildingSearch, #buildingSelect {
  margin-left: 15px;
}

#results, #infobar, #attribution {
  background-color: #eee;
  border: 1px solid #999;
  border-top: none;
  width: 530px;
  font-weight: bold;
  display: none;
  overflow: hidden;
}

#infobar, #attribution {
  display: block;
  font-weight: normal;
}
#infobar-tools {
  padding: 2px;
}
#infobar-tools a {
  font-weight: bold;
}
#attribution p {
  margin: 2px;
}
#morelink{
  float: right;
  padding: 2px;
  font-weight: bold;
  
}

#showing {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}

.moreResultsAvailable {
  background: url('./img/switch-un.gif') center left no-repeat;
  padding-left: 16px;
  cursor: hand;
  cursor: pointer;
}

.noResultsAvailable {
  background: none;
  padding-left: 2px;
  cursor: auto;
}

#matchResults {
  background: url('./img/switch-ed.gif') center left no-repeat;
  padding: 2px;
  padding-left: 16px;
  display: block;
  cursor: hand;
  cursor: pointer;
  
}

#resultOutputScrollBox {
  height: 5em;
  overflow: auto;
  margin-bottom: 0;
  margin-left: 15px;
}

#resultOutput {
  width: 95%;
}

#help {
  display: none;
  height: 200px;
  overflow: auto;
  padding: 10px;
}

#buildingList {
  width: 98%;
}

#buildingSelectHeading, #buildingSearchHeading {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: block;
}

#loading {
  float: right;
  margin: 4px;
  display: none;
}

a.helpHeading {
  font-weight: bold;
  background: url('./img/switch-un.gif') center left no-repeat;
  padding-left: 16px;
  text-decoration: none;
  color: #000000;
  display: block;
}

.helpContent {
  margin-left: 16px;
  margin-bottom: 5px;
  display: none;
}

#legend {
  padding: 10px;
}

.legendSwatch {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 4px;
}
.legendItem {
  width: 45%;
  float: left;
  margin: 1px;
}
.clearBox {
  clear: both;
}

#mapForm {
  margin: 0;
}


