div.toolbar {
	overflow: hidden;
}
div.toolbar.posts {
	width: 650px;
}
div.toolbar.topics {
	width: 99%;
}

#ForumHeader {
	text-transform: none;
}
#ForumHeader a {
	text-decoration: none;
	color: #fff;
}
#ForumHeader a:hover {
	color: #00c1f3;
}

#ForumTable {
	clear: both;
	width: 99%;
	margin-bottom: 10px;
}

#ForumTable #read_bullet {
	width: 16px;
}
#ForumTable #topics {
	width: 40px;
}
#ForumTable #posts {
	width: 50px;
}
#ForumTable #author {
	width: 120px;
}
#ForumTable #lastpost {
	width: 120px;
}
#ForumTable #actions {
	width: 50px;
}

span.forumName {
	font-weight: bold;
}
span.forumDescription {
	font-size: 10px;
}

table#forumStats {
	width: 150px;
	margin-top: 10px;
}

div.post {
	width: 650px;
	border: 1px solid #373e43;
	margin-bottom: 10px;
	overflow: hidden;
	clear: both;
}

div.post .postLeft, div.post .postRight {
	float: left;
}
div.post .postLeft {
	width: 120px;
}
div.post .postRight {
	width: 530px;
}

div.post .postHeader {
	background: #212426 url('../img/bg_post_header.png') repeat-x;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px solid #373e43;
	margin-bottom: 10px;
}
div.post .postBody {
	padding-left: 10px;
}
div.post .postUserInfo {
	padding-left: 10px;
}

div.post .postToolbox {
	float: right;
	padding: 5px;
}
div.post .postToolbox img {
	margin-left: 3px;
}
div.post .quote {
	width: 95%;
	border-style: solid;
	border-color: #373e43;
	border-width: 1px 1px 1px 3px;
}
div.post .quoteHeader {
	border-bottom: 1px solid #373e43;
	padding: 5px;
}
div.post .quoteBody {
	padding: 5px;
}

table#poll {
	width: 650px;
	margin-bottom: 10px;
}

table#poll col#AlternativeVote {
	width: 20px;	
}
table#poll col#AlternativeName {
	width: 150px;	
}
table#poll col#AlternativeAnswers {
	width: 50px;	
}
table#poll col#AlternativeAnswerBar {
	width: 300px;
}
table#poll tr td {
	padding: 10px;
}
table#poll div.AnswerBar {
	background: url('../img/poll_answer_bar.png');
	border: 1px solid #fff;
}

fieldset#PollForm {
	width: 400px;
	margin: 10px;
}
div#PollAlternatives {
	float: left;
	width: 250px;
}
a#AddAlternative {
	margin-left: 8em;
}

div#pageNumbers {
	overflow: hidden;
	float: right;
}
div#pageNumbers span {
	display: block;
	width: 15px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #373e43;
	text-align: center;
	float: left;
	margin-right: 5px;
}
div#pageNumbers a {
	text-decoration: none
}
div#pageNumbers .current {
	font-weight: bold;
}
div#pageNumbers .gotoFirst, div#pageNumbers .gotoLast {
	width: 30px;
	border: red;
}
