#forums {

}

#forums form {
margin-bottom:10px;
}
#forums table.default_form {
border-top:1px dashed #CCC;
}
#forums table.default_form th {
padding:5px;
vertical-align:top;
border-bottom:1px dashed #CCC;
background-color:#EEE;
color:#000;
}
#forums table.default_form td {
padding:5px;
vertical-align:top;
border-bottom:1px dashed #CCC;
}
#forums div.success {
background-color:#FFF;
border:0;
font-weight:bold;
vertical-align:top;
}
#forums div.error {
background-color:#FFF;
border:0;
padding:0;
}




/* --- FORUM HEADER --- */

#forum_header {
background-color:#EEE;
padding:5px;
border:1px solid #CCC;
margin-bottom:15px;
}
#forum_header:after {
content:"."; 
display:block; 
height:0; 
visibility:hidden;
clear:both;
}
#forum_header h1 {
margin:0;
font-size:1em;
}
#forum_header div.path {
float:left;
}
#forum_header div.nav {
float:right;
}
#forum_header div.nav ul {
margin:0;
padding:0;
}
#forum_header div.nav li {
border-left:1px solid #CCC;
margin:0;
padding:0 5px;
display:inline;
list-style-type:none;
}
#forum_header div.nav li.first {
padding-left:0;
border-left:0;
}





/* --- SHOW FORUMS --- */

table.forums {
width:100%;
margin-bottom:10px;
}
table.forums td {
border-bottom:1px solid #EEE;
padding:5px;
vertical-align:top;
}
table.forums th {
border-bottom:1px solid #EEE;
vertical-align:top;
font-size:.85em;
}
table.forums td.forum {

}
table.forums a.forum {
font-weight:bold;
font-size:1.05em;
}
table.forums div.description {
font-size:.9em;
color:#666;
}
table.forums td.last_post {
font-size:.9em;
}
table.forums td.replies {

}
table.forums td.threads {

}




/* --- SHOW THREADS --- */

table.threads {
width:100%;
margin-bottom:10px;
}
table.threads td {
border-bottom:1px solid #EEE;
padding:5px;
vertical-align:top;
}
table.threads th {
border-bottom:1px solid #EEE;
vertical-align:top;
font-size:.85em;
}
table.threads td.title {
font-size:1em;
}
table.threads td.author {

}
table.threads td.last_post {
font-size:.8em;
}
table.threads td.replies {
}
div.page_desc {
font-weight:bold;
}
table.threads span.multi_page_thread {
padding-left:10px;
font-size:.7em;
}


#thread_topnav {
padding:5px;
margin-bottom:10px;
}
#thread_topnav:after {
content:"."; 
display:block; 
height:0; 
visibility:hidden;
clear:both;
}

#thread_topnav div.left {
float:left;
}
#thread_topnav div.right {
float:right;
}



/* --- Show Replies --- */

#thread_header {
margin-bottom:10px;
border:1px solid #999;
padding:5px;
}
#thread_header h1 {
margin:0;
font-size:1.1em;
}
#thread_header div.author {
font-size:.9em;
}



div.thread_nav_top, div.thread_nav_bottom {
margin-bottom:10px;
}

div.thread_nav_top ul, div.thread_nav_bottom ul {
margin:0;
padding:0;
}
div.thread_nav_top li, div.thread_nav_bottom li {
border-left:1px solid #CCC;
margin:0;
padding:0 5px;
display:inline;
list-style-type:none;
}
div.thread_nav_top li.first, div.thread_nav_bottom li.first {
padding-left:0;
border-left:0;
}




table.replies {
width:100%;
}

table.replies td {
padding:5px;
}

table.replies td.member_name {
border-left:1px solid #CCC;
border-top:1px solid #CCC;
border-right:1px solid #CCC;
background-color:#EEE;
color:#000;
font-weight:bold;
}
table.replies td.date {
border-top:1px solid #CCC;
background-color:#EEE;
color:#000;
font-weight:bold;
}
table.replies td.reply_num {
border-top:1px solid #CCC;
border-right:1px solid #CCC;
text-align:right;
background-color:#EEE;
color:#000;
font-weight:bold;
}


table.replies td.member_info {
vertical-align:top;
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
border-right:1px solid #CCC;
}
table.replies div.member_details {
margin-top:10px;
font-size:.85em;
color:#666;
}

table.replies td.reply_body {
vertical-align:top;
width:100%;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
}
table.replies div.reply {
margin-bottom:10px;
}
table.replies div.signature {
font-style:italic;
border-top:1px dashed #CCC;
padding:5px 0 0 20px;
padding-top:5px;
margin-bottom:10px;
color:#666;
}
table.replies div.reply_footer {
text-align:right;
}
table.replies span.reply_details {
font-size:.8em;
}
table.replies span.reply_nav {
padding-left:10px;
font-size:.8em;
}

table.replies td.spacer {
height:20px;
padding:5px;
}





/* --- NEW MESSAGES --- */

table.new_scan {
width:100%;
margin-top:10px;
}
table.new_scan td {
padding:5px;
}
table.new_scan td.title {
border-left:1px solid #CCC;
border-right:1px solid #CCC;
border-top:1px solid #CCC;
background-color:#EEE;
color:#333;
font-weight:bold;
}
table.new_scan td.replies {
border-left:1px solid #CCC;
border-bottom:1px solid #CCC;
}
table.new_scan td.forum {
border-bottom:1px solid #CCC
}
table.new_scan td.date {
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
text-align:right;
font-size:.9em;
}
table.new_scan span.date {
text-align:right;
}
table.new_scan td.spacer {
height:20px;
padding:5px;
}

