/* Default styling for jQuery Datepicker v4.0.5. */
/*.booked{background-color:#99CCFF}
.available{background-color:#a7df85}*/
.booked{background-color:#EA4C65}
.available{background-color:#88c862}

.booked_begin {
    background-image: url("../img/booked_begin.gif");
    background-position: right top;
    background-repeat: no-repeat;
    border-right:1px solid #E44E67;
}

.booked_end {
    background-image: url("../img/booked_end.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

.available_begin {
    background-image: url("../img/available_begin.gif");
    background-position: right top;
    background-repeat: no-repeat;
    border-right:1px solid #87C862;
}

.available_end {
    background-image: url("../img/available_end.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

.available_booked {
    background-image: url("../img/available_booked.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

.booked_available {
    background-image: url("../img/booked_available.gif");
    background-position: left top;
    background-repeat: no-repeat;
}

.datepick {
	color: #000;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
        font: bold 12px/22px Arial; 	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	font: bold 12px/22px Arial; color: #575757;
       cursor: default;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 488px;
	background: #36ABAC;
	font: bold 13px/20px Arial; color: #fff;
        margin: 0px 0px 10px 0px;
       padding: 3px;
      border-radius: 2px;
}
.datepick-ctrl {
	background-color: #61B8BF;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #61B8BF;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #61B8BF;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 164px;
	text-align: center;
}
.datepick-box {
       margin: 0px 4px 5px 0px;
       border: 1px solid #BCB1B2;
      border-radius: 4px;
      padding: 0px 0px 6px 0px;
      background: url(/themes/img//rev2/vacancies_calendar_b.gif) no-repeat left bottom;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 29px;
	font: bold 13px/29px Arial; color: #fff; cursor: default;
        background: #36ABAC;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	border: none;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	background: #fff; font: normal 10px/22px Arial; color: #1a3163; text-align: center; width: 22px;
}
.datepick-month th, .datepick-month th a {
	background: #fff;
	color: #1a3163;
}
.datepick-month td {
       background: url(/themes/img/rev2/vacancies_unknown.gif) no-repeat left top;
       width: 22px;
       height: 22px;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	font: bold 10px/22px Arial; color: #575757;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
}
.datepick-month td span {
	font: bold 10px/22px Arial; color: #b3b3b3;
}
.datepick-month td .datepick-other-month {
	line-height: 22px;
}
.datepick-month td .datepick-weekend {
	/*background-color: #ddd;*/
}
.datepick-month td .datepick-today {
	/*background-color: #f0c0c0;*/
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 100px;
    height: 100px;
}
