/* Mock Marketing */

/* fs_text overrides */
body, p, input, textarea, label {
	font-family:"Tahoma", "Geneva", sans-serif;
	}

body {
	color:#464646;
	}

p {
	margin:1em 0 0 0;
	padding:0;
	}

.fs_subnodes p {
	margin:0;
	margin-left:12px;
	}

/* turn the margin off for certain containers */
.fs_comment p,
.fs_activity p,
.fs_events p,
.fs_department p {
	margin:0;
	}

a, a:visited {
	font-weight:normal;
	color:#0080ff;
	}

a:hover {
	font-weight:normal;
	color:#464646;
	}

h1, h2, h3, h4 {
	
	}

#fs_content h1 {
	margin:0 !important;
	padding:14px 0 12px 0 !important;
	font-size:2.5em;
	font-weight:normal;
	color:#56802d;
	line-height:1em;
	text-align:left;
	}

#fs_content h2 {
	margin:0;
	margin-top:0.5em;
	padding:0;
	color:#56802d;
	font-size:2em;
	font-weight:normal;
	text-align:left;
	}

#fs_content h3 {
	margin:0;
	margin-top:0.5em;
	padding:0;
	color:#56802d;
	font-size:1.5em;
	font-weight:normal;
	text-align:left;
	}

#fs_content h4 {
	margin:0;
	margin-top:0.5em;
	padding:0;
	color:#464646;
	font-size:1.5em;
	font-weight:normal;
	text-align:left;
	}

#fs_content h5 {
	margin:0;
	margin-top:0.5em;
	padding:0;
	color:#464646;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	}

#fs_content .fs_col2 h4 {
	margin-bottom:9px;
	}

#fs_content ul {
	list-style:square;
	list-style-position:inside;
	padding-left:12px !important;
	padding-left:0;
	margin-left:0 !important;
	margin-left:12px;
	}

#fs_content ol {
	list-style-position:inside;
	padding-left:12px !important;
	padding-left:0;
	margin-left:0 !important;
	margin-left:12px;
	}

#fs_content li {
	margin-top:0;
	margin-bottom:0;
	line-height:2em;
	}

table {
	margin:0;
	/*background-color:#ecf2e6;
	 border-color:#56802d; */
	}

th {
	padding:0 6px;
	background:url(../images/th.jpg) top left repeat-x;
	/*background-color:#8fcc14;
	 border:solid 1px #56802d; */
	}

td {
	padding:0 6px;
	/* border-color:#56802d; */
	}

hr {
    color:#464646;
	background:#464646;
	width:100%;
    }

/* fs_container overrides */
#fs_page {
	padding:0 0 168px 0; /* stop ie from cutting off footer */
	width:98%;
	min-width:772px; /* not ie 6 */
	}

#fs_nav {
	position:absolute;
	top:30px;
	width:100%;
	height:60px;
	background:url(../images/fs_nav.gif) repeat-x;
	z-index:1;
	}

#fs_logo {
	position:absolute;
	top:36px;
	left:10px;
	height:42px;
	width:206px;
	z-index:2;
	}

#fs_header {
	position:absolute;
	top:90px;
	width:100%;
	height:46px;
	background:url(../images/fs_header.gif) repeat-x;
	background-color:#0080ff;
	color:#fff;
	z-index:0;
	}

#fs_breadcrumb {
	width:100%;
	font-size:0.916em;
	}

#fs_breadcrumb .nolink {
	color:#464646 !important;
	text-decoration:none;
	}

#fs_content {
	top:142px; /* move the container down under the header */
	}

#fs_footer {
	top:148px; /* move the container down under the content */
	line-height:24px;
	background-color:#8fcc14;
	}

#fs_images {
	width:229px;
	display:inline;
	float:right;
	margin-left:12px;
	text-align:center;
	margin-bottom:12px;
	}

/* boxed style
.fs_subnodes {
	margin-top:12px;
	padding:4px 12px 12px 12px;
	background:url(../images/fs_subnodes.gif) bottom right no-repeat;
	background-color:#dae8f2;
	}
*/

.fs_subnodes {
	margin:12px 0;
	}

/* homepage styles */
#fs_page.fs_homepage {
	padding:0 0 292px 0; /* stop ie from cutting off footer */
	}

#fs_page.fs_homepage #fs_header {
	height:192px;
	background:url(../images/mm_headerHome.jpg) repeat-x;
	}

