
.ui-datepicker td {
	background-color: lightgreen;
}


td.ui-datepicker-unselectable.ui-state-disabled {
	background-color: red;
}

td.ui-datepicker-unselectable.ui-state-disabled .ui-state-default, .ui-datepicker td .ui-state-default { color:white !important; }

td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
	background-color: white;
}

.ui-datepicker td.yellow {
	background:#c7d836;
	color:#666;
}