.sfSimpleForum, .sfSimpleForum td
{
  font-size: 13px;
}
.sfSimpleForum th
{
  font-size: 10px;
}
.sfSimpleForum h1,h2
{
  margin: 5px 0 10px 0;
}
.sfSimpleForum h1
{
  font-size: 1.8em;
}
.sfSimpleForum h2
{
  font-size: 1.6em;
}
.sfSimpleForum .forum_info {
  width: 680px;
}
.sfSimpleForum .forum_figures
{
  /* width: 740px; */
  text-align: right;
  margin: 10px 0 18px 0;
}
.sfSimpleForum #forum_search
{
  width: 680px;
  text-align: right;
}
.sfSimpleForum .notice {
  margin-top: 18px;
  width: 680px;
}
table#fora, table#threads, table#messages
{ 
  border-collapse: collapse;
  width: 680px;
}
table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th
{
  border: solid 1px #b77;  
  padding: 4px;
}
table#fora th, table#threads th, table#messages th
{
  background: url(../images/th_bg.gif) top repeat-x #911;
  color: white;
}
table#fora td.category_header
{
  font-weight: bold;
  color: #911;  
  background-color: #FFD794;
}
table#fora td.forum_name a
{
  font-weight: bold;
  font-size: 1.3em;
  text-decoration: underline;
}
table#fora td.forum_name
{
  width: 45%;
  padding: 10px;
}
table#fora td.forum_threads, table#fora td.forum_posts
{
  text-align: center;
  width: 9%;
  background-color: #ffefd6;
}
table#fora td.forum_threads, table#fora td.forum_posts, table#fora td.forum_recent
{
  font-size: 0.9em;
}
table#threads td.thread_name
{
  width: 50%;
  padding: 5px;
}
table#threads .thread_name a
{
  text-decoration: underline;
}
table#threads .thread_name a.new
{
  font-weight: bold;
}
table#threads td.thread_replies, table#threads td.thread_views
{
  text-align: center;
  width: 8%;
  background-color: #ffefd6;
}
table#threads th.thread_replies, table#threads th.thread_views
{
  text-align: center;
}
table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recent
{
  font-size: 0.9em;
}
table#messages td.post_author
{
  width: 20%;
  background-color: #ffefd6;
  vertical-align: top;
  border: 1px solid #BB7777;
}
table#messages td .post_details
{
  border-bottom: solid 1px;
  color: #b77;
  margin-bottom: 5px;
}
table#messages td .post_content
{
  margin: 10px;
}
table#messages .spacer td
{
  margin: 0px;
  font-size: 0%;
  border: none;
}
ul.forum_actions
{
  margin: 8px 0px;
  padding: 0px;
  float: left;
}
ul#forum_navigation, ul.forum_actions
{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
ul#forum_navigation li
{
  margin: 0px;
  padding: 0px;
  display: inline;
}
ul.forum_actions li
{
  display: inline;
  margin: 8px 4px 8px 0px;
  padding: 0px;
}
ul.forum_actions li a:link, 
ul.forum_actions li a:visited
{
  color: #fff;
  border: 0px;
  padding: 5px;
  font-size: 100%;
  font-weight: bold;
  background-color: #e7aa52;
  text-decoration: none !important;
  /* padding: 2px 4px;
  color: white;
  background: #CAAA00 url(../images/button_bg.gif);
  text-decoration: none!important;
  border-bottom: solid 1px #B08854;
  border-right: solid 1px #B08854;
  */
}
ul.post_actions
{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}
ul.post_actions li
{
  margin: 0px;
  padding: 0px;
  display: inline;
  font-size: 0.9em;
}
ul.post_actions li::before
{
  color: #ccc;
  content: ' - ';
}
ul.post_actions li:first-child::before
{
  content: '';
}
ul.post_actions li a:link, 
ul.post_actions li a:visited
{
  color: lightgrey;
  text-decoration: none!important;
}
ul.post_actions li a:hover
{
  text-decoration: underline!important;
}

/*PAGINATION class selector*/
div.pagination
{
  width: 680px;
  text-align: right;
  margin-top: 10px;
}
.pagination ul
{
  list-style:none;
  margin:0 0 0 0;
  padding: 10px 0 10px 0;
  display: inline;
  height:2em;
}
.pagination a:link,
.pagination a:visited
{
  border: none;
  color: #911;
  font-weight: bold;
}
.pagination li
{
  margin: 0px;
  padding: 2px 5px 5px 5px;
  list-style: none;
  display: inline;
  border-top: 1px solid #ccc;
}
.pagination li.current
{
  padding: 3px 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: #ccc;
  color:#999;
  font-weight:bold;
}
/***************************/
form#add_topic
{
  width: 680px;
  background-color: #ffefd6;
  border: solid 1px #b77;
  padding: 0px;
}
form#add_topic label
{
  width: 121px;
  padding: 0px 0px 0px 5px;
}
form#add_topic input#topic_author
{
  margin: 0px;
  width: 250px;
  font-size: 1.2em;
}
form#add_topic input#topic_title
{
  margin: 0px;
  width: 500px;
  font-size: 1.2em;
}
form#add_topic textarea#topic_body
{
  margin: 0px;
  width: 500px;
  height: 150px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}
form#add_topic input#topic_captcha
{
  margin-top: 3px;
  width: 125px;
  font-size: 1.2em;
}
form#add_topic div.option
{
  padding:5px 0;
}
form#add_topic div.option label
{
  display:inline;
}
form input[type="submit"]
{
  color: #fff;
  border: 0px;
  padding: 2px;
  font-size: 100%;
  font-weight: bold;
  background-color: #9c0031;
}
#anon_notice {
  margin: 10px 0px;
  padding: 8px 0px 8px 8px;
  width: 680px;
  background-color: #FFB6C1;
}
#priv_notice {
  margin: 18px 0px 20px 0px;
  padding: 8px 0px 8px 8px;
  width: 680px;
  background-color: #d5e9f1;
}