@charset "UTF-8";
/* News */

.cal-block{
	position: relative;	
	z-index: 10;
	margin: 13px 0 0 13px;
	width: 325px;
}

#cal-slider li, #cal-slider ul{
	padding: 0;
	margin: 0;

}

#cal-slider li h4{
	margin: 0;
	padding: 3px 0;
	font-size: 13px;
}

#cal-slider li h4 a{
	color: #494949;
}

#cal-slider li em{
	font-style: normal;
}

#cal-slider li{
	list-style: none;
	width: 325px;
	overflow:hidden; 
	height: 600px;
	
}

#cal-prevBtn, #cal-nextBtn{ 
	display:block;
	width:67px;
	height:20px;
	position:absolute;
	left:0px;
	top:60px;
	font-weight: bold;
	z-index: 10;

	}	
#cal-nextBtn{ 
	width:35px;
	left:70px;
	}

#cal-nextBtn a{
	display: block;
}

#call-prevBtn a{
	display: block;
}

.all-events{
	display: block;
	width: 100px;
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 10;
	font-weight: bold;
}

.filter-box-bg{
	background-image: url(/images/date-bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 172px;
	display: inline;
	float: left;
	clear: both;
	margin: 5px 0 5px 0;
}

.filter-box-bg img{
	border: none;
	margin-top: 4px;
}

.filter-box-bg select{
	width: 167px;
	border: 1px solid #fff;
	margin: 2px 8px 0 1px;
}


.filter-input{
	border: none;
	background: none;
	width: 130px;
	color: #494949;
	display: inline-block;
	float: left;
	font-size: 11px;
	padding: 3px 8px 0 5px;
	margin: 4px 8px 0 1px;
}

.events-table{
	width: 580px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 10px;
	line-height: 20px;
}


.events-table-head {
	text-align:left;
	padding:0 0 0 0;
	margin-top: 1px;
}

.events-table th{
	height: 24px;
	color: #CAA005;
	padding: 5px 0;
	vertical-align: top;
}

#calendarMain .events-table h2{
	margin: 0;
	padding: 0;
}

.events-table td{
	padding: 0;
	vertical-align: top;
	
}

.single-event td{
	padding: 5px 0;
}

#calendarMain{
	width: 580px;
}

#calendarMain .hc-date{
	margin: 0 5px 10px 0;
}

#calendarMain a{
	text-decoration: underline;
}

#calendarMain h2{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	color: #CAA005;
}


.subscribe-field-bg{
	background: url(/images/date-bg.gif) no-repeat top left;
	height: 24px;
	width: 250px;
	display: block;
	height: 26px;
}


.subscribe-field{
	border: none;
	background: none;
	padding: 5px 0 0 2px;
	margin: 0 10px 0 0;
	width: 172px;
	font-size: 11px;
}

.cal-errors{
	margin: 0;
	padding: 0;
}

.cal-errors li{
	list-style: none;
	font-weight: normal;
}

.res-btns{
	width: 267px;
}
