table.sortable {
  margin:20px 0 0 0;
  width:100%;
  border-collapse:collapse;
  color:#840019;
  background:#eee;
}
table.sortable td {
  text-align:center;
  color:#840019;
  font:normal 11px/16px verdana, sans-serif;
  border:1px solid #fff;
  border-bottom:0;
  padding:6px 3px;
}
table.sortable thead td {
  text-align:center;
  color:#840019;
  font:bold 12px/24px verdana, sans-serif;
  border:1px solid #fff;
  border-top:0;
  margin:0;
  background:#d7c4ae !important;
  cursor:pointer;
}
table.sortable thead td.up {
  background:#d7c4ae url(/images/sort_up.gif) 95% 50% no-repeat !important;
}
table.sortable thead td.down {
  background:#d7c4ae url(/images/sort_dn.gif) 95% 50% no-repeat !important;
}
table.sortable thead td.nosort {
  padding:2px 8px;
  background:#d7c4ae !important;
  cursor:default;
}

tr.odd,
td.odd {
  background-color:#eee;
}
tr.even,
td.even {
  background-color:#eee;
}
