/* Forum */
table.forum_table {
	width: 100%;
	background-color: #cacaca;
}
table.forum_table th {
	background-image: url('../images/forum/header2.gif');
	color: #999;
	text-align: left;
}
td.forum_forums_category {
	background-image: url('../images/forum/header1.gif');
	height: 30px;
	font-size: 130%;
	font-weight: bold;
	/*border-bottom: 2px solid #ecba44;*/
	border-bottom: 2px solid #064769;
}
td.forum_forums_category a {
	color: #000;
	text-decoration: none;
}
td.forum_forums_category a:hover {
	color: #000;
	text-decoration: underline;
}
td.forum_threads_row1, td.forum_forums_row1 {
	background-color: #eaeaea;
}
td.forum_threads_row2, td.forum_forums_row2 {
	background-color: #e2e2e2;
}
td.forum_forums_row1 a.forum_name, td.forum_forums_row2 a.forum_name {
	/*color: #aa7d0f;*/
	color: #064769;
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
td.forum_forums_row1 a:hover.forum_name, td.forum_forums_row2 a:hover.forum_name {
	text-decoration: underline;
}
td.forum_threads_row1 a.thread_name, td.forum_threads_row2 a.thread_name {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}
td.forum_threads_row1 a:hover.thread_name, td.forum_threads_row2 a:hover.thread_name {
	text-decoration: underline;
}

div.post {
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
table.post1 {
	width: 100%;
	background-color: #eeeeee;
}
table.post2 {
	width: 100%;
	background-color: #e9e9e9;
}
table.post1 td,
table.post2 td {
	vertical-align: top;
}
th.post_head {
	background-image: url('../images/forum/header2.gif');
	text-align: left;
	font-weight: normal;
	color: #999;
}
td.post_author {
	width: 170px;
}
td.post_author span.username {
	vertical-align: top;
	font-size: 125%;
	padding-right: 10px;
}
div.post div.post_headline {
	border-bottom: 1px solid #000;
	font-weight: bold;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.post div.post_headline div.post_date {
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
div.post div.post_footer {
	margin-top: 5px;
	font-size: 90%;
	text-align: right;
}

input.forum_post {
	width: 200px;
}

textarea.forum_post {
	width: 400px;
	height: 200px;
}

div.topnav {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #dfdfdf;
	background-color: #f1f1f1;
}

div.bbcode a img {
	padding: 1px;
	border: 0;
}
div.bbcode a:hover img {
	background-color: #c1c9db;
	border: 1px solid #384f89;
	padding: 0px;
}
div.bbcode select {
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}

div.quote {
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 2px 2px 2px 6px;
	padding: 2px;
}
