.standardBody {
	height: 100%;
	min-height: 100%;
	max-width: 100%;
	background-color: #101112;
}

.contentPage {
	margin-left: 217px;
	padding-bottom: 69px;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
	min-height: 90%;
}

.contentPageFontOnly {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

.contentPageNoMenu {
	margin-left: 0px;
	padding-bottom: 69px;
}
	
.pageHeaderFont {
	font: 42px bold;
	font-family: Impact;
}

.aleHeader {
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	/*
	*/
}

.aleSubHeader {
	/* font-family: mashine-rounded-1, mashine-rounded-2, sans-serif;
	font-weight: 400;
	text-transform: lowercase;
	font-style: normal; */
}

.centerPage {
	margin-top: 10px;
        margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-orient: horizontal;
	-webkit-box-flex: 1;
}

.ageVerificationBody {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.smoothPopupBox {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: none;
	margin: 1em;
	opacity: 1;
	background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.emphasis {
	padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #C1C2C3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

.parallaxBackground {
    height: 30%; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/* opacity: 1; */
}
	
.MainBackground {
	max-height: 100%;
	position: absolute;
	z-index: -9999;
	margin-left: 217px;
}

.MainBackgroundNoMenu {
	position: absolute;
	z-index: -9999;
}

.MainBackgroundNoMenu img {
	width: 100%;
	height: 100%;
}

.InnerMainBackground {
	width: 100%;
	position: fixed;
}
	
.MainBackground img {
	width: 100%;
	height: 100%;
}

.headerIcon {
	max-height: 50px;
	float: left;
	margin-right: 10px;
}

.mainMenu {
	display:none;
	list-style: none;
	padding-left: 0;
	outline: none !important;
	z-index: 2147483647;
}

.mainMenuItem {
	color: #C1C2C3;
	cursor: pointer;
}

.mainMenuSubItem {
	color: #C0C9C8;
	cursor: pointer;
	min-height: 0px;
}

a:link, a:visited, a:active, a:focus {
	color: #C1C2C3;
	outline: 0;
}

a:hover {
	color: #E4701E;
}

a.LinksOnGrey {
	color: #E4701E;
	outline: 0;
	text-decoration: underline;
}

a.BoringLinks {
	color: #000000;
	outline: 0;
	text-decoration: none;
}

.separator {
	height: 0px;
	clear: both;
}

.visibleSeparator {
	height: 1px;
	clear: both;
	background-color: #E4701E;
}

.eventHeader {
	font-family: Arial;
	font-size: 40;
	color: #E4701E;
}

.eventBody {
	font-family: Arial;
	font-size: 16;
	color: #151515;
}

.StandOutFont {
	font-weight: bold;
	text-decoration: underline;
	color: #E4701E;
}

/* IMAGES */

/* CENTERING */

.imageVerticalCenteringFrame {
	white-space: nowrap;
	text-align: center;
	margin: 1px 0;
}

.imageVerticalCenteringHelper {
	display: inline-block;
	border: 0px;
	height: 100%;
	vertical-align: middle;
}

.imageVerticalCenteringImg {
	background: #000000;
	vertical-align: middle;
	max-height: 200px;
	max-width: 200px;
}

.CenterThing {
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

/* DATA GRIDS */

/* BASIC KEY/PAIR GRID */

.dataGridBasicContainer {
	display: table;
}

.dataGridBasicBody {
	display: table-row-group;
}

.dataGridBasicRows {
	display: table-row;
}

.dataGridBasicCellKey {
	font-size: 18px;
	font-weight: bold;
	width: 100px;
	border-right: #E4701E solid 1px;
	border-top: #E4701E solid 2px;
	padding: 5px 0 5px 10px;
	display: table-cell;
}
.dataGridBasicCellFirst {
       border-top: none !important;
}
.dataGridBasicCellValue {
	display: table-cell;
	font-size: 14px;
	font-weight: none;
	width: 200px;
	border-left: #E4701E solid 1px;
	border-top: #E4701E solid 2px;
	padding: 5px 2px 5px 10px;
}

/* FORMS */

	
.formLeft {
	margin-left: -120px;
	padding-top: 3px;
	padding-right: 10px;
	float: left;
	text-align: right;
	width: 150px;
}

.formRight {
	float: right;
	width: 200px;
}

.formRight textarea {
	height: 200px;
	width: 198px;
	min-width: 198px;
	max-width: 290px;
}

.formRight select {
	min-height: 40px;
	width: 198px;
}

.formNext {
	clear: both;
	margin: 5px;
	height: 1px;
}

.formSubmit {
	margin-top: 10px;
	margin-bottom: 10px;
}

.formSubmit input{
	width: 198px;
	height: 64px;
}

.formSubmit input:hover{
	background-color: #BABCBD;
}






