div#events_cal {
	width: 700px;
	clear: both;
	margin-top:10px;
	margin-bottom: 10px;
	margin:auto;
}
.event {
	border-right: solid 1px #000000;
	cursor: pointer;
	padding:15px;
	font-size: 12px;
	color: #000000;
}
.days {
	width: 400px;
	float: left;
	margin-left: 25px;
	clear:both;
}
.day_link {
	cursor: pointer;
	font-weight:bold;
	font-size:14px;
	color: #000000;
	float: left;
	width: 20px;
	height:20px;
	border: solid 1px #FFFFFF;
	text-align:center;
}
.col_heading {
	color: #000000;
	background:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	border: solid 1px #0000000;
	padding: 5px;
}
.click_event {
	background: #000000;
	font-size: 16px;
}
.venue_heading {
	padding: 15px;
	cursor:pointer;
	font-size: 12px;
	font-weight:bold;
	border-right: solid 1px #000000;
	color: #000000;
}
.lgreen_bg {
	background:#88FC49;
}
.lpink_bg {
	background:#F570F5;
}
.subset_description {
	clear: both;
	padding: 4px;
	width: 680px;
	margin:auto;
	border: dotted 2px #E30FE1;
}
div#fest_dates {
	float: left;
	clear: left;
	width: 650px;
	background: #000000;
	margin-left: 1px;
	margin-top:10px;
	height:300px;
}

div.fest_day {
	float: left;
	padding: 3px;
	margin-right:1px;
	width: 150px;
	height: 160px;
	color: #000000;
	font-size: 18px;
	margin-top:5px;
	margin-left:0px;
	cursor: pointer;
}
div.fest_day2 {
	float: left;
	padding: 3px;
	margin-right:1px;
	width: 66px;
	height: 50px;
	color: #000000;
	font-size: 12px;
	margin-top:6px;
	margin-left:8px;
	cursor: pointer;
}
div.fest_day span {font-weight:bold; line-height:25px;}
