@CHARSET "ISO-8859-1";

/* Forum Index */
table.forumTableList { min-width:80%;}

a.forumName {font-size: 140%; display:block;font-weight:900;}
.forumDesc { max-width:400px;}
.forumLastPost {text-align:right;}

.subForumStatus {float: left;margin-right:1em;}

/* sort of striping */
.forumRow1 {background-color:#efefef;border:2px solid black;margin-top:1em;}
.forumRow2 td.forumNameCell {padding-left:2em;}


/* View Forum */
a.threadLink { text-decoration: none;font-weight:700;color:black;}
table.threadList { font-size:110%;}
table.threadList td { padding: 0.3em;}
a.threadUser {font-style:italic;}
div.threadAdminOptions {float:right;margin:0 0 0.5em 0.5em;text-align:right;}
tr.deletedThread, tr.deletedThread:hover { color: #D8000C;background-color: #FFBABA !important;}

/* View Thread */
table.forumPost {width: 95%;margin:1em auto;}
table.forumPost th, table.forumPost td {padding: 0.4em;vertical-align:top;}
table.forumPost th {font-size: 90% !important;background-color:#ddd;}
table.deletedPost th {background-color:red; color:white; }
td.forumPostInfo {width: 150px;}
div.forumPostTitle {font-size:90%;border-bottom:1px solid #ccc;}
div.forumPostUsername {font-size:125%;font-weight:900;}
div.forumPostQuote {background-color: #efefef; border: 1px solid #ccc; border-radius:5px;width:50%;margin:1em;padding:1em;}
div.forumPostText {margin:1em 0.4em;}
div.forumPostEditMessage {font-size:110%;font-style:italic;}
div.forumPostSignature {border-top: 1px dashed #ccc;padding-top:1em;margin-top:3em;min-height:4em;}
/*div.forumPostInnerOptions {position:absolute;right:0;bottom:0;}*/
td.forumPostTextContainer {border-bottom:0 !important;}

table.forumPostReply {width:60%;}
table.forumPostReply textarea {width:95%; margin:auto;}

div.replyFormatButtons {margin-bottom:0.4em;}

div.forumButton {
	display:inline-block;
	font-size:14px;
	color: #ffffff;
	margin: 0.2em 0.4em;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 50%, rgba(153,153,153,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(50%,rgba(204,204,204,1)), color-stop(100%,rgba(153,153,153,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 50%,rgba(153,153,153,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 50%,rgba(153,153,153,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 50%,rgba(153,153,153,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 50%,rgba(153,153,153,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
}
div.forumButton:hover {background:white !important;}
div.forumButton a {display:block;padding: 5px 10px 5px 20px;background-repeat:no-repeat;background-position:left center;}
div.forumBtnReply a {background-image:url('/images/templates/forums/comment-add.png');}
div.forumBtnEdit a {background-image:url('/images/templates/forums/comment-edit.png');}
div.forumBtnDelete a {background-image:url('/images/templates/forums/comment-delete.png');}
div.forumButton a:hover {border: 0;outline:0;background-color:white;border-radius:6px;}
div.forumPostOptions div.forumButton {font-size:12px;padding:0;}
tr.forumPostOptionRow td {vertical-align:bottom;border-top:0 !important;text-align:right;}