/*
 * Example CSS for Simplest Forum.
*/
.contentpane.sforums table{border-color:#55f;border-style:solid;border-width:1px 0px 0px 1px;}
.contentpane.sforums table th{font-weight:bold;background-color:#acf;font-size:1.1em;}
.contentpane.sforums table td,
.contentpane.sforums table th{border-color:#55f;border-style:solid;border-width:0px 1px 1px 0px;padding:3px;}

.contentpane.stopics table{border-color:#55f;border-style:solid;border-width:1px 0px 0px 1px;}
.contentpane.stopics table th{font-weight:bold;background-color:#acf;font-size:1.1em;}
.contentpane.stopics table td,
.contentpane.stopics table th{border-color:#55f;border-style:solid;border-width:0px 1px 1px 0px;padding:3px;}

.contentpane.sposts ul.post{border:1px solid #fff;margin:0px 0px 10px 0px;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;;background-color:#ffd8ba;}
.contentpane.sposts ul.post.parent{border-color:#ff0;border-width:3px;}
.contentpane.sposts .post .subject{font-weight:bold;background:#ffd8ba; padding: 0px 5px 0px 5px;}
.contentpane.sposts .post .postby{font-style:italic;background:#ffd8ba; padding:0px 5px 0px 5px;font-size:85%;}
.contentpane.sposts .post .message{padding:5px;border-top:1px dotted #000;background:#fee7d5;}
.contentpane.sposts .post .buttons{text-align:right;background:#ffd8ba;padding:0px 5px 0px 0px;}

.contentpane.sposts form div.form{border:1px dotted #000;padding:10px;margin:10px;}
.contentpane.sposts form div.form dl dt{padding:5px;}
.contentpane.captcha{margin:10px;}

#sposts_button {
	margin: 5px 0px 0px 0px;
}

.contentpane.sforums .forumlist_header, .contentpane.sforums .forumlist_body {
	padding: 5px;
}
.contentpane.sforums .forumlist_header {
	background: #ffd8ba;
	font-weight: bold;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.contentpane.sforums .forumlist_body {
	background: #fee7d5;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
