/************ SMALL Calendar ************/
div.ui-datepicker {
	width: 146px; /*30*7+6*/
	font-size:65%;
}
.ui-datepicker td span, .ui-datepicker td a {
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.ui-datepicker-calendar tr{
	height:20px;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 19px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 19px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 19px;
}
.calendar{
	height:176px;
}
.ui-datepicker-prev, .ui-datepicker-next{
	height:24px !important;
}