/* Design 4 */
.tableStyle4 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
}
.tableStyle4 table.TableDesign th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
    white-space: nowrap;
}
.tableStyle4 table.TableDesign td {
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
    white-space: nowrap;
}

.tableStyle4 table.TableDesign thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}
.tableStyle4 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tableStyle4 table.TableDesign td.LeftAligned {
    text-align: left;
}