#fs_page.fs_homepage #fs_content {
	top:294px;
	}

#fs_page.fs_homepage #fs_footer {
	top:300px;
	}

/* fs_layout overrides */
.fs_col1Wrapper {
	float:left;
	width:100%;
	position:relative;
	display:block;
	}

/* 1 column layout */
#fs_content.fs_1ColLayout {
	margin:0;
	padding:0;
	}

.fs_col1 {
	overflow:hidden;
	}

/* 2 column layout */
#fs_content.fs_2ColLayout .fs_col1 {
 	float:none !important;
 	margin:0 0 0 259px !important;
 	display:block;
	width:auto !important;
	}

#fs_content.fs_2ColLayout .fs_col2 {
	float:left !important;
	margin-left:-100%;
	margin-top:-6px;
	width:253px !important;
	}

/* 3 column layout */
#fs_content.fs_3ColLayout .fs_col1Wrapper {
	margin-right:-259px;
	}

#fs_content.fs_3ColLayout .fs_col1 {
 	float:none !important;
 	margin:0 259px 0 259px !important;
 	display:block;
	width:auto !important;
	}

#fs_content.fs_3ColLayout .fs_col2 {
	float:left !important;
	margin-left:-100%;
	margin-top:-6px;
	width:253px !important;
	left:259px;
	}

#fs_content.fs_3ColLayout .fs_col3 {
	float:left !important;
	margin-left:-100%;
	padding:12px;
	margin-top:60px;
	right:-100%;
	width:235px !important;
	}

/* by default centre inline images */
#fs_page.fs_customPage #fs_content.fs_2ColLayout .fs_col1 img {
	display:block;
	margin:auto;
	}

/* fs_tabs styles */
.fs_tabs {
	float:right;
	width:auto !important;
	overflow:visible;
	padding-left:240px;
	top:12px;
	right:9px;
	height:47px;
	background:transparent;
	}

.fs_tabs ul {
	height:auto;
	}

.fs_tabs a,
.fs_tabs a:visited {
	padding:0 6px;
	min-width:65px;
	width:auto !important;
	width:80px;
	height:47px;
	background:url(../images/fs_tabs_li.jpg) repeat-x;
	background-color:#c3c3c3;
	border-top:solid 1px #d9d9d9;
	border-right:solid 1px #b3b3b3;
	text-align:center;
	line-height:47px;
	color:#464646;
	white-space:nowrap;
	}

.fs_tabs .first a,
.fs_tabs .first a:visited {
	border-left:solid 1px #b3b3b3;
	}

.fs_tabs a:hover {
	color:#0080ff;
	background-color:#c3c3c3 !important;
	}

.fs_tabs a:hover.active {
	color:#fff !important;
	}

.fs_tabs a.active,
.fs_tabs a:visited.active,
.fs_tabs .active a,
.fs_tabs .active a:visited {
	color:#fff;
	background:url(../images/fs_tabs_li_active.jpg) repeat-x;
	border-top:solid 1px #98dcf9;
	font-weight:bold;
	}

.fs_tabs .first a.active,
.fs_tabs .first a:visited.active,
.fs_tabs .first.active a,
.fs_tabs .first.active a:visited {
	border-left:solid 1px #0180ff;
	}

.fs_tabs .last a.active,
.fs_tabs .last a:visited.active {
	border-right:solid 1px #0180ff;
	}

/*
	This is a re-usable single level drop-down menu fully working in IE7, 6 and
	Firefox. Requires suckerfish IFRAME version.
*/

/*
Code to implement will be commented out inside the footer.tpl file, if not it
should look like this:

<div id="fs_navSFContainer">
	<ul id="fs_navSF">
		<li>... Root List ...
			<ul>
		        <li>... Sub-list ...</li>
		        <li>... Sub-list ...</li>
			</ul>
		</li>
	</ul>
	<!--[if lt IE 7]>
	<iframe id="menu_iframe" scrolling="no" frameborder="0">
	</iframe>
	<![endif]-->
</div><!-- fs_nav ends -->
<!--[if lt IE 7]>
<script defer type="text/javascript">
	sfHoverIframe("fs_navSF","LI");
</script>
<![endif]-->
<!-- Suckerfish Navigation Ends -->
*/

