#datepicker_wrapper {
	min-height: 228px;
}

#datepicker_dates {
	clear: both;
	float: left;
}

.ui-datepicker {
	font-size: 15px;
}

.ui-datepicker-week-end,
.ui-datepicker-week-end a.ui-state-default {
	color: #BB6666;
}

td.datepicker_available.ui-datepicker-current-day a {
	background-color: green !important;
	background-image: none !important;
	border-color: green;
	color: #fff;
}

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;
}

td.datepicker_available a.ui-state-default {
	color: #fff !important;
	background: green !important;
	background-image: none;
}

td.datepicker_available a.ui-state-default:hover {
	color: #fff !important;
	background: #33CC00 !important;
	background-image: none;
}

td.datepicker_unavailable span {
	color: #fff !important;
	background: #c00 !important;
	background-image: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
	/*filter: Alpha(Opacity=35);
  background-image: none;*/
}

#date_list_wrapper {
	float: left;
	margin-left: 20px;
	width: 263px;
}

p#date_list_title {
	color: #2498AF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p#date_list {
	font-size: 16px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p#date_list span.date {
	display: inline-block;
	width: 100px;
}

p#date_list span.price {
	display: inline-block;
	text-align: right;
	width: 100px;
}

/* Tablet Screen Sizes */
@media only screen and (min-width: 768px) and (max-width: 991px) {

	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}

}

/* Mobile Landscape Screen Sizes */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}

}

/* Mobile Portrait Screen Sizes */
@media only screen and (max-width: 479px) {

	#date_list_wrapper {
		clear: both;
		margin: 10px 0px 10px 0px;
	}

}