html {
    overflow-y: scroll;
}

body {
	background: #cbe7f0;/*#222222;*/
	background-image: url(../images/chastain-bkgrd.gif);
	background-repeat:repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0 auto;
	font-size: 13px;
	font-family: 'Trebuchet MS', Geneva, Arial, Verdana, sans-serif;
	line-height: 1.5em;
}

img {
	border:0;
}

a {
	color: #465a2f;
}

a:hover {
	color: #6d8c49;
}

table {
  border-collapse: collapse;
}

h1 {
	color: #465a2f;
	font-size: 16px;
	padding: 0;
	padding-top: 6px;
	text-align: center;
	/*border-bottom: 3px double #465a2f;*/
	margin: 6px 20px;
}

h2 {
	font-size: 18px;
	padding: 0;
	padding-top: 6px;
	text-align: center;
	/*border-bottom: 3px double #465a2f;*/
	margin: 6px 20px;
}

h1 span {
  display:none;
}

td {
	vertical-align: top;
  padding: 3px 5px;
}

.wrapper {
	padding:0;
	margin: 0 auto;
	/*border-left: 1px solid white;
	border-right: 1px solid white;*/
	background: transparent;
	padding-bottom: 20px;
}

td.wrapper_header  {
	padding:0;
	margin:0;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding-top: 30px;
	line-height:normal;
}

table {
	background : white;
	margin: 10px auto;
}


.large td { 
	padding : 5px 15px; 
	border-top: 1px solid black;
	font-size: 14px;
}

.smaller {
	font-size: 12px;
	line-height: normal;
}

.smaller td {
	padding: 0 15px 5px;
}


.purchaseTableTix0 {
	background: #edf9fd;
	text-align: center;
	width: 80px;
}

.purchaseTableTix1 {
	background: #fcf9eb;
	text-align: center;
	width: 100px;
}


.purchaseTableTix2 {
	background: #e8eafc;
	text-align: center;
	width: 80px;
}

.purchaseTableTix3 {
	background: #eafce8;
	text-align: center;
	width: 80px;
}

.purchaseTableCol td {
	font-size: 12px;
	background: black;
	color: white;
	font-weight: bold;
	vertical-align:bottom;
	line-height: normal;
}

.purchaseTableDate {
	white-space: nowrap;
}

.cartContents td {
	font-size: 12px;
	padding: 5px 3px;
	border-top: 1px dotted black;
  line-height: normal;
}


.cartTix0, .cartTix1, .cartTix2, .cartTix3 {
	text-align: center;
	height: 10px;
	line-height: normal;
}

.cartContentsCol td {
	font-size: 10px;
	background: black;
	color: white;
	font-weight: bold;
	border:0;
	vertical-align:bottom;
	line-height:normal;
}


.chooseSeriesTable td, .chooseSeriesTable th {
	padding: 10px;
	font-size: 14px;
	vertical-align: top;
}

.chooseSeriesTable td p {
	font-size:11px;
	text-align: left;
}

#navcontainer ul {
	padding: 3px 0 4px;
	margin: 0 20px;
	list-style-type: none;
	background-color: #465a2f;
	color: #465a2f;
	font: normal 14px arial, helvetica, sans-serif;
	text-align: center;
	border: 1px solid white;
}

#navcontainer li { 
	display: inline;
	margin: 0;
}

#navcontainer li a {
	background-color: #465a2f;
	color: #e0ffbf;
	padding: 0 1em;
}

#navcontainer li a:hover {
	color: #f3ffe7;
}

#faq {
	padding: 0 20px;
	font-size: 12px;
}

#faq ul li {
	margin: 10px 0 0;
	list-style: none;
	text-align:left;
	padding: 10px 20px 0 0;
	line-height: 1.65em;
}

.faqQuestion {
	color: #465a2f;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

#faq ul li ul li{
	list-style: square;
}


#alert {
	display: block;
	width: 400px;
	padding: 10px;
	border: double 3px #e31937;
	color: #e31937;
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}

#checkout td b {
	font-weight: normal;
	font-size: 12px;
	vertical-align: center;
}

#checkout table {
	border: 1px solid black;
	padding: 10px;
}
	
#secureConnection {
	position:absolute;
	width:100px;
	left:50%;
	margin-left:290px;
	font-size:10px;
	top:65px;
}

#cookies {
	text-align: left;
	font-size: 12px;
}

#cookies p {
	padding: 5px 20px;
}

#cookies li {
	list-style: none;
}

#cookies li li {
	list-style: square black 2px;
}

.subHeader {
	font-size: 14px;
	color: #465a2f;
	padding-top: 10px;
	text-decoration: underline;
	font-weight: bold;
}

#cookies p strong {
	font-size: 16px;
	color: #465a2f;
	padding-top: 10px;
	border-top: 1px solid #465a2f;
	border-bottom: 1px solid #465a2f;
	font-weight: bold;
	width: 100%;
	display: block;
}	

.soldout {
	color: red;
	font-weight: bold;
}

table.verify {
  width: 680px;
}

.verify td {
	font-size: 12px;
	text-align: left;
}

.verifyHeader {
	color: #465A2F;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 3px double #465A2F;
}

td.verifyCartItem {
	border-bottom: 1px solid gray;
	padding-top: 0;
}

.smallLink a{
	color: #465A2F;
	font-size: 10px;
}

table.calendar {
	width: 660px;
}

.calendar th {
	background: black;
	color: white;
	text-align:left;
	padding: 2px 4px;
}

.calendar td {
	padding: 4px 5px;
	text-align:left;
	border-bottom: 1px solid gray;
	vertical-align:middle;
}

.calendar tr:hover {
	background-color: #f3ffe7;
}

.headliner {
	font-size:18px;
	font-weight:bold;
}

.artistImage a {
	text-decoration:none;
	color:black;
}

td.subtotal {
	text-align: right;
}

.home_on_sale_image {
	width:660px;
	padding: 6px 20px 0;
	margin:0 auto;
}

.home_h1 {
	padding:2px;
}
