/* Design 7 */
.tableStyle7 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    background: #F9F5D7;
    border: 0.3em solid #000000;
}
.tableStyle7 table.TableDesign th {
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    border: 0px;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
}
.tableStyle7 table.TableDesign td {
    text-align: right;
    border: 0px;
    border-bottom: 1px solid #000000;
    padding: 0.1em 0.5em;
    white-space: nowrap;
}
.tableStyle7 table.TableDesign thead th {
    text-align: center;
    font-weight: bold;
    background-color: #AA0000;
    color: #FFFFFF;
}
.tableStyle7 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tableStyle7 table.TableDesign td.LeftAligned {
    text-align: left;
}
.tableStyle7 table.TableDesign td.Shade {
    background: #E8E4C0;
}
