li {
	list-style: none;
}
div.bbsMessage {
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	background: url('/shared/images/design/faded_background_hz.gif') repeat-y #eee;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}
div.bbsMessageHighlight {
	border: 1px solid #9dea9f;
	background: url('/shared/images/design/faded_background_hz_high.gif') repeat-y #dff8e0;
}
div.bbsMessageContent {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-left: 2px solid #ffb642;
	margin-left: 10em;
	background-color: #fcfcfc;
	overflow-x: hidden;
}
div.bbsMessageHighlight div.bbsMessageContent {
	border: 1px solid #9dea9f;
	border-left: 2px solid #38903b;
}
div.answer {
	position: absolute;
	right: 20px;
	top: 15px;
}
div.quarantined {
    float: right;
    color: #CD3835;
    padding: 8px 0px 5px 22px;
    margin-right: 10px;
    font-size: 1.2em;
    background: url('/shared/images/icons/warning_sm.png') no-repeat 0 11px;
}
div.solved {
	float: right;
	color: #529a0b;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
a.acceptedSolution {
	color: #529a0b;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 40px;
	background: url(/shared/images/icons/check_green_large.png) no-repeat right bottom;
}
a.acceptedSolution:hover {
	color: #3a6d07;
}
div.helpful a {
	color: #888;
	text-decoration: none;
	display: none;
}
.helpfulCount {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A5E7;
	line-height: 0.8em;
	display: block;
}
.zero {
	color: #ccc;
}
a.helpfulVotes {
	color: #888;
	float: right;
	display: block;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	background: #F6F6F6;
	text-decoration: none;
}
a.helpfulVotes:hover {
	background: #EEEEEE;
}
div.bbsMessage .even {
	border-left: 2px solid #f69344;
}
p.actions {
	text-align: right;
	padding: 0 0 3px 0;
	margin: 0px;
	float: right;
	white-space: nowrap;
}
p.actions span.inactive {
	color: #bbb;
}
p.actions a {
	text-decoration: none;
	font-weight: normal;
}
p.actions a:hover {
	text-decoration: underline;
}
div.bbsMessageAuthor {
	position: absolute;
	width: 9.167em;
	padding-top: 10px;
	text-align: center;
}
div.bbsMessageAuthor p.authorName {
	color: #666;
	font-size: 0.833em;
	font-weight: bold;
}
div.bbsMessageAuthor img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 4.167em;
	height: 4.167em;
}
div.bbsMessage p.subject {
	color: #00A5E7;
	font-weight: bold;
	font-size: 1.167em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
div.bbsMessage p.date {
	color: #666;
	margin: 0;
}
div.bbsMessage p.date a {
	text-decoration: none;
}
div.bbsMessage p.date a:hover {
	text-decoration: underline;
}
div.bbsMessage div.quote {
	margin-left: 10px;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-left: 2px solid #ffb642;
	background-color: #f5f5f5;
}
div.bbsThreadSummary {
	margin-bottom: 5px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	padding: 5px 10px;
}
div.bbsThreadSummary a {
	text-decoration: none;
}
div.bbsThreadSummary img {
	vertical-align: top;
	margin-right: 5px;
}
div#attachedFiles {
	padding: 5px 0 10px 5px;
}
div#attachedFiles img {
	vertical-align: top;
}
div.attachments {
	padding: 5px 10px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	margin: 10px 0;
}
table.bbsThreads {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
table.bbsThreads th {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 6px;
	background: url('/shared/images/design/th_bg.gif') repeat-x;
}
table.bbsThreads th a {
	color: black;
	text-decoration: underline;
	display: block;
	padding-right: 8px;
}
table.bbsThreads th a.sorted.desc {
	background: url('/shared/images/arrow_down.gif') right 6px no-repeat;
}
table.bbsThreads th a.sorted.asc {
	background: url('/shared/images/arrow_up.gif') right 6px no-repeat;
}
table.bbsThreads th a:hover {
	color: red;
	text-decoration: underline;
}
table.bbsThreads th.lastPost {
	width: 6.667em;
}
table.bbsThreads th.rss,
table.bbsThreads td.rss {
	width: 2.5em;
	text-align: center;
}
table.bbsThreads th.replies {
	width: 3.75em;
}
table.bbsThreads td {
	border-right: 1px solid #ccc;
	padding: 4px 6px;
}
table.bbsThreads tr.even td {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.bbsThreads tr.highlight td {
	background-color: #FFFEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2c1;
}
table.bbsThreads tr.highlight:nth-child(even) td {
	background-color: #f9f8d9;
}
table.bbsThreads td.author {
	border-left: none;
	width: 10em;
}
table.bbsThreads td.authorAvatar {
	border-right: none;
	width: 1.333em;
	padding-right: 0;
}
table.bbsThreads td.authorAvatar img {
	width: 1.333em;
	height: 1.333em;
	border: 1px solid #ccc;
}
table.bbsThreads td.author,
table.bbsThreads td.replies, 
table.bbsThreads td.lastPost {
	color: #666;
	font-size: 0.917em;
}
table.bbsThreads td.replies {
	text-align: center;
}
table.bbsThreads td.subject a {
	text-decoration: none;
	font-weight: normal;
}
table.bbsThreads td.subject a:hover {
	text-decoration: underline;
}
div.fscContent label {
	display: block;
}
div#fileProgressBarContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 24.167em;
	display: none;
}
div.fscCommonHeader .text {
	cursor: pointer;
}
div.searchContainer {
	padding: 10px 25px 10px 35px;
	border: none;
	border-bottom: 1px solid #CDD7E1;
	float: none;
	background: #F8FBFF;
}
div.searchContainer div#advancedSearch {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CDD7E1;
}
div.searchContainer input.mainSearch {
	width: 20.833em;
	color: #666;
}
div.searchContainer input.date {
	width: 8.333em;
	color: #666;
}
div.searchContainer input.number {
	width: 4.167em;
	color: #666;
	text-align: right;
}
div.searchContainer td {
	padding-right: 5px;
}
div.searchContainer td.help {
	color: #666;
	font-style: italic;
}
table.bbsThreadHeader {
	width: 100%;
	border-collapse: collapse;
}
table.bbsThreadHeader tr td {
	vertical-align: bottom;
}
img.clickable {
	cursor: pointer;
}
img.clickable:hover {
	border-color: #F69344;
}li {
	list-style: none;
}
div.bbsMessage {
	padding: 5px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	background: url('/shared/images/design/faded_background_hz.gif') repeat-y #eee;
	margin-bottom: 5px;
	position: relative;
	z-index: 10;
}
div.bbsMessageHighlight {
	border: 1px solid #9dea9f;
	background: url('/shared/images/design/faded_background_hz_high.gif') repeat-y #dff8e0;
}
div.bbsMessageContent {
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-left: 2px solid #ffb642;
	margin-left: 10em;
	background-color: #fcfcfc;
	overflow-x: hidden;
}
div.bbsMessageHighlight div.bbsMessageContent {
	border: 1px solid #9dea9f;
	border-left: 2px solid #38903b;
}
div.answer {
	position: absolute;
	right: 20px;
	top: 15px;
}
div.quarantined {
    float: right;
    color: #CD3835;
    padding: 8px 0px 5px 22px;
    margin-right: 10px;
    font-size: 1.2em;
    background: url('/shared/images/icons/warning_sm.png') no-repeat 0 11px;
}
div.solved {
	float: right;
	color: #529a0b;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	border-right: 1px solid #ccc;
}
a.acceptedSolution {
	color: #529a0b;
	text-decoration: none;
	display: block;
	text-align: right;
	padding-right: 40px;
	background: url(/shared/images/icons/check_green_large.png) no-repeat right bottom;
}
a.acceptedSolution:hover {
	color: #3a6d07;
}
div.helpful a {
	color: #888;
	text-decoration: none;
	display: none;
}
.helpfulCount {
	font-size: 1.5em;
	font-weight: bold;
	color: #00A5E7;
	line-height: 0.8em;
	display: block;
}
.zero {
	color: #ccc;
}
a.helpfulVotes {
	color: #888;
	float: right;
	display: block;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 7px 10px 5px 10px;
	border-radius: 5px;
	background: #F6F6F6;
	text-decoration: none;
}
a.helpfulVotes:hover {
	background: #EEEEEE;
}
div.bbsMessage .even {
	border-left: 2px solid #f69344;
}
p.actions {
	text-align: right;
	padding: 0 0 3px 0;
	margin: 0px;
	float: right;
	white-space: nowrap;
}
p.actions span.inactive {
	color: #bbb;
}
p.actions a {
	text-decoration: none;
	font-weight: normal;
}
p.actions a:hover {
	text-decoration: underline;
}
div.bbsMessageAuthor {
	position: absolute;
	width: 9.167em;
	padding-top: 10px;
	text-align: center;
}
div.bbsMessageAuthor p.authorName {
	color: #666;
	font-size: 0.833em;
	font-weight: bold;
}
div.bbsMessageAuthor img {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	width: 4.167em;
	height: 4.167em;
}
div.bbsMessage p.subject {
	color: #00A5E7;
	font-weight: bold;
	font-size: 1.167em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
div.bbsMessage p.date {
	color: #666;
	margin: 0;
}
div.bbsMessage p.date a {
	text-decoration: none;
}
div.bbsMessage p.date a:hover {
	text-decoration: underline;
}
div.bbsMessage div.quote {
	margin-left: 10px;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-left: 2px solid #ffb642;
	background-color: #f5f5f5;
}
div.bbsThreadSummary {
	margin-bottom: 5px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	padding: 5px 10px;
}
div.bbsThreadSummary a {
	text-decoration: none;
}
div.bbsThreadSummary img {
	vertical-align: top;
	margin-right: 5px;
}
div#attachedFiles {
	padding: 5px 0 10px 5px;
}
div#attachedFiles img {
	vertical-align: top;
}
div.attachments {
	padding: 5px 10px;
	background: #dff2ff;
	border: 1px solid #91c1f8;
	margin: 10px 0;
}
table.bbsThreads {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
table.bbsThreads th {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 6px;
	background: url('/shared/images/design/th_bg.gif') repeat-x;
}
table.bbsThreads th a {
	color: black;
	text-decoration: underline;
	display: block;
	padding-right: 8px;
}
table.bbsThreads th a.sorted.desc {
	background: url('/shared/images/arrow_down.gif') right 6px no-repeat;
}
table.bbsThreads th a.sorted.asc {
	background: url('/shared/images/arrow_up.gif') right 6px no-repeat;
}
table.bbsThreads th a:hover {
	color: red;
	text-decoration: underline;
}
table.bbsThreads th.lastPost {
	width: 6.667em;
}
table.bbsThreads th.rss,
table.bbsThreads td.rss {
	width: 2.5em;
	text-align: center;
}
table.bbsThreads th.replies {
	width: 3.75em;
}
table.bbsThreads td {
	border-right: 1px solid #ccc;
	padding: 4px 6px;
}
table.bbsThreads tr.even td {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
table.bbsThreads tr.highlight td {
	background-color: #FFFEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e2c1;
}
table.bbsThreads tr.highlight:nth-child(even) td {
	background-color: #f9f8d9;
}
table.bbsThreads td.author {
	border-left: none;
	width: 10em;
}
table.bbsThreads td.authorAvatar {
	border-right: none;
	width: 1.333em;
	padding-right: 0;
}
table.bbsThreads td.authorAvatar img {
	width: 1.333em;
	height: 1.333em;
	border: 1px solid #ccc;
}
table.bbsThreads td.author,
table.bbsThreads td.replies, 
table.bbsThreads td.lastPost {
	color: #666;
	font-size: 0.917em;
}
table.bbsThreads td.replies {
	text-align: center;
}
table.bbsThreads td.subject a {
	text-decoration: none;
	font-weight: normal;
}
table.bbsThreads td.subject a:hover {
	text-decoration: underline;
}
div.fscContent label {
	display: block;
}
div#fileProgressBarContainer {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	width: 24.167em;
	display: none;
}
div.fscCommonHeader .text {
	cursor: pointer;
}
div.searchContainer {
	padding: 10px 25px 10px 35px;
	border: none;
	border-bottom: 1px solid #CDD7E1;
	float: none;
	background: #F8FBFF;
}
div.searchContainer div#advancedSearch {
	display: none;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CDD7E1;
}
div.searchContainer input.mainSearch {
	width: 20.833em;
	color: #666;
}
div.searchContainer input.date {
	width: 8.333em;
	color: #666;
}
div.searchContainer input.number {
	width: 4.167em;
	color: #666;
	text-align: right;
}
div.searchContainer td {
	padding-right: 5px;
}
div.searchContainer td.help {
	color: #666;
	font-style: italic;
}
table.bbsThreadHeader {
	width: 100%;
	border-collapse: collapse;
}
table.bbsThreadHeader tr td {
	vertical-align: bottom;
}
img.clickable {
	cursor: pointer;
}
img.clickable:hover {
	border-color: #F69344;
}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;
}ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li {
	padding: 0.1em 1.5em 0.1em 0.5em;
	cursor: pointer;
	background: none;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}
