/* AUTO GENERATED FILE! DO NOT EDIT!!! */
/* Create a site_overrides.css file in the custom directory for any manual CSS overrides */
html {
	background-color: #333333;
	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 );
}
.mainContainer {
	background-color: #FFFFFF;
}
#leftColumn, #rightColumn {
	background-color: #9a1512;
}
#poweredByPrismLogo, #poweredByPrismLogo a {
	color: White;
}
.leftGroupsLink a {
	color: #ffffff;
}
.ledger > div:nth-child(even), .ledger tr:nth-child(even) {
	background-color: #EEEEEE;
}
header.navbar {
	background-color: #3F3F3F;
	color: #FFFFFF;
}
header.navbar a {
	color: #FFFFFF;
}
header.navbar a:hover {
	color: #ef1313;
}
#navbarMenu {
	background-color: #3F3F3F;
}
.wcGuestCheckItemRowOdd {
	background-color: #eeeeee;
	color: #0b7d3f;
}
.wcGuestCheckItemRowOdd a {
	color: #0b7d3f;
}
.wcGuestCheckItemRowOdd a:hover {
	color: #FF0000;
}
.wcGuestCheckItemRowEven {
	background-color: #dddddd;
	color: #0b7d3f;
}
.wcGuestCheckItemRowEven a {
	color: #0b7d3f;
}
.wcGuestCheckItemRowEven a:hover {
	color: #FF0000;
}
