@charset "UTF-8";

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

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

.attachedFiles
{
	margin: 1em 0;
border: 1px solid rgb(228, 228, 228);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;

}

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

	.attachedFiles .attachedFilesHeader
	{
		font-size: 11px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: #ffffff;
background-color: rgb(89, 121, 167);
padding: 3px 8px;
-webkit-border-top-left-radius: 2px; -moz-border-radius-topleft: 2px; -khtml-border-top-left-radius: 2px; border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px; -moz-border-radius-topright: 2px; -khtml-border-top-right-radius: 2px; border-top-right-radius: 2px;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);

		
		padding: 4px 8px;
	}

	.attachedFiles .attachmentList
	{
		/* roughly the same as "bbCodeCode" with the monospacing stuff removed */
		overflow: hidden; zoom: 1;		
		background-color: rgb(250, 250, 250);
padding: 10px 10px 0;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;

	}

		.attachment
		{
			float: left;
			width: 50%;
			max-width: 300px;
		}
		
		.attachment .boxModelFixer
		{
			background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

			overflow: hidden; zoom: 1;
			padding: 5px;
margin-right: 10px;
margin-bottom: 10px;
border: 1px solid rgb(232, 232, 232);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;

		}
		
			
		
			.attachment .thumbnail
			{
				float: left;						
				border-right: 1px solid rgb(232, 232, 232);
				padding-right: 5px;
				width: 110px;
				height: 110px;
				overflow: hidden;
			}
			
				.attachment .thumbnail .SquareThumb
				{
					width: 110px;
					height: 110px;
					-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
				}
				
				.attachment .thumbnail .genericAttachment
				{
					background: transparent url('/styles/elegance_softblue/xenforo/node-sprite.png') no-repeat -72px 0;
display: block;
width: 36px;
height: 36px;

					
					margin: 37px 37px !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,
	.Responsive .attachment .boxModelFixer
	{
		margin-right: 0;
	}
}

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


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

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

.bbCodeBlock
{
	background-color: rgb(250, 250, 250);
margin: 1em 0;
border-left: 5px solid rgb(89, 121, 167);
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2);

}

	.bbCodeBlock .bbCodeBlock
	{
		margin-right: 0;
		background: rgb(244, 244, 244);
	}

		.bbCodeBlock .bbCodeBlock .bbCodeBlock
		{
			background: rgb(232, 232, 232);
		}

			.bbCodeBlock .bbCodeBlock .bbCodeBlock .bbCodeBlock
			{
				background: rgb(250, 250, 250);
			}

	.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: 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: rgb(89, 121, 167);
padding: 3px 8px 0 5px;

}

.bbCodeBlock pre,
.bbCodeBlock .code
{
	font-size: 10pt;
font-family: Consolas, 'Courier New', Courier, monospace;
padding: 10px 10px 10px 5px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
word-wrap: normal;
overflow: auto;
line-height: 1.24;
min-height: 30px;
max-height: 500px;
_width: 600px;
direction: ltr;

}

	.bbCodeBlock .type + pre,
	.bbCodeBlock .type + .code
	{
		padding-top: 5px;
	}

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

.bbCodeQuote
{
	
}

.bbCodeQuote .attribution
{
	font-size: 13px;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
color: rgb(89, 121, 167);
padding: 3px 8px 0 5px;

}

	.bbCodeQuote .attribution .AttributionLink
	{
		background: transparent none;
-webkit-box-shadow: none; -moz-box-shadow: none; -khtml-box-shadow: none; box-shadow: none;

	}
	
		.bbCodeQuote .attribution .AttributionLink:hover
		{
			color: rgb(199, 113, 27);
position: relative;
top: -2px;

		}

