#ui-datepicker-div {
    background: #d4e2f1;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 10px;
    border-color: #b7c8d7;
    -moz-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -webkit-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -o-box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    box-shadow: #e3ebf5 0 1px 0px 0 inset, #e3ebf5 0 -1px 0px 0 inset, #e3ebf5 -1px 0 0px 0 inset, #e3ebf5 1px 0 0px 0 inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    background-color: #d0def0;
}

a.ui-datepicker-prev.ui-corner-all {
    font-weight: bold;
    color: #045db3;
    font-size: 14px;
    float: left;
    width: 49%;
    cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
    font-weight: bold;
    color: #045db3;
    font-size: 14px;
    float: right;
    width: 49%;
    text-align: right;
    cursor: pointer;
}

.ui-datepicker-title span {
    color: #045db3;
    font-weight: bold;
}
span.ui-datepicker-year {
    float: right;
}

.ui-datepicker-title {
    padding: 23px 0px 4px;
}
.ui-datepicker-calendar th {
    color: #0461c0;
    font-size: 11px;
}
.ui-datepicker-calendar td {
    font-size: 12px;
    border-right: .5px solid #88bef1;
    padding: 4px;
}