#ForumContent {
	margin: 13px;
}

#ForumContent h1 {
	float: left;
	margin: 1em;
	margin-left: 0;
}

#ForumContent h2 {
	margin: 1em;
	margin-left: 0;
}
#ForumContent p {
	clear: both;
}

#ForumContent .middleColumn {
	clear: left;
	display: block;
	margin: 10px 10px 10px 0pt;
	padding: 4px;
	width: 306px;
}

#ForumContent label.left {
	font-size: 1.2em;
	font-weight: bold;
	margin:0 0 -10px 5px;
}

#ForumContent label.right {
	display: inline;
}

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

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

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

#ForumContent p {
	margin: 0 0 1em 0;
}

#ForumContent fieldset {
	margin: 0 0 1em 0;
}
#Form_ReplyForm_Title, #Form_EditPostForm_Title {
width: 400px;
}
#Form_EditPostForm_Content, #Form_ReplyForm_Content {
height:200px;
width: 400px;
}
#Form_ReplyForm_action_postAMessage, #Form_EditPostForm_action_editAMessage {
width: 150px;
}
/* Background holder for the forum and topic list table */
.forumHolderFeatures {
margin: 13px 13px 0 13px;
}

.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: #333;
	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: both;
	border: 0;
	border-bottom: 0;
	margin: 0;
	list-style: none;
}
#PostContentNormal,	#FirstPost {
	width: 100%;
}

#Posts li.even {
}
#Posts li.odd {
}

/* Forum features box styling */
.forumFeatures {
	width: 100%;
	margin-top: 30px;
}
.forumFeatures span,
.forumFeatures p {
	font-size: 1.15em;
}
.forumFeatures span.breadcrumbs {
	display: none;
}
.featureLeft {
}
.featureLeft p {
	padding-left: 0;
}
.featureLeft h2,
h2.bbcodeExamples {
	clear: none !important;
	margin: 0;
	font-size: 1.7em;
	line-height: 1.5em;
	font-weight: bold;
}
.featureLeft p {
	font-size: 1.3em;
	line-height: 1.3em;
	width: 367px;
}
.featureLeft a {
	color: #fe0000;
	text-decoration: none;
}
.featureLeft a:hover {
	text-decoration: underline;
}
.featureRight {
	float: right;
	text-align: right;
}
.featureRight p.forumStats {
	line-height: 1.8em;
}
.featureRight select {
	width: 200px;
	height: 2em;
	font-size: 1.2em;
}


.featureRight span.jumpTo {
	color: #333;
}
.featureRight #ForumSearch {
	margin-top: 5px;
	padding: 5px 5px 3px 5px;
}
#ForumSearch span {
	font-size: 1.2em;
	/*font-weight: bold;*/
	color: #1469aa;
}

/* Thread heading information styling */
table.postHeader {
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

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

table.postHeader tr {
	padding: 3px;
}
table.postHeader tr.rowOne {
	background: #eee;
color: #000;
}
table.postHeader tr.rowOne select {
	font-size: 1.2em;
}
table.postHeader tr.rowTwo {
	background: #000;
}
table.postHeader span,
table.postHeader p {
	font-size: 1.2em;
	line-height: 1.2em;
}
table.postHeader tr.rowOne span {
	color: #333;
}
table.postHeader td.pageNumbers {
	width: 30%;
	color: #333;
	padding: 5px;
}
table.postHeader td.pageNumbers a {
	color: #333;
	font-size: 1.4em;
}
table.postHeader td.pageNumbers a.prev {
	background: url(../../forum/images/replyButton.gif) no-repeat top left;
	color: #333;
	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: 20%;
	padding: 5px 5px 2px 0;
	text-align: right;
}
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.next {
	color: #333;
}


table.postHeader td.gotoButtonTop a,
table.postHeader td.gotoButtonEnd a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 63px;
	height: 18px;
	padding: 2px 5px 0 20px;
	font-size: 11px;
	font-weight: bold;
}


/* Posters information styling (in thread) */
div.userInformation {
	float: left;
	padding: 8px 10px;
}
div.userInformation a.authorTitle,
div.userInformation span.authorTitle {
	font-size: 1.4em;
	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;
	line-height: 1.4em;
}
div.userInformation span.rankingTitle.expert {
	color: #333;
}
div.userInformation span {
	font-size: 1.1em;
	color: #ccc;
}
div.userInformation br {
	line-height: 2em;
}

