@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SAM SPARRO SHOWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sam_shows.css
	Date:			July 18, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol {
		
	}
		.mainCol h1#hdrShows {
			width:469px; height:45px;
			background:url(../../img/h1_shows.png) no-repeat;
		}
		.mainCol h1 {
			font:bold 24px Arial, Helvetica, sans-serif;
		}
		.mainCol #table {
			width:469px;
			background:#000000;
		}
		.mainCol #table #showsTable {
			margin:0 0 0 31px;
			width:398px;
			text-align:left;
		}
			#showsTable col#dateCol {
				width:73px;
			}
			#showsTable col#venueCol {
				width:180px;
			}
			#showsTable col#locationCol {
				width:89px;
			}
			#showsTable thead {
				width:398px;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				color:#b4be95;
			}
			#showsTable tbody {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#b4be95;
			}
			#showsTable tr, #showsTable td {
				padding:5px 0 18px 0;
				border-top:solid 1px #b4be95;
				vertical-align:top;
			}
			.white {
				color:#FFFFFF;
			}
				tbody td a:link, tbody td a:active, tbody td a:visited {
					color:#08fdfc;
				}
					tbody td a:hover {
						color:#FFFFFF;
					}