﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
	height: 100%;
}

h1, h2, h3, h4
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
}

p
{
	margin: 10px;
}

.warning, a.warning, a.warning:visited
{
	color: Red;
	font-weight: bold;
}

a
{
	color: #2c436a;
}
a:visited
{
	color: #383844;
}

.linkButton, a.linkButton, a:visited.linkButton
{
	color: #BFCFFF;
	background-color: #2c436a;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #00248F;
	border-right: solid 1px #00248F;
	border-top: solid 1px #BFCFFF;
	border-left: solid 1px #BFCFFF;
	text-decoration: none;
	padding: 2px 4px 0px 4px;
	margin-top: 6px;
}
a:hover.linkButton
{
	color: #ffffff;
	border-bottom: solid 1px #BFCFFF;
	border-right: solid 1px #BFCFFF;
	border-top: solid 1px #00248F;
	border-left: solid 1px #00248F;
}

#ForumPageContainer
{
	padding: 10px;
}

.absoluteContainer
{
	position: relative;
}




#MainContent
{
	clear: both;
}



/* login/header */
#LoginBox
{
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
#LoginBox table
{
	margin-right: 0px;
	margin-left: auto;
	border-spacing: 1px;
}
#LoginBox table tr td
{
	padding: 0px;
}
#LoginBox .textBox
{
	height: 16px;
	width: 120px;
	border: solid 1px #dfdfdf;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
}
.forumOptions
{
	float: right;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	text-align: right;
}
.newPMIndicator, a.newPMIndicator , a:visited.newPMIndicator
{
	color: #ff0000;
}








/* mod panel */
.modPanel
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.modPanel .textBox
{
	width: 300px;
}
.modPanel .dropDown
{
	width: 300px;
}







/* grids */
#ForumGrid
{
	width: 100%;
	border: solid 1px #000000;
	table-layout: auto;
	background-color: #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.gridHeaderRow td
{
	color: #000000;
	background-color: #ffffff;
	background-image: url(graybar.gif);
	background-repeat: repeat-x;
	padding: 4px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.gridRow td
{
	padding: 4px;
	background-color: #ffffff;
}
.gridDeletedRow td
{
	background-color: #ffcccc;
}
.countCell
{
	text-align: center;
	width: 80px;
}
.lastPostCell
{
	width: 175px;
	font-size: 11px;
}
.adCell
{
	text-align: center;
	background-color: #ffffff;
}
.newIndicatorCell
{
	width: 50px;
	text-align: center;
}

.postFullText blockquote
{
	background-image: url(quotebg.jpg);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 85px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	min-height: 40px;
}

.buttonRow
{
	text-align: right;
}

.removeButtonCell
{
	text-align: center;
	width: 60px;
	vertical-align: middle;
}

.topicPreview
{
	height: 120px;
	overflow: auto;
	display: none;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	margin-top: 6px;
}

.moderationLogExpand
{
	display: none;
	height: 100px;
	overflow: auto;
}
table.moderationLog
{
	width: 90%;
}
.moderationLog tr td
{
	background-color: #ffcccc;
	padding: 4px;
}

.postEdits
{
	padding: 10px;
	background-color: #efefef;
}
.postEditsExpand
{
	height: 150px;
	overflow: auto;
	display: none;
}


/* account */

.accountTable
{
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	margin-bottom: 10px;
}
.accountTable tr td
{
	width: 50%;
	padding: 4px;
}
.accountTableLabel
{
	text-align: right;
	vertical-align: top;
}
.accountSave
{
	width: 490px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 10px;
}
.accountInput, .searchText
{
	width: 220px;
}

.userImageCell
{
	text-align: center;
}

.tosTextBox
{
	background-color: #ffffff;
	color: #000000;
	width: 450px;
	height: 100px;
}


/* post panel */
.postPanel
{
	margin-top: 10px;
	clear: both;
}
.postBoxTable
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	margin-bottom: 10px;
}
.postBoxTableCell
{
	padding: 4px;
}
.postBoxTitle
{
	width: 430px;
}
.postBoxSubmit
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.postBoxComments
{
	width: 480px;
	height: 40px;
}



/* post elements */

.postListGrid
{
	clear: both;
	margin-top: 10px;
}

.postContainer
{
	border: solid 1px #000000;
	background-color: #dfdfdf;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.postDataBlock
{
	color: #000000;
	background-color: #ffffff;
	background-image: url(graybar.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 28px;
}

.postNameBlock
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 4px;
	top: 4px;
}
.postNameBlock a, .postNameBlock a:visited
{
	color: #000000;
}

.postTitle
{
	font-size: 11px;
	font-weight: bold;
}

.editButtons
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: 200px;
	top: 5px;
	margin-left: 250px;
}

.postTimeBlock
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	position: absolute;
	right: 4px;
	top: 5px;
}

.userBox
{
	background-color: #bed6ff;
	background-image: url(userboxbg.gif);
	border: solid 1px #bed6ff;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 100px;
	overflow: hidden;
	display: none;
	position: relative;
	top: 2px;
}
.userBox ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
.userBlockIM
{
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: right;
}

.postFullText
{
	background-color: #ffffff;
	padding: 1px 10px 1px 10px;
	font-size: 12px;
	line-height: 16px;
}

.deletedPostText
{
	background-color: #ffcccc;
}

a.editLink, a.editLink:visited
{
	color: #000000;
	margin-right: 10px;
}

.signatureRule
{
	border: solid 1px #cccccc;
}

.replyButtons
{
	font-family: Trebuchet MS, Verdana, Arial, sans-Serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 4px;
}


.nextPreviousButtons
{
	font-family: Trebuchet MS, Verdana, Arial, sans-Serif;
	font-size: 12px;
}

.avatarImage
{
	float: right;
	margin: 10px;
}


/* thread nav */

#ThreadTop
{
	position: relative;
	width: 100%;
	height: 50px;
}

#ThreadTop .nextPreviousButtons
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#ThreadTop .pagerLinks
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#ThreadTop #UserFunctionLinks
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#ThreadTop #UserFunctionLinks a
{
	margin-right: 14px;
}

#ThreadBottom
{
	position: relative;
	width: 100%;
	height: 50px;
}

#ThreadBottom .nextPreviousButtons
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#ThreadBottom .pagerLinks
{
	position: absolute;
	right: 0px;
	top: 0px;
}

/* topic nav */

#TopicsTop, #TopicsBottom
{
	position: relative;
	width: 100%;
	height: 24px;
}

#TopicsTop .pagerLinks, #TopicsBottom .pagerLinks
{
	position: absolute;
	right: 0px;
	bottom: 0px;
}


/* pager links */
.pagerLinks
{
	font-family: Trebuchet MS, Verdana, Arial, sans-Serif;
	font-size: 12px;
	border: solid 1px #000000;
	width: auto;
	padding: 2px;
	background-color: #dfdfdf;
	right: 0px;
}
.pagerLinks a
{
	background-color: #ffffff;
	margin: 1px;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
.pagerCurrentPage, .pagerMorePages
{
	background-color: #2c436a;
	color: #ffffff;
	margin: 1px;
	padding: 0px 6px 0px 6px;
	font-weight: bold;
}

/* stats */

#ForumStatsContainer
{
	border: solid 1px #000000;
	background-color: #dfdfdf;
	margin-top: 10px;
	padding: 2px;
	clear: both;
}
#ForumStatsHeader
{
	color: #000000;
	background-color: #ffffff;
	background-image: url(graybar.gif);
	background-repeat: repeat-x;
	padding: 4px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.forumStatsBody
{
	background-color: #ffffff;
	padding: 1px 10px 1px 10px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-top: 2px;
}
#UserTotals, .countStat
{
	font-weight: bold;
	font-size: 13px;
}



/* user profile, mailer, PM */

#richTextCell table tbody tr td
{
	padding: 0px;
}

#UserProfileLeft
{
	width: 400px;
	float: left;
}

#UserProfileTable tr td, #MailingPanel tr td, #PMTable tr td
{
	padding: 4px;
}

#PMTable
{
	width: 100%;
}

#UserProfileRight
{
	float: right;
	width: 320px;
}

.userProfileLabel, .mailingLabel
{
	text-align: right;
	padding-right: 10px;
	width: 70px;
}
.userProfileCenter
{
	text-align: center;
}

.subjectText
{
	width: 370px;
	float: right;
}

.mailBodyText
{
	width: 370px;
	height: 250px;
	float: right;
}

.pmPanel
{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.conversationHead
{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.PMConversationItem
{
	margin-left: 10px;
	padding-left: 30px;
	margin-right: 10px;
	border-bottom: solid 1px #999999;
	font-size: 11px;
}




/* footer */

#ForumsCopyright
{
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #999999;
	padding: 10px;
	clear: both;
}
#ForumsCopyright a, #ForumsCopyright a:visited
{
	color: #999999;
}
