h1, h2, h3, h4, h5, h6 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-moz-text-size-adjust: none; 
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

html, body {
	font-family: "Arial";
	font-size: 15px !important;
	height: 100.2%;
	color: #222222;
}

img {
	border-style: none;
	border-width: 0px;
	border-color: white;
}

a {
	color: #ea214f;
	text-decoration: none;
	outline-style: none;
}

h1 {
	font-size: 25px;
	letter-spacing:-0.05em;
	font-weight: bold;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

ul {
	
}

li {
	margin-left: 30px;
}

.textfield {
	color: black;
	background-color: white;
	font-size: 14px;
	padding: 1px 5px;
	display:inline-block;
	border: 1px solid gray;
	-moz-border-radius:3px;
	border-radius: 2px;
	height: 21px;
}

.textfield2 {
    border-color: #eee;
    box-shadow: none;
    color: #888;
	background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-sizing: border-box;
}

.textfield2:focus {
	background-color: #F6FBFF;
}

.textfield2:disabled {
	background-color: #eeeeee;
	color: #aaaaaa;
}

.textarea2 {
    border-color: #eee;
    box-shadow: none;
    color: #888;
	background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-sizing: border-box;
    font-family: Arial;
}

.textarea2:focus {
	background-color: #F6FBFF;
}

.textarea2:disabled {
	background-color: #eeeeee;
	color: #aaaaaa;
}

.hiddentext {
  color: rgba(0, 0, 0, 0);
}

.textfield[disabled='disabled'] {
	background-color: #eeeeee;
	border-color: #aaaaaa;
	color: #333333;
}

.redfield {
	background-color: pink;
	border-color: red;
}

.dropdown {
	font-size: 15px;
	padding: 2px;
	margin: 0px;
	background: white;
	
	border: 1px solid gray;
	border-radius: 2px;
}

.dropdown2 {
	font-size: 15px;
	padding: 5px 7px;
	margin: 0px;
	background: white;
	border: 1px solid #dddddd;
	color: #555555;
	border-radius: 2px;
}

.thinking {
    cursor: progress;
	background: linear-gradient( -45deg, white 25%, 
	                                     #dddddd 25%, 
	                                     #dddddd 50%, 
	                                     white 50%, 
	                                     white 75%, 
	                                     #dddddd 75% );
	background-size: 20px 20px;
	animation: barberpole 10s infinite linear;
}

.thinkingrow {
    cursor: progress;
	background: linear-gradient( -45deg, white 25%, 
	                                     #dddddd 25%, 
	                                     #dddddd 50%, 
	                                     white 50%, 
	                                     white 75%, 
	                                     #dddddd 75% );
	background-size: 20px 20px;
	animation: barberpole 10s infinite linear;
}


@keyframes barberpole {
	from {background-position: 0%;}
	to {background-position: 100%;}
}


@-moz-document url-prefix() {
	.dropdown {
		font-size: 14px;
	}
}

select[disabled='disabled'] {
	background-color: #dddddd;
	color: #bbbbbb;
}

.textarea {
	color: black;
	background-color:#fff;
	border: 1px;
	margin:0;
	padding: 5px 4px;
	outline-width:0;
	font:12px Helvetica,Arial,Sans-serif;
	border: 1px solid gray;
	-moz-border-radius:3px;
	border-radius: 3px;
	font-family:Courier;  
}

.textarea:focus {
	border: 1px solid gray;
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pklink {
	color: #1e96ff;
	text-decoration: underline;
}

.pklink em {
	font-style: normal;
	color: #777777;
	text-decoration: underline;
	text-decoration-color: white;
}

/* --------[Single]-------- */

.single {
	color: black;
}

.singleinner {
	padding: 5px 10px;
}

.eachsingle_light {
	background-color: white;
}

.eachsingle_dark {
	background-color: #f3f3f3;
}

.eachsingle_light:hover, .eachsingle_dark:hover {
	background-color: #FBE4A6;
}

.singledetail {
	padding: 5px 10px;
}


/* --------[Page Layout]-------- */
.page {
	width: 1200px;
	padding: 0px 10px;
	min-height: 99%;
	height: auto !important;
	height: 99%;
	margin: 0px auto -55px auto; /* the bottom margin is the negative value of the footer's height (http://ryanfait.com/sticky-footer/) */
}

.liveBox {
	height: 255px;
	background-color: white;
}

.shows {
	height: 400px;
}

.footer, .push {
	width: 820px;
	height: 55px; /* .push must be the same height as .footer */
	margin-top: 20px;
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto;
}

.footer {
	position: relative;
}

.push {

}

.footerContent {
	width: 820px;
	position: absolute;
	bottom: 0px;
}

/* --------[ Boneyard ]-------- */
.largeblock {
	font-size: 20px;
	letter-spacing:-0.05em;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.largetext {
	font-size: 20px;
	letter-spacing:-0.05em;
}

.largelist {
	margin-top: 10px;
}

.largelist li {
	font-size: 20px;
	letter-spacing:-0.05em;
	list-style-image: url(/images/tiny-flame.png);
	margin-left: 50px;
}

.bottomborder {
	height: 6px;
	background-color: #adadad;
}

.pagefooterbar {
	height: 5px;
	background-color: black;
}

/* --------[Header Content]-------- */
.header {
	
}


.searchlogoimage {
	margin-top: 9px;
	display: inline-block;
}

.logoimage {
	margin-top: 5px;
	display: inline-block;
	width: 150px;
}

.topstrip {
	background-color: white;
	height: 5px;
}

.toplinks {
	float: right;
	height: 75px;
	text-align: right; 
}

.toplinks table { 
	margin-top: 18px;
}

.toplink {
	color: black;
	margin-right: 30px;
}

.toplink:hover {
	text-decoration: underline;
}

.toplinkjoin {
	color: #1e96ff;
}

.loginbutton {
	padding: 10px 20px !important;
}




.welcome {
	color: black;
	float: right;
	line-height: 16px;
}

.logincolumn {
	float: left;
	margin-right: 10px;
}

.logoutcolumn {
	float: right;
	margin-right: 10px;
}

.emaillabel {
	color: white;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 1px 0px 2px -1px;
}

.passwordLabel {
	color: white;
	font-size: 10px;
	font-weight: bold;
	margin: 1px 0px 2px -1px;
	display: block;
}

.userLabel {
	color: black;
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin: 1px 0px 2px -1px;
}

.userName {
	font-weight: bold;
	letter-spacing: -.05em;
	color: gray;
}

.notificationcircle {
	background-color: #1e96ff;
	color: white;
	border-radius: 50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	font-weight: bold;
}

.emailfield {
	background-color:#fff;
	border: 1px;
	margin:0;
	padding: 5px 4px;
	outline-width:0;
	font:12px Helvetica,Arial,Sans-serif;
	font-weight: bold;
	width: 150px;
	color: gray;
}

.passwordField {
	background-color:#fff;
	border: 1px;
	margin:0;
	padding: 5px 4px;
	outline-width:0;
	font:12px Helvetica,Arial,Sans-serif;
	font-weight: bold;
	width: 150px;
	color: #ea214f;
}

.forgotpasswordlink {
	color: black;
}

.forgotpasswordlink:hover {
	text-decoration: underline;
}

/* -------[tab links]------- */
.tabbox {
	float: right;
}

.tabcolumn1 {
	float: left;
	width: 102px;
}

.tabcolumn2 {
	float: left;
	width: 102px;
}

.tabcolumn3 {
	float: left;
	width: 102px;
}

.tabcolumn4 {
	float: left;
}




.lastfmtext {
	font-size: 20px;
	text-transform: uppercase;
}

.show_dark {
	background-color: #f3f3f3;
	height: 78px; /* plus padding */
	padding-top: 10px;
}

.show_light {
	background-color: white;
	height: 78px; /* plus padding */
	padding-top: 10px;
}

.show_highlight {
	color: white;
	background-color: #199383;
	height: 78px; /* plus padding */
	padding-top: 10px;
}

.show_highlight * {
	color: black;
}

.show_highlight .dayofweektext {
	color: black;
}

.show_highlight .doorstime {
	color: black;
}

.show_highlight .fee {
	color: black;
}

.show_highlight .verticalshowseperator {
	background-color: black;
}

.show_highlight .verticalshowseperator2 {
	background-color: #106254;
}

.showseperator {
	height: 1px;
	background-color: #adadad;
}

.verticalshowseperator {
	margin-top: 10px;
	width: 1px;
	height: 55px;
	float: left;
	background-color: #cccccc;
}

.verticalshowseperator2 {
	margin-top: 10px;
	width: 1px;
	height: 55px;
	float: left;
	background-color: white;
}

.date {
	width: 70px;
	height: 100%;
	text-align: center;
	padding: 0px;
	float: left;
}

.extradetails {
	width: 70px;
	height: 100%;
	text-align: center;
	padding: 0px;
	float: left;
}

.doorstime {
	margin-top: 20px;
	font-size: 17px;
	font-weight: bold;
	color: gray;
}

.proposalseal {
	background-image: url('/images/proposal-seal.png');
	background-repeat: no-repeat;
	height: 40px;
	width: 60px;
	margin-left: 5px;
	margin-top: 15px;
}

.agelimit {
	font-size: 10px;
	text-transform: uppercase;
}

.daytext {
	font-size: 35px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -.05em;
}

.daytextsmall {
	font-size: 33px;
	letter-spacing: -0.05em;
	font-weight: bold;
}

.monthtext {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.dayofweektext {
	font-size: 10px;
	margin-top: 5px;
}

.showdetails {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0px;
}

.venuedetails {
	float: left;
	width: 520px;
	height: 20px;
	overflow: hidden;
	letter-spacing: -.03em;
}

.venue {
	margin-left: 5px;
	color: black;
}

.venue:hover {
	text-decoration: underline;
}

.organizer {
	color: black;
}

.organizer:hover {
	text-decoration: underline;
}

.venuelocation {
	
}

.price {
	margin-right: 3px;
	float: right;
	width: 135px;
	height: 20px;
	text-align: right;
}

.fee {
	color: #999999;
	display: inline;
	font-size: 12px;
}

.allin {

}

.lineup {
	
}

.headliner {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 25px;
	float: left;
	width: 630px;
	overflow: hidden;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	letter-spacing: -.03em;
}

.headliner_long {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 22px;
	line-height: 30px;
	float: left;
	width: 640px;
	overflow: hidden;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	letter-spacing: -.03em;
}

.headliner_really_long {
	margin-top: 0px;
	margin-left: 5px;
	font-size: 18px;
	line-height: 30px;
	float: left;
	width: 640px;
	overflow: hidden;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	letter-spacing: -.03em;
}

.supportingacts {
	margin-left: 5px;
	float: left;
	width: 630px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 20px;
	text-transform: uppercase;
}

.inlinebuy {
	visibility: hidden;
}

/* --------[general]-------- */
.massivetitle {
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:-0.1em;
	text-shadow: 1px 1px 1px #999999;
	display: inline-block;
	margin-top: 0px !important;
	margin-bottom: 5px;
}

.mediumtitle {
	font-size: 29px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:-0.1em;
}

.subtitle {
	font-size: 10px;
	color: gray;
	text-transform: uppercase;
}

.boxheader {
	background-color: black;
	height: 42px;
	color: white;
	font-size: 22px;
	line-height: 42px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.box {
	background-color: #f3f3f3;
	padding: 10px;
}

.boxbottom {
	height: 5px;
	background-color: #cccccc;
}

.box p {
	
	margin-bottom: 10px;
}

.box h2 {
	margin-top: 5px;
	font-size: 17px;
	color: #333333;
}

.box h3 {
	color: black;
}

/* --------[venue more info]-------- */

.venuecolumn1 {
	width: 430px;
	float: left;
}

.venuecolumn2 {
	width: 370px;
	float: right;
}

.venuefaq {
	margin-top: 20px;
	margin-bottom: 20px;
}

.venuefaq h1 {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.venuefaq p {
	margin-bottom: 10px;
}

/* --------[bands more info]-------- */

.bandcolumn1 {
	width: 400px;
	float: left;
}

.bandcolumn2 {
	width: 400px;
	float: right;
}

/* --------[special events]-------- */


/* --------[about us]-------- */

.aboutuscolumn1 {
	width: 400px;
	float: left;
}

.aboutuscolumn2 {
	width: 400px;
	float: right;
}

.teammember {
	
}

.teammembername {
	font-weight: bold;
}

.presssection {
	margin-top: 20px;
}

.presstitle {
	color: white;
	background-color: black;
	text-transform: uppercase;
	padding: 5px;
}

.pressoutfit {
	color: #777777;
}

.presslink {
	background-color: #F3F3F3;
	padding: 5px;
}

.contactuscolumn1 {
	width: 400px;
	float: left;
}

.contactuscolumn2 {
	width: 400px;
	float: right;
}

.errorcolumn {
	width: 820px;
	background-color: green;
}

/* --------[buttons]-------- */
a.button {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none !important;
	text-align: center;
	display: inline-block;
	outline-style: none;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ----------------------------- */
/* special css for input buttons */
/* ----------------------------- */
input.button {
	font-size: 14px;
	font-family: "Arial";
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	padding: 4px 10px;
	border: none;
	line-height: 18px;
	-webkit-appearance: none;
}

input.clickedbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 3px 9px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;

	background-image: url( '/images/spinner2.gif' );
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: rgba(0, 0, 0, 0.0) !important;
    cursor: progress;
}

input.pinkbutton {
	background-color: #EA214F;
	color: white;
	border: 0px solid #EA214F;
}

input.pinkbutton:hover {
	background-color: #f03a61;
	color: white;
	border: 0px solid #EA214F;
}

input.pinkbutton:active {
	background-color: #EA214F;
	color: white;
	border: 0px solid #EA214F;
}



/* -------------------------- */
/* this is the 'disabled' <a> */
/* -------------------------- */
span.button {
	background-color: #eeeeee;
	color: #aaaaaa;
	border: 1px solid #aaaaaa;
	font-size: 14px;
	padding: 4px 9px;
	cursor: default;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}

span.button em {
	font-style:normal;
	font-weight: bold;
	letter-spacing:-0.05em;
}

em span.graybutton {
	color: #777777 !important;
}



/* -------------------------- */
/*    the colored buttons     */
/* -------------------------- */
a.clickedbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 4px 9px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;
	
	background-image: url( '/images/spinner2.gif' );
	background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    color: rgba(0, 0, 0, 0.0) !important;
    cursor: progress;
	
	/*
	background-image: url( '/resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/indicator.gif' );
	background-repeat: no-repeat;
	background-position: 50%;
	*/
}

a.clickedbutton svg {
	margin-bottom: -3px !important;
}

a.clickedsmallbutton {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 0px 4px;
	border: 1px solid black;
	box-shadow: inset 1px 1px 1px #777777;
}

a.clickedbutton2 {
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 4px 9px;
	border: 1px solid #dddddd;
	box-shadow: inset 2px 2px 1px #999999;
}

span.smallbutton {
	padding: 0px 4px;
	min-width:35px;
}

span.tagbutton {
	padding: 0px 4px;
	min-width:35px;
	width: 140px;
	text-transform: uppercase;
}

a.pinkbutton {
	background-color: #ea214f;
	color: #FFFFFF !important;
	padding: 5px 10px;
}

a.pinkbutton:hover {
	background-color: #f03a61;
}

a.smallbutton {
	padding: 1px 5px;
	min-width:35px;
}

.graybutton {
	background-color: #666666;
	color: #FFFFFF !important;
	padding: 5px 10px;
}

a.graybutton:hover {
	background-color: #777777;
}

.graybutton2 {
	background-color: #cccccc;
	border: 1px solid black;
	color: #555555;
	padding: 5px 10px;
}

a.graybutton2:hover {
	background-color: #bbbbbb;
	color: black;
}

.focusedbutton {
	background-color: #1E96FF;
	border: 1px solid black;
	color: white;
	padding: 5px 10px;
}

a.focusedbutton:hover {

}

.lightgraybutton {
	background-color: #E3E3E3;
	color: #333333;
	padding: 2px 7px;
}

a.lightgraybutton:hover {
	background-color: #C3C3C3;
	color: black;
}

.allupcomingbutton {
	background-color: #ea214f;
	color: white;
	padding: 2px 7px;
}

a.allupcomingbutton:hover {
	background-color: #ea214f;
	color: white;
}

.selectedbutton {
	color: #777777;
	background-color: white;
	padding: 4px 10px;
	border: 1px solid #777777;
	box-shadow: inset 1px 1px 2px #777777;
}

a.whitebutton {
	background-color: white;
	color: black;
	padding: 5px 10px;
}

a.whitebutton svg {
	margin-bottom: -3px !important;
}

a.whitebutton:hover {
	background-color: #d9eeff;	
}

a.whitebuttonselected {
	color: #777777;
	padding: 5px 10px;
	padding: 3px 3px;
	box-shadow: inset 1px 1px 2px #777777;
	border: 1px solid #777777;
}

a.whitebuttonselected:hover {
	background-color: #d9eeff;	
}

a.whiteborderedbutton {
	background-color: white;
	border-color: #dddddd;
	border: 1px solid #90B4D2;
	color: black;
	padding: 5px 10px;
}

a.whiteborderedbutton:hover {
	background-color: #d9eeff;
}

a.limegreenbutton {
	background-color: #51EE59;
	color: white;
	padding: 5px 10px;
}

a.limegreenbutton:hover {
	color: black;
	background-color: #33ff33;
}

a.venuesbutton {
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	padding: 0px;
}

a.venuesbutton:hover {
	color: #ea214f;
}

a.tagbutton {
	padding: 1px 5px;
	min-width:35px;
	width: 140px;
	text-transform: uppercase;
}

a.greenbutton {
	background-color: green;
	color: #FFFFFF;
	padding: 5px 10px;
}

a.greenbutton:hover {
	background-color: #339933;
}



/* ************* */
/* Modal Confirm */
/* ************* */
.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

.modalpane {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .9 );
	color: black;
	z-index: 10;
	font-size: initial;
}

.modalbox {
	margin: 0px auto;
	background-color: white;
	width: 300px;
	padding: 10px;
	border-radius: 2px;
}	

.modaltitle {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid gray;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.modaldescription {
	text-align: center;
}

.modalbuttons {
	margin-top: 10px;
	text-align: right;
}


@media only screen and (min-width : 0px) and (max-width : 700px) { 
	.modalbox {
		width: 100%;
	}
}

.modaldropdowncontainer {
	margin-top: 10px;
}













.tabheadline {
	margin-top: 25px;
	font-size: 20px;
	display: block;
	margin-bottom: -5px;
}

.tabtagline {
	font-size: 9px;
	color: #999999;
	letter-spacing: 0em;
}

/* promo kit stuff */
.kitvalue {
	width: 100%;
}

.qrlink {
	position: relative;
	float: right;
	margin-top: -30px;
	margin-right: 35px;
}

.codeSnippet {
	background-color: #cccccc;
	margin-bottom:20px;
}

.callout {
	background-color:black;
	color: white;
	text-align: right;
	padding-right: 10px;
	margin-top: 2px;
	font-size: 10px;
	font-weight: bold;
}

.callout a {
	color: white;
	letter-spacing:-0.1em;
	font-weight: bold;
	font-size: 15px;
}

.onlinetixtext {
	
}

.promotelink {
	color: RED;
}

/* general table */
.tabletitle {
	font-size: 20px;
	background-color: black;
	color: white;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;
}

.centeredcell {
	text-align: center;
}

.buttoncell {
	text-align: right;
}


/* experimental submit styling */
.pinksubmit {
	font-family: "Arial";
	background-color: #EA214F;
	border: 1px solid #EA214F !important;
	color: white;
	padding: 5px 7px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	-webkit-appearance: none;
}

.clickedsubmit {
	font-family: "Arial";
	background-color: #f3f3f3;
	color: #BBBBBB;
	padding: 4px 7px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.05em;
	line-height: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid black !important;
	box-shadow: inset 1px 1px 1px #777777;
}

.pinksubmit:hover {
	background-color: #f03a61;
}

/* ------------------------ */
/* standard feedback is red */
/* ------------------------ */
.standardfeedback .feedbackPanel {
	color: #EA214F;
	font-weight: bold;
	background-color: white;
	border-radius: 5px;
	border: 1px solid gray;
}

.standardfeedback ul {
	list-style: none;
}

.standardfeedback li {
	font-size: 17px;
	background-color: #fbcbd7;
	margin: 5px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #f797b0;
}

/* -------------- */
/* live box stuff */
/* -------------- */
.livecontent {
	float: right;
	background-color: white;
	height: 247px;
	width: 566px;
	border-style: solid;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	border-left: 0px solid white;
	border-right: 4px solid black;
	
	/*-moz-border-radius-topright:25px;*/
	/*-moz-border-radius-bottomright:25px;*/
}

.livetab_ON {
	color: black;
	background-color: white;
	height: 77px;
	width: 250px;
	float: left;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}

.livetab_OFF {
	color: white;
	background-color: black;
	height: 77px;
	width: 250px;
	float: left;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}

.above_OFF {
	-moz-border-radius-bottomright:10px;
}

.below_OFF {
	-moz-border-radius-topright:10px;
}

.connectwithuscontent {
	
	padding-top: 20px;
	text-align: center;
}

.connecttext {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0em;
	display: block;
	margin-bottom: 30px;
}

.connectbuttons {
	margin-top: 50px;
}

.sitelink {
	border: 2px solid gray;
}

.noticetextcontainer {
	position: relative;
}

.noticetext {
	color: gray;
	font-size: 10px;
	position: absolute;
	right: -100px;
}

.featuredeventscontent {
	float: left;
	width: 510px;
	padding-left: 20px;
	padding-top: 20px;	
	padding-right: 10px;
}

.featuredeventscontent p {
	margin-bottom: 10px;
}

.dwfeature {
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}

.dwtag {
	float: left;
	margin: 0px;
}

.dwlogo {
	text-align: center;
	margin-left: 20px;
}

.dwtag1 {
	font-weight: bold;
	font-size: 10px;
	color: gray;
}

.dwtag2 {
	font-weight: bold;
	font-size: 17px;
	color: lightgrey;
}

.dwtag3 {
	font-weight: bold;
	font-size: 40px;
	margin-top: -8px;
	color: lightgrey;
}

.kesslercol1 {
	float: left;
	width: 180px;
	margin-right: 10px;
}

.kesslercol2 {
	float: left;
}

.kesslercol1 p {
	font-size: 15px;
	color: gray;
}

.kesslercol2 img {
	height: 200px;
	border: 3px solid black;
}

.kesslerthe {
	font-weight: bold;
	font-size: 20px;
	margin-right: 3px;
	letter-spacing: -.1em;
}

.kessler {
	font-weight: bold;
	font-size: 35px;
	letter-spacing: -.1em;
}

.getkessler {
	color: black;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -.05em;
	text-transform: uppercase;
	margin-top: 25px;
	clear: both;
}

.purchasesteps {
	padding: 20px;
	padding-left: 50px;
}

.purchasestep {
	font-size: 22px;
	font-weight: bold;
}

.featuredtabs {
	width: 20px;
	float: right;
}

.squaretab {
	background-color: black;
	height: 20px;
	margin-bottom: 2px;
}

.squaretab a {

}

.squaretab a.squaretabbutton_ON:hover {
	background-color: black;
	cursor: default;
}

.squaretab a.squaretabbutton_OFF:hover {
	background-color: gray;
}

.squaretabbutton_ON {
	background-color: black;
	color: black;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.squaretabbutton_OFF {
	background-color: #ea214f;
	color: white;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

a.livebutton_ON {
	text-align: left;
	padding: 10px;
	
}

a.livebutton_ON:link {
	color: black;
}

a.livebutton_ON:visited {
	color: black;
}

a.livebutton_ON:hover {
	color: #ea214f;
}

.livebuttonheadline_ON {
	font-size: 16px;
	display: block;
}

.livebuttontagline_ON {
	font-size: 9px;
	color: black;
	letter-spacing: 0em;
}

a.livebutton_OFF {
	text-align: left;
	padding: 10px;
}

a.livebutton_OFF:link {
	color: white;
}

a.livebutton_OFF:visited {
	color: white;
}

a.livebutton_OFF:hover {
	color: #ea214f;
}

.livebuttonheadline_OFF {
	font-size: 16px;
	display: block;
}

.livebuttontagline_OFF {
	font-size: 9px;
	color: white;
	letter-spacing: 0em;
}

/* ********************* */
/* jquery tooltip stuff */
/* ********************* */
.tooltip {
	display:none;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	height: 12px;
	color: black;
	background-color: #D3D3D3;
	padding: 5px;
	border: 2px solid black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}

.tooltipBig {
	display:none;
	font-size: 12px;
	color: black;
	background-color: #D3D3D3;
	padding: 5px;
	border: 2px solid black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
	text-transform: none;
	font-weight: normal;
}



/* un-comment this block to see how the blocks are laid out

* { background-color: #009900; }
* * { background-color: #229900; }
* * * { background-color: #449900; }
* * * * { background-color: #669900; }
* * * * * { background-color: #889900; }
* * * * * * { background-color: #aa9900; }
* * * * * * * { background-color: #bb9900; }
* * * * * * * * { background-color: #cc9900; }
* * * * * * * * * { background-color: #dd9900; }
* * * * * * * * * * { background-color: #ee9900; }
* * * * * * * * * * * { background-color: #FF9900; }
 */


.pk-ajax-indicator {
	margin-left: 3px;
	background-color: white;
	padding-top: 4px;
	width: 20px;
	height: 20px;
	border: 1px solid black;
	border-radius: 5px;
	position: absolute;
	left: 30%;
	overflow: hidden;
}

.pk-ajax-indicator img {
	
}

.wicket-ajax-indicator {
	margin-left: 3px;
}


/* ****************************** */
/* venue signup from presentation */
/* ****************************** */
.signupcolumn1 {
	width: 550px;
	float: left;
}

.signupcolumn2 {
	float: right;
	width: 260px;
	font-size: 20px;
}

.signupcolumn1 .textfield {
	border-color: black;
}

.signupcolumn1 .textfield:focus {
	border-color: #EA214F;
}

.signuprow {
	height: 37px;
	line-height: 37px;
}

.signuplabel {
	float: left;
	text-align: right;
	width: 100px;
}

.signupfield {
	float: left;
	
	margin-left: 10px;
}

/* ****** */
/* SEARCH */
/* ****** */
.search {
	background-color: black;
	color: white;
	margin-top: 10px;
	padding: 5px;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #EA214F;
}

.searchhp {
	background-color: black;
	color: white;
	margin-top: 15px;
	padding: 5px;
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 1px;
}

.search img, .searchhp img {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}

.searchfield {
	width: 600px;
	margin-left: 10px;
	margin-right: 5px;
}

.search .textfield:focus, .searchhp .textfield:focus {
	border-color: white;
}

.searchtext {
	font-weight: bold;
	font-size: 40px;
	letter-spacing: -0.1em;
	text-shadow: 1px 1px 2px #777777;
}

/* ******** */
/*   JOIN   */
/* ******** */

.joincolumn1 {
	width: 400px;
	float: left;
}

.joincolumn2 {
	width: 400px;
	float: right;
}

.join table {
	width: 100%;
}

.join .textfield {
	border-width: 1px;
	border-color: gray;
	border-radius: 2px;
}

.join .textfield:focus {
	background-color: #EDF7FF;
}

.join .feedbackPanel {
	margin-top: 10px;
}

.join .feedbackPanelERROR {
	color: red;
}

/* ******* */
/*  RESET  */
/* ******* */
.forgot .feedbackPanel {
	margin-bottom: 10px;
}

.forgot .feedbackPanelERROR {
	color: red;
}

.reset {
	width: 350px;
	margin: 0px auto;
}

.reset table {
	width: 100%;	
}

.reset .feedbackPanel {
	margin-top: 10px;
}

.reset .feedbackPanelERROR {
	color: red;
}







/* ****** */
/* Toggle */
/* ****** */
    .onoffswitch {
        position: relative; width: 90px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        display: inline-block;
        text-align: left;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border-radius: 3px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
        -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
        font-size: 14px; color: white; font-family: Arial, sans-serif; font-weight: bold;
        -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #EA214F; color: #FFFFFF;
        border: 1px solid #ea214f;
        border-radius: 3px;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #dddddd; color: #888888;
        text-align: right;
        border: 1px solid #999999;
        border-radius: 3px;
    }
    .onoffswitch-switch {
        display: block; width: 21px; margin: 4.5px;
        margin-top: 5px;
        background: #FFFFFF;
        border: 1px solid #ffffff; border-radius: 3px;
        position: absolute; top: 0; bottom: 0; right: 56px;
        -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }









/* *************** */
/* hidable message */
/* *************** */
.hm {
	background-color: #1e96ff;
	color: white;
	margin: 20px 0px;
	text-align: left;
}

.hmcontent {
	padding: 0px 40px 20px 20px;
	margin-top: -5px;
}

.hmbar {
	text-align: right;
	padding: 5px 5px 0px 0px;
}

.hmdismiss {
	color: white;
	text-decoration: underline;
	cursor: pointer;
}

.hmdismiss svg {
	border: 1px solid rgba( 255, 255, 255, 0 );
}

.hmdismiss svg:hover {
	border: 1px solid white;
}

.hmdismiss svg:active {
	fill: #333333;
}

.hm a {
	color: white;
}





















