@charset "UTF-8";

/* --- BRARS_message_user_info_extra.css --- */

.messageUserInfo .brReputationGood,
.messageUserInfo .brReputationBad,
.messageUserInfo .brReputation
{
	float: right;
	color: #9ACD32;
}

.messageUserInfo a .brReputationGood,
.messageUserInfo a .brReputationBad
{
	border: 1px groove #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}

.messageUserInfo  a .brReputationGood
{
	background-color: green;
}

.messageUserInfo a .brReputationBad
{
	background-color: red;
}

/* --- BRARS_reputation_item.css --- */

.BriviumReputationList .BriviumReputationItem .messageInfo
{
	margin-left: 60px;
}
.BriviumReputationList .BriviumReputationItem a.avatar
{
	float: left;
}
.BriviumReputationList .BriviumReputationItem .messageContent {
	min-height: 0;
}

.BriviumReputationList .BriviumReputationItem .messageList .message:after
{
	content: none;
}

.messageInfo .extra
{
	font-size: 11px;
	float: right;
}

.BriviumReputationList .BriviumReputationItem .extra .bigNumber
{
	font-size: 250%;
	color: rgb(150,150,150);
}

.review .rating
{
	margin: 0 5px;
}

.review .rating,
.review .rating dl,
.review .rating dt,
.review .rating dd
{
	display: inline;
}

body .review .messageContent article,
body .review .messageContent blockquote,
body .review .commentContent article,
body .review .commentContent blockquote
{
	display: block;
}

.review .reviewDeletedNotice
{
	margin: 5px 0;
	color: rgb(150,0,0);
	font-size: 11px;
}

.review.resourceReviewDeleted .messageContent .ugc
{
	display: none
}
.BriviumReputationList .message.deleted .messageInfo 
{
	margin-left: 50px;
}

/* --- attached_files.css --- */

/* the attached files block is intended to appear like a bb code block */

.attachedFiles
{
	background-color: rgb(34, 36, 38);
margin: 1em 190px 1em 0;
border: 1px solid rgb(43, 47, 52);
overflow: auto;

}

.messageList.withSidebar .attachedFiles
{
	margin-right: 0px;
}

	.attachedFiles .attachedFilesHeader
	{
		font-size: 13px;
font-family: verdana, tahoma, arial;;
color: rgb(237, 237, 239);
background-color: rgb(68, 71, 79);
padding: 5px;
border-bottom: 1px solid rgb(43, 47, 52);

		
		padding: 4px 8px;
	}

	.attachedFiles .attachmentList
	{
		/* roughly the same as "bbCodeCode" with the monospacing stuff removed */
		overflow: hidden; zoom: 1;		
		padding: 10px 10px 0;
		background: rgb(68, 71, 79) url("/styles/uix_dark/xenforo/gradients/category-23px-light.png") repeat-x top;
		border-radius: 5px;
	}

		.attachment
		{
			float: left;
			width: 50%;
			max-width: 300px;
		}
		
		.attachment .boxModelFixer
		{
			overflow: hidden; zoom: 1;
			margin-bottom: 10px;
			margin-right: 10px;
			padding: 5px;				
			background-color: rgb(43, 47, 52);
			border: 1px solid rgb(34, 36, 38);
			border-radius: 5px;	
		}
		
			
		
			.attachment .thumbnail
			{
				float: left;						
				border-right: 1px solid rgb(34, 36, 38);
				padding-right: 5px;
				width: 50px;
				height: 50px;
				overflow: hidden;
			}
			
				.attachment .thumbnail .SquareThumb
				{
					width: 50px;
					height: 50px;
					border-radius: 3px;
				}
				
				.attachment .thumbnail .genericAttachment
				{
					background: transparent url("/styles/uix_dark/xenforo/node-sprite.png") no-repeat -72px 0;
display: block;
width: 36px;
height: 36px;

					
					margin: 7px 7px !important;
				}
			
		.attachment .attachmentInfo
		{
			white-space: nowrap;
			overflow: hidden; zoom: 1;
			font-size: 11px;
			padding-left: 5px;
		}
		
			.attachment .attachmentInfo .filename
			{
				text-overflow: ellipsis;
				overflow: hidden;
				max-width: 100%;
			}


@media (max-width:800px)
{
	.Responsive .attachedFiles
	{
		margin-right: 0;
	}
}

@media (max-width:610px)
{
	html.Responsive .attachment
	{
		width: 100%;
	}
}


/* --- bb_code.css --- */

/* .bbCodeX classes are designed to exist inside .baseHtml. ie: they have no CSS reset applied */

.bbCodeBlock
{
	background-color: rgb(34, 36, 38);
margin: 1em 190px 1em 0;
border: 1px solid rgb(43, 47, 52);
overflow: auto;

}

	.bbCodeBlock .bbCodeBlock,
	.hasJs .bbCodeBlock .bbCodeSpoilerText,
	.messageList.withSidebar .bbCodeBlock
	{
		margin-right: 0;
	}

	/* mini CSS reset */
	.bbCodeBlock pre,
	.bbCodeBlock blockquote
	{
		margin: 0;
	}
	
	.bbCodeBlock img
	{
		border: none;
	}

.bbCodeBlock .type
{
	font-size: 13px;
font-family: verdana, tahoma, arial;;
color: rgb(237, 237, 239);
background-color: rgb(68, 71, 79);
padding: 5px;
border-bottom: 1px solid rgb(43, 47, 52);

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
color: rgb(43, 47, 52);
background-color: #C1C1C7;
background-repeat: repeat-x;
background-position: top;
padding-right: 5px;
padding-left: 5px;
word-wrap: normal;
overflow: auto;
line-height: 26px;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;
background-image: -webkit-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -moz-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -ms-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: -o-repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);
background-image: repeating-linear-gradient(top, rgba(0,0,0,.015) 0px, rgba(0,0,0,.015) 26px, rgba(0,0,0,.045) 26px, rgba(0,0,0,.045) 52px);

}

