@import url('page.css');
/*** make home nav-item active ***/
#main-nav li#menu-46{
	background-color: #e00606;
}

#tour-dates th{
	border: none; /*drupal.css override */
	color: #5a5959;
	text-transform: uppercase;
	vertical-align: bottom;
}
#tour-dates tbody tr{
	height: 53px;	
}
#tour-dates tbody tr.alt{
	background-color: #121212;
}
#tour-dates tbody tr.highlighted{
	background-color: #192434;
}

#tour-dates td { padding: 0; text-align: center;}
#tour-dates td.date { width: 67px; }
#tour-dates td.location { width: 193px; text-align: left; padding: 0 10px;}
#tour-dates td.showtime { width: 90px; }
#tour-dates td.map { width: 40px; }
#tour-dates td.tix { width: 67px; }
#tour-dates td.optional { text-align: left; padding: 0 50px; 	background-color: black; }
#tour-dates tbody tr.highlighted td.optional { background-color: #081325; }

#tour-dates td.map a{
	background-color: #e00606;
	padding: 5px;
	color: white;
}
#tour-dates td.map a:hover{ border: none; }

#tour-dates td.tix a{
	color: #6390d1;
}
#tour-dates td.optional a{
	color: #5788cd;
}
#tour-dates .more-link{
	position: relative;
	right: 464px;
	margin: 1em 0;
}

#store-block a:hover{
	border: none;
}
