#screen {
	background-image: none;
}

#forums_list, #topics_list {
	width: 99%;
	margin: 0px auto;
	margin-top: 20px;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-collapse: collapse;
}

#forums_list thead td, #topics_list thead td {
	font-weight: bold;
}

#forums_list td, #topics_list td {
	padding: 5px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#forums_list tr.odd td, #topics_list tr.odd td {
	background-color: #D1EB90;
}

#forums_list .digits, #topics_list .digits {
	text-align: center;
	width: 80px;
}

#topics_list .last_post {
	font-size: 11px;
	text-align: center;
	width: 120px;
}

#forum_content h2 {
	border-bottom: 1px solid #000000;
	color: #494949;
	font-family: times;
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin: 0px auto;
	margin-top: 25px;
	width: 99%;
}

.pagination {
	text-align: right;
	padding-top: 15px;
}

.pagination a {
	margin-left: 3px;
	margin-right: 3px;
}

#container .pagination a.active {
	color: #000;
	font-weight: bold;
}

.author_box {
	width: 120px;
	text-align: center;
}

.author_reg_date {
	font-size: 11px;
}

.post_author {
	padding-bottom: 15px;
	font-weight: bold;
}

.post_info {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

.author_post {
	vertical-align: top;
	text-align: justify;
}

#reply_form textarea {
	width: 99%;
	border: 1px solid silver;
	height: 200px;
	display: block;
	margin: 0px auto;
	margin-top: 20px;
}

#reply_form input {
	margin-top: 10px;
	border: 1px solid silver;
	margin-right: 5px;
}