.bbCodeBlock .code
{
	white-space: nowrap;
}

.bbCodeQuote
{
	border-color: rgb(43, 47, 52);

}

.bbCodeQuote .attribution
{
	font-size: 13px;
color: rgb(237, 237, 239);
background-color: rgb(68, 71, 79);
background-repeat: repeat-x;
background-position: top;
padding: 5px;
border-bottom: 1px solid rgb(43, 47, 52);
border-left: 2px solid rgb(227, 227, 229);

}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
background-color: rgb(34, 36, 38);
background-repeat: repeat-x;
background-position: top;
padding: 5px;
border-left: 2px solid rgb(227, 227, 229);

}


	.bbCodeQuote .quoteContainer .quote
	{
		max-height: 150px;
		overflow: hidden;
		padding-bottom: 1px;
	}
	
		.NoJs .bbCodeQuote .quoteContainer .quote
		{
			max-height: none;
		}

	.bbCodeQuote .quoteContainer .quoteExpand
	{		
		display: none;
		box-sizing: border-box;
		position: absolute;
		height: 80px;
		top: 80px;
		left: 0;
		right: 0;
		
		font-size: 11px;
		line-height: 1;
		text-align: center;
		color: rgb(50, 60, 70);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: -moz-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: -o-linear-gradient(top, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		background: linear-gradient(to bottom, rgba(34, 36, 38, 0) 0%, rgb(34, 36, 38) 80%);
		
		border-bottom-left-radius: ;
		border-bottom-right-radius: ;
	}
	
	.bbCodeQuote .quoteContainer .quoteExpand.quoteCut
	{
		display: block;
	}
	
	.bbCodeQuote .quoteContainer.expanded .quote
	{
		max-height: none;
	}
	
	.bbCodeQuote .quoteContainer.expanded .quoteExpand
	{
		display: none;
	}


	.bbCodeQuote img
	{
		max-height: 150px;
	}
	
	.bbCodeQuote iframe,
	.bbCodeQuote .fb_iframe_widget,
	.bbCodeQuote object,
	.bbCodeQuote embed
	{
		max-width: 200px;
		max-height: 150px;
	}
	
	.bbCodeQuote iframe:-webkit-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-moz-full-screen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:-ms-fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
	.bbCodeQuote iframe:fullscreen
	{
		max-width: none;
		max-height: none;
	}
	
.bbCodeSpoilerButton
{
	margin: 5px 0;
	max-width: 99%;
}

	.bbCodeSpoilerButton > span
	{
		display: inline-block;
		max-width: 100%;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	
.hasJs .bbCodeSpoilerText
{
	display: none;
	background-color: rgb(68, 71, 79);
padding: 5px;
margin-top: 5px;
margin-right: ;
margin-bottom: 5px;
border: 1px solid rgb(43, 45, 48);
overflow: auto;

}

	.hasJs .bbCodeSpoilerText .bbCodeSpoilerText,
	.hasJs .bbCodeSpoilerText .bbCodeBlock,
	.hasJs .messageList.withSidebar .bbCodeSpoilerText
	{
		margin-right: 0;
	}
	
.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(193, 193, 199); /* fallback for browsers without currentColor */
	background-color: currentColor;
}

	.NoJs .bbCodeSpoilerContainer > .bbCodeSpoilerText
	{
		visibility: hidden;
	}

	.NoJs .bbCodeSpoilerContainer:hover
	{
		background-color: transparent;
	}
	
		.NoJs .bbCodeSpoilerContainer:hover > .bbCodeSpoilerText
		{
			visibility: visible;
		}


@media (max-width:800px)
{
	.Responsive .bbCodeBlock,
	.Responsive.hasJs .bbCodeSpoilerText
	{
		margin-right: 0;
	}
}


/* --- cta_featuredthreads.css --- */

.ctaFtTitleForumList
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtTitleForumView
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtTitleNewPosts
{
	font-weight: bold;
margin: 10px auto -5px;

}

.ctaFtFeaturedThreadList
{
	font-size: 10px;
color: rgb(193, 193, 199);
background-color: rgb(34, 36, 38);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(43, 47, 52);
border-radius: 3px;
float: right;

}


	.ctaFtFeaturedThreadList:hover,
	.ctaFtFeaturedThreadList a:hover
	{
		text-decoration: none;
background-color: rgb(43, 47, 52);
border-color: rgb(43, 45, 48);

	}


.ctaFtFeaturedThreadView
{
	font-size: 18px;
color: rgb(193, 193, 199);
background: rgb(43, 47, 52) url("/styles/uix_dark/xenforo/gradients/form-button-white-25px.png") repeat-x top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(43, 45, 48);
border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}


	.ctaFtFeaturedThreadView:hover,
	.ctaFtFeaturedThreadView a:hover
	{
		text-decoration: none;
background-color: rgb(43, 45, 48);
border-color: rgb(115, 115, 120);

	}


.ctaFtExpiredThreadList
{
	font-size: 10px;
color: rgb(102, 102, 110);
background-color: rgb(28, 30, 33);
padding: 1px 2px;
margin-left: 5px;
border: 1px solid rgb(34, 36, 38);
border-radius: 3px;
float: right;

}

.ctaFtExpiredThreadView
{
	font-size: 18px;
color: rgb(102, 102, 110);
background: rgb(28, 30, 33) url("/styles/uix_dark/xenforo/gradients/form-button-white-25px.png") repeat-x top;
padding: 0px 6px;
margin: 4px 0px 0px 5px;
border: 1px solid rgb(34, 36, 38);
border-radius: 4px;
float: right;
clear: right;
display: inline-block;

}

.ctaFtBlock
{
	padding: 5px;
margin-top: 10px;

}

	.ctaFtBlock .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.sectionMain.ctaFtContainer
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(43, 47, 52);

}

