#fade {
	opacity: 0.3;
}

a:hover {
	color: #d40000;
}

.showRowWrap.monthly {
	opacity: 1;
}

.showRowWrap {
	float: left;
	width: 100%;	
	padding: 0;
	margin: 0px auto 0px auto;
	opacity: 0.3;
	
}

.showRow {
	width: 980px;
	text-align: left;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px 0 30px 0;
	display: inline-block;
	border-bottom: 1px solid #eee;
}

.firstRow .showRow{
	border-top: none;
}

/*.showRowWrap:hover {
	background: #fafafa;
	cursor: pointer;
}
*/
.showRow a.venue{
	border-bottom: 1px solid #aaa;
}

.showRow .col2 a{
	border-bottom: none;
}

.showRow .date {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 14px;
	text-transform: uppercase;
	color: #000;
}

.date b{
	font-weight: 600;
}

.showRow .venue{
	float: left;
	padding-top: 5px;
	line-height: 160%;
}

.col {
	float: left;
	width: 25%;
}

.col2 {
	width: 28%;
}

.col2.long {
	width: 40%;
}

.col3{
	width: 35%;
}

.ticketLink {
	float: right;
	border: 1px solid #aaa;
	padding: 10px 20px 10px 20px;
}

.ticketLink:hover {
	background: #fafafa;
	color: #000;
}