.tabs .ui-widget-header,
.tabs .ui-widget-content,
.tabs.ui-widget-content{
    background:none;
    border:none;
}


.tabs.ui-tabs .ui-tabs-nav li{
    margin:0;
    height: 100%;
    border-bottom-width: initial;
}


.tabs.ui-tabs{
    padding:0;
}


.tabs.ui-tabs .ui-tabs-nav{
    padding: 0 0px 0 0px;
    height: 40px;
    margin: 0 0px 0px 0px;
    background-color: #E2E2E2;
}

.tabs .ui-corner-all, .tabs .ui-corner-top, .tabs .ui-corner-right, .tabs .ui-corner-tr,
.tabs .ui-corner-all, .tabs .ui-corner-top, .tabs .ui-corner-left, .tabs .ui-corner-tl{
    border-radius:0;
}
.tabs.ui-tabs .ui-tabs-panel{
    padding:0;
}
.tabs .ui-state-default{
    border: 1px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    background:#f7f7f7;
}
.tabs .ui-tabs-anchor{
    cursor:pointer !important;
}
.tabs .ui-state-default a{ 
    color:#DCDCDC;
    font-family:Lato;
}
.tabs .ui-state-active a,
.tabs .ui-state-hover a{
    color:#191919;
}

.tabs .ui-state-active,
.tabs .ui-state-hover{
    background-color:#ffffff;    
    border: 1px solid #cccccc;
    border-bottom: 2px solid transparent;
}

/* tab rows */
.tab-share{
    display:none;
}
.tab-row{
    width:100%;
    padding-bottom: 10px;
}
.tab-space{
    width:4%;
    float:left;
}
.tab-col{
    width:48%;
    float:left;
}

.tabs .ui-datepicker{
    border: 1px solid #ddd;
    background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
}

.tabs .ui-datepicker .ui-widget-header{
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
}