.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: 10px 0 0px 10px;
	font-size: 18px;
	color: #333333;
}

.sfSimpleForum a {
	color: #f19300;
}

.sfSimpleForum .forum_figures {
	text-align: left;
	padding-left: 10px;
	margin-bottom: 15px;
}

table#fora,table#threads,table#messages {
	border-collapse: collapse;
	width: 100%;
}

table#fora td,table#fora th,table#threads td,table#threads th {
	border-top: 1px solid #b3b3b3;
	padding: 4px;
}

table#messages td,table#messages th {
	border-top: 1px dotted #cccccc;
	padding: 4px;
}

th.forum_threads,th.thread_replies,th.forum_posts,td.forum_threads,td.forum_threads,td.thread_replies,td.thread_views,td.forum_posts,td.forum_threads {
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}

table#fora th,table#threads th,table#messages th {
	background: #CCCCCC;
	color: #4D4D4D;
}

table#fora td.category_header {
	font-weight: bold;
	color: #808080;
	background-color: #F2F2F2;
}

table#fora td.forum_name a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: black;
}

table#fora td.forum_name a:hover {
	color: #f19300;
}

table#fora td.forum_name {
	width: 45%;
	padding: 10px;
}

.forum_description {
	font-size: 0.8em;
	color: #808080;
}

table#fora td.forum_threads,table#fora td.forum_posts {
	text-align: center;
	width: 9%;
	background-color: #F2F2F2;
}

table#fora td.forum_threads,table#fora td.forum_posts,table#fora td.forum_recent {
	font-size: 1em;
}

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: #F2F2F2;
}

table#threads td.thread_replies,table#threads td.thread_views,table#threads td.thread_recent {
	font-size: 1em;
}

table#messages td.post_author {
	width: 20%;
	background-color: #f2f2f2;
	vertical-align: top;
	font-size: 12px;
}

table#messages td.post_author a {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

table#messages td .post_details {
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 5px;
}

table#messages td .post_details a {
	color: #555555;
}

table#messages td .post_content {
	margin: 10px;
}

table#messages td .post_content li {
	margin-left: 20px;
}

table#messages .spacer td {
	border-top: dotted 1px #cccccc;
	height: 8px;
}

#sfSimpleForum_header {
	background: url("../images/forum_navigation_bg.gif") repeat-x;
	height: 38px;
	color: #666666;
	padding-left: 10px;
}

#sfSimpleForum_navigation {
	width: 630px;
	float: left;
	white-space: nowrap;
}

#sfSimpleForum_search {
	width: 185px;
	float: left;
	line-height: 33px;
	text-align: right;
}

#sfSimpleForum_search input {
	background: white url("../images/search.gif") no-repeat left;
	padding-left: 20px;
}

.forum_actions {
	margin-bottom: 10px;
}

ul#forum_navigation,ul.forum_actions {
	list-style: none;
}

ul#forum_navigation {
}

ul#forum_navigation li {
	display: inline;
	line-height: 33px;
}

ul.forum_actions {
	height: 23px;
	margin-left: 10px;
}

ul.forum_actions li {
	display: inline;
	line-height: 23px;
	float: right;
}

ul.forum_actions li a:link,ul.forum_actions li a:visited {
	display: block;
	color: white;
	background: #3e3e40;
	text-decoration: none;
	border: #555555 1px solid;
	width: 98px;
	text-align: left;
	padding-left: 5px;
	margin-right: 5px;
}

ul.forum_actions li a:hover {
	color: #f19300;
}

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: underline !important;
}

/*PAGINATION class selector*/
div.pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: #555555;
}

.pagination ul {
	list-style: none;
	margin: 0 0 0 0;
	display: inline;
}

.pagination a:link,.pagination a:visited {
	border: none;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

.pagination a:hover {
	color: #f19300;
}

.pagination li {
	margin-left: 2px;
	margin-right: 2px;
	padding: 2px;
	list-style: none;
	display: inline;
	border: 1px solid #b3b3b3;
}

.pagination li.current {
	color: white;
	font-weight: bold;
	background: #b3b3b3;
}

/***************************/
h2.post_a_reply {
	border-bottom: 5px solid #808080;
}

form#add_topic {
	width: 100%;
	background: url("../images/forum_add_post_bg.gif");
	border-top: 1px solid #808080;
	text-align: center;
	padding-bottom: 15px;
}

form#add_topic label {
	display: block;
	margin-top: 5px;
}

form#add_topic input#topic_title {
	width: 400px;
	font-size: 1.2em;
}

form#add_topic div#topic_body_wrapper {
	margin: auto;
	width: 800px;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}

form#add_topic textarea#topic_body {
	width: 100%;
	height: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

form#add_topic input#topic_submit {
	display: block;
	color: white;
	background: #3e3e40;
	text-decoration: none;
	border: #555555 1px solid;
	width: 98px;
	text-align: left;
	padding-left: 5px;
	margin-top: 15px;
	margin-left: 20px;
}

form#add_topic div.option {
	padding: 5px 0;
}

form#add_topic div.option label {
	display: inline;
}