@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - THE DREAM
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		td_tour.css
	Date:			February 17, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul.nav li#navTour a {
		background-position:-902px -52px !important;
	}	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:595px !important;
		padding:13px 0 90px 15px;
	}
		#mainCol h1 {
			margin:0 0 15px 0;
			width:595px; height:16px;
			background:url(../../images/h1_tour.png) no-repeat;
		}	
		/*	table Styles
			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			#tourTable {
				width:580px;
			}
				#tourTable col#dateCol {
					width:103px;
				}
				#tourTable col#venueCol {
					width:224px;
				}
				#tourTable col#locationCol {
					width:171px;
				}
				#tourTable col#ticketsCol {
					width:82px;
				}
			#tourTable thead tr {
				height:31px;
				background:url(../../images/hr.png) 0 bottom repeat-x;
				text-align:left;
				vertical-align:top;
			}
				#tourTable thead tr th.thDate {
					padding:0 0 0 11px;
				}
			#tourTable tbody tr {
				height:24px;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#c9c9c9;
			}
				#tourTable tbody tr td {
					padding:10px 0;
					background:url(../../images/hr.png) -60px bottom repeat-x;
					vertical-align:top;
				}
				#tourTable tbody tr td.date {
					padding:10px 0 0 10px;
					font:bold 11px Verdana, Arial, Helvetica, sans-serif;
					color:#48462d;
				}
				#tourTable tbody tr td.venue {
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#f4ae2a;
				}
				#tourTable tbody tr td.btnBuyTicket a {
					width:69px; height:22px;
					background:url(../../images/btn_buyTicket.png) top no-repeat;
					display:block;
					text-indent:-3000px;
				}
					#tourTable tbody tr td.btnBuyTicket a:hover {
						background-position:bottom;
					}
