/* CSS Document */

body, table, tr, td {
	font-family: "Times New Roman", Times, serif;
	color:ffffff; 
	font-size:12px;
}

table {
	background-color:#040b28;
}

.footer { font-size:10px; color:424561;font-family:Arial, Helvetica, sans-serif;}
.footer a {color:#040B28;}
.footer a:hover {color:#424561; }


a { color:#aaaabb; text-decoration:none; }
a:hover { text-decoration:underline;}


.helpDIV {
	text-align:left;
	width:80%;
}
.welcomeDIV {
	background-color: #000000;
}
div{
	padding:4;
}

.formBORDER, .formLABEL{
	background-color:#758094;
}
.formLABEL{
	text-align:right;
}

.tablerow1 td{
	background-color:#758094X;
}

.tablerow2 td{
	background-color:#1F2C42;
}
.tableMessage { /* class of messages inserted into tables like "No records found" */
	font-style:italic;
}

.formDIV{
	background-color:#1F2C42;
	border: 1px aaaabb;
}

.error{
	color: #FF6600;
}

.table_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}

.tableHEAD td, .tableHEAD td a, tableHEAD, tableHEAD a{
	background-color:#758094;
	color:#040b28;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;

}














th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	text-align:left;
	font-weight:normal;
}

.table_message td{	background-color:1F2C42; }
.table_message td table td{ background-color:040B28; text-align:center;}

.table_form td{	background-color:758094; }
.table_form td table td{ background-color:1F2C42; }
.table_form td table .title{	background-color:758094; text-align:right; vertical-align:top}

.table_record td{	background-color:1F2C42; }
.table_record td table td{ background-color:040B28;}
.table_record td table .title{	background-color:1F2C42; text-align:right; vertical-align:top}

.table_records td{	background-color:1F2C42; }
x.table_records td table td{ background-color:040B28;}
.table_records td table .even td { background-color:1F2C42; }
.table_records td table .odd td { background-color:040B28; }

.pagination{text-align:right; font-style:italic;	font-size:11px;
}





.column_head, .column_head a, .column_head td, .column_head td a
 {	background-color:#758094;
		color:#040b28;
		font-size:13px;
		font-family:Arial, Helvetica, sans-serif;
		font-variant: small-caps;
	}



