/* TableCloth by Alen Grakalic, brought to you by cssglobe.com */ /* general styles */ table{width:100%;border-collapse:collapse;} th, td{text-align:left;padding:3px;border:1px solid #ddd;font-size:12px} th {border-bottom:1px solid #aaa;border-right:1px solid #aaa} th{background:#f5f5f5;color:#333;font-weight:normal} td{background:#fff;} thead th{text-align:center;padding:0 5px} tr:hover td{background:#fffaf2} tr:hover th{background:#ffe7bd} tr td:hover{background:#ffeed1}