/* Set the position of your nav here */
#fs_navSFContainer {
	position:absolute;
	top:139px;
	left:0px;
	margin:0;
	padding:0;
	z-index:1000;
	}

/* All lists */
#fs_navSFContainer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	}

/* All list items */
ul#fs_navSF li {
	float:left;
	display:block;
	}

/* Sub-list list items */
ul#fs_navSF ul li{
	display:block;
	float:none;
	clear:both;
	width:180px;
	/* Set it explicitly as its set somewhere in the framework */
	line-height:1em;
	}

/* All anchors */
/* Limit to appearance of text only please */
ul#fs_navSF a {
	display:block;
	text-decoration:none;
	}

/* Same as above rule */
ul#fs_navSF a:hover {
	text-decoration:none;
	}

/* Root level anchors */
ul#fs_navSF li a {
	/*
	font-weight:bold !important;
	padding-right:10px;
	margin-left:10px;
	border-right:2px solid white;
	*/
	}

/* Sublist anchors */
/* Turn off any styles you don't want from the root anchor
   rule above */
ul#fs_navSF ul li a{
	display:block;
	font-weight:normal !important;
	font-size:1em;
	padding:3px;
	margin-left:0;
	border:0;
	}

/* All sub lists */
ul#fs_navSF ul{
	position:absolute;
	/* Shift it off-screen = more accessible */
	left:-999em;
	display:block;
	}

/* The hover of the first level list */
ul#fs_navSF li:hover,
ul#fs_navSF li.sfhover {
	display:block;
	/* Must give the absolute element some kind of dimension */
	height:auto;
	}

/* A sublist on hover of the first level list */
ul#fs_navSF li:hover ul,
ul#fs_navSF li.sfhover ul {
	/* Set it back to being on-screen */
	left:auto;
	width:180px;
	margin-left:4px;
	background-color:#004999;
	border:2px solid #CED2D9;
	}

/* IE6 to hide select boxes - requires modified suckerfish */
#menu_iframe {
	display:none;
	position:absolute;
	z-index:-1;
	/* Because the iframe shows out from under the list */
	margin-left:4px;
	}



/* fs_message */
/* feedback for users */
.fs_message {
	margin-bottom:6px;
	padding:12px 12px 24px 12px;
	background:url(../images/fs_message.gif) bottom left no-repeat;
	background-color:#e5e5e5;
	text-align:left;
	}

.fs_message p {
	display:inline;
	}

#fs_content .fs_message ul {
	margin-left: 59px !important;
}

.fs_messageImage {
	display:block;
	float:left;
	margin-right:12px;
	height:50px;
	width:48px;
	}

.fs_message h4 {
	margin-bottom:1em !important;
	font-size:1em !important;
	font-weight:bold !important;
	}

.fs_error h4 {
	color:#cc2929 !important;
	}

.fs_error .fs_messageImage {
	background:url(../images/fs_error.gif) no-repeat;
	}

.fs_warning h4 {
	color:#e57200 !important;
	}

.fs_warning .fs_messageImage {
	background:url(../images/fs_warning.gif) no-repeat;
	}

.fs_information h4 {
	color:#0080ff !important;
	}

.fs_information .fs_messageImage {
	background:url(../images/fs_information.gif) no-repeat;
	}

.fs_success h4 {
	color:#56802d !important;
	}

.fs_success .fs_messageImage {
	background:url(../images/fs_success.gif) no-repeat;
	}

/* fs_superSearch styles */
.fs_superSearch {
	position:relative;
	padding:4px 12px 12px 12px;
	background:url(../images/fs_superSearch.gif) bottom right no-repeat;
	background-color:#57a4f1;
	color:#fff;
	}

.fs_superSearch h3,
.fs_superSearch h5 {
	color:#fff !important;
	}

.fs_superSearch form {
	padding:6px 0;
	}

.fs_superSearch .text {
	width:228px;
	}

.fs_searchResult {
	line-height:1.5em;
	}

/* fs_annotate_comment and fs_calendar (add event) styles */
.fs_comment,
.fs_addEventForm {
	display:block;
	position:relative;
	margin-top:6px;
	padding:4px 12px 12px 12px;
	background:url(../images/fs_comment.gif) top right no-repeat;
	background-color:#f2f2ce;
	text-align:left;
	}

.fs_comment h4,
.fs_addEventForm h4 {
	line-height:1.5em; /* stop peekaboo in ie */
	position:relative;
	}

