TABLE#forum {
	background: #F1F3ED;
}

table#forums thead th, TABLE#forum thead th {
	text-align: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #545553;
        padding: 3px;
        font-weight: bold;
        height: 20px;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #81AA9F;
}

TABLE#forum tbody td {
	font-size: 9pt;
	color: 000;
	/* border-bottom: 1px solid #dedfdf; */
	text-align: left;
}

TABLE#forums tbody .forum A {
	color: #3A7767;
	font-size: 16pt;
        text-decoration: none;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #3A7767;
}

TABLE#forums tbody .posts, TABLE#forums tbody .posts A {
	color: #3A7767;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#forums tbody A.postsAlt {
	color: #D16A00;
	font-size: 9pt;
	font-weight: bold;
}

TABLE#forums tbody .moderators, TABLE#forums tbody .moderators A {
	color: #666;
}

TR.layoutForumSectionAlt {
	background: #F1F4ED;
}

TR.layoutForumSection, TR.layoutForumSectionAlt {
	height: 62px;
}

TR.layoutForumSectionAlt {
	background: #F1F4ED;
}
