.ui-widget-content {
border: 1px solid #ccc;
background: #fff;
color: #383838;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 1px solid #ccc;
background: #ffffff;
font-weight: bold;
color: #0074c7;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid #f38d31;
background: #f39035;
font-weight: bold;
color: #fff;
}