.sfSimpleForum, .sfSimpleForum td
{

}

.sfSimpleForum th
{

}

.sfSimpleForum h2
{
color:#23668F;
text-decoration:none;
font-size:1.5em;
}

.sfSimpleForum .forum_figures
{
float:right;
font-size:.9em;
margin-top:15px;
}
table#fora, table#threads, table#messages
{ 
  border-collapse: collapse;
  width: 100%;
}

table#fora td, table#fora th, table#threads td, table#threads th, table#messages td, table#messages th
{
  border: solid 0px #DFE8F7;  
  padding-top:20px;
}

table#fora th, table#threads th, table#messages th
{
  text-align:center;
  color: #838484;
  font-size:1.3em;
  font-weight:bold;
}
table#fora tbody tr.row1 {
background-color:#DAE1E5;
}

table#fora tbody tr.row0 {
background-color:#fff;
}



table#fora td.category_header
{
  font-weight: bold;
  color: #2153AA;  
  background-color: #DFEDF7;
}

table#fora td.forum_name a
{
  font-weight: normal;
  font-size: 2em;
  text-decoration: none;
  color:#23668F;
}
table#fora td.forum_name .topics {
	text-align:center;
	width:45px;
	height:45px;
	float:left;
	margin-right:10px;
	margin-top:-5px;
	padding-top:6px;
	font-size:1em;
	background-image: url(/images/new/Gforum.png);
	background-repeat: no-repeat;
	background-position: left top;
	color:#fff;
}
table#fora td.forum_name .topics span
{
color:#fff;
font-size:1.8em;
display:block;
line-height:20px;
}
table#fora td.forum_name
{
  width: 400px;
  padding: 10px;
}

table#fora td.forum_threads, table#fora td.forum_posts
{
  text-align: center;
  font-size: 1.6em;
  color:#9A9A9B;
}

table#fora td.forum_recent
{
text-align:right;
font-size:.9em;

}

table#fora td.forum_recent a.forum_name
{

font-size: 1.4em;
text-decoration:none;
}




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

table#threads td.thread_replies, table#threads td.thread_views, table#threads td.thread_recent
{
  font-size: 0.9em;
}

table#messages tr.row0 td.post_author, table#messages tr.row0 td.post_message
{
  background-color: #fff;
}

table#messages tr.row1 td.post_author, table#messages tr.row1 td.post_message
{
  background-color: #DAE1E5;
}

table#messages td.post_author
{
  width: 150px;
  vertical-align: top;
  padding-right:0px;

}

table#messages td.post_author img
{
float:left;
padding-right:10px;
}
table#messages td.post_author a
{
width:90px;
font-size:1.2em;
text-decoration:none;
font-weight:bold;
display:block;
overflow:hidden;


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

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

ul.forum_actions
{

	
}
 
ul#forum_navigation, ul.forum_actions
{
  list-style: none;
  display: inline;
  padding-left: 0px;
}

ul#forum_navigation li
{
  display: inline;
}

ul.forum_actions li
{
  display: inline;

}

ul.forum_actions li a:link, 
ul.forum_actions li a:visited
{
	background:#488EB2;
	color:#FFFFFF;
	text-decoration:none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul.forum_actions li a:hover {
background:#488EB2;
color:#FFFFFF;
}
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: #D3D3D3;
  content: ' - ';
}

ul.post_actions li:first-child:before
{
  content: '';
}

ul.post_actions li a:link, 
ul.post_actions li a:visited
{
  color: #D3D3D3;
  text-decoration: none!important;
}

ul.post_actions li a:hover
{
  text-decoration: underline!important;
}

/*PAGINATION class selector*/
div.pagination
{
  width: 100%;
  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: #2153AA;
  font-weight: bold;
}

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

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

form#add_topic
{
margin-top:40px;
	width: 680px;
	padding-top:63px;
	background-image: url(/images/new/post-reply.png);
	background-repeat: no-repeat;
	background-position: left top;
}

form#add_topic label
{
  display: block;
  margin-top: 5px;
}

form#add_topic input#topic_title
{
  width: 100%;
  font-size: 1.2em;
}

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

form#add_topic input#topic_submit
{
 margin-top:5px;
  display: block;
  float:right;
}

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

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

.post_message {
font-size:.9em;
}

.number_posts {
	display:block;
	line-height:20px;
	width:90px;
	height:21px;
	padding:0px;
	background-image: url(/images/new/green-forum.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size:.8em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
