/* Default style sheet for jQuery date picker v3.7.0. */
#Range {
	visibility: hidden;
}
#datepick-div, .datepick-inline {
	margin: 0 0 0 20px;
}
#datepick-div {
	display: none;
	border: 1px solid #777;
	position:relative;
	z-index: 1; /*must have*/
}
.datepick-inline {
	display: block;
	border: 0;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-links {
	width: 176px;
}
.datepick-prev, .datepick-next {
	width: 26px;
	height: 33px;
}
.datepick-prev {
	background: transparent url('../img/cal_button_prev.png') no-repeat;
	float: left;
}
.datepick-current {
	display: none;
}
.datepick-next {
	background: transparent url('../img/cal_button_next.png') no-repeat;
	float: right;
}
.datepick-prev label, .datepick-next label {
	display: none;
}
.datepick-prev a, .datepick-next a {
	width: 26px;
	height: 33px;
	display: block;
}
.datepick-header {
	position: absolute;
	margin: -33px 0 0 26px;
	padding: 8px 0 0 0;
	width: 124px;
	height: 25px;
	background: transparent url('../img/cal_bg_month.png') repeat-x;
	text-align: center;
}
.datepick {
	text-align: center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.datepick a {
	display: block;
	cursor: pointer;
}
.datepick-title-row th, .datepick-title-row .datepick-week-end-cell {
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	width: 25px;
	height: 22px;
	background: transparent url('../img/cal_dayname.png') no-repeat;
}
.datepick-days-cell, .datepick-week-end-cell {
	font-weight: bold;
}
.datepick-days-cell a, .datepick-week-end-cell a {
	width: 25px;
	height: 22px;
	padding-top: 3px;
	background: transparent url('../img/cal_date_enabled.png') no-repeat;
}
.datepick-selectable a {
	width: 25px;
	height: 22px;
	background: url('../img/cal_date_novacancy.png') no-repeat;
	font-weight: normal;
	padding-top: 3px;
}
.datepick-unselectable {
	color: #bfbfbf;
	width: 25px;
	height: 25px;
	background: #fff url('../img/cal_date_disabled.png') no-repeat;
	font-weight: normal;
}
.datepick-current-day a, .datepick-days-cell-over a, .datepick-current-day .datepick-today a:hover{
	color: #fff;
	width: 25px;
	height: 22px;
	padding-top: 3px;
	background: #fff url('../img/cal_date_selected.png') no-repeat;
}
.datepick-one-month {
	float: left;
	width: 15em;
}
.datepick-new-row {
	clear: left;
}
.datepick-arrival a {
    color: #fff;
	width: 25px;
    height: 22px;
    padding-top: 3px;
	text-align:right;
	background: #fff url('../img/cal_date_arrival_25x25.png') no-repeat;
}

.datepick-departure a {
	color: #fff;
	width: 25px;
	height: 22px;
	padding-top: 3px;
	text-align:right;
	background: #fff url('../img/cal_date_departure_25x25.png') no-repeat;
}


