Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.57
diff -u -r1.57 style.css
--- css/style.css	29 Apr 2010 04:00:57 -0000	1.57
+++ css/style.css	29 Apr 2010 21:39:59 -0000
@@ -122,6 +122,26 @@
 background-color: #DDD;
 }
 
+/* ------------------ Table Styles ------------------ */
+
+thead th {
+  border-bottom: 3px solid #AAAAAA;
+}
+table thead tr th  {
+  background-color: #3F3F3F;
+  color: #FFF;
+}
+tr td,
+tr th {
+  font-family: sans-serif, Verdana, Geneva, Tahoma;
+  padding: 7px 10px;
+}
+tr.odd {
+  background-color: #F5F5F5;
+}
+tr, tr.even {
+  background-color: transparant;
+}
 
 /* ------------------ List Styles ------------------ */
 
