html,
body {
  font-family: Arial, sans-serif;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

td {
  font-family: Arial, sans-serif;
  padding: 0 5px;
}

a:link {
  color: #15c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#map {
  left: 0;
  position: relative;
  top: 0;
}

#page {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

#header {
  border-bottom: 2px solid #bdbdbd;
  font-family: Arial, sans-serif;
  font-size: small;
  padding: 5px;
}

.border {
  border: #000 solid 0;
  margin: 0;
  padding: 0;
}

#searchtext {
  padding: 5px;
}

.about {
  background-color: #fff;
  padding-left: 20px;
  text-align: right;
  white-space: nowrap;
}

.snippet {
  font-size: 75%;
  padding-left: 10px;
}

#sidebar {
  left: 5px;
  padding-left: 5px;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 250px;
}

#srt {
  left: 0;
  position: absolute;
  top: 0;
  width: 250px;
}

#srClose {
  text-align: right;
}
.t1 {}

.t2 {
  font-size: 70%;
  vertical-align: bottom;
}

#srtGlossary {
  text-align: right;
}

#srtFound {}

#srBody {
  border: #aaa solid 0;
  border-top-width: 1px;
  height: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  padding-top: 5px;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 250px;
}

#srPage {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

#srPage a,
#srPage img {
  border: #f00 solid 0;
  text-decoration: none;
  vertical-align: top;
}

.infoimg img {
  margin-left: 5px;
}

.infotable td {
  vertical-align: top;
}

#bar {
  background-color: #ffeac0;
  border: #f90 solid 0;
  border-top-width: 1px;
  padding-bottom: 3px;
  padding-right: 5px;
  vertical-align: middle;
}

#bar .links {
  height: 1em;
  padding-left: 5px;
  text-align: left;
}

#mapcaption {
  padding-right: 5px;
  text-align: right;
}

#bar .links a {
  text-decoration: none;
}

#bar .links a img {
  border-width: 0;
  vertical-align: bottom;
}

#bar .links a span {
  height: 16px;
  text-decoration: underline;
  vertical-align: middle;
  width: 16px;
}

#chartPanel {
  font-size: 12px;
}

#chartPanel .activeTab {
  color: #000;
  cursor: default;
  font-weight: bold;
  text-decoration: none;
}

#chartPanel .inactiveTab {
  color: #00e;
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
}

#chartPanel .currentTitle {
  color: #008000;
  font-style: italic;
  font-weight: bold;
}

#chartPanel .hoverTitle {
  color: #c00;
  font-style: italic;
  font-weight: bold;
}

/* The category table is more like a menu -> visited links should use the same
   color as the non-visited ones */
.table-categories {
  border: 0;
  border-collapse: collapse;
  color: #00c;
  font-size: small;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  vertical-align: bottom;
}

.table-categories a:link,
.table-categories a:visited {
  color: #00c;
}

.table-categories a:active {
  color: #f00;
}

.td-top-hilighted-category {
  background-color: rgb(230, 230, 242);
  border-color: #e6e6f2;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  padding-bottom: 2px;
  padding-left: 1ex;
  padding-right: 1ex;
  padding-top: .5ex;
  text-align: left;
}

.td-top-category {
  padding-bottom: 2px;
  padding-left: 1ex;
  padding-top: .5ex;
  text-align: left;
}

.td-mid-hilighted-category {
  background-color: rgb(230, 230, 242);
  padding-bottom: 2px;
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: left;
}

.td-mid-category {
  padding-bottom: 2px;
  padding-left: 1ex;
  text-align: left;
}

.td-bot-hilighted-category {
  background-color: rgb(230, 230, 242);
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  padding-bottom: 3px;
  padding-left: 1ex;
  padding-right: 1ex;
  text-align: left;
}

.td-bot-category {
  padding-bottom: 2px;
  padding-left: 1ex;
  text-align: left;
}

.blue-button {
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
  border: solid 1px #3079ed;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 7px 15px;
}
