.sfSimpleForum, .sfSimpleForum td
{
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.sfSimpleForum th
{
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.sfSimpleForum h1
{
  font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 5px 0;
  font-size: 1.6em;
}

.sfSimpleForum .forum_figures
{
  width: 590px;
  text-align: right;
  margin: 0 0 10px 0;
}
table#fora, table#threads, table#messages
{ 
  border-collapse: collapse;
  width: 590px;
}

table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th
{
  border: solid 1px #999;
  padding: 4px;
}

table#fora th, table#threads th, table#messages th
{
  background: url(../images/th_bg.gif) top repeat-x #007db1;
  color: #fff;
}

table#fora td.category_header
{
  background-color: #3a98cd;
  color: #fff;  
  font-weight: bold;
  padding-left: 7px;
}

table#fora td.forum_name a
{
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: underline;
}

p.forum_description {
  font-size: .9em;
}

table#fora th.forum_name
{
  padding-left: 7px;
}

table#fora td.forum_name
{
  width: 45%;
  padding: 5px 10px 0 5px;
}

table#fora td.forum_threads, table#fora td.forum_posts
{
  text-align: center;
  width: 9%;
  background-color: #d3e3ea;
}

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: #d3e3ea;
}

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: 100px;
  background-color: #e6eef1;
  padding: 10px;
  vertical-align: top;
}

table#messages td .post_details
{
  border-bottom: solid 1px;
  color: #999;
  margin-bottom: 5px;
}
table#messages td .post_content
{
  margin: 10px;
}

table#messages td {
  vertical-align: top;
}

table#messages .spacer td
{
  border: none;
}

ul.forum_actions
{
  float: left;
}
 
ul#forum_navigation, ul.forum_actions
{
  display: inline;
  font-size: .8em;
  list-style: none;
  padding-left: 0;
}

ul#forum_navigation li
{
  display: inline;
}

ul.forum_actions li
{
  display: inline;
  width: 100px;
  height: 25px;
}

ul.forum_actions li a:link, 
ul.forum_actions li a:visited
{
  background: #f3f9fb;
  border: solid 1px #cddbe1;
  padding: 2px 4px;
  text-decoration: none!important;
}

ul.forum_actions li a:hover 
{
  background: #0074a7;
  border: solid 1px #cddbe1;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none!important;
}

ul.post_actions
{
  list-style: none;
  margin-right: 10px;
  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;
}

/*PAGINATION class selector*/
div.pagination
{
  font-size: 0.85em;
  width: 590px;
  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: #0074A7;
  font-weight: bold;
  padding: 2px;
}

.pagination a:hover
{
  background: #0074A7;
  color: #fff;
  font-weight: bold;
}

.pagination li
{
  padding: 2px 5px 5px 5px;
  list-style: none;
  display: inline;
  border-top: 1px solid #CCCCCC;
}
.pagination li.current
{
  background: #eee;
  padding: 3px 5px 4px 5px;
  border-width: 0 1px 1px 1px;
  border-style: none solid solid solid;
  border-color: #CCCCCC;
  color:#000;
  font-weight:bold;
}

table#messages p {
  font-size: 1em;
}

table#messages ol {
  font-size: .8em;
}

.post-author {
  margin: 5px 0 2px 0 !important;
}

.post-date {
  font-size: 0.85em !important;
  margin-top: 0 !important;
}

.post_actions {
  font-size: 0.7em;
}

th.centered {
  text-align: center;
}

/***************************/

form#add_topic
{
  width: 568px;
  background-color: #e6eef1;
  border: solid 1px #007db1;
  padding: 10px;
}

form#add_topic label
{
  text-align:left;
  width: 40px;
}

form#add_topic input#topic_title
{
  width: 400px;
  font-size: 1.2em;
}

form#add_topic textarea#topic_body
{
  width: 570px;
  height: 200px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

form#add_topic input#topic_submit
{
  float: right;
  padding-bottom: 100px;
}

form#add_topic div.option
{
  padding:5px 0;
}

form#add_topic div.option label
{
	display:inline;
	width: 85px;
}
