#forumlist thead {
	background-image: url(../images/section-bar.png);
	height: 25px;
}
#forumlist thead th {
	border-top: 1px solid #A1D3F5;
	border-bottom: 1px solid #A1D3F5;
}
#forumlist thead th:first-child {
	border-left: 1px solid #A1D3F5;
}
#forumlist thead th:last-child {
	border-right: 1px solid #A1D3F5;
}
#forumlist td {
	border-bottom: 1px solid black;
}
#forumlist td.tag {
	color: #3BA9F2;
}
#forumlist .name a {
	font-weight: bold;
}

#topiclist th {
	background-color: #888;
	color: white;
}
#topiclist td.tr_e {
	background-color: #eee;
}

.post {
	clear: left;
	border: 1px solid #A10000;
	margin-bottom: .5em;
	padding: 0 0 1px 0;
}
.post .buttons {
	float: right;
	padding: 1px;
}
.post .caption {
  background-image: url(/images/red-bar.gif);
  padding: 3px;
}
.post .caption .name a {
  color: black;
  font-weight: bold;
}
.post .usericon {
	padding: 5px;
	float: left;
}
.post .postcontent {
  margin-left: 75px;
  border-left: 1px dotted black;
  padding: .5em;
  min-height: 75px;
}
.post .quote {
	border: solid black;
  border-width: 1px 0;
  margin: 0 .5em;
}
.post .quotecaption {
	display: block;
	background-color: #aaa;
}
.post p {
	margin-top: 1em;
	margin-bottom: 0;
}
.post .editby {
  font-size: .8em;
  color: #888;
  margin-left: 1em;
}
.post .signature {
  font-size: .9em;
  font-style: italic;
  color: #444;
  background-color: #eee;
  border-top: 1px solid black;
  line-height: .9em;
  padding-top: 1px;
  margin-left: 75px;
  border-left: 1px dotted black;
  padding: .5em;
}
