@charset "utf-8";
/* CSS Document */



.forum_list {
	width:70%;
}

.forum_list th{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.forum_list table {
}

.forum_list td.topic_name,
.forum_list td.topic_between,
.forum_list td.topic_aantal,
.forum_list td.topic_last_post,
.forum_list td.topic_tools
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.forum_list .topic_name {
	width:150px;
}

.forum_list td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.forum_list a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #669933;
}
.forum_list a:hover{
	text-decoration: underline;
}

.forum_list .topic_between{
	width: 40px;
}

.forum_list .topic_aantal {
	width:60px;
	text-align: center;
}
.forum_list .topic_last_post {
	width:100px;
}
.forum_list .topic_tools {
}



.forum_list .forum_tools {
	padding-bottom: 10px;
}

.addPost{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
}

.forum_item {
	background-color:#FFFFFF;
	margin-top:15px;
	border-color::#000000;
	border-width:thin;
	border-style:dotted;
}

.forum_item_titel {
	background-color:#DDDDDD;
	width:50%;
	float:left;
	font-weight:bold;
}

.forum_item_auteur {
	background-color:#DDDDDD;
	width:20%;
	float:left;
	font-style:italic;
}

.forum_item_datum {
	background-color:#DDDDDD;
	width:20%;
	float:left;
	font-style:italic;
}
.forum_item_tools {
	background-color:#DDDDDD;
	width:10%;
	float:left;
	font-style:italic;
}

.forum_item_tools a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;	

}
.forum_item_tools a:hover{
	text-decoration:underline;
}

.edit_note {
	font-style:italic;
}