/* Forums template styles */
.fs_forum_category {
	margin-bottom:6px;
	padding:8px;
	/* background:url(../images/fs_form.gif) bottom left no-repeat; */
	background-color:#DCE3DA;
	text-align:left;
	font-size: 0.9em;
	}

.fs_forum_category h2 {
	/* font-size:1.5em !important; */
	margin:0 0 8px 0 !important;
	}

.fs_forum_category hr {
 	color:#d5d5d5;
	background:#c5c5c5;
	height:1px;
	width:100%;
	}

.fs_forum_category .fs_forum_forum {
	padding:4px;
	margin:0;
	clear:both;
	display:block;
	height:1%;
	margin-top: 15px;
	}

.fs_forum_category .fs_forum_forum h3 {
	/* font-size:1.45em !important; */
	color:#0080FF !important;
	margin-top:0 !important;
	}

.fs_forum_forumDesc {
	float:left;
	padding-left:1em;
	}

.fs_forum_forumDesc p {
	display:inline !important;
	margin:0;
	padding:0;
	}

#fs_forum_forum .fs_superSearch {
	margin-top:12px;
	}

.fs_forum_forum ul.fs_forum_forumStats {
	padding:0px !important;
	margin:4px 0 0 0 !important;
	line-height:1em;
	color:#6F6F6F;
	}

.fs_forum_forum .fs_forum_forumStats li {
	display:inline;
	list-style:none;
	line-height:1em !important;
	border-right:1px solid #6F6F6F;
	padding-right:10px !important;
	padding-right:5px;
 	margin-right:10px;
	}

.fs_forum_forum .fs_forum_forumStats li.last {
	border-right:0px;
	}

/* Forum styles */
#fs_forum_forum #fs_forum_forumTitle,
#fs_forum_topic #fs_forum_forumTitle {
	margin-top:12px !important;
	padding:0 0 12px 56px !important;
	padding-left:56px !important;
	background:url(../images/folder_blue.png) no-repeat top left;
	height:48px;
	}

/* Active state for a forum in the category listing - ie there are new topics or replies */
.fs_forum_forum.fs_forum_activity,
tr.fs_forum_activity{
	background-color:#BAE962;
	}

#fs_forum_forum,
#fs_forum_topic {
 	padding-bottom:12px;
	font-size: 0.9em;
	}

#fs_forum_forum.fs_forum_activity,
#fs_forum_topic.fs_forum_activity {
	/* For IE 6 */
	background-color:transparent;
	}

.fs_forum_category .fs_forum_activity .fs_forum_forumStatus,
.fs_forum_activity #fs_forum_forumTitle {
	background:url(../images/folder_blue_activity.png) no-repeat top left !important;
	}

/* Private forums - accessible to the user - no activity*/
.fs_forum_category .fs_forum_private .fs_forum_forumStatus,
.fs_forum_private #fs_forum_forumTitle {
	background:url(../images/folder_private.png) no-repeat top left !important;
	}

/* Active state for a forum in the category listing - ie there are new topics or replies */
.fs_forum_category .fs_forum_activity.fs_forum_private .fs_forum_forumStatus,
.fs_forum_activity.fs_forum_private #fs_forum_forumTitle {
	background:url(../images/folder_private_activity.png) no-repeat top left !important;
	}

/* Locked forums - inaccessible to the user */
.fs_forum_category .fs_forum_locked .fs_forum_forumStatus,
.fs_forum_locked #fs_forum_forumTitle {
	background:url(../images/folder_locked.png) no-repeat top left !important;
	}

/* Status/Activity forum listing styles */
.fs_forum_category .fs_forum_forum .fs_forum_forumStatus {
	float:left;
	width:40px;
	text-indent:-99em;
	background:url(../images/folder_blue.png) no-repeat top left;
	width:48px;
	height:48px;
	}

.fs_forum_category .fs_forum_locked.fs_forum_forum h3 {
	color:#6F6F6F !important;
	}

#fs_forum_rssLink {
	float:right;
	clear:both;
	margin:12px 0 6px 0;
	}

table#fs_forum_forumResults {
	clear:both;
	margin-top:12px;
	margin-bottom:12px;
	/*position:relative;*/
	/*border:1px solid #56802D !important;*/
	border:none !important;
	background-color:transparent !important;
	display: block;
	}

table#fs_forum_forumResults th {
	background-image:none !important;
	background-color:transparent !important;
	border:0 none !important;
	border-bottom:1px solid #d5d5d5 !important;
	color:#666 !important;
	padding:0 6px 0 6px !important;
	}

table#fs_forum_forumResults td{
	border-top:0px;
	border-right:1px solid #F1F2EF;
	border-bottom:0px;
	border-left:0px;
	/*position:relative;*/
	height:1%;
	padding:6px !important;
	margin:0 0 3px 0 !important;
	line-height:1.2em;
	/*display: block;*/
	z-index: 0;

	}


tr.fs_forum_topic {
	margin:0 !important;
	}