.fs_comment p span {
	line-height:1em; /* stop peekaboo in ie */
	position:relative;
	}

.fs_comment .fs_row {
	margin-top:3px;
	padding:12px 9px;
	background-color:#fff;
	position:relative;
	}

.fs_commentForm,
.fs_addEventForm {
	position:relative;
	padding-top:8px;
	}

.fs_addEventForm form {
	display:block;
	position:relative;
	}

.fs_commentForm label,
.fs_addEventForm label {
	float:none;
	margin:0;
	padding:0;
	text-align:left;
	display:block;
	width:auto;
	}

.fs_commentForm textarea,
.fs_addEventForm textarea {
	display:block;
	width:99%;
	max-width:99%; /* not ie 6 */
	font-size:1em;
	border:solid 1px #9a9a9a;
	overflow:auto;
	}

.fs_commentForm .fs_button,
.fs_addEventForm .fs_button {
	width:229px;
	}

/* pinned pages */
.fs_pinnedPages span {
	position:absolute;
	left:-999em;
	background:#dae8f2;
	}

.fs_pinnedPages span a {
	display:block;
	padding-right:20px;
	background:url(../images/fs_quickLinks.gif) center right no-repeat;
	}

.fs_pinnedPages:hover span,
.fs_pinnedPages.over span {
	margin-left:12px;
	left:auto;
	border-bottom:solid 1px #acb7bf;
	border-right:solid 1px #acb7bf;
	}

/* central tool */
.fs_tool a {
	line-height:1.75em;
	}

.fs_toolIcon {
	margin-right:8px;
	width:16px;
	height:16px;
	overflow:hidden;
	}

/* fs_mediaGallery styles */
.fs_galleryThumbnail {
	width:97.5%;
	height:auto;
	padding:12px;
	padding-right:0;
	overflow:auto;
	border:1px solid #9a9a9a;
	white-space:nowrap;
	}

.fs_galleryThumbnail span {
	overflow:hidden;
	margin-right:12px;
	}

.fs_galleryLarge {
	width:480px;
	}

.fs_rowHeader .fs_floatRight {
	margin-top:1em;
	}

/* calendar */
.fs_calendarFilter {
	padding-left:18px;
	background:url(../images/fs_filter.gif) left center no-repeat;
	}

/* calendar event styles */
.fs_events {
	margin-top:6px;
	border-bottom:solid 1px #b9b4b0;
	}

.fs_events .fs_rowHeader {
	padding:8px 0;
	border-bottom:solid 1px #b9b4b0;
	}

.fs_events .fs_row {
	margin:12px 0;
	}

.fs_events .fs_rowCol1 {
	display:block;
	float:left;
	width:20%;
	font-weight:bold;
	}

.fs_events .fs_rowCol2 {
	display:block;
	float:left;
	width:40%;
	}

.fs_events .fs_rowCol3 {
	display:block;
	float:left;
	width:40%;
	}

.fs_events p {
	line-height:1.5em;
	}

/* recent activity styles */
.fs_activity {
	margin-top:6px;
	}

.fs_activity .fs_rowHeader {
	padding:8px 0;
	border-bottom:solid 1px #b9b4b0 !important;
	}

.fs_activity .fs_rowHeader a {
	line-height:1.5em;
	}

.fs_activity .fs_rowFooter {
	text-align:right;
	padding-bottom:1em;
	border-bottom:solid 1px #b9b4b0 !important;
	}

.fs_activity .fs_row {
	margin:12px 0;
	}

.fs_activity .fs_row .fs_thumbnail {
	width:64px;
	text-align:right;
	}

.fs_activity .fs_rowCol1 {
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
	}

.fs_activity .fs_rowCol2 {
	display:block;
	float:left;
	width:auto;
	}

.fs_activity p {
	line-height:1.5em;
	}
	
.fs_activity li {
	margin-left: -10px;
}

/* dashboard */
.fs_dashboardNotices {
	margin-top:6px;
	padding:4px 12px 12px 12px;
	background:url(../images/fs_notices.gif) bottom right no-repeat;
	background-color:#f6f6d1;
	}

#fs_content .fs_dashboardNotices ul {
	margin-top:6px;
	margin-left:0 !important;
	padding-left:0 !important;
	}

.fs_dashboardNotices li {
	list-style-position:outside;
	list-style:none;
	display:block;
	padding-left:18px;
	background:url(../images/fs_notices_li.gif) left center no-repeat;
	}

