﻿.P040221 {
    margin: 0px;
    padding: 0px 0px;
    width: 100%;
    float: left;
    display: inline-block;
}

.P040221T {
    width: 100%;
    height: 100%;
}

.P040221TN {
    width: 240px;
    height: 100%;
    background-color: var(--COL_TABCTRL_NAVIGATION_BG); 
    cursor: pointer;
}

.P040221TNLS {
    /* Tab */
    background-color: var(--COL_TABCTRL_CONTENT_BG);
    cursor: default;
}

.P040221TC {
    /* Tab-Content*/
    background-color: var(--COL_TABCTRL_CONTENT_BG);
}