.bbCodeQuote .quoteContainer
{
	overflow: hidden;
	position: relative;
	
	font-style: italic;
font-size: 9pt;
padding: 10px 10px 10px 5px;
overflow: auto;

}

	.bbCodeQuote .attribution + .quoteContainer
	{
		padding-top: 5px;
	}


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

	.bbCodeQuote .quoteContainer .quoteExpand
	{		
		display: none;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
		position: absolute;
		height: 80px;
		top: 90px;
		left: 0;
		right: 0;
		
		font-size: 11px;
		line-height: 1;
		text-align: center;
		color: rgb(199, 113, 27);
		cursor: pointer;
		padding-top: 65px;
		background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 80%);
		background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgb(250, 250, 250) 80%);
		
		border-bottom-left-radius: ;
		border-bottom-right-radius: ;
	}

		.bbCodeQuote .attribution + .quoteContainer .quoteExpand
		{
			top: 85px;
		}
	
	.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 object,
	.bbCodeQuote embed
	{
		max-width: 200px;
		max-height: 150px;
	}

.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(250, 250, 250);
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
border: 1px solid rgb(199, 113, 27);
border-left-width: 5px;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.2);

}
	
.NoJs .bbCodeSpoilerContainer
{
	background-color: rgb(20,20,20); /* 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;
		}

/* Advanced bbCode */
.baseHtml .advbbcodebar_encadre .adv_enc_fieldset { border-top: 1px solid #000; }

.baseHtml .advbbcodebar_article fieldset,
.baseHtml .advbbcodebar_fieldset fieldset,
.baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset,
.baseHtml .advbbcodebar_encadre .adv_enc_fieldset
{
	background: transparent;
	-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	border-color: rgb(250, 250, 250) rgb(232, 232, 232) rgb(232, 232, 232) rgb(250, 250, 250);
}

	.baseHtml .advbbcodebar_encadre_skin2 .adv_enc_fieldset,
	.baseHtml .advbbcodebar_encadre_skin2 .adv_enc_fieldset
	{
		border-color: rgb(232, 232, 232) rgb(250, 250, 250) rgb(250, 250, 250) rgb(232, 232, 232);
	}

	.baseHtml .advbbcodebar_article legend,
	.baseHtml .advbbcodebar_fieldset legend
	{
		color: #ffffff;
		background: rgb(199, 113, 27);
		border-width: 0;
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
		font-weight: normal;
	}

	.baseHtml div .adv_enc_fieldset,
	.baseHtml div .adv_enc_title
	{
		color: inherit;
		background: transparent none;
	}

	.baseHtml .advbbcodebar_encadre .adv_enc_abovefieldset
	{
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}


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


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

.likesSummary,
.message .likesSummary.secondaryContent,
.showcaseItem div.likesSummary
{
	background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

	font-size: 11px;
color: rgb(102, 102, 102);
padding: 5px 5px 5px 18px;
margin-top: 10px;
overflow: hidden;
zoom: 1;

}

	.likesSummary:before,
	.showcaseLikesSummary:before
	{
		background: transparent url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite.png') no-repeat -155px -58px;
margin-top: -8px;
content: '';
display: block;
position: absolute;
left: 0;
top: 50%;
width: 15px;
height: 14px;

	}

		@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
		{
			.likesSummary:before,
			.showcaseLikesSummary:before
			{
				background-image: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite-big.png');
				background-size: 200px 80px;
			}
		}

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


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

/** Login bar basics **/

#loginBar
{
	background-color: rgb(244, 244, 244);
position: relative;
z-index: 1;

}

	#loginBar .ctrlWrapper
	{
		margin: 0 10px;
	}

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

	#loginBar a
	{
		
	}

	#loginBar form
	{
		padding: 5px 10px;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
max-width: 500px;

	}
	
		#loginBar .xenForm .ctrlUnit,		
		#loginBar .xenForm .ctrlUnit > dt label
		{
			margin: 0;
			border: none;
		}
			
			#loginBar .xenForm .submitUnit:before
			{
				display: none;
			}

		#loginBar .xenForm .ctrlUnit > dd
		{
			position: relative;
		}
	
	#loginBar .lostPassword,
	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

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

	}

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

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

	#loginBar form.eAuth .ctrlWrapper
	{
		position: relative;
		border-right: 1px solid rgb(250, 250, 250);
		margin-right: 200px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}

		#loginBar form.eAuth .ctrlWrapper:after
		{
			content: '';
			display: block;
			position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			border-right: 1px solid rgb(232, 232, 232);
		}

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

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

#loginBar #loginBarHandle
{
	display: block;
position: absolute;
right: 12px;
bottom: -24px;
z-index: 1;
height: 24px;

}

#loginBar #loginBarHandle label
{
	display: block;
height: 24px;

}

	#loginBar #loginBarHandle label a
	{
		font-size: 12px;
color: rgb(89, 121, 167) !important;
background-color: rgb(244, 244, 244);
padding: 3px 9px;
margin: 0;
-webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
-webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
display: block;
text-align: center;
line-height: 18px;
position: relative;
white-space: nowrap;
-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); -khtml-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2);


		
	}

		
		#loginBar #loginBarHandle label a:hover
		{
			color: rgb(199, 113, 27) !important;
text-decoration: none;

		}
		


