/* APPLICATION: Generic Style Sheet
DESCRIPTION: Generic Style Sheet for All Web Apps
DATE: 04/11/2001*/


/* Body Elements*/
body  {
	font-family : Arial;
	font-size : 10pt;
	text-align: left;
	vertical-align: top;
}

/* Page Fonts - Used for page titles, subtitles, and captions */
.title  {
	color: #001A9E;
	font-size: 11pt;
	font-weight: bold;
}

.subtitle {
	color: #dd8c00;
	font-size : 10pt;
	font-weight : bold;
}

.caption {
	font-size : 8pt;
	color: #001A9E;
}



/* Default table formats. 
	On some browsers, IE, the tables will not inherit the body settings */
table {
	font-family : Arial;
	font-size : 10pt;
	text-align: left;
	vertical-align: top;
}

td {
	font-family : Arial;
	font-size : 10pt;
}
 
.tableHeading {
	background-color: #5A441E;
 	color : #ffffff;
 	font-family : arial, helvetica, sans-serif;
 	font-weight : bold;
 	font-size: 10pt;
 	text-align: left;
}

.tableSubheading {
 	background-color: #dd8c00;
 	color : #000000;
 	font-family : arial, helvetica, sans-serif;
 	font-weight : bold;
 	font-size: 10pt;
 	text-align: left;
 	vertical-align: top;
}

.tableBold {
	font-size : 10pt;
	font-weight : bold;
	text-align: left;
	vertical-align: top;
}

.tableContent {
 	background-color: #ebebeb;
 	color : #000000;
 	font-family : arial, helvetica, sans-serif;
 	font-size: 10pt;
 	text-align: left;
 	vertical-align: top;
}

/* Form Elements */
input  {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
}

select {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
}

.button {
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	background-color: #dfdfdf;
}
 
/* Form field labels */
.formLabel {
	background-color: #ebebeb;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.inputLabel  {
	font-size: 8pt;
	color: #dd8c00;
}

/* Sidebody Styles */
.navHeading {
	background-color: #006666;
 	color : #ffffff;
 	font-family : arial, helvetica, sans-serif;
 	font-weight : bold;
 	font-size: 8pt;
 	text-align: left;
}

.navSubheading {
 	color : #006666;
 	font-family : arial, helvetica, sans-serif;
 	font-size: 7pt;
 	font-weight : bold;
 	text-align: left;
 	vertical-align: top;
}

.update {
		font-size : 8pt;
	color: #bb8000;
}

/* Footer Styles */
.footer {
	background-color: #001A9E;
 	color : #ffffff;
 	font-family : arial, helvetica, sans-serif;
 	font-size: 7pt;
 	font-weight : bold;
 	text-align: right;
}
