/* CSS stylesheet for ethelscats.co.uk */

h1.bar, h2.bar, h3.bar, h4.bar
{
  background: black;
  color: white;
  margin-bottom: 5px;
}

.navmenu
{
  background: black;
  color: white;
  padding: 2px;
}

.navitem, .navitem a:link, .navitem a:visited, .navitem a:hover
{
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-family: sans-serif;
  text-decoration: none;
  color: white;
  background: black;
}

.navitem-highlight, .navitem-highlight a
{
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  font-family: sans-serif;
  color: black;
  text-decoration: none;
  background: white;
}

table.music
{
  border-collapse: collapse;
  border-top: 1px solid black;
  border-left: 1px solid #999;
}

/* members.php */
table.members
{
  margin: 10px;
  border: thin solid #ccc;
}

table.members tr td
{
  vertical-align: top;
  width: 100px;
  padding: 10px;
}

/* music.php */
table.music tr td
{
  padding: 5px 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid #999;
}

/* feedback.php */

div.feedback
{
  margin: 20px;
  width: 80%;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 5px solid #666;
  border-bottom: 5px solid #666;
  padding: 5px;
}
