.ui-corner-all {
-moz-border-radius: 0px!important;
-webkit-border-radius: 0px!important;
border-radius: 0px!important;
}

.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
margin: 0 .2em .2em 0;
border: 0 !important;
padding: 0;
white-space: nowrap;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
margin: 0 .4em .4em .4em;
border: 0 !important;
padding: 0;
white-space: nowrap;
color: 
#555;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 0;
background: 
#E6E6E6;
font-weight: normal;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
padding-bottom: 0;
margin: 0 .4em .4em .4em;
}

.ui-tabs {
padding: 0;
}

.ui-widget-header {
border: 0px;
background: #CCC;
color: #222;
font-weight: bold;
-webkit-box-shadow: 0 2px 2px 0 
rgba(0, 0, 0, 0.4);
background-color: 
#253672;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,
#3858B2),color-stop(83%,
#253672),color-stop(100%,
#253672));
background-image: -webkit-linear-gradient(top,
#3858B2 0,
#253672 83%,
#253672 100%);
background-image: -moz-linear-gradient(top,
#3858B2 0,
#253672 83%,
#253672 100%);
background-image: -o-linear-gradient(top,
#3858B2 0,
#253672 83%,
#253672 100%);
background-image: -ms-linear-gradient(top,
#3858B2 0,
#253672 83%,
#253672 100%);
background-image: linear-gradient(top,
#3858B2 0,
#253672 83%,
#253672 100%);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
-ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
-o-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.4);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
border: 0px!important;
background: 
white;
color: 
#212121;
}

.ui-widget-content {
border: 0px solid #AAA;
background: none;
color: #212121;
}