/*---------------------EVENT CALENDAR-------------------*/

#event-calendar{
	float: left;
	width: 602px;
	position: relative;
}
#event-cal-header-container{
	position: relative;
	width: 602px;
	height: 70px;
	background: url('/images/dark_grey_1x70.jpg') top left repeat-x;
}
#event-cal-header{
	float: left;
	display: inline;
	position: relative;
	width: 534px;
	height: 60px;
	padding: 5px 2px 5px 8px;
}
#flat-date-picker{
	float: right;
	display: inline;
	position: relative;
	width: 48px;
	height: 60px;
	padding: 5px 7px 5px 3px;
	z-index: 100;
}
#cal-navcontainer ul{
	display: inline;
	padding: 0;
	list-style-type: none;
	height: 46px;
}
#cal-navcontainer ul li {
	float: left;
	display: inline;
	cursor: pointer;
}
#cal-navcontainer ul li a{
	display: block;
	height: 60px;
	margin-right: 1px;
	text-align: center;
}
#cal-navcontainer ul li a:hover{
	text-decoration: none;
}
#cal-navcontainer ul li a.weekday{
	width: 41px;
	height: 48px;
	padding: 6px;
	background: url('date_bg_weekly.jpg') top left no-repeat;
}
#cal-navcontainer ul li a.weekday:hover{
	background-position: 0 -60px;
}
#cal-navcontainer ul li a.prev_day{
	width: 22px;
	background: url('prev.jpg') top left no-repeat;
}
#cal-navcontainer ul li a.prev_day:hover{
	background-position: 0 -60px;
}
#cal-navcontainer ul li a.next_day{
	width: 22px;
	background: url('next.jpg') top left no-repeat;
}
#cal-navcontainer ul li a.next_day:hover{
	background-position: 0 -60px;	
}
#cal-navcontainer ul li div.weekly_cal_dow {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 16px;
}
#cal-navcontainer ul li div.weekly_cal_date {
	color: #999;
	font-size: 28px;
	height: 28px;
}
#cal-navcontainer ul li a.weekday.selected_day{
	background: #fff;
}
#cal-navcontainer ul li div.weekly_cal_dow.selected_day {
	color: #8b060d;
}
#cal-navcontainer ul li div.weekly_cal_date.selected_day {
	color: #d91512;
}

/*-------------------------------EVENT LIST---------------------------------*/

.event-list-item{
 width: 100%;
 padding: 5px 0;
 border-bottom: #ececec 1px solid;
 position: relative;
}
.new-day {
 font-weight: bold;
 font-size: 15px;
}
.no-events {
 margin-bottom: 10px;
}
.special {
 background: #faf9df;
}
.special-icon {
 position: absolute;
 top: 0;
 right: 0;
 width: 98px;
 height: 70px;
 text-align: center;
 color: #009900;
}
.event-list-item-left{
 float: left;
 position: relative;
 width: 120px;
 padding: 0 5px;
}
.event-img-container{
 margin: 5px 0;
}
.event-list-item-right{
 float: left;
 width: 430px;
 margin-left: 10px;
 padding: 0 5px;
 position: relative;
}
.special .event-list-item-right{
 width: 350px;
}
.event-list-item-right a {
	color: #8b060d;
}
.event-list-info{
 margin: 0;
 padding: 0;
}
.event-list-date{
 color: #777777;
 font-weight: bold;
 font-size: 12px;
}
.event-list-title{
 color: #333;
 font-weight: bold;
 font-size: 16px;
}
.event-list-subtitle{
 color: #333;
 font-weight: bold;
}
.event-list-address{
 color: #555;
 font-size: 11px;
 font-weight: bold;
 padding: 10px 0;
}
.event-list-time {
	color: #aaa;
	font-weight: bold;
}
.event-list-description{
 color: #777777;
 font-size: 12px;
}
