/*
 * Example CSS for Simplest Forum.
*/
tr.sectiontableentry0.requiresapproval td,
tr.sectiontableentry1.requiresapproval td {background-color:#fcc;border-bottom:2px solid #faa;}

/*
 * Controls the appearance of posts
*/
/*div.post {border:1px solid #000;margin:10px;padding:5px;}*/
div.post {padding:5px; margin-top:10px;}
div.post div.subject {font-weight:bold;font-size:1.1em;}
div.post div.postby {font-style:italic;font-size:0.8em;}
div.post div.msg {background-color:#fff;padding:7px;border:1px dotted #000;}
div.post.parent {background-color:#f1f1f1;}
div.post.child.c1 {background-color:#fbfbfb; margin-left:5px;}
div.post.child.c2 {background-color:#fbfbfb; margin-left:10px;}
div.post.child.c3 {background-color:#fbfbfb; margin-left:15px;}
div.post.child.c4 {background-color:#fbfbfb; margin-left:20px;}
div.post.child.c5 {background-color:#fbfbfb; margin-left:25px;}
div.post.child.c6 {background-color:#fbfbfb; margin-left:30px;}
div.post.child.c7 {background-color:#fbfbfb; margin-left:35px;}
div.post.child.c8 {background-color:#fbfbfb; margin-left:40px;}
div.post.child.c9 {background-color:#fbfbfb; margin-left:45px;}
div.post.child.c10 {background-color:#fbfbfb; margin-left:50px;}
div.post.requiresapproval {border:3px solid #fcc;}
div.post .buttons {text-align:right;font-size:0.8em;}
legend, .sf_subject{color:#00B82E; font-weight:bold;}

/*
 * This is actually for the latest posts module (sorry for the violation...)
*/
/*span.sf_subject {font-weight:bold;}*/
span.date {font-size:0.7em;}
.moduletable dt {background:transparent url(../../../../templates/redevo_aphelion/images/icon_author_bottom.gif) no-repeat scroll 0 1px; padding-left:18px;}

/*
 * A default formatting for code blocks
*/
pre.code {border:1px solid #ccc;background-color:#eeeeee;overflow:auto;padding:10px;}
.yvBBCode_quote {
background-color:#FFFFCC;
border:1px solid #CCCCCC;
color:#696969;
overflow:auto;
padding:10px;
}