.module_table
{
	text-align: left;
	border: 1px solid #B4C087;
}

.module_table-bg
{
	background-color: #B4C087;
}

.module_head
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #C1D572;
	background-color: #000000;
	border: 1px solid #FFFFFF;
}
.module_head a, .module_head a:visited, .module_head a:link
{
	color: #C1D572;
	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #C1D572;
	text-decoration: none;
}

.module_subhead
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background-color: #B4C087;
}
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: 8pt tahoma, verdana, arial, helvetica;
	color: #6D725D;
	background: #F2F4EB url(./images/module_content_bg.gif) repeat-x top left;
	border: 1px solid #FFFFFF;
	border-top: 0px;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	color: #6D725D;
	text-decoration: underline;
}
.module_content a:hover, .module_content a:active
{
	color: #6D725D;
	text-decoration: none;
}

.module_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #6D725D;
	background: #FFFFFF url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #FFFFFF;
}

.module_textarea
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #6D725D;
	background: #FFFFFF url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #FFFFFF;
}

.module_dropdown
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #6D725D;
	background: #FFFFFF url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #FFFFFF;
}

.module_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #899565 url(./images/tb_bg.gif) no-repeat top left;
	border: 1px solid #636E3C;
}

.sb_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #6D725D;
	background: #FFFFFF url(./images/tb_bg.gif) repeat-x top left;
	border: 1px solid #FFFFFF;
}

.sb_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #899565 url(./images/tb_bg.gif) no-repeat top left;
	border: 1px solid #636E3C;
}

form.module { margin:0px; margin-bottom: 4px; padding:0px; }
.module_title { font: bold 10pt tahoma, verdana, arial, helvetica; }
.module_hl { font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #282E35; margin: 5px; }
.module_time { }
.module_hr { color: #B8BDA7; }
.module_spacer { margin-bottom: 5px; margin-top: 5px; }

.module_head, .module_content { padding: 10px; }
.module_subhead { padding: 4px; }
