/* Product Site Lists: List By Footnote */
.tblByFootnoteHeader, .tblByFootnote {
    width: 100%;
}
.tblByFootnoteHeader th {
    font-size: 0.9em;
    font-weight: normal;
    border-right: 1px solid white;
    text-align: center;
}
.tblByFootnoteHeader th, .tblByFootnote td {
    word-wrap: break-word;
    padding: 6px;
}
.byFootnoteContainer .tblAlphaList {
    margin: 0;
}
.byFootnoteContainer .tblAlphaList th {
    border-top: 1px solid white;
}
.tblByFootnoteHeader .col1, .tblByFootnote .col1 {
    width: 20px;
    border-right: none;
}
.tblByFootnoteHeader .col2, .tblByFootnote .col2 {
    width: 340px;
}
.tblByFootnoteHeader .col3, .tblByFootnote .col3 {
    width: 80px;
}
.tblByFootnoteHeader .col4, .tblByFootnote .col4 {
    width: 70px;
}

.tabsetContainer {
    padding-left: 1em;
}
.tab {
    display: inline-block;
    background-color: #BEC3C9;
    color: #ffffff;
    padding: .5em;
    text-align: center;
    width: 4em;
}

.tab a, .tab a:visited, .tab a:hover {
    color: #ffffff;
    text-decoration: none;
}

.activeTab {
    background-color: #0063BE;
}