/* Default styling for jQuery Datepicker v4.0.6. */
.datepick {
	background-color: #fff;
	color: #000;
	font-family: Helvetica, Sans-serif;
	font-size: 12px;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 1px 10px rgba(0, 0, 0, 0.4);
    width: 223px !important;
}
.datepick a:hover {
    text-decoration: none !important;
}
.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 {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.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: 100%;
	background: #373737 url("../img/cal_header.gif") 0 0 repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    height: 32px;
}
.datepick-ctrl {
	display: none
}

.datepick-cmd {
	width: 15px;
    text-shadow: 0 -1px 0 #060606;
}
/*
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
*/

.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;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 190px;
	text-align: center;
    display: none;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
    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;
    border: 1px solid #444;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
 /*   display: none;*/
}

.datepick-month-header {
    margin: -33px 19px 0;
    border:none;
    position: relative;
    height: 25px;
    color: #f0f0f0;
    text-shadow: -1px -1px 0 #212121;
    font: bold 14px Helvetica, Arial, sans-serif;
    padding: 8px 0 0;
}

.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;
    border: none;
    margin: -1px;
}
.datepick-month thead {
	border-bottom: 1px solid #AAAAAA;
    border: none;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: bold;
	text-align: center;
}
.datepick-month th {

}
.datepick-month th, .datepick-month th a {
	color: #676767;
    background: #fff url("../img/cal_week.gif") 0 100% repeat-x;
    text-transform: uppercase;
    font-size: 10px;
}
.datepick-month td {
	background-color: #EEEEEE;
	border: 1px solid #bbb;
}
.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: 30px;
	padding: 0.125em 0;
	background: #eee url("../img/cal_days.gif") 0 100% repeat-x;
	color: #676767;
	text-decoration: none;
    line-height: 26px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
    line-height: 26px;
}
.datepick-month th span {
    line-height: 20px;
}

.datepick-month td span {
	color: #b4b3b3;
    background: #eee;
    width: 31px;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
/*	background-color: #ddd;*/
}
.datepick-month td .datepick-today {

}
.datepick-month td .datepick-highlight {
	background:#6d9d15 url("../img/cal_hover.gif") center center no-repeat;
    border: 1px solid #667e22;
    margin: 0 -1px -1px 0;
    color: #e0e0e0;
    text-shadow: 0 1px 0 #5e7913;
}
.datepick-month td .datepick-selected {
	color: #fff;
    background:#58613e url("../img/cal_active.gif") center center no-repeat;
    border: 1px solid #42482f;
    margin: 0 -1px -1px 0;
    text-shadow: 0 0 1px #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;
}
.datepick .prev, .datepick .next {
    background: url("../img/cal_arrows.gif") no-repeat scroll 9px 12px transparent;
    display: inline-block;
    font-size: 0;
    height: 32px;
    width: 17px;
}

.datepick .next {
    background-position: 0px -12px;
}
.datepick .prev:hover, .datepick .next:hover {
    opacity: 0.8;
    filter:alpha(opacity=80)
}
.datepick-disabled span {
   opacity: 0.2 !important;
   filter:alpha(opacity=20) !important;
}