/* CSS definition file containing site wide stylesheets */

.GreenBar {
	background-color: rgb(204,204,204)
}

.HeaderCell {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,0,128)
}

.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
}

.Title {
	font-size: 16px;
 	color: rgb(164,24,37);
 	font-weight: bold
}

.HeaderRow {
	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,0,128)
}

.Hilite {
	background-color: rgb(228,199,115)
}