/* 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;
}
.mainContainer {
	background-color: #FFFFFF;
}
#leftColumn, #rightColumn {
	background-color: #F9F9F9;
}
#poweredByPrismLogo, #poweredByPrismLogo a {
	color: Black;
}
.leftGroupsLink a {
	color: #CC0000;
}
.ledger > div:nth-child(even), .ledger tr:nth-child(even) {
	background-color: #EEEEEE;
}
header.navbar {
	background-color: #E00000;
	background: -moz-linear-gradient(top,  #6B0000 0%, #E00000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6B0000), color-stop(100%,#E00000));
	background: -webkit-linear-gradient(top,  #6B0000 0%,#E00000 100%);
	background: -o-linear-gradient(top,  #6B0000 0%,#E00000 100%);
	background: -ms-linear-gradient(top,  #6B0000 0%,#E00000 100%);
	background: linear-gradient(to bottom,  #6B0000 0%,#E00000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B0000', endColorstr='#E00000',GradientType=0 );
	color: #FFFFFF;
}
header.navbar a {
	color: #FFFFFF;
}
header.navbar a:hover {
	color: #000000;
}
#navbarMenu {
	background-color: #E00000;
}
.wcGuestCheckItemRowOdd {
	background-color: #F2F2F2;
	color: #666666;
}
.wcGuestCheckItemRowOdd a {
	color: #222222;
}
.wcGuestCheckItemRowOdd a:hover {
	color: #222222;
}
.wcGuestCheckItemRowEven {
	background-color: #FFFFFF;
	color: #666666;
}
.wcGuestCheckItemRowEven a {
	color: #222222;
}
.wcGuestCheckItemRowEven a:hover {
	color: #222222;
}