.fs_dashboardNotices .important a {
	color:#bf0000;
	}

.fs_dashboardNotices .important a:hover {
	color:#464646;
	}

.fs_dashboardWelcome {
	margin-top:6px;
	padding:4px 12px 12px 12px;
	background:url(../images/fs_notices.gif) bottom right no-repeat;
	background-color:#f6f6d1;
	}

/* blog (news) styles */
.fs_category .important a {
	color:#bf0000;
	}

.fs_category .important a:hover {
	color:#464646;
	}

/* orgChart */
.fs_orgChart {
	margin-top:1em;
	padding:0.75em;
	}

.fs_orgChart a,
.fs_orgChart a:visited {
	font-weight:bold;
	}

.fs_orgChartManager a,
.fs_orgChartManager a:visited {
	font-weight:normal;
	}

.fs_orgChart table {
	border:none;
	background:transparent;
	table-layout:fixed;
	}

.fs_orgChart td {
	text-align:center;
	width:auto;
	}

.fs_orgChart tr,
.fs_orgChart td {
	padding:0 !important;
	margin:0 !important;
	background-color:transparent;
	border:none;
	}

.fs_orgChartConnector,
.fs_orgChartConnector td {
	line-height:0;
	}

.fs_orgChartBox {
	background:url(../../modules/fs_orgchart/_images/orgbg.gif) repeat-y;
	border:none;
	}

.fs_orgChartBoxLast {
	background:url(../../modules/fs_orgchart/_images/orgbg.gif) no-repeat top left;
	border:none;
	}

.fs_orgChartDepartmentLines {
	 float:left;
	}

.fs_orgChartContent {
	padding:0.25em 0.5em;
	margin-left:13px;
	}

.fs_orgChartLines {
	background:url(../../modules/fs_orgchart/_images/orgchartMiddleBg.gif) repeat top left;
	}

.fs_orgChartDepartment {
	padding:0.25em 0.5em;
	margin-left:6px;
	margin-right:0px;
	background-color:#fbe7ce;
	border-bottom: 2px solid #ead4b8;
	border-right: 2px solid #ead4b8;
	}

.fs_orgChartRootDepartment{
	padding:0.25em 0.5em;
	margin-left:6px;
	margin-right:6px;
	background-color:#E7EBF7;;
	border-bottom: 2px solid #ACBAE3;
	border-right: 2px solid #ACBAE3;
	}
	
.fs_orgChartImage {
	position:relative;
	padding-top:12px;
	}

.fs_orgChartThumbnail {
	width:32px;
	}

.fs_director,
.fs_manager {
	width:115px;
	text-align:center;
	}

.fs_phoneList img {
	padding:6px 0 0 0;
	}

/* generic styles */
.fs_backToTop {
	text-align:right;
	}

.fs_next {
	padding-right:12px;
	background:url(../images/fs_next.gif) right center no-repeat;
	}

.fs_nextInactive {
	padding-right:12px;
	background:url(../images/fs_nextInactive.gif) right center no-repeat;
	}

.fs_previous {
	padding-left:12px;
	background:url(../images/fs_previous.gif) left center no-repeat;
	}

.fs_previousInactive {
	padding-left:12px;
	background:url(../images/fs_previousInactive.gif) left center no-repeat;
	}

/* use with boxed style
.fs_bullet {
	padding-left:18px;
	background:url(../images/fs_bullet.gif) left center no-repeat !important;
	line-height:2em;
	}
*/

.fs_bullet {
	padding-left:12px;
	background:url(../images/fs_bullet.gif) left center no-repeat !important;
	line-height:2em;
	}

.fs_caption {
	text-align:center;
	}

.fs_cancel {
	padding-left:18px;
	background:url(../images/fs_cancel.gif) left center no-repeat;
	}

.fs_add {
	padding-left:18px;
	background:url(../images/fs_add.gif) left center no-repeat;
	border: 1px red !important;
	}

.fs_delete {
	margin-left:18px;
	padding-right:18px;
	background:url(../images/fs_delete.gif) right center no-repeat;
	}

.fs_rss {
	padding-left:18px;
	background:url(../images/fs_rss.gif) left center no-repeat;
	}

.fs_help {
	display:block;
	text-align:right;
	width:100%;
	}

.fs_required {
	color:#bf0000;
	}