@media (max-width:610px)
{
	.Responsive #loginBar #loginBarHandle
	{
		right: auto;
		left: 50%;
	}
	
		.Responsive #loginBar #loginBarHandle:before
		{
			display: none;
		}

	.Responsive #loginBar #loginBarHandle label
	{
		float: left;
		margin-left: -50%;
	}
}
@media (max-width:800px)
{
	.Responsive #loginBar form.eAuth
	{
		width: auto;
	}

	.Responsive #loginBar form.eAuth .ctrlWrapper
	{
		border-right: none;
		margin-right: 10px;
	}

		.Responsive #loginBar form.eAuth .ctrlWrapper dt,
		.Responsive #loginBar form.eAuth .ctrlWrapper dd
		{
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			float: none;
		}

	.Responsive #loginBar form.eAuth #eAuthUnit
	{
		position: static;
		width: 180px;
		margin: 0 auto 10px;
	}
	
		.Responsive #loginBar form.eAuth #eAuthUnit li a
		{
			margin: 0 auto;
		}
		
	.Responsive #loginBar .submitUnit
	{
		padding-top: 0;
	}
}


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



.messageList
{
	
}

.messageList .message
{
	padding: 0;
margin-bottom: 10px;
position: relative;

}

	.messageList .message:after
	{
		display: none;
	}

/*** Message block ***/

