/* ThemeRoller Cupertino override style sheet for jQuery date picker v4.0.0. */
@import "ui.datepick.css";

.ui-widget-header a,
.ui-widget-header select {
	xcolor: #222222; color:#FFFFFF; /* Set (.ui-widget-header a) colour from theme here */
}
.ui-widget-header a:hover {
	background-color: #f0f0f0; /* Set (.ui-state-hover) colours from theme here */
	xcolor: #0b5b98; color:#FFFFFF;
}
.ui-widget-header select,
.ui-widget-header option {
	background-color: #e7eef3; /* Set (.ui-widget-header) background colour from theme here */
}
.ui-state-highlight a {
	color: #363636; /* Set (.ui-state-highlight) colour from theme here */
}
/* ---- DA Styles ---- */
.ui-datepicker td span.dateBooked { color:#FFFFFF; border:none; padding:0; }
.ui-datepicker td a.owner  { padding:0; border:1px solid #FF0000; background: url("/css/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100_red.png") repeat-x scroll 50% 50% #3BAAE3; padding:0.2em; font-weight:bold;}
.ui-datepicker td a.bookedcust { padding:0; border:1px solid #FF0000; background: #00CC33; padding:0.2em; font-weight:bold;}
