table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}

.datepickerViewDays tbody td a {color: #333;}
.datepickerViewDays tbody td.datepickerCurrent a,
.datepickerViewDays tbody td.datepickerSelected a {color: #428bca;}
.datepickerViewDays tbody td.datepickerNotInMonth a {color: #ccc;}

#filter-type {list-style-type: none; margin: 0; padding: 0; overflow: auto;}
#filter-type a {}
#filter-type a:hover {}
#filter-type ul {overflow: auto;}
#filter-type li {float:left; width:63px; font-size:14px; background: none repeat scroll 0 0 #fff; margin-right:1px; padding:2px; color: #333; text-align:center; margin-bottom:1px;}
#filter-type .selected {background: none repeat scroll 0 0 transparent; border: solid 1px #ccc;}
#filter-type .selected a {}
#filter-type li:nth-child(4) {margin-right: 0px;}