@charset "utf-8";
 div.datepicker {
	position: relative;
	font-family: Arial;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
}
.datepickerContainer {
	background: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.datepickerBorderT,
.datepickerBorderB,
.datepickerBorderL,
.datepickerBorderR,
.datepickerBorderTL,
.datepickerBorderTR,
.datepickerBorderBL,
.datepickerBorderBR {
	display: none;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse: collapse;
}
div.datepicker a {
	color: #000;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker .datepickerMonth a {
	color: #FFF;
}
div.datepicker table td {
	text-align: right;
	padding: 0 1px;
	margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #000;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: center;
}
div.datepicker tbody a {
	display: block;
}
.datepickerDays a {
	border: 1px solid #C8E9FD;
	width: 13px;
	line-height: 19px;
	height: 19px;
	padding: 0 5px;
	background: #FAFDFF;
	font-size: 10px;
	font-family: 'Microsoft YaHei';
}
.datepickerDays tr {
	height: 23px;
}
.datepickerDays a:hover {
	color: #20AFD6;
}
.datepickerYears a,
.datepickerMonths a {
	width: 45px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
.datepickerViewMonths,
.datepickerViewYears {
	width: 189px;
}
div.datepicker td.datepickerNotInMonth a {
	display: none;
	color: #666;
}
tbody.datepickerDays td.datepickerSelected {
	background: #FFF;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #FFF;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
	background: #17384d;
}
div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
.datepickerSpace div {
	width: 6px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepickerGoNext a {
	text-align: left;
	width: 20px;
}
.datepickerGoPrev a {
	text-align: right;
	width: 20px;
}
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: #333;
}
td.datepickerDisabled a:hover {
	color: #333;
}
td.datepickerSpecial a {
	background: #700;
}
td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}
div.datepicker .datepickerSelected a {
	border-color: #20AFD6;
	background: #20AFD6;
	color: #FFF;
}
thead tr {
	background: #20AFD6;
	width: 190px;
	height: 26px;
}
thead .datepickerDoW {
	background: none;
}
table.datepickerViewDays,
table.datepickerViewMonths,
table.datepickerViewYears {
	height: 190px;
}
.widgetCalendar .datepickerGoPrev a span,
.widgetCalendar .datepickerGoNext a span {
	display: none;
}
.datepickerGoPrev,
.datepickerGoNext {
	width: 27px;
	background: url(../img/icon.png);
	background-color: none;
}
.datepickerGoPrev {
	background-position: -65px -2px;
}
.datepickerGoNext {
	background-position: -95px -2px;
}
div.datepicker .datepickerGoPrev a,
div.datepicker .datepickerGoNext a {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/icon.png);
	cursor: pointer;
}
div.datepicker .datepickerGoPrev a {
	float: right;
	background-position: -2px -2px;
}
div.datepicker .datepickerGoNext a {
	float: left;
	background-position: -22px -2px;
}