#datepicker_wrapper {
	float: left;
	margin-left: 40px;
	width: 270px;
}

#datepicker_start_date {
	clear: both;
}

.ui-datepicker {
	font-size: 15px;
	margin-left: 40px;
	width: 252px;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a.ui-state-default {
	color: #BB6666;
}

.ui-datepicker-today a.ui-state-default {
	background: url('../css/southstreet/images/ui-bg_highlight-hard_15_459e00_1x100.png') repeat-x scroll 50% 50% #459E00;
	border: 1px solid #327E04;
	color: #FFFFFF;
}

/*
.ui-datepicker-week-end.datepicker_available.ui-datepicker-today a.ui-state-default {
	background: url('../css/southstreet/images/ui-bg_highlight-hard_15_459e00_1x100.png') repeat-x scroll 50% 50% #459E00;
	border: 1px solid #327E04;
}
*/

.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-hover {
	/*background: url('../css/southstreet/images/ui-bg_highlight-soft_25_67b021_1x100.png') repeat-x scroll 50% 50% #67B021;*/
  background: #fff;
	border: 1px solid #327E04;
}

/*
.ui-datepicker-week-end.datepicker_available.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-hover {
	background: url('../css/southstreet/images/ui-bg_highlight-soft_25_67b021_1x100.png') repeat-x scroll 50% 50% #67B021;
	border: 1px solid #327E04;
}
*/

.datepicker_available.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active {
}

/*
.ui-datepicker-week-end.datepicker_available.ui-datepicker-current-day.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active {
	background: #33CC00;
	border: 1px solid #D4CCB0;
}
*/

td.datepicker_available.ui-datepicker-current-day a.ui-state-default {
	background: #fff;
  color: #6DB329;
	border: 1px solid #D4CCB0;
	/*background: #33CC00;
	color: #FFFFFF;*/
}

#timeslots_container {
	background-color: #FFFFFF;
	border: 1px solid #143E0E;
	border-radius: 5px;
	padding: 3px;
	width: 252px;
}

.timeslot_wrapper {
	float: left;
	margin-right: 1px;
	margin-left: 1px;
	width: 82px;
}

.timeslot {
	background-color: #B8D696;
	border: 1px solid #143E0E;
	color: #143E0E;
	cursor: pointer;
	display: block;
	font-family: "Lucida Grande", "Lucida Sans", "Arial", sans-serif;
	font-size: 10px;
	height: 22px;
	line-height: 22px;
	margin-top: 2px;
	margin-bottom: 2px;
	position: relative;
	text-align: center;
	width: 80px;
	
	-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;
}

#date_list {
	margin-top: 0px;
}

.timeslot:hover {
	background-color: #CCFFCC;
}

.ts_reserved,
.ts_reserved:hover {
	cursor: default;
	/*opacity: .35;*/
	/*filter: Alpha(Opacity=35);*/
  background: #c00;
  color: #fff;
}

.ts_selected,
.ts_selected:hover {
	background-color: #33CC00;
	border: 1px solid #79B7E7;
	color: #FFFFFF;
}

#date_list_wrapper {
	margin-left: 40px;
	padding-top: 4px;
	width: 223px;
}

p#date_list_title {
	color: #143E0E;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.booking-label {
	margin-left: 40px;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 1175px) {
	
	#datepicker_wrapper {
		margin-left: 0px;
		width: 230px;
	}
	
	#timeslots_container {
		padding: 1px;
		width: 222px;
	}
	
	.timeslot_wrapper {
		width: 72px;
	}
	
	.timeslot {
		font-size: 9px;
		width: 70px;
	}
	
	#date_list_wrapper {
		margin: 4px 0px 10px 0px;
		padding-top: 0px;
	}
	
	.ui-datepicker {
		margin-left: 0px;
		width: 212px;
	}
	
	.booking-label {
		margin-left: 0px;
	}
	
}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.col_4 {
		margin-left: 100px;
		width: 360px;
	}
	
	#datepicker_wrapper {
		margin-left: 0px;
	}
	
	#date_list_wrapper {
		margin: 4px 0px 10px 0px;
		padding-top: 0px;
	}
	
	.booking-label {
		margin-left: 0px;
	}
	
	.ui-datepicker {
		margin-left: 0px;
	}
	
}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {
	
	#date_list_wrapper {
		margin: 10px 0px 10px 0px;
		padding-top: 0px;
	}
	
	.ui-datepicker {
		margin-left: 0px;
	}
	
	#datepicker_wrapper {
		margin-left: 0px;
	}
	
	.booking-label {
		margin-left: 0px;
	}
	
}