.forum, .forumList
{
}

table th.forumHeader
{
	color: #ffffff;
	font-weight: bold;
	background-color: #b6c4ce;
}

table.postTable th
{
	color: #ffffff;
	font-weight: bold;
	background-color: #b6c4ce;
}

.topics
{
}

.replies
{
	width: 10%;
}

.lastPost
{
	width: 20%;
}

.postedBy
{
	width: 25%;
}

.forum
{
}

.topicsCount
{
	width: 10%;
}

.lastPostInfo
{
	width: 35%;
}

.postRow
{
	border-bottom: solid 1px silver;
}

.postCell
{
	padding: 0.5em;
}

.postDate
{
	width: 21%;
}

.message
{
}

.author
{
	width: 25%;
}

.bold
{
	color: #444444;
	font-weight: bold;
}