div.datepicker {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .9em;
    cursor: default;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.datepickerContainer {
    background: #f8fafb;
    position: absolute;
    top: .6em;
    left: .6em;
    border: 2px solid #4382b5;
}
.datepickerHidden {
    display: none;
}
div.datepicker table {
    border-collapse: collapse;
}
div.datepicker a {
    color: #000000;
    text-decoration: none;
    cursor: default;
    outline: none;
}
div.datepicker table td {
    text-align: right;
    padding: 0.3em;
    margin: 0;
}
div.datepicker th {
    text-align: center;
    color: #222222;
    font-weight: normal;
    background-color: #e7eff2;
}
div.datepicker tbody a {
    display: block;
}
.datepickerDays a {
    width: 1.1em;
    line-height: 1em;
    height: 1em;
    padding-right: 0.2em;
}
.datepickerYears a,
.datepickerMonths a {
    width: 3em;
    line-height: 3em;
    height: 3em;
    text-align: center;
}
td.datepickerNotInMonth a {
    color: #808080;
}
tbody.datepickerDays td.datepickerSelected {
    background: #33ccff;
}
tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
    background: #c0c0c0;
}
tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected{
    background: #c0c0c0;
}
div.datepicker a:hover,
div.datepicker a:hover {
    color: #00ffff;
}
div.datepicker td.datepickerNotInMonth a:hover {
    color: #add8e6;
}
.datepickerSpace div {
    width: 1.2em;
}
.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
    text-align: center;
    height: 1.2em;
    line-height: 1.2em;
}
.datepickerGoNext a {
    float: right;
    width: 1.2em;
}
.datepickerGoPrev a {
    float: left;
    width: 1.2em;
}
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: #333;
}
td.datepickerDisabled a:hover {
    color: #333;
}
td.datepickerSpecial a {
    background: #700;
}
td.datepickerSpecial.datepickerSelected a {
    background: #a00;
}

