/*************************************************************************************************
 * FORUM DEFAULT CSS
 *************************************************************************************************/

/*************************************************************************************************
 * GENERIEKE STYLES (UITSLUITEND "KALE" HTML-TAGS!)
 *************************************************************************************************/
	
	#forum a:link, #forum a:visited, #forum a:hover, #forum a:active
	{
		color:						#000000;
		text-decoration:			none;
	}
	
	#forum a:hover
	{
		color:						#000000;
		text-decoration:			underline;
	}
	
	#forum p
	{
		margin-bottom:				10px;
	}
	
	#forum img
	{
		border:						0px;
	}
	
/*************************************************************************************************
 * GLOBALE LAYOUT (STRAMIEN + ALGEMENE OPMAAK)
 *************************************************************************************************/
	
	#forum table.forumTable
	{
		width:						100%;
		_width:						95%;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		color:						#000000;
		
		text-align:					left;
		border-collapse:			collapse;
	}
	
	#forum table.forumTable td
	{
		padding:					5px;
	}
	
	#forum table.forumTable td
	{
		vertical-align:				top;
	}
	
	#forum table.forumTable td.forumTableTdNoWrap
	{
		white-space:				nowrap;
	}
	
	#forum table.forumTable tr.forumTableHead1 td
	{
		background-color:			#E8E8E8;
		border:						1px solid #C12129;
		border-top:					3px solid #C12129;
		white-space:				nowrap;
	}
	
	#forum table.forumTable tr.forumTableHead2 td
	{
		background-color:			#BBBAB5;
		border:						1px solid #C12129;
		border-top:					3px solid #C12129;
		white-space:				nowrap;
	}
	
	#forum table.forumTable tr.forumTableRow1
	{
		background-color:			#F9F9F9;
	}
	
	#forum table.forumTable tr.forumTableRow2
	{
		background-color:			transparent;
	}
	
	#forum a#forumMsgAchor:link, #forum a#forumMsgAchor:visited, #forum a#forumMsgAchor:hover, #forum a#forumMsgAchor:active
	{
		color:						#000000;
		text-decoration:			none;
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		font-weight:				normal;
		line-height:				normal;
	}
	
	#forum .forumInfBlock
	{
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		font-weight:				normal;
		line-height:				normal;
		
		display:					block;
		padding:					15px;
		background-color:			#E8E8E8;
		border:						1px solid #C12129;
		border-top:					3px solid #C12129;
	}
	
/*************************************************************************************************
 * FORMULIER OPMAAK
 *************************************************************************************************/
	
	#forum table.forumForm
	{
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
	}
	
	#forum table.forumForm td.forumFormHead
	{
		text-align:					center;
		font-weight:				bold;
		background-color:			#E8E8E8;
		border:						1px solid #C12129;
		border-top:					3px solid #C12129;
	}
	
	#forum input.text
	{
		width:						300px;
		height:						19px;
		
		background-color:			#FFFFFF;
		background:					url('../image/bg_textfield.jpg') top left repeat;
		border:						1px solid #000000;
		padding:					0px 2px 2px 2px;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		color:						#595959;
	}
	
	#forum .cr
	{
		margin:						0px;
		padding:					0px;
	}
	
	#forum input.button
	{
		width:						300px;
		height:						19px;
		
		background-color:			#C12129;
		border:						1px solid #000000;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		font-weight:				bold;
		color:						#FFFFFF;
		
		cursor:						pointer;
	}
	
	#forum select
	{
		width:						300px;
		
		border:						1px solid #000000;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		color:						#595959;
	}
	
	#forum textarea
	{
		width:						300px;
		height:						150px;
		border:						1px solid black;
		padding:					2px;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
	}
	#forum textarea.forumMessageTextarea
	{
		width:						500px;
		height:						200px;
	}
	
	#forum .forumMessageButton
	{
		width:						500px;
		height:						19px;
		
		background-color:			#C12129;
		border:						1px solid #000000;
		
		font-family:				"arial", "verdana", "Trebuchet MS";
		font-size:					11px;
		font-weight:				bold;
		color:						#FFFFFF;
		
		cursor:						pointer;
	}
	
	#forum .req
	{
		font-weight:				bold;
		text-align:					center;
		color:						#C12129;
	}

/*************************************************************************************************
 * MODIFIERS
 *************************************************************************************************/
	
	#forum .spacer
	{
		clear:						both;
	}
