.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #333 !important;
    background: rgb(242, 242, 242) !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #666 !important;
}

.ui-widget-header {
    background: rgb(242, 242, 242) !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-state-hover {
    padding-bottom: 10px !important;
    background: #666 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: rgb(242, 242, 242) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    padding-bottom: 10px !important;
    background: #666 !important;
}
