.ui-datepicker{
	display:none;
	background:#076694;
	padding:10px;
	-webkit-box-shadow:4px 4px 8px rgba(20, 20, 20, .4);
			box-shadow:4px 4px 8px rgba(20, 20, 20, .4);
}
.home-page .ui-datepicker {
	width:100%;
	background:none;
	padding:0;
	-webkit-box-shadow:none;
			box-shadow:none;
}
body > .ui-datepicker {z-index:150 !important;}
.ui-datepicker .ui-datepicker-header {
	position:relative;
	font-size:24px;
	line-height:30px;
	padding:0 0 10px;
}
.ui-datepicker .ui-datepicker-prev {left:0;}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor:pointer;
	width:23px;
	height:23px;
	background:url(/images/ashdod/arrow-002.png) no-repeat;
	position:absolute;
	top:3px;
	text-indent:-9999px;
	overflow:hidden;
}

.ui-datepicker .ui-widget-header a {color:#222;}
.ui-datepicker .ui-datepicker-next {
	right:0;
	background-position:0 -23px;
}
.ui-datepicker .ui-datepicker-title {
	margin:0 30px;
	color:#fff;
	text-align:center;
}
.ui-datepicker table {
	border-collapse:collapse;
	font-size:0.9em;
	margin:0 0 0.4em;
	width:100%;
}
.ui-datepicker th {
	border:0 none;
	padding:2px;
	text-align:center;
	font-size:22px;
	font-weight:normal;
	line-height:33px;
}
.ui-datepicker th.ui-datepicker-week-end {
	padding-left:0;
}
.ui-datepicker th.ui-datepicker-week-end:first-child {
	padding-right:0;
	padding-left:2px;
}
.ui-datepicker th span {
	background:#fff;
	display:block;
	color:#076694;
}
.ui-datepicker .ui-state-disabled {background-image:none;}
.ui-datepicker td {
	border:0 none;
	padding:3px 2px;
	font-size:18px;
	line-height:31px;
	color:#fff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-highlight {
	background:#ff0000 !important;
	color:#fff !important;
	font-weight:bold;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-align:center;
	width:31px;
	height:31px;
	-webkit-border-radius:50%;
	border-radius:50%;
}