/*
 * Example CSS for Simplest Forum.
*/
.contentpane.sforums table{ border:none; text-align:left; padding:3px;}
.contentpane.sforums table th{font-weight:bold;background-color:#830303; font-size:11px; color:#f9cd32}
.contentpane.sforums table td{border-bottom:1px dotted #ccc}
.contentpane.sforums table th{ border:none;}

.contentpane.stopics table{ border:none; text-align:left; padding:3px;}
.contentpane.stopics table th{font-weight:bold;background-color:#830303; font-size:11px; color:#f9cd32}
.contentpane.stopics table td{border-bottom:1px dotted #ccc}
.contentpane.stopics table th{ border:none;}

.contentpane.sposts ul.post{border-bottom:1px dotted #ccc;margin:5px 0;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:#ddd;}
.contentpane.sposts ul.post.parent{border-bottom:1px dotted #ccc}
.contentpane.sposts .post .subject{font-weight:bold;font-size:1.1em;background-color:#830303; color:#f9cd32; padding:3px}
.contentpane.sposts .post .postby{font-style:italic;}
.contentpane.sposts .post .message{padding:7px;border-top:1px dotted #666; color:#666}
.contentpane.sposts .post .buttons{text-align:right;}

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


.contentpane.sposts form{
	margin:0 auto;
	padding:0
}

.contentpane.sposts form label{
	color:#830303;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold
}

.contentpane.sposts form .input{
	padding:5px;
	background:#fafafa;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	margin:4px 0;
	font-weight:bold
}

.contentpane.sposts form .input:hover{
	background:#ededed;
	color:#222;
	border:1px solid #bbb;
}

.contentpane.sposts form .textarea{
	padding:4px;
	background:#fafafa;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	margin:4px 0;
}

.contentpane.sposts form .textarea:hover{
	background:#ededed;
	color:#222;
	border:1px solid #bbb;
}

fieldset{
border:1px solid #ccc;
padding:5px 15px
}

legend{
	color:#aaa;
	font-weight:bold;
	font-style:italic
}