/** * Table css */ table { font-size: 90%; } table hr { color: #40554c; } table.list { border: 0px solid #666666; } table.list td { vertical-align: top; border: 1px solid #666666; empty-cells: show; } table.list th { vertical-align: top; border: 1px solid #666666; empty-cells: show; } table.list .bg{ background-color: #ffffff; } table.list .bg1{ background-color: #eeeeee; } table.list .bg2{ background-color: #dddddd; } table span.head { text-decoration: underline; color: #000000; } table.thumbs { border: 0px solid #666666; } table.thumbs td { vertical-align: top; border: 0px solid #666666; empty-cells: show; } table.thumbs th { vertical-align: top; border: 0px solid #666666; empty-cells: show; }