table.forum{
	border-width: 2 2 2 2;
	width: 724;
	border-color: ffb60f;
	background-color: #262926;
	float: right;
	border-style: solid;
	border-collapse: collapse;
	margin: 2 0 2 0;
}

table.forum tr td{
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 5 5 5 5;
	height: 40;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	vertical-align: middle;
}

table.forum tr th{
	font-weight: bold;
	font-size: 12px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 5 5 5 5;
	height: 50;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	background-color: #ffb60f;
}

table.forum tr td a{
	text-align: left;
	font-size: 11px;
	color: #262926;
}

table.forum tr td img{
	padding: 0 5 0 5;
	text-align: left;

}

.forum_header{
	width: 720;
	margin: 2 2 2 2;
	text-align: right;
	float: left;
}

.forum_footer{
	width: 720;
	margin: 2 2 2 2;
	text-align: right;
	float: right;
}

span.float_left{
	float: left;
}

p.anouncement{
	text-align: left;
	float: right;
	padding: 10 10 10 10;
	margin: 5 0 5 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	font-size: 11px;
	line-height: 1.5;
}

p.anouncement a{
	text-align: left;
	font-size: 11px;
	color: white;
}

table.topic_thread{
	width: 724;
	border-width: 2 2 2 2;
	border-color: ffb60f;
	background-color: #ced4dd;
	float: right;
	border-style: solid;
	border-collapse: collapse;
	margin: 2 0 2 0;
}

table.topic_thread tr th{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	background-color: #ffb60f;
}

table.topic_thread tr th a{
	font-weight: bold;
	font-size: 11px;
	color: #262926;
	background-color: #ffb60f;
}

table.topic_thread tr th a:visited{
	font-weight: bold;
	font-size: 11px;
	color: #262926;
	background-color: #ffb60f;
}

table.topic_thread tr td{
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	border-width: 0px;
	border-style: solid;
	border-color: cccccc;
	vertical-align: top;
	line-height: 2;
}

table.reply_thread{
	width: 724;
	border-width: 2 2 2 2;
	border-color: cccccc;
	background-color: #ced4dd;
	float: right;
	border-style: solid;
	border-collapse: collapse;
	margin: 2 0 2 0;
}

table.reply_thread tr th{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	border-width: 1px;
	border-style: solid;
	border-color: #ced4dd;
	background-color: #ced4dd;
}

table.reply_thread tr td{
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	height: 40;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	vertical-align: top;
	background-color: #FFFFFF;
	line-height: 2;
}



table.forum_form{
	width: 724;
	border-width: 2 2 2 2;
	border-color: ffb60f;
	/*background-color: #ced4dd;*/
	background-color: #f2f2f2;
	float: right;
	border-style: solid;
	border-collapse: collapse;
	margin: 2 0 2 0;
}

table.forum_form tr th{
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	background-color: #ffb60f;
}

table.forum_form tr td{
	text-align: left;
	font-size: 11px;
	color: #262926;
	margin: 0 0 0 0;
	padding: 10;
	height: 40;
	border-width: 1px;
	border-style: solid;
	border-color: cccccc;
	vertical-align: top;
	line-height: 2;
}