div#pageheading h1 {
	margin-bottom: 0;
}
div#mainContent.full {
	/*width: 80em;
	padding: 0px;
	float: none;*/
}
div#emptyFooter {
	height: 0px;
}
div.fscFrontHeader {
	/*width: 80em;*/
	height: 15em;
	background: url(/shared/images/fsc/main_header_bg.jpg) no-repeat top left;
	margin-bottom: 25px;
	border-bottom: 4px solid #E89F13;
}
div.fscCommonHeader {
	/*width: 80em;*/
	height: 5.833em;
	background: url(/shared/images/fsc/main_header_bg.jpg) no-repeat top left;
	border-bottom: 2px solid #E89F13;
	position: relative;
}
div.fscCommonHeader div.text {
	margin-left: 33px;
	padding-top: 35px;
}
div.fscCommonHeader #communitySearch {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
div.fscCommonHeader #communitySearch input {
	width: 200px;
	color: #666;
	font-family: arial, helvetica, verdana, sans-serif;
}
div.fscFrontHeader div.text {
	color: white;
	margin-left: 33px;
	padding-top: 55px;
	width: 400px;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}
div.fscFrontHeader div.text h1, div.fscCommonHeader div.text h1 {
	color: white;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
div.fscContent {
/*	margin-left: 5px;
	clear: both;
	padding-top: 25px; */
}
div.fscSearchContainer {
	width: 300px;
	float: left;
    padding-right: 30px;
}
div.fscSearchContainer table {
	border-collapse: collapse;
	border-bottom: 1px solid #AAA;
	margin-bottom: 15px;
}
div.fscSearchContainer table td {
	padding-bottom: 5px;
	vertical-align: top;
}
div.fscSearchContainer input.terms {
	width: 170px;
	height: 18px;
}
div.fscListContainer {
	float: left;
	width: 845px;
}
div.fscListEntry {
	margin-bottom: 20px;
	padding-top: 10px;
}
div.fscListEntry table {
	border-collapse: collapse;
	width: 100%;
}
div.fscListEntry table td {
	vertical-align: top;
}
div.fscListEntry td.fscImgCol {
	width: 100px;
}
div.fscListEntry td.fscImgCol img {
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	margin-top: 3px;
}
p.fscContributor, p.fscContributor a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
p.fscContributor a:hover {
	color: #730000;
	text-decoration: underlined;
}
div.fscListEntry td.fscRatingContainer div {
	float: right;
	width: 80px;
	text-align: center;
	color: #666;
	font-style: italic;
}
div.fscMainColumn {
	margin-left: 5px;
	margin-top: 20px;
	width: 600px;
}
div.fscRightColumn {
	width: 330px;
	float: right;
	padding-top: 20px;
}
table.fscEntryImage {
	border-collapse: collapse;
}
table.fscEntryImage td {
	width: 320px;
	height: 245px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
table.fscEntryImage td p {
	color: #999;
}
/**
 * Styles for the list of downloadable files
 */
table.fscDownloadList {
	border-collapse: collapse;
	margin-top: 20px;
	width: 320px;
}
table.fscDownloadList th {
	background: url('/shared/images/design/grey_vertical_fade.gif') repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
}
table.fscDownloadList td, table.fscDownloadList th {
	padding: 7px 5px;
	border: 1px solid #ccc;	
}
table.fscDownloadList td.filesize, table.fscDownloadList th.filesize {
	text-align: right;
	width: 70px;
}
table.fscDownloadList td.filename, table.fscDownloadList th.filename {
	text-align: left;
}
table.fscDownloadList td.delete, table.fscDownloadList th.delete {
	text-align: center;
	width: 30px;
}
table.fscDownloadList tfoot tr td {
	border-top: 2px solid #999;
}
div.fscEntryMenu {
	margin-bottom: 20px;
}
table.form tr {
	vertical-align: top;
}
table.form input {
	width: 300px;
}
table.form textarea {
	width: 300px;
	height: 40px;
}
table.form textarea.fscAbstract {
	width: 450px;
	height: 300px;
}

div.fscDownloadBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: none;
}
div.fscDownloadBox a {
	font-size: 18px;
}
div.fscDownloadBox img {
	float: left;
	margin-right: 15px;
}

/* Progress bar */
div.progressBarContainer {
	width: 100px;
	border: 1px solid #09A02D;
	padding: 1px;
	text-align: left;
	margin: auto;
}
div.progressBarContainer img {
	width: 1px;
	height: 10px;
}

div.termsAndConditions {
	width: 600px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #ccc;
	text-align: left;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
}
div.termsContainer {
	text-align: center;
	padding-top: 20px;
}

table#rate {
	border-collapse: collapse;
	margin-top: 0px;
}
table#rate td {
	text-align: center;
}

