/**
    Override JQuery-ui.css 14.1
*/

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #beae7f;
    color: #222222;
    font-weight: bold;
}

.month-picker-next .ui-button, .month-picker-previous .ui-button, .month-picker-title .ui-button {
    background: #beae7f
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
    background: none;
    color: none;
}

.month-picker-month-table .ui-button {
    width: 4.2em;
    margin: .2em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: transparent;
    font-weight: normal;
    color: #454545;
}



    .ui-button:hover {
        border: none;
        background: none;
        color: none;
        transform: none !important;
    }

/*Disable default highlight*/
.ui-state-highlight {
    color: #454545 !important
}

.month-picker-previous > a,
.month-picker-next > a {
    width: 28px;
    height: 28px;
    padding: 0;
}

    .month-picker-previous > a > span,
    .month-picker-next > a > span {
        margin: 0;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #575757;
    background: #efefef;
    font-weight: normal;
    color: #555555;
}

.ui-state-hover:hover {
    border: 1px solid #575757;
    background: #beae7f;
    font-weight: normal;
    color: #212121;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
