.shows {
	width:649px;
}

.shows tr {
	border-bottom:1px dotted #013064;
	padding:5px 0 5px 0;
	height:30px;
}

.shows tr:last-child {
	border:none;
}

.shows td.date {
	font-family:"Futura";
	font-size:9pt;
	text-shadow:#000000 2px 2px 2px;
	background:rgba(0,0,0,0.2);
	width:130px;
	text-align:left;
	padding-left:5px;
}

.shows td.venue {
	font-family:"Futura";
	font-size:9pt;
	text-shadow:#000000 2px 2px 2px;
	color:#cccccc;
	width:220px;
	padding-left:15px;
	text-transform:uppercase;
	background:rgba(50,50,50,0.1);
}

.shows td.location {
	width:200px;
	padding-left:15px;
	background:rgba(0,0,0,0.2);
}

.shows td.tickets {
	width:69px;
	text-align:center;
	background:rgba(50,50,50,0.1);
}

.shows td.web {
	width:50px;
	text-align:center;
	background:rgba(0,0,0,0.2);
}

.shows td  a,acitve,visited{
	text-shadow:#000000 2px 2px 2px;
	color:#6868FC;
	text-decoration:none;
	display: inline-block;
	
	-moz-transition: all 0.5s ease-out; 
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.shows td  a:hover {
	color:#ffffff;
	
	-moz-transition: all 0.2s ease-out; 
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.shows td  a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0%;
	background: transparent;
	-moz-transition: width 0.5s ease, background-color 3s ease;
	-webkit-transition: width 0.5s ease, background-color 3s ease;
	-o-transition: width 0.5s ease, background-color 3s ease;
	-ms-transition: width 0.5s ease, background-color 3s ease;
	transition: width 0.5s ease, background-color 3s ease;
}

.shows td a:hover:after {
	width: 100%;
	background: #013064;
	
	-moz-transition: width 0.5s ease, background-color 0.1s ease;
	-webkit-transition: width 0.5s ease, background-color 0.1s ease;
	-o-transition: width 0.5s ease, background-color 0.1s ease;
	-ms-transition: width 0.5s ease, background-color 0.1s ease;
	transition: width 0.5s ease, background-color 0.1s ease;
}

.box span {
	color:#FFFFFF;
}

.shows td span {
	color:#d8462e;
	font-family:"Futura";
	font-size:8pt;
}

