div.DirectoryListContainer {
	width: 465px;
	float: left;
	
}




div.directoryRow, div.directoryRowAdv {
	width: 470px;
	background: white url(/_images/_directories/listGrad.gif) bottom left repeat-x;
	border: 1px solid #d3d3d3;
	border-bottom: 1px solid #BABBBC;
	border-right: 1px solid #BABBBC;
	margin: 7px 0 7px 15px;
	clear:both;
}
div.directoryRowAdv {
	background: white url(/_images/_directories/listGradAdv.gif) bottom left repeat-x;
}
div.directoryRow h3,div.directoryRowAdv h3 {
	margin: 0px;
	padding: 0px;
	color:#2f2f2f;
	font-family:helvetica,sans-serif; 
	 font-size: 9pt;
	font-weight: normal;
}
div.directoryRow .name {
	padding: 8px 0 8px 8px;
	float: left;
}
div.directoryRowAdv .name {
	float: left;
}
div.directoryRowAdv .name {
	padding-left: 0px;	
	padding-top: 0px;
}
div.directoryRowAdv a {
	display: block;
	width: 460px;
	padding: 15px 0px 15px 10px;
	text-decoration: none;
}
div.directoryRowAdv {
	
}
div.directoryRowAdv .star {
	float: left;
	cursor: pointer;
	padding-left: 8px;
	width: 20px;
	
}
div.directoryRow .extended {
	float: left;
	
}	
div.directoryRow .name {
	cursor: pointer;
	width: 465px;

}	
div.clear {
	clear:both;
}
div.searchBar {
	width: 500px;
	height: 30px;
	padding-top: 7px;
	margin-bottom: 10px;
}
div.searchBar input.text {
	color:#2f2f2f;
	font-family:Helvetica,sans-serif; 
	font-size: 8.5pt;

}
div.searchBar input.button {
	width: 23px;
	height: 21px;
	border: 0px;
	margin-left: 1px;
	float: left;
	margin-top: 1px;
}	
 .alpha {
	text-transform: lowercase;
	color:#2f2f2f;
	font-family:helvetica,sans-serif; 
	font-weight: bold;
	text-align: center;
	width: 145px;
	margin: auto;
}
.alpha a {
	color:#2f2f2f;
	padding: 0 0 0 0;
	font-size: 9.5pt;
}	
.alpha a:hover {
	color:#e07400;
	text-decoration: none;
}	

div.DirectoryMain {

}
div.DirectoryMain h1 {
	font-weight: normal;
	border-bottom: 0px;
	font-size: 33pt;
	margin-top: 0px;
	margin-bottom: 25px;
	
}
div.DirectoryMain h2 {
	color: silver;
	font-family:helvetica; 
	color:#BABBBC;
	font-size: 11pt; margin: 0px;font-weight: bold; 
	padding: 0px;
	margin: 0px;
	line-height: 11px;
}
div.DirectoryMain h3 {
	color:#282828;
	font-family:georgia, times,helvetica; 
	font-weight: normal; 
	font-size: 15pt; 
	margin: 0px 0 10px 0px;
	padding: 0 0 5px 0; 
	border-bottom: 2px solid #AAAAAA;
	text-align: left;

}
div.DirectoryMain p.details {
	font-size: 9pt;
	padding-bottom: 10px;
}
div.DirectoryMain p {
	
}



.galleryPic {
	width: 307px;
	float: left;
	margin-bottom: 5px;
}
.galleryPic img {
	float: left;
	margin: 0px 5px 5px 5px;
}




table.ConcertDiary {
	width:90%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}
table.ConcertDiary th {
	 font-family: georgia; 
	 text-align: center;
	 border-bottom: 1px dotted #DFDFDF; 
	 margin-bottom: 25px; 
	 padding-bottom: 10px; 
	 font-size: 15pt; 
	 font-weight: normal; 
	 color: grey;
}
table.ConcertDiary tr {
	border-collapse: collapse;
}
table.ConcertDiary td,table.ConcertDiary td.date {
	border-bottom: 1px solid #CFCFCF;
	border-collapse: collapse;
	line-height: 16px;
	color:#2f2f2f;
	font-family:helvetica,sans-serif; 
	font-size: 9pt; 
	padding: 5px 0px 4px 0px; 
	margin: 0px
}

table.ConcertDiary td.date {
	width: 130px;
}



table.Festivals {
	width: 90%;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
}
table.Festivals td, table.Festivals td.date {
	line-height: 16px;
	color:#2f2f2f;
	font-family:helvetica,sans-serif; 
	font-size: 9pt; 
	border-bottom: 1px dotted #DFDFDF; 
	color: grey;
	padding-bottom: 8px;
	padding-top: 8px;
}
table.Festivals td.date {
	width: 140px;
	font-weight: bold;
}








table.dataResults {
	width: 100%;
	border-collapse: collapse;
}
table.dataResults p {
	padding: 0px;
	margin: 0px;
}
table.dataResults tr.head td {
	font-weight: bold;
	border-bottom: 2px solid silver;
	padding: 11px 0 10px 10px;
	background: #E0E0E0;
}
table.dataResults td {
	border-bottom: 1px solid silver;
	padding: 11px 0 10px 10px;
	vertical-align: middle;
}











#aOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 900;
	display: none;
	cursor: pointer;
}
#aBox {
	position: absolute;
	z-index: 950;
	height: 42px; width: 42px;
	overflow: hidden;
}
#aBox div#aImgHolder {
	display: block;
	padding: 10px 0;
	background: #EEE;
	min-height: 32px;
}
#aBox img#aImg {
	display: block;
	margin: 0 10px;
	background: #EEE;
}
#aBox *:focus { -moz-outline: 0;; }
#aBox a.aButton {
	float: right;
	background-color: transparent;
	background-image: url(/_build/_js/awesome/images/aBox-buttons.gif);
	text-decoration: none;
	width: 40px; height: 16px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
}
#aBox a.aButton:hover {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
#aBox a.aButton:active {
	background-color: transparent;
	border: 0;
}
#aBox a#aCloseButton {
	width: 28px;
	height: 32px;
}
#aBox a#aCloseButton { background-position: 0 0; float: left; }
#aBox a#aNextButton { background-position: -68px 0; }
#aBox a#aPrevButton { background-position: -28px 0; }

#aBox a#aCloseButton:hover { background-position: 0 -64px; }
#aBox a#aNextButton:hover { background-position: -68px -64px; }
#aBox a#aPrevButton:hover { background-position: -28px -64px; }

#aBox a#aCloseButton:active { background-position: 0 -32px; }
#aBox a#aNextButton:active { background-position: -68px -32px; }
#aBox a#aPrevButton:active { background-position: -28px -32px; }

#aBox div#aBoxMeta {
	position: absolute;
	z-index: 960;
	background: #EEE;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
}
#aBox h1#aInfoTitle {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0 80px 0 32px;
}
#aBox p#aCount {
	clear: right;
	float: right;
	text-align: center;
	width: 80px;
	margin: 0;
	color: #666;
	font-size: 11px;
}
#aBox p#aInfo {
	margin: 0 80px 0 32px;
	color: #666;
	font-size: 11px;
}
#aBox h1#aInfoTitle, #aBox p#aCount, #aBox p#aInfo {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	text-transform: none !important;
	font-size: 10pt;
	border-bottom: 0px;
}

img#aLoadImg {
	position: absolute;
	top: -900em; left: -900em;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 999;
}






