/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */

.module_table
{
	text-align: left;
}

.module_table-bg
{
	
}

.module_head
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #0E20CC;
	background-color: #FFEA00;
	border: 1px solid #FF8A00;
}
.module_head a, .module_head a:visited, .module_head a:link
{
	color: #0E20CC;
	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #0E20CC;
	text-decoration: none;
}

.module_subhead
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #ECEFEE;
	background-color: #0E20CC;
	border: 1px solid #DDE3E1;
	border-left-width: 0px; border-right-width: 0px;
}
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: #ECEFEE;
	text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
	color: #ECEFEE;
	text-decoration: none;
}

.module_content
{
	font: 8pt tahoma, verdana, arial, helvetica;
	background-color: #DDE3E1;
	border: 1px solid #A4ACA9;
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */

.module_blocks
{
	margin-top: 30px;
}

.module_block
{
	margin-bottom: 10px;
}

.module_block_head
{
	font: 12px tahoma, verdana, arial, helvetica;
	color: #000000;
	background-color: #C0C0C0;
}
.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 tahoma, verdana, arial, helvetica;
}
.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, .sb_textbox
{
	color: #6F8B86;
	font: 8pt tahoma, verdana, arial, helvetica;
	background-color: #ECEFEE;
	border: 1px solid #6F8B86;
}

.module_button
{
	color: #ECEFEE;
	font: bold 8pt tahoma, verdana, arial, helvetica;
	background-color: #0E20CC;
	border: 1px solid #0E20CC;
}

.sb_textbox
{
	height: 17px;
}

.sb_button
{
	background: #000000 url(./images/sb_button.gif);
	background-repeat: no-repeat; background-position: top left;
	width: 25px; height: 21px;
	border-width: 0px;
	vertical-align: top;
}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
	padding: 8px;
}

.module_subhead
{
	padding-top: 4px; padding-bottom: 4px;
}

.module_block_head, .module_block_content
{
	padding: 4px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title { font: bold 8pt tahoma, verdana, arial, helvetica; }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #0E20CC; margin: 5px; }
.module_time { }
.module_hr { color: #0E20CC; }
.module_spacer { margin: 5px 0px 5px 0px; }