Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.58
diff -u -r1.58 style.css
--- style.css	30 Apr 2010 18:55:54 -0000	1.58
+++ style.css	1 May 2010 06:36:55 -0000
@@ -88,17 +88,7 @@
 
 /* ------------------ Reset Styles ------------------ */
 
-table {
-  border-spacing: 0;
-  width: 100%;
-}
-tr.even,
-tr.odd {
-  border-bottom: 0;
-}
-caption,
-th,
-td {
+caption {
   text-align: left; /* LTR */
   font-weight: normal;
 }
@@ -128,6 +118,49 @@
 }
 
 
+/* ------------------ Table Styles ------------------ */
+
+table {
+  border-spacing: 0;
+  font-family: Verdana, sans-serif;
+  font-size:0.8em;
+  width: 100%;
+}
+thead th {
+  border-bottom-style:none;
+}
+table tr th  {
+  background-color: #3F3F3F;
+}
+table thead tr th,
+table thead tr th a,
+table thead tr th a:hover {
+  color: #FFF;
+  font-weight:bold;
+}
+tr td,
+tr th {
+  padding: 4px 9px;
+  border:1px solid #fff;
+  text-align: left; /* LTR */
+}
+tr.odd {
+  background-color: #E4E4E4;
+}
+tr, 
+tr.even {
+  background-color: #EFEFEF;
+}
+#block-system-main table ul.links {
+  font-size:1em;
+  margin:0px;
+  padding:0px;
+}
+#block-system-main table ul.links li {
+  padding:0px 1em 0px 0px;
+}
+
+
 /* ------------------ List Styles ------------------ */
 
 .block ul {
