/*
****************************************
* Standard Style Sheet                 *
* Created On: 01/20/2004               *
* Last Modified:                       *
* Steve Olson 3/4/2004                 *
****************************************
*/


/* standard text and links */
.standard, P, DIV, TD, LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #393939;
}

.fine {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.titles {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #9C2730;
}

.bold {
	font-family: arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9C2730;
}

.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;
}
 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #9C2730;
}
 
A:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #393939;
}
 
H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
	color: #B92B20;
}


/* alternate text and links */
.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #B92626;
}

A.alt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #B92626;
}

A.selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #938D49;
}
 
A.alt:Hover {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #CF2D2D;
}


/* form controls */
.textbox {
	font-family:  "Trebuchet MS", 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;
}

.radiobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dropdownlist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* tables */
.border {
	border: 1px solid #D5CE84;
}

.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%;
	text-decoration: underline;
}

.headerStyle {
	background-color: #DED896;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
}

.itemRow	{
	background-color: #FFFFFF;
}

.altItemRow	{
	background-color: #FFFFFF;
}

.selectedItemRow {
	background-color: #EBDFDF;
}
