/*
 * Example CSS for Simplest Forum.
*/
.contentpane.sforums table{border-color:#000;border-style:solid;border-width:3px 3px 3px 3px;}
.contentpane.sforums table th{
	font-weight:bold;
	background-color:#000;
	;
	color:#FFFFFF;
	font-size:12px;
}
.contentpane.sforums table td,
.contentpane.sforums table th{
	padding:3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.contentpane.stopics table{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.contentpane.stopics table th{font-weight:bold;background-color:#000;font-size:1.1em;}
.contentpane.stopics table td,
.contentpane.stopics table th{
	padding:3px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.contentpane.sposts ul.post{border:1px solid #000;margin:10px;list-style:none;padding:0px;}
.contentpane.sposts ul.post.child.c1{margin-left:30px;}
.contentpane.sposts ul.post.child.c2{margin-left:60px;}
.contentpane.sposts ul.post.child.c3{margin-left:90px;}
.contentpane.sposts ul.post.child.c4{margin-left:120px;}
.contentpane.sposts ul.post.child .subject{
	font-weight:bold;
	font-size:1.1em;
	background-color:#333333;
	color: #FFFFFF;
}
.contentpane.sposts ul.post.parent{
	border-color:#000;
	border-width:2px;
	color: #FFFFFF;
}
.contentpane.sposts .post .subject{
	font-weight:bold;
	font-size:1.1em;
	background-color:#000;
	color: #FFFFFF;
}
.contentpane.sposts .post .postby{font-style:italic;}
.contentpane.sposts .post .message{padding:7px;border-top:1px dotted #fff;}
.contentpane.sposts .post .buttons{text-align:right;}

.contentpane.sposts form div.form{
	border:1px dotted #fff;
	padding:10px;
	margin:10px;
}
.contentpane.sposts form div.form dl dt{padding:5px;}
.contentpane.captcha{margin:10px;}

