#datepicker_wrapper {
	clear: both;
	float: left;
	padding-top: 10px;
	width: 284px;
}

#datepicker_start_date {
	clear: both;
}

.ui-datepicker {
	font-size: 15px;
	width: 284px;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a.ui-state-default {
	color: #BB6666;
}

td.datepicker_available.ui-datepicker-current-day a {
	background-color: #DFEFFC !important;
	background-image: none !important;
	border-color: #C5DBEC;
	color: #2E6E9E;
}

td.datepicker_available.ui-datepicker-week-end a {
	background-color: #DFEFFC !important;
	background-image: url('../css/redmond/images/ui-bg_glass_85_dfeffc_1x400.png')!important;
	border-color: #C5DBEC;
	color: #BB6666;
}

td.datepicker_available.ui-datepicker-week-end a.ui-state-hover {
	background-image: url('../css/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png')!important;
	border-color: #79B7E7;
}

td.dp-highlight a.ui-state-default {
	background: #33CC00;
	color: #FFFFFF;
}

td.ui-datepicker-week-end.dp-highlight a.ui-state-default {
	color: #FFFFFF;
}

#timeslots_container {
	background-color: #FFFFFF;
	border: 1px solid #A6C9E2;
	border-radius: 5px;
	float: left;
	margin-top: 10px;
	padding: 3px;
	width: 284px;
}

.timeslot_wrapper {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	width: 274px;
}

.timeslot {
	background-color: #DFEFFC;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	cursor: pointer;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
	width: 274px;
	
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}

.timeslot:hover {
	background-color: #CCFFCC;
}

.ts_reserved,
.ts_reserved:hover {
	background-color: #DFEFFC;
	color: #2E6E9E;
	cursor: default;
	opacity: 0.35;
	filter: Alpha(Opacity=35);
}

.ts_selected,
.ts_selected:hover {
	background-color: #33CC00;
	border: 1px solid #79B7E7;
	color: #FFFFFF;
}

label[for=dogs] {
	width: auto !important;
}

select#dogs {
	width: 100px;
}

#booking_group_id_wrapper label {
	clear: both !important;
}

#booking_group_id_wrapper select#booking_group_id {
	clear: both !important;
}