
table.djshows-calendar {
	border-bottom: 1px solid #FC3D00;
	font-size: 14px;
	line-height: 2;
}
table.djshows-calendar tr th {
	border-bottom: 1px solid #FC3D00;
}
table.djshows-calendar tr td {
	padding: 1px;
	text-align: center;
}
table.djshows-calendar tr td.active a {
	display: block;
	background: #FC3D00;
	color: #fff;
	text-decoration: none;
}

.djshows-module-day .djshow {
	background: #D3D3D3;
	margin: 0 0 1px;
	line-height: 1.2;
}
.djshows-module-day .djshow .time {
	float: left;
	width: 60px;
	text-align: center;
	padding: 10px 0 0;
}
.djshows-module-day .djshow .title {
	background: #EDEDED;
	margin: 0 0 0 60px;
	padding: 10px 15px;
}
.djshows-module-day .djshow .title a {
	font-weight: bold;	
}
.djshows-module-day .djshow .title a.buylink {
	float: right;
}
.djshows-module-day .djshow .title a.buylink img {
	border-radius: 0;
}
.djshows-module-day .djshow .stage {
	display: block;
	margin: 10px 0 0;
}