.forum .left{
	float: left;
	margin-right: 10px;
}
.forum .center{
	text-align: center;
}
.forum .clear{
	clear: both;
}

.zero{
	color: #000000;
}
.negative{
	color: #FF0000;
}
.positive{
	color: #0000FF;
}

.forum th {
	font-size: 10px;
	padding: 2px;
}
.forum .showtopic td{
	padding: 2px;
}
.forum th.title{
	text-align: center;
	width: 655px;
}
.forum td.icon{
	width: 50px;
	border-bottom: 1px solid #c2d5ee;
}
.forum td.title {
	border-bottom: 1px solid #c2d5ee ;
	font-weight: bold;
}
.forum th.score{
	text-align: center;
	width: 60px;
}
.forum td.score {
	border-bottom: 1px solid #c2d5ee ;
	border-left: 1px solid #c2d5ee;
}
.forum th.reacties{
	text-align: center;
	width: 70px;
}
.forum td.reacties{
	border-bottom: 1px solid #c2d5ee ;
	border-left: 1px solid #c2d5ee;
}
.forum th.toegevoegd{
	text-align: center;
	width: 110px;
}
.forum td.toegevoegd{
	border-bottom: 1px solid #c2d5ee ;
	border-left: 1px solid #c2d5ee;
}
.forum th.laatste_reactie{
	text-align: center;
	width: 110px;
}
.forum td.laaste_reactie{
	border-bottom: 1px solid #c2d5ee ;
	border-left: 1px solid #c2d5ee;
}
.forum th.afbeelding{
	text-align: center;
	width: 60px;
}
.forum td.afbeelding{
	border-bottom: 1px solid #c2d5ee;
	border-left: 1px solid #c2d5ee;
}
.forum th.video{
	width: 60px;
}
.forum td.video{
	border-bottom: 1px solid #c2d5ee ;
	border-left: 1px solid #c2d5ee;
	width: 60px;
}
.forum .note{
	font-size: 11px;
	margin: 5px 0;
}

.forum fieldset{
	margin-top: 10px;
	width: 430px;
}

.forum .onderwerp{
	width: 380px;
}
.forum .onderwerp input{
	width: 220px;
}
.forum .onderwerp .hart{
	width: 47px;
}

.forum .divoptie{
	float: left;
	margin-left: 19px;
}
.forum .divoptie span{
	font-size: 11px;
	font-weight: bold;
	color: #0a5697;
}

.forum .opties{
	width: 451px;
	margin-top: 15px;
}
.forum .opties tr{
	width: 451px;
	background: url(images/forum_optie.gif) no-repeat;
	height: 37px;
}
.forum .opties td{
	padding-bottom: 2px;
	font-size: 11px;
	color: #0a5697;
}
.forum .opties input{
	margin-left: 10px;
	
}
.forum .opties img{
	margin-top: 1px;
	margin-right: 5px;
}

#start_post_1{
	padding-bottom: 5px;
}
#start_post_2{
	padding: 25px 15px 15px 15px;
}

#pos{
	clear: both;
}
#pos img, #pos span, #neg img, #neg span{
	float: left;
}
#neg{
	clear: both;
}
#pos_bar{
	height: 8px;
	background-color: #3fe502;
	float: left;
}
#neg_bar{
	height: 8px;
	background-color: #d91b01;
	float: left;
}

.topic{
	padding: 15px;
}

.topic h2{
	margin-top: 0;
	margin-bottom: 0;
}
.topic .left{
	float: left;
	text-align: right;
	width: 50px;
	position: relative;
}
.topic .middle{
	float: left;
	position: relative;
	width: 515px;
}
.topic .right{
	float: right;
	position: relative;
}
.topic .door{
	font-size: 11px;
	margin-top: 0;
}
.forum .reactie {
	margin-top: 4px;
}
.color1{
	background-color: #f3f3f3;
}
.color2{
	background-color: #eaeaea;
}
.warning{
	background: url(../../images/icons/delete.png) rgb(255, 255, 225) no-repeat;
	padding: 2px 2px 2px 20px;
	color: red;
}
