@charset "utf-8";

/*	-------------------------------------------------------------
	CSS - ELI YOUNG BAND SHOWS 
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		eyb_shows.css
	Date:			Aug 26, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main .mainCol h1#h1Shows {
		width:180px; height:80px;
		margin:14px 0 0 0;
		background:url(/images/h1_shows.png) no-repeat;
		behavior:url(/shared/css/iepngfix.htc);
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	showsTable Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#showsTable {
		margin:0 0 30px 0px;
		width:485px;
		font:normal 12px Verdana, Arial, Helvetica, sans-serif;
		color:#272727;
	}
		#showsTable thead {
			width:485px;
		}
			#showsTable thead td {
				border-bottom:solid 1px #c2c2c2;
			}
				#showsTable thead td.dateTime {
					width:86px; height:15px;
					background:url(../../images/showsTable_dateTime.jpg) no-repeat;
				}
				#showsTable thead td.venue {
					width:214px; height:15px;
					background:url(../../images/showsTable_venue.jpg) no-repeat;
				}
				#showsTable thead td.location {
					width:115px; height:15px;
					background:url(../../images/showsTable_location.jpg) no-repeat;
				}
				#showsTable thead td.buy {
					width:75px; height:15px;
					background:url(../../images/showsTable_buy.jpg) no-repeat;
				}
		#showsTable tbody td {
			padding:10px 0 8px 0;
			vertical-align:top;
		}
		#showsTable tbody tr {
			background:url(../../images/showsTable_trBG.jpg) bottom no-repeat;
		}
		#showsTable col#dateTime {
			width:86px;
		}
			#showsTable .date {
				width:56px;
				display:block;
			}
			#showsTable .time {
				width:59px;
				display:block;
			}
		#showsTable col#venue {
			width:214;
		}
		#showsTable a:link, #showsTable a:active, #showsTable a:visited {
				color:#811119;
				text-decoration:none;
			}
				#showsTable a:hover {
				color:#c4b19b;
			}
		#showsTable col#location {
			width:115px;
		}
		#showsTable col#buy {
			width:75px;
		}
		#showsTable a.buy:link, #showsTable a.buy:active, #showsTable a.buy:visited {
			width:71px; height:38px;
			background:url(../../images/buyticketsbutton.jpg) top no-repeat;
			display:block;			
		}
			#showsTable a.buy:hover {
				background-position:bottom;
			}