table.forum {
	margin: auto;
	width: 100%;
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

th.forum_top {
	margin: 0px;	
	padding: 0;
	background: url(../img/back_header.jpg);
	background-repeat: repeat-x;
	height: 21px;
	line-height: 21px;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

a.forum_top {
	font-weight: bold;
	text-decoration: none;
}

table.forum a:link 		{color: #393730; text-decoration: none;} 
table.forum a:visited 	{color: #393730; text-decoration: none;}
table.forum a:hover 	{color: #990000; text-decoration: underline;}
table.forum a:active 	{color: #393730; text-decoration: none;}

table.forum a.forum_top:link 	{color: #990000;} 
table.forum a.forum_top:visited {color: #990000;}
table.forum a.forum_top:hover 	{color: black;}
table.forum a.forum_top:active 	{color: #990000;}

table.forum a.forum_inside:link 	{color: #990000; text-decoration: underline;} 
table.forum a.forum_inside:visited	{color: #990000; text-decoration: underline;}
table.forum a.forum_inside:hover 	{color: black; text-decoration: underline;}
table.forum a.forum_inside:active 	{color: #990000; text-decoration: underline;}

input.mark_read {
	font-size: 9px;
}

div.button_all_read {
  padding-top: 10px;
  text-align: right;
}

div.thread_navigation {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  float: left;
}

div.new_thread {
  text-align: right;
}

img.forum_icon {
  vertical-align: middle;
  padding-right: 3px;
}

table.showthread_top {
  border-top: 1px solid #BFBEB9;
  border-right: 1px solid #BFBEB9;
  border-left: 1px solid #BFBEB9;
}

th.showthread_left {
  width: 150px;
}

th.showthread_right {
  text-align: right;
}

td.showthread_left {
  width: 150px;
  background-color: #F0EFEB;
  vertical-align: top;
  padding: 8px;
}

td.showthread_right {
  background-color: #F8F7F2;
  vertical-align: top;
  padding: 8px;
}

div.showthread_nick {
  font-weight: bold;
}

div.showthread_membertitle {
  font-size: 11px;
}

div.showthread_posts {
  padding-top: 10px;
  font-size: 11px;
}

div.forum_rights {
  text-align: left;
  float: right;
  font-size: 11px;
  width: 160px;
}

div.post_buttons {
  padding-top: 20px;
  padding-bottom: 5px;
}

div.postcontent_form {
  padding-top: 10px;
  text-align: center;
}

textarea.postcontent {
  width: 500px;
  height: 250px;
  border: 1px solid #BFBEB9;
  background-color: #F8F7F2;
  padding: 5px; 
}

input.thread_title {
  width: 500px;
  border: 1px solid #BFBEB9;
  background-color: #F8F7F2;
  padding: 1px;  
}

div.add_thread_label {
  width: 500px;
  margin:auto;
  text-align: left;
  font-size: 11px;
  padding-top: 10px;
}

div.post_answer_button {
  text-align: center;
  padding-top: 10px;
}

div.smiley_form {
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #BFBEB9;
  background-color: #F8F7F2;
  padding: 5px;
}

img.smiley_form {
  border: 0px;
  padding: 5px;
}

div.forum_styles {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}

div.show_admin_button {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
	clear: both;
}

div.thread_admin {
  clear: both;
  margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
  border: 1px solid #BFBEB9;
  background-color: #F8F7F2;
}

div.hide_thread_admin {
  margin: 5px;
	font-size: 12px;
	text-align: right;
	display: block;
}

div.thread_admin_options {
  padding-bottom: 5px;
  padding-left: 5px;
}

div.forum_search_form {
  text-align: right;
  padding-bottom: 10px;
}

a.bonking {
  color: #969280;
}

textarea.bad_post {
  width: 300px;
  height: 150px;
}

div.bad_post_form {
  padding-top: 30px;
  padding-bottom: 60px;
  margin: auto;
  width: 300px;
  text-align: center;
}

div.forum_edit_info {
  color: #AEA89A;
  font-size: 11px;
  display: block;
  clear: both;
  padding-top: 8px;
}