/*

.popupcalender{
      background-color: #F7EFBA;
}

.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText {
    font-family: arial;
    font-size: 8pt;
} 

.cpYearNavigation, .cpMonthNavigation {
    background-color: #C0C0C0;
    color: #000000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

TD.cpDayColumnHeader {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 0 0 1px;
    text-align: right;
}


.cpCurrentMonthDate, .cpCurrentDate {
    color: #000000;
}

.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate {
    text-align: right;
    text-decoration: none;
}

