/*
****************************************
* Standard Style Sheet                 *
* Created On: 01/20/2004					*
* Last Modified:									  *
* Steve Olson 3/4/2004						  *
* Revised 9/16/04 - S.O.					  *
****************************************
*/


/* standard text */
.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #000000;
}

.12ptArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #000000;
}


H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
	color: #B92B20;
}

.fine {
	font-family: arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: normal;

}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B92B20;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #FF0000;
}

.print {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 110%;
	color: #000000;
}

.subText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #B92626;
}


/* links */ 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #B92B20;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #3A3B6B;
}

A.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

A.alt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
}

A.alt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #5D5D5D;
}

A.alt2:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}


/* form controls */
.textbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.radiobutton {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.checkbox {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.button {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.dropdownlist {
	font-family:   Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
}

.textboxAlt {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: outset;
	border-top-style: outset;
	border-left-color: #CFCFCF;
	border-top-color: #CFCFCF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: inset;
	border-bottom-style: inset;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	color: #595959;
}


/* tables */
.border {
	border: 1px solid #DDE0E1;
}

.borderRightBottom {
	border-right: 1px solid #DDE0E1;
	border-bottom: 1px solid #DDE0E1;
}

.borderRight {
	border-right: 1px solid #DDE0E1;

}

.borderTop {
	border-top: 1px solid #DDE0E1;
	border-right: 1px none #DDE0E1;
	border-bottom: 1px none #DDE0E1;
	border-left: 1px none #DDE0E1;
}

.divBottom {
	border-top: 1px none #737373;
	border-right: 1px none #737373;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px none #737373;
}

.mainHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	text-decoration: none;
	text-transform: uppercase;
}

.columnHeader {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #F6F6F6;
}

.selectedItemRow {
	background-color: #D9D9D9;
	color: white;
}
