/**
 * Styling for the default SilverStripe Forum 
 */

/* LAYOUT
------------------------------------ */
#ForumContent {
	width: 760px;
	float: none;
	margin: 0;
	padding: 0;
}

/* FORMS
------------------------------------ */
#ForumContent fieldset {
	border: 0pt none;
}

#ForumContent #Form_ReplyForm_action_postAMessage {
	display: block;
	padding: 4px;
}
#ForumContent textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#ForumContent .middleColumn {
	background: #E9E9E9 none repeat scroll 0%;
	display: block;
	float: left;
	margin: 10px 10px 10px 0pt;
	padding: 4px;
	width: 306px;
}

#ForumContent label.left {
	font-size: 12px;
	clear: both;
	font-weight: bold;
}

#ForumContent label.right {
	display: inline;
}

#ForumContent input.text, textarea, select {
	border: 1px solid #A7A7A7;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	width: 300px;
}

#ForumContent #Content.textarea {
	float: none;
	width: 100%;
}

#ForumContent #Content.textarea .middleColumn {
	width: 98.9%;
}

#ForumContent #Content.textarea .middleColumn textarea {
	width: 99.2%;
	height: 200px;
}

/* MESSAGE ERRORS
--------------------------------- */
.forumHolderFeatures {
	padding: 0px;
}

.message {
	border: 1px solid #b3dee2;
	background: #f1fdff;
	font-size: 1.1em;
	color: #333;
	padding: 5px;
}

	.message.required, .message.bad, .message.error {
		background: #ffc1c1 !important;
		color: #cc0000;
		border: 1px solid #ff8b8b !important;
	}

	.message.status {
		font-size: 1.2em;
		display: block;
		padding: 5px;
		color: #000;
		margin: 10px;
		border: 1px solid #add480;
		background: #f2f9ea;
	}
		.message a {
			color: #666;
		}
			.message a:hover {
				text-decoration: none;
			}

/* POST LAYOUT 
----------------------------------------- */
#PostContentNormal {
	display: none;
}

ul#Posts {
	margin: 0;
}

#PostContentNormal,
#FirstPost, #Posts li {
	clear: left;
	border-bottom: 0;
	float: left;
	margin: 0;
	list-style: none;
}
#PostContentNormal,	#FirstPost {
	width: 100%;
}
#Posts .quickReply {
	float: right;
	margin-right: 6px;
}
#Posts li.even {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-top: 0px ;
}
#Posts li.odd {
	background: #fff;
}

/* SEARCH RESULTS 
------------------------------------------ */
#forum_search p,
#forum_search p span {
	font-size: 12px;
	margin-bottom: 0px;
}
	#forum_search .topicTitle {
		margin-bottom: 10px;
	}
	
	#forum_search a.paginationPrevLink,
	#forum_search a.paginationNextLink {
		background: url(../images/replyButton.gif) no-repeat top left;
		text-decoration: none;
		width: 50px;
		padding-left: 10px;
		line-height: 20px;
		height: 20px;
		font-weight: bold;
		font-size: 12px;
		border-bottom: none;
		margin-top: -18px !important;
	}
		#forum_search .paginationPageNumber,
		#forum_search .paginationPageNumber a {
			font-size: 13px;
			color: #fff;
		}
			#forum_search .paginationPageNumber a {
				color: #ccc;
			}
			#forum_search .paginationPageNumber a:hover {
				color: #0194FF;
			}
	#forum_search .dateInfo {
		font-size: 10px;
		color: #999;
	}
	#forum_search a.current {
		color: #999;
	}
/* FORUM TOP FEATURED BOX
------------------------------------------ */
.forumFeatures {
	clear: both;
	margin-bottom: 15px;
}
	.forumFeatures span,
	.forumFeatures p {
		font-size: 1.15em;
	}
		.forumFeatures span.breadcrumbs {
			display: none;
		}
	.featureLeft {
		padding-top: 5px;
	}
		.featureLeft p {
			padding-left: 10px;
			color: #666;
			font-size: 11px;
			line-height: 18px;
			width: 367px;
		}
		#ForumContent .featureLeft h2,
		h2.bbcodeExamples {
			clear: none !important;
			margin: 0;
			font-size: 1.7em;
			line-height: 1.5em;
			font-weight: bold;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		.featureLeft a {
			color: #1c7bbf;
			text-decoration: none;
		}
			.featureLeft a:hover {
				text-decoration: underline;
			}
			
		.featureRight {
			float: right;
		}
			.featureRight p.forumStats {
				line-height: 1.8em;
			}
			.featureRight select {
				width: 245px;
				font-size: 1.2em;
				color: #000;
			}

			.featureRight span.jumpTo {
				color: #666;
			}
			.featureRight #ForumSearch {
				background: #e6efff;
				margin-top: 5px;
				padding: 5px 5px 3px 5px;
			}
				#ForumSearch span {
					font-size: 1.2em;
					/*font-weight: bold;*/
					color: #1469aa;
				}
				#ForumSearch input.text {
					color: #000;
					width: 215px;
					/*width: 230px;*/
					padding: 1px;
					font-size: 1.2em;
				}
				#ForumSearch input.submit {
					font-weight: bold;
					font-size: 1.0em;
				}

