.module_table
{
	text-align: left;
	border: 1px solid #91A0AA;
	background: #37415D url(./images/module_content_bg.gif) repeat top left;
}

.module_table-bg
{
	background-color: #91A0AA;
}

.module_head
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #CEDDE5;
	background: #525E6E url(./images/module_head_bg.gif) repeat-x top left;
	border: 2px solid #525E6E;
}
.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: #CEDDE5;
	text-decoration: none;
}

.module_subhead
{
	font: 9pt tahoma, verdana, arial, helvetica;
	color: #CEDDE5;
	background-color: #38446B;
	border-top: 1px solid #5E6A78;
}
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: #CEDDE5;
	text-decoration: none;
}

.module_content
{
	font: 9pt tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	border-top: 1px solid #5E6A78;
	line-height: 17px;
}
.module_content a, .module_content a:visited, .module_content a:link
{
	color: #FFFFFF;
	text-decoration: underline;
}
.module_content a:hover, .module_content a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.module_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #C4CFD6;
	background: #1A2349 url(./images/module_textbox_bg.gif) repeat-x top left;
	border: 1px solid #5370A2;
	border-left-width: 0px; border-top-width: 0px;
}

.module_textarea
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #C4CFD6;
	background: #1A2349 url(./images/module_textbox_bg.gif) repeat-x top left;
	border: 1px solid #5370A2;
	border-left-width: 0px; border-top-width: 0px;
}

.module_dropdown
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #C4CFD6;
	background: #1A2349 url(./images/module_textbox_bg.gif) repeat-x top left;
	border: 1px solid #5370A2;
	border-left-width: 0px; border-top-width: 0px;
}

.module_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #253572 url(./images/module_button_bg.gif) repeat-x bottom left;
	border: 1px solid #192146;
}

.sb_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #C4CFD6;
	background: #1A2349 url(./images/module_textbox_bg.gif) repeat-x top left;
	border: 1px solid #5370A2;
	border-left-width: 0px; border-top-width: 0px;
}

.sb_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #253572 url(./images/module_button_bg.gif) repeat-x bottom left;
	border: 1px solid #192146;
}

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 #91A0AA; margin: 5px; }
.module_time { }
.module_hr { color: #5E6A78; }
.module_spacer { margin: 5px 0px 5px 0px; }

.module_head, .module_content { padding: 8px; }
.module_subhead { padding: 4px 8px 4px 8px; }
