/********************
Level 1
********************/

/* 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 */
.hasDatepicker .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: black none;
	color: white;
}
/* end: jQuery UI Datepicker emphasis on selected dates */


/********************
Level 2
********************/

/* begin: jQuery UI Datepicker emphasis on selected dates */
.hasDatepicker .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
	background: #003366 none;
	color: #FFFFFF;
}
/* end: jQuery UI Datepicker emphasis on selected dates */


/********************
Level 3
********************/

