/* Design 8 */
.tableStyle8 table.TableDesign {
    text-align: right;
    height: 120px;
    overflow: auto;
}
.tableStyle8 table.TableDesign th {
    width: 50px;
    text-align: center;
    background: buttonface;
    border-width: 1px;
    border-style: solid;
    border-color: threedhighlight threedshadow threedshadow threedhighlight;
    cursor: hand;
    white-space: nowrap;
}
.tableStyle8 table.TableDesign td {
    white-space: nowrap;
}
.tableStyle8 table.TableDesign tbody {
    height: 100px;
    overflow: auto;
}
.tableStyle8 table.TableDesign tbody tr {
    height: 10px;
}
.tableStyle8 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tableStyle8 table.TableDesign td.LeftAligned {
    text-align: left;
}
.tableStyle8 table.TableDesign tr.Shade {
    background: #E9E9F3;
}
