div.forum-breadcrumbs 
{
	color: #00211f;
	margin-bottom: 5px;
}

table.forum-table
{
	width: 100%;
	background-color: #fff;
	color: #00211f;
	margin-bottom: 5px;
}

table.forum-table td
{
	background-color: #e8e8f2;
	padding: 4px 7px 4px 7px;
	vertical-align:top;
}

table.forum-table tr.header td,
table.forum-table thead tr td
{
	background-color: #939ac6;
	font-weight: bold ! important;
	color: #fff ! important;
	padding: 1px 7px 1px 7px;
}

.quote
{
	border-top: solid 1px #939ac8;
	border-bottom: solid 1px #939ac8;
	margin: 8px;
	padding: 8px;
	background-color: #dbdcea;
}

table.forum-message-table
{
	width: 100%;
	background-color: #e8e8f2; /*moet ik deze veranderen*/
	margin-bottom: 5px;	
	padding: 4px;
}

table.forum-message-table tr.title td
{
	font-size: 15px ! important;
	font-weight: bold ! important;
	background-color: #fff;
	padding: 0px 0px 5px 0px;
}

table.forum-message-table tr.header td,
table.forum-message-table thead tr td
{
	background-color: #939ac6; /*moet ik deze veranderen*/
	color: #fff ! important;
	font-weight: bold ! important;
}

table.forum-message-table tr.header td.EditColumn,
table.forum-message-table thead tr td.EditColumn
{
	/* background-color: #fff; */
	text-align: right;
	background-color:#939ac6;
}

table.forum-table * a,
table.forum-table * a:link 
{ 
	color: #FFF; 
}
table.forum-table * a:visited 
{ 
	color: #FFF; 
}
table.forum-table * a:hover 
{ 
	color: #000; 
}
