body, td, div {
  background-color: #000;
  color: #fff;
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

input[type=text], select {
  font-size: 18px;
}

A:link, A:visited, A:active {
  font-size: 16px;
  color:#cc9033;
  text-decoration: none;
}

A:hover {
  font-size: 16px;
  color:#ffffff;
  text-decoration: none;
}

.submitbutton {
  width: 85px;
  height: 25px;
  background-image: url(/images/button_submit.gif);
}

.submitbutton:hover {
  background-position: 0px -25px;
}

.clear {
  clear:both;
}

.threaddetail {
  display: none;
  padding: 2px;
}

.hidden {
  display: none;
  padding: 2px;
}

.hidden_detail {
  display: none;
  padding: 2px;
}

.shown {
  display: block;
  padding: 2px;
}

.box {
  background-color: #000;
  color: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-radius-bottomright: 5px;
  padding: 4px;
}

.header {
  font-size: 12px;
  background-color: #000;
  color: #cc9033;
  font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #cc9033;
  padding: 2px;
  margin: 0 0 10 0px;
}

.tab {
  cursor: pointer;
  background-color: #ffcc00;
  border-right: thin solid #fff;
  border-left: thin solid #fff;
  border-top: thin solid #fff;
  padding: 2px;
  color:#000;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

.spacetab {
  border-bottom: 1px solid #fff;
  padding: 2px;
}

.activetab {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border-top: thin solid #fff;
  border-right: thin solid #fff;
  border-left: thin solid #fff;
  padding: 2px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-radius-topright: 5px;
}

.logo {
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  color: #000;
  width: 48px;
  height: 48px;
  float: left;
  border: 2px solid rgb(255,255,255);
  margin-left: 2px;
  margin-right: 2px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.smallnote {
  font-size: 12px;
  margin: 5 0 5 0px;
}

.tooltext {
  font-size: 12px;
  display: inline;
  color: #cc9033;
}

.tooltextlink {
  cursor: pointer;
  display: inline;
  font-size: 12px;
  color: #cc9033;
  text-decoration: none;
}

A.tooltextlink:hover {
  font-size: 14px;
  color:#ffb92e;
  text-decoration: none;
}

.comment_detail {
  margin: 5 5 5 5px;
}

.comment_break {
  border-bottom: 1px dashed #cc9033;
}

.comment_subject {
  font-size: 16px;
  font-weight: bold;
  color: #cc9033;
}
