/* Default styling for jQuery Datepicker v4.0.6. */
.datepick {
	background-color: #fff;
	color: black;
	border: 2px solid #547d24;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	font-family: tahoma;
	font-size: 11px;
	box-shadow:0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
	font-weight:normal; font-size:10px;
}
.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-color: #65952e;
	color: #fff;
	font-size: 90%;
	padding:6px 0;
}
.datepick-ctrl {
	background-color: #77ae38;
	padding:7px 0;
	border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-left-top-radius: 3px;
	border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	text-decoration:underline;
}
.datepick-ctrl .datepick-cmd:hover {
	text-decoration:underline;
}
.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;
	font-weight:bold;
}
.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:#77ae38;
	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: 15em;
	text-align: center;
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	padding-top:0px;
	height: 22px;
	background-color: #77ae38;
	color: #fff;
	font-weight: bold;
	font-size:11px;
}
.datepick-month-header select, .datepick-month-header input {
	height: 22px;
	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, .datepick-month th a {
	background-color: #fff;
	color: #000;
}
.datepick-month td {
	border: 1px solid #fff;
	width:27px;
}
.datepick-month td.datepick-week {
	border: 1px solid #fff;
	width:27px;
}
.datepick-month td.datepick-week * {
	background-color: #f4f4f4;
	color: #000;
	border: none;
	width:27px;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #f4f4f4;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #f4f4f4;
	color:#bebebe;
	line-height:14px;
}
.datepick-month td .datepick-weekend {
	background-color: #e3e3e3;
}
.datepick-month td .datepick-today {
	background-color: #65952e;
	color:white;
}
.datepick-month td .datepick-highlight {
	background-color: #65952e;
	color:white;
}
.datepick-month td .datepick-selected {
	background-color: #f1ad32;
	color: #000;
}
.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;
}
