/* === === === === === === === === === === === === ===
Church directory
Copyright 2009 Mark Leong (http://www.markyleong.com)
Written for University of Birmingham Christian Union
=== === === === === === === === === === === === === */

table { border-collapse:collapse; width: 100%; }
td, th { padding: 5px; text-align: left; border: 1px solid gray; }
th.header { cursor: pointer; padding-right: 20px; margin-right: -1px; font-weight: bold; }
th.headerSortUp, th.headerSortDown {
  color: #666; background: #ccc; background-repeat: no-repeat; background-position: right center;
}
th.headerSortUp { background-image: url('../images/asc.gif'); }
th.headerSortDown { background-image: url('../images/desc.gif'); }
th { text-align: left; }
.odd { background: #f9f9f9; }
.even { background: #fff; }

#churches-list a { color: #666; border: none; }
#churches-list a:hover { color: #ff2a7f; border: none; }