/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */

.module_table
{
border: 1px solid #C7C7C7;
text-align: left;
background-color:#F2F2F2;
}

.module_table-bg
{
background: #FFFFFF url(./images/module_content.gif) repeat-x top left;
}

.module_head
{
font: 12px tahoma, verdana, arial, helvetica;
color: #FFFFFF;
background: #b30006 url(./images/module_top.gif) repeat-x top left;
padding-top:4px;
}
.module_head a, .module_head a:visited, .module_head a:link
{
color: #FFFFFF;
}
.module_head a:hover, .module_head a:active
{
color: #FFFFFF;
}

.module_subhead
{
font: 8pt tahoma, verdana, arial, helvetica;
color: #000000;
background: #FFFFFF;
}
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: #000000;
text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
color: #000000;
text-decoration: none;
}

.module_content
{
font: 11px arial, tahoma, verdana, helvetica;
color: #000000;
background: #FFFFFF url(./images/module_content.gif) repeat-x top left;
}
.module_content a, .module_content a:visited, .module_content a:link
{
color: #747474;
}
.module_content a:hover, .module_content a:active
{
color: #747474;
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */

.module_blocks
{
margin-top: 10px;
}

.module_block
{
margin-bottom: 10px;
width: 173px;
}

.module_block_head
{
font: bold 12px tahoma, verdana, arial, helvetica;
color: #FFFFFF;
background: url(./images/block_top.gif) no-repeat top left;
height: 28px;
overflow:hidden;
text-align: center;
padding-top: 6px;
}
.module_block_head a, .module_block_head a:visited, .module_block_head a:link
{
color: #FFFFFF;
text-decoration: none;
}
.module_block_head a:hover, .module_block_head a:active
{
color: #FFFFFF;
text-decoration: none;
}

.module_block_content
{
font: 11px tahoma, verdana, arial, helvetica;
color: #000000;
background: #FFFFFF url(./images/block_content.gif) repeat-y top left;
}
.module_block_content a, .module_block_content a:visited, .module_block_content a:link
{
color: #747474;
}
.module_block_content a:hover, .module_block_content a:active
{
color: #747474;
}

.module_block_content ul, .module_block_content li
{
list-style: none;
margin: 0px;
padding: 0px;
}

.module_block_content li
{
margin-bottom: 4px;
}


.module_block_foot
{
height: 8px;
background: url(./images/block_foot.gif) no-repeat top left;
}


/* ################################## */
/* #     Input CSS Configuratie     # */
/* ################################## */

.module_textbox, .module_textarea, .module_dropdown
{
font: 9pt tahoma, verdana, arial, helvetica;
height: auto;
}

.module_textbox, .module_dropdown {
	width: 120px;
	}


.module_button
{
font: bold 8pt tahoma, verdana, arial, helvetica;
background: #d23229;
border: solid 1px #0c0c0c;
height: 17px;
cursor: pointer;
text-align: center;
color: #FFFFFF;
margin: 5px 0px;
}

.sb_textbox
{
font: 9pt tahoma, verdana, arial, helvetica;
width: 120px;
height: 14px;
}

.sb_button
{
font: bold 7pt verdana, tahoma, arial, helvetica;
background: #d23229;
border: solid 1px #0c0c0c;
height: 17px;
cursor: pointer;
text-align: center;
color: #FFFFFF;
padding-left:1px;
}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 4px;
}

.module_block_content
{
padding: 6px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title { font: bold 10pt tahoma, verdana, arial, helvetica; color: #FFFFFF;}
.module_hl { font-weight: bold; text-decoration: none; }
.module_imgborder { border: 0px solid #177CA9; margin: 5px; }
.module_time { }
.module_hr { color: #000000; }
.module_spacer { margin: 5px 0px 5px 0px; }