body {
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0px;
  overflow: hidden;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
}
.text {
  font-size: 13px;
}
.text_title {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.text_stats {
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.find {
  font-size: 12px;
}
.find2 {
  font-weight: bold;
}
#status {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
}
#title {
  font-size: 18px;
  font-weight: bold;
}
#header_div {
  padding: 5px;
  padding-right: 0px;
}
.feedback {
  color: #888;
  font-size: 12px;
}
#error {
  padding-left: 10px;
  color: #f00;
}
.panel_table {
  font-size: 12px;
}
.nav {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: -23px;
}
#home {
  left: -315px;
}
#filter {
  left: -175px;
  top: -44px;
}
.tab {
  position: relative;
  top: -23px;
  z-index: 200;
}
.tab a {
  background-color: #eee;
  border: 1px solid #666;
  border-bottom-width: 1px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  text-decoration: none;
}
.tab a.selected {
  border-bottom-width: 0px;
  padding: 3px 10px 4px 10px;
}
.tab a, .tab a:visited {
  color: #666;
}
.tab a.selected, .tab a.selected:hover, .tab a.selected:visited {
  background-color: #fff;
  color: #000;
}
.tab a:hover {
  background-color: #999;
  color: #fff;
}
.listtitle {
  padding: 2px;
  font-size: 13px;
}
.listdate {
  font-size: 11px;
}

#header {
  background: #ccc;
  border-bottom: 1px solid #666;
  height: 50px;
  overflow: hidden;
  width: 100%;
}
#info {
  background: #fff;
  border-right: 1px solid #666;
  display: none;
  position: absolute;
}
#info_panel {
  padding: 10px;
}
#map {
  display: none;
  position: absolute;
}
#right {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 100;
}
.panel {
  border-left: 1px solid #666;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.content {
  height: 100%;
  padding: 10px;
}


.intitle {
  font-size: 14px;
  font-weight: bold;
}
.indate {
  font-size: 12px;
}
.indescription {
  font-size: 12px;
}
.indisposition {
  font-size: 12px;
}
.inaddress {
  font-size: 12px;
  font-style: italic;
}
.inidentifier {
  font-size: 11px;
}
.insource {
  font-size: 11px;
}