.message .messageInfo
{
	background: rgb(244, 244, 244) url('/styles/elegance_softblue/xenforo/gradients/fullblock.png') repeat-x;
padding: 9px;
margin-bottom: 10px;
border: 1px solid rgb(249, 249, 249);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(top, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
position: relative;

	margin-left: 167px;

	zoom: 1;
}

	.message.messageFullBlock .messageInfo
	{
		background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

		margin-left: 147px;
	}
	
		.message.messageFullBlock .messageInfo:after
		{
			display: none;
		}
		
	.message.messageRight .messageInfo
	{
		margin-left: 0;
		margin-right: 167px;
	}
	
		.message.messageRight.messageFullBlock .messageInfo
		{
			margin-left: 0;
			margin-right: 147px;
		}

	.message .newIndicator
	{
		font-size: 10px;
color: #ffffff;
background-color: rgb(199, 113, 27);
padding: 0 4px;
margin: 0;
border: 1px solid rgb(199, 113, 27);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
-webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomright: 0px; -khtml-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px;
display: block;
position: absolute;
-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); -khtml-box-shadow: 1px 1px 3px rgba(0,0,0, 0.25); box-shadow: 1px 1px 3px rgba(0,0,0, 0.25);
top: -4px;
right: -5px;
z-index: 2;
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);

	}
	
		.message .newIndicator span
		{
			background-color: rgb(199, 113, 27);
-webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
display: block;
position: absolute;
bottom: -4px;
right: -1px;
width: 5px;
height: 4px;

		}

		.message.messageRight.messageFullBlock .newIndicator
		{
			right: auto;
			left: -14px;
			top: -14px;
		}

			.message.messageRight.messageFullBlock .newIndicator span
			{
				right: auto;
				left: -1px;
				-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; -khtml-border-bottom-right-radius: 0; border-bottom-right-radius: 0;
				-webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
			}

	.message .messageContent
	{
		min-height: 120px;

	}
	
 		/* clearfix */ .message .messageContent { zoom: 1; } .message .messageContent:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
 		
 		.message.unread .newIndicator + .messageContent,
 		.message.unread .messageUserInfo:first-child
 		{
 			padding-top: 24px;
		}

	.message .editDate
	{
		text-align: right;
		margin-top: 5px;
		font-size: 11px;
		color: rgb(102, 102, 102);
	}

	.message .signature
	{
		font-size: 9pt;
padding: 5px 0 0;
margin-top: 5px;
border-top: 1px solid rgb(232, 232, 232);
position: relative;

	}

			.message .signature:after
			{
				content: '';
				border-top: 1px solid rgb(250, 250, 250);
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;

			}

	.message .messageMeta
	{
		font-size: 11px;
padding: 15px 5px 5px;
margin: -5px;
overflow: hidden;
zoom: 1;

	}

		.message .privateControls
		{
			float: left;
clear: both;

		}

		.message .publicControls
		{
			float: right;

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

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

			.message .publicControls .item
			{
				margin-left: 10px;
				float: left;
			}
	
				.message .messageMeta .control
				{
					
				}
				
					.message .messageMeta .control:focus
					{
						
					}
				
					.message .messageMeta .control:hover
					{
						
					}
				
					.message .messageMeta .control:active
					{
						
					}
	/*** multiquote +/- ***/
			
	.message .publicControls .MultiQuoteControl
	{
		padding-left: 4px;
		padding-right: 4px;
		-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
		margin-left: 6px;
		margin-right: -4px;
	}
	
	
	.message .publicControls .MultiQuoteControl.active
	{
		background-color: rgb(199, 113, 27);
		color: #ffffff;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); -khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2); box-shadow: 1px 1px 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2);
	}
	
		.messageNotices li
	{
		font-size: 11px;
color: #fff;
background-color: rgb(166, 96, 27);
padding: 5px;
margin: 10px 0;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
line-height: 16px;
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); -khtml-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#00FFFFFF);

	}
	
		.messageNotices .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			background: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite.png') no-repeat 1000px 1000px;
		}

		@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
		{
			.messageNotices .icon
			{
				background-image: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite-big.png');
				background-size: 200px 80px;
			}
		}
	
			.messageNotices .warningNotice .icon { background-position: -48px -32px; }		
			.messageNotices .deletedNotice .icon { background-position: -64px -32px; }		
			.messageNotices .moderatedNotice .icon {background-position: -32px -32px; }

	.messageNotices li a,
	.messageNotices li a:hover
	{
		color: #fff;
		text-decoration: underline;
	}
	
	.message .likesSummary
	{
	}
	
	.message .messageText > *:first-child
	{
		margin-top: 0;
	}
	
	/* post ratings */
	.primaryContent > .dark_postrating
	{
		background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

		background-color: rgb(244, 244, 244);
border: 1px solid rgb(250, 250, 250);
border-right-color: rgb(232, 232, 232);
border-bottom-color: rgb(232, 232, 232);

		padding: 4px;
	}
		
	

/* inline moderation changes */

/* .InlineModChecked .messageUserBlock, */
.InlineModChecked .messageInfo,
.InlineModChecked .messageNotices,
/* .InlineModChecked .bbCodeBlock .type, */
.InlineModChecked .bbCodeBlock blockquote /* ,
.InlineModChecked .attachedFiles .attachedFilesHeader,
.InlineModChecked .attachedFiles .attachmentList */
{
	background-color: rgb(255, 255, 200);

}

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

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

/* message list */

.messageList .newMessagesNotice
{
	margin: 10px auto;
	padding: 5px 10px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
	border: 1px solid rgb(210, 219, 231);
	background: rgb(237, 242, 249);
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	font-size: 11px;
}

/* deleted / ignored message placeholder */

.messageList .message.placeholder
{
}

.messageList .placeholder .placeholderContent
{	
	overflow: hidden; zoom: 1;
	color: rgb(170, 187, 212);
	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(102, 102, 102);
}


@media (max-width:800px)
{		
	.Responsive .message .postNumber,
	.Responsive .message .authorEnd,
	.Responsive .message .signature
	{
		display: none;
	}

	/* xenmood add-on */
	.Responsive .userMood
	{
		position: absolute;
		top: 0;
		right: 0;
		padding-right: 10px;
	}
}
.message .messageInfo a.setFavicon
{
	background-repeat: no-repeat;
background-position: left center;
padding-left: 20px;
margin-left: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
background-size: 16px 16px;

}

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

