.forum-list-table {
	width: 100%;/*width: 914px;*/ /* width of topic_header.png */
	background-color: transparent;
	font-size: 14px;
}

.forum-header {
	background-color: transparent;
	width: 100%;
	height: 30px;
}

.forum-header .TableHeaderTD {
	background-image: url(./images/topic_header.png);
	color: #fff;
	font-size: larger;
	background-color: transparent;
}

.forum-header .TableHeaderTD-m /* middle cell */ {
	background-position: -5px;
}

.forum-header .TableHeaderTD-l /* last cell */ {
	background-position: center right;
}

.forum-header .TableHeaderTD-n /* cell with background none */ {
	background-image: none;
	background-color: #3f484e;
}

.forum-list-table .TableColumnTD {
	padding: 5px;
	font-size: larger;
	font-weight: bold;
}

.forum-list-table .TableDataTD {
	padding: 2px;
}

.forum-list-table a {
	color: #1e72ae;
}

.forum-list-table a:hover {
	color: #b776c1;
}

.forum-list-table a:visited {
	color: #8776c1;
}


.forum-image-link img {
	display: none;
}

.forum-image-link span {
	display: inline !important;
	font-size: larger;
}


.forum-table-bordered {
	border: 1px solid #b6c5c6;
}

.forum-reply {
	border: 1px solid #b6c5c6;
	background-color: transparent;
	padding: 5px;
	font-size: 12px;
}

.forum-reply th, .forum-reply td {
	padding: 3px;
}

.forum-reply-title {
	display: none;
}

.forum-text-input {
	border: 1px solid #b6c5c6;;
	background-color: #e4edee;
}

#forum_post_title {
	display: none;
}

.forum-list-table h1 {
	margin-top: 0;
	padding: 0;
	border: 0;
	font-size: 18px;
}

.forum-list-table .forum-header-post .TableHeaderTD {
	border: 1px solid rgb(63, 72, 78);
}