.fs_highlight {
	display:block;
	padding:6px 12px;
	border:solid 1px #56802d;
	background-color:#ecf2e6;
	}

.fs_margin {
	margin-left:18px;
	}

.fs_date {
	font-size:0.916em;
	}

.fs_dateSummary {
	margin-top: 0px;
	margin-left: 0px;
	}

.fs_left {
	text-align:left;
	}

.fs_right {
	text-align:right;
	}

.fs_center {
	text-align:center;
	}

.fs_floatLeft {
	float:left;
	}

img.fs_floatLeft {
	margin-right:12px;
	}

.fs_floatRight {
	float:right;
	}

img.fs_floatRight {
	margin-left:12px;
	}

/* form styles */
form {
	margin:0;
	padding:0;
	}

input, textarea, select {
	vertical-align: middle;
	}

input {
	padding-left:3px !important;
	padding-right:3px !important;
	color:#464646;
	}

label {
	float:none !important;
	font-weight:normal;
	}

select {
	max-width:none !important;
	}

legend {
	color:#464646;
	margin-left:12px;
	padding:0 6px;
	}

form .button,
form .fs_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;
	width:auto !important;
	}

/* fs_form styles */
.fs_form {
	padding:4px 12px 12px 12px;
	background:url(../images/fs_form.gif) bottom left no-repeat;
	background-color:#e6edf2;
	}

.fs_form form {
	padding:6px 0;
	}

.fs_form input {
	margin-top:6px;
	}

.fs_form label {
	color:#464646;
	}

.fs_form .text {
	width:228px;
	}

/* form factory styles (unlike fs_form these use tables for layout) */
.fs_formFactory form {
	margin:0;
	padding:12px 12px 18px 12px;
	background:url(../images/fs_form.gif) bottom left no-repeat;
	background-color:#e6edf2;
	}

.fs_formFactory .button,
.fs_formFactory .fs_button {
	margin-bottom:0;
	padding-bottom:0;
	}

.fs_formFactory label {
	width:100%;
	background-color:transparent !important;
	border:none !important;
	white-space:nowrap;
	}

.fs_formFactory table {
	background:none;
	border:none;
	}

.fs_formFactory td {
	border:none;
	}

.fs_formFactory .label {
	width:15%;
	text-align:right;
	}

.fs_formFactory .field {
	width:75%;
	vertical-align:middle;
	}

.fs_formFactory .required {
	margin-left:0.5em;
	}

.fs_formFactory input {
	width:40%;
	}

.fs_formFactory textarea {
	width:85%;
	}

.fs_formFactory_radio, .fs_formFactory_checkbox {
	width:auto !important;
	border:none !important;
	}

.fs_formFactory_date input {
	width:20%;
	}

/* wiki styles */

.fs_wiki_toc {
	list-style:none !important;
	}

.fs_wiki_toc_number {
	font-weight:bold;
	}

.fs_wiki_toc_1 {
	}

.fs_wiki_toc_2 {
	padding-left:10px;
	}

.fs_wiki_toc_3 {
	padding-left:20px;
	}

#fs_content #attachmentAreaList {
	list-style-type:none !important;
	}

#fs_content #attachmentAreaList li {
	padding-left:18px;
	background:url(../images/fs_attachment.gif) left center no-repeat !important;
	line-height:2em;
	}

#versionHistory ol {
	list-style-position:outside !important;
	padding-left:28px !important;
	}

/* sitemap */

#fs_sitemap h2 {
	margin-top:1em;
	padding:0.5em 12px;
	border-bottom: solid 1px #ccc;
	background-color:#eee;
	}

.fs_sitemap_child {
	padding:6px 24px;
	}

/* button style links */
.fs_linkButton {
	padding:3px 6px;
	margin-top:18px;
	background:url(../images/mm_linkButton.jpg) bottom left no-repeat;
	background-color:#f7f7f7;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #9a9a9a;
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;
	line-height:22px;
	color:#464646 !important;
	text-align:center;
	text-decoration:none;
	}

.fs_linkButton:hover {
	color:#0080ff !important;
	}

/* edit styles */

.fs_editMode {
	padding:12px 0;
	}

#fs_content .fs_editMode h1 {
	padding:0 !important;
	margin:0 !important;
	}

#fs_content .fs_editMode h1 input {
	color:#56802d;
	}

