body, td {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 10pt;
}

h1 {
  line-height: 1em;
  margin: 0;
}
h2 {
  line-height: 1em;
  margin: 0;
  padding: 3px;
  background: #000000;
  color: #ffffff;
}

.bottomLink {
  margin-left: 1em;
}

#mapArea {
  position: relative;
}

#timeBlock {
  display: block;
  border: 1px solid #333;
  -moz-border-radius: 5px;
  text-align: center;
  position: absolute;
  filter: alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  background: #eeeeee;
  width: 6em;
}
#timeBlock_large {
  font-size: 200%;
  width: 6em;
}

#timeBlock .date, #timeBlock_large .date {
  font-size: 70%;
  padding: 0 0.2em 0 0.2em;
}
#timeBlock .time, #timeBlock_large .time {
  font-size: 100%;
  font-weight: bold;
}
#timeBlock .zone, #timeBlock_large .zone {
  margin-left: 0.2em;
  font-size: 80%;
}
#timeBlock .zoneName, #timeBlock_large .zoneName {
  display: none;
  font-size: 60%;
  font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
}

.errorHeader {
  color: #cc0000;
  background: #ffdddd;
  font-weight: bold;
}

#footer {
  text-align: center;
  margin-top: 1em;
  font-size: 85%;
  color: #999;
}
#footer form {
  margin: 0;
}

