#ui-datepicker-div{
    text-align:center;
    background: white;
    border: 1px;
    border-style: solid;
    border-color: #E2EDF4 ;
    
}

.ui-datepicker-header{
    margin-bottom:10px;
}

.ui-datepicker-prev{
    color:#71ACD3;
    font-size: 9pt;
    font-weight: bold;
    float:left;
}
.ui-datepicker-next{
    color:#71ACD3;
    float:right;
    font-size: 9pt;
    font-weight: bold;
}
.ui-datepicker-title{
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
}

table.ui-datepicker-calendar td{
    text-align: right;
    background: #F6F4F5;
    border: 1px;
    border-style: solid;
    border-color:#E4E2E3;

}
table.ui-datepicker-calendar th{
    font-size:9pt;
}
.ui-datepicker-week-end{
    font-size:9pt;
}

table.ui-datepicker-calendar td a{
        color:#71ACD3;
}