.fs_editContent {
	margin-top:6px;
	padding:0 6px;
	background-color:#fff;
	border:inset 2px #464646;
	}

.fs_editTab {
	display:inline;
	padding:6px !important;
	background-color:#ffffdb;
	border:solid 1px #464646;
	border-bottom:none;
	color:#464646 !important;
	font-size:1em !important;
	font-weight:bold !important;
	}

.fs_editFields {
	position:relative;
	top:2px;
	margin:0 -8px;
	padding:6px;
	border:solid 1px #464646;
	background:#ececec;
	}

#fs_feedback_message_holder {
	margin-top:1em;
	}

.fs_subnodes input, #fs_attachments input {
	/* width:18em; */
	}

.fs_submit {
	/*
	margin-left:-1px;
	border:solid 2px #000 !important;
	font-weight:bold;
	*/
	}

.fs_submit:hover {
	/*
	font-weight:bold;
	*/
	}

ins, ins li, ins tr, ins p, ins h1, ins h2, ins h3 {
	color:#000;
	background-color:#cfc !important;
	text-decoration:none;
	}

ins img {
	border:solid 4px #cfc;
	}

del, del li, del tr, del p, del h1, del h2, del h3 {
	color:#000;
	background-color:#e67376 !important;
	}

del img {
	border:solid 4px #e67376;
	}

/* prototype */

#advSearchForm {
	position:relative;
	zoom:1;
	}
	
	
/* blog */

.blogIntro {
	padding:15px 10px;
	background-color:#72A1CD;
	color:#fff;
	}

.blogIntro h1 {
	margin:0;
	padding:0;
	color:#fff;
	background:none;
	}

.blog {
	margin-top:1em;
	}

.blog h2 {
	margin:0;
	}

.blog .colour1 {
	padding:15px 10px;
	background-color:#eee;
	}

.blog .colour2 {
	padding:15px 10px;
	background-color:#fff;
	}
	
/* FS Forum Styles */

.fs_pagination {
	float:right;
	clear:both;
	}
	
.fs_paginationStatus {
	padding-right:12px;
	}

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

.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%;
	}

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

#fs_forum_forum,
#fs_forum_topic {
 	padding-bottom:12px;
	}

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

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;
	font-weight: normal;
	}

table#fs_forum_forumResults td{
	border-top:0px;
	border-right:1px solid #d5d5d5;
	border-bottom:0px;
	border-left:0px;
	position:relative;
	height:1%;
	padding:6px !important;
	margin:0 0 3px 0 !important;
	line-height:1.2em;
	}

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:#FEFF9F !important;
	border:1px solid #E2E38E !important;
	}

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

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

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

table#fs_forum_forumResults tr.fs_rowEven.fs_forum_activity {
	background-color:#FEFF9F !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;
	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:45px;
	border-right:1px solid #d5d5d5 !important;
	}

table#fs_forum_forumResults th#fs_forum_replies{
	width: 75px;
	border-left:1px solid #d5d5d5 !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;
	}

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:80px;
	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:#DAE8F2 url(../images/mm_col2Links.gif) no-repeat top right;
	height:40px;
	padding:4px;
	}

.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;
	margin:0 !important;
	text-indent:-999em;
	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 {
/*
	background:url(../images/fs_forum_actions.gif) no-repeat top right;
	display:block;
 	 float:right; 
 	height:1em;
	margin-top:-1em;
	width:30px;
	margin-right:1em;
	*/
	}
/*
.fs_forum_replyActions strong {
	margin-left:-3em;
	margin-top:-4px;
	position:absolute;
	}
/*
.fs_forum_replyActions:hover ul{
	left:auto;
	top:auto;
	margin-top:.5em;
	right:1em;
	z-index:99;
 	padding:8px 8px 8px 8px !important;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #9a9a9a;
	border-left:solid 1px #b2b2b2;
	border-right:solid 1px #b2b2b2;
	background:url(../images/fs_forum_actionsBg.gif) left bottom repeat-x;
	background-color:#fff;
 	list-style:none !important;
 	list-style-position:outside !important;
	}
*/

.fs_forum_replyActions ul li {
 	display: inline;
 	line-height:1.2em;
	list-style: square;
	margin-left: 0;
	padding: 3px 15px;
	}
/*
.fs_forum_replyActions:hover ul li a {
	display:block;
	}
*/
#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:32px;
	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_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;
	} 