#forum_login_box {
  background-color: #EEE;
  border: 1px solid #999;
}

#forum_login_box td {
  font-size: .85em;
}


.forum_pagination {
  font-size: 1em;
}

.forum_pagination span {
  padding: 3px;
}

.forum_pagination_current {
  font-weight: bold;
  font-size:1.2em;
  background-color: #DDD;

}

.forum_pagination_num {
}

.forum_recent {
}

.forum_recent_heading {
  font-size: .8em;
}

.forum_recent_body {
  color: #333;
  font-size: .9em;
  line-height: .95em;
  margin: 3px;
  overflow: hidden;
  
}

.forum_header {
  font-size:2em;
  line-height:1.8em;
  font-weight: bold;
}

.forum_sticky {
  font-size:1.1em;
  font-weight: bold;
}

.forum_category {
  
}

.forum_category_header {
}

.forum_category_header_title {
  font-size: 1.25em;
  font-weight: bold;
}

.forum_category_header_description {
  color:#666;
}


.forum_category_controls a {
  font-size: .9em; 
  color: #777;
}

.forum_category_table td {
}

.forum_category_topic {
}

.forum_category_newtopic {
  background-color: #EEE;
}

.forum_post_first {
  margin: 10px;
  margin-left: 50px;
  text-align: right;
  width: 700px;
}

.forum_post_header {
  font-size: .8em;
  background-color:#EEE;
  color: #666;
  padding-left: 3px;
}

.forum_topic_controls {
  font-size: .9em;
}

.forum_topic_head {
  font-size: 1.5em;
}

.forum_topic_header {
  font-weight: bold;

}

.forum_topic_newpost {
  padding: 10px;
  background-color:#EEE;
}