.messageUserInfo
{
	background: rgb(244, 244, 244) url('/styles/elegance_softblue/xenforo/gradients/fullblock.png') repeat-x;
padding: 9px;
border: 1px solid rgb(249, 249, 249);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
float: left;
position: relative;
background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(top, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
width: 134px;

}

	.messageRight .messageUserInfo
	{
		float: right;
	}

	.messageUserInfo + .messageInfo:before
	{
		content: '';
		display: block;
		position: absolute;
		top: 15px;
		left: -10px;
		width: 11px;
		height: 17px;
		background: transparent url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite.png') no-repeat -140px -55px;
	}

		@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
		{
			.messageUserInfo + .messageInfo:before
			{
				background-image: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite-big.png');
				background-size: 200px 80px;
			}
		}
	
		.messageRight .messageUserInfo + .messageInfo:before
		{
			left: auto;
			right: -10px;
			background-position: -120px -55px;
		}

		
		
	.messageFullBlock .messageUserInfo
	{
		background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

	}
	
		.messageFullBlock .messageUserInfo + .messageInfo:before
		{
			display: none;
		}

	.messageUserBlock
	{
		
		
		position: relative;
	}
		
		.messageUserBlock div.avatarHolder
		{
				
		}
		
			.messageUserBlock div.avatarHolder .avatar
			{
				display: block;
				font-size: 0;
				-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 5px 5px -5px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 5px 5px -5px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 5px 5px -5px rgba(0, 0, 0, 0.2);

			}
			
		.messageUserBlock h3.userText
		{
			padding: 6px 0 0;

		}
		
		.messageUserBlock .userBanner
		{
			display: block;
			margin-top: 1px;
			margin-bottom: 5px;
			margin-left: -14px;
			margin-right: -14px;
		}

			.messageFullBlock .messageUserBlock .userBanner
			{
				margin-right: -5px;
				-webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px;
			}

				.messageFullBlock .messageUserBlock .userBanner.wrapped span.after,
				.messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.before
				{
					display: none;
				}

				.messageFullBlock.messageRight .messageUserBlock .userBanner
				{
					margin-left: -5px;
					margin-right: -14px;
					-webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px;
				}

					.messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped
					{
						-webkit-border-top-right-radius: 0; -moz-border-radius-topright: 0; -khtml-border-top-right-radius: 0; border-top-right-radius: 0;
					}

					.messageFullBlock.messageRight .messageUserBlock .userBanner.wrapped span.after
					{
						display: block;
					}


		.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;
padding: 4px 0;
border-width: 0;

		}
		
			.messageUserBlock .extraUserInfo dl
			{
				margin: 2px 0 0;
			}
							
			.messageUserBlock .extraUserInfo img
			{
				max-width: 100%;
			}
		
		.messageUserBlock .arrow
		{
			display: none;
		}


@media (max-width:800px)
{
	.Responsive .message.messageSeparate
	{
		margin-bottom: 15px;
	}
	
	.Responsive .message .messageUserInfo
	{
		float: none !important;
		width: auto;
		border-bottom: 1px solid rgb(232, 232, 232);
		padding-bottom: 8px;
	}
	
		.Responsive .message .messageUserInfo + .messageInfo:before
		{
			background-position: -100px -61px !important;
			width: 17px !important;
			height: 11px !important;
			left: 50% !important;
			right: auto !important;
			top: -10px !important;
			bottom: auto !important;
			margin-left: -8px;
		}
		
			.Responsive .message.messageFullBlock .messageUserInfo + .messageInfo:before
			{
				display: none;
			}
		
		.Responsive .message .messageUserInfo
		{
			margin-bottom: 8px;
		}
		
			.Responsive .message.messageFullBlock .messageUserInfo
			{
				margin-bottom: 0;
				padding-bottom: 5px;
				border-bottom: 1px solid rgb(232, 232, 232);
			}
		
		.Responsive .message .messageUserInfo .messageUserBlock:after
		{
			content: '';
			display: block;
			clear: both;
		}
		
		.Responsive .message .messageUserBlock div.avatarHolder
		{
			float: left;
			margin-right: 10px;
		}
		
			.Responsive .message .messageUserBlock div.avatarHolder img
			{
				width: 48px;
				height: 48px;
			}

				.Responsive .message .messageUserBlock div.avatarHolder .userMood img 
				{ 
					width: auto; 
					height: auto; 
				}
		
		.Responsive .message .messageUserBlock h3.userText
		{
			padding-top: 0;
			float: left;
		}

		.Responsive .message .messageUserBlock .ribbon
		{
			display: none;
		}

	.Responsive .message .messageInfo
	{
		margin: 0 !important;
		float: none;
	}
	
		.Responsive .message.messageFullBlock .messageInfo
		{
			border-top: 1px solid rgb(250, 250, 250);
			padding-top: 5px;
		}

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

	.Responsive .messageUserBlock .userBanner
	{
		max-width: 150px;
		margin: 0 !important;
		-webkit-border-radius: 3px !important; -moz-border-radius: 3px !important; -khtml-border-radius: 3px !important; border-radius: 3px !important;
		position: static;
		display: inline-block;
	}
	
		.Responsive .messageUserBlock .userBanner span
		{
			display: none !important;
		}
}