div.communityPost {
	padding: 10px;
	background-color: #ECF3F7;
	margin-bottom: 5px;
}
div.communityReview {
	padding: 15px;
	background-color: #E1EBF2;
	margin-bottom: 5px;
}
div.communityPost table {
	width: 100%;
}
div.communityPost table td {
	vertical-align: top;
}
table td.communityPostDetails, div.communityReview b {
	font-size: 10px;
	padding-bottom: 5px;
}
table td.communityPostComment {
	border-top: 1px solid #CCD2D5;
	padding-top: 5px;
}

div.fscAccessContent {
	background: url('/shared/images/design/faded_background.gif') #F6F6F6 repeat-x;
	border-bottom: 1px solid #ddd;
	padding: 15px 25px 15px 35px;
}
ul.communityMenu {
	height: 16px;
	margin: 0;
	padding: 6px 35px;
	background: #F8FBFF;
	border-top: 1px solid #CDD7E1;
	border-bottom: 1px solid #CDD7E1;
}
ul.communityMenu li {
	margin-right: 20px;
}
ul.communityMenu li a {
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
ul.communityMenu li a.selected {
	text-decoration: underline;
}div#pageheading h1 {
	margin-bottom: 0;
}
div#mainContent.full {
	/*width: 80em;
	padding: 0px;
	float: none;*/
}
div#emptyFooter {
	height: 0px;
}
div.fscFrontHeader {
	/*width: 80em;*/
	height: 15em;
	background: url(/shared/images/fsc/main_header_bg.jpg) no-repeat top left;
	margin-bottom: 25px;
	border-bottom: 4px solid #E89F13;
}
div.fscCommonHeader {
	/*width: 80em;*/
	height: 5.833em;
	background: url(/shared/images/fsc/main_header_bg.jpg) no-repeat top left;
	border-bottom: 2px solid #E89F13;
	position: relative;
}
div.fscCommonHeader div.text {
	margin-left: 33px;
	padding-top: 35px;
}
div.fscCommonHeader #communitySearch {
	position: absolute;
	bottom: 15px;
	right: 25px;
}
div.fscCommonHeader #communitySearch input {
	width: 200px;
	color: #666;
	font-family: arial, helvetica, verdana, sans-serif;
}
div.fscFrontHeader div.text {
	color: white;
	margin-left: 33px;
	padding-top: 55px;
	width: 400px;
	font-size: 12px;
	font-family: arial, helvetica, verdana, sans-serif;
}
div.fscFrontHeader div.text h1, div.fscCommonHeader div.text h1 {
	color: white;
	text-transform: uppercase;
	font-style: italic;
	font-size: 18px;
}
div.fscContent {
/*	margin-left: 5px;
	clear: both;
	padding-top: 25px; */
}
div.fscSearchContainer {
	width: 300px;
	float: left;
    padding-right: 30px;
}
div.fscSearchContainer table {
	border-collapse: collapse;
	border-bottom: 1px solid #AAA;
	margin-bottom: 15px;
}
div.fscSearchContainer table td {
	padding-bottom: 5px;
	vertical-align: top;
}
div.fscSearchContainer input.terms {
	width: 170px;
	height: 18px;
}
div.fscListContainer {
	float: left;
	width: 845px;
}
div.fscListEntry {
	margin-bottom: 20px;
	padding-top: 10px;
}
div.fscListEntry table {
	border-collapse: collapse;
	width: 100%;
}
div.fscListEntry table td {
	vertical-align: top;
}
div.fscListEntry td.fscImgCol {
	width: 100px;
}
div.fscListEntry td.fscImgCol img {
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	margin-top: 3px;
}
p.fscContributor, p.fscContributor a {
	color: #666;
	font-style: italic;
	text-decoration: none;
}
p.fscContributor a:hover {
	color: #730000;
	text-decoration: underlined;
}
div.fscListEntry td.fscRatingContainer div {
	float: right;
	width: 80px;
	text-align: center;
	color: #666;
	font-style: italic;
}
div.fscMainColumn {
	margin-left: 5px;
	margin-top: 20px;
	width: 600px;
}
div.fscRightColumn {
	width: 330px;
	float: right;
	padding-top: 20px;
}
table.fscEntryImage {
	border-collapse: collapse;
}
table.fscEntryImage td {
	width: 320px;
	height: 245px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
}
table.fscEntryImage td p {
	color: #999;
}
/**
 * Styles for the list of downloadable files
 */
