#forum {
  position:relative;
}
#forum #path {
  font-weight:bold;
}
#forum #current {
  margin:5px 0px;
  background-color:#000000;
  color:#ffffff;
  padding:5px;
  font-weight:bold;
  font-size:13px;
}
#viewforum, #index, #newPost, #viewtopic {
  width:95%;
  position:relative;
  left:2.5%;
}
#viewforum #list, #index #list, #newPost, #viewtopic #list { /*tables*/
  background-color:#A0B0C0;
  border:none;
  text-align:left;
  width:100%;
}
#forum #gmt {
  text-align:right;
}
#newPost {
  background-color:#F8FAFF;
  border:1px solid #A0B0C0;
}

#viewforum th, #index th, #viewtopic th, #newPost th {
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;
  background-color:#b0c0cf;
  color:#FFFFFF;
  padding:6px;
  margin:0px;
}

#viewforum td, #index td, #newPost td {
  background-color:#F8FAFF;
  font-family:Verdana,Arial,Helvetica;
  font-size:12px;
  margin:0px;
}

#viewforum td, #index td, #newPost td {
  padding:6px;
}

#forumOptions {
  font-weight:bold;
  text-align:center;
  margin-top:10px;
  margin-left:auto;
  margin-right:auto;
  padding:5px 0px;
}
/* INDEX */
#index .forum-num-topics {
  text-align:center;
}
#index th.forum-num-topics {
  width:75px;
}
#index .forum-num-posts {
  text-align:center;
}
#index th.forum-num-posts {
  width:75px;
}

/* VIEWFORUM */
#viewforum .topic-subject {
  width:200px;
  font-size:11px;
}
#viewforum .topic-author {
  text-align:center;
  width:100px;
  font-size:11px;
}
#viewforum .topic-num-posts {
  text-align:center;
  font-size:11px;
}
#viewforum .topic-date {
  font-size:10px;
}

/* VIEWTOPIC */
#viewtopic .bg1 {
  background-color:#F8FAFF;
}
#viewtopic .bg2 {
  background-color:#F1F5Fa;
}
#viewtopic td {
  padding:0px;
}
#viewtopic td.post-author {
  padding:6px;
}
.post-author {
  text-align:center;
  width:80px;
}
.post-author img {
  margin:3px;
}
.post-message {
  margin:5px 0px;
  font-size:12px;
}
.post-date {
  font-size:10px;
  color:#80a0c0;
  float:left;
  margin-top:4px;
}
.post-moderate {
  font-size:11px;
  float:right;
}
.post-header {
	height:20px;
}
.post-header img {
  vertical-align:middle;
}
#forum #viewtopic div.hr {
  clear:both;
  margin:0px;
  border-top:1px solid #D1D1D1;
  height:0px;
  padding:0px;
  line-height:0px;
}
