bordercol-orig.css 763 B

123456789101112131415161718192021222324
  1. table {
  2. margin-bottom: 0.5in;
  3. }
  4. caption {
  5. font-weight: bold;
  6. font-style: italic;
  7. }
  8. td {background-color:LightCyan }
  9. table.topLight {border-top: 1px solid #B2B2B2}
  10. table.bottom {border-bottom: 1px solid #505050}
  11. table.bottomDark {border-bottom: 1px solid black}
  12. table.leftLight {border-left: 1px solid #B2B2B2}
  13. table.right {border-right: 1px solid #505050}
  14. table.rightDark {border-right: 1px solid black}
  15. table.top {border-top: 1px solid #505050}
  16. table.left {border-left: 1px solid #505050}
  17. table.bc {border-collapse:collapse}
  18. tbody.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
  19. tr.border{border-top: 1px solid #505050; border-bottom: 1px solid #505050; }
  20. td.border{border-left:1px solid #505050;}