@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: -871px -45px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour {
		
	}
		#tour .header {
			padding:16px 0 0 15px;
			width:601px; height:25px;
			background:url(../../images/header616.png) top center no-repeat;
		}
			#tour .header h1#h1_tour {
				width:31px; height:12px;
				background:url(../../images/h1_tour.png) top center no-repeat;
			}
		#tour .body {
			margin:0 0 -2000px 0; padding:13px 0 2000px 0;
			width:614px;
			border:solid 1px #49655d; border-bottom:solid 1px #556f67; border-top:none;
			background:#556f67 url(../../images/bg_mainCol.jpg) top center repeat-x;
		}
			#tour table {
				width:614px;
			}
				#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:0 0 8px 0;
					border-bottom:solid 1px #536c65;
				}
				#tour thead tr th#thDate {
					padding:0 0 0 17px;
				}
			#tour tbody tr {
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#a7ccc1;
			}
				#tour tbody tr td {
					padding:10px 0;
					border-bottom:solid 1px #536c65;
					vertical-align:top;
				}
					#tour tbody tr td.date {
						padding:10px 0 10px 17px;
						font:bold 11px Verdana, Arial, Helvetica, sans-serif;
						color:#d4f2e9;
					}
					#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;
						}