table.forum {
	clear:both;
	border-collapse:collapse;
	margin-top:10px;
	width:100%;
}
table.forum td {
	border: 1px solid #ccc;
	text-align: center;
	vertical-align:top;
	padding:5px;
}
table.forum td.forum_name {
	text-align:left;
	height:60px;
	padding-left:0px;
}
table.forum thead td {
	font-weight: bold;
	background-color: #ddd;
	padding:7px 7px;
}
table.forum td.message {
	text-align:left;
}
a.green {
	color: green;
}
a.red {
	color: red;
}
a.new_post {
	color:green;
	font-weight:bold;
	font-size:15px;
}
div.new_post {
	width:350px;
	float:right;
}
tr.moderator td {
	background: #f0f0f0;
	text-align:left;
}
div.moderator{
	border:1px solid #ccc;
	background-color: #eee;
	padding:5px;
	margin-top:10px;
}
