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

/* begin: jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #C1D2DE none; /* a color that fits the widget theme */
	color: #333; /* a color that is readeable with the color above */
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {font-weight: bold; background: #d6e9f7 none}
/* end: jQuery UI Datepicker emphasis on selected dates */