table.sortable { border-spacing: 0; border-collapse: collapse; border: 1px solid #ccc }
table.sortable th, table.sortable td { text-align: left; width: 200px; padding-left: 4px; padding-right: 4px; 
               padding-top: 2px; padding-bottom: 2px }
table.sortable th { background-color: #ccc }
table.sortable td { border: 1px solid #ccc }
table.sortable tr.odd td { background-color: #ddd; border: 1px solid #CCC }
table.sortable tr.even td { background-color: #fff; border: 1px solid #CCC }
table.sortable tr.sortbottom td { background-color: #ccc; font-weight: bold; border: 1px solid #ccc }
