/*Tab - Selected*/
.skin_white ul.tabbernav li.tabberactive a {
    color: #ED1C24 !important;
    font-weight: bold;
}
/*Tab - Unselected*/
.skin_white ul.tabbernav li a {
    color: #333333 !important;
}
/*Tab Button (text) - Left*/
.skin_white .tabberlive .tabbercontainer .tabberbutton a {
    background: url("/Resources/personal/img/tabber/default_apply_button_left.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
}
/*Tab Button (text) - Right*/
.skin_white .tabberlive .tabbercontainer .tabberbutton {
    background: url("/Resources/personal/img/tabber/default_apply_button_right.png") no-repeat scroll right center transparent;
}