@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MEHTODMAN AND REDMAN NEWS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mm_news.css
	Date:			May 4, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/


/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#navBar a.navTour {
		background-position: -791px bottom;
	}	

/*	--------------------------------------------------------------------------------------------------------------------------
	hr Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.hr {
		width:568px; height:3px;
		background:url(../../images/hr.png) top left no-repeat;
	}
		.hr hr {
			display:none;
		}
	
	.hrTour {
		width:568px; height:3px;
		background:url(../../images/hr_tourTop.png) top left repeat-x;
	}
		.hr hr {
			display:none;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	/* Header */
	#mainCol .header h2 {
		width:55px; height:22px;
		background:url(../../images/h2_tour.png) top left no-repeat;
	}
								
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol table Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#mainCol .shows { 
		width:569px;
		margin:0 auto; padding:5px 0 85px 0;
	}
		#mainCol .shows table {	
		}
			#mainCol .shows col#dateCol {
				width:102px;
			}
			#mainCol .shows col#venueCol {
				width:217px;
			}
			#mainCol .shows col#locationCol {
				width:162px;
			}
			#mainCol .shows col#ticketsCol {
				width:88px;
			}
			#mainCol .shows thead {
				background: url(../../images/hr_tourTop.jpg) bottom left repeat-x;	
			}
			#mainCol .shows thead th {
				height:35px;
				text-align:left;
			}
				#mainCol .shows thead th.thDate {
					padding:0 0 0 18px;	
				}
				#mainCol .shows thead th.thVenue {
					width:217px; height:35px;
					
				}
				#mainCol .shows thead th.thCity {
					width:162px; height:35px;
					
				}
				#mainCol .shows thead th.thBuy {
					width:88px; height:35px;
					
				}
			#mainCol .shows tbody {		
			}
			#mainCol .shows tbody tr {
				background:url(../../images/hr.png) bottom left no-repeat;
			}
				#mainCol .shows tbody tr td {
					padding:5px 0 5px 0;
					
				}
					#mainCol .shows tbody tr td.date {
						width:102px; padding:20px 0 20px 18px;
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#a8a190;
					}
					#mainCol .shows tbody tr td.venue {
						width:217px;
						font:normal 12px Arial, Helvetica, sans-serif;
						color:#b2955b;
					}
						#mainCol .shows tbody tr td.venue a {
							font:normal 12px Arial, Helvetica, sans-serif;
							color:#b2955b;
						}
							#mainCol .shows tbody tr td.venue a:hover {
								font:normal 12px Arial, Helvetica, sans-serif;
								color:#ccc;
							}
					#mainCol .shows tbody tr td.city {
						width:162px;
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#625d52;
					}
					#mainCol .shows tbody tr td.tickets {
						width:88px;
						padding:6px 6px 6px 0;
					}
					#mainCol .shows tbody tr td.tickets a {
						width:88px; height:23px;
						background:url(../../images/btn_buyTicket.png) top center no-repeat;
						display:block;
					}
						#mainCol .shows tbody tr td.tickets a:hover {
							background-position:bottom;
						}
			
