@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ELECTRIK RED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		er_tour.css
	Date:			January 28, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav li#navTour a {
		background-position:-454px -57px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	nocontent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.noContent {
		width:531px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#mainCol .header {
		margin:0 0 3px 0; padding:16px 15px 0 15px;
		width:585px; height:30px;
		background:url(../../images/bg_header_mainCol.jpg) no-repeat;
	}
		#mainCol .header h2 {
			width:54px; height:22px;
			background:url(../../images/h2_tour.png) no-repeat;
		}
		
	/*	table Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.table {
			padding:10px 0 10px 17px;
			width:598px;
			background:#fff url(../../images/bg_entry.jpg) no-repeat;
		}
		#tourTable {
			text-align:left;
			vertical-align:middle;
		}
			
			#tourTable col#dateCol {
				width:90px;
			}
			#tourTable col#venueCol {
				width:200px;
			}
			#tourTable col#locationCol {
				width:195px;
			}
			#tourTable col#ticketsCol {
				width:95px;
			}

			#tourTable thead tr {
				width:580px; height:19px;
			}
				#tourTable thead tr th {
					height:41px;
				}
				#tourTable thead tr th.dHeader {
					background:url(../../images/tour_date.png) 0 22px no-repeat;
				}
				#tourTable thead tr th.vHeader {
					background:url(../../images/tour_venue.png) 0 22px no-repeat;
				}
				#tourTable thead tr th.lHeader {
					background:url(../../images/tour_location.png) 0 22px no-repeat;
				}
				#tourTable thead tr th.tHeader {
					background:url(../../images/tour_tickets.png) 0 22px no-repeat;
				}
				
			#tourTable tbody tr {
				height:38px;
			}
				#tourTable tbody tr td {
					background:url(../../images/hr.png) 0 bottom no-repeat;
				}
				#tourTable tbody tr td.date {
					color:#990e0e;
					font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				}
				#tourTable tbody tr td.loc {
					color:#853737;
					font:normal 11px Arial, Helvetica, sans-serif;
				}
				#tourTable tbody tr td.ven {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#cf1717;
				}
				#tourTable tbody tr td.ven a {
					font:normal 12px Arial, Helvetica, sans-serif;	
				}
				#tourTable tbody tr td.tickets a:link, #tourTable tbody tr td.tickets a:active, #tourTable tbody tr td.tickets a:visited {
					width:67px; height:15px;
					background:url(../../images/btn_buyTix.jpg) 0 top no-repeat;	
					display:block;
					text-indent:-3000px;
				}
					#tourTable tbody tr td.tickets a:hover {
						background-position:bottom;
					}
