div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 150px;
	display: none;
}
.datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepickerBorderT, .datepickerBorderB, .datepickerBorderL, .datepickerBorderR, .datepickerBorderTL, .datepickerBorderTR, .datepickerBorderBL, .datepickerBorderBR {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(/_img/datepicker/datepicker_t.png);
}
.datepickerBorderB {background: url(/_img/datepicker/datepicker_b.png);}
.datepickerBorderL {background: url(/_img/datepicker/datepicker_l.png);}
.datepickerBorderR {background: url(/_img/datepicker/datepicker_r.png);}
.datepickerBorderTL {background: url(/_img/datepicker/datepicker_tl.png);}
.datepickerBorderTR {background: url(/_img/datepicker/datepicker_tr.png);}
.datepickerBorderBL {background: url(/_img/datepicker/datepicker_bl.png);}
.datepickerBorderBR {background: url(/_img/datepicker/datepicker_br.png);}
.datepickerHidden {display: none;}
div.datepicker table {border-collapse:collapse;}
div.datepicker a {
	color: #eee;
	cursor: default;
	outline: none;
	text-decoration: none;
}
div.datepicker table td {
	margin: 0;
	padding: 0;
	text-align: right;
}
div.datepicker th {
	text-align: center;
	color: #617582;
	font-weight: normal;
}
div.datepicker tbody th {text-align: left;}
div.datepicker tbody a {display: block;}
.datepickerDays a {
	height: 16px;
	line-height: 16px;
	padding-right: 2px;
	width: 20px;
}
.datepickerYears a,
.datepickerMonths a{
	color: #63848c !important;
	height: 36px;
	font-weight::bold;
	line-height: 36px;
	text-align: center;
	width: 44px;
}
td.datepickerNotInMonth a {color: #666;}
tbody.datepickerDays td.datepickerSelected{background: #136A9F;}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {background: #17384d;}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{background: #17384d;}
div.datepicker a:hover,
div.datepicker a:hover {color: #617582; background-color: #195377;}
div.datepicker td.datepickerNotInMonth a:hover {color: #999;}
div.datepicker tbody th {text-align: left;}
.datepickerSpace div {
	background-color: #ccc;
	height: 120px;
	margin: 0 10px;
	width: 1px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.datepickerGoNext a {float: right; width: 20px;}
.datepickerGoPrev a {float: left; 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: #666;}
td.datepickerDisabled a:hover {color: #666;}
td.datepickerSpecial a {background: #700;}
td.datepickerSpecial.datepickerSelected a {background: #a00;}
