@charset "UTF-8";
/* CSS Document */

.tixbox {
	border: 1px solid #4F0B7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 20px;
}
.error {
	font-weight: bold;
	color: #FF0000;
}

.tixbox p, ul, ol, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #4F0B7B;
	text-decoration: none;
}
a:visited {
	color: #320450;
	text-decoration: none;
}
a:hover {
	color: #B85306;
	text-decoration: none;
}
.tixboxhead {
	background-color: #4F0B7B;
	color: #FFFFFF;
	padding: 10px;
	margin: 0px;
}

.tixboxhead h3{
	margin: 0px;
	font-size: 14px;
}

.tixboxbody{
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}

.tixboxbody th{
	background-color: #434343;
	color: #FFFFFF;
	font-size: 12px;
}
.tixboxbody td{
	font-size: 12px;
}
.seatchart td{
	padding-top: 5px;
	font-size: 11px;
}
table.key{
	border-collapse:collapse;
	border: 1px solid black;
}
td.key{
	border: 1px solid black;
}
.thankyou {
	font-size: x-large;
}
.show {
	font-size: large;
}
.seats {
	font-size: medium;
}
.confirmation {
	font-size: small;
}
.reminders {
	font-size: small;
}
.location {
	font-size: medium;
}
#report td, th {
	border: 1px solid #666666;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
#report {
	border-collapse: collapse;
}
#report td.shade {
	background-color: #CCCCCC;
}
td.stage {
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
a.seata {
	display:block;
	width: 20px;
	height: 20px;
	text-decoration: none;
	background-image: url(../../tickets/images/seat_choose.gif);
	background-repeat: no-repeat;
	background-position: center 0;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
a:hover.seata { 
	background-position: 0 -20px;
	color: #3F7E42;
}
div.seatimg {
	position: relative;
	width: 20px;
	height: 20px;}
div.seatlbl {
	position:absolute;
	top: 0px;
	left: 0px;
	width:20px;
	height:20px;
	z-index:7;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
