@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PARACHUTE TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		para_tour.css
	Date:			January 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#navBar li.tour a {
		background-position:bottom !important;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol {
		padding:0 0 20px 0;
	}
	.mainCol h1.tour {
		margin:0 0 25px 0;
		width:623px; height:29px;
		background:url(../../images/h1_tour.png) top center no-repeat;
	}
	
	/*shows table styles*/
		#shows {
			padding:0 0 25px 0;
			width:625px;
			font:normal 12px Arial, Helvetica, sans-serif;
			color:#6673b4;
		}
			#shows a:link, #shows a:active, #shows a:visited {
				text-decoration:none;
				color:#b2b7f4;
			}
				#shows a:hover {
					color:#daddf7;
				}
			#shows col#dateCol {
				width:125px;
			}
			#shows col#venueCol {
				width:215px;
			}
			#shows col#locationCol {
				width:200px;
			}
			#shows col#ticketCol {
			
			}
				#shows thead {
					height:30px;
				}
					#shows thead th.thDate {
						width:125px; height:13px;
						background:url(../../images/th_date.png) top left no-repeat;
					}
					#shows thead th.thVenue {
						width:215px; height:30px;
						background:url(../../images/th_venue.png) top left no-repeat;
					}
					#shows thead th.thLocation {
						width:200px; height:13px;
						background:url(../../images/th_location.png) top left no-repeat;
					}
					#shows thead th.thTicket {
						width:125px; height:13px;
						background:url(../../images/th_tickets.png) top left no-repeat;
					}
				#shows tbody {
					
				}
				#shows tbody tr td {
					padding:0 0 11px 0;
				}
				#shows tbody tr td.venue {
					margin:5px 0 0 0;
				}
					#shows tbody tr td.venue .notes {
						display:block;
					 	color:#6673b4;
					 	margin:2px 0 0 0; padding:0 10px 0 5px;
					 	font:normal 11px Arial, Helvetica, sans-serif;
					}
				#shows tbody tr td.date {
				}
				#shows tbody tr td.location {
				}
				#shows tbody tr td.ticket {
				}
				#shows td.ticket a:link, #shows td.ticket a:active, #shows td.ticket a:visited {
					width:82px; height:20px;
					background:url(../../images/btn_buyTickets.png) top center no-repeat;
					display:block;
					text-indent:-3000px;
				}
					#shows td.ticket a:hover {
						background-position:bottom;
					}
				
					
					
/*	--------------------------------------------------------------------------------------------------------------------------
	noContent styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.mainCol .noContent {
		padding:10px 0 10px 0;
		width:624px;
	}