/* --- nat_public_css.css --- */

.natMenuLevel0
{
	padding-left: 0px;
}

.natMenuLevel1
{
	padding-left: 10px;
}

.natMenuLevel2
{
	padding-left: 20px;
}

.natMenuLevel3
{
	padding-left: 30px;
}

.natMenuLevel4
{
	padding-left: 40px;
}

.natMenuLevel5
{
	padding-left: 50px;
}

.natMenuLevel6
{
	padding-left: 60px;
}

.natMenuLevel7
{
	padding-left: 70px;
}

.natMenuLevel8
{
	padding-left: 80px;
}

.natMenuLevel9
{
	padding-left: 90px;
}

.natMenuLevel10
{
	padding-left: 100px;
}



/* STYLING TO MAKE COLUMN MENUS WORK */
div.natJSMenuColumns
{
	
	background-color: ;
}

/* STYLING TO MAKE COLUMN MENUS WORK */
div.natJSMenuColumns ul
{
	float: left;
	border-bottom: 0px;
	background-color: transparent !important;
	max-height: none !important;
}







/* --- panel_scroller.css --- */

.hasJs #Notices.PanelScroller { display: none; }

.PanelScroller .scrollContainer,
.PanelScrollerOff .panel
{
	padding: 3px;
margin-bottom: 10px;
border: 1px solid rgb(228, 228, 228);
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
font-size: 13pt;

	border-width: 0;
}

