
/**********
Calendar
***********/


fieldset #featuredEvent {
	border:0;
	}
#calLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:220px;
	height:auto;
	padding:0 20px 20px 0;
	margin:0 0 0 0;
	z-index:100;
	}
.calendarWrap {
	float:left;
	overflow:hidden;
	position:relative;
	width:200px;
	height:auto;
	padding:5px 5px 5px 10px;
	margin:0 0 0 0;
	z-index:100;
	border:1px solid #DDD; 
	background:#FFF; background-image:-moz-linear-gradient(top, #FFFFFF, #EEEEEE);	background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, #FFFFFF),color-stop(1, #EEEEEE)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#EEEEEE);	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EEEEEE)";-webkit-box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4); -moz-box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4); box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4);
	}
.calendarWrap ul { margin:none; }
#listEvents {	
	position:relative;
	overflow:hidden;	
	margin:0 0 10px 0;
	}
#listEvents a {	
	display:block;
	width:auto;
	height:10px;
	z-index:100;
	color:#007bc3;
	padding:10px 0 10px 0;
	font-size:0.8em;
	border-bottom:1px dashed #DDD;
	text-decoration:none;
	}
#listEvents a:hover, #listEvents a:focus  {	
	color:#000;
	}
#eventImg {	
	display:none;
	position:absolute;
	top:20px;
	right:20px;
	overflow:hidden;
	width:79px;
	height:65px;
	padding:35px 0 0 21px;
	margin:0 0 10px 0;
	background:url(../img/calendarBg.png) right no-repeat;
	}
#todays-date-month {
	float:left;
	width:auto;
	height:auto;
	color:#000;
	margin:0 3px 0 0;
	text-transform:uppercase;
	}
#todays-date-day {
	float:left;
	width:auto;
	height:auto;
	color:#FFF;
	}
#monthNavWrap {
	position:relative;
	float:left;
	width:200px;
	height:auto;
	padding:0 0 4px 0;
	}
#monthTitle {
	position:relative;
	float:left;
	width:140px;
	height:auto;
	padding:5px 0 0 0;
	text-align:center;
	list-style:none;
	}
#monthTitle a {
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	}
#monthTitle a:hover {
	color:#000;
	text-decoration:none;
	}
#lastMonth {
	overflow:hidden;
	position:relative;
	float:left;
	width:30px;
	height:27px;
	background:url(../img/previousMonthOvr.png) no-repeat;
	}
#lastMonth a {
	display:block;
	cursor:pointer;
	width:30px;
	height:27px;
	background:url(../img/previousMonth.png) no-repeat;
	}
#lastMonth a:hover {
	background:url(../img/previousMonthOvr.png) no-repeat;
	}
#nextMonth {
	overflow:hidden;
	position:relative;
	float:left;
	width:30px;
	height:27px;
	background:url(../img/nextMonthOvr.png) no-repeat;
	}
#nextMonth a {
	display:block;
	cursor:pointer;
	width:30px;
	height:27px;
	background:url(../img/nextMonth.png) no-repeat;
	}
#nextMonth a:hover {
	background:url(../img/nextMonthOvr.png) no-repeat;
	}
.dayWrap {
	overflow:hidden;
	position:relative;
	width:200px;
	height:auto;
	margin-bottom:1px;
	font:bold 0.8em Verdana, Arial, Helvetica, sans-serif;	
	}
.day {
	position:relative;
	overflow:hidden;
	float:left;
	width:25px;
	height:19px;
	padding:3px 0 3px 0;
	margin-right:3px;
	text-align:center;
	color:#3f3f3f;
	font:bold 0.8em Arial, Helvetica, sans-serif;

	}
.dayEnd {
	position:relative;
	overflow:hidden;
	float:left;
	width:25px;
	height:19px;
	padding:3px 0 3px 0;
	text-align:center;
	color:#3f3f3f;
	font:bold 0.8em Arial, Helvetica, sans-serif;

	}
.dayBlank {
	overflow:hidden;
	position:relative;
	float:left;
	width:25px;
	height:25px;
	padding:0;
	margin-right:3px;
	background:#EEE;
	z-index:10;
	}
