/* Design 6 */
.tableStyle6 table.TableDesign {
    border-spacing: 0px;
/*  border-collapse: collapse; */
    background: #E9E9F3;
    border: 0.5em solid #E9E9F3;
}
.tableStyle6 table.TableDesign th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    white-space: nowrap;
}
.tableStyle6 table.TableDesign td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #9999AA;
    border-left: 1px solid #9999AA;
    padding: 0.1em 0.5em;
    white-space: nowrap;
}
.tableStyle6 table.TableDesign thead th {
    text-align: center;
    font-weight: bold;
    color: #6C6C9A;
    border-left: 1px solid #9999AA;
}
.tableStyle6 table.TableDesign th.LeftAligned {
    text-align: left;
    border-left: 0px;
}
.tableStyle6 table.TableDesign td.LeftAligned {
    text-align: left;
    border-left: 0px;
}
.tableStyle6 table.TableDesign tr.Shade {
    background: #F6F4E4;
}