/* Design 5 */
.tableStyle5 table.TableDesign {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
}
.tableStyle5 table.TableDesign th {
    text-align: left;
    font-weight: normal;
    padding: 0.2em 0.5em;
    border-top: 1px dotted #EA9A1C;
    white-space: nowrap;
}
.tableStyle5 table.TableDesign td {
    text-align: right;
    border-top: 1px dotted #EA9A1C;
    padding: 0.2em 0.5em;
    white-space: nowrap;
}
.tableStyle5 table.TableDesign thead th {
    text-align: center;
    border-bottom: 1px solid #EA9A1C;
}
.tableStyle5 table.TableDesign th.LeftAligned {
    text-align: left;
}
.tableStyle5 table.TableDesign td.LeftAligned {
    text-align: left;
}