.PanelScroller .scrollContainer
{
	background: rgb(244, 244, 244) url('/styles/elegance_softblue/xenforo/gradients/fullblock.png') repeat-x;
padding: 9px;
margin-bottom: 10px;
border: 1px solid rgb(249, 249, 249);
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
background-image: -webkit-linear-gradient(top, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
background-image: linear-gradient(to bottom, #ECECEC 0%, #EAEAEA 10px, rgb(244, 244, 244) 50px);
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 0 3px 1px rgba(128, 128, 128, 0.1) inset, 1px 1px 3px rgba(0, 0, 0, 0.15), 0 10px 10px -10px rgba(0, 0, 0, 0.2);
position: relative;

}

.PanelScroller .PanelContainer
{
	position: relative;
	clear: both;
	width: 100%;
	overflow: auto;
}

	.hasJs .PanelScroller .Panels
	{
		position: absolute;
	}

	.PanelScroller .Panels
	{
		clear: both;
		margin: 0;
		padding: 0;
	}
	
		.PanelScroller .panel,
		.PanelScrollerOff .panel
		{
			overflow: hidden;
			position: relative;
			padding: 0 !important;

			padding: 9px;

		}
			
		.PanelScroller .panel .noticeContent,
		.PanelScrollerOff .panel .noticeContent
		{
			padding: 9px;
		}

/** panel scroller nav **/

.PanelScroller .navContainer
{
	padding: 0 0 5px;
margin: -11px 21px 5px;
overflow: hidden;
zoom: 1;

}

.PanelScroller .navControls
{
	float: right;
	margin-top: 1px;
}

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

	.PanelScroller .navControls a
	{
		font-size: 11px;
color: #ffffff;
background-color: rgb(89, 121, 167);
padding: 3px 6px;
margin-left: -1px;
float: left;
display: block;
-webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, .2) inset, -1px -1px 1px rgba(0, 0, 0, .2) inset, 0 5px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 1px 1px 1px rgba(255, 255, 255, .2) inset, -1px -1px 1px rgba(0, 0, 0, .2) inset, 0 5px 5px -5px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 1px 1px 1px rgba(255, 255, 255, .2) inset, -1px -1px 1px rgba(0, 0, 0, .2) inset, 0 5px 5px -5px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 1px rgba(255, 255, 255, .2) inset, -1px -1px 1px rgba(0, 0, 0, .2) inset, 0 5px 5px -5px rgba(0, 0, 0, 0.2);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#00FFFFFF);

	}
	
		.PanelScroller .navControls > a:first-child
		{
			-webkit-border-bottom-left-radius: 2px; -moz-border-radius-bottomleft: 2px; -khtml-border-bottom-left-radius: 2px; border-bottom-left-radius: 2px;
		}
		
		.PanelScroller .navControls > a:last-child
		{
			-webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomright: 2px; -khtml-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px;
		}
		
		.PanelScroller .navControls a:hover
		{
			color: #ffffff;
text-decoration: none;
background-color: rgb(199, 113, 27);

			border-color: rgb(199, 113, 27);
		}
		
		.PanelScroller .navControls a:focus
		{
			outline-style: none;
		}
		
		.PanelScroller .navControls a.current
		{
			color: rgb(89, 121, 167);
background: rgb(244, 244, 244) none;

	margin-top: -2px;
	padding-top: 5px;
	-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); -khtml-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
	position: relative;
	filter: none;
		}
		
			.PanelScroller .navControls a .arrow
			{
				display: none;
			}

/* notices */

#Notices .panel .noticeContent
{
	padding-right: 25px;
}


@media (max-width:610px)
{
	.PanelScroller
	{
		display: none !important;
	}
}


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

.thread_view .threadAlerts
{
	background: transparent none;
padding: 0;
margin: 0;
border-width: 0;
-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
box-shadow: none !important;

	font-size: 11px;
color: #fff;
background-color: rgb(166, 96, 27);
padding: 5px;
margin: 10px 0;
-webkit-border-radius: 2px; -moz-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px;
line-height: 16px;
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); -khtml-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2); box-shadow: 0 5px 5px -5px rgba(0, 0, 0, .2);
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF, endColorstr=#00FFFFFF);

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2) !important; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2) !important; -khtml-box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2) !important; box-shadow: 0 0 2px rgba(0, 0, 0, .1), 0 5px 5px -5px rgba(0, 0, 0, .2) !important;
}
	
	.thread_view .threadAlerts dt
	{
		color: inherit;
		display: inline;
		opacity: .8;
	}
	
	.thread_view .threadAlerts dd
	{
		color: inherit;
		display: inline;
	}
	
		.thread_view .threadAlerts .icon
		{
			float: right;
			width: 16px;
			height: 16px;
			margin-left: 5px;
			background: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite.png') no-repeat -1000px -1000px;
		}

		@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 1.5dppx)
		{
			.thread_view .threadAlerts .icon
			{
				background-image: url('/styles/elegance_softblue/xenforo/xenforo-ui-sprite-big.png');
				background-size: 200px 80px;
			}
		}
		
			.thread_view .threadAlerts .deletedAlert .icon { background-position: -64px -32px; }
			.thread_view .threadAlerts .moderatedAlert .icon { background-position: -32px -32px; }
			.thread_view .threadAlerts .lockedAlert .icon { background-position: -16px -32px; }
	
.thread_view .threadAlerts + * > .messageList
{
	border-top: none;
}

.thread_view .threadNotices
{
	background-color: rgb(244, 244, 244);
	border: 1px solid rgb(250, 250, 250);
	border-color: rgb(250, 250, 250) rgb(232, 232, 232) rgb(232, 232, 232) rgb(250, 250, 250);
	padding: 10px;
	margin: 10px auto;
}

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

/* CSS returned from cache. */