.ctaFtBackground
{
	background-color: rgb(68, 71, 79);
background-repeat: repeat-x;
background-position: top;

}

.ctaFtBackgroundImage
{
	background-repeat: no-repeat !important;
background-position: center center !important;
background-size: cover !important;

}

.ctaFtAvatar
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtAvatarRight
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtIcon
{
	background-color: rgb(43, 47, 52);
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(43, 47, 52);
border-radius: 4px;
float: left;
width: 96px;
height: 96px;

}

	.ctaFtIcon img
	{
		width: 96px;
		height: 96px;
	}

.ctaFtIconRight
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtThreadContentAvatar
{
	height: 102px;

}

.ctaFtThreadContentIcon
{
	height: 102px;

}

.ctaFtThreadTitle
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLink
{
	
}

.ctaFtThreadTextAvatar
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

.ctaFtThreadTextIcon
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

	.ctaFtThreadTextAvatar a,
	.ctaFtThreadTextIcon a
	{
		
	}

.ctaFtFooter
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

/* clearfix */ .ctaFtFooter { zoom: 1; } .ctaFtFooter:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.ctaFtFeaturedThreadText
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 20px;
float: left;

}

.ctaFtAuthor .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;
max-width: 100px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

.ctaFtDate
{
	font-size: 10px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

.ctaFtForum a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtExpiry
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

.ctaFtReplies
{
	font-size: 10px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtLikes
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtViews
{
	font-size: 10px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLink
{
	font-weight: bold;
font-size: 10px;
margin-left: 10px;
float: right;

}

.ctaFtShare
{
	margin-top: 10px;
margin-bottom: -8px;

}

/* clearfix */ .ctaFtShare { zoom: 1; } .ctaFtShare:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.ctaFtShareControls
{
	padding-bottom: 5px;
margin-right: 10px;
float: left;

}

.ctaFtTwitter
{
	
}

.ctaFtGoogle
{
	
}

.ctaFtFacebook
{
	
}

.ctaFtAddThis
{
	
}

.ctaFtCustomShare
{
	
}

.ctaFtListItemsPage
{
	
}

.ctaFtBlockPage
{
	margin-top: 10px;

}

	.ctaFtBlockPage .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.sectionMain.ctaFtContainerPage
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(43, 47, 52);

}

.ctaFtBackgroundPage
{
	background: rgb(68, 71, 79) url("/styles/uix_dark/images/cta-featured-threads-gradient.png") repeat-x top;

}

.ctaFtBackgroundImagePage
{
	background-position: center center !important;
background-size: cover !important;

}

.ctaFtAvatarPage
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtAvatarRightPage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtIconPage
{
	background-color: rgb(43, 47, 52);
padding: 2px;
margin-right: 10px;
border: 1px solid rgb(43, 47, 52);
border-radius: 4px;
float: left;
width: 192px;
height: 192px;

}

	.ctaFtIconPage img
	{
		width: 192px;
		height: 192px;
	}

.ctaFtIconRightPage
{
	float: right;
	margin-right: 0;
	margin-left: 10px;
}

.ctaFtThreadContentAvatarPage
{
	min-height: 102px;

}

.ctaFtThreadContentIconPage
{
	min-height: 198px;

}

.ctaFtThreadTitlePage
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLinkPage
{
	
}

.ctaFtThreadTextAvatarPage
{
	font-size: 14px;
line-height: 1.44em;

}

.ctaFtThreadTextIconPage
{
	font-size: 14px;
line-height: 1.44em;

}

	.ctaFtThreadTextAvatarPage a,
	.ctaFtThreadTextIconPage a
	{
		
	}

.ctaFtFooterPage
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

/* clearfix */ .ctaFtFooterPage { zoom: 1; } .ctaFtFooterPage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.ctaFtFeaturedThreadTextPage
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 20px;
float: left;

}

.ctaFtAuthorPage .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;
max-width: 100px;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

.ctaFtDatePage
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

.ctaFtForumPage a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtExpiryPage
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

.ctaFtRepliesPage
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtLikesPage
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtViewsPage
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLinkPage
{
	font-weight: bold;
font-size: 12px;
margin-left: 10px;
float: right;

}

.ctaFtSharePage
{
	margin-top: 10px;
margin-bottom: -8px;

}

/* clearfix */ .ctaFtSharePage { zoom: 1; } .ctaFtSharePage:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.ctaFtShareControlsPage
{
	padding-bottom: 5px;
margin-right: 10px;
float: left;

}

.ctaFtTwitterPage
{
	
}

.ctaFtGooglePage
{
	
}

.ctaFtFacebookPage
{
	
}

.ctaFtAddThisPage
{
	
}

.ctaFtCustomSharePage
{
	
}

.ctaFtInfoTextPage
{
	
}

.footerLinks a.ctaFtRssFeedPage
{
	
}

.ctaFtListItemsArchive
{
	
}

.ctaFtBlockArchive
{
	margin-top: 10px;

}

	.ctaFtBlockArchive .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 18px;
		margin: 0;
	}

