@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - AID 7288 :: The-Dream : TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		artist_tour.css
	Date:			Apr 20, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	active Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#artistNav li.tour a:link, #artistNav li.tour a:active, #artistNav li.tour a:visited, #artistNav li.tour a:hover {
		background:url(../../../../images/solid_195284.gif) 0 bottom repeat-x;
		color:#bde0ff;
	}	
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour.slice_2o3 {
	
	}
	#tour.slice_2o3 h1#h1_tour {
		width:71px; height:25px;
		background:url(../../../../images/h1_tour19px.png) 0 0 no-repeat;
		float:left;
	}
	#tour.slice_2o3 h2#h2_date {
		width:45px; height:12px;
		background:url(../../../../images/h2_date15px.gif) 0 0 no-repeat;
	}
	#tour.slice_2o3 h2#h2_venue {
		width:58px; height:12px;
		background:url(../../../../images/h2_venue15px.gif) 0 0 no-repeat;
	}
	#tour.slice_2o3 h2#h2_location {
		width:93px; height:12px;
		background:url(../../../../images/h2_location15px.gif) 0 0 no-repeat;
	}
	#tour.slice_2o3 h2#h2_tickets {
		width:73px; height:12px;
		background:url(../../../../images/h2_tickets15px.gif) 0 0 no-repeat;
	}

/*	div.body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour.slice_2o3 div.body {
		margin:0 auto; padding:13px 0 0 0;
		width:572px;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
		line-height:12px;
	}
		thead th {
			border-bottom:1px solid #806510;
			text-align:left;
		}
			.dateCol {
				width:102px;
				font:bold 11px Verdana, Arial, Helvetica, sans-serif;
				color:#fff;
			}
			.venueCol {
				width:230px;
				font:normal 12px Verdana, Arial, Helvetica, sans-serif;
			}
				.venueCol a:link, .venueCol a:active, .venueCol a:visited {
					color:#df7a18;
					text-decoration:underline;
				}
					.venueCol a:hover {
					 	color:#1882df;
					}
			.locationCol {
				width:166px;
				font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			}
			.ticketsCol {
				width:74px;
			}
			.notesCol {
			
			}
				.notesCol strong {
					color:#cca11a;
				}
		tbody tr {
			
		}
			tbody .dateCol {
				
			}
				tbody .dateCol div {
					padding:9px 0 0 0;
				}
			tbody .venueCol {
				
			}
				tbody .venueCol div {
					padding:9px 0 0 0;
				}
			tbody .locationCol {
				
			}
				tbody .locationCol div {
					padding:9px 0 0 0;
				}
			tbody .ticketsCol {
				
			}
				tbody .ticketsCol div {
					padding:9px 0 0 0;
				}
			tbody .notesCol {
				font:normal 11px Arial, Helvetica, sans-serif;
				background:url(../../../../images/divider_entry3h.gif) 0 bottom repeat-x;
			}
				tbody .notesCol div {
					padding:7px 0 16px 0;
				}
		
