/*************************************************************/
/* CSS Stylesheet for St John's Church, Wimborne             */
/* See comments for further information                      */
/* (c) St John's Church, Wimborne 2007                       */
/* Developed by AC Multimedia                                */
/* http://www.acmultimedia.co.uk                             */
/*************************************************************/

/*************************************************************/
/* For zebra striping tables only */
/*************************************************************/

table { border-collapse: collapse; width: 80%;margin: 24px; }
th { background: #3b847e; color: #fff; font-weight: bold; padding: 5px 11px; text-align: left; border-right: 1px solid #fff; line-height: 1.2; }
td { padding: 6px 11px; border-bottom: 1px solid #95bce2; vertical-align: top; }
td * {  }
tr.alt td { background: #ecf6fc; }
tr.over td, tr:hover td { background: #bbdedb; }