﻿body{
    color: #ffffff;
}
table.ui-datepicker-calendar{
    width: 273px;
    text-align: right;
}
.ui-datepicker-header{
    background-color: #eae4e4;
}
.ui-helper-clearfix{
    background-color: #eae4e4;
}
.ui-corner-all{
    background-color: #eae4e4;
}
.ui-state-default{
    border-color: #a79f9f;
    font-size: 12px;
}
.ui-widget-content{
    color: #396db5;
    font-size: 14px;
}
.ui-datepicker td a{
    text-decoration: none;
}
.ui-datepicker-prev, .ui-datepicker-next{
    display: block;
    padding: .2em;
}
 .ui-datepicker-unselectable, .ui-state-disabled{
     font-size: 12px;
     color: #625858;
 }
 a {
     font-size: 12px;
 }
.ui-datepicker-current-day{
     font-size: 12px;
     background-color: darkgray
}
.ui-datepicker-calendar .ui-state-hover {
    font-size: 12px;
    color: #000000;
    background: yellow;
}