﻿body { 
	background-color: #838e96;
}

#forum_container text,#forum_container p,#forum_container td,#forum_container li {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

#forum_container a {
	color: #5c707c;
	font-weight: bold;
	text-decoration:none;
}

#forum_container th, h1 {
 background-color: #838e96;
 color: #FFFFFF;
 font-size: 16px; 
 font-weight: bold;
 white-space:nowrap;
 padding: 7px 9px;
 border-left: 1px solid white;
}

#forum_container {
	width: 650px;
	padding: 10px;
	}

#forum_container table {
	width: 100%;
	border-collapse:collapse;
}

#forum_topics td, #forum_postings td, #thread_view td {
	border-bottom: 1px solid #d6dbde;
	padding: 16px 9px;
}

.topic, .post {
	width: 67%;
	border-left: 1px solid #d6dbde;
}

.lastpost, .poster {
	width: 23%;
	background-image:url(../lyt_img/b_black_alpha_05.png);
	background-repeat:repeat;
}

.posting_count {
	width: 10%;
	border-right: 1px solid #d6dbde;
}

.message {
	width:77%;
	border-left: 1px solid #d6dbde;
}

.poster {
	border-right: 1px solid #d6dbde;
}

.thread_title {
	font-weight:bold;
	font-size: 15px;
	margin-bottom:0;
	padding-bottom:0;
}

.poster_information {
	margin-top:0;
	padding-top:0;
	font-size: 9px;
}

.thread_posting {
	background-color: #F5F5F5;
	padding: 8px;
	margin-bottom: 8px;
}

.item, .itemErr {
	font-weight: bold;
}

.itemErr {
	color: red;
}

#breadcrumbs {
	background-color: #dadfe1;
	position:relative;
	top: -14px;
	left: -10px;
	width: 700px;
	margin-right: -20px;
	margin-top: 4px;
	padding: 0;
}

#breadcrumbs p {
	padding: 0 0 15px 20px;
	margin:0;
	font-weight:bold;
}

.linkAdd {
	background: url(../lyt_img/ico_add.gif) no-repeat;
	padding-left: 15px;
	margin: 5px;
	text-decoration:none;
}