/* ############################################ */
/* #     Algemene module CSS Configuratie     # */
/* ############################################ */

hr {
	border:0;
	height:1px;
	background-color:#000;
	color:#000;
	}

.module_table
{
	text-align: left;
	margin-top:10px;
}

.module_table-bg
{
	background-color: #fff;
	border:1px solid #fff;
	color:#000;
}

.module_head
{	
	font-size:12px;
	font-weight:bold;
	color: #fff;
	height:24px;
	background-color: #83a31d;
}

.module_head a, .module_head a:visited, .module_head a:link
{
	color: #ffffff;
}
.module_head a:hover, .module_head a:active
{
	color: #ffffff;
	text-decoration: none;
}

.module_subhead
{
	font-size: 10pt;
	color:#000000;
	background-color: #83a31d;
	height:12px;
}
div.module_subhead a, div.module_subhead a:visited, div.module_subhead a:link, td.module_subhead a, td.module_subhead a:visited, td.module_subhead a:link
{
	color:#ffffff;
	text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
	color:#ffffff;
	text-decoration: none;
}

.module_content
{
	font-size: 12px;
	padding-bottom:10px;
	padding-top:10px;
}

.module_content hr {
	border:none;
	height:1px;
	color:#000000;
	background-color:#000000;
	}

.module_content a, .module_content a:visited, .module_content a:link
{
	color:#ffffff;	
}
.module_content a:hover, .module_content a:active
{
	color:#ffffff;	
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */

.module_blocks
{
	margin-top: 30px;
}

.module_block
{
	margin-bottom: 10px;
}

.module_block_head
{
	font: 12px;
	color: #000000;
	background-color: #fafafa;
}
.module_block_head a, .module_block_head a:visited, .module_block_head a:link
{
	color: #000000;
	text-decoration: underline;
}
.module_block_head a:hover, .module_block_head a:active
{
	color: #000000;
	text-decoration: none;
}

.module_block_content
{
	font: 11px;
}
.module_block_content a, .module_block_content a:visited, .module_block_content a:link
{
	
}
.module_block_content a:hover, .module_block_content a:active
{
	
}

.module_block_content ul, .module_block_content li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.module_block_content li
{
	margin-bottom: 4px;
}

/* ################################## */
/* #     Input CSS Configuratie     # */
/* ################################## */

.module_textbox, .module_textarea, .module_dropdown
{
	font:8pt;
}

.module_button
{
	font: bold 8pt;
}

.sb_text {
	font-weight:normal;
	font-size:8pt;
	color:#000000;
	}

.sb_textbox
{
	font: 8pt;
}

.sb_button
{
	width: 22px;
	height: 18px;
	border: 0px;
}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
	padding-left: 10px;
	padding-right: 10px;
}

.module_block_head, .module_block_content
{
	padding: 4px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title { font: bold 12pt; color:#000000; }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 2px solid #ffffff; margin: 10px; }
.module_time { color:#ffffff; padding-top:3px;}
.module_hr { color:#ffffff; margin-top:5px; }
.module_spacer { margin: 5px 0px 5px 0px; }
