﻿Index: css/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bartik/css/style.css,v
retrieving revision 1.70
diff -u -r1.70 style.css
--- css/style.css	18 May 2010 03:02:16 -0000	1.70
+++ css/style.css	18 May 2010 03:44:12 -0000
@@ -90,6 +90,7 @@
 
 table {
   border-spacing: 0;
+  margin-bottom: 5px;
   width: 100%;
 }
 tr.even,
@@ -102,6 +103,9 @@
   text-align: left; /* LTR */
   font-weight: normal;
 }
+tbody {
+  border-top: none;
+}
 blockquote{
   background: #f7f7f7;
   border-left: 1px solid #bbb;
@@ -1245,3 +1249,45 @@
 .color-form #preview {
   font-size: .85em;
 }
+
+
+/* ------------------ Table Styles ------------------ */
+
+table {
+  border-spacing: 0;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 0.8em;
+  width: 100%;
+}
+table tr th  {
+  background-color: #dbdbdb;
+  border-bottom-style: none;
+}
+table thead tr th,
+table thead tr th a,
+table thead tr th a:hover {
+  color: #222;
+  font-weight: bold;
+  text-shadow: 0 1px 0 #fff;
+}
+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: 0;
+  padding: 0;
+}
+#block-system-main table ul.links li {
+  padding: 0 1em 0 0;
+}
