123456789101112131415161718192021222324 |
-
- table {
- margin-bottom: 0.5in;
- }
- caption {
- font-weight: bold;
- font-style: italic;
- }
- td {background-color:LightCyan }
- table.topLight {border-top: 1px solid #B2B2B2}
- table.bottom {border-bottom: 1px solid #505050}
- table.bottomDark {border-bottom: 1px solid black}
- table.leftLight {border-left: 1px solid #B2B2B2}
- table.right {border-right: 1px solid #505050}
- table.rightDark {border-right: 1px solid black}
- table.top {border-top: 1px solid #505050}
- table.left {border-left: 1px solid #505050}
- table.bc {border-collapse:collapse}
- tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
- tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
- td.border{border-left:1px solid #505050;}
|