.ctaFtContainerArchive
{
	margin-top: 0;
margin-bottom: 10px;
border-color: rgb(43, 47, 52);

}

.ctaFtArchiveDeleted
{
	opacity: 0.5;
}

.ctaFtArchiveDeletedInfo
{
	margin: 10px 10px 0;
	color: rgb(150, 0, 0);
	font-size: 12px;
}

.ctaFtBackgroundArchive
{
	background: rgb(68, 71, 79) url("/styles/uix_dark/images/cta-featured-threads-gradient.png") repeat-x top;

}

.ctaFtAvatarArchive
{
	margin-right: 10px;
float: left;
width: 102px;
height: 102px;

}

.ctaFtThreadContentArchive
{
	height: 102px;

}

.ctaFtThreadTitleArchive
{
	font-weight: bold;
font-size: 18px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;

}

a.ctaFtThreadTitleLinkArchive
{
	
}

.ctaFtThreadTextArchive
{
	font-size: 14px;
overflow: hidden;
line-height: 1.44em;
height: 78px;

}

.ctaFtThreadTextArchive a
{
	
}

.ctaFtFooterArchive
{
	padding-top: 1px;
margin-bottom: -3px;
overflow: hidden;

}

/* clearfix */ .ctaFtFooterArchive { zoom: 1; } .ctaFtFooterArchive:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

.ctaFtAuthorArchive .username
{
	font-weight: bold;
font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;
display: inline-block;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
word-wrap: normal;
width: 102px;

}

.ctaFtDateArchive
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-right: 10px;
float: left;

}

.ctaFtForumArchive a
{
	font-weight: bold;
font-size: 12px;
margin-right: 10px;
float: left;

}

.ctaFtRepliesArchive
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtLikesArchive
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

.ctaFtViewsArchive
{
	font-size: 12px;
color: rgb(238, 239, 239);
margin-left: 10px;
float: right;

}

a.ctaFtReadMoreLinkArchive
{
	font-weight: bold;
font-size: 12px;
margin-left: 10px;
float: right;

}

.ctaFtInfoTextArchive
{
	
}

.footerLinks a.ctaFtRssFeedArchive
{
	
}

.ctaFtAuthorFeaturedThreads
{
	
}

.ctaFtAuthorList
{
	
}

.ctaFtAuthorListItem
{
	border-bottom: 1px solid rgb(34, 36, 38);
	overflow: hidden;
	padding: 0 0 10px;
}

	.member_view .ctaFtAuthorListItem:first-child
	{
		margin-top: -5px;
	}

	.ctaFtAuthorListItem .avatar
	{
		float: left;
		margin: 5px 0;
	}

	.ctaFtAuthorListItem .prefix
	{
		font-size: 80%;
		font-weight: normal;
		line-height: 16px;
		margin: 0;
	}

.ctaFtAuthorAvatar
{
	
}

.ctaFtAuthorDeleted
{
	opacity: 0.5;
}

.ctaFtAuthorDeletedInfo
{
	margin-left: 10px;
	color: rgb(150, 0, 0);
	font-size: 12px;
}

.ctaFtAuthorContent
{
	margin-left: 56px;
	padding: 5px;
}

.ctaFtAuthorTitleText
{
    margin-bottom: 2px;
    overflow: hidden;
}

.ctaFtAuthorTitle
{
	font-size: 11pt;
	line-height: 18px;
}

.ctaFtAuthorSnippet
{
	margin-bottom: 2px;
}

	.ctaFtAuthorListItem .ctaFtAuthorSnippet a
	{
		font-size: 11px;
		color: rgb(193, 193, 199);
		text-decoration: none;
	}

.ctaFtAuthorMeta
{
    color: rgb(238, 239, 239);
    font-size: 11px;
    margin-bottom: 2px;
    overflow: hidden;
}

	.ctaFtAuthorMeta a
	{
		color: rgb(238, 239, 239);
	}