/* THREAD STYLINGS
------------------------------------ */
table.postHeader {
	border-collapse: collapse;
	width: 100%;
	clear: both;
	margin: 0;
}

table.postHeader th, table.postHeader td {
	border: none;
}

table.postHeader tr {
	padding: 3px;
}
	table.postHeader tr.rowOne {
		background: #6a6a6a;
	}
	table.postHeader tr.rowOne select {
		font-size: 1.2em;
	}
	table.postHeader tr.rowTwo {
		background: #ededed;
	}
	table.postHeader span,
	table.postHeader p {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	table.postHeader tr.rowOne span {
		color: #fff;
	}
	table.postHeader td.pageNumbers {
		width: 30%;
		color: #fff;
		padding: 5px;
	}	
		table.postHeader td.pageNumbers a {
			color: #fff;
		}
			table.postHeader td.pageNumbers a.prev {
				background: url(../../forum/images/replyButton.gif) no-repeat top left;
				color: #d07327;
				text-decoration: none;
				width: 58px;
				height: 20px;
				line-height: 3em;
				padding: 3px 14px 5px 14px;
				font-size: 1.2em;
				font-weight: bold;
				text-transform: uppercase;
			}

table.postHeader td.gotoButton {
	width: 60%;
}
table.postHeader td.replyButton {
	width: 160px;
}
table.postHeader td.author {
	padding-left: 5px;
}
table.postHeader td.topicTitle {

}
table.postHeader td.noOfReads {
	text-align: right;
	padding-right: 10px;
}
table.postHeader td.replyButton a {
	background: url(../../forum/images/replyButton.gif) no-repeat top left;
	color: #779452;
	text-decoration: none;
	width: 58px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
}
	table.postHeader td.replyButton a.subscribe,
	table.postHeader td.replyButton a.unsubscribe {
		
		padding: 0;
		padding-left: 12px;
		display: block;
		float: right;
		text-align: center;
		line-height: 20px;
		color: #666666;
		font-size: 11px;
		margin-top: 9px;
		font-weight: bold;
		letter-spacing: -0.3pt;
		height: auto;
		background: white;
		/* background: url(/themes/mktportal/images/feed-icon-14x14.png) no-repeat 0px 2px; */
	}
	table.postHeader td.replyButton a.unsubscribe
	{
		margin-top: 0;
		line-height: 14px;
	}
	
	table.postHeader td.replyButton a.hidden {
		display: none;
	}
table.postHeader td.replyButton a.next {
}


table.postHeader td.gotoButtonTop a,
table.postHeader td.gotoButtonEnd a {
	color: #0162a9;
	text-decoration: none;
	display: block;
	width: 63px;
	height: 18px;
	padding: 2px 5px 0 20px;
	font-size: 11px;
	font-weight: bold;
}
table.postHeader td.gotoButtonTop a {
	background: url(../../forum/images/gotoTop.gif) no-repeat top left;
}
table.postHeader td.gotoButtonEnd a {
	background: url(../../forum/images/gotoEnd.gif) no-repeat top left;
}


	/* Posters information styling (in thread) */
	div.userInformation {
		float: left;
		width: 120px;
		padding: 8px 10px;
	}
		div.userInformation a.authorTitle,
		div.userInformation span.authorTitle {
			font-size: 13px;
			line-height: 1.5em;
			font-weight: bold;
		}
			div.userInformation a.authorTitle {
				text-decoration: none;
				color: #309eed;
			}
				div.userInformation a.authorTitle:hover {
					text-decoration: underline;
				}
		div.userInformation img.userAvatar,
		div#UserProfile img.userAvatar {
			border: 8px solid #ccc;
		}
		div.userInformation span.rankingTitle {
			font-weight: bold;
			padding: 3px;
			line-height: 1.4em;
		}
			div.userInformation span.rankingTitle.expert {
				color: #d7aa09;
				background: #fdf8da;
			}
		div.userInformation span {
			font-size: 0.9em;
			color: #666;
		}
			div.userInformation br {
				line-height: 2em;
			}

	/* Posters content styling (in thread) */
	div.posterContent {
		padding: 18px 0 18px 18px;
		width: 590px;
		_width: 585px;
	}
		div.posterContent h4 {
			font-size: 1.5em;
			color: #368cc9;
			border: none;
			margin: 0;
		}
		div.posterContent p.postDate {
			font-size: 10px;
			line-height: 2em;
			color: #b1b1b1;
			margin-bottom: 8px;
		}
		div.posterContent div.postType {
			margin-bottom: 20px;
		}

			div.posterContent div.postType p {
				font-size: 11px;
				line-height: 14px;
			}

		div.posterContent p.lastEdited {
			color: #b1b1b1;
			font-size: 1.2em;
			padding-top: 0.5em;
			margin: 0;
			border-top: 1px dotted #ccc;
		}
		div.posterContent div.postModifiers {
			padding: 5px;
			font-weight: bold;
			border-right: none;
			font-size: 1em;
			margin-left: 0;
			padding-left: 0;
		}
			div.postModifiers a {
			}
				div.postModifiers a:hover {
					color: black;
					text-decoration: none;
				}


