.ui-widget-content a {
	color: #1d75a3;
	line-height: 14px;
}
.custom-datepicker .ui-datepicker {
	width: 100%;
}
.custom-datepicker .ui-datepicker {
	width: 100%;
	padding: 1px;
	display: inline;
	border:1px solid #ddd;
}
.custom-datepicker .ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
	border:1px solid #ddd;
}
.custom-datepicker .ui-datepicker select.ui-datepicker-month,
.custom-datepicker .ui-datepicker select.ui-datepicker-year {
	width: 40%;
	margin:0 1px;
}

.custom-datepicker .ui-datepicker td span,
.custom-datepicker .ui-datepicker td a {
	display: block;
	padding: 4px 2px;
	text-align: center;
	text-decoration: none;
}

.custom-datepicker .ui-datepicker td a:hover {
	font-weight:bold;
	border:1px solid #00aded;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #ddd;
	background: #fff url(images/ui-bg_flat_100_fff_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #333;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #333;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #ddd;
	background: #00aded url(images/ui-bg_flat_100_00aded_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #ddd;
	background: #00aded url(images/ui-bg_flat_100_00aded_40x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #fff;
	text-decoration: none;
}