/*Google Maps Stuff */

.Gmap {
  width: 800px;
  height: 600px;
  z-index: 2;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #000;
  background-color: #999;
  border: solid #666 1px;
}

.Gmap .Amap{
  width: 800px;
  height: 600px;
}

.Gmap .GButtons {
  position: absolute;
  top: 75px;
  left: 450px;
  width: 15em;
  height: 25px;
  z-index: 3;
  margin: auto;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  border: solid white 0px;
}
.Gmap .GButtons div.outter {
  border: solid black 1px;
  background-color: #fff;
  text-align: center;
  width: 5.5em;
  cursor: pointer;
  position: absolute;
  right: 0;
  font-family: Arial,sans-serif; font-size: small;
}
.Gmap .GButtons div.inner {
  border-style: solid;
  border-color: white #bbb #bbb white;
  border-width: 1px;
  font-size: 12px;
  margin: 0; padding: 0;
  -moz-user-select: none;
}
.Gmap .GButtons div.inner:hover {
  background-color: #eee;
}

.Gmap .MapLegend table {
  text-align: left;
  border: solid #666 1px;
  border-collapse: collapse;
  background-color: #ffffff;
  font-size: 11px;
  color:#000;
  z-index: 4;
  position: absolute;
  top: 270px;
  left: 100px;
  background: transparent url("/img/icehaze2.png") repeat top left;
}
.Smap {
  width: 350px;
  height: 240px;
  z-index: 2;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  color: #000;
  background-color: #999;
  border: solid #666 1px;
}

.Smap .Amap{
  width: 350px;
  height: 240px;
}