.ctaFtInfoTextAuthor
{
	
}

.ctaFtImageEditor
{
	overflow: hidden;
	zoom: 1;
	margin: 0 auto;
}

.ctaFtImageEditor #CtaFtImagePanes
{
	margin-top: 10px;
}

.ctaFtIconEditor
{
	
}

.ctaFtBackgroundEditor
{
	
}

.ctaFtSliderEditor
{
	
}

.ctaFtImageEditor .ctaFtModifyControls
{
	margin-left: 112px;
	min-height: 102px;
}

.ctaFtImageEditor .ctaFtModifyControlsLarge
{
	margin-left: 208px;
	min-height: 198px;
}

.ctaFtImageEditor .ctaFtModifyControlsNoImage
{
	min-height: 102px;
}

.ctaFtImageEditor .faint
{
	font-size: 11px;
}

.ctaFtImageEditor .submitUnit
{
	text-align: right;
}

.ctaFtImageEditor .ctaFtCurrentImage
{
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(43, 47, 52);
	border-radius: 4px;
	float: left;
	display: block;
	width: 192px;
	text-align: center;
}

.ctaFtImageEditor .ctaFtCurrentImageAvatar
{
	padding: 0;
	border: 0;
	border-radius: 0;
	width: 102px;
}

	.ctaFtImageEditor .ctaFtCurrentImage img
	{
		display: block;
		max-width: 96px;
		max-height: 96px;
		height: auto;
		margin: 0 auto;
	}

.ctaFtImageEditor .ctaFtCurrentImageLarge
{
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(43, 47, 52);
	border-radius: 4px;
	float: left;
	display: block;
	width: 192px;
	text-align: center;
}

	.ctaFtImageEditor .ctaFtCurrentImageLarge img
	{
		display: block;
		max-width: 192px;
		max-height: 192px;
		height: auto;
		margin: 0 auto;
	}

.ctaFtImageEditor .ctaFtImageAction
{
	overflow: hidden; zoom: 1;
	padding: 10px;
	border: 1px solid rgb(183, 183, 189);
	border-radius: 5px;
	margin-bottom: 10px;
}

.xenOverlay .ctaFtImageEditor .ctaFtImageAction
{
	background: url("/rgba__r-0__g-0__b-0__a-63.php"); background: rgba(0,0,0, 0.25); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3F000000,endColorstr=#3F000000);
}

.ctaFtImageEditor .ctaFtImageUpload
{
	max-width: 100%;
	box-sizing: border-box;
	margin: 3px 0;
}

.ctaFtImageEditor .ctaFtImageUploadUrl
{
	width: 100%;
	box-sizing: border-box;
	margin: 3px 0;
}

.ctaFtImageEditor .ctaFtIcon
{
	border: 0;
	border-radius: 0;
	padding: 0;
}

.ctaFtImageEditor .ctaFtIconLarge
{
	border: 0;
	border-radius: 0;
	padding: 0;
	width: 192px;
}

