        ui-datepicker {
    width: 100px !important;
    height: 100px !important;
    margin: 5px auto 0;
    font: 12pt Arial, sans-serif;
    }

    .ui-datepicker table {
        width: 100%;
    }

.ui-datepicker-header {
    background: #800000;
    color: #ffffff;
    font-family:'Times New Roman';
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
    height: 28px;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 15px;
}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
    color: #fff;
    padding-left: 5px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
    color: #fff;
    padding-right: 5px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;

}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 8pt;
    
}

.ui-datepicker tbody td {
    padding: 0;
    /*border-right: 1px solid #808080;*/
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
    width: 10px;
    height: 10px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;*/
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.ui-datepicker-calendar .ui-state-default {
      background: linear-gradient(#999999, #737373);
      color:#ffffff;
      height:100%;
      width: 33px;

}

.ui-datepicker-calendar .ui-state-hover {
    background: #800000;
    color: #FFFFFF;
}



.ui-datepicker-unselectable .ui-state-default {
    background: #fff;
    color: #000;
}
.ui-datepicker-days-cell-over{
    padding: 0px;
}