.module_table
{
	text-align: left;
	border: 1px solid #043B4B;
}

.module_table-bg
{
	background-color: #043B4B;
}

.module_head
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #B1E8F8;
	background: #2C6373 url(./images/head_bg.gif) repeat-x top left;
	border-bottom: 1px solid #043B4B;
}
.module_head a, .module_head a:visited, .module_head a:link
{
	color: #B1E8F8;
	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.module_subhead
{
	font: 8pt tahoma, verdana, arial, helvetica;
	background-color: #76AAB2;
}

.module_content
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #BFE3ED;
	background-color: #5B7F89;
	border-top: 3px solid #50747E;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	color: #BFE3ED;
	text-decoration: underline;
}
.module_content a:hover, .module_content a:active
{
	color: #75CCE4;
	text-decoration: underline;
}

.module_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #043B4B;
	background-color: #FFFFFF;
	border: 1px solid #194856;
}

.module_textarea
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #043B4B;
	background-color: #FFFFFF;
	border: 1px solid #194856;
}

.module_dropdown
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #043B4B;
	background-color: #FFFFFF;
	border: 1px solid #194856;
}

.module_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #447B8B url(./images/button_bg.gif) repeat-x top left;
	border: 1px solid #194856;
}

.sb_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #043B4B;
	background-color: #FFFFFF;
	border: 1px solid #194856;
}

.sb_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #447B8B url(./images/button_bg.gif) repeat-x top left;
	border: 1px solid #194856;
}

form.module { margin:0px; margin-bottom: 4px; padding:0px; }
.module_title { font: bold 10pt tahoma, verdana, arial, helvetica; }
.module_hl { color: #007799; font-weight: bold; text-decoration: underline; }
.module_imgborder { border: 1px solid #043B4B; 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; }