.dayNumber1 {
	overflow:hidden;
	position:relative;
	float:left;
	width:25px;
	height:19px;
	padding:3px 0 3px 0;
	margin-right:3px;
	margin-bottom:3px;
	text-align:center;
	-moz-border-radius:5px;
	border-radius:5px; 
	color:#FFF;
	background: #5dbbf2; 
	font:bold 0.8em Arial, Helvetica, sans-serif;
	z-index:100;
	}
.dayNumber2 {
	overflow:hidden;
	position:relative;
	float:left;
	width:25px;
	height:19px;
	padding:3px 0 3px 0;
	margin-right:3px;
	margin-bottom:3px;
	text-align:center;
	-moz-border-radius:5px;
	border-radius:5px; 
	color:#FFF;
	background: #8bcaef; 
	font:bold 0.8em Arial, Helvetica, sans-serif;
	z-index:100;
	}
.hasEvent {
	overflow:hidden;
	position:relative;
	float:left;
	width:25px;
	height:25px;
	margin-right:3px;
	margin-bottom:3px;
	z-index:10;
	}
.hasEvent a {
	display:block;
	cursor:pointer;
	width:24px;
	height:19px;
	padding:3px 0 3px 1px;
	color:#FFF;
	-moz-border-radius:5px;
	border-radius:5px; 
	text-align:center;
	font:bold 0.9em Arial, Helvetica, sans-serif;
	background: #ff6600; 
	text-decoration:none;
	}
.hasEvent a:hover {
	color:#FFF;
	background: #000; 
	}
.today {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:25px;
	height:25px;
	padding:0;
	text-align:center;
	margin-right:1px;
	margin-bottom:1px;
	color:#666;
	font:bold 0.8em Arial, Helvetica, sans-serif;
	background: #b3e768; 
	z-index:200;
	}
.date  {
	color:#333;
	font:bold 0.8em Arial, Helvetica, sans-serif;
	}
#events-list {
	float:left;
	overflow:hidden;
	position:relative;
	width:450px;
	height:auto;
	padding:0 10px 0 20px;
	z-index:1;
	}
.event {
	overflow:hidden;
	position:relative;
	width:auto;
	height:auto;
	padding:20px;
	border-bottom:1px solid #DDD;
	margin:0 0 10px 0;
	border:1px solid #DDD; 
	background:#FFF; background-image:-moz-linear-gradient(top, #FFFFFF, #EEEEEE);	background-image:-webkit-gradient(linear,left top, left bottom,color-stop(0, #FFFFFF),color-stop(1, #EEEEEE)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#FFFFFF, endColorStr=#EEEEEE);	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#EEEEEE)";-webkit-box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4); -moz-box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4); box-shadow: 1px 1px 5px rgba(102, 102, 102, 0.4);
	z-index:100;
	}
.event ul {
	margin:0 0 0 15px;
	}
.event ul li {
	list-style:disc;
	}
.eventInfoBtn {
	overflow:hidden;
	position:relative;
	float:left;
	width:auto;
	height:auto;
	}
.eventInfoBtn a {
	display:block;
	padding:5px 10px 5px 10px;
	-moz-border-radius:5px;
	border-radius:5px; 
	background:#007bc3;	z-index:100;
	color:#FFF;
	font-size:0.8em;
	text-decoration:none;
	}
.eventInfoBtn a:hover {
	background:#DDD;
	color:#000;
	}
.bookEvent {
	overflow:hidden;
	position:relative;
	float:left;
	width:148px;
	height:36px;
	background:url(../img/bookEventBtnOvr.png) no-repeat;
	}
.bookEvent a {
	display:block;
	cursor:pointer;
	width:148px;
	height:36px;
	background:url(../img/bookEventBtn.png) no-repeat;
	}
.bookEvent a:hover {
	background:url(../img/bookEventBtnOvr.png) no-repeat;
	}
.eventBackBtn {
	position:absolute;
	top:380px;
	left:490px;
	width:148px;
	height:36px;
	background:url(../img/eventsBackBtnOvr.png) no-repeat;
	z-index:400;
	}
.eventBackBtn a {
	display:block;
	cursor:pointer;
	width:148px;
	height:36px;
	background:url(../img/eventsBackBtn.png) no-repeat;
	}
.eventBackBtn a:hover {
	background:url(../img/eventsBackBtnOvr.png) no-repeat;
	}
