#buytix {
	width: 616px;
	height: 28px;
	background: url(../img/bg_buytickets.gif) no-repeat;
}
#tixbutton {
	text-align: right;
	float: right;
	position: relative;
	right: 0px;
}
#buytix #dropdown {
	float: left;
}
#month-container {
	width: 616px;
	height: 51px;
	margin: auto 0;
	text-align: center;
	background: url(../img/bg_month.gif) no-repeat;
}
	#month-container #month {
		margin: 0 auto 0 auto;
		width: 140px;
	}
#arrow-left {
	position: absolute;
	left: 270px;
	top: 228px;
}
#arrow-right {
	position: absolute;
	left: 435px;
	top: 228px;
}
.day {
	width: 85px;
	height: 25px;
	background: #050708;
}
.blankdate {
	filter:alpha(opacity=5); 
	opacity:.05;
}

.noevent {
	filter:alpha(opacity=40); 
	opacity:.4;
}

.date {
	width: 86px;
	height: 19px;
	background:url(../img/bg_date.gif) no-repeat;
	background-color:#FFFFFF;
	text-align: right;
}

.box {
	width: 85px;
	height: 160px;
	background-color: #050708;
	vertical-align: top;
	color: #f5f5e5;
	font-weight:bold;
}

.box .time {
	color: #be2925;
}

.box p {
	margin: 4px 0 0 0;
}
.eventdata {
	padding: 2px;
}
.eventdata a {
	color: #fff;
	text-decoration: none;
}