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