/* This class is related to the popup javascript calendar for date selection */

div.calDiv {
    background-color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    color: #000000;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    z-index: 11000;
}

div.calDiv a {
    background-color: transparent;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    color: #000000;
    text-align: center;
    padding: 2px;
}

div.calDiv a.cpOtherMonthDate {
    background: transparent;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    color: #808080;
    text-align: center;
    padding: 2px;
}

div.calDiv a:visited {
    background-color: transparent;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    color: #000000;
    text-align: center;
    padding: 2px;
}

div.calDiv a:hover {
    background: transparent;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    color: #0000ff;
    text-decoration: underline overline;
    text-align: center;
    padding: 2px;
}
