/* COMMON */
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align:left;
}
.copyfoot {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
}
.divider {
	background-color: #d2232a;
}
.split {
	background-image: url(../images/common/split.gif);
	background-repeat: repeat-y;
}

/* ERROR */
.fielderr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #d2232a;
}
.timererr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
	color: #d2232a;
	border: 1px solid #d2232a;
}
.err {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	color: #d2232a;
	border: 1px solid #d2232a;
	text-align:left;
}
.err a:link, .err a:visited, .err a:active {
	color: #d2232a;
	text-decoration: none;
}
.err a:hover {
	color: #d2232a;
	text-decoration: underline;
}

/* FORM */
.forminput {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
}
.forminputsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
}
.formdrop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	background-color: #fff;
	border: 1px solid #666;
}

/* TABLE */
.tablehead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #d2232a;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.tabledata {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.tabledataleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	vertical-align: middle;
}
.tabledataleftsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	vertical-align: middle;
}
.tabledatalefttop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	text-align: left;
	vertical-align: top;
}
.tabledatart {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	vertical-align: middle;
}
.tabledatartsmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	text-align: right;
	vertical-align: middle;
}
.tabledatarttop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: right;
	vertical-align: top;
}
.tabledatact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: center;
}

/* CALENDAR */
.calendarmonth {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
.calendarhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #d2232a;
	text-align: left;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.calendarheadg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #fff;
	background-color: #d2232a;
	text-align: center;
	vertical-align: bottom;
	text-transform: uppercase;
	padding: 3px;
}
.calendaron {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendaroff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.calendarinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	text-align: center;
	vertical-align: top;
	padding: 2px 0px 2px 0px;
}
.calendardrop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #000;
	padding: 0px;
}
.calendarempty {
	background-color: #aaaaaa;
}
.calendarday {
	background-color: #ebebeb;
	padding: 2px;
	height: 70px;
}
.calendartoday {
	background-color: #ebebeb;
	border: 1px solid #d2232a;
	padding: 2px;
	height: 70px;
}
.calendardate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: left;
}
.calendarview {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	text-align: right;
}
.calendarview a {
	font-size: 11px;
}
.calendardivider {
	background-color: #d2232a;
	padding: 3px;
}
.calendarnote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: center;
	vertical-align: top;
	padding: 50px 10px 50px 10px;
}

/* TICKET */
.tickettitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 2px;
	font-weight: bold;
}
.tickethead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #d2232a;
	text-align: center;
	vertical-align: bottom;
	padding: 2px;
}
.ticketdescrip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: middle;
	padding: 2px;
}
.ticketpriceseat {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}
.ticketseats {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #ebebeb;
	padding: 0px;
}
.ticketdivider {
	background-color: #d2232a;
}
.ticketdisclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
}
.ticketalsoheldon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}

/* VIEW ORDER */
.orderhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #d2232a;
	text-align: center;
	text-transform: uppercase;
	padding: 3px;
}
.ordersubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #d2232a;
	text-align: center;
	padding: 3px;
}
.orderdatetime {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.orderbg {
	background-color: #ebebeb;
}
.orderperformance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.ordercontribution {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.ordergiftcert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.giftcertbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666;
	background-color: #ebebeb;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #666666;	
}
.ordercontributionbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	padding: 10px;
	background-color: #ebebeb;
	border: 1px solid #d2232a;
}
.orderprice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderquantity {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderempty {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: center;
	padding: 20px;
}
.orderdivider {
	background-color: #d2232a;
	padding: 2px;
}
.orderseats {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	border: none;
	padding: 0px;
	width: 40px;
}
.orderservicecharge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	background-color: #ebebeb;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.ordergrandtotal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	background-color: #ebebeb;
	text-align: right;
	vertical-align: middle;
	padding: 3px;
}
.orderexpire {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2232a;
	padding: 5px;
	background-color: #fff;
}
.orderexpirebox {
	background-color: #d2232a;
	padding: 1px;
}
.ordererr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d2232a;
	padding: 5px;
	background-color: #fff;
}
.ordererrbox {
	background-color: #d2232a;
	padding: 1px;
}
.ordermembership {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #ebebeb;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}

