@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - GABRIELLA CILMI
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gc_tour.css
	Date:			November 10, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		position:relative;
		margin:3px 0 0 0;
	}
	.mainCol h1 {
		width:124px; height:59px;
		background:url(../../images/h1_tour.png) no-repeat;
		position:absolute;
		left:0; top:0;
	}
		.tableSpace {
			padding:58px 0 20px 7px;
		}
		/*shows table styles*/
		#shows {
			width:359px;
		}
			#shows col#dateCol {
				width:64px;
			}
			#shows col#venueCol {
				width:133px;
			}
			#shows col#locationCol {
				width:87px;
			}
			#shows col#ticketCol {
				width:68px;
			}
					#shows thead th {
						height:15px;
					}
					#shows thead th.thDate {
						background:#796731 url(../../images/thDate.jpg) 5px 3px no-repeat;
					}
					#shows thead th.thVenue {
						background:#796731 url(../../images/thVenue.jpg) 0 3px no-repeat;
					}
					#shows thead th.thLocation {
						background:#796731 url(../../images/thLocation.jpg) 0 3px no-repeat;
					}
					#shows thead th.thTickets {
						background:#796731 url(../../images/thTickets.jpg) 9px 3px no-repeat;
					}
				#shows tbody tr td {
					height:17px;
					vertical-align:top;
				}
				#shows tbody tr td.venue {
					padding:13px 5px 4px 0;
					width:125px;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#000;
				}
					#shows tbody tr td.venue a:link, #shows tbody tr td.venue a:active, #shows tbody tr td.venue a:visited {
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#000;
						text-decoration:none;
					}
						#shows tbody tr td.venue a:hover {
						 color:#484848;
						}
				#shows tbody tr td.date {
					padding:13px 0 0 5px;
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#511f2b;
				}
				#shows tbody tr td.location {
					padding:13px 0 0 0;
					font:normal 10px Arial, Helvetica, sans-serif;
					color:#484848;
				}
				#shows td.ticket {
					padding:13px 0 0 0;
				}
				#shows td.ticket a:link, #shows td.ticket a:active, #shows td.ticket a:visited {
					margin:0 0 0 10px;
					width:50px; height:16px;
					background:url(../../images/btnBuyTix.jpg) top center no-repeat;
					display:block;
					text-indent:-3000px;
					font-size:1px;
				}
					#shows td.ticket a:hover {
						background-position:bottom;
					}