/* Posters content styling (in thread) */
div.posterContent {
	margin-top: 10px;
	width: 800px;
	float: right;
}
div.posterContent h4 {
	font-size: 1.5em;
	color: #fe0000;
	border: none;
	margin: 0;
}
div.posterContent p.postDate {
	font-size: 1.2em;
	line-height: 2em;
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
div.posterContent div.postType {
	margin-bottom: 20px;
}

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

div.posterContent p.lastEdited {
	color: #333;
	font-size: 1.2em;
	padding-top: 0.5em;
	margin: 0;
	border-top: 1px dotted #ccc;
}
div.posterContent div.postModifiers {
	padding: 10px 0 10px 0;
	font-weight: bold;
}
div.postModifiers a {
	color: red;
	text-decoration: underline;
}
div.postModifiers a:hover {
	color: #333;
	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: #333;
	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 {
	border-collapse: collapse;
	width: 100%;
}
#TopicList tr th {
	background: #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 5px;
	margin: 0;
	color: #333;
	font-size: 1.2em;
}
#TopicList tr.odd {
}
#TopicList tr td {
	padding: 7px;
	font-size: 1.2em;
	margin: 0;
	line-height: 1.1em;
	vertical-align: top;
}
#TopicList tr td p {
	margin: 10px 0 15px 0;
	line-height: 0;
}
#TopicList tr td.forumCategory {
	width: 60%;
}
#TopicList tr td.forumCategory span.summary p,
#TopicList tr td.topicName p.summary {
	font-size: 0.9em;
	line-height: 1.2em;
}
#TopicList tr td.topicName {
	width: 75%;
}
#TopicList tr td.count {
	text-align: center;
	vertical-align: middle;
}
#TopicList tr td p.userInfo {
	color: #333;
}
#TopicList tr td a {
	color: #fe0000;
	text-decoration: none;
}
#TopicList tr td a.topicTitle {
	font-weight: bold;
}
#TopicList tr td a:hover {
	text-decoration: underline;
}
#TopicList .lastPost p {
	font-size: 0.75em;
	line-height: 1.5em;
margin: 0;
}

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


/* Currently online box styling */
#CurrentlyOnline {
	margin-top: 20px;
	background: #f7fbfe;
	border-top: 5px solid #e1f0f7;
	border-bottom: 5px solid #e1f0f7;
	padding: 0 10px 5px 20px;
}
#CurrentlyOnline h3 {
	color: #0b6db4;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: bold;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}
#CurrentlyOnline p a,
#CurrentlyOnline span a {
	color: #0b6db4;
	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 */
#MemberLatestPosts ul {
	margin-top: 0;
}
#MemberLatestPosts ul li {
	font-size: 1.2em;
	padding: 0 0 5px 5px;
}
#UserProfile div {
	margin-bottom: 10px;
	clear: both;
}
#UserProfile #Avatar .middleColumn div {
	clear: none;
}
#UserProfile label.left {
	font-size: 1.4em;
	float: left;
	font-weight: bold;
}
#UserProfile p.message, #UserProfile p#helpful{
	/* 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;
	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: 204px;
	font-size: 1.2em;
	padding: 1px;
}
#UserProfile span.readonly {
	font-size: 1.2em;
	color: #666;
}

#UserProfile #Password,
#UserProfile #ConfirmPassword,
#UserProfile .checkableoption,
#UserProfile .readonly {
	position: relative;
	width: 435px;
}
#UserProfile .checkableoption input.checkbox {
	margin-left: 10px;
}

#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: left;
	margin: 0 0 0 10px;
}
#BBTagsHolder.hide {
	display: none;
}
#BBTagsHolder.show {
	display: block;
}

#RegisterLogin span {
	margin-left: 5px;
	margin-right: 11px;
}

#RegisterLogin a {
	text-decoration: none;
}

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

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

#TopicSubscription {
	text-align: left;
}

div#ForumContent div#TopicTree p#TopicSubscription {
	margin: 5px 0 0 10px;
}

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

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

#OpenIDDescription {
	position: absolute;
	border: 3px solid #e1f0f7;
	padding: 5px;
	width: 320px;
	background-color: #FFFFFF;
	font-size: 90%;
}
#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;
}
#OpenIDDescription p {
	line-height: 1.5em;
	margin-bottom: 0.4em;
}
#OpenIDDescription a {
	text-decoration: underline;
}
#OpenIDDescription a:hover {
	color: #000000;
	text-decoration: underline;
}

