/* Design 2 */
.tableStyle2 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #666666;
}
.tableStyle2 table.TableDesign th {
    border-bottom: 1px solid #666666;
    text-align: left;
    font-weight: normal;
    padding: 0.1em 0.5em;
    white-space: nowrap;
}
.tableStyle2 table.TableDesign td {
    text-align: right;
    border-bottom: 1px solid #666666;
    padding: 0.1em 0.5em;
    white-space: nowrap;
}
.tableStyle2 table.TableDesign thead th {
    background-color: #E5E5E5;
    text-align: center;
}
.tableStyle2 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tableStyle2 table.TableDesign td.LeftAligned {
    text-align: left;
}
