body {
	padding:0;
}

body, html {
	background-color: #000 !important;
	background-image: none !important;

}

.logoWrapper, .msgWrapper, .startWrapper {
	vertical-align: middle;
}
.startWrapper {
	margin-top:8px;
}
.msgWrapper {
	margin-top:8px;
}


#dataRefs {
  margin: 0 auto;
}

#contentBody {
	padding: 18px 24px 18px 24px;
	background-color: #000;
	border-radius: 12px;
  margin: 0 auto;
}

@media (max-width: 767px) {
	#contentBody {
		margin-top: 0;
	border-radius: 0;
		height:1110px;
	}
}


.contentBodyFixW {
	width:auto;
}

/*
.textEditLink, .toggleOverwriteRow, .sponsorSubGroup {
	display:none;
}
*/

.headerWrapper {
	min-height:64px;
}
#replayButton {
	float:right;
	margin: 4px;
}



.selectLabel {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	display: inline-block;
	text-align: center;
	width: 190px;
}


.suButton {
	display: inline-block;
}

a.signupButton {
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	font-weight:900;
	font-style:normal;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 auto;
	overflow:hidden;
	
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	border-radius:7px;
}
a:link.signupButton, a:visited.signupButton, a:active.signupButton {
	text-decoration:none;
	color: #FFF;
}
a.signupButton:hover {
	text-decoration:none;
	color:#fff;
}
a.signupButton span {
	height:100%;
	display: block;
	white-space:nowrap;
	text-align:center;
	cursor:pointer;
}
a.largeBlueButton {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	border:2px solid #2277EE;
	height:69px;
	width:100%;
}
a.largeBlueButton span {
	color:#FFF;
	background:#256AD4;
	background: -moz-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #256AD4), color-stop(100%, #014074));
	background: -webkit-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -o-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: -ms-linear-gradient(top, #256AD4 20%, #014074 100%);
	background: linear-gradient(top, #256AD4 20%, #014074 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#256AD4', endColorstr='#014074', GradientType=0 );
}
a.largeBlueButton:hover span {
	color:#FFF;                
	background:#4883E3;
	background: -moz-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #4883E3), color-stop(100%, #144D92));
	background: -webkit-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -o-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: -ms-linear-gradient(top, #4883E3 20%, #144D92 100%);
	background: linear-gradient(top, #4883E3 20%, #144D92 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4883E3', endColorstr='#144D92', GradientType=0 );
}
a.largeBlueButton .signupButtonText, a.signupButton .signupButtonText {
	display:block;
	font-size:26px;
	line-height:26px;
	font-weight:900;
	text-transform: uppercase;
	font-family:"Arial Black", Arial, Helvetica, sans-serif;
	padding:12px 16px 0 22px;
	text-decoration:none;
}
a.largeBlueButton .signupButtonTextSmall, a.signupButton .signupButtonTextSmall {
	display:block;
	margin:0;
	padding-top:4px;
	padding-bottom:16px;
	text-transform: uppercase;
	font-size:11px;
	line-height:11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}
.sectionTitleWrapper {
	width:100%;
}
/*
.allStylesWindow {
	width: 612px;
}
*/

.bannerSection {
	min-height: auto;
}
a.actionButton, a.actionButton:active, a.actionButton:visited {
	color:#fff;
	text-decoration: none;
}


.selectLabel {
	width:100%;
}

@media (max-width: 767px) {
	body {
		padding:0;
	}

	.allStylesWindow {
		width: 242px;
	}

	.selectLabel {
		font-size:16px;
	}
	.bannerSectionTabs li {
		margin:6px;
	}

}


@media (max-width: 390px) {

	.allStylesWindow {
		width: 162px;
		text-align: center;
	}
	.catWrapper {
		text-align: left;
	}

}


.signupButtonRow {
  text-align: center;
  margin-top: 24px;
}

.btn-signUp {
    background-color: #256ad4;
    border: 2px solid #fff;
    border-radius: 8px;


    font-family: "Oswald-Bold",Arial,Helvetica,sans-serif;
    font-size: 34px;
    line-height: 70px;
    text-transform: uppercase;
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
    display: inline-block;
    text-align: center;
    text-decoration: none;

    color:#fff;

    -webkit-box-shadow: 2px 2px 6px #000;
    -moz-box-shadow: 2px 2px 6px #000;
    -o-box-shadow: 2px 2px 6px #000;
    -ms-box-shadow: 2px 2px 6px #000;
    box-shadow: 2px 2px 6px #000;
}
.btn-signUp:hover {
    background-color: #00b200;
    border: 2px solid #fff;
    color:#fff;
}





/*
@media (max-width: 767px) {
	#contentBody {
	    max-width: 365px;
	    margin: 0 auto;
	}

	.styleNavButton, .styleShadowRight {
		display: none;
	}
	.allStylesWindow {
		float: none;
		height: auto;
		width: 300px;
		margin:0 auto;
	}

	.allStylesSlider {
		position: relative;
		width: 100%;
		left: auto;
		height: auto;
	}
	.catWrapper {
		float: none;
		display: block;
		margin:18px 0;
	}


}
*/