.predefinedTags a {
	padding: 2px 7px;
	display: block;
	margin: 0 4px 4px 0;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	border: 1px solid #ccc;
	color: #444;
	text-decoration: none;
}
.predefinedTags a.selectedTag {
	background-color: #cceba2;
	border: 1px solid #8eb756;
}
ul.predefinedTags li {
	margin-right: 5px;
}ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li {
	padding: 0.1em 1.5em 0.1em 0.5em;
	cursor: pointer;
	background: none;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}ul.autocompleter-choices {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ccc;
	background-color: white;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li {
	padding: 0.1em 1.5em 0.1em 0.5em;
	cursor: pointer;
	background: none;
}

ul.autocompleter-choices li.autocompleter-selected {
	background-color: #444;
	color: #fff;
}

ul.autocompleter-choices span.autocompleter-queried {
	font-weight: bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried {
	color: #9FCFFF;
}
.predefinedTags a {
	padding: 2px 7px;
	display: block;
	margin: 0 4px 4px 0;
	float: left;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: #eee;
	border: 1px solid #ccc;
	color: #444;
	text-decoration: none;
}
.predefinedTags a.selectedTag {
	background-color: #cceba2;
	border: 1px solid #8eb756;
}
ul.predefinedTags li {
	margin-right: 5px;
}