/* CSS definition file containing site wide stylesheets */

.navButton:visited {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(92,89,89);
 	text-decoration: none ;
 	border: 1px solid rgb(92,89,89);
 	padding: 1px 3px
}

.formCaption {
	font-size: 13px;
 	font-weight: bold;
 	text-align: right;
 	width: 100%
}

.GreenBar {
	background-color: rgb(238,238,238)
}

.HeaderCell {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(204,0,0)
}

.FakeButton {
	font-size: 10px;
 	color: rgb(0,0,0);
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(204,204,204);
 	padding: 2px 5px;
 	border-left-width: 3px;
 	border-left-style: outset;
 	border-top-width: 3px;
 	border-top-style: outset;
 	border-right-width: 3px;
 	border-right-style: outset;
 	border-bottom-width: 3px;
 	border-bottom-style: outset
}

.SmallText {
	font-size: 11px
}

.formItem {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 13px
}

.Dim {
	color: rgb(128,128,128)
}

.HeaderRow {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(141,151,175)
}

.navButton {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(92,89,89);
 	text-decoration: none ;
 	border: 1px solid rgb(92,89,89);
 	padding: 1px 3px
}

.noULHL {
	color: rgb(255,255,255);
 	text-decoration: none 
}

.SubHeaderRow {
	font-weight: bold;
 	background-color: rgb(255,255,204)
}

.BigText {
	font-size: 12px;
 	font-weight: bold
}

H3 {
	color: rgb(204,0,0)
}

.HiliteRow {
	background-color: rgb(208,224,232);
 	cursor: pointer
}

.navButton:hover {
	color: rgb(255,255,255);
 	background-color: rgb(92,89,89)
}