div.tab-panel {
}

.tab-button {
    display:inline-block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

    .tab-button:hover {
        text-decoration: none;
    }

.tab-button-selection {
    border-bottom-style:solid;
    border-bottom-width:2px;
}


div.tab-body-panel {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

div.tab-body {
    position: absolute;
    height: auto;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
