/* CSS Document */

body, td, th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
}
#performer {
	padding: 7px 0 0 28px;
}
h2 {
	font-weight: bold;
	color: #A30C12;
	font-size: 18px;
	line-height:1.25em;
	text-transform:capitalize;
}
h3 {
	font-weight: bold;
	color: #00529B;
	font-size: 12px;
	text-transform:capitalize;
	margin-bottom: 0;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	text-transform:capitalize;
	margin: 0;
	padding: 0;
}
.horizontalDivider {
	width: 100%;
	background-color:#24CFFA;
	margin: 10px 0;
}
.onSale {
	font-weight: bold;
	color: #A30C12;
	text-transform:uppercase;
}
.soldout-text {
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	background-color: #A30C12;
	padding: 0 1em;
	text-align: center;
}
.backToTop {
	text-decoration: underline;
	float: right;
}
A.tabb { text-decoration:none;}
A.tabb:link	{color:white;}
A.tabb:visited{color: white;}
A.tabb:hover	{text-decoration:underline;}
 .tabb { font-weight:normal; font-size:10px; font-family:Arial,Helvetica;}
.photoCaption {
	font-size: 10px;
}
th {
	background-color:#E5E5E5; text-align:left;
}
.quote {
	font-size: 10pt; color: #A30C12; font-style:italic;
	padding: 12px; margin: 0;
	border: 1px dotted #A30C12;	background-color:#FFFFCC;
}
div.spec strong {
	display: block;
	border-bottom: 1px solid #c5c5c5;
	text-transform:uppercase;
	margin-top: 5px;
	font-size: 10px;
}
.red {
	color: #A30C12;
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
	padding-top: 0;
}
form#volunteerForm td p{
	margin: 0;
}
td p {
	margin-top: 0;
}
td.soldout {
	background-image: url(../images/bg_soldout.gif);
	background-repeat:no-repeat;
	background-position: 40px 40px;
}
