/* CSS Document */

body {
	background-color: #5E5E5E;
}

.main_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

.main_div {
	position: absolute;
	top: 0px;
	left: 0px;
}

.content_main {
	line-height: 15px;
	margin-left: 24px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 522px;
}

.content_main .content_main_col {
	width: 230px;
}

.content_main .content_main_col_spacer {
	width: 31px;
}

.content_main p {
	margin-top: 0px;
	line-height: 20px;
}

.content_main ul {
	margin-top: 0px;
	margin-left: -10px;
	color: #666666;
}

.content_main li p {
	line-height: 18px;
}

.important_light { 
	font-weight: bold;
	color: #999999;
}

.important_light2 { 
	font-weight: bold;
	color: #666666;
}

.important_indent_light { 
	font-weight: bold;
	color: #999999;
	margin-left: 15px;
}

.sidebar_table {
	background-color: #E6E6E6;
}

.sidenav {
	line-height: 15px;
	margin-left: 15px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0B0B0;
}

.footer_important {
	font-size: 11px;
	font-weight: bold;
	color: #949494;
}

.footer {
	line-height: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B0B0B0;
}

.footer a:link {
	font-size: 10px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}

.footer a:visited {
	font-size: 10px;
	color: #8C8C8C;
	text-decoration: underline;
	letter-spacing: 1px;
}

.footer a:hover {
	font-size: 10px;
	color: #0075B8;
	text-decoration: underline;
	letter-spacing: 1px;
}

.footer a:active {
	font-size: 10px;
	color: #8C8C8C;
	text-decoration: underline;
	letter-spacing: 1px;
}

.important_indent {
	margin-left: 15px;
}

.header_small_red {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.header_red {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

.form_table {
	background-color: #FAFAFA;
}

form {
	
}

input {
	color: #525252;
	background-color: #E1E6E8;
	border-color: #D6D6D6;
	border-style: solid;
}

textarea {
	color: #525252;
	background-color: #E1E6E8;
	border-color: #D6D6D6;
	border-style: solid;
}

select {
	color: #525252;
	background-color: #E1E6E8;
	border-color: #D6D6D6;
	border-style: solid;
}

.form_table:hover {
	background-color: #F7F7F7;
}

.recordsPagingTable {
	background-color: #F5F5F5;
	font-size: 11px;
	color: #999999;
}

.recordsPagingTable .recordsPagingTable_inactive {
	color: #E0E0E0;
}

.recordsPagingTable .recordsPagingTable_recordNumber {
	color: #333333;
}