@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Q-TIP SHOWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		qtip_shows.css
	Date:			October 13, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#posterContent {
		margin:0 auto;
		background:url(../../images/bg_shows.jpg) top center no-repeat;
		}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:295px 0 125px 0;
		width:960px;
	}
	.navBar {
		padding:0; margin:0;
	}
		.navBar ul li .shows {
				width:105px; height:17px;
				background:url(../../images/nav_showsHover.png) top no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
	/*membershipBox styles*/
	.membershipBox {
		width:237px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	minCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.minCol {
		padding:0 40px 0 0;
	}
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	altCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.altCol {
		width:329px;
		padding:160px 0 0 0;
	}
		.altCol #mediaPlayer {
		width:329px; height:330px;
		}
	
	.altCol #adSpace {
		padding:0 0 0 13px;
		width:302px; height:256px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		width:360px;
	}
	.mainCol h1{
		margin:0 0 18px 0;
		width:189px; height:49px;
		background:url(../../images/h1shows.png) no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}

	/* shows table */
	.mainCol #shows {
			width:357px;
			font:normal 10px Arial, Helvetica, sans-serif;
			color:#490c0c;
			
		}
			#shows thead td {
				height:17px;
				
			}
				#shows thead td.date {
					width:52px;
					background:url(../../images/th_date.png) no-repeat;
					behavior:url(shared/css/iepngfix.htc);	
				}
				#shows thead td.venue {
					width:138px;
					background:url(../../images/th_venue.png) no-repeat;
					behavior:url(shared/css/iepngfix.htc);			
				}
				#shows thead td.location {
					width:145px;
					background:url(../../images/th_location.png) no-repeat;
					behavior:url(shared/css/iepngfix.htc);			
				}
			#shows tbody td {
				vertical-align:top;
				padding:13px 0 13px 0;
			}
			#shows col#date {
				width:63px;
			}
				#shows tbody td.date {
					font:bold 10px Arial, Helvetica, sans-serif;
					color:#1e1206;
				}
			#shows col#venue {
				width:149px;
			}
				#shows tbody td span.venue {
					color:#04614c;
				}
				#shows a:link, #shows a:active, #shows a:visited {
					font:bold 10px Arial, Helvetica, sans-serif;
					color:#04614c;
					text-decoration:none;
				}
					#shows a:hover {
						color:#ffffff;
					}
			#shows col#location {
				width:145px;
			}
