/* CSS Document */


/*Gallery */

.rowOne {
	height:162px;
	width:800px;
	padding-bottom:20px;
}

.galleryImage {
	width:163px;
	height:162px;
	float:left;
	padding-right:20px;
}



/*Spacer */

.spacerLarge {
	height:250px;
}







/* Bullets */





ul

{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:80%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	list-style-type: none;
}



li

{
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat 0 50%;
	background-position: 0 8px;
}





.songListGroup {
	width:259px;
	float:right;
	padding-left:20px;
}

.songListHeader {
	width:259px;
	height:21px;
	background-image:url(images/songListHeader.gif);
	background-repeat:no-repeat;
}

.songListBackGround {
	background-image: url(images/songListBg.gif);
	background-repeat:repeat-y;
	width: 259px;	
	color:#FFFFFF;
}

.songListInner {
	padding-left:15px;
	padding-right:30px;
	padding-bottom:10px;
	padding-top:10px;
}

.songListFooter {
	width:259px;
	height:21px;
	background-image:url(images/songListFooter.gif);
	background-repeat:no-repeat;
}



/* Table */
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	text-align: center;
	margin-bottom:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.tableCell {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px none #999999;
	border-left: 0px none #999999;
}

.rowHighLight {
	background-color: #FFA800;	
}
.discountShows {
	color: #FFFFFF;
	background-color: #0E1F66;
	padding: 5px;
}

.discountShows2{
	color: #000000;
	background-color: #c0e1f8;
	padding: 5px;
}

.nowShows {

	color: #000000;
	background-color: #FFA800;
	padding: 5px;
}

.veryLimitedAvailability {
	color: #000000;
	background-color: #FF3C3C;
	padding: 5px;
}

.limitedAvailability {
	color: #000000;
	background-color: #FF9D9D;
	padding: 5px;
}

.fairAvailability {
	color: #000000;
	background-color: #FFFF8C;
	padding: 5px;
}

.goodAvailability {
	color: #000000;
	background-color: #BBFFBB;
	padding: 5px;
}

.corporate {padding-top:10px; padding-bottom:20px;}
