body {
  margin: 0;
  font-family: verdana;
  text-align: center;
}

input, select, textarea {
     font-size: 11px;
     font-family:  Verdana;
}

#topbar {
  width: 100%;
  background-image: url(/images/doctsidelogo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;
  text-align: center;
  font-size: 12px;
}

#topbar a {
  text-decoration: none;
}

#topbar a:hover {
  text-decoration: underline;
}

#topbar ul {
  display: inline;
}

#topbar ul li {
  display: inline;
  border-right: 1px solid #000000;
  padding-right: 10px;
  padding-left: 10px;
}

#topbar ul li.last {
  border: 0px;
}

#sidebar {
  text-align: center;
  font-size: 12px;
  margin: 10px;
  background: #e6e8e6;
}

img.inserted {
  border: 0px;
  max-width: 200px;
  width: expression(this.width > 200 ? "200px" : this.width);
}

a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  color: #efa663;
  text-decoration: underline;
}

a.top {
  color: #000000;
  text-decoration: none;
}

a.top:hover {
  color: #000000;
  text-decoration: underline;
}

a.sidebar {
  color: #000000;
  text-decoration: none;
}

a.sidebar:hover {
  color: #000000;
  background: #F7F7F7;
  text-decoration: underline;
}

a.forum_header {
  color: #efa663;
  font-weight: none;
  text-decoration: underline;
}

a.forum_header:hover {
  color: #000000;
  text-decoration: none;
}

#logindiv {
  text-align: left;
  padding: 5px;
  font-size: 12px;
}

#content {

  padding-top: 10px;

}

#thread {
  margin: auto;
  text-align: left;
  background: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  width: 90%;
  font-size: 12px;
}

div.error {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  background: #FFEEBB;
  margin: 5px;
  padding: 2px;
  color: red;
}

div.formatting {
  font-size: 10px;
  padding: 3px;
  background: #e6e8e6;
  text-align: center;
  border: 1px solid #EEEEEE;
  margin: auto;
  margin-bottom: 5px;
}

div.success {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  background: #FFEEBB;
  margin: 5px;
  padding: 2px;
  color: green;
}

div.reply {
  margin: auto;
  background: #FFFFFF;
  text-align: left;
  padding: 10px;
  width: 90%;
  font-size: 12px;
}

#post_reply {
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
  padding: 10px;
  padding-top: 0px;
  background: #e6e8e6;
  width: 60%;
  font-size: 12px;
}

#first_reply {
  padding: 20px;
  background: #b8beb8;
  margin-bottom: 20px;
}

#all_replies {
  vertical-align: top;
  clear: both;
  padding: 10px;
  margin: 0;
  background: #dadcda;
  text-align: center;
}
  
div.page {
  float: left;
  font-size: 12px;
  padding: 2px;
  padding-left: 3px;
  padding-right: 10px;
  margin-right: 5px;
  margin-bottom: 0;
}

div.page:hover{
  cursor: pointer;
}

#register {
  width: 70%;
  font-size: 12px;
  margin-top: 20px;
  background: #e6e8e6;
  padding: 5px;
  border: 1px solid #FFFFFF;
}

div.forum_header {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0;

}

span.points {
  background: #eee;
}