table#fs_forum_forumResults td.last{
	border-right:0px;
	}

table#fs_forum_forumResults .fs_forum_activity {
	background-color:#FCDA78 !important;
	border:1px solid #E2E38E !important;
	}

table#fs_forum_forumResults tr.fs_rowOdd {
	background-color:#DCE3DA;
	}

table#fs_forum_forumResults tr.fs_rowEven {
	background-color:#fff;
	}

table#fs_forum_forumResults tr.fs_rowOdd.fs_forum_activity {
	background-color:#BFCFF3 !important;
	}

table#fs_forum_forumResults tr.fs_rowEven.fs_forum_activity {
	background-color:#BFCFF3 !important;
	}

.fs_forum_topicStatus {
	clear:both;
	/*position:relative;*/
	display:block;
	background:url(../images/topic.png) no-repeat top left;
	width:32px;
	height:32px;
	left:5px;
	margin-left: 5px;
	text-indent:-999em;
	}

#fs_forum_topic .fs_forum_topicStatus {
	float:left;
	left:0;
	top:6px;
	margin-right:6px;
	}

tr.fs_forum_topicLocked .fs_forum_topicStatus {
	background:url(../images/topic_locked.png) no-repeat top left;
	}

tr.fs_forum_topicNew .fs_forum_topicStatus {
	background:url(../images/topic_create.png) no-repeat top left;
	}

tr.fs_forum_topicSticky .fs_forum_topicStatus {
	background:url(../images/topic_stickied.png) no-repeat top left;
	left:12px;
	top:6px;
	}

table#fs_forum_forumResults th#fs_forum_status{
	width:5%;
	border-right:1px solid #d5d5d5 !important;
	}

table#fs_forum_forumResults th#fs_forum_replies{
	width:10%;
	border-left:1px solid #CED7C6 !important;
	}

tr.fs_forum_topic h2 {
	font-size:1em !important;
	font-weight:bold !important;
	margin:0 0 3px 0 !important;
	}

tr.fs_forum_topic h2 a {
	font-weight:bold !important;
	}

tr.fs_forum_topic .fs_forum_topicDetails {
	margin-top:3px;
	}

tr.fs_forum_topic .fs_forum_topicStats {
	list-style:none !important;
	padding: 0px;
	margin-left:0px;
	}

tr.fs_forum_topic .fs_forum_topicStats li{
	margin:0 !important;
	line-height:1em !important;
	}

/* Topic Styles */
#fs_forum_topic h1{
	/* font-size:1.75em; */
	margin-top:0;
	/*color:#666 !important;*/
	}

#fs_forum_topic .fs_forum_topicStatus {
	background:url("../images/topic_large.png") top left no-repeat;
	margin-top:-6px;
	width:54px;
	height:64px;
	}

#fs_forum_topicDetails {
	margin-bottom:6px;
	padding:8px;
	/*background:url(../images/fs_category.gif) bottom left no-repeat;
	background-color:#e5e5e5;*/
	text-align:left;
	}

#fs_forum_topicDetails table {
	display:block;
	border:0px none !important;
	background-color:transparent !important;
	}

#fs_forum_topicDetails table td{
	border:0px none !important;
	margin:0 !important;
	background-color:transparent !important;
	}

#fs_forum_topicDetails table th {
	width:105px;
	text-align:right !important;
	background-color:transparent !important;
	background-image:none !important;
	color:#959595 !important;
	border:0px none !important;
	}

.fs_forum_reply {
	padding:0 0 6px 0;
	/*position:relative;*/
	}

.fs_forum_reply h1 {
	margin-bottom:12px;
	}

.fs_forum_replyHead {
	/* background:#DCE3DA url(../images/mm_col2Links.gif) no-repeat top right; */
	height:40px;
	padding:4px;
	background:#DCE3DA;
	}

.fs_forum_replyHead em{
	background:url(../images/reply.png) bottom left no-repeat;
	height:32px;
	width:54px;
	left:4px !important;
	left:16px;
	top:4px;
	display:block;
	float:left;
	
	text-indent:-999em;
	margin: 3px;
	/* position:relative;*/

	}
	
.fs_forum_replyHead h2 {
	/*font-size:1.45em !important;*/
	margin:.5em 0 0 0 !important;
	color:#666 !important;
	}


.fs_forum_replyActions ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	list-style: square;
	}


.fs_forum_replyActions ul li {
 	display: inline;
 	line-height:1.2em;
	list-style: square;
	margin-left: 0;
	padding: 3px 15px;
	}

#fs_forum_topic .fs_pagination {
	margin-top:12px;
	}

.fs_forum_replyAvatar {
	float:left;
	display:inline;
	/*position:relative;*/
	width:100px;
	top:0;
	left:10px;
	margin-top:8px;
	text-align:left;
	}

.fs_forum_replyContent {
	padding:0px 6px 6px 6px !important;
	margin-top:12px;
    overflow:visible;
    /*position:relative;*/
    background:url(../images/fs_reply_background.gif) repeat-y top left;
    background-position:-10px 0px;
    margin-bottom:6px;
	}

