@charset "utf-8";
/* CSS Document */
.xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {margin: 0px 0px 3px 5px;}
.xsnazzy h2 {border:0;}
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy {background: transparent;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left-width:1px; border-left-style: solid; border-right-width:1px; border-right-style: solid;}
.xb1 {margin:0 5px;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; /*border-style: solid; border-width:0 1px;*/}

.lightGreyBackground .xb1,
.lightGreyBackground .xb2,
.lightGreyBackground .xb3,
.lightGreyBackground .xb4,
.lightGreyBackground .xboxcontent {
	background-color:#f5f5f5 !important; border-color: #f5f5f5 !important;
}

.darkGreyBackground .xb1,
.darkGreyBackground .xb2,
.darkGreyBackground .xb3,
.darkGreyBackground .xb4,
.darkGreyBackground .xboxcontent {
	background-color:#D1D1D1 !important; border-color: #D1D1D1 !important;
}

.darkGreyBackground .xboxcontent .whiteBackground .xb1,
.darkGreyBackground .xboxcontent .whiteBackground .xb2,
.darkGreyBackground .xboxcontent .whiteBackground .xb3,
.darkGreyBackground .xboxcontent .whiteBackground .xb4,
.darkGreyBackground .xboxcontent .whiteBackground .xboxcontent {
	background-color:#FFFFFF !important; border-color: #FFFFFF !important;
}

.whiteBackground .xb1,
.whiteBackground .xb2,
.whiteBackground .xb3,
.whiteBackground .xb4,
.whiteBackground .xboxcontent {
	background-color:#FFFFFF; border-color: #FFFFFF;
}

.redBackground .xb1,
.redBackground .xb2,
.redBackground .xb3,
.redBackground .xb4,
.redBackground .xboxcontent {
	background-color:#346d9a; border-color: #346d9a; /* Changed to be blue for NextLevel */
}

.redBackground .xboxcontent {
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

