﻿.ui-datepicker-year {
    width: 84px !important;
    display:inline;
}
.ui-datepicker-month {
    display: inline;
}

.ui-datepicker .ui-widget-content {
    background: #ffffff repeat;
}

.ui-widget-header {
    border: 0px;
    background: #FFFFFF 50% 50% repeat-x;
    color: #222222;
    font-family: "Arial";
    font-size: 11pt;
    font-weight: normal;
}



.ui-datepicker-header a.ui-datepicker-prev {
    border: 0px;
    background: #FFFFFF;
}

.ui-datepicker-header a.ui-datepicker-next {
    border: 0px;
    background: #FFFFFF;
}

.ui-datepicker-calendar th {
    background: #FFFFFF;
    border: 0px;
    color: #959595;
    font-family: "Arial";
    font-size: 12pt;
    font-weight: normal;
}

.ui-datepicker-calendar a.ui-state-active {
    color: #19BEC8;
    font-weight: bold;
    background-color: yellow;
}

.ui-datepicker-calendar tr {
    text-align: center;
    padding: 0;
    background-color: #F6F6F6
}

.ui-datepicker-other-month {
    background-color: #FFFFFF;
}
