#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: #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;
}

#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: 200px;
}

/* 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;
	}
	
}