.module_table
{
	text-align: left;
	border: 1px solid #48646E;
}

.module_table-bg
{
	background-color: #48646E;
}

.module_head
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #BBCBD0 url(./images/head_bg.gif) repeat-x top left;
	border-bottom: 1px solid #48646E;
	white-space: nowrap;
}
.module_head a, .module_head a:visited, .module_head a:link
{
	color: #C0E7F3;
	text-decoration: underline;
}
.module_head a:hover, .module_head a:active
{
	color: #FFFFFF;
	text-decoration: underline;
}

.module_subhead
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #282E35;
	background-color: #FFF096;
}
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 tahoma, verdana, arial, helvetica;
	color: #394042;
	background-color: #D5DCDF;
	border-top: 3px solid #B2BEC3;
}

.module_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #394042;
	background-color: #D5DCDF;
	border: 1px solid #48646E;
}

.module_textarea
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #394042;
	background-color: #D5DCDF;
	border: 1px solid #48646E;
}

.module_dropdown
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #394042;
	background-color: #D5DCDF;
	border: 1px solid #48646E;
}

.module_button
{
	font: bold 10px tahoma, verdana, arial, helvetica;
	color: #FFFFFF;
	background: #BBCBD0 url(./images/button_bg.gif) repeat-x top left;
	border: 1px solid #48646E;
}

.sb_textbox
{
	font: 8pt tahoma, verdana, arial, helvetica;
	color: #394042;
	background: #B9BFC1 url(./images/sb_tb.gif) no-repeat top left;
	width: 142px;
	height: 25px;
	border: 0px;
	padding: 5px;
	margin: 0px;
}

.sb_button
{
	
}

form.module { margin:0px; margin-bottom: 4px; padding:0px; }
.module_title { font: bold 10pt tahoma, verdana, arial, helvetica; }
.module_hl { color: #4F9136; font-weight: bold; }
.module_imgborder { border: 1px solid #282E35; margin: 5px; }
.module_time { }
.module_hr { color: #FFFFFF; }
.module_spacer { margin-bottom: 5px; margin-top: 5px; }

.module_head, .module_subhead, .module_content { padding: 4px; }
