﻿.ForumsContainer h2
{
	font-size:14px;
}

/* forum view */
.ForumImage
{
	display:inline;
	clear:both;
	float:left;
	margin-right:10px;
}

/* topic view */
.TopicBody
{
	clear:both;
	padding-top:5px;
}
.TopicStats
{
	width:200px;
	float:left;
	font-size:12px;
	text-align:left;
}

/* reply view*/
.ReplyContainer
{
	padding:30px 0 0 30px;
}
.ReplyContainer h3
{
	margin:0;
	padding:0 0 10px;
	font-size:15px;
}
.ReplyAuthor
{
	width:300px;
	float:left;
}
.ReplyAuthor strong
{
	font-size:11px;
}
.ReplyBody
{
	clear:both;
	padding-top:10px;
}

.ReplyButtons
{
	width:300px;
	float:right;
	text-align:right;
}