body {
  color: #C8C8C8;
  background-color: #000000;
  font-family: arial, verdana, sans-serif;
  margin: 0px;
}

#top {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 75px;
  width: 100%;
  background-color: #1E1E1E;
  float: left;
  height: 85px;
  text-align: center;
  background-image: url(page_header_bg.png);
  background-attachment: scroll;
}

#main {
  padding: 2em;
  clear: both;
  background-color: #1E1E1E;
}

#logo {
  position: absolute;
  left: 83px;
  top: 10px;
  border: none;
  z-index: 1;
}

#bottom {
  padding-top: 50px;
  height: 50px;
  clear: both;
  width: 100%;
  background-color: #1E1E1E;
  float: left;
  text-align: center;
  font-size: 0.6em;
  background-image: url(page_footer_bg.png);
  background-attachment: scroll;
}

.msgbox {
  margin-bottom: 2em;
  clear: both;
  width: 12.5em;
  border: solid 1px #787878;
  font-size: 0.8em;
  text-align: center;
  overflow: auto;
  float: right;
  padding: 0.6em;
  background-color: #505050;
  background-image: url(box_bg.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.msgbox:hover {
  background-color: #646464;
  background-image: url(/box_hover.png);
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.msgbpad {
  position: absolute;
  z-index: 1;
  float: right;
  top: 0px;
  height: 50px;
}

a:link, a:visited {
  color: #EB7800;
  text-decoration: none;
}

a:hover {
  color: #FFA000;
}

dd {
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: solid 2px #646464;
}

dd.half {
  border-right: solid 18em #1E1E1E;
}

dt {
  font-weight: bold;
  border-bottom: solid 2px #646464;
  padding-left: 0.2em;
  background-color: #505050;
}

dt a:link, dt a:visited {
  color: #C8C8C8;
  text-decoration: none;
  border-bottom: none;
}

dt a:hover {
  color: #FFFFFF;
}

dt:hover {
  background-color: #787878;
  color: #FFFFFF;
}

h3, h1 a:link, h1 a:hover, h1 a:visited {
  color: #FFA000;
}

pre {
  padding: 10px;
  margin: 2px;
  border: 1px solid #464646;
  border-left: 20px solid #464646;
  background: #323232;
  color: #c8c8c8;
  font-size: 90%;
  width: 80%;
  overflow: auto;
}

th, td {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}

span.t {
   display: none;
}

span.tl {
  color: #EB7800;
  text-decoration: dotted 1px #FF6408;
  cursor: pointer;
}

span.tl:hover {
  color: #FFA000;
}

