@charset "utf-8";
/* CSS Document */
#agenda_top_viewing {
	width:325px;
	height:25px;
	float:left;
	font-weight:bold;
	margin-top:-2px;
}

#agenda_top_years {
	width:325px;
	height:15px;
	margin-top:2px;
	text-align:right;
	float:left;
}

.agenda_current a{
	color:#f58520;
	font-size:10px;
	text-decoration:none;
	cursor:default;
}

.month_current a{
	color:#f58520;
	font-size:11px;
	text-decoration:none;
	cursor:default;
}


#agenda_top {
	width:650px;
	height:20px;
	background-color:#333;
	border:#F90 solid 1px;
	font-weight:bold;
	word-spacing:25px;
	color:#CCC;
	line-height:16px;
	text-align:center;
}

#calendar {
	color:#FFF;
	width:651px;
	border-top:#F60 solid 1px;
	border-left:#F60 solid 1px;
	background:url(../images/agenda_bg.png) no-repeat bottom;
	display:none;
}

#calendar .cell {
	font-size:10px;
	font-weight:bold;
	width:88px;
	height:51px;
	border-right:#F60 solid 1px;
	border-bottom:#F60 solid 1px;
	float:left;
	padding:2px;
}
#calendar .cell a:link { text-decoration:none; }
#calendar .cell a:visited { text-decoration:none; }
#calendar .cell a:hover { text-decoration:none; background-color:#e3e2e2; display:block; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity:.9; height:51px; color:#333; }
#calendar .cell a:active { text-decoration:none; }
.day_header {
	width:92px;
	height:20px;
	float:left;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
	text-align:center;
	margin-top:5px;
}
.sat {
	color:#03E1E1;
}
.sun {
	color:#F7C815;
}

#calendar .event_title {margin-bottom:5px; border-bottom:1px solid #333; padding-bottom:2px; margin-left:198px; }
#calendar .event_description {margin-bottom:5px}
#calendar .event_price {margin-bottom:2px;}
#calendar .event_doors {margin-bottom:5px;}
#calendar .event_djs {}
#calendar .ticket_price {font-weight:bold;}
#calendar .doors_open {font-weight:bold;}
#calendar .dj_list {font-weight:bold;}
