table.forumList {
  border-collapse: collapse;
}

.forumList td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 5px;
  vertical-align: top;
}

.forumList td.first {
  padding-left: 10px;
}

.forumList td.last {
  padding-right: 10px;
}

.forumList tr.even td {
  background: #f0efe9;
}

/*
#forum-content .forumList tr.even td {
  background: transparent;
}
*/

.forumList .rowTitle td,
#forum-content .rowTitle td h3 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 0px;
}

#newPostContent h3 {
  font-weight: bold;
  font-size: 110%;
  padding: 10px 15px;
}

#forum-content .rowTitle td,
#forum-content .rowTitle td a {
  background: #a14176;
  color: #fff;
}

.forumList .rowTitle td.datePost {
  font-weight: normal;
  font-size: 90%;
  vertical-align: middle;
}

.forumList .rowTitle td.replyPost a {
  text-transform: uppercase;
  text-decoration: underline;
  text-align: right;
  display: block;
}

#forum h2 {
  text-transform: uppercase;
  color: #a14176;
  padding: 10px 15px;
  font-size: 200%;
}

#forum p,
p.textlink {
  padding: 10px 15px;
}

form#postForm {
  padding: 10px 15px;
  width: 80%;
}

.error {
  color: red;
}

#content h1.forumTitle {
  font-size: 200%;
  color: #a14176;
  text-transform: uppercase;
  padding: 20px 15px 10px 15px;
}