BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA {
	font-family: 'Lucida Grande',Verdana,Arial,sans-serif; 
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}

A {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color : #000000;
	text-decoration: underline;
}
div.pageTitle {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
}
div.headline {
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #333366;
	padding-bottom: 5px;
}
div.subhead {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
}
.relatedLinks {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
}

.footer {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	padding-top: 5px;
}
div.footer A {
	color: #666666;
	font-weight: bold;
}
div.footer A:visited {
	color: #666666;
	font-weight: bold;
}
div.footer A:active {
	color: #666666;
	font-weight: bold;
}
div.footer A:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#upcomingShows ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#upcomingShows li
{
	padding-left: 5px;
	padding-top: 15px;
}
#recentPurchases ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#recentPurchases li
{
	background-image: url(/images/icon-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 0 11px;
	padding-left: 23px;
	padding-top: 10px;
}
.photoborder{
	 border-width: 1px 1px 0 0; border-style: solid; border-color: #C0C0C0;
}
.photocaption td{
	padding: 3px 5px;
	border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #C0C0C0;
	background: #F0F0F0;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
}
.tableheader{
	font-weight: bold;
	color: #000000;
	background: #CCCCCC; 
	padding: 5px;
}
.tabledata{
	background: #FFFFFF;
	padding: 5px;
}
.tabledataalt{
	background: #F0F0F0;
	padding: 5px;
}
.calendarHeader{
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #333366;
	padding-bottom: 5px;
}
.calendarHeader A {
	font-size: 11px;
	line-height: 17px;
}

.calendarHeader A:visited {
	font-size: 11px;
	line-height: 17px;
}

.calendarHeader A:active {
	font-size: 11px;
	line-height: 17px;
}

.calendarHeader A:hover {
	font-size: 11px;
	line-height: 17px;
}

.photo-border {
	border-style: solid;
	border-color: #999;
	border-width: 1px;
}

/* Photo gallery overlay support */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
/* #prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; } */
/* #nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; } */
#prevLink, #prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) 0 15% no-repeat; border: none; } 
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) 100% 15% no-repeat; border: none; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
