
body {
  background-color: white;
}


/*
<!--# time reset -->

VIEW
*/
.tbl {border: solid 1px white;}
.tbl .tbl-header-class {background-color: Gray; border-top: solid 1px white; border-right: solid 1px lightgray;}
.tbl .tbl-header-class:last-child {background-color: Gray; border-right: solid 1px lightgray;}
.tbl .tbl-header-class-none {background-color: Gray; border-top: solid 1px white; border-right: solid 1px lightgray;}
.tbl .tbl-header-class-none:last-child {background-color: Gray; border-right: solid 1px lightgray;}

.tbl .tbl-header-value {background-color: LightGray; border-top:solid 1px white;}
.tbl .tbl-header-value:last-child {background-color: LightGray; border-right: solid 1px lightgray;  border-top:solid 1px white;}
.tbl .tbl-header-value-none {background-color: LightGray; border-top:solid 1px white;}
.tbl .tbl-header-value-none:last-child {background-color: LightGray; border-right: solid 1px lightgray; border-top:solid 1px white;}

.tbl .tbl-date {background-color: LightGray; font-family: monospace; border-top:solid 1px white; border-right: solid 1px lightgray; text-align: right;}
.tbl .tbl-date-none {background-color: LightGray; border-top:solid 1px white;}

.tbl .tbl-number {background-color: white; border: solid 1px lightgray; font-family: monospace; text-align: right;}
.tbl .tbl-number-none {background-color: white; border: solid 1px lightgray;}

.tbl .tbl-error {background-color: red; }
