﻿@media all
{
}

@media print
{
	/******************************
	 * Forum table
	 ******************************/
	
	.ForumTable
	{
		clear: both;
	}
	
	.ForumTableHead
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background-color: Fuchsia;
	}
	
	.ForumTableHead div
	{
		float: left;
		padding: 12px 0 12px 12px;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	.ForumRow
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.ForumRow div
	{
		float: left;
		padding: 12px 0 12px 12px;
		color: #999999;
	}
		
	.TopicRow div
	{
		padding: 12px 0 12px 12px;
	}
	
	.ForumRowLink
	{
		text-decoration: none;
	}
	
	/******************************
	 * Board page columns
	 ******************************/

	div.ForumName
	{
		width: 55%;
	}
	
	.ForumRow div.ForumName
	{
		color: #ba9c5c;
		font-size: 1.6em;
	}
	
	div.TopicsCount, div.PostsCount
	{
		width: 9%;
	}
	
	div.LastPost
	{
		width: 12%;
	}

	/******************************
	 * Forum page columns
	 ******************************/

	div.TopicName
	{
		width: 55%;
	}
	
	.ForumRow div.TopicName span.TopicNameNote
	{
		display: block;
		font-size: 0.55em;
		font-weight: normal;
		font-family: Verdana, Sans-Serif;
		color: #999999;
		padding-top: 3px;
	}
	
	.ForumRow div.TopicName
	{
		color: #ba9c5c;
		font-size: 1.3em;
	}
		
	div.Author
	{
		width: 12%;
	}
		
	/******************************
	 * Posts
	 ******************************/

	.ForumCrumbs
	{
		clear: both;
		border: 1px solid #dbdbdb;
		padding: 9px 16px;
		font-size: 0.85em;
		line-height: 1.6em;
	}
	
	.ForumCrumbs a, .ForumCrumbs div
	{
		margin-right: 12px;
	}
	
	.ForumPost
	{
		clear: both;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		padding: 0 14px 18px 16px;
	}
	
	.ForumUserInfo
	{
		float: left;
		width: 25%;
		padding-top: 22px;
		color: #999999;
		font-size: 0.85em;
	}
	
	.ForumUserContactInfo strong
	{
		color: #414141;
	}
		
	.ForumPostText
	{
		float: right;
		width: 75%;
		padding-top: 22px;
		color: #666666;
	}
	
	.ForumPostWarning
	{
		margin-top: 8px;
		border: 1px solid #dbdbdb;
		background-color: #fee8e8;
		padding: 6px 12px;
		font-size: 0.9em;
		position: relative;
	}
	
	.ForumPostReportsList div
	{
		padding: 4px 0;
	}

	/******************************
	 * Stuff hidden from the print view
	 ******************************/

	.ForumForm,
	.ForumButtonHolder,
	.ForumPostTools,
	.PopupContent,
	.GuidelinesLink,
	.ForumSearch,
	.ModeratorEmail a, .ModeratorEmail span,
	.ForumSuggest,
	.ContactInfoLink
	{
		display: none;
	}
}

