div.datepicker {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-size: 12px;
	cursor: default;
	z-index: 100;
}
div.datepicker.absolute {
	height: 0 !important;
}
.datepickerContainer {
	position: relative;
	padding: 10px;
}
div.datepicker.absolute .datepickerContainer {
	left: -50%;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #cacaca;
	-moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
div.datepicker.absolute .datepickerContainer:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	border-bottom: 10px solid #cacaca;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	margin-top: -10px;
	margin-left: -10px;
	z-index: 3;
}
div.datepicker.absolute .datepickerContainer:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	margin-top: -9px;
	margin-left: -10px;
	z-index: 3;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
	width: 154px;
	height: 154px;
}
div.datepicker.noset table {
	height: auto;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	outline: none;
}
div.datepicker td.datepickerSaturday a, div.datepicker td.datepickerSunday a {
	color: #9d2f2f;
}
div.datepicker .datepickerWeek a {
	color: #ccc;
}
div.datepicker table td {
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
div.datepicker table.datepickerViewDays td,
div.datepicker table.datepickerViewMonths td,
div.datepicker table.datepickerViewYears td {
	vertical-align: middle;
}
div.datepicker th {
	padding: 0 0 4px;
	text-align: center;
	color: #8e8e8e;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
}
div.datepicker .datepickerDays a {
	width: 22px;
	line-height: 18px;
	height: 18px;
	font-size: 11px;
	cursor: pointer;
}
.datepickerYears a,
.datepickerMonths a{
	width: 38px;
	line-height: 42px;
	height: 42px;
	font-size: 11px;
	text-align: center;
}
div.datepicker td.datepickerNotInMonth a {
	color: #999;
}
div.datepicker td.datepickerNotInMonth.hidden a {
	display: none;
}
tbody.datepickerDays td.datepickerSelected{
	background: #efeb99;
}
tbody.datepickerDays td.datepickerSelected a {
}
tbody.datepickerDays td.datepickerSelectedDot {
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div.datepicker a:hover {
	color: #d60500;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #666;
}
tbody.datepickerDays td.datepickerSelectedDot a {
	text-decoration: none;
	font-weight: bold;
}
tbody.datepickerDays td.datepickerSelectedDo {
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #efeb99;
}
div.datepicker tbody th {
	text-align: center;
}
.datepickerSpace div {
	width: 25px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a,
.datepickerMonth > span {
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #000;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
	background: url("../../mvd/img/datepicker_ar2.png") 0 50% no-repeat;
	text-indent: 100%;
	overflow: hidden;
}
.datepickerGoPrev a {
	width: 20px;
	float: left;
	background: url("../../mvd/img/datepicker_ar1.png") 0 50% no-repeat;
	text-indent: 100%;
	overflow: hidden;
}
table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
td.datepickerDisabled a,
td.datepickerDisabled.datepickerNotInMonth a{
	color: #ccc;
}
td.datepickerDisabled a:hover {
	color: #666;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}