/* REPLY FORM 
----------------------------------- */

#PreviousPosts {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEE;
}

/* TOPIC LISTING VIEW 
----------------------------------- */
.topicList {
	border-collapse: collapse;
	width: 100%;
}
	.topicList tr th {
		background: transparent;
		color: #fff;
		padding: 5px;
		margin: 0;
		font-size: 10px;
		font-weight: bold;
		vertical-align:middle;
		font-size: 12px;
	}
	.topicList tr {
		background: #fff;
	}
		.topicList tr.odd {
			background: #f5f5f5;
		}
		.topicList tr.stickyPost {
			background: #f8e7d3;
			border: 1px solid #e7ccad;
		}
	.topicList tr td {
		padding: 7px;
		margin: 0;
		color: #333;
		line-height: 11px;
		vertical-align: top;
	}
		.topicList tr td.forumCategory {
			width: 60%;
		}
			#ForumContent .topicList tr td.forumCategory div.summary p
			{
				font-size: 10px;
				line-height: auto;
				margin-top: 0;
			}
			.topicList tr td.forumCategory span.summary p,
			.topicList tr td.topicName p.summary {
				font-size: 10px;
				line-height: 14px;
				margin: 0px;
			}
		.topicList tr td.topicName {
			width: 75%;
		}
		.topicList tr td.count {
			text-align: center;
			vertical-align: middle;
		}
		.topicList tr.category td {
			font-size: 14px;
			background: #6a6a6a;
			font-weight: bold;
			color: #fff;
		}
		.topicList tr td p.userInfo {
			color: #999;
			margin:0;
		}
		.topicList tr td a {
			color: #1c7bbf;
			text-decoration: none;
		}
			.topicList tr td a.topicTitle {
				font-weight: bold;
				display: block;
				margin-bottom: 4px;
			}
				.topicList tr td.lastPost a.topicTitle {
					font-size: 10px;
					margin: 0;
				}
			.topicList tr td a:hover {
				text-decoration: underline;
			}
		.topicList .lastPost p {
			font-size: 0.75em;
			line-height: 1.5em;
		}

		.topicList .lastPost img {
			vertical-align: middle;
		}


/* CURRENTLY ONLINE
------------------------------------- */
#CurrentlyOnline {
	margin-top: 20px;
	padding: 10px 10px 5px 20px;
}
	#CurrentlyOnline strong {

		font-size: 13px;
		margin-bottom: 6px;
		padding-right: 4px;
		font-weight: bold;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
	#CurrentlyOnline p {
		font-size: 11px;
		margin-bottom: 4px;
	}
		#CurrentlyOnline p a,
		#CurrentlyOnline span a {
			color: #888;
			text-decoration: underline;
		}
			#CurrentlyOnline p a:hover,
			#CurrentlyOnline span a:hover {
				text-decoration: none;
			}

/* USER PROFILES
------------------------------------ */
#UserProfile,
#MemberLatestPosts {
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
	#UserProfile h2,
	#MemberLatestPosts h2 {
		color: #0b6db4;
		font-size: 1.7em;
		line-height: 2em;
		font-weight: bold;
		font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
		margin-bottom: 0;
	}
	#MemberLatestPosts ul {
		margin-top: 0;
	}
	#MemberLatestPosts ul li {
		font-size: 1.2em;
		padding: 0 0 5px 5px;
	}
	#UserProfile h3 {
		color: #0b6db4;
		font-size: 1.4em;
		line-height: 2em;
		font-weight: bold;
		margin-left: 5px;
	}
	#UserProfile div {
		clear: both;
	}
	#UserProfile label.left {
		font-weight: bold;
		width: 200px;
	}

	#UserProfile p.message {
		font-size: 1.2em;
		margin-left: 0;
	}
	#UserProfile p.readonly {
		border: 1px solid #c5c5c5;
		background: #f2f2f2;
		margin-left: 200px;
		padding: 5px;
	}
	#UserProfile input.text {
		font-size: 1.2em;
		color: #666;
		padding: 2px;
		width: 200px;
	}
	#UserProfile #Avatar .simpleimage {
		color: #666;
		padding: 0px;
		margin-bottom: 0px;
	}
	#UserProfile div.simpleimage input {
		padding: 2px;
		width: 200px;
		font-size: 1.4em;
		color: #666;
	}
	#UserProfile div.simpleimage img {
		float: left;
		margin: 10px 0px 0px 100px;
	}

	#UserProfile select {
		width: 208px;
		color: #666;
		font-size: 1.2em;
		padding: 1px;
	}
	#UserProfile span.readonly {
		font-size: 1.2em;
		color: #666;
	}

	#UserProfile .checkableoption {
		position: relative;
		width: 435px;
	}
	#UserProfile .checkableoption input.checkbox {
		position: absolute;
		top: 40px;
		right: 90px;
	}

#Form_ReplyForm {
	margin-bottom: 20px;
}

/* ATTACHMENTS
--------------------------------------------------- */

#Form_ReplyForm_AttachmentField_PostAttachment {
	height: 80px;
	border: none;
}
div.attachments {
	font-size: 1.2em;
	line-height: 2em;
}
div.attachments strong {
	line-height: 2em;
}
ul.attachmentList {
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin: 0;
}
#Posts li li.attachment {
	height: 60px;
	margin: 0px 15px 15px 0px;
	clear: none;
	border: none;
}
#Posts li li.attachment a img {
	margin-bottom: -7px;
}


/* BBCODE
----------------------------------------- */
ul.bbcodeExamples li {
	font-size: 1.2em;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
ul.bbcodeExamples li.last {
	border: none;
}
ul.bbcodeExamples li span.example {
	font-family: Courier New,Courier;
}
form .BBCodeHint {
	font-size: 1.4em;
	clear: both;
	text-align: center;
}
#BBTagsHolder.hide {
	display: none;
}
#BBTagsHolder.show {
	display: block;
}

/* Inside Post */
	div.postType p.code {
		margin: 0 !important;
	}
	div.postType div.code {
		padding: 5px;
		width: 500px;
		font-family: "Courier New",Courier;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	div.postType div.code code,
	div.postType div.code code span {
		font-family: "Courier New",Courier;
}

/* CODE SNIPPET
---------------------------------- */


/* FORUM REGISTER
--------------------------------- */
#RegisterLogin p {
	margin: 0 0 4px 0;
}

#RegisterLogin img {
	border: none;
	vertical-align: middle;
}
#TopicSubscription {
	text-align: center;
}
#ForumContent p.Actions {
	text-align: right;
	margin-bottom: 10px;
}

/* OPENID STYLES
--------------------------------------- */

#Form_RegistrationWithOpenIDForm_OpenIDURL {
  background: url(../../sapphire/images/openid-small.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
  padding-left: 18px !important;
  width: 284px;
}

#OpenIDDescription {
	position: absolute;
	display: none;
	left: 700px;
	border: 3px solid #e1f0f7;
	outline: 2px solid #bed6e1;
	padding: 5px;
	width: 320px;
	background-color: #FFFFFF;
}
	#OpenIDDescription.hide {
		display: none;
	}
	#OpenIDDescription span {
		float: right;
		font-size: 1.5em;
		font-weight: bold;
	}
	#OpenIDDescription h1 {
		clear: none;
		font-size: 2em;
		margin: 0;
		margin-bottom: 0.2em;
	}

/* ----------------------------
 MEMBERS/THREADS LIST STYLING
----------------------------- */

#SortThreadsBy .current {
	color: #999;
	text-decoration: none;	
}

#MembersList,
#ThreadsList {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
}
	#MembersList tr,
	#ThreadsList tr {
		background: #fff;
	}
		#MembersList tr.odd,
		#ThreadsList tr.odd {
			background: #F5F5F5;
		}
			#MembersList tr td,
			#ThreadsList tr td {
				border: 1px solid #E3E3E3;
			}
		#MembersList tr:hover,
		#MembersList tr.odd:hover,
		#ThreadsList tr:hover,
		#ThreadsList tr.odd:hover {
			background: #e2f3fa;
			cursor: pointer;
		}
		#MembersList tr.head,
		#ThreadsList tr.head {
			background: none;
		}

	#MembersList th,
	#ThreadsList th {
		font-weight: bold;
		font-size: 11px;
		padding: 4px 4px;
	}
	#MembersList td,
	#ThreadsList td {
		padding: 5px;
	}
		#MembersList td.numericField,
		#ThreadsList td.numericField {
			text-align: center;
		}
	#ForumMembersPagination p,
	#ThreadsPagination p {
		text-align: center;
		font-size: 1.3em;
		margin-top: 1em;
	}
	
/* -------------------------------
 FORUM ADMIN FEATUES
-------------------------------- */

#ForumAdminFeatures {
	margin: 20px 0;
	padding: 20px;
	background: #f4f4f4;
	border: 1px solid #eee;
}
	#ForumAdminFeatures h3 {
		font-weight: bold;
		margin-bottom: 6px;
		font-size: 16px;
	}
	#ForumAdminFeatures label.left {
		font-weight: normal;
	}
/** Forum Admin Message **/
#ForumAdminMsg {
	display: block;
	width: 100%;
	padding: 20px;
	background: #cee4c4;
	font-size: 18px;
	font-weight: bold;
	color: #618252;
}

/* --------------------------
 CURRENT ATTACHMENT STYLING
--------------------------- */
#Attachment {
	width: 350px;
	float: left;
}
#CurrentAttachments {
	float: right;
	margin-top: 10px;
	width: 400px;
}
	#CurrentAttachments ul {
		margin-left: 0;
	}
		#CurrentAttachments li {
			
		}

