#forum ul, #forum ol, #forum li, #forum h1, #forum h2, #forum h3, #forum h4, #forum h5, #forum h6, #forum pre, #forum form, #forum body, #forum html, #forum p, #forum blockquote, #forum fieldset, #forum input
{ margin: 0; padding: 0; }
a img, #forum :link img, #forum :visited img { border: none; }


.sfSimpleForum {
	
	margin-bottom: 10px;
}

.sfSimpleForum, .sfSimpleForum td
{
  font-family: Geneva,Arial,Verdana,sans-serif;
  font-size: 12px;
  line-height: 1.5em;
}

.sfSimpleForum th
{
  font-family: Geneva,Arial,Verdana,sans-serif;
  font-size: 12px; font-weight: normal;
}

.sfSimpleForum h1
{
  display: none;
  font-family: Geneva,Arial,Verdana,sans-serif;
  margin: 10px 0 10px 0;
  font-size: 1.5em;
  font-weight: normal;
}

.sfSimpleForum .forum_figures
{
  text-align: left;
  margin: -5px 0 10px 0; width: 700px;
}

.forum_figures a {
  color: #FF1717;
}
table#fora, table#threads, table#messages
{ 
  border-collapse: collapse; clear: left;
  width: 700px;
}


table#fora td, table#threads td, table#messages td, table#messages th
{
  border-bottom: solid 0px #555;  
  padding: 0px;
}

table#fora th, table#threads th {
	border-bottom: 1px solid #555;
	padding: 0px; padding-bottom: 2px; padding-top: 2px;
	text-align: left;
}

table#fora td.category_header
{
  font-weight: normal; font-size: 14px;
  color: #fff;  border: 0; padding: 5px; padding-left: 0;
}

table#fora td.forum_name a
{
  color: #FF1717;
  text-decoration: none; font-size: 14px;
}

table#threads td.thread_name a {
  color: #FF1717;
  text-decoration: none;
}

table#fora td.forum_name
{
  width: 42%;
  padding: 10px; padding-left: 15px;
}

table#fora td.forum_recent
{
  padding: 10px; padding-left: 0px;
}

table#fora td.forum_threads 
{
  text-align: left;
  width: 9%;
}

table#fora td.forum_posts
{
  text-align: left;
  width: 12%;
}


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-top: 5px; padding-bottom: 5px;
}

table#threads .thread_name a
{
  text-decoration: none;
}

table#threads .thread_name a.new
{
  font-weight: bold;
}
table#threads td.thread_replies, table#threads td.thread_views
{
  text-align: left;
  width: 8%;
}

table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recent
{
  font-size: 0.9em;
}

table#messages td { border-top: 1px solid #555; border-bottom: 1px solid #555; padding-top: 5px; padding-bottom: 5px; }

table#messages td.post_author
{
  width: 20%;
  vertical-align: top; border-right: 1px solid #555;
}

table#messages td.post_author a {
	color: #ff1717;
}

table#messages td .post_details
{
  color: #fff;
  margin-bottom: 5px;
}

table#messages td .post_details a
{
  color: #ff1717;
}
table#messages td .post_content
{
  margin: 0px 10px;
}

table#messages .spacer td
{
  border: none;
  height: 8px;
  padding: 0px; display: none;
}

ul.forum_actions
{
  float: left;
  margin-bottom: 10px;
  list-style-position: outside;
}
 
ul#forum_navigation, ul.forum_actions
{
  list-style: none;
  display: inline;
}

ul#forum_navigation li
{
  font-size: 17px; font-weight: normal; margin-bottom: 0;
  display: inline; color: #fff;
}

ul#forum_navigation li a {
  color: #aaa;
}

ul#forum_navigation li a:hover {
  color: #fff;
}

ul.forum_actions li
{

}

ul.forum_actions li a:link, 
ul.forum_actions li a:visited
{
	padding: 8px; padding-top: 6px; padding-bottom: 6px;
	background-color: #992000;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	background-image: url("/img/buttonbg.gif");
	background-repeat: repeat-x;
	cursor:pointer; display: block; margin: 10px; margin-left: 0px; 
}

.forum_submit_wrap
{

}

.forum_submit_wrap input, .forum_submit_wrap input#topic_submit {
	padding: 8px; padding-top: 6px; padding-bottom: 6px;
	background-color: #992000;
	color: #fff;
	border: 0;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
	background-image: url("/img/buttonbg.gif");
	background-repeat: repeat-x;
	cursor:pointer; display: block; margin: 10px; margin-left: 0px; 
}

ul.post_actions
{
  list-style: none;
  text-align: right;
}

ul.post_actions li
{
  display: inline;
  font-size: 0.9em;
}

ul.post_actions li::before
{
  color: lightgrey;
  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: none!important;
}

/*PAGINATION class selector*/
div.pagination
{
  width: 700px;
  text-align: left;
  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: #f11;
  font-weight: bold;
}

.pagination li 
{
  padding: 2px 5px 5px 5px; 
  list-style: none;
  display: inline;
  border-top: 1px solid #555;
}
.pagination li.current
{
  padding: 3px 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: #555;
  color:#ccc;
  font-weight:bold;
}

/***************************/

form#add_topic
{
  width: 560px;  margin-top: 5px;
  padding: 0px;
  float: left;
}

form#add_topic label
{
  display: block;
  margin-top: 5px;
}

form#add_topic input#topic_title
{
  width: 400px;
  font-family: Geneva,Arial,Verdana,sans-serif;
  font-size: 12px; padding: 4px;
  line-height: 1.5em;
  background-color: transparent; color: #fff; border: 1px solid #555;
}

form#add_topic textarea#topic_body
{
  width: 547px;
  height: 200px;
  font-family: Geneva,Arial,Verdana,sans-serif;
  font-size: 12px; padding: 5px;
  line-height: 1.5em;
  border: 1px solid #555;
  margin-bottom: 10px; color: #fff; background-color: transparent;
}

/*form#add_topic input#topic_submit
{
  display: block;
}*/

form#add_topic div.option
{
  padding:5px 0;
}

form#add_topic div.option label
{
  display:inline;
}

#sf_guard_auth_form{
	width: 533px;
}

#sf_guard_auth_form form {
	padding-top: 20px;
}

#sf_guard_auth_form fieldset {
	border: 1px solid #555;
	margin-bottom: 10px;
}

#sf_guard_auth_form fieldset input {
	border: 1px solid #555;
	background-color: #fff;
}

#sf_guard_auth_username {
	padding-right: 20px;
}