table.fscDownloadList {
	border-collapse: collapse;
	margin-top: 20px;
	width: 320px;
}
table.fscDownloadList th {
	background: url('/shared/images/design/grey_vertical_fade.gif') repeat-x;
	font-family: arial, helvetica, verdana, sans-serif;
}
table.fscDownloadList td, table.fscDownloadList th {
	padding: 7px 5px;
	border: 1px solid #ccc;	
}
table.fscDownloadList td.filesize, table.fscDownloadList th.filesize {
	text-align: right;
	width: 70px;
}
table.fscDownloadList td.filename, table.fscDownloadList th.filename {
	text-align: left;
}
table.fscDownloadList td.delete, table.fscDownloadList th.delete {
	text-align: center;
	width: 30px;
}
table.fscDownloadList tfoot tr td {
	border-top: 2px solid #999;
}
div.fscEntryMenu {
	margin-bottom: 20px;
}
table.form tr {
	vertical-align: top;
}
table.form input {
	width: 300px;
}
table.form textarea {
	width: 300px;
	height: 40px;
}
table.form textarea.fscAbstract {
	width: 450px;
	height: 300px;
}

div.fscDownloadBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	float: none;
}
div.fscDownloadBox a {
	font-size: 18px;
}
div.fscDownloadBox img {
	float: left;
	margin-right: 15px;
}

/* Progress bar */
div.progressBarContainer {
	width: 100px;
	border: 1px solid #09A02D;
	padding: 1px;
	text-align: left;
	margin: auto;
}
div.progressBarContainer img {
	width: 1px;
	height: 10px;
}

div.termsAndConditions {
	width: 600px;
	height: 300px;
	overflow: scroll;
	border: 1px solid #ccc;
	text-align: left;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
}
div.termsContainer {
	text-align: center;
	padding-top: 20px;
}

table#rate {
	border-collapse: collapse;
	margin-top: 0px;
}
table#rate td {
	text-align: center;
}

div.communityPost {
	padding: 10px;
	background-color: #ECF3F7;
	margin-bottom: 5px;
}
div.communityReview {
	padding: 15px;
	background-color: #E1EBF2;
	margin-bottom: 5px;
}
div.communityPost table {
	width: 100%;
}
div.communityPost table td {
	vertical-align: top;
}
table td.communityPostDetails, div.communityReview b {
	font-size: 10px;
	padding-bottom: 5px;
}
table td.communityPostComment {
	border-top: 1px solid #CCD2D5;
	padding-top: 5px;
}

div.fscAccessContent {
	background: url('/shared/images/design/faded_background.gif') #F6F6F6 repeat-x;
	border-bottom: 1px solid #ddd;
	padding: 15px 25px 15px 35px;
}
ul.communityMenu {
	height: 16px;
	margin: 0;
	padding: 6px 35px;
	background: #F8FBFF;
	border-top: 1px solid #CDD7E1;
	border-bottom: 1px solid #CDD7E1;
}
ul.communityMenu li {
	margin-right: 20px;
}
ul.communityMenu li a {
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
ul.communityMenu li a.selected {
	text-decoration: underline;
}