/* ---------------------------
 * SIGNATURES
 * ------------------------- */
#Posts .signature {
	border-top: 1px solid #eee;
}
	#Posts .signature p {
		font-size: 10px;
		color: #888;
	}
















/* Merged */

#ForumContent table tr
{
	position: relative;
}

#ForumContent p
{
	font-size: 12px;
}

#ForumContent {
	float: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 27px;
	font-size: 12px;
}

#ForumContent fieldset {
	border: 0pt none;
	font-size: 1.1em;
}

#ForumContent textarea {
	font-family: Verdana, Tahoma, sans-serif;
}

#ForumContent .middleColumn {
	background: #E9E9E9 none repeat scroll 0%;
	clear: left;
	display: block;
	margin: 10px 10px 10px 0pt;
	padding: 4px;
	width: 306px;
}

#ForumContent label.left {
	font-weight: bold;
}

#ForumContent label.right {
	display: inline;
}

#ForumContent input.text, textarea, select {
	border: 1px solid #A7A7A7;
	color: #000000;
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	width: 300px;
}

#ForumContent #Content.textarea {
	float: none;
	width: 100%;
}

#ForumContent #Content.textarea .middleColumn {
	width: 98.9%;
}

#ForumContent #Content.textarea .middleColumn textarea {
	width: 99.2%;
	height: 200px;
}


	/* Background holder for the forum and topic list table */
	.forumHolderFeatures {
		width: 866px;
		clear:both;
	}

	.message {
		border: 1px solid #b3dee2;
		background: #f1fdff;
		font-size: 1.1em;
		color: #333;
		padding: 5px;
	}

	.message.required, .message.bad, .message.error {
		background: #ffc1c1 !important;
		border: 1px solid #ff8b8b !important;
	}

	.message.status {
		font-size: 1.2em;
		display: block;
		padding: 5px;
		color: #000;
		margin: 10px;
		border: 1px solid #add480;
		background: #f2f9ea;
	}
		.message a {
			color: #666;
		}
			.message a:hover {
				text-decoration: none;
			}


	/* Post content styling */
	#PostContentNormal {
		display: none;
	}

	ul#Posts {
		margin: 0;
	}

	#PostContentNormal,
	#FirstPost, #Posts li {
		clear: left;
		float: left;
		margin: 0;
		list-style: none;
	}
	#PostContentNormal,	#FirstPost {
		width: 100%;
	}

	#Posts li.even,
	#Posts li.odd 
	{
		width: 100%;		
		background: #fff;
	}

	/* Forum features box styling */
	.forumFeatures {
		clear: both;
		padding: 5px;
		margin-bottom: 15px;
		margin-top: 20px;
	}
		.forumFeatures span,
		.forumFeatures p {
			font-size: 12px;
		}
		.forumFeatures span.breadcrumbs {
			display: none;
		}
		.featureLeft {
			padding-top: 5px;
		}
			.featureLeft p {
				padding-left: 10px;
			}
			.featureLeft h2,
			h2.bbcodeExamples {
				font-size: 1.8em;
				color: #474747;
				
			}
			.featureLeft p {
				color: #666;
				font-size: 1.3em;
				line-height: 1.3em;
				width: 367px;
			}
			#Layout .featureLeft p 
			{
				padding-left: 0px;
			}
			.featureLeft a {
				color: #1c7bbf;
				text-decoration: none;
			}
				.featureLeft a:hover {
					text-decoration: underline;
				}
		.featureRight {
			padding-top: 15px;
		}
			.featureRight p.forumStats {
				line-height: 1.8em;
				display: none;
			}
			.featureRight select {
				/* width: 250px; */
				width: 245px;
				font-size: 1.2em;
				color: #000;
				font-weight: normal;
				margin-left:23px;
			}


			.featureRight span.jumpTo {
				font-weight: bold;
				color: #666;
			}
			.featureRight #ForumSearch {
				margin-top: 5px;
				padding: 5px 5px 3px 29px;
				background: transparent url(../images/sprite.png) no-repeat 0px -73px;
			}
				#ForumSearch span {
					font-size: 1.2em;
					/*font-weight: bold;*/
					color: #1469aa;
				}
				#ForumSearch input.text {
					color: #000;
					width: 218px;
					padding: 1px;
					height: 19px;
					margin: 0px;
					position: relative;
					top: -1px;
				}
				#ForumSearch input.submit {
					font-weight: bold;
					font-size: 1.0em;
					color: white;
					height: 23px;
					width: 69px;
					background: transparent url(../images/sprite.png) no-repeat -553px -75px;
					border: none;
					text-indent: -2000px;
					cursor: pointer;
				}

	/* Thread heading information styling */
	table.postHeader {
		border-collapse: collapse;
		width: 100%;
		clear: both;
		margin: 0;
		position: relative;
		top: -1px; /* To hide the last item stripe */
	}

		table.postHeader th, table.postHeader td {
			border: none;
			padding: 0;
		}

		table.postHeader tr {
			padding: 3px;
		}
		table.postHeader tr.rowOne {
			background: #474747 url(../images/sprite.png) no-repeat 0px -307px;
			height: 33px;
			
		}
			table.postHeader tr.rowOne select {
				font-size: 1.2em;
			}
		table.postHeader tr.rowTwo {
			height: 36px;
			background: transparent url(../images/sprite.png) no-repeat 0px -256px;
		}
		table.postHeader tr.rowTwoBottom
		{
			background: transparent url(../images/sprite.png) no-repeat 0px -259px !important;
		}
		table.postHeader tr.rowTwo {
			height: 36px;
			background: transparent url(../images/sprite.png) no-repeat 0px -256px;
		}
			table.postHeader tr.rowTwo td
			{
				line-height: 36px;
			}
		table.postHeader span,
		table.postHeader p {
			font-size: 12px;
			line-height: 1.2em;
		}
			table.postHeader tr.rowOne span {
				
				color: #fff;
			}
			table.postHeader td.pageNumbers {
				width: 30%;
				color: #fff;
				vertical-align: top;
				line-height: 23px;
				padding-left: 14px;
				padding-top: 0;
				padding-bottom: 0;
			}
				table.postHeader td.pageNumbers a,
				table.postHeader td.pageNumbers span
				{
					color: #fff;
				}
				table.postHeader td.pageNumbers a
				{
				}
				
				table.postHeader td.pageNumbers span 
				{
					color: #a7a7a7;
				}
				table.postHeader td.pageNumbers a.prev {
					background: url(../images/sprite.png?flush=1) no-repeat -0px -119px;
					width: 90px;
					display: block;
					padding: 0px;
					height: 33px;
					text-indent: -2000px;
					position: relative;
					left: -14px;
				}

			table.postHeader td.gotoButton {
				width: 60%;
			}
			table.postHeader td.replyButton {
				width: 180px;
				background: white;
				vertical-align: top;
			}
			table.postHeader td.author {
				padding-left: 14px;
			}
			table.postHeader td.topicTitle {
			}
			table.postHeader td.noOfReads {
				text-align: right;
				padding-right: 10px;
			}
			table.postHeader td.noOfReads span
			{
				white-space: nowrap;
			}
		table.postHeader td.replyButton a {
			background: transparent url(../images/sprite.png) no-repeat 0px -209px;
			background: transparent url(../images/button_control.png) no-repeat 0 0;
			color: #fff;
			text-decoration: none;
			width: 79px;
			height: 33px;
			font-weight: bold;
			display: block;
			float: right;
			line-height: 34px;
		}
		table.postHeader td.replyButton a span {
			background: transparent url(../images/sprite.png) no-repeat right -209px;
			display: block;
			height: 100%;
			margin-left: 14px;
			line-height: 33px;
			text-align: center;
			padding-right: 14px;
		}
			table.postHeader td.replyButton a.next {
				margin-right: 4px;
			}


		table.postHeader td.gotoButtonTop a,
		table.postHeader td.gotoButtonEnd a {
			color: white;
			text-decoration: none;
			display: block;
			width: 63px;
			height: 18px;
			padding: 2px 5px 0 20px;
			font-size: 11px;
			font-weight: bold;
			float: right;
		}
			table.postHeader td.gotoButtonTop a {
				background: transparent url(../images/sprite.png) no-repeat right -119px;
				height: 33px;
				padding-right: 33px;
				line-height: 30px;
			}
			table.postHeader td.gotoButtonEnd a {
				background: transparent url(../images/sprite.png) no-repeat right -307px;
				height: 33px;
				padding-right: 33px;
				line-height: 30px;
			}


	/* Posters information styling (in thread) */
	div.userInformation {
		float: left;
		width: 120px;
		padding: 8px 10px;
		text-align: center;
	}
	div.userInformation br
	{
		height: 4px;
		display: block;
	}
		div.userInformation a.authorTitle,
		div.userInformation span.authorTitle {
			font-size: 12px;
			line-height: 1.5em;
			font-weight: bold;
		}
			div.userInformation a.authorTitle {
				text-decoration: none;
				color: #309eed;
			}
				div.userInformation a.authorTitle:hover {
					text-decoration: underline;
				}
		div.userInformation img.userAvatar,
		div#UserProfile img.userAvatar {
			border: none;
		}
		div.userInformation span.rankingTitle {
			font-weight: bold;
			padding: 3px;
			line-height: 1.4em;
			display: none;
		}
			div.userInformation span.rankingTitle.expert {
				color: #d7aa09;
				background: #fdf8da;
			}
		div.userInformation span {
			font-size: 12px;
			color: #666;
		}
			div.userInformation br {
				line-height: 2em;
			}

	/* Posters content styling (in thread) */
	div.posterContent {
		padding: 0px 0 18px 18px;
		width: 590px;
		font-size: 12px;
		float: left;
	}
		div.posterContent h4 {
			font-size: 1.3em;
			color: #368cc9;
			border: none;
			margin: 0;
		}
		#Layout div.posterContent p.postDate {
			font-size: 12px;
			color: #b1b1b1;
			margin-bottom: 5px;
			margin-top: 0px;
		}
		div.posterContent div.postType {
			margin-bottom: 20px;
		}

			div.posterContent div.postType p {
				font-size: 1.1em;
				line-height: 120%;
			}

		div.posterContent p.lastEdited {
			color: #b1b1b1;
			font-size: 1.2em;
			padding-top: 0.5em;
			margin: 0;
			border-top: 1px dotted #ccc;
		}
			div.postModifiers a {
			}
				div.postModifiers a:hover {
					color: black;
					text-decoration: none;
				}


	/* Topic tree styling */
	#TopicTree {
	}
	#TopicTree li {
	}
		p.message {
			background: #f5ffec;
			border-top: 1px solid #6bb521;
			border-bottom: 1px solid #6bb521;
			padding: 10px 50px 10px 15px;
			margin-bottom: 15px;
			color: #000;
			font-size: 1.5em;
		}

		#TopicTree li a {
			color: #368cc9;
			text-decoration: none;
			font-size: 1.4em;
			line-height: 1.7em;
		}
		#TopicTree li ul li {
		}
			#TopicTree div.replyPost {
				background: #e7e7e7;
				padding: 5px;
			}
				#TopicTree div.replyPost div.postHolder {
					background: #f9f9f9;
				}


	/* Topic list styling shared between forum view and topic list view */
	#TopicList,
	.topicList {
		border-collapse: collapse;
		width: 100%;
	}
	#TopicList
	{
		margin: 0;
	}
		#TopicList tr th,
		.topicList {
			font-weight: bold;
			margin: 0;
			color: #fff;
			font-size: 12px;
			vertical-align: middle;
			padding-left: 10px;
		}
		#TopicList tr, 
		.topicList tr
		{
			background: transparent url(../images/sprite.png) no-repeat;
			height: 43px;
			*height: 32px;
		}
			#TopicList tr.odd,
			#TopicList tr.even,
			.topicList tr.odd,
			.topicList tr.even {
				background: transparent url(../images/sprite.png) no-repeat 0px -356px;
				height: 87px;
				
			}
		#TopicList tr td,
		.topicList tr td {
			padding: 7px;
			margin: 0;
			color: white;
			line-height: 1.1em;
			vertical-align: top;
			border: 0px;
		}
			#TopicList tr td.forumCategory,
			.topicList tr td.forumCategory{
				width: 60%;
				line-height:24px;
				border: 0px;
			}
			#TopicList tr td.forumCategory a,
			.topicList tr td.forumCategory a {
				color: white;
			}
				#TopicList tr td.forumCategory span.summary p,
				#TopicList tr td.topicName p.summary,
				.topicList tr td.forumCategory span.summary p,
				.topicList tr td.topicName p.summary   
				{
					font-size: 0.9em;
					line-height: 1.2em;
					color: #666;
				}
			#TopicList tr td.topicName,
			.topicList  tr td.topicName
			{
				width: 75%;
			}
			#TopicList tr td.count,
			.topicList tr td.count
			{
				text-align: center;
				vertical-align: middle;
				font-size: 20px;
				color: #666;
			}
			#TopicList tr td p.userInfo,
			.topicList tr td p.userInfo
			{
				color: #999;
			}
			#TopicList tr td a,
			.topicList tr td a
			{
				color: #333;
			}
				#TopicList tr td a.topicTitle,
				.topicList tr td a.topicTitle
				{
					font-weight: bold;
					text-decoration: none;
					color: #333;
				}
				#TopicList tr td a:hover,
				.topicList tr td a:hover
				{
					text-decoration: underline;
				}
			#TopicList .lastPost p,
			.topicList .lastPost p
			{
				font-size: 0.75em;
				line-height: 1.5em;
			}

			#TopicList .lastPost img,
			.topicList .lastPost img
			{
				vertical-align: middle;
			}


	/* Currently online box styling */
	#CurrentlyOnline {
		margin-top: 20px;
		padding: 0 10px 5px 20px;
	}
		#CurrentlyOnline h3 {
			font-size: 2em;
			color: #474747;
		}
		#CurrentlyOnline p a,
		#CurrentlyOnline span a {
			text-decoration: underline;
		}
			#CurrentlyOnline p a:hover,
			#CurrentlyOnline span a:hover {
				text-decoration: none;
			}
			#CurrentlyOnline p a {
				font-size: 1.4em;
				/* line-height: 2em; */
			}
		#CurrentlyOnline span {
			font-size: 1.4em;
			/* line-height: 3em; */
			color: #333;
		}

	/* User profile styling */
	#UserProfile,
	#MemberLatestPosts {
		margin-top: 20px;
		padding: 0 10px 0 20px;
	}
		#UserProfile h2,
		#MemberLatestPosts h2 {
			color: #0b6db4;
			font-size: 1.7em;
			line-height: 2em;
			font-weight: bold;
			font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
			margin-bottom: 0;
		}
		#MemberLatestPosts ul {
			margin-top: 0;
		}
		#MemberLatestPosts ul li {
			font-size: 1.2em;
			padding: 0 0 5px 5px;
		}
		#UserProfile h3 {
			color: #0b6db4;
			font-size: 1.4em;
			line-height: 2em;
			font-weight: bold;
			margin-left: 5px;
		}
		#UserProfile div {
			padding: 10px 0 0 20px;
			margin-bottom: 10px;
			clear: both;
		}
		#UserProfile label.left {
			font-size: 1.4em;
			float: left;
			font-weight: bold;
			width: 200px;
		}
		#UserProfile p {
			/* font-size: 1.5em; */
			font-size: 1.2em;
			margin-left: 20px;
		}
		#UserProfile p.message {
			/* font-size: 1.5em; */
			font-size: 1.2em;
			margin-left: 0;
		}
		#UserProfile p.readonly {
			border: 1px solid #c5c5c5;
			background: #f2f2f2;
			margin-left: 200px;
			padding: 5px;
		}
		#UserProfile input.text {
			font-size: 1.2em;
			color: #666;
			padding: 2px;
			width: 200px;
		}
		#UserProfile #Avatar .simpleimage {
			/*font-size: 1.4em;*/
			color: #666;
			padding: 0px;
			/*width: 200px;*/
			margin-bottom: 0px;
		}
		#UserProfile div.simpleimage input {
			/*margin-left: 180px;*/
			padding: 2px;
			width: 200px;
			font-size: 1.4em;
			color: #666;
		}
		#UserProfile div.simpleimage img {
			/*float: right;
			margin-right: 100px;*/
			float: left;
			margin: 10px 0px 0px 100px;
		}

		#UserProfile select {
			width: 208px;
			color: #666;
			font-size: 1.2em;
			padding: 1px;
		}
		#UserProfile span.readonly {
			font-size: 1.2em;
			color: #666;
		}

		#UserProfile .checkableoption {
			position: relative;
			width: 435px;
		}
		#UserProfile .checkableoption input.checkbox {
			position: absolute;
			/*top: 15px;
			right: 0px;*/
			top: 40px;
			right: 90px;
		}

