@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Kristinia DeBarge TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kdb_tour.css
	Date:			June 18, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
				
/*	--------------------------------------------------------------------------------------------------------------------------
	navbar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul.navbar li.tour a {
		background:url(../../images/nav_spritesNew.png) -90px -167px no-repeat;
	}
				
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.tourContent {
		margin:162px 0 0 0;
	}
		.tourContent h2 {
			margin:0 0 10px 0;
			width:212px; height:51px;
			background:url(../../images/h2_tourDates.jpg) 0 0 no-repeat;
		}
		.tourContent table {
		}
			.tourContent col#dateCol {
				width:62px;
			}
			.tourContent col#venueCol {
				width:134px;
			}
			.tourContent col#locationCol {
				width:130px;
			}
			.tourContent col#ticketsCol {
				width:70px;
			}
			.tourContent thead {
				margin:0 0 5px 0;
				height:31px;
				text-align:left;
				font:bold 10px Verdana, Arial, Helvetica, sans-serif;
				color:#646464;
			}
				.tourContent thead th {	
				}
					.tourContent thead th.thDate {
						height:31px;
					}
					.tourContent thead th.thVenue {
						height:31px;
					}
					.tourContent thead th.thCity {
						height:31px;
					}
					.tourContent thead th.thBuy {	
						height:31px;
					}
			.tourContent tbody {		
			}
			.tourContent tbody tr {
			}
				.tourContent tbody tr td {
					padding:0 15px 5px 0;
					vertical-align:top;
				}
					.tourContent tbody tr td.date {
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#949493;
					}
					.tourContent tbody tr td.venue {
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#ff006e;
					}
						.tourContent tbody tr td.venue a {
							font:bold 11px Arial, Helvetica, sans-serif;
							color:#ff006e;
						}
							.tourContent tbody tr td.venue a:hover {
								font:bold 11px Arial, Helvetica, sans-serif;
								color:#fff;
								background:#ff006e;
							}
					.tourContent tbody tr td.city {
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#949493;
					}
					.tourContent tbody tr td.tickets a {
						height:26px;
						margin:1px 5px 0 0; padding:1px 0 0 0;
						width:70px; height:15px;
						background:#ff006e;
						float:left;
						text-align:center;
						font:bold 10px Verdana, Arial, Helvetica, sans-serif;
						color:#fff;
						border-bottom:1px solid #000;
						border-right:1px solid #000;
						overflow:hidden;
					}
						.tourContent tbody tr td.tickets a:hover {
							margin:2px 5px 0 1px; padding:1px 0 0 0;
							height:15px;
							border:none;
						}
	