.wpui-alma .ui-tabs-panel { 
background: #fff; 
box-shadow: 0 0px 0px rgba(0,0,0,0.4);
border: 0px solid #FFF; 
}

.wpui-alma ul.ui-tabs-nav li.ui-state-active {
    background: #c5161d;
    background: -moz-linear-gradient(top, #c5161d, #c5161d);
    background: -webkit-gradient(linear, left top, left bottom, from(#c5161d), to(#c5161d));
    background: -webkit-linear-gradient(top, #c5161d, #c5161d);
    background: -o-linear-gradient(top, #c5161d, #c5161d);
    -moz-box-shadow: inset 0 0px 10px #c5161d;
    -webkit-box-shadow: inset 0 0px 10px #c5161d;
    -o-box-shadow: inset 0 0px 10px #c5161d;
    box-shadow: inset 0 0px 10px #c5161d;
    border-bottom: 1px solid #fff;
    padding: 15px 30px;
}

.wpui-alma ul.ui-tabs-nav li {
    background: #c5161d;  
    background: -moz-linear-gradient(top, #c5161d, #c5161d 50%, #c5161d 51%, #777);
    background: -o-linear-gradient(top, #c5161d, #c5161d 50%, #c5161d 51%, #777);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c5161d', endColorStr='#c5161d');
    margin-right: 0px;
    border: 0px solid #c5161d;
    font: 12px 'Lucida Grande', 'Arial', 'Helvetica', sans-serif;
    border-left: 1px groove #c5161d;
    border-right: 1px solid #c5161d;
    border-bottom: 2px solid #fff;
    -moz-box-shadow: 0 1px 0 #c5161d inset;
    -webkit-box-shadow: 0 1px 0 #c5161d inset;
    -o-box-shadow: 0 1px 0 #c5161d inset;
    box-shadow: 0 1px 0 #c5161d inset;
    padding: 1.2em 2em;
}