@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SHONTELLE SHOWS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		shontelle_shows.css
	Date:			Oct 09, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.mainCol h1 {
		background: url(../../images/h2_shows.gif) no-repeat;
		width:56px; height:15px;
		padding: 0 0 14px 0;
	}
		.mainCol #showsTable {
			width:350px;
			margin:0 0 0 0px;
		}
			.mainCol #showsTable #dateCol {
				width:86px;
			}
			.mainCol #showsTable #venueCol {
				width:120px;
			}
			.mainCol #showsTable #cityCol {
				width:117px;	
			}
			.mainCol #showsTable thead {
				font:italic 12px Arial, sans-serif;
				color:#fff;
				border-collapse:collapse;
				text-align:left;
			}
			.mainCol #showsTable tbody {
				font: 12px Arial, sans-serif;
				vertical-align:top;	
			}
				.mainCol #showsTable tbody tr {
					width:350px; height:30px;	
				}
					.mainCol #showsTable tbody tr td {
						padding:5px 0 4px 0;
						border-bottom:1px dotted #fff;
					} 
						.mainCol #showsTable tbody tr td a:link, .mainCol #showsTable tbody tr td a:visited, .mainCol #showsTable tbody tr td:active {
							color:#efefef;
							text-decoration:none;							
						}
							.mainCol #showsTable tbody tr td a:hover {
								color:#fff
							}
						.mainCol #showsTable tbody tr td .pinkDate {
							color:#fff;
						}