/* Globale class voor een table die een stijl gebruikt */
.module_table
{
	text-align: left;
	border: 1px solid #cccccc;
}

/* Alleen voor de module MotoBase Pro, deze module gaat anders om met de borders van een item. */
/* Een background-color zal terug komen in de MotoBase als een border. */
.module_table-bg
{
	background-color: #cccccc;
}

.module_head
{
	font: 8pt Verdana;

	background-color: #cccccc;
}
.module_head a, .module_head a:visited, .module_head a:link
{

	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #FFF096;
	text-decoration: none;
}

.module_subhead
{
	font: 8pt Verdana;

	background-color: #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: #282E35;
	text-decoration: underline;
}
div.module_subhead a:hover, div.module_subhead a:active, td.module_subhead a:hover, td.module_subhead a:active
{
	color: #282E35;
	text-decoration: none;
}

.module_content
{
	font: 8pt Verdana;

	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	color: #D5F3FF;
	text-decoration: underline;
}
.module_content a:hover, .module_content a:active
{
	color: #D5F3FF;
	text-decoration: none;
}

.module_textbox
{
	font: 8pt Verdana;
	color: #282E35;
	background: #F9F9F9 url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #82949B;
}

.module_textarea
{
	font: 8pt Verdana;
	color: #282E35;
	background: #F9F9F9 url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #82949B;
}

.module_dropdown
{
	font: 8pt Verdana;
	color: #282E35;
	background: #F9F9F9 url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #82949B;
}

.module_button
{
	font: bold 10px Verdana;

	background: #cccccc;
	border: 1px solid #cccccc;
}

.sb_textbox
{
	font: 8pt Verdana;
	color: #282E35;
	background: #F9F9F9 url(./images/sb_tb_bg.gif) repeat-x top left;
	border: 1px solid #82949B;
}

.sb_button
{
	font: bold 10px Verdana;

	background: #cccccc;
	border: 1px solid #cccccc;
}

form.module { margin:0px; margin-bottom: 4px; padding:0px; }
.module_title { 	font-family : Arial,Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;
	font-style : normal;
	color : #005C6C;  }
.module_hl { color: #282E35; font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #282E35; margin: 5px; }
.module_time { color: #D5F3FF; }
.module_hr { color: #FFFFFF; }
.module_spacer { margin-bottom: 5px; margin-top: 5px; }

.module_head, .module_subhead, .module_content { padding: 4px; }