/* CSS Document */

#reservation{ float:left; width:400px; margin:20px 20px 0 50px;}
.tableContact td{ text-align:left;}
.tableContact td.formLabel{ text-align:right;}

/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-control {
	background: #019716;
}
.ui-datepicker-links {
	background:#4fc211;
}
.ui-datepicker-header {
	background: #ffffff;
}
.ui-datepicker-header select {
	background: #019716;
	color: #fff;
}

.ui-datepicker-today {
	background: #aae689 !important;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */

.ui-datepicker-control a:hover {
	background: #aae689 !important;
}
.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
	background: #aae689 !important;
}
