
/*textarea, input{
	border: 2px solid #666666;
}*/

table.forum_table, table.forum_menu, table.post
{
	background:#CC0022 none repeat scroll 0%;
	border:1px solid #103F28;
	color:#000000;
}

table.forum_table th, table.post td.header
{
	font-size:11px;
	font-size-adjust:none;

}

table.forum_table {
	margin: 10px 0px 10px 0px;	
}

table.forum_menu {
	margin: 0px 0px 10px 0px;
}

table.forum_table td.title, table.forum_table td.replies, table.forum_menu td.crumb, table.post td.right
{
	background-color: #ffffff;
}

table.forum_table td.lastpost, table.forum_table td.views, table.forum_menu td.account_info, table.post td.left
{
	background-color: #FFDDCC;
}

table.forum_table td.lastpost
{
	text-align: right;
}

table.forum_table td.replies
{
	text-align: center;
}

table.forum_table td.views
{
	text-align: center;
}

table.forum_menu
{
	height: 50px;
}

table.forum_menu td.crumb, table.forum_menu td.account_info
{
	padding: 5px;
}

table.forum_menu td.account_info
{
	width: 200px;
	border-left: 1px solid #cccccc;
}

table.post{
	margin: 6px 0px 0px 0px;	
}

table.post td.header
{
	height: 25px;
	font-weight: bold;
	padding: 0px 5px;
	border-bottom: 2px solid #cccccc;
}

table.post td.left{
	width: 200px;
	border-right: 2px solid #cccccc;
}

table.post td.content{
	height: 125px;
}

table.post td.left, table.post td.right
{
	padding: 5px;
	vertical-align: top;	
}
