/* COMMON */
#tickets {
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	font-size: 13px;
	color: #404040;
}
#tickets p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#tickets a {
	color: #c2031d;
}
#tickets .checkout li {
	margin-left: 20px;
	list-style-type: disc;
}
.copyfoot {
	font-size: 10px;
}
.sectionhead {
	font-size: 16px;
	font-weight: bold;
}
.divider {
	background-color: #c2031d;
}
.split {
	background-image: url(../images/common/split.gif);
	background-repeat: repeat-y;
}
.signinout {
	padding-bottom: 10px;
}

/* ERROR */
.fielderr {
	font-size: 13px;
	font-weight: bold;
	color: #c2031d;
}
.timererr {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #c2031d;
	border: 1px solid #c2031d;
}
.err {
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #c2031d;
	text-align:left;
	border: 1px solid #c2031d;
}
.err a:link, .err a:visited, .err a:active {
	color: #c2031d;
	text-decoration: none;
}
.err a:hover {
	color: #c2031d;
	text-decoration: underline;
}

/* FORM */
.forminput {
	font-size: 13px;
	color: #404040;
	background-color: #fff;
	border: 1px solid #404040;
}
.formdrop {
	font-size: 12px;
	color: #404040;
	background-color: #fff;
	border: 1px solid #404040;
}

/* TABLE */
.tablehead {
	font-size: 13px;
	color: #fff;
	background-color: #c2031d;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.tabledata {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.tabledataleft {
	padding-left: 3px;
	font-size: 13px;
	color: #404040;
	text-align: left;
	vertical-align: middle;
}
.tabledatalefttop {
	padding-left: 3px;
	font-size: 13px;
	color: #404040;
	text-align: left;
	vertical-align: top;
}
.tabledatart {
	font-size: 13px;
	color: #404040;
	text-align: right;
	vertical-align: middle;
}
.tabledatarttop {
	font-size: 13px;
	color: #404040;
	text-align: right;
	vertical-align: top;
}
.tabledatact {
	font-size: 13px;
	color: #404040;
	text-align: center;
}

