div.datepicker {
    cursor: default;
    display: none;
    font-size: 11px;
    height: 147px;
    left: 0;
    position: absolute;
    top: 0;
    width: 196px;
}
.datepickerContainer {
    background: none repeat scroll 0 0 #121212;
    left: 10px;
    position: absolute;
    top: 10px;
}
.datepickerBorderT {
    background: url("../images/datepicker_t.png") repeat scroll 0 0 transparent;
    height: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 0;
}
.datepickerBorderB {
    background: url("../images/datepicker_b.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
}
.datepickerBorderL {
    background: url("../images/datepicker_l.png") repeat scroll 0 0 transparent;
    bottom: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}
.datepickerBorderR {
    background: url("../images/datepicker_r.png") repeat scroll 0 0 transparent;
    bottom: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
}
.datepickerBorderTL {
    background: url("../images/datepicker_tl.png") repeat scroll 0 0 transparent;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}
.datepickerBorderTR {
    background: url("../images/datepicker_tr.png") repeat scroll 0 0 transparent;
    height: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
.datepickerBorderBL {
    background: url("../images/datepicker_bl.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}
.datepickerBorderBR {
    background: url("../images/datepicker_br.png") repeat scroll 0 0 transparent;
    bottom: 0;
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px;
}
.datepickerHidden {
    display: none;
}
div.datepicker table {
    border-collapse: collapse;
}
div.datepicker a {
    color: #EEEEEE;
    cursor: pointer;
    outline: medium none;
    text-decoration: none;
}
div.datepicker table td {
    margin: 0;
    padding: 0;
    text-align: right;
		border-right: 0;
}
div.datepicker table tr {
		background-color: #121212;
		border-right: 0;
}
div.datepicker table thead {
		border-bottom: 0;
}
div.datepicker table thead tr{
		background: url(../images/bg_datepicker.png) repeat-x top!important;
}
div.datepicker th {
    color: #999999;
    font-weight: normal;
    text-align: center;
		border-right: 0;
		padding:2px;
}
div.datepicker tbody th {
    text-align: left;
}
div.datepicker tbody a {
    display: block;
}
.datepickerDays a {
    padding-right: 2px;
    width: 20px;
}
.datepickerYears a, .datepickerMonths a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 44px;
}
td.datepickerNotInMonth a {
    color: #666666;
}
tbody.datepickerDays td.datepickerSelected {
    background: none repeat scroll 0 0 #136A9F;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background: none repeat scroll 0 0 #17384D;
}
tbody.datepickerYears td.datepickerSelected, tbody.datepickerMonths td.datepickerSelected {
    background: none repeat scroll 0 0 #17384D;
}
div.datepicker a:hover, div.datepicker a:hover {
    color: #88C5EB;
}
div.datepicker td.datepickerNotInMonth a:hover {
    color: #999999;
}
div.datepicker tbody th {
    text-align: left;
}
.datepickerSpace div {
    width: 20px;
}
.datepickerGoNext a, .datepickerGoPrev a, .datepickerMonth a {
    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: #333333;
}
td.datepickerDisabled a:hover {
    color: #333333;
}
td.datepickerSpecial a {
    background: none repeat scroll 0 0 #770000;
}
td.datepickerSpecial.datepickerSelected a {
    background: none repeat scroll 0 0 #AA0000;
}