.select-bg{
	background: url(/images/date-box-bg.png) no-repeat;
	height: 28px;
	width: 175px;
	padding:5px;
}

.select-bg select{
	border: 1px solid #fff;
	width: 160px;
}

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

.filter-box-bg img{
	border: none;
}


.filter-input{
	border: 1px solid #fff;
	background: #fff;
	width: 140px;
	color: #595959;
	display: inline-block;
	float: left;
	font-size: 11px;
	display: inline;
}

.calendar-filters{
	margin: 15px 0 0 0;
	overflow: hidden;
}

.events-table{
	width: 565px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	color: #525252;
}

.events-table-head {
	text-align:left;
}	

#calendarMain .events-table th{
	height: 24px;
	font-size: 12px;
	color: #000;
	border: none;
}

.events-table a{
	text-decoration: underline;
}

#calendarMain .events-table td{
	vertical-align: top;
	text-align: left;
	padding: 5px 0;
	border: none;
}

.events-table tr{
	
}

#calendarMain{
	min-height: 417px;
}

#calendarMain h3{
	color: #A00E12;
	font-size: 16px;
	margin: 10px 0 3px 0;
	padding: 0;
	font-weight:normal;
}

#calendarMain label{
	margin: 0;
	width: 140px;
	display: block;
	float: left;
}

#calendarMain a:hover{
	text-decoration: none;
}


.subscribe-field-bg{
	display: block;
	background: url(/images/date-box-bg.png) no-repeat;
	height: 28px;
	width: 250px;
	padding:0 0 0 5px;
}

p.subscribe-block{
	margin: 0 0 10px 0;
}

.subscribe-field{
	width: 160px;
	margin: 0 10px 0 0;
	font-size: 11px;
	border: none;
}

.cal-errors{
	margin: 0;
	padding: 0;
	color: #fff;
}

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

.view-event{
	min-height: 205px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#calendar{

}

.cal-options{
	overflow: hidden;
}

.error{
	color: #ff0000;
}

.cal-options p{
	float: left;
	display: inline;
	width: 270px;
	height: 19px;
	padding: 20px 0;
	border: 1px solid #d7d7d7;
	font-size: 14px;
	text-align: center;
	margin: 0 10px 0 0;
}

#loading{
	text-align: center;
	margin: 20px 0 0;
}
