.textRight {
	padding-right: 10px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10pt;
	text-align: right;
	vertical-align: middle;
	height: 25px;
	}
	
.textTicketsBlue {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
	font-weight: 800;
	background-color: #99CCFF;
	}

.textTicketsYellow {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
	font-weight: 800;
	background-color: #FFFF00;
	}

.textTicketsOrange {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
	font-weight: 800;
	background-color: #FFCC00;
	}
	
.textTicketsWhite {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: bottom;
	font-weight: 800;
	background-color: #ffffff;
	}
	
.TicketsCellYellow {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	font-weight: 100;
	background-color: #FFFF00;
	}

.TicketsCellOrange {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	font-weight: 100;
	background-color: #FFCC00;
	}

.TicketsCellWhite {
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	font-weight: 100;
	background-color: #ffffff;
	}
	
.TicketsCellBlue {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	font-weight: 100;
	background-color: #99CCFF;
	}

.requiredText {
	color: #ff0000;
	font-family: verdana;
	font-size: 10pt;
	font-weight: 800;
	}
	
.textRightForm {
	color: #000000;
	font-family: verdana;
	font-size: 10pt;
	vertical-align: middle;
	height: 25px;
	}
	
input.ticketsForm {
	font-size: 9pt;
	height: 19px;
	width: 100px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	}

select.ticketsForm {
	font-size: 9pt;
	height: 19px;
	width: 100px;
	}

input.amountForm {
	font-size: 9pt;
	height: 19px;
	width: 70px;
	border: 1px solid #000000;
	}

input.SubmitForm {
	font-size: 8pt;
	color: #ff0000;
	height: 19px;
	width: 80px;
	border: 1px solid #000000;
	background-color: #ffffff;
	}
	
	
/*
	border: 1px solid #ffffff;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	font-weight: 100;
	text-align: right;
	padding-right: 10px;

*/