/*	-------------------------------------------------------------
	CSS - SHOWS : 	THE BAND PERRY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		shows.css
	Date:			November 11, 2009
	Author:			UMRG New Media
	-------------------------------------------------------------	*/
	
	/*	-----------------------------------------------------------
		NAV
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	ul#nav li#shows a {
		background-position:-253px -29px;
	}
	
	/*	-----------------------------------------------------------
		LEFT COL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	/*HEADER*/
	
	#leftCol .header h2 {
		background:url(../../images/h2_Shows.jpg) no-repeat top center;
	}
	
	/*	-----------------------------------------------------------
		RIGHTCOL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#rightCol {
		width:600px;
		padding:25px 0;
	}
	
	#rightCol table {
		width:600px;
		margin:0 auto;
		font-size:100%;
		line-height:18px;
		color:#fff;
	}
		#rightCol table colgroup col.dateCol {
			width:120px;
		}
		#rightCol table colgroup col.locationCol {
			width:130px;
		}
		#rightCol table colgroup col.venueCol {
			width:155px;
		}
		#rightCol table colgroup col.ticketsCol {
			width:145px;
		}
		#rightCol table th {
			padding:0 0 0 40px;
			font-weight:bold;
		}
			#rightCol table tr td {
				border-bottom:solid 1px #896d3b;
				padding:15px 0 15px 40px;
				background:url(../../images/bg_showEntry.png) no-repeat 0 0;
				behavior: url(shared/css/iepngfix.htc);
			}
			#rightCol table tr td.date {
			}
			#rightCol table tr td.location {
			}
			#rightCol table tr td.venue {
			}
				#rightCol table tr td.venue a {
					color:#fff;
				}
					#rightCol table tr td.venue a:hover {
						color:#fef99b;
					}
			#rightCol table tr td.tickets {
			}
				#rightCol table tr td.tickets a {
					color:#fff;
					display:block;
				}
					#rightCol table tr td.tickets a:hover {
					}