﻿/* Selection Lists */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-button.ui-state-active:hover {
    background-image: none;
    background-color: #00AFD1;
    color: #ffffff;
}

/* Buttons */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-button,
.ui-button:active,
.ui-button:focus,
a.ui-button:active {
    background-image: none;
    background-color: #1B8398;
    color: #ffffff;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-button:hover {
        background-image: none;
        background-color: #00AFD1;
        color: #ffffff;
    }
