#forum {
overflow:hidden;
width:100%;
margin:auto;
}
#forumTable {
  /*margin: 30px 0;*/
  margin:auto;
  border: 1px solid #777777; 
  font: 13px/18px verdana, arial;
  border-spacing:0;
  text-align:left;
  width:599px;
}

#forum td {
  text-align: left;
  padding:5px;
}

#forum tr td:first-child {
  text-align:left;
}

#forum tr.forum td p {
  margin: 0;
}

#forum tr#postHeading {
font-size:1.2em;
}
#forum tr#threadHeading td {
background:#e2e7e9;
}
#forum tr.header_bg {
}
#forum tr.header_row {
  background:#777777;
  padding:5px;
  color:#333333;
}
#forum tr.header_row div#threadName {
float:left;
}
#forum tr.header_row div#threadSubscribe{
float:right;
}
#forum td.postUser {
border-right:1px solid #777777;
}
#forum td.postUser, #forum td.postTime {
background:#292929;
margin:0;
padding:0 10px 0 10px;
}
#forum td.postUserInfo {
font-size:70%;
border-right:1px solid #777777;
width:100px;
}
#forum td.postButtons {
border-bottom:1px solid #777777;
border-top:1px solid #777777;
}
#forum td.postButtons a {
padding:5px 10px 5px 10px;
color: #558012;
}

#forum p {
  padding: 0px;

}

#forum a {
color:#4ef631;
}


#forum h3#breadcrumb {
  font-family: verdana, arial;
  font-weight:normal;
  color:#bbb;
  padding-bottom:0px;
}
form#post {
display:none;
}
blockquote {
border: 1px solid #dae0e4;
border-top:2px solid #dae0e4;
border-left: 3px solid #dae0e4;
color:#333333;
}

div.quoteAuthor {
background:#333333;
color:#777777;
font-size: 70%;
padding:3px;
}
div.quoteAuthor span {
color:#aaa;
font-style:italic;
}
div.quoteBody {
padding:5px;
}

#forum div.code {
background:#fff;
border-left:5px solid #dae0e4;
border-top:2px solid #dae0e4;
border-bottom:1px solid #dae0e4;
border-right:1px solid #dae0e4;
max-width:400px;
overflow:auto;
padding:0 15px 0 15px;
font-size:80%;
margin:10px;
}
#forum h2 {
font-size:1.2em;
margin:0;
padding:0;
display:inline;
}
#forum h2.quote {
float:right;
}
td.threadName, td.threadCreated, td.threadViews, td.threadReplies {
border-top:1px solid #dae0e4;
}

#forum tr.postHeading td.postTime {
text-align:right;
}
div#topButtons {
float:right;

}
div#addPost {
width:100%;
margin:0px;
}
td.folderIconOpen {
background:url('../images/forums/folder_open.png') no-repeat;
width:50px;
background-position:center;
}
td.folderIconClosed {
background:url('../images/forums/folder_open.png') no-repeat;/*background:url('../images/forums/folder_closed.png') no-repeat;*/
width:50px;
background-position:center;
}

td.folderIconClosed, td.folderIconOpen, td.category, td.categoryNumThreads, td.categoryNumPosts {
border-top:1px solid #777777;
}

