/* Table Sortable */
table.sortable { width: 100%; font-size: 90%;}
table.sortable tr th { padding: 3px 3px 3px 3px; background-color: #D3E1EE; text-align: center; font-weight: bold;}
table.sortable tr td { padding: 3px 3px 3px 3px; text-align: center;}
table.sortable tr.LO td { background-color: #FFFACD; }
table.sortable tr.OVER td { background-color: #FF5050; }
table.sortable tr.GOOD td { background-color: #32B232; }

table.sortable tr:hover { background-color: #ccc; }
/*table.sortable td:hover { cursor: pointer; }*/