@charset "UTF-8";
/* CSS Document */

table {}

table a {}

table a:hover {}

th {}

td {}

td * {}

#zebra tr.alt td {background: #f1f1f1;}
#zebra tr td {background: #ffffff;}
#zebra tr.over td, #zebra tr:hover td, #zebra tr.over th, #zebra tr:hover th {background: #f1f1f1;}

