#phorumtheme{
	width:750px;
	
}
#phorumtheme #threads {
	width:100%;
}
#phorumtheme  .posttable {
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#phorumtheme td.topic_post_count {
	text-align:right;
}

#phorumtheme td.post_title {
	font-size:17px;
	font-weight:bold;
}
#phorumtheme .post_last_modified, #phorumtheme .topic_last_modified {
	display:none;
}
#phorumtheme td.post_author {
	width:120px;
	font-size:17px;
	font-weight:bold;
	color:#3a1b06;
}
#phorumtheme td.post_author span{
	margin-left:5px;
}
#phorumtheme td.post_text {
	font-size:13px;
}
#phorumtheme td.topic_buttons {
	text-align:right;
	vertical-align:bottom;
}
#phorumtheme .mwphorum_butt {
	background:none;
	border:1px solid #873e0b;
	color:#3a1b06;
}
/*forms*/
.phorum_new_thread table{
}
.phorum_new_thread table td{
	text-align:right;
}

#phorumtheme label {
	font-size:14px;
}
#phorumtheme .phorum_in{
	width:350px;
	border:1px solid #ccc;
	padding:3px;
	margin:2px;
	font-size:14px;
}
#phorumtheme textarea#post_text {
	height:120px;
}
#phorumtheme input#phorum_post {
	font-size:16px;
	font-weight:bold;
}
/*levels*/
div.req {
	font-weight:bold;
	margin:10px 5px;
	padding:5px;
	border:1px solid #3a1b06;
	color:#ff60000;
}
#phorumtheme .level1 .posttable {
	width:620px;
}
#phorumtheme .level2 .posttable {
	width:595px;
}
#phorumtheme .level3 .posttable {
	width:570px;
}
#phorumtheme .level4 .posttable {
	width:545px;
}
#phorumtheme .level5 .posttable {
	width:520px;
}
#phorumtheme .level6 .posttable {
	width:495px;
}
#phorumtheme .level7 .posttable {
	width:470px;
}
#phorumtheme .level8 .posttable {
	width:445px;
}
#phorumtheme .level9 .posttable {
	width:420px;
}
#phorumtheme .level10 .posttable {
	width:395px;
}
