/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {border-collapse: separate;}
.ui-datepicker-calendar td {border: 1px solid transparent;}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {display:none;}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #f07067 none !important;
	color: white;
}
.ui-state-highlight > .ui-state-default {
	background: #f07067 none !important;
	color: white !important;
}

td > .ui-state-default {
	background: #d7ff9f none !important;
	color: white;
}
.ui-state-disabled > .ui-state-default {
	background: #dddddd none !important;
	color: white !important;
}