body{
  font-family: Arial;
}

.sidebar-entry{
  border: 1px black solid;
}

#results{
  width: 19%;
  height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  float: left;
  border: 1px solid #aaa;
}


#map{
  height: 600px;
  width: 80%;
  float: right;
  margin-right: 5px;
}


.sidebar-entry-title{
  font-size: 10pt;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #aaa;
}

.sidebar-entry-title:focus{
  background-color:#ccf;
}
.sidebar-entry-title:hover{
  background-color:#cfc;
}

.infowindow-text{
  overflow: auto;
  text-align: left;
  max-height: 200px;
  height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
  font-size: small;
}

.infowindow-title a{
  text-decoration: none;
}

.asterisk{
  color: red;
  vertical-align: baseline;
  font-size: 1.5em;
  position: relative;
}

#questions_box{
  width: 300px;
  overflow: auto;
  text-align: left;
  max-height: 200px;
  height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); /* sets max-height for IE */
  font-size: small;
}

#zoomlabel_box{
  width: 32px;
  overflow: none;
  text-align: left;
  height: 130px;
  font-size: small;
  color: #F04;
  font-weight: bold;
}

#questions{
  background-color: white;
  border: 1px solid black;
  padding: 5px;
}

#questions_header{
  background-color: #ddf;
}

.restore,
.minimize{
  float: right;
  clear: both; 
}

.answer{
  background-color: #cfc;
  cursor: pointer;
}

.question{
  cursor: pointer;
}

#status_msg{
  background-color: #fcc;
  margin-bottom: 10px;
}

#login{
  float: right; 
  font-size: 8pt;
  padding: 5px;
  color: #777;
}

#login a{
  color: #777;
  text-decoration: none; 
}

#footer{
  text-align: center;
  font-size: 8pt;
}

#admininfo{
  float: left;
  padding: 5px;
}

.adminonly{
  font-style: italic;
  color: red;
}

