/* ThemeRoller override style sheet for jQuery date picker v3.7.0. */
#datepick-div,
.datepick-inline {
	width: 17em;
	font-size: 75%;
}
#datepick-div {
	z-index: 100;
}
.datepick-inline {
	float: left;
}
.datepick-rtl {
	direction: rtl;
}
#datepick-div a,
.datepick-inline a {
	text-decoration: none;
}
.datepick-prompt {
	height: 1.5em;
	padding-top: 0.25em;
	text-align: center;
}
.datepick-clear {
	float: left;
	margin-left: 0.25em;
}
.datepick-close {
	float: right;
	margin-right: 0.25em;
}
.datepick-prev {
	position: static;
	float: left;
	width: 32%;
	height: auto;
	margin-left: 0.25em;
}
.datepick-next {
	position: static;
	float: right;
	width: 32%;
	height: auto;
	margin-right: 0.25em;
	text-align: right;
}
.datepick-current {
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-group {
	width: 17em;
}
.datepick-group .datepick-header {
	height: 1.5em;
	text-align: center;
}
.datepick select.datepick-month,
.datepick select.datepick-year,
.datepick-inline select.datepick-month,
.datepick-inline select.datepick-year {
	width: auto;
	height: 1.66em;
	background-color: transparent;
	border: none;
	font-weight: bold;
}
.datepick th {
	padding: 0.5em 0.3em;
}
.datepick td,
.datepick td a {
	text-align: center;
}
.datepick-row-break {
	clear: both;
	width: 100%;
	height: 0.25em;
}
.datepick-status {
	text-align: center;
}
.datepick-cover {
    display: none;
    display/**/: block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -1px;
    left: -1px;
    width: 187px;
    height: 187px;
}