#Form_ReplyForm {
	margin-bottom: 20px;
}

#Form_ReplyForm_AttachmentField_PostAttachment {
	/*width: 525px;*/
	height: 80px;
	border: none;
}
div.attachments {
	font-size: 1.2em;
	line-height: 2em;
}
div.attachments strong {
	line-height: 2em;
}
ul.attachmentList {
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
#Posts li li.attachment {
	height: 60px;
	margin: 0px 15px 15px 0px;
	clear: none;
	border: none;
}
#Posts li li.attachment a img {
	margin-bottom: -7px;
}

/* Helpers */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */

/* These are for the BBCode example tags at the top of the start topic/reply to topic/edit post forms */
ul.bbcodeExamples li {
	font-size: 1.2em;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}
ul.bbcodeExamples li.last {
	border: none;
}
ul.bbcodeExamples li span.example {
	font-family: Courier New,Courier;
}

/* These are for the BBCode tags inside a Post */
div.postType p.code {
	margin: 0 !important;
}
div.postType div.code {
	padding: 5px;
	width: 500px;
	font-family: Courier New,Courier;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
div.postType div.code code,
div.postType div.code code span {
	font-family: Courier New,Courier;
}

form .BBCodeHint {
	font-size: 1.4em;
	text-align: center;
	margin-top: 15px;
}
#BBTagsHolder.hide {
	display: none;
}
#BBTagsHolder.show {
	display: block;
}

