/* ################################## */
/* #	  Algemene CSS Configuratie    # */
/* ################################## */

.module_table
{
border: 1px solid #507210;
text-align: left;
background: #D9D9D9 url(./images/module_bg.gif) repeat-x bottom left;
}

.module_table-bg
{
background: #D9D9D9 url(./images/module_bg.gif) repeat-x bottom left;
}

.module_head
{
font: 12px tahoma, verdana, arial, helvetica;
color: #FFFFFF;
background: #D9D9D9 url(./images/module_head.gif) repeat-x top right;
}
.module_head a, .module_head a:visited, .module_head a:link
{
color: #FFFFFF;
text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
color: #A3D93D;
text-decoration: none;
}

.module_subhead
{
font: 8pt tahoma, verdana, arial, helvetica;
color: #000000;
background: #D9D9D9;
}
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: #486909;
text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
color: #A3D93D;
text-decoration: none;
}

.module_content
{
font: 11px tahoma, verdana, arial, helvetica;
}
.module_content a, .module_content a:visited, .module_content a:link
{
color: #486909;
text-decoration: underline;
}
.module_content a:hover, .module_content a:active
{
color: #A3D93D;
text-decoration: none;
}

/* ################################## */
/* # Module Block CSS Configuratie  # */
/* ################################## */

.module_blocks
{
margin-top: 30px;
background: #D9D9D9 url(./images/module_bg.gif) repeat-x bottom left;
}

.module_block
{
margin-bottom: 10px;
background: #D9D9D9 url(./images/module_bg.gif) repeat-x bottom left;
}

.module_block_head
{
font: 12px tahoma, verdana, arial, helvetica;
color: #FFFFFF;
background: #D9D9D9 url(./images/module_head.gif) repeat-x top right;
}
.module_block_head a, .module_block_head a:visited, .module_block_head a:link
{
color: #FFFFFF;
text-decoration: underline;
}
.module_block_head a:hover, .module_block_head a:active
{
color: #A3D93D;
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
{
color: #486909;
text-decoration: underline;
}
.module_block_content a:hover, .module_block_content a:active
{
color: #A3D93D;
text-decoration: none;
}

.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 tahoma, verdana, arial, helvetica;
}

.module_button
{
font: bold 8pt tahoma, verdana, arial, helvetica;
}

.sb_textbox
{
font: 10pt tahoma, verdana, arial, helvetica;
background: #FFFFFF;
color: #486909;
border: 1px solid #507210;
height: 17px;
width: 100px;
padding: 0px;
padding-top: 0px;
}

.sb_button
{
font: bold 7pt tahoma, verdana, arial, helvetica;
background: url(./images/ico_search.gif) no-repeat top left;
border: 0px solid #507210;
width: 46px;
height: 17px;
cursor: pointer;
padding: 0px;
}

/* ################################## */
/* #   Basis Padding Configuratie   # */
/* ################################## */

.module_head, .module_subhead, .module_content
{
padding: 4px;
}

.module_block_head, .module_block_content
{
padding: 4px;
}

.module_content, .module_block_content
{
padding-bottom: 2px;
}

/* ################################## */
/* #    Overige CSS Configuratie    # */
/* ################################## */

form.module { margin: 0px 0px 4px 0px; padding: 0px; }
.module_title { font: bold 10pt tahoma, verdana, arial, helvetica; }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #507210; margin: 5px; }
.module_time { }
.module_hr { color: #FFFFFF; }
.module_spacer { margin: 5px 0px 5px 0px; }