.fs_forum_replyMessage {
	display:block;
	margin-left:130px;
	margin-right:10px;
	}

.fs_forum_replyAvatar ul {
	list-style:none !important;
	text-align:left;
	list-style-position:outside !important;
	}

.fs_forum_replyButton,
.fs_forum_newTopicButton,
.fs_forum_submitReplyButton {
	display:block;
	/*font-size:1.4em;*/
	line-height:30px;
	width:12em;
	}

.fs_forum_newQuoteButton {
	display:block;
	font-size:0.8em;
	line-height:18px;
	width:12em;
	}

.fs_forum_submitReplyButton {
	float:right;
	}

.fs_forum_replyButton a {
	text-decoration:none !important;
	display:block;
	padding-left:22px;
	background:url(../images/reply_new.png) left bottom no-repeat;
	}

/* These are separate styles at the moment because this image will probably change */
.fs_forum_newTopicButton a {
	text-decoration:none !important;
	display:block;
	padding-left:22px;
	background:url(../images/reply_new.png) left bottom no-repeat;
	}

.fs_forum_newQuoteButton a {
	text-decoration:none !important;
	display:block;
	padding-left:22px;
	background:url(../images/fs_replywithquote.gif) left bottom no-repeat;
	}

.fs_forum_submitReplyButton a {
	text-decoration:none !important;
	display:block;
	padding-left:22px;
	background:url(../images/reply_new.png) left bottom no-repeat;
	}

.publicInformation {
	margin: 5px;
	}

#fs_forum_topic .button,
#fs_forum_forum .button {
	padding:1px 6px !important;
	padding:0 6px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #9a9a9a;
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;
	background:url(../images/button.jpg) left bottom repeat-x;
	background-color:#fff;
	text-align:center;
	}

#fs_forum_forum hr,
#fs_forum_topic hr {
  	color:#d5d5d5;
	background:#d5d5d5;
	width:100%;
	display:block;
	margin-top:12px;
	margin-bottom:12px;
	}

#fs_forum_topic blockquote {
	padding:12px 40px 12px 40px !important;
	display:block !important;
	text-indent:0;
	margin-left:0 !important;
	margin-left:-30px;
	margin-right:0 !important;
	padding-left:40px;
	background-color:#f5f5f5 !important;
	background-color:#fff; /* IE 6 screws up too much - lets forget the bg colour */
	margin-top:1em !important;
	margin-bottom:1em !important;
 	position:relative;
	}

#fs_forum_topic .fs_quoteStart {
	float:left;
	height:40px;
	padding-top:45px;
	width:40px;
	font-size:700%;
	color:#d5d5d5;
	margin-top:-70px;
	padding-right:6px;
	margin-left:-32px !important;
	margin-left:0;
	font-family:times !important;
	display:block;
	overflow:visible !important;
	}

#fs_forum_topic .fs_quoteEnd {
	float:right;
	position:relative;
	display:block;
	right:0px; /* For IE browsers */
	top:-6px;
	margin-top:-42px;
	width:40px;
	height:40px;
	font-size:700%;
	color:#d5d5d5;
	font-family:times !important;
	}

/* For Non-IE browsers */
html:not([dummy]) #fs_forum_topic .fs_quoteEnd{
   right:-32px !important;
   top:0px !important;
   }

h1 span.fs_forum_replyNew {
	width:54px;
	height:48px;
	margin-top:-6px;
	float:left;
	background:url(../images/reply_new_large.png) bottom left no-repeat;
	}

.fs_forum_reply .mceEditor {
	border: none !important;
	float:left !important;
	position:relative;
	height:1%;
	}

.fs_forum_reply .mceEditor {
	border:0px !important;
	margin-bottom:12px;
	}
	
.fs_forum_reply #fs_forum_attachFile {
	display:block;
	clear:both;
	position:relative;
	margin-top:12px !important;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	background:url(../images/mmi_col2Details.gif) top right no-repeat;
	background-color:#E0F2CE;
	}
	
.fs_forum_attachedFile {
	padding-left:30px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	position:relative;
	background:url(../images/filesave.png) bottom left no-repeat;
	}

.fs_forum_reply a.fs_cancel {
	clear:right;
	line-height:48px;
	display:block;
	position:relative;
	height:1%;
	float:right;
	padding-right:0;
	padding-left:8px !important;
	width:8px;
	text-indent:-999em;
	}

a.fs_cancel:hover {
	text-indent:0;
	width:auto;
	padding-left:16px !important;
	}

.fs_forum_attachedFile a.fs_cancel {
	}
	
#fs_forum_captcha {
	margin:12px 0 12px 0;
	}
	
#fs_forum_user .fs_forum_userAvatar {
	float:right;
	width:200px;
	border:1px solid blue;
	}

#fs_forum_user .fs_forum_userDetails {
	clear:left;
	margin-right:200px;
	}