@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - CHRISETTE MICHELE TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		cm_tour.css
	Date:			April 22, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	navBar active state Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navTour {
		background-position: -868px -48px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.contentSpace .mainCol .bottomCol {
		padding:0 0 70px 0;
	}
	#tour {
		
	}
		#tour .header h1#h1_tour {
			width:178px;
			background:url(../../images/h1_tour.png) top center no-repeat;
		}
	#tour .body {

	}
		#tour table {

		}
			#tour col#dateCol {
				width:106px;
			}
			#tour col#venueCol {
				width:215px;
			}
			#tour col#cityCol {
				width:197px;
			}
			#tour col#buyCol {
				width:96px;
			}
		#tour thead tr {
			text-align:left;
			vertical-align:top;
		}
			#tour thead tr th {
				padding:5px 0 8px 0;
			}
			#tour thead tr th#thDate {
				padding-left:17px;
			}
		#tour tbody tr {
			font:normal 11px Arial, Helvetica, sans-serif;
		}
			#tour tbody tr td {
				padding:10px 0;
				background:url(../../images/dash.png) 0 bottom repeat-x;
			}
				#tour tbody tr td.date {
					padding:10px 0 10px 17px;
					font:bold 11px Verdana, Arial, Helvetica, sans-serif;
					color:#a00800;
				}
				#tour tbody tr td.venue {
					padding:10px 10px 10px 0;
				}
				#tour tbody tr td a {
					color:#ffa0b7;
				}
					#tour tbody tr td a:hover {
						color:#ffd3de;
					}	
				#tour tbody tr td.city {
					padding:10px 10px 10px 0;
				}
				#tour tbody tr td.btnBuyTicket a {
					width:80px; height:24px;
					background:url(../../images/btn_buyTickets.png) top no-repeat;
					display:block;
				}
					#tour tbody tr td.btnBuyTicket a:hover {
						background-position:bottom;
					}
