body {
	background-color:black;
	background-image:url('../images/Background.gif');
	background-repeat:repeat-y;
	background-position: center top ;
	margin:0px;
	padding:0px;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:10pt;
	color:#c58772;
 }

img{
border:0;
margin:0;
}

p{
	margin-top:8px;
	margin-bottom:8px;
	line-height: 1.6em;
}

a {
	color: #feecbc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #feecbc;
}

#MainContent img{
	margin:6px;
}

.DatesHeader{
	text-align:center;
	margin: 3px 0 8px 0;
	font-size: 1.15em;
	font-weight:bold;
	font-style:italic;
}	

.ArticleTitle{
	font-size: 1.2em;
	font-weight:bold;
	margin-bottom: 8px;
	margin-left:0;
	color: #feecbc;
}

.PerformerName{
	font-weight: bold;
	font-size:1.1em;
	text-align:center;
}

.GigListingTable{
	margin:3px;
}
.GigListHeader{
	background: #69140f;
	color: #ffffff;
	text-align:center;
}
.GigLegend{
	margin-left:15px;
}
.GigDateNavigation{
	margin-right:15px;
	float:right;
	margin-bottom:2px;
}
.GigListData {
	background:#feecbc;
	color: #69140f;
}
.GigListData a {
	color: #69140f;
}
.GigListData a:visited {
	color: #69140f;
}
.GigListToday{
	background: #996959;
	color:black;
}
.GigListNotToday{
	background: #c58772;
	color:black;
}

.Credits{
	color:#c58772;
	font-size:10px;
	font-style:italic;
	text-align:left;
	margin-bottom:10px;
}

.Credits a{
	color:#c58772;
	text-decoration:none;
}

.Credits a:hover{
	text-decoration:underline;
}

.ContentBox{
	padding:8px;
	padding-top:3px;
	padding-left:10px;
	text-align:left;
}

.ContentBox img{
	margin:0 8px 8px 8px;
}

.LeftRailImage{
	width:196px;
	background:black;
	border:2px dotted #c68873;
	text-align:center;
	padding-top:3px;
}

#CartSummary,.CartSummary{
	background: #69140f;
	color: #c58772;
	border:2px dotted #c58772;
	width:230px;
	position:absolute;
	top:5px;
	left:-22px;
	padding:5px;
	padding-left:30px;
	margin:10px auto;
	font-size:9pt !important;
	display:none;
	padding-bottom:20px;
	z-index:2;
}

#CartSummaryHidden{
	width:90px;
	background: #69140f;
	color: #c58772;
	border:2px dotted #c58772;
	position:absolute;
	top:5px;
	left:-22px;
	margin:10px auto;
	text-align:right;
	font-size:9pt !important;
	display:none;
	padding:20px 5px;
	z-index:1;
}
	
.CartSummaryList{
	margin-left:0px;
	padding-left:15px;
}

#CartSummary *,.CartSummary *{
	margin:0px;
}

#CartSummary ul,.CartSummary ul{
	margin:5px 0px;
}
.CartSubtotal{
}

.CartSummaryControls{
	text-align:right;
	padding:10px 5px;
}

#CheckoutSummary td{
	padding:10px;
}

td.CheckoutDataCell{
	border:1px solid #ddd;
}

#CartCheckout{
}