/* CALENDAR */
.calendarmonth {
	font-size: 13px;
	color: #404040;
	font-weight: bold;
}
.calendarhead {
	font-size: 13px;
	color: #fff;
	background-color: #c2031d;
	text-align: left;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.calendarheadg {
	font-size: 11px;
	color: #fff;
	background-color: #c2031d;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.calendaron {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendaroff {
	font-size: 13px;
	color: #404040;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendarinfo {
	font-size: 11px;
	color: #404040;
	text-align: center;
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}
.calendardrop {
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	padding: 0px;
}
.calendarempty {
	background-color: #aaaaaa;
}
.calendarday {
	background-color: #e1e1e1;
	padding: 2px;
	height: 70px;
}
.calendartoday {
	background-color: #e1e1e1;
	border: 1px solid #c2031d;
	padding: 2px;
	height: 70px;
}
.calendardate {
	font-size: 11px;
	font-weight: bold;
	color: #404040;
	text-align: left;
}
.calendarview {
	font-size: 11px;
	color: #404040;
	text-align: right;
}
.calendarview a {
	font-size: 11px;
}
.calendardivider {
	background-color: #c2031d;
	padding: 3px;
}
.calendarnote {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: center;
	vertical-align: top;
	padding: 50px 10px 50px 10px;
}

/* TICKET */
.ticketperftitle {
	font-size: 16px;
	font-weight: bold;
}
.tickettitle {
	font-size: 14px;
	color: #404040;
	text-align: left;
	padding-bottom: 3px;
	font-weight: bold;
}
.tickethead {
	font-size: 13px;
	color: #fff;
	background-color: #c2031d;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
}
.ticketdescrip {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}
.ticketpriceseat {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.ticketseats {
	font-size: 13px;
	color: #404040;
	border: 1px solid #e1e1e1;
	padding: 0px;
}
.ticketdivider {
	background-color: #c2031d;
}
.ticketdisclaimer {
	font-size: 10px;
	color: #404040;
}
.ticketalsoheldon {
	font-size: 13px;
	color: #404040;
}

/* VIEW ORDER */
.orderhead {
	font-size: 13px;
	color: #fff;
	background-color: #c2031d;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
}
.ordersubhead {
	font-size: 13px;
	color: #fff;
	background-color: #c2031d;
	text-align: center;
	padding: 3px;
}
.orderdatetime {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.orderbg {
	background-color: #e1e1e1;
}
.orderperformance {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.ordercontribution {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.ordergiftcert {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.giftcertbox {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #404040666;	
}
.ordercontributionbox {
	font-size: 13px;
	color: #404040;
	padding: 10px;
	background-color: #e1e1e1;
	border: 1px solid #c2031d;
}
.orderprice {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderquantity {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderempty {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: center;
	padding: 20px;
}
orderemptyleft {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: left;
	padding: 20px;
}
.orderdivider {
	background-color: #c2031d;
	padding: 2px;
}
.orderseats {
	font-size: 13px;
	color: #404040;
	border: none;
	padding: 0px;
	width: 40px;
}
.orderservicecharge {
	font-size: 13px;
	color: #404040;
	background-color: #e1e1e1;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.ordergrandtotal {
	font-size: 13px;
	color: #404040;
	font-weight: bold;
	background-color: #e1e1e1;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderexpire {
	font-size: 13px;
	color: #c2031d;
	padding: 5px;
	background-color: #fff;
}
.orderexpirebox {
	background-color: #c2031d;
	padding: 1px;
}
.ordererr {
	font-size: 13px;
	color: #c2031d;
	padding: 5px;
	background-color: #fff;
}
.ordererrbox {
	background-color: #c2031d;
	padding: 1px;
}
.ordermembership {
	font-size: 13px;
	color: #000;
	background-color: #e1e1e1;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

/* PROMO CODE */
#promocode {
	font-family: Verdana, Arial, Trebuchet, sans-serif;
	margin: 0 0 15px 0;
	padding: 0px;
	width: 150px;
	background: #c2031d;
	position: relative;
	z-index: 5;
}
#promocode h3 {
	text-align: left;
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 5px;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
}
#promocode input {
	vertical-align: middle;
}
#promocode input.forminput {
	width: 80px;
	height: 18px;
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 0;
	border: 1px solid #b97f7f;
}
#promocode #promocodeform {
	padding: 6px;
	margin: -5px 0 0 0;
	background: #e9e9e9;
}
#promocode a.promocodehelp {
	float: right;
	right: 5px;
	top: 10px;
	border: none;
}
#promocodetop {
	height: 4px;
	background: #c2031d;
	background-image: url(../images/calendar/promocodetoprt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#promocodebot {
	height: 5px;
	background: #000;
	background-image: url(../images/calendar/promocodebotrt.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#promocodehelp img {
	margin: 0px 5px 5px 5px;
}
#promocodehelp-hover, #promocodehelp { 
	position: relative; 
	float: right; 
	z-index: 0; 
}
#promocodehelp {
	m: expression(this.onmouseover =  new Function("this.className = 'promocodehelp-hover';")); 
}
#promocodehelp-hover {
	m: expression(this.onmouseout = new Function("this.className = 'promocodehelp';"));
}
#promocodehelp-hover a, #promocodehelp a {
	color: #ffffff;
	text-decoration: none;
}
#promocodehelp-hover a, #promocodehelp a:hover { 
	border: none;
	text-decoration: none;
	z-index: 50;
}
#promocodehelp-hover span, #promocodehelp span {
	position: absolute;
	width: 240px;
	height:	135px;
	background-color: #ffffff;
	background-image: url(../images/calendar/questionmark.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
	text-align: left;
	border: 4px solid #c2031d;
}
#promocodehelp-hover span h2, #promocodehelp span h2 {
	font: bold 16px Verdana, Arial, Trebuchet, sans-serif;
	color: #c2031d;
	text-decoration: none;
	text-align: left;
	margin: 0;
}
#promocodehelp-hover span p, #promocodehelp span p {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
#promocodehelp-hover span, #promocodehelp:hover span {
	visibility: visible;
	top: 0;
	left: -247px;
	color: #ffffff;
	text-decoration: none;
}