Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.46
diff -u -p -r1.46 style.css
--- style.css	23 Apr 2010 05:55:00 -0000	1.46
+++ style.css	26 Apr 2010 19:26:50 -0000
@@ -111,6 +111,45 @@ ul.tips {
   padding: 0 0 0 1.25em;  /* LTR */
 }
 
+/* ------------------ Table Styles ------------------ */
+
+table {
+  border:1px solid #161617;
+  -moz-box-shadow: 3px 3px 3px #666;
+  -webkit-box-shadow: 3px 3px 3px #666;
+  box-shadow: 3px 3px 3px #666;
+  margin:10px 0px;
+}
+
+thead th {
+  border-bottom:1px solid #38393B;
+  font-weight:bold;
+  padding-right:1em;
+  text-align:left;
+  color:white;
+  background: #161617; /* for non-css3 browsers */
+  background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#111)); /* for webkit browsers */
+  background: -moz-linear-gradient(top,  #777,  #111); /* for firefox 3.6+ */
+}
+
+th, td {
+  padding:7px 10px;
+}
+
+tr.odd {
+  background-color:#F5F5F5
+}
+
+tr, tr.even {
+  background-color:transparent;
+}
+
+table caption {
+  font-style:italic;
+  font-size:80%;
+  caption-side:bottom;
+  text-align:right;
+}
 
 /* ------------------ Header ------------------ */
 