#RegisterLogin
{
	border-bottom: 1px solid #a3a3a3;
	position: relative;
	left: -27px;
	width: 912px;
	*width: 860px;
	padding: 8px 27px 10px;
}

#RegisterLogin span {
	margin-left: 5px;
	margin-right: 11px;
	font-size: 1.3em;
}

#RegisterLogin a {
	text-decoration: none;
	color: #0075c7;
	font-weight: bold;
}

#RegisterLogin a:hover {
	text-decoration: underline;
}

#RegisterLogin img {
	border: none;
	vertical-align: middle;
}

#TopicSubscription {
	text-align: center;
}

#ForumContent p.Actions {
	text-align: right;
	margin-bottom: 10px;
}

#ForumContent h1.genericTitle
{
	display: none;
}

#Form_RegistrationWithOpenIDForm_OpenIDURL {
  background: url(../../sapphire/images/openid-small.gif) no-repeat;
  background-color: #fff;
  background-position: 0 50%;
  color: #000;
  padding-left: 18px !important;
  width: 284px;
}

a#startNewTopicButton
{
	background: transparent url(../images/sprite.png) no-repeat -717px -75px;
	width: 149px;
	display: block;
	height: 33px;
	margin-bottom: 5px;
}

a#startNewTopicButton span
{
	display: none;
}


	#Forum .typography
	{
		float: none;
		border-bottom: 0px;
		margin-left: 0px;
	}



