#phorumtheme{
	width:720px;
	margin:0 auto;
}
#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:#f60;
}
#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 #06C;
	color:#f60;
}
/*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 #f60;
	color:#ff6600;
}
#phorumtheme .level1 .posttable {
	width:720px;
}
#phorumtheme .level2 .posttable {
	width:695px;
}
#phorumtheme .level3 .posttable {
	width:670px;
}
#phorumtheme .level4 .posttable {
	width:645px;
}
#phorumtheme .level5 .posttable {
	width:620px;
}
#phorumtheme .level6 .posttable {
	width:595px;
}
#phorumtheme .level7 .posttable {
	width:570px;
}
#phorumtheme .level8 .posttable {
	width:545px;
}
#phorumtheme .level9 .posttable {
	width:520px;
}
#phorumtheme .level10 .posttable {
	width:495px;
}