html,
body,
iframe {
    border-width: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 100%;
}

iframe {
    width: 100%;
    height: 100%;
}

iframe {
    display: none;
}

iframe.active {
    display: block;
}

.tabs {
    border-width: 0px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 0px;
    height: 32px;
    
    background-color: #7f7f7f;
    cursor: pointer;

    background-color: #474747; /* fallback */
    background-image: linear-gradient(hsla(0,0%,32%,.99), hsla(0,0%,27%,.95));
}

.tabs td {
    padding: 0px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    font-family: "Helvetica";
    text-align: center;
}

.tabs a {
    text-decoration: none;
    color: #d3d3d3;
}

.tabs a:hover {
    text-decoration: underline;
}

.tabs td.breadcrumbs_cell {
    text-align: right;
    color: #d3d3d3;
}

.separator:last-child {
    display: none;
}

.separator:first-child{ 
    display: none;
}

