table.forum_post td, table.forum_post th, table.forum_post,
table.forum_thread_listing td, table.forum_thread_listing th, table.forum_thread_listing {
	margin: 0px;
	border-spacing: 0px;
}

table.forum_post {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.forum_post th {
	background-color: #3C5C6B;
	color: white;
}
table.forum_post th * {
	color: white;
}
table.forum_post td {
	background-color: #85BEDC;
	padding: 10px;
}
table.forum_post td div.quote_box {
	background-color: #FFE5A7;
	border-left: 5px solid #FFB400;
	padding: 5px;
	margin: 5px;
}
table.forum_post td div.quote_box div.quote_box { background-color: #FDDA85; }
table.forum_post td div.quote_box div.quote_box div.quote_box { background-color: #FFD265; }
table.forum_post td div.quote_box div.quote_box div.quote_box div.quote_box { background-color: #FFCA4A; }
table.forum_post td div.quote_box div.quote_box div.quote_box div.quote_box div.quote_box { background-color: #FDC02F; }

table.forum_post th.footer {
	background-color: #557F95;
}

table.forum_thread_listing {
	width: 100%;
	border-collapse: collapse;
}
table.forum_thread_listing th {
	background-color: #3C5C6B;
	color: white;
}
table.forum_thread_listing td {
	vertical-align: middle;
	border-top: 1px solid #3C5C6B;
	background-color: #85BEDC;
	color: black;
}
table.forum_thread_listing td * {
	color: black;
}

div.page_number {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
a.page_number {
	padding: 0px 1px;
}
a.page_number.selected {
	font-weight: bold;
	text-decoration: underline;
}