@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - RICK ROSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rr_tour.css
	Date:			June 22, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active nav style
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li.navTour a {
		background-position:-667px -74px !important;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Tour Block Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tourScheduleBlock {
		padding:0 0 40px 0;
		width:624px;
		background:#f5f5f5;
	}
		#tourScheduleBlock .header {
			width:624px; height:52px;
			background:url(../../images/bg_h2.jpg) top left no-repeat;
		}
			#tourScheduleBlock .header h2 {
				margin:13px 0 0 21px;
				width:237px; height:27px;
				float:left;
				display:inline;
				background:url(../../images/h2_tour.png) 0 0 no-repeat;
			}
			
		
		/* tourTable */
		#tourTable {
			margin:20px 0 0 0;
			width:624px;
			text-align:left;
			vertical-align:middle;
		}
			#tourTable col#dateCol {
				width:72px;
			}
			#tourTable col#venCol {
				width:220px;
			}
			#tourTable col#locCol {
				width:150px;
			}
			#tourTable col#ticksCol {
				
			}
			#tourTable thead {
				height:35px;
			}
				#tourTable thead tr {
					height:35px;
				}
				#tourTable thead tr th.date {
					width:31px; height:11px;
					background:url(../../images/h3_date.png) 10px 0 no-repeat;
				}
				#tourTable thead tr th.venue {
					width:41px; height:11px;
					background:url(../../images/h3_venue.png) 0 0 no-repeat;
				}
				#tourTable thead tr th.location {
					width:61px; height:11px;
					background:url(../../images/h3_location.png) 0 0 no-repeat;
				}
				#tourTable thead tr th.tickets {
					width:52px; height:11px;
					background:url(../../images/h3_tickets.png) 0 0 no-repeat;
				}					
			#tourTable tbody tr {
				height:35px;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#401d19;
			}
				#tourTable tbody tr td {
					border-top:2px solid #e1cb9b;
				}
					#tourTable tbody tr td.date {
						padding:0 0 0 4px;
						color:#fff;
						background:url(../../images/bg_tourDate.gif) 0 7px no-repeat;
					}
					#tourTable tbody tr td a {
						color:#811200;
						font:bold 12px Arial, Helvetica, sans-serif;
					}
						#tourTable tbody tr td a:hover {
							color:#B5371F;
						}
					#tourTable tbody tr td.btnBuyTickets a {
						width:107px; height:24px;
						display:block;
						background:url(../../images/btn_buyTickets.png) top center no-repeat;
						text-indent:-3000px;
					}
						#tourTable tbody tr td.btnBuyTickets a:hover {
							background-position:bottom;
						}
	