<!--- This class is a dark table heading meant to draw the users attention
		Created primarily for the queue
--->
.table_heading_dark {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
 	font-weight : bold;
 	font-style : normal;
 	color : White;
 	background-color : Navy;
 	link : White;	<!--- links should be white and no text decoration --->
 	alink : White;
 	vlink : White;
 	text-decoration : none;
 }
 
<!--- This is a normal heading that should be used throught the system for headings that
	should be bold
--->
.detail_heading_bold {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : bold;
 	font-style : normal;
 	color : 000066;
 }
 
<!--- This is a normal heading that should be used throught the system for headings that
 	should not be bold
--->
.detail_heading {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : normal;
 	font-style : normal;
 	color : 000066;
 }

<!--- This is a detail style in a fixed spaced font for use in screens like the Bureau RAW TTY
--->
.detail_fixed_char {
 	font-size : x-small;
 	font-family : monospace;
	font-weight : normal;
 	font-style : normal;
 	color : 000066;
 }

<!--- This is a detail style in a fixed spaced font for use in screens like the Bureau RAW TTY Print
--->
.print_detail_fixed_char {
 	font-size : x-small;
 	font-family : monospace;
	font-weight : normal;
 	font-style : normal;
 	color : 000066;
 }

<!--- Detailed information displayed in a main report detail line should use this class 
--->
.report_detail {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : normal;
 	font-style : normal;
 	color : 000000;
 }
<!--- Heading information displayed for a report detail line should use this class 
--->
.report_detail_heading {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : bold;
 	font-style : normal;
 	color : 000000;
 }

<!--- Style of a reports grand total line --->
.report_grand_total {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : bold;
 	font-style : normal;
 	color : 000000;
	background-color : e76d33;
 }
<!--- Detailed information should use this class --->

.detail {
 	font-size : xx-small;
 	font-family : Arial, Helvetica;
 	font-weight : normal;
 	font-style : normal;
	height: 22;
 }

<!--- style for creating horizontal or vertical lines using empty table cells --->
.line {
	background-color : 000066;
	color : 000066;
}
<!--- Background color classes ---> 

.bg_shaded {
 	background-color : ffffe0; <!--- lightly shaded background --->
}

.bg_alert_bad {
 	background-color : red; 
}

.bg_alert_good {
	background-color : 009933;  <!--- greenish --->
}

.bg_alert_caution {
	background-color : ffff66;  <!--- yellowish --->
}

<!--- Background color of a standard command button --->
.bg_command_button {
	background-color : e76d33;
}

<!--- This class should be used for anyt piece of text that should be
    LARGE and bold, like Customer Name
--->
.standout_text {
 	font-size : small;
 	font-family : Arial, Helvetica;
	font-weight : bold;
 	font-style : normal;
 	color : black;
 }
 
<!--- Tab classes --->
 
.tab_active {
	vertical-align: top;
	font-size: x-small; 
	font-family: Arial, Helvetica; 
	font-weight: bold; 
	font-style: normal; 
	color: white; 
	nowrap: true;
	background-color: 31659C;
} 
 
.tab_inactive {
	vertical-align: top;
	font-size: x-small; 
	font-family: Arial, Helvetica; 
	font-weight: normal; 
	font-style: normal; 
	color: white; 
	nowrap: true;
	background-color: 9CBED6;
} 

<!--- Input type classes --->
SELECT {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
 	font-weight : normal;
 	font-style : normal;
}

INPUT {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
 	font-weight : normal;
 	font-style : normal;
}

.input_lbl{
 	font-size : xx-small;
 	font-family : Arial, Helvetica;
 	font-weight : normal;
 	font-style : normal;
}

.textbox_to_label {
	background-color : transparent;
	border : none;
}

TEXTAREA {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
 	font-weight : normal;
 	font-style : normal;
}

BODY {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

<!--- Print Styles --->
.print_heading {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : bold;
 	font-style : normal;
 	color : black;
 }
 
 .print_detail {
 	font-size : x-small;
 	font-family : Arial, Helvetica;
	font-weight : normal;
 	font-style : normal;
 	color : black;
 }
.text11 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.textxx {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.t1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.textxx {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.text9 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.text10 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #FFFFFF}
.text9gray {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #777777; text-decoration: none}
.text9link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #777777; text-decoration: underline}
.text11link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #777777}
.text11gray {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #777777}
.text11black {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.text14 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #660000}
.text_red {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #660000}
 
