@charset "UTF-8";
/* Ticket-related CSS */
#nav-bottom {
	clear: both;
	padding-top: 5px;
	text-align: left;
}
#nav-top {
	clear: both;
	padding-top: 10px;
	text-align: left;
}
.ticketDetail {
	color: #000;
	width: 97.8%;
	padding: 3px;
	border: 1px solid #2c3b67;
	background: #E5E3E0;
	font: 0.85em Arial, Helvetica, sans-serif;
}
.ticketDateTitle {
	clear: both;
	color: #003c62;
	font: bold 12px/22px Arial, sans-serif;
	padding-left: 1px;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 0;
	padding-top: 5px;
}
.ticketListTime {
	clear:both;
	color: #000;
	width: 60px;
	display: block;
	padding-left: 5px;
	line-height: 22px;
	float: left;
}
.ticketListTitle {
	float: left;
	line-height: 22px;
	width: 480px;
}
a.ticketListTitle {
	float: left;
	color: #000;
	text-decoration: underline;
	width: 390px;
	font: 11px/22px Arial, sans-serif;
}
.ticketListTitle img {
	border:0;
	float: left;
	line-height: 22px;
	width: 90px;
}
.ticketFeature {
	margin: 0 3px 10px 0;
	background: #CCC;
	float: left;
	width: 170px;
	padding: 5px;
	text-align: center;
}
.ticketFeatureTitle {
	background: #314D6B;
	color: #FFF;
	font: bold 16px/32px Arial, sans-serif;
}
.ticketFeature img {
	vertical-align: middle;
	border: none;
}
