/* AUTO GENERATED FILE! DO NOT EDIT!!! */
/* Create a site_overrides.css file in the custom directory for any manual CSS overrides */
html {
	background-color: #FFFFFF;
	color: #000000;
	background: -moz-linear-gradient(top,  #666666 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top,  #666666 0%,#FFFFFF 100%);
	background: -o-linear-gradient(top,  #666666 0%,#FFFFFF 100%);
	background: -ms-linear-gradient(top,  #666666 0%,#FFFFFF 100%);
	background: linear-gradient(to bottom,  #666666 0%,#FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#FFFFFF',GradientType=0 );
}
.mainContainer {
	background-color: #FFFFFF;
}
#leftColumn, #rightColumn {
	background-color: #CC232A;
}
#poweredByPrismLogo, #poweredByPrismLogo a {
	color: Black;
}
.leftGroupsLink a {
	color: #FFFFFF;
}
.ledger > div:nth-child(even), .ledger tr:nth-child(even) {
	background-color: #EEEEEE;
}
header.navbar {
	background-color: #333333;
	background: -moz-linear-gradient(top,  #000000 0%, #333333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333));
	background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -o-linear-gradient(top,  #000000 0%,#333333 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#333333 100%);
	background: linear-gradient(to bottom,  #000000 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 );
	color: #FFFFFF;
}
header.navbar a {
	color: #CC232A;
}
header.navbar a:hover {
	color: #FF0000;
}
#navbarMenu {
	background-color: #333333;
}
.wcGuestCheckItemRowOdd {
	background-color: #EEEEEE;
	color: #333333;
}
.wcGuestCheckItemRowOdd a {
	color: #333333;
}
.wcGuestCheckItemRowOdd a:hover {
	color: #CC232A;
}
.wcGuestCheckItemRowEven {
	background-color: #FFFFFF;
	color: #333333;
}
.wcGuestCheckItemRowEven a {
	color: #333333;
}
.wcGuestCheckItemRowEven a:hover {
	color: #CC232A;
}