.ctaFtImageEditor .ctaFtBackground
{
	background: none;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.ctaFtImageEditor .ctaFtSlider
{
	border: 0;
	border-radius: 0;
	padding: 0;
}



.ctaFtImageEditor .ctaFtAttachedImages
{
	margin-top: 3px;
	max-height: 106px;
	height: auto;
	overflow-y: auto;
}

.ctaFtImageEditor .ctaFtAttachedImages img
{
	display: block;
	max-width: 100px;
	max-height: 100px;
	cursor: pointer;
}

.ctaFtImageEditor .ctaFtAttachedImage
{
	position: relative;
	display: inline-block;
	background-color: transparent;
	padding: 2px;
	border: 1px solid rgb(43, 47, 52);
	border-radius: 4px;
	width: 100px;
	max-height: 100px;
	float: left;
	margin: 10px 4px 0 0;
	
}

.ctaFtImageEditor .ctaFtAttachedImageInput
{
	position: absolute;
	top: 4px;
	left: 4px
}

.sectionMain.ctaFtContainer .Popup .arrowWidget,
.sectionMain.ctaFtContainerPage .Popup .arrowWidget
{
	width: 15px;
}






.ctaFtThreadTextAvatar img.mceSmilie,
.ctaFtThreadTextAvatar img.mceSmilieSprite,
.ctaFtThreadTextIcon img.mceSmilie,
.ctaFtThreadTextIcon img.mceSmilieSprite
{
	display: none;
}









@media (max-width:610px)
{
	.Responsive .footerLinks a.ctaFtRssFeedPage,
	.Responsive .footerLinks a.ctaFtRssFeedArchive
	{
		display: none;
	}
}

@media (max-width:480px)
{
	.Responsive .xenForm .ctrlUnit > dd,
	.Responsive .xenForm .ctrlUnit.fullWidth dd
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.ctaThreadListItemControls
	{
		display: none;
	}
}


.ctaFtThreadTextAvatar.baseHtml ol,
.ctaFtThreadTextAvatar.baseHtml ul,
.ctaFtThreadTextAvatar.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextAvatar.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextIcon.baseHtml ol,
.ctaFtThreadTextIcon.baseHtml ul,
.ctaFtThreadTextIcon.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextIcon.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextAvatarPage.baseHtml ol,
.ctaFtThreadTextAvatarPage.baseHtml ul,
.ctaFtThreadTextAvatarPage.baseHtml dl
{
	margin-left: 0
}

.ctaFtThreadTextAvatarPage.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextIconPage.baseHtml ol,
.ctaFtThreadTextIconPage.baseHtml ul,
.ctaFtThreadTextIconPage.baseHtml dl
{
	margin-left: 0;
}

.ctaFtThreadTextIconPage.baseHtml li
{
	position: relative;
	left: 2em;
	margin-right: 2em;
}

.ctaFtThreadTextAvatar img,
.ctaFtThreadTextAvatar iframe,
.ctaFtThreadTextAvatar object,
.ctaFtThreadTextAvatar embed
{
	max-width: 100%;
}

.ctaFtThreadTextIcon img,
.ctaFtThreadTextIcon iframe,
.ctaFtThreadTextIcon object,
.ctaFtThreadTextIcon embed
{
	max-width: 100%;
}

.ctaFtThreadTextAvatarPage img,
.ctaFtThreadTextAvatarPage iframe,
.ctaFtThreadTextAvatarPage object,
.ctaFtThreadTextAvatarPage embed
{
	max-width: 100%;
}

.ctaFtThreadTextIconPage img,
.ctaFtThreadTextIconPage iframe,
.ctaFtThreadTextIconPage object,
.ctaFtThreadTextIconPage embed
{
	max-width: 100%;
}

/* --- likes_summary.css --- */

.likesSummary
{
	overflow: hidden; zoom: 1;
	font-size: 11px;
}

	.LikeText
	{
		float: left;
	}
	
	.likeInfo
	{
		float: right;
	}

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar .pageContent 
{
	color: rgb(34, 36, 38);
background-color: rgb(43, 47, 52);

}

	

	#loginBar .pageContent
	{
		padding-top: 0;
		position: relative;
		_height: 0px;
	}

	#loginBar a
	{
		color: rgba(255,255,255,.8);

	}

	#loginBar form
	{
		padding: 2px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;

	}
	
		#loginBar .xenForm .ctrlUnit,		
		#loginBar .xenForm .ctrlUnit > dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit > dd
		{
			position: relative;
		}
	
	#loginBar .lostPassword,
	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(68, 71, 79);
background: url("/rgba__r-0__g-0__b-0__a-38.php"); background: rgba(0, 0, 0, 0.15); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
border-color:  rgb(0, 0, 0); border-color:  rgba(0, 0, 0, 0.15); _border-color:  rgb(0, 0, 0);

	}
	
	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;

	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: url("/rgba__r-0__g-0__b-0__a-38.php") !important; background: rgba(0, 0, 0, 0.15) !important; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000,endColorstr=#26000000);
		color: rgb(68, 71, 79);
	}

	#loginBar .textCtrl:focus
	{
		background: url("/rgba__r-0__g-0__b-0__a-76.php") none; background: rgba(0, 0, 0, 0.3) none; _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);

	}
	
	#loginBar input.textCtrl.disabled
	{
		color: rgb(238, 239, 239);
background-color: #000;
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}
	
		#loginBar .button.primary
		{
			font-weight: bold;
		}
		
/** changes when eAuth is present **/

#loginBar form.eAuth
{
	-x-max-width: 720px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right:  1px dotted rgb(34, 36, 38); border-right:  1px dotted rgba(34, 36, 38, .5); _border-right:  1px dotted rgb(34, 36, 38);
		margin-right: 220px;
		box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0;
		width: 200px;
	}

		#eAuthUnit li
		{
			margin-top: 10px;
			line-height: 0;
		}
	
/** handle **/

#loginBar #loginBarHandle label 
{
	font-weight: bold;
font-size: 13px;
color: #FFF;
background-color: rgb(43, 47, 52);
padding: 0 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
position: absolute;
right: 0;
display: inline-block;
text-align: center;
z-index: 1;
line-height: 30px;
height: 30px;

}


@media (max-width:800px)
{
	.Responsive #loginBar form.eAuth .ctrlWrapper
	{
		border-right: none;
		margin-right: 0;
		padding-top: 2px;
	}

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 200px;
		margin: 0 auto;
	}
}
@media (max-width:610px)
{
	.Responsive #loginBar .xenForm .ctrlUnit > dd {padding-left: 0; padding-right: 0;}
	.Responsive #loginBar form.eAuth #eAuthUnit {width: auto; margin-left: 2px; margin-right: 2px;}
}



/* --- message.css --- */



.messageList
{
	
}

.messageList .message
{
	margin: 2px auto;

	background-color: rgb(54, 57, 64);
padding: 5px;
border: 1px solid rgb(43, 45, 48);
border-radius: 4px;

}

/* clearfix */ .messageList .message { zoom: 1; } .messageList .message:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

/*** Message block ***/