@media screen
{
	.ModeratorEmail
	{
		float: right;
		margin-bottom: 6px;
	}
	
	.ForumWrapper
	{
		clear: both;
	}
	
	.ForumWrapper div.FloatClear
	{
		float: none;
		padding: 0;
	}
	
	/******************************
	 * Forum header
	 ******************************/

	.ForumHeader
	{
		background-image: url(/Images/ForumHeaderMid.png);
		background-repeat: repeat-y; 
	}
	
	.ForumHeaderTop
	{
		height: 4px;
		background-image: url(/Images/ForumHeaderTop.png);
		background-repeat: no-repeat;
	}
	
	.ForumHeaderInner
	{
		background-image: url(/Images/ForumHeaderBottom.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		min-height: 44px;
		padding: 0 12px 12px 17px;
	}

	.ForumHeader h2
	{
		color: #414141;
		float: left;
		width: 494px;
		padding: 16px 0 0 0;
		margin: 0;
	}
	
	.ForumHeader .ForumTitleNote
	{
		font-size: 0.85em;
		color: #999999;
		padding-top: 3px;
	}
	
	/******************************
	 * Forum search
	 ******************************/

	.ForumSearch
	{
		float: right;
		margin: 7px 0 0 0;
		width: 339px;
		height: 38px;
		background-image: url(/Images/ForumSearchBg.png);
		background-repeat: no-repeat;
		position: relative;
	}
	
	.ForumSearchQuery
	{
		position: absolute;
		left: 5px;
		top: 5px;
		width: 158px;
		border: none;
		padding: 5px;
		font-family: Verdana, Sans-Serif;
		color: #414141;
		outline: none;
		background-color: transparent;
	}
	
	.ForumSearchQuery.Hint
	{
		color: #999999;
	}
	
	.ForumSearchScope
	{
		position: absolute;
		left: 176px;
		top: 1px;
	}
		
	.ForumSearch .dropdown-top
	{
		height: 35px;
		background-image: url(/Images/ForumSearchDropdownLeft.png);
	}
	
	.ForumSearch .dropdown-selectedvalue
	{
		margin-left: 3px;
		background-image: url(/Images/ForumSearchDropdownBg.png);
		padding-top: 9px;
		padding-left: 8px;
		padding-right: 8px;
		height: 26px;
		width: 66px;
	}
		
	.ForumSearch .dropdown-downbutton
	{
		width: 40px;
		height: 35px;
		background-image: url(/Images/ForumSearchDropdownButton.png);
	}
	
	.ForumSearch .dropdown-options
	{
		top: 35px;
		width: 123px;
	}
	
	.ForumSearchButton
	{
		position: absolute;
		left: 302px;
		top: 1px;
	}
	
	/******************************
	 * Forum crumbs
	 ******************************/

	.ForumCrumbs
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		background-image: url(/Images/ForumCrumbsBg.png);
		background-color: #fafafa;
		min-height: 28px;
		padding-left: 7px;
	}
	
	.ForumCrumbs span, .ForumCrumbs a
	{
		float: left;
		display: block;
		height: 21px;
		padding: 7px 21px 0 9px;
		background-image: url(/Images/ForumCrumbsDivider.png);
		background-position: right top;
		background-repeat: no-repeat;
		font-size: 0.9em;
	}
	
	.ForumCrumbs span
	{
		color: #666666;
	}
	
	.ForumCrumbs a
	{
		color: #333333;
		text-decoration: none;
	}

	.ForumCrumbs a:Hover
	{
		text-decoration: underline;
	}
	
	/******************************
	 * Forum table
	 ******************************/

	.ForumTable
	{
		clear: both;
	}
	
	.ForumTableHead
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.ForumTableHead div
	{
		float: left;
		padding: 6px 12px 6px 16px;
		font-weight: bold;
		font-size: 0.9em;
	}
	
	.ForumRow div
	{
		float: left;
		padding: 25px 12px 25px 16px;
		color: #999999;
	}
	
	.ForumRowDivider
	{
		clear: both;
		height: 1px;
		background-color: #dbdbdb;
	}
	
	.ForumRow
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background-color: #ffffff;
	}
	
	.TopicRow div
	{
		padding: 16px 12px 16px 16px;
	}
	
	.ForumRowLink
	{
		display: block;
		border: 1px solid #ffffff;
		text-decoration: none;
		background-image: url(/Images/ForumBigChevron.png);
		background-repeat: no-repeat;
		background-position: 833px 17px;
	}
	
	.TopicRow .ForumRowLink
	{
		background-image: url(/Images/ForumMediumChevron.png);
		background-position: 833px 12px;
	}

	.ForumRowLink:Hover
	{
		background-color: #f4f1e6;
	}
	
	/******************************
	 * Board page columns
	 ******************************/

	div.ForumName
	{
		width: 526px;
	}
	
	.ForumRow div.ForumName
	{
		color: #ba9c5c;
		font-family: 'TheSansB6SemiBold', Verdana;
		font-size: 1.6em;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	div.TopicsCount
	{
		width: 48px;
	}
	
	div.PostsCount
	{
		width: 48px;
	}

	.ForumSuggest
	{
		padding-top: 12px;
		color: #666666;
	}

	/******************************
	 * Forum page columns
	 ******************************/

	div.TopicName
	{
		width: 456px;
	}
	
	.ForumRow div.TopicName span.Locked
	{
		background-image: url(/Images/PadlockIcon.png);
		background-repeat: no-repeat;
		background-position: right 4px;
		padding-right: 18px;
	}
	
	.ForumRow div.TopicName span.TopicNameNote
	{
		display: block;
		font-size: 0.55em;
		font-weight: normal;
		font-family: Verdana, Sans-Serif;
		color: #999999;
		padding-top: 3px;
	}
	
	.ForumRow div.TopicName
	{
		color: #ba9c5c;
		font-family: 'TheSansB6SemiBold', Verdana;
		font-size: 1.3em;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.TopicRow div.TopicName
	{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	div.Author
	{
		width: 130px;
	}
	
	.ForumSuggest
	{
		padding-top: 12px;
		color: #666666;
	}
	
	/******************************
	 * Forum buttons
	 ******************************/

	.ForumButtonHolder
	{
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		height: 61px;
		background-image: url(/Images/ForumButtonHolderBg.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		background-color: #ffffff;
	}
	
	.ForumButtonHolder input.Button, .ForumButtonHolder input.ModeratorButton
	{
		float: left;
		margin: 13px 0 0 13px;
	}

	input.ModeratorButton
	{
		color: #000000;
		background-image: url(/Images/ModeratorButtonBg.png);
		width: 123px;
		height: 38px;
		border: none;
		text-align: left;
		font-family: Verdana, Sans-Serif;
		padding-left: 13px;
		background-color: transparent;
		cursor: pointer;
	}
		
	/******************************
	 * New Topic / Edit Topic form
	 ******************************/

	.ForumForm
	{
		clear: both;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background-color: #ffffff;
		padding: 16px 14px 18px 16px;
	}
	
	.ForumForm label
	{
		clear: both;
		float: left;
		width: 155px;
		margin: 8px 16px 16px 0;
		font-weight: bold;
	}
	
	.ForumReplyControlsHolder
	{
		float: left;
	}
	
	.ForumFormControl
	{
		float: left;
		margin-bottom: 16px;
	}
	
	.ForumForm input.TextBox, .ForumForm textarea.TextBox
	{
		width: 640px;
	}
	
	.ForumForm .ForumFormButtons
	{
		clear: both;
		float: left;
		width: 672px;
	}
	
	.ForumForm .ForumFormButtons.LeftMargin
	{
		width: 501px;
		margin-left: 171px;
	}

	.ForumForm .ForumFormButtons input.Button
	{
		float: left;
		margin-right: 16px;
	}
	
	.ForumSelector .dropdown-selectedvalue
	{
		width: 400px;
	}
	
	.ForumSelector .dropdown-options
	{
		width: 466px;
	}

	
	/******************************
	 * Posts
	 ******************************/

	.LockedTopicTitle span.Locked
	{
		background-image: url(/Images/PadlockIcon.png);
		background-repeat: no-repeat;
		background-position: right 4px;
		padding-right: 18px;
	}
	
	.ForumPost
	{
		clear: both;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background-color: #ffffff;
		padding: 0 14px 18px 16px;
		position: relative;
	}
	
	.ForumPost .PostHighlight
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #f4f1e6;
		z-index: 0;
	}

	.ForumPostTools
	{
		float: right;
		width: 89px;
		background-image: url(/Images/ForumReportPostBg.png);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	
	.ForumPostTools.Reported
	{
		background-image: url(/Images/ForumReportPostRedBg.png);
	}

	.ForumPostTools a
	{
		display: block;
		height: 20px;
		padding: 6px 0 0 12px;
		text-decoration: none;
		font-size: 0.9em;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.ForumPostTools a.Last
	{
		border-bottom: none
	}

	.ForumUserInfo
	{
		float: left;
		width: 164px;
		padding-top: 22px;
		color: #999999;
		font-size: 0.85em;
		position: relative;
	}
	
	.ForumUserContactInfo strong
	{
		color: #414141;
	}
	
	.ContactInfoPopupCore, .ContactInfoPopupMore
	{
		line-height: 1.5em;
	}
	
	.ForumPostText
	{
		float: left;
		width: 558px;
		padding-top: 22px;
		margin-left: 16px;
		color: #666666;
		position: relative;
	}
	
	.ForumPostEditHistory
	{
		color: #999;
		font-size: 0.85em;
		padding-top: 12px;
	}
	
	.ForumPostWarning
	{
		margin-top: 8px;
		border: 1px solid #dbdbdb;
		background-color: #fee8e8;
		padding: 6px 12px;
		font-size: 0.9em;
		position: relative;
	}
	
	.ForumPostReportsList div
	{
		padding: 4px 0;
	}
	
	.LockedTopicMessage
	{
		background-image: url(/Images/PadlockIcon.png);
		background-repeat: no-repeat;
		background-position: 16px 14px;
		padding-left: 36px;
	}
	
	/******************************
	 * Forum sorter on Board page
	 ******************************/
	
	.ForumSorterHolder
	{
		width: 375px;
		float: left;
		margin: 12px 0;
	}
	
	.ForumSorter
	{
		font-size: 1.2em;
		color: #414141;
		font-family: Verdana, Sans-Serif;
		border: 1px solid #DBDBDB;
		width: 375px;
		height: 120px;
	}
	
	.ForumSorterArrows
	{
		float: right;
		width: 34px;
		margin: 40px 0 0;
	}
	
	.ForumSorterArrows img
	{
		display: block;
		cursor: pointer;
		margin-bottom: 20px;
	}
	
	#ReorderPopup .ButtonHolder input
	{
		margin-right: 13px;
	}
	
	/******************************
	 * Forum consent
	 ******************************/

	.TermsLabel
	{
		margin-top: 0;
	}
	
	.TermsContent
	{
		border: 1px solid #dddddd;
		background-color: #f9f9f9;
		padding: 20px;
		font-size: 0.9em;
		height: 300px;
		overflow: auto; 
	}
	
	#ForumTerms .Form
	{
		margin-top: 6px;
	}
	
	#ForumTerms th, #ForumTerms td
	{
		padding: 10px 20px 2px 0;
	}
	
	/******************************
	 * Jump to forum device
	 ******************************/

	.ForumJump
	{
		margin: 13px 13px 0 0;
		float: right;
	}
	
	.ForumJump .dropdown-selectedvalue
	{
		width: 100px;
	}
	
	.ForumJump .dropdown-options
	{
		width: 166px;
	}
	
	/******************************
	 * Post report action
	 ******************************/

	.ForumHeader h2.PostReportActionHeader
	{
		width: 100%;
	}
	
	.PostReportAction
	{
		clear: both;
		border-left: 1px solid #dbdbdb;
		border-right: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
		background-color: #ba9c5c;
		padding: 0 14px 18px 16px;
		background-image: url(/Images/ProcessMessageIcon.png);
		background-repeat: no-repeat;
		background-position: 165px 23px;
	}
	
	.PostReportAction .ForumUserInfo,
	.PostReportAction .ForumPostText
	{
		color: #ffffff;
	}

	/******************************
	 * Search results
	 ******************************/

	.ForumSearchResult
	{
		clear: both;
		border-left: 1px solid #DBDBDB;
		border-right: 1px solid #DBDBDB;
		border-bottom: 1px solid #DBDBDB;
		background-color: white;
	}

	.ForumSearchResultLink
	{
		display: block;
		border: 1px solid #ffffff;
		text-decoration: none;
		padding: 22px 14px 18px 16px;
	}

	.ForumSearchResultLink:Hover
	{
		background-color: #f4f1e6;
	}
	
	.ForumSearchResultCrumbs
	{
		font-weight: bold;
		padding-bottom: 12px;
	}
	
	.ForumSearchResultUserInfo
	{
		float: left;
		width: 153px;
		color: #999;
		font-size: 0.9em;
	}
	
	.ForumSearchResultText
	{
		float: right;
		width: 670px;
		color: #666;
	}
	
	.ForumSearchHighlight
	{
		display: inline-block;
		background-color: #eedebd; 
		padding: 0 1px;
	}
	
	/******************************
	 * Subscriptions
	 ******************************/

	.SubscriptionReturnLink
	{
		float: right;
	}
	
	.SubscribeNotes
	{
		padding-top: 18px;
	}

	.MemberSubscriptions
	{
		width: 100%;
		border-left: 1px solid #DBDBDB;
		border-right: 1px solid #DBDBDB;
		border-bottom: 1px solid #DBDBDB;
	}
	
	.MemberSubscriptions td
	{
		border-top: 1px solid #DBDBDB;
		padding: 22px 14px 18px 16px;
	}

	.MemberSubscriptions td .SubscriptionTopicName
	{
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 4px;
	}
	
	/******************************
	 * Guidelines link
	 ******************************/
	
	.GuidelinesLink
	{
		float: right;
		padding-top: 12px;
	}
}
