.DateChooser {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
    vertical-align: top;
}

.DateChooserDropButton {
    height: 16px;
    width: 17px;
}

.DateChooserEdit {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFFFFF;
}

.MandatoryDateChooser {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
    vertical-align: top;
}

.MandatoryDateChooserZIndex {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #FFF9C7;
    position: fixed;
    z-index: 9999999999999;
}

.AfcarsDateChooser {
    font-family: Verdana,Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #7F9DB9;
    background-color: #B9D4FF;
}