.message .messageInfo
{
	background-color: transparent;
padding: 0;
border-bottom: 1px none black;

	zoom: 1;
}

	.message .newIndicator
	{
		font-weight: bold;
font-size: 13px;
color: #FFF;
background-color: rgb(43, 47, 52);
padding: 1px 5px;
margin: 5px;
border-radius: 4px;
border-top-right-radius: 0;
display: block;
float: right;
position: relative;

		
		
	}
		

	.message .messageContent
	{
		padding: 5px;
overflow: hidden;
min-height: 150px;
*zoom: 1;

	}
	
	.message .messageContent a
	{
	 text-decoration: underline; 
	 color:#ddd;
	}
	
	.message .messageTextEndMarker
	{
		height: 0;
		font-size: 0;
		overflow; hidden;
	}
	
	.message .editDate
	{
		text-align: right;
		margin-top: 5px;
		font-size: 11px;
		color: rgb(238, 239, 239);
	}

	.message .signature
	{
		font-size: 8pt;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 25px;
margin-bottom: 5px;
border-width: 0;
border-top-width: 1px;

	}

	.message .messageMeta
	{
		font-size: 10px;
padding-top: 5px;
padding-bottom: 5px;
overflow: hidden;
zoom: 1;
box-sizing: border-box;

	}

		.message .privateControls
		{
			float: left;

		}

		.message .publicControls
		{
			float: right;

		}
		
			.message .privateControls .item
			{
				margin-right: 10px;
				float: left;
				margin-top: 6px;
			}

				.message .privateControls .item:last-child
				{
					margin-right: 0;
				}

			.message .publicControls .item
			{
				margin-left: 10px;
				float: left;
			}
	
				.message .messageMeta .control
				{
					color: rgb(193, 193, 199);
background-color: rgb(68, 71, 79);
padding-right: 8px;
padding-left: 8px;
margin: 0 1px 4px 0;
border: 1px solid rgb(43, 45, 48);
border-radius: 4px;
line-height: 24px;
float: none;
display: inline-block;
vertical-align: middle;

				}
				
					.message .messageMeta .control:focus
					{
						
					}
				
					.message .messageMeta .control:hover
					{
						text-decoration: none;

					}
				
					.message .messageMeta .control:active
					{
						
					}
	/*** multiquote +/- ***/
		
		
	
		.messageNotices li
	{
		font-size: 10px;
color: rgb(227, 227, 229);
background-color: rgb(34, 36, 38);
padding: 5px;
margin-bottom: 5px;
border: 1px solid rgb(43, 47, 52);
border-radius: 4px;

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url("/styles/uix_dark/xenforo/xenforo-ui-sprite.png") no-repeat 1000px 1000px;
		}
	
			.messageNotices .warningNotice .icon { background-position: -48px -32px; }		
			.messageNotices .deletedNotice .icon { background-position: -64px -32px; }		
			.messageNotices .moderatedNotice .icon {background-position: -32px -16px; }
	
	.message .likesSummary
	{
		color: rgb(227, 227, 229);
text-decoration: none;
background-color: rgb(34, 36, 38);
padding: 5px;
margin-top: 5px;
border: 1px solid rgb(43, 47, 52);
border-radius: 4px;

	}
	
	.message .messageText > *:first-child
	{
		margin-top: 0;
	}

/* inline moderation changes */

.InlineModChecked .messageUserBlock,
.InlineModChecked .messageInfo,
.InlineModChecked .messageNotices,
.InlineModChecked .bbCodeBlock .type,
.InlineModChecked .bbCodeBlock blockquote,
.InlineModChecked .attachedFiles .attachedFilesHeader,
.InlineModChecked .attachedFiles .attachmentList
{
	background-color: rgb(59, 25, 25);

}

.InlineModChecked .messageUserBlock div.avatarHolder,
.InlineModChecked .messageUserBlock .extraUserInfo
{
	background: transparent;
}

.InlineModChecked .messageUserBlock .arrow span
{
	border-left-color: rgb(59, 25, 25);
}

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid rgb(43, 47, 52);
	background: rgb(34, 36, 38) url("/styles/uix_dark/xenforo/gradients/category-23px-light.png") repeat-x top;
	font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{	
	overflow: hidden; zoom: 1;
	color: rgb(115, 115, 120);
	font-size: 11px;
}

	.messageList .placeholder a.avatar
	{
		float: left;
		display: block;
	}
	
		.messageList .placeholder a.avatar img
		{
			display: block;
			width: 32px;
			height: 32px;
		}
		
	.messageList .placeholder .privateControls
	{
		margin-top: -5px;
	}
	

/* messages remaining link */

.postsRemaining a,
a.postsRemaining
{
	font-size: 11px;
	color: rgb(238, 239, 239);
}


@media (max-width:800px)
{
	.Responsive .message .newIndicator
	{
		margin-right: 0;
		border-top-right-radius: 4px;
	}
	
		.Responsive .message .newIndicator span
		{
			display: none;
		}
}

@media (max-width:610px)
{
	.Responsive .message .messageInfo
	{
		margin-left: 0;
		padding: 0 10px;
	}

	.Responsive .message .messageContent
	{
		min-height: 0;
	}	
	

	.Responsive .message .postNumber,
	.Responsive .message .authorEnd
	{
		display: none;
	}
	
	.Responsive .message .signature
	{
		display: none;
	}
	
	.Responsive .messageList .placeholder a.avatar
	{
		margin-right: 10px;
	}
}


