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;
    line-height: 16px;
}
div.datepicker a {
    font-size: 12px;
}
div.datepicker .datepickerContainer {
	background: #121212;
	position: absolute;
	top: 10px;
	left: 10px;
}
div.datepicker .datepickerBorderT {
	position: absolute;
	left: 10px;
	top: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_t.png);
}
div.datepicker .datepickerBorderB {
	position: absolute;
	left: 10px;
	bottom: 0;
	right: 10px;
	height: 10px;
	background: url(../images/datepicker_b.png);
}
div.datepicker .datepickerBorderL {
	position: absolute;
	left: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_l.png);
}
div.datepicker .datepickerBorderR {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: 10px;
	width: 10px;
	background: url(../images/datepicker_r.png);
}
div.datepicker .datepickerBorderTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tl.png);
}
div.datepicker .datepickerBorderTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_tr.png);
}
div.datepicker .datepickerBorderBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_bl.png);
}
div.datepicker .datepickerBorderBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url(../images/datepicker_br.png);
}
div.datepicker .datepickerHidden {
	display: none;
}
div.datepicker table {
	border-collapse:collapse;
}
div.datepicker a {
	color: #eee;
	text-decoration: none;
	cursor: default;
	outline: none;
}
div.datepicker table td {
	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;
}
div.datepicker .datepickerDays a {
	width: 20px;
	line-height: 16px;
	height: 16px;
	padding-right: 2px;
}
div.datepicker .datepickerYears a,
div.datepicker .datepickerMonths a{
	width: 44px;
	line-height: 36px;
	height: 36px;
	text-align: center;
}
div.datepicker td.datepickerNotInMonth a {
	color: #666;
}
div.datepicker tbody.datepickerDays td.datepickerSelected{
	background: #136A9F;
}
div.datepicker tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
	background: #17384d;
}
div.datepicker tbody.datepickerYears td.datepickerSelected,
div.datepicker tbody.datepickerMonths td.datepickerSelected{
	background: #17384d;
}
div.datepicker div.datepicker a:hover,
div.datepicker div.datepicker a:hover {
	color: #88c5eb;
}
div.datepicker div.datepicker td.datepickerNotInMonth a:hover {
	color: #999;
}
div.datepicker div.datepicker tbody th {
	text-align: left;
}
div.datepicker .datepickerSpace div {
	width: 20px;
}
div.datepicker .datepickerGoNext a,
div.datepicker .datepickerGoPrev a,
div.datepicker .datepickerMonth a {
	text-align: center;
	height: 20px;
	line-height: 20px;
}
div.datepicker .datepickerGoNext a {
	float: right;
	width: 20px;
}
div.datepicker .datepickerGoPrev a {
	float: left;
	width: 20px;
}
div.datepicker table.datepickerViewDays tbody.datepickerMonths,
div.datepicker table.datepickerViewDays tbody.datepickerYears {
	display: none;
}
div.datepicker table.datepickerViewMonths tbody.datepickerDays,
div.datepicker table.datepickerViewMonths tbody.datepickerYears,
div.datepicker table.datepickerViewMonths tr.datepickerDoW {
	display: none;
}
div.datepicker table.datepickerViewYears tbody.datepickerDays,
div.datepicker table.datepickerViewYears tbody.datepickerMonths,
div.datepicker table.datepickerViewYears tr.datepickerDoW {
	display: none;
}
div.datepicker td.datepickerDisabled a,
div.datepicker td.datepickerDisabled.datepickerNotInMonth a{
	color: #333;
}
div.datepicker td.datepickerDisabled a:hover {
	color: #333;
}
div.datepicker td.datepickerSpecial a {
	background: #700;
}
div.datepicker td.datepickerSpecial.datepickerSelected a {
	background: #a00;
}

div.datepicker th,
div.datepicker td,
div.datepicker tr{
    padding: 0;
        border: none;
}

div.datepicker table {
    margin:0;
}