table a {
  display: inline-block;
  margin: 0 0 2px 0;
}

table.heading {
  margin: 0 0 10px 0;
}

table.mid {
  margin: 10px 0;
}

table.forumline {
  border-collapse: collapse;
}

table.forumline tr.cat,
table.forumline td.catLeft,
table.forumline td.rowpic {
  background: #ddd none;
  height: 20px;
  border-bottom: 1px solid #fff;
}

table.forumline tr.forum {
  border-bottom: 1px solid #fff;
}

table.forumline tr.head {
  background: #37af3c url(/img/forum/head.gif) repeat-x;
  border-left: 1px solid #0c8111;
  border-right: 1px solid #0c8111;
  height: 25px !important;
}

table.forumline tr.head th {
  background: #37af3c url(/img/forum/head.gif) repeat-x;
  margin: 0;
  border: none;
  color: #f3f3f3;
  padding: 0 0 0 7px;
}

table.forumline tr td {
  background-color: #eee;
  margin: 0;
  padding: 4px;
  border: none;
}
