.ui-datepicker{
    border-color: #cecece;
    background-color: #fff;
    border-radius: 0;
    border-radius: 0 0 5px 5px;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.2em;
    z-index: 9999999999 !important;
}

.ui-datepicker-header{
    background: #333333;
    border: 0;
    border-bottom: 1px solid #cecece;
    color: #bab8b3;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 400;
}

.ui-datepicker-prev:active, .ui-datepicker-prev:hover, .ui-datepicker-next:active, .ui-datepicker-next:hover{
    background: #333333;
    border: 1px solid #333;
}
.ui-datepicker-prev .ui-icon {
    background: #333 url(../images/spritelong.png) no-repeat -174px -554px;
}
.ui-datepicker-next .ui-icon{
    background: #333 url(../images/spritelong.png) no-repeat -174px -632px;
}

.ui-datepicker-calendar thead tr th, .ui-datepicker-calendar{
    text-transform: uppercase;
    font-weight: 600;
    color: #bab8b3;
    background: none;
    border: 1px solid #fff;
}
.ui-datepicker-calendar thead tr th{
    border-bottom: 1px solid #cecece;
}
.ui-datepicker-calendar thead tr th.ui-datepicker-week-end{
    color: #333333;
}

.ui-datepicker-unselectable, .ui-datepicker-other-month{
    color: #bab8b3;
}
.ui-datepicker-calendar tbody tr td.ui-datepicker-current-day{
    border: 1px solid #d4d4a6;
    border-radius: 0;
    background: none;
    background-color: #ffffe7;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
    border: 1px solid #fff;
    background: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}

.ui-datepicker-month, .ui-datepicker-year{
    background-color: #333333;
    border-color: #333;
    color: #bab8b3;
    text-align: right;
    padding: 1px;
    text-transform: uppercase;
}