 html {
     height: 100%;
}
 body {
     height: 100%;
     margin: 0;
     padding: 0;
}
#caroline_logo{
     width: 200px;
     margin: 0 auto;
}
#dab_logo{
	display: block;
    width: 80px;
    margin: 0 auto;
}
 #map_canvas {
     height: 100%;
}
#no_content{
color: gray;
text-align: center;
margin-top: 100px;
font-family: sans-serif;
line-height: 1.6;
}
label{
height: 16px;
vertical-align: middle;
}

ul{
list-style-type : none;
padding-left: 0;
}

#maps_menu li{
padding-bottom: 2px;
height: 16px;
}

input[type=radio]{
height: 16px;
vertical-align: middle;
margin-bottom: 3px;
}

 #checkboxes {
     position: absolute;
     top: 30px;
     right: 10px;
     width: 220px;
     font-family: 'arial', 'sans-serif';
     font-size: 12px;
     background-color: white;
     border: 1px solid gray;
     padding: 5px 10px;
}
 #legend {
     background: #FFFFFF;
     padding: 5px;
     margin: 2px;
     font-size: 8px;
     font-family: Arial, sans-serif;
}
 .color {
     border: 1px solid;
     height: 10px;
     width: 10px;
     margin-right: 3px;
     float: left;
}

.blue-flat-button{
 color: #fff;
 display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  background-color: #2a71c1;
  border-color: #1365c1;
}

.blue-flat-button:hover,
.blue-flat-button:focus {
  background-color: #437fc2;
}

 label,input {
     vertical-align:middle;
}
 .purp {
     background: #8000ff;
}
 .grn {
     background: #80ff80;
}
 .yel {
     background: #ffff80;
}
 .yellow {
     background: #ffff00;
}
 .turq {
     background: #00ffff;
}
 .orange {
     background: #ff8000;
}
 .dred {
     background: #960000;
}
 .rred {
     background: #FF0000;
}
 .lred {
     background: #FF9696;
}
 .wwhite {
     background: #FFFFFF;
}
 .lgreen {
     background: #96FF96;
}
 .ggreen {
     background: #00FF00;
}
 .dgreen {
     background: #009600;
}