/* --- message_user_info.css --- */

.messageUserInfo
{
	float: left;
width: 190px;

}

	.messageUserBlock
	{
		background-color: rgb(68, 71, 79);
border: 1px solid rgb(43, 45, 48);
border-radius: 4px;

		
		position: relative;
	}
		
		.messageUserBlock div.avatarHolder
		{
			background-color: rgb(68, 71, 79);
padding: 5px;
border-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
text-align: left;

			
			position: relative;	
		}
		
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
			}
			
			.messageUserBlock div.avatarHolder .onlineMarker
			{
				position: absolute;
				top: 4px;
				left: 4px;
				
				color: rgb(127, 185, 0);
border: 7px solid transparent;
border-top-color: rgb(127, 185, 0);
border-left-color: rgb(127, 185, 0);
border-top-left-radius: 5px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
top: -1px;
left: -1px;

			}
			
		.messageUserBlock h3.userText
		{
			background-color: rgb(68, 71, 79);
padding: 5px;
border: 0 solid rgb(43, 45, 48);
border-top-width: 1px;

		}
		
		.messageUserBlock .userBanner
		{
			display: block;
			margin-bottom: 5px;
			margin-left: -11px;
			margin-right: -11px;
		}
		
		.messageUserBlock .userBanner:last-child
		{
			margin-bottom: 0;
		}
	
		.messageUserBlock a.username
		{
			font-weight: bold;
display: block;
overflow: hidden;
line-height: 16px;

			
		}
		
		.messageUserBlock .userTitle
		{
			font-size: 11px;
display: block;

		}
		
		.messageUserBlock .extraUserInfo
		{
			font-size: 10px;
background-color: rgb(68, 71, 79);
padding: 4px 6px;
border: 0 solid rgb(43, 45, 48);
border-top-width: 1px;
border-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;

		}
		
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
							
			.messageUserBlock .extraUserInfo img
			{
				max-width: 100%;
			}
		
		.messageUserBlock .arrow
		{
			position: absolute;
			top: 10px;
			right: -10px;
			
			display: block;
			width: 0px;
			height: 0px;
			line-height: 0px;
			
			border: 10px solid transparent;
			border-left-color: rgb(43, 45, 48);
			-moz-border-left-colors: rgb(43, 45, 48);
			border-right: none;
			
			/* Hide from IE6 */
			_display: none;
		}
		
			.messageUserBlock .arrow span
			{
				position: absolute;
				top: -10px;
				left: -11px;
				
				display: block;
				width: 0px;
				height: 0px;
				line-height: 0px;
				
				border: 10px solid transparent;
				border-left-color: rgb(68, 71, 79);
				-moz-border-left-colors: rgb(68, 71, 79);
				border-right: none;
			}


@media (max-width:610px)
{
	.Responsive .messageUserInfo
	{
		float: none;
		width: auto; 
	}

	.Responsive .messageUserBlock
	{
		overflow: hidden;
		margin-bottom: 5px;
		position: relative;
	}

	.Responsive .messageUserBlock div.avatarHolder
	{
		float: left;
		padding: 5px;
	}

		.Responsive .messageUserBlock div.avatarHolder .avatar img
		{
			width: 48px;
			height: 48px;
		}

	.Responsive .messageUserBlock h3.userText
	{
		margin-left: 64px;
	}
	
	.Responsive .messageUserBlock .userBanner
	{
		max-width: 150px;
		margin-left: 0;
		margin-right: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		position: static;
		display: inline-block;
	}
	
		.Responsive .messageUserBlock .userBanner span
		{
			display: none;
		}

	.Responsive .messageUserBlock .extraUserInfo
	{
		display: none;
	}

	.Responsive .messageUserBlock .arrow
	{
		display: none;
	}
}


/* --- showmods.css --- */

div.showModeratorsForum {
	font-weight: bold;
color: rgb(193, 193, 199);

}

div.showModeratorsMessage {
	font-style: italic;
text-alignt: right;

}

/* --- thread_view.css --- */

.thread_view .threadAlerts
{
	border: 1px solid rgb(34, 36, 38);
	border-radius: 5px;
	font-size: 11px;
	margin: 10px 0;
	padding: 5px;
	line-height: 16px;
	background-image: url("/styles/uix_dark/xenforo/gradients/form-button-white-25px.png");
}
	
	.thread_view .threadAlerts dt
	{
		color: rgb(43, 45, 48);
		display: inline;
	}
	
	.thread_view .threadAlerts dd
	{
		color: rgb(193, 193, 199);
		font-weight: bold;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url("/styles/uix_dark/xenforo/xenforo-ui-sprite.png") no-repeat -1000px -1000px;
		}
		
			.thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px; }
			.thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -16px; }
			.thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -16px; }
	
.thread_view .threadAlerts + * > .messageList
{
	border-top: none;
}

.thread_view .threadNotices
{
	background-color: rgb(68, 71, 79);
	border: 1px solid rgb(43, 47, 52);
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
}

.thread_view .InlineMod
{
	overflow: hidden; zoom: 1;
}
