/*
 * 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 #CCC;margin:10px;padding:5px;}
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.iplog {font-size:0.8em;}
div.post div.msg {background-color:#fff;padding:7px;border:1px dotted #CCC;}
div.post.parent {background-color:#ffd;}
div.post.child.c1 {margin-left:20px;}
div.post.child.c2 {margin-left:40px;}
div.post.child.c3 {margin-left:60px;}
div.post.child.c4 {margin-left:80px;}
div.post.child.c5 {margin-left:90px;}
div.post.child.c6 {margin-left:100px;}
div.post.child.c7 {margin-left:120px;}
div.post.child.c8 {margin-left:140px;}
div.post.child.c9 {margin-left:160px;}
div.post.child.c10 {margin-left:180px;}
div.post.requiresapproval {border:3px solid #fcc;}
div.post .buttons {text-align:right;font-size:0.8em;}

/*
 * This is actually for the latest posts module (sorry for the violation...)
*/
span.subject {font-weight:bold;}
span.date {font-size:0.7em;}

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

.formulierknopje {
	border: none;
	width: 70px;
	height: 20px;
	font-size: 10px;
	color: #FFFFFF;
	background: url(http://www.dtct.nl/internetrechter/templates/internetrechter/images/button.jpg) no-repeat;
}

.inputbox {
	border: 0.1em solid #757575;
	background: #EDEDED;
	font-size: 10px;
}

p {
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

h1, h2, h3, h4{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	margin-bottom: 1em;
	padding-top: 0.1em;
	font-size: 2em;
	color: #383838;
}

h2 {
	margin: 1em 0 0.5em;
	font-size: 1.5em;
	line-height: 22px;
	color: #383838;
}

h2.normal {
	font-weight: normal;
}
