div.datepicker {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 0;
	display: none;
	z-index: 500;
}

.datepicker .cal-closer {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url(close.png); _behavior: url(/iepngfix.htc);
}

.datepicker .container {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
.datepicker .borderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(images/datepicker_t.png);
	_background: none;
}
.datepicker .borderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(images/datepicker_b.png);
	_background: none;
}
.datepicker .borderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(images/datepicker_l.png);
	_background: none;
}
.datepicker .borderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(images/datepicker_r.png);
	_background: none;
}
.datepicker .borderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker_tl.png);
	_background: none;
}
.datepicker .borderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker_tr.png);
	_background: none;
}
.datepicker .borderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker_bl.png);
	_background: none;
}
.datepicker .borderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(images/datepicker_br.png);
	_background: none;
}
.datepickerHidden {
	display: none;
}
.datepicker table {
	border-collapse:collapse;
}
.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
.datepicker table td {
	text-align: right;
	padding: 0;
	margin: 0;
}
.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
.datepicker tbody th {
	text-align: left;
}
.datepicker tbody a {
	display: block;
}
.datepicker .days a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
.datepicker .years a,
.datepicker .months a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
.datepicker td.notInMonth a,
.datepicker td.butSelected a {
	color: #666;
}
.datepicker .days td.selected{
	background: #136A9F;
}
.datepicker .days td.butSelected {
	background: #17384d;
}
.datepicker .years td.selected,
.datepicker .months td.selected{
	background: #17384d;
}
.datepicker a:hover {
	color: #88c5eb;
}
.datepicker td.butSelected a:hover {
	color: #999;
}
.datepicker tbody th {
	text-align: left;
}
.datepicker .space div {
	width: 20px;
}
.datepicker .goNext a,
.datepicker .goPrev a,
.datepicker .month a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
.datepicker .goNext a {
	float: right;
	width: 20px;
}
.datepicker .goPrev a {
	float: left;
	width: 20px;
}
.datepicker .viewDays tbody.months,
.datepicker .viewDays tbody.years {
	display: none;
}
.datepicker .viewMonths tbody.days,
.datepicker .viewMonths tbody.years,
.datepicker .viewMonths tr.weeks {
	display: none;
}
.datepicker .viewYears tbody.days,
.datepicker .viewYears tbody.months,
.datepicker .viewYears tr.weeks {
	display: none;
}
.datepicker td.disabled a,
.datepicker td.disabled a:hover,
.datepicker td.disabled.notInMonth a{
	color: #333;
}

