.gwt-TabPanel {
}

.gwt-TabPanelBottom {
}

.gwt-TabBar {
    background-color: #FFFFFF;
    font-size: 11px;
}

.gwt-TabBar .gwt-TabBarFirst {
}

.gwt-TabBar .gwt-TabBarRest {
}

.gwt-TabBar .gwt-TabBarItem {
    background: #FFFFFF url( "../img/icon/arrow_closed.gif" ) left center no-repeat;
    cursor: pointer;
    /*padding-left: 18px;*/
}

.gwt-TabBar .gwt-TabBarItem-selected {
    background: #FFFFFF url( "../img/icon/arrow_opened.gif" ) left center no-repeat;
    text-decoration: underline;
    cursor: pointer;
}
