/* CSS definition file containing site wide stylesheets */

.DisabledRow {
	color: rgb(128,128,128)
}

.ClickableRow {
	background-color: rgb(255,204,204);
 	cursor: pointer
}

.GreenBar {
	background-color: rgb(227,227,227)
}

.Titlebar {
	color: rgb(255,255,255);
 	font-weight: bold;
 	text-decoration: none ;
 	background-color: rgb(239,55,67)
}

.SmallText {
	font-size: 11px
}

.CreditRow {
	color: rgb(255,0,0)
}

.HeaderRow {
	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(204,204,204)
}

.HiliteRow {
	background-color: rgb(255,204,204)
}

.ExtraSmallText {
	font-size: 10px
}