/*-----------FORUM (DSbb)--------------*/
#forum_subjects{
	list-style: none;
	margin-bottom: 15px;
}

#forum_subjects li{
	margin: 12px 0;
}

#forum_subjects li a{
	font-weight: bold;
	font-size: 120%;
}

.forumloginheader{
	margin: 0 0 7px;
	font-weight: bold;
}

.subjectoverview{
	width: 100%;
	border: 1px solid #acacac;
	border-collapse: collapse;
}

.subjectoverview td, .subjectoverview th{
	padding: 5px;
	text-align: left;
}

tr.dsbb_odd{
	background: #f9f9f9;
}

.forumsubjectoptions{
	margin-bottom: 15px;	
	text-align: right;
}

.forumsubjectoptions a{
	font-weight: bold;
}

#form_loggedin_as{
	margin-bottom: 15px;
}

#onderwerptitel{
	width: 350px;
}

.reactiontable{
	width: 100%;
}

#reactions{
	min-height: 1px;
}

.reactionmeta{
	float: left;
	width: 20%;
	position: relative;
	margin: 10px 0;
}

	.reactionmeta a{
		font-weight: bold;
	}

.reactiontext{
	float: right;
	width: 77%;
	position: relative;
	margin: 10px 0;
}

.reactionseperator{
	border-bottom: 1px solid #d7d7d7;
}