/* AUTO GENERATED FILE! DO NOT EDIT!!! */
/* Create a site_overrides.css file in the custom directory for any manual CSS overrides */
html {
	background-color: #666666;
	color: #000000;
	background: -moz-linear-gradient(top,  #333333 0%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top,  #333333 0%,#666666 100%);
	background: -o-linear-gradient(top,  #333333 0%,#666666 100%);
	background: -ms-linear-gradient(top,  #333333 0%,#666666 100%);
	background: linear-gradient(to bottom,  #333333 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 );
}
.mainContainer {
	background-color: #FFFFFF;
}
#leftColumn, #rightColumn {
	background-color: #990000;
}
#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: #000000;
	background: -moz-linear-gradient(top,  #333333 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%);
	background: -o-linear-gradient(top,  #333333 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #333333 0%,#000000 100%);
	background: linear-gradient(to bottom,  #333333 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 );
	color: #FFFFFF;
}
header.navbar a {
	color: #FFFFFF;
}
header.navbar a:hover {
	color: #cecece;
}
#navbarMenu {
	background-color: #000000;
}
.wcGuestCheckItemRowOdd {
	background-color: #444444;
	color: #FFFFFF;
}
.wcGuestCheckItemRowOdd a {
	color: #FFFFFF;
}
.wcGuestCheckItemRowOdd a:hover {
	color: #990000;
}
.wcGuestCheckItemRowEven {
	background-color: #666666;
	color: #FFFFFF;
}
.wcGuestCheckItemRowEven a {
	color: #FFFFFF;
}
.wcGuestCheckItemRowEven a:hover {
	color: #990000;
}
