div.datepicker {
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 196px;
	height: 147px;
	position: absolute;
	cursor: default;
	top: 0;
	left: 20px;
	display: none;
}
.datepickerContainer {
	/*background: transparent url('images/calendar-pick-bg.png');*/
	position: absolute;
}
.datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #3e3e3e;
	text-decoration: none;
	cursor: default;
	outline: none;
    font: normal 13px Tahoma, Arial;
}
div.datepicker table tbody.datepickerDays td {
    /*background: url('images/calendar-day-active-bg.png') 50% 2px no-repeat;*/
    width: 20px;
    height: 20px;
    text-align: right;
    padding: 0;
    margin: 0;
}
div.datepicker th {
	text-align: center;
	color: #999;
	font-weight: normal;
}
div.datepicker tbody th {
	text-align: left;
}
div.datepicker tbody a {
	display: block;
    cursor: pointer;
}
tbody.datepickerDays a {
    color: #fff;
    text-decoration: underline;
	width: 26px;
	line-height: 30px;
	height: 29px;
	text-align: center;
}
.datepickerYears a,
.datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
tbody.datepickerDays td.datepickerSelected{
   /* background: url('images/calendar-day-active-bg.png') 50% 2px no-repeat;*/
}

/*tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}*/
/*div.datepicker a:hover,
div.datepicker a:hover {
	color: #88c5eb;
}*/
/*div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}*/
div.datepicker tbody th {
	text-align: center;
    height: 25px;
    color: #3e3e3e;
    vertical-align: middle;
}
.datepickerSpace div {
	width: 20px;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
	text-align: center;
	height: 23px;
    padding-top: 8px;
	line-height: 26px;
    font: normal 13px Tahoma, Arial;
    color: #707070;
}
.datepickerGoNext a {
	float: right;
	width: 20px;
    background: transparent url(../../images/cal-right-arrow.png) center center no-repeat;
}
.datepickerGoPrev a {
	float: left;
	width: 20px;
    background: transparent url(../../images/cal-left-arrow.png) center center no-repeat;
}
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 {
    /*background: url('images/calendar-day-bg.png') 50% 2px no-repeat !important;*/
}
td.datepickerDisabled a {
    cursor: default !important;
	color: #fff;
    text-decoration: none;
}
td.datepickerSunday a {
	color: #ec4040;
}
td.datepickerNotInMonth a {
	color: #ccc;
}
td.datepickerSpecial {
    /*background: url('images/calendar-day-current-bg.png') 50% 2px no-repeat !important;*/
}
td.datepickerSpecialActive {
   /* background: url('images/calendar-day-active-current-bg.png') 50% 2px no-repeat !important;*/
}
td.datepickerSpecial a, td.datepickerSpecialActive a {
    color: #3e3e3e;
    font: bold 15px Tahoma,Arial;
    line-height: 27px;
}
tbody.datepickerDays td.datepickerNotInMonth {
   /* background: url('images/calendar-day-notin-bg.png') 50% 2px no-repeat !important;*/
}
/*tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}*/