/* ---------------------------------------------------------------------------------
   file-start: stc/lj_base.css 
*/

form {
	margin: 0px;
	padding: 0px;
	}

.ljclear {
	clear: both;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	}

.nowrap {
	white-space: nowrap;
	}

.lj_progresscontainer {
	height: 25px;
	width: 400px;
	margin: 1em;
	background: url(/img/progress/inactive.gif?v=6460) repeat;
	}

.lj_progressoverlay {
	background: url(/img/progress/active.gif?v=6460) repeat;
	}

.lj_progressindefinite {
	background-image: url(/img/progress/barber.gif?v=6460);
	}

.lj_hourglass {
	z-index: 20000;
	}

.ErrorNote .Inner {
	background-color: #FFEEEE;
	background-repeat: repeat-x;
	border: 1px solid #FF9999;
	padding: 8px;
	}

.Note .Inner {
	background: #FFFFDD;
	border: 1px solid #FFCC33;
	padding: 8px;
	}

.helper {
	font-size: 0.8em;
	color: #666;
	}

/* Buttons
-------------------------------*/
.b-btn {
	overflow: visible;
	padding: 10px 25px;
	background: #6ED1FF;
	background: -moz-linear-gradient(top, #6ED1FF 0%, #1BB5FD 3%, #158FC8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ED1FF), color-stop(3%,#1BB5FD), color-stop(100%,#158FC8));
	background: -webkit-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	background: -o-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	background: -ms-linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ED1FF', endColorstr='#158FC8',GradientType=0 );
	background: linear-gradient(top, #6ED1FF 0%,#1BB5FD 3%,#158FC8 100%);
	border: 1px solid #518593;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #0B6294;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	}
.b-btn-disabled {
	background: #EAEAEA;
	background: -moz-linear-gradient(top, #EAEAEA 0%, #CFCFCF 3%, #C5C5C5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EAEAEA), color-stop(3%,#CFCFCF), color-stop(100%,#C5C5C5));
	background: -webkit-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
	background: -o-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
	background: -ms-linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EAEAEA', endColorstr='#C5C5C5',GradientType=0 );
	background: linear-gradient(top, #EAEAEA 0%,#CFCFCF 3%,#C5C5C5 100%);
	border-color: #C0C0C0;
	text-shadow: 1px 1px 1px #999;
	}
.b-btn-tokens {
	margin: 30px 0 0;
	padding: 10px 6px 7px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	border-color: #025266;
	background: -moz-linear-gradient(top, #6ed6e5 0%, #1bbbd2 14%, #1bb2c8 37%, #1ba4b8 66%, #1b9eb1 83%, #1495a7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ed6e5), color-stop(14%,#1bbbd2), color-stop(37%,#1bb2c8), color-stop(66%,#1ba4b8), color-stop(83%,#1b9eb1), color-stop(100%,#1495a7));
	background: -webkit-linear-gradient(top, #6ed6e5 0%,#1bbbd2 14%,#1bb2c8 37%,#1ba4b8 66%,#1b9eb1 83%,#1495a7 100%);
	background: -o-linear-gradient(top, #6ed6e5 0%,#1bbbd2 14%,#1bb2c8 37%,#1ba4b8 66%,#1b9eb1 83%,#1495a7 100%);
	background: -ms-linear-gradient(top, #6ed6e5 0%,#1bbbd2 14%,#1bb2c8 37%,#1ba4b8 66%,#1b9eb1 83%,#1495a7 100%);
	background: linear-gradient(top, #6ed6e5 0%,#1bbbd2 14%,#1bb2c8 37%,#1ba4b8 66%,#1b9eb1 83%,#1495a7 100%);
	background-color: #1495A7;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ed6e5', endColorstr='#1495a7',GradientType=0 );
	}

/* IPPU overlay
-------------------------------*/
div.lj_ippu {
	background-color: #fff;
	border: 2px solid #444;
	padding: 2px;
	}
div.lj_ippu_titlebar {
	background-color: #444;
	height: 20px;
	font-weight: bold;
	color: #fff;
	width: auto !important;
	padding: 5px 0 0 5px;
	}
	div.lj_ippu_titlebar A:link,
	div.lj_ippu_titlebar A:visited {
		color:#FFF;
		text-decoration: none;
		border: none !important;
		}
	.lj_ippu_titlebar img {
		opacity: .25;
		}
	.lj_ippu_titlebar img:hover {
		opacity: 1;
		}

/* V Gift AdNectar
-------------------------------*/
.vgift-img-l {
	max-width: 220px;
	max-height: 220px;
	}
.vgift-img-s {
	max-width: 100px;
	max-height: 100px;
	}

/* LJ Placeholder Container ()
-------------------------------*/
.LJ_Placeholder_Container {
	position:relative;
	display:-moz-inline-box;
	display:inline-block;
	border:1px dashed #ccc;
	text-align:left;
	}
.LJ_Placeholder_Container A {
	position:relative;
	top:50%;
	left:50%;
	visibility:hidden;
	}
.LJ_Placeholder_Container A IMG {
	margin:-17px 0 0 -17px;
	cursor:pointer;
	position:relative;
	visibility:visible;
	}

/* LJ Embed Content
-------------------------------*/
IFRAME.lj_embedcontent {
	border:0;
	vertical-align:top;
	}

/* LJ Hidden
-------------------------------*/
.ljhidden {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 0.1px;
	line-height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	}

.lj_pollanswer_loading {
	color: #CCC;
	border: 1px solid #EEE;
	}

.super {
	vertical-align: super;
	font-size: .7em;
	}

.notice {
	color: #f00;
	}

.ljedittime {
	font-size: smaller;
	}

.warning-background {
	background-image: url(/img/message-warning.gif?v=4888);
	}

.lj_invisible {
	display:-moz-inline-box;
	display:inline-block;
	line-height:0;
	width:0;
	height:0;
	padding:0;
	border:0 none transparent;
	margin:0;
	overflow:hidden;
	text-decoration:none;
	}

.lj_ippu_titlebar {
	text-align:left;
	}
.lj_ippu_titlebar IMG {
	cursor:pointer;
	}

/* Social links */

.social-links DT,
.social-links DD {
	display: inline;
	padding: 0 !important;
	}
	.social-links DT {
		font-size: 11px !important;
		vertical-align: top;
		}
	.social-links DD {
		margin: 0 2px 0;
		}
	.social-links DD A {
		display: inline-block;
		width: 16px;
		height: 16px;
		border: 0 !important;
		vertical-align: top;
		outline: none;
		background: url(/img/icons/sc.png?ver=1) no-repeat;
		}
	.social-links .social-fb {
		background-position: 0 0;
		}
	.social-links .social-vk {
		background-position: -17px 0;
		}
	.social-links .social-tw {
		background-position: -34px 0;
		}

/* Adding/Editing a note for a user
------------------------------------------*/
.user_alias_act {
	padding: 13px 24px;
	text-align: left;
	font-size: 16px;
	}
	.user_alias_act INPUT {
		font-family: Arial, sans-serif; 
		}
		.user_alias_act .alias-value {
			width: 380px;
			}
	.user_alias_act P {
		margin: .75em 0px;
		text-indent: 0;
		}
	.user_alias_act DIV.user-alias-label {
		padding-top: 5px;
		margin-bottom: 5px;
		font-size: 0.85em;
		}
	.user_alias_act SPAN.helper {
		padding-top: 12px;
		display: block;
		color:#000;
		font-size: 0.7em;
		}
		.user_alias_act A:link,
		.user_alias_act A:visited,
		.user_alias_act A:hover,
		.user_alias_act A:active {
			  border: 0 !important;
			  text-decoration: underline;
			  }
		.user_alias_act A:link{
			color: #0000CC;
			}
		.user_alias_act A:visited {
			color: #330066;
			}
		.user_alias_act A:link:hover {
			color: #0000CC;
			}
		.user_alias_act A:visited:hover {
			color: #330066;
			}
		.user_alias_act A:link:active {
			color: #0000CC;
			}
		.user_alias_act A:visited:active {
			color: #330066;
			}

/* Styles for messagers,
Must be removed after implementation of Framework! */
.b-message {
	padding: 8px;
	margin: 10px 0 24px;
	}
.b-message-suggestion {
	background: #FFE8BF;
	border: 1px solid #FF8E44;
	}

.i-message {
	padding: 1px 8px;
	}
.b-message-error,
.i-message-error {
	margin: 0 0 24px !important;
	border: 1px solid #F99;
	background-color: #FEE;
	background-image: url(/img/message-error.gif?v=4888);
	background-image: -moz-linear-gradient(100% 100% 90deg, #FED4D3, #FFF2F0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF2F0), to(#FED4D3));
	}


/* Styles for bubbles
--------------------------- */
/*Must be removed after implementation of Framework! */
.b-bubble {
	display: block;
	}
.i-bubble {
	display: inline-block;
	}
.b-bubble,
.i-bubble {
	position:relative;
	margin: 0 20px 0 10px !important;
	padding: 8px 10px;
	border-width: 1px;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 90%;
	color: #000;
	*zoom: 1;
	}
	.i-bubble-arrow,
	.i-bubble-arrow-border {
		overflow: hidden;
		position: absolute;
		top: 13px;
		height: 0;
		width: 0;
		border-top-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		}
	.i-bubble-arrow {
		left: -9px;
		margin: -5px 0 0;
		border-style: solid;
		border-width: 5px 10px 5px 0;
		}
	.i-bubble-arrow-border {
		left: -11px;
		margin: -5px 0 0;
		border-style: solid;
		border-width: 5px 10px 5px 0;
		}
.b-bubble-noarrow {
	margin: 0 !important;
	}
	.b-bubble-noarrow .i-bubble-arrow,
	.b-bubble-noarrow .i-bubble-arrow-border {
		display: none;
		}
.b-bubble-lite {
	border-color: #CCC;
	background: #FFF;
	}
	.b-bubble-lite .i-bubble-arrow {
		border-right-color: #FFF;
		}
	.b-bubble-lite .i-bubble-arrow-border {
		border-right-color: #CCC;
		}
.b-bubble-alert {
	border-color: #EAE8AC;
	background: #FFFFD5;
	}
	.b-bubble-alert .i-bubble-arrow {
		border-right-color: #FFFFD5;
		}
	.b-bubble-alert .i-bubble-arrow-border {
		border-right-color: #EAE8AC;
		}
.b-bubble-warning {
	border-color: #FF9B97;
	background: #FFECEA;
	color: #D51C00;
	}
	.b-bubble-warning .i-bubble-arrow {
		border-right-color: #FFECEA;
		}
	.b-bubble-warning .i-bubble-arrow-border {
		border-right-color: #FF9B97;
		}
.b-bubble-success {
	border-color: #6FBA55;
	background: #D0F4C3;
	color: #358D16;
	}
	.b-bubble-success .i-bubble-arrow {
		border-right-color: #D0F4C3;
		}
	.b-bubble-success .i-bubble-arrow-border {
		border-right-color: #6FBA55;
		}
.b-bubble-intext {
	margin: 10px 0 !important;
	}
.b-bubble-center {
	text-align: center;
	}


/* Disabled block
--------------------------- */
/* Must be removed after implementation of Framework! */
.st-disabled {
	position:relative;
	}

/* Blocking layer */
.b-blocker {
	position:absolute;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	}
	.st-disabled .b-blocker {
		display:block;
		}
	.b-blocker-over {
		z-index:1000000000;
		}
	.b-blocker-white {
		background:#FFF;
		}
	.b-blocker-gray {
		background:#808080;
		}
	.b-blocker-gray,
	.b-blocker-white {
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity:.5;
		}

/* Block for adding HTML into headers.
It must be invisible, use it only for reskining */
.b-reskining-header {
	display: none;
	}

/* List of [un]changed inputs
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-form-changelist .type-text {
	color:#808080;
	}
	.b-form-changelist .type-text:focus,
	.b-form-changelist .type-text-focus,
	.b-form-changelist .type-text-changed {
		color:#000;
		}

/* Flexible banner */
/* Must be removed after implementation of Framework! */
.b-banner-flexible {
	margin: 0 0 0;
	font-size: 0;
	line-height: 0;
	width: 970px;
	}
	.b-banner-flexible:after {
		content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		font-size: 0;
		line-height: 0;
		}
	.b-banner-flexible .b-banner-728 {
		float: right;
		width: 728px;
		}
	.b-banner-flexible .b-banner-236 {
		float: left;
		overflow: hidden;
		width: 236px;
		}
	.b-banner-flexible A:link,
	.b-banner-flexible A:visited,
	.b-banner-flexible A:hover,
	.b-banner-flexible A:active {
		border:0;
		}

/* AdNEctar style for vgift */
.i-vgift-details {
	position: relative;
	padding: 0;
	margin: 0;
	zoom:1;
	}
	.i-vgift-details A {
		display: block;
		position: relative;
		border: 0 !important;
		}
		.i-vgift-details A:hover {
			border: 0 !important;
			}
.adnectar-play {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 15px;
	background: url(/img/play-button.png?v=8454) no-repeat;
	}
.appwidget-friendbirthdays .adnectar-play {
	display: none;	
	}

/* Button for ads */
/* Must be removed after implementation of Framework! */
.b-button-close {
	width: 15px;
	height: 15px;
	background: url(/img/CloseButton2.gif?v=16083) no-repeat;
	position: relative;
	top: 0;
	margin: -25px -25px 0 10px;
	cursor: pointer;
	}

/* Width & Height for Moods */
IMG.meta-mood-img {
	max-width: 100px;
	max-height: 100px;
	} 
IMG#mood_image_preview {
	max-width: 60px;
	max-height: 60px;
	}

/* The indicator of something new  */
/* Must be removed after implementation of Framework! */
SUP.i-new {
	position: relative;
	bottom: 0.5em; 
	padding: 0 1px;
	vertical-align: middle;
	font-size: 11px;
	color: #C00;
	}

/* Styles for messagers,
Must be removed after implementation of Framework! */
.appwidget-sitemessages {
	padding: 0;
	}
.mobile-msg .appwidget-sitemessages {
	top: 130px;
	}
HTML BODY.logged-in,
HTML BODY.logged-out {
	padding-top: 0 !important;
	}
	.appwidget-sitemessages .b-message-system {
		padding: 0;
		margin: 0;
		background: none;
		border: none;
		font-size: 12px !important;
		color: #000;
		}
	.appwidget-sitemessages .b-message-system A {
		font-size: 12px !important;
		}
	.appwidget-managesitemessages .b-message-system {
		position: static !important;
		}
		.appwidget-sitemessages .b-message-system .b-message-wrap {
			position: relative;
			display: block;
			padding: 4px 25px 6px 25px;
			margin: 0;
			background: #C6E0F6;
			border: 2px solid #8AB6DA;
			text-align: center;
			}
		.appwidget-sitemessages .b-message-system IMG {
			padding: 0 !important;
			margin: 0 5px 0 0 !important;
			vertical-align: -2px;
			}
			.appwidget-sitemessages .b-message-system .ljuser IMG {
				margin: 0 !important;
				padding: 0 0 0 1px !important;
				}
		.appwidget-sitemessages .b-message-system A:link,
		.appwidget-sitemessages .b-message-system A:visited,
		.appwidget-sitemessages .b-message-system A:hover,
		.appwidget-sitemessages .b-message-system A:active {
			color: #124787 !important;
			text-decoration: underline;
			border: 0 !important;
			}
			.appwidget-sitemessages .b-message-system .ljuser A:link,
			.appwidget-sitemessages .b-message-system .ljuser A:visited {
				text-decoration: none;
				}
			.appwidget-sitemessages .b-message-system .ljuser A:hover,
			.appwidget-sitemessages .b-message-system .ljuser A:active {
				text-decoration: underline;
				}
		.appwidget-sitemessages .b-message-system I.close {
			position: absolute;
			top: 8px;
			right: 8px;
			width: 12px;
			height: 12px;
			background: url(/img/message-system-close.gif?v=9067) no-repeat;
			cursor: pointer;
			font-size: 0;
			}
#lj_controlstrip .appwidget-sitemessages {
	top: 44px;
	z-index: 9999;
	}
#content-wrapper .appwidget-sitemessages {
	position: static;
	margin-top: 20px;
	}
	#content-wrapper .appwidget-sitemessages .b-message-system {
		margin: 0 0 10px;
		}
.scheme-lynx .appwidget-sitemessages {
	top: 0;
	}

/* Mobile version message */
.b-message-mobile {
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #5A91D9;
	border-bottom: 1px solid #FFF;
	text-align: left;
	font: 11px/13px 'Arial', 'Helvetica', sans-serif;
	color: #FFF;
	z-index: 1000;
	}
	.b-message-mobile .b-message-mobile-wrapper {
		padding: 8px 13px;
		margin: 0;
		}
	.b-message-mobile A:link,
	.b-message-mobile A:visited,
	.b-message-mobile A:hover,
	.b-message-mobile A:active {
		padding: 0;
		margin: 0;
		border: 0;
		text-decoration: none !important;
		font: 12px/14px 'Arial', 'Helvetica', sans-serif !important;
		color: #FFF !important;
		}
.b-message-mobile-theme {
	top: 0;
	}
	.mobile-msg #navigation {
		top: 30px;
		}
	.mobile-msg #content {
		top: 140px !important;
		}


/* Reject Users in Manage Community
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-pending-users {
	margin: 0 0 1em;
	padding: 0;
	list-style: none;
	float:left;
	}
	.b-pending-users LI {
		position: relative;
		float: left;
		padding: 0 5px 0 0;
		}
	.b-pending-users LI:hover,
	.b-pending-users LI.hover {
		z-index: 2;
		}
		.b-pending-users A {
			border-bottom: 0 !important;
			text-decoration: none !important;
			}
		.b-pending-users LI SPAN {
			position: relative;
			float: left;
			margin: 0;
			}
			.b-pending-users LI SPAN I.i-pending-users-delim {
				position: relative;
				z-index: -1;
				}
		.b-pending-users LI:hover SPAN,
		.b-pending-users LI.hover SPAN {
			margin: -3px -18px -4px -8px;
			padding: 2px 17px 3px 7px;
			background: #F5F5F5;
			border: 1px solid #CCC;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
		.b-pending-users LI:hover SPAN .i-pending-close,
		.b-pending-users LI.hover SPAN .i-pending-close {
			display: block;
			position: absolute;
			top: 50%;
			right:6px;
			width: 6px;
			height: 7px;
			margin: -3px 0 0;
			padding: 0;
			background: url(/img/buttons/pending-close.gif?v=9474) no-repeat 0 0;
			cursor: pointer;
			}
.b-pending-reason {
	width: 99%;
	margin: 0 0 1em;
	clear: both;
	}
.i-pending-reject {
	float: right;
	margin: 0.5em 0 0;
	}


/* Placeholder
--------------------------- */
/* Must be removed after implementation of Framework! */
.placeholder {
	color:#A9A9A9;
	}
.placeholder-wrapper {
	position: relative;
	display: inline-block;
	}
	.placeholder-label {
		display: none;
		position: absolute;
		margin: 0;
		padding: 0 5px;
		line-height: 1.8em;
		font-size: 90%;
		cursor: text;
		color: #A9A9A9;
		}

/* Open social popups
----------------------------------------------- */
DIV.lj_ippu_app {
	min-width: 595px;
	padding: 20px 30px;
	border: 1px solid #EBEBEB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	DIV.lj_ippu_app .ljappippu_inner:after
	DIV.lj_ippu_app .ljappippu_share_content:after,
	DIV.lj_ippu_app .ljappippu_share_buttons:after {
		clear: both;
		display: block;
		visibility: hidden;
		overflow: hidden;
		width: 0;
		height: 0;
		content: ".";
		}
	DIV.lj_ippu_app DIV.lj_ippu_titlebar {
		height: auto;
		padding: 0;
		margin: 0 0 10px 0;
		background: none;
		line-height: 16px;
		font-size: 16px;
		color: #000;
		}
		DIV.lj_ippu_app DIV.lj_ippu_titlebar .ljappippu_button {
			position: absolute;
			top: 10px;
			right: 10px;
			width: 12px;
			height: 12px;
			background: url(/img/CloseButton_gray.gif?ver=1) no-repeat;
			cursor: pointer;
			}
	DIV.lj_ippu_app .ljappippu_share_content {
		clear: both;
		}
	DIV.lj_ippu_app H3 {
		clear: both;
		margin: 20px 0 5px 0;
		line-height: 16px;
		font-style: normal;
		font-size: 12px;
		color: #000;
		}
	DIV.lj_ippu_app P {
		padding: 0;
		margin: 0 0 3px 0;
		line-height: 18px;
		font-size: 12px;
		}
	DIV.lj_ippu_app P.i-bubble {
		padding: 6px 10px 8px 10px;
		margin: 0 !important;
		line-height: 11px;
		font-size: 11px;
		}
	DIV.lj_ippu_app .ljappippu_confirm_buttons,
	DIV.lj_ippu_app .ljappippu_share_buttons {
		clear: both;
		overflow: hidden;
		}
		DIV.lj_ippu_app .ljappippu_share_buttons INPUT.submit {
			float: right;
			margin-top: 5px;
			}
		DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_payment_ok,
		DIV.lj_ippu_app .ljappippu_confirm_buttons .ljappippu_confirm_ok {
			float: right;
			}
		DIV.lj_ippu_app .ljappippu_confirm_buttons .i-bubble,
		DIV.lj_ippu_app .ljappippu_share_buttons .i-bubble {
			line-height: 16px;
			}
	DIV.lj_ippu_app .i-qotd-nav {
		float: right;
		margin-top: 5px;
		font-size: 11px;
		line-height: 11px;
		}
		DIV.lj_ippu_app .i-qotd-nav-first,
		DIV.lj_ippu_app .i-qotd-nav-last,
		DIV.lj_ippu_app .i-qotd-nav-prev,
		DIV.lj_ippu_app .i-qotd-nav-next {
			overflow: hidden;
			display: inline-block;
			width: 16px;
			height: 16px;
			padding: 0;
			vertical-align: -4px;
			background-image: url(/img/arrow-spotlight.gif?v=16423);
			background-repeat: no-repeat;
			font: 0/0 serif;
			cursor: pointer;
			}
		DIV.lj_ippu_app .i-qotd-nav-first {
			margin: 0 5px 0 0;
			background-position: 0 -32px;
			}
		DIV.lj_ippu_app .i-qotd-nav-first-dis {
			background-position: 0 -48px;
			cursor: default;
			}
		DIV.lj_ippu_app .i-qotd-nav-last {
			margin: 0 0 0 5px;
			background-position: -16px -32px;
			}
		DIV.lj_ippu_app .i-qotd-nav-last-dis {
			background-position: -16px -48px;
			cursor: default;
			}
		DIV.lj_ippu_app .i-qotd-nav-prev {
			margin: 0 10px 0 0;
			background-position: 0 0;
			}
		DIV.lj_ippu_app .i-qotd-nav-prev-dis {
			background-position:0 -16px;
			cursor: default;
			}
		DIV.lj_ippu_app .i-qotd-nav-next {
			margin: 0 0 0 10px;
			background-position: -16px 0;
			}
		DIV.lj_ippu_app .i-qotd-nav-next-dis {
			background-position: -16px -16px;
			cursor: default;
			}
		DIV.lj_ippu_app .qotd-counter I {
			font-style: normal;
			}
	DIV.lj_ippu_app .b-pending-users {
		float: none;
		padding: 0;
		margin-bottom: 0;
		}
	DIV.lj_ippu_app .b-pending-users:after {
		clear: both;
		display: block;
		visibility: hidden;
		overflow: hidden;
		width: 0;
		height: 0;
		content: ".";
		}
	DIV.lj_ippu_app .ljappippu_share_persons {
		max-height: 132px;
		overflow: auto;
		padding: 5px 10px 0 10px;
		margin: -5px -10px -10px -10px;
		}
		DIV.lj_ippu_app .b-pending-users LI {
			padding-bottom: 7px;
			line-height: 15px;
			font-size: 12px;
			}
			DIV.lj_ippu_app .ljappippu_share_persons LI:hover SPAN {
				padding-right: 8px;
				margin-right: -9px;
				}
	DIV.lj_ippu_app .hr {
		clear: both;
		overflow: hidden;
		margin-bottom: 10px;
		}
	DIV.lj_ippu_app .ljappippu-area {
		position: relative;
		padding-right: 13px;
		}
		DIV.lj_ippu_app .ljappippu-area LABEL {
			top: 2px;
			left: 5px;
			font: 12px/16px 'Arial', sans-serif;
			color: #A9A9A9;
			}
		DIV.lj_ippu_app .ljappippu-area TEXTAREA {
			width: 100%;
			padding: 2px 5px;
			margin-bottom: 7px;
			border: 1px solid #737373;
			font: 12px/16px 'Arial', sans-serif;
			}
	DIV.lj_ippu_app .b-select-users {
		width: 100%;
		margin-bottom: 5px;
		}
	DIV.lj_ippu_app .b-select-users:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
		}
		DIV.lj_ippu_app .b-select-users .b-bubble-intext {
			float: right;
			}
		DIV.lj_ippu_app .b-select-users INPUT {
			width: 150px;
			font-size: 12px;
			}

/* Payment confirm/reject */
.ljappippu_thumb {
	float:left;
	margin:2px 15px 15px 2px;
	}
.ljappippu_payment_desc {
	padding:0 0 0 138px;
	}
.ljappippu_table {
	border-collapse:collapse;
	width:100%;
	}
	.ljappippu_table TH,
	.ljappippu_table TD {
		padding:9px 0;
		border-bottom:1px solid #E6E6E6;
		line-height: 18px;
		font-size: 12px;
		}
	.ljappippu_table .last TH,
	.ljappippu_table .last TD {
		border-bottom:none;
		}
	.ljappippu_table TH {
		font-weight:bold;
		text-align:left;
		}
	.ljappippu_table TD {
		text-align:right;
		}
	.ljappippu_table.wide TD {
		text-align:left;
		}
	.lj_ippu_app .b-message {
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		}

/* Popups with arrows
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-popup {
	position: absolute;
	font-size: 12px;
	z-index: 4001;
	background: url(about:blank);
	}
	.b-popup input[type="text"],
	.b-popup div,
	.b-popup strong,
	.b-popup label {
		color:#000;
		}
	.b-popup input:-moz-placeholder {
		color: #999;
		}
	.b-popup-outer {
		position: relative;
		padding: 1px;
		background: #FFF;
		border: 1px solid #CCC;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		z-index: 100;
		}
	.b-popup-inner {
		padding: 10px 15px;
		border: 2px solid #E7E7E7;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		}
	.b-popup-options-centered .b-popup-submit-options {
		margin: 0.5em 0 0;
		text-align: center;
		}
	/* Custom dialog elements */
	.b-dialog {
		position: relative;
		width: 100%;
		}
		.b-dialog-header {
			padding: 0 15px 0 0;
			margin: 0 0 10px;
			line-height: 16px;
			font-size: 14px;
			font-weight: bold;
			color: #000;
			}
		.b-dialog-body {
			max-width: 500px;
			min-width: 300px;
			margin: 10px 0 20px;
			}
		.b-dialog-footer {
			margin: 10px 0 0;
			text-align: center;
			}
		.b-dialog-prompt {
			display: block;
			width: 100%;
			margin: 10px 0 0;
			padding: 2px 5px;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			}
	/* Put here styles for popups that need to reset */
	.b-popup,
	.b-popup-outer,
	.b-popup-inner,
	.popup-inner,
	.w-cs-filter-inner,
	.w-cs-filter-sort,
	.b-sharethis,
	.b-sharethis-services {
		float: none;
		}
	.b-popup-withclosecontrol .b-popup-inner {
		padding: 10px 25px 10px 15px;
		}
	.i-popup-arr,
	.i-popup-arr-brdr-outer,
	.i-popup-arr-brdr-inner,
	.i-popup-arr-bg {
		position: absolute;
		width: 0;
		height: 0;
		font: 0/0 serif;
		}
	/*.b-popup-inner A,
	.b-popup-inner A:link,
	.b-popup-inner A:visited,
	.b-popup-inner A:hover,
	.b-popup-inner A:active {
		color: #036;
		}
	*/

	.i-popup-arrt.i-popup-arr,
	.i-popup-arrtl.i-popup-arr,
	.i-popup-arrtr.i-popup-arr {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid #CCC;
		}
	.i-popup-arrt .i-popup-arr-brdr-outer,
	.i-popup-arrtl .i-popup-arr-brdr-outer,
	.i-popup-arrtr .i-popup-arr-brdr-outer {
		top: 1px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid #FFF;
		}
	.i-popup-arrt .i-popup-arr-brdr-inner,
	.i-popup-arrtl .i-popup-arr-brdr-inner,
	.i-popup-arrtr .i-popup-arr-brdr-inner {
		top: 2px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid #E7E7E7;
		}
	.i-popup-arrt .i-popup-arr-bg,
	.i-popup-arrtl .i-popup-arr-bg,
	.i-popup-arrtr .i-popup-arr-bg {
		top: 4px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid #FFF;
		}

	.i-popup-arrb.i-popup-arr,
	.i-popup-arrbl.i-popup-arr,
	.i-popup-arrbr.i-popup-arr {
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-top: 6px solid #CCC;
		}
	.i-popup-arrb .i-popup-arr-brdr-outer,
	.i-popup-arrbl .i-popup-arr-brdr-outer,
	.i-popup-arrbr .i-popup-arr-brdr-outer {
		bottom: 1px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-top: 6px solid #FFF;
		}
	.i-popup-arrb .i-popup-arr-brdr-inner,
	.i-popup-arrbl .i-popup-arr-brdr-inner,
	.i-popup-arrbr .i-popup-arr-brdr-inner {
		bottom: 2px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-top: 6px solid #E7E7E7;
		}
	.i-popup-arrb .i-popup-arr-bg,
	.i-popup-arrbl .i-popup-arr-bg,
	.i-popup-arrbr .i-popup-arr-bg {
		bottom: 4px;
		left: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-left: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid rgba(255,255,255,.01);
		border-top: 6px solid #FFF;
		}

	.i-popup-arrl.i-popup-arr,
	.i-popup-arrlt.i-popup-arr,
	.i-popup-arrlb.i-popup-arr {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid #CCC;
		}
	.i-popup-arrl .i-popup-arr-brdr-outer,
	.i-popup-arrlt .i-popup-arr-brdr-outer,
	.i-popup-arrlb .i-popup-arr-brdr-outer {
		left: 1px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid #FFF;
		}
	.i-popup-arrl .i-popup-arr-brdr-inner,
	.i-popup-arrlt .i-popup-arr-brdr-inner,
	.i-popup-arrlb .i-popup-arr-brdr-inner {
		left: 2px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid #E7E7E7;
		}
	.i-popup-arrl .i-popup-arr-bg,
	.i-popup-arrlt .i-popup-arr-bg,
	.i-popup-arrlb .i-popup-arr-bg {
		left: 4px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-right: 6px solid #FFF;
		}

	.i-popup-arrr.i-popup-arr,
	.i-popup-arrrt.i-popup-arr,
	.i-popup-arrrb.i-popup-arr {
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-left: 6px solid #CCC;
		}
	.i-popup-arrr .i-popup-arr-brdr-outer,
	.i-popup-arrrt .i-popup-arr-brdr-outer,
	.i-popup-arrrb .i-popup-arr-brdr-outer {
		right: 1px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-left: 6px solid #FFF;
		}
	.i-popup-arrr .i-popup-arr-brdr-inner,
	.i-popup-arrrt .i-popup-arr-brdr-inner,
	.i-popup-arrrb .i-popup-arr-brdr-inner {
		right: 2px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-left: 6px solid #E7E7E7;
		}
	.i-popup-arrr .i-popup-arr-bg,
	.i-popup-arrrt .i-popup-arr-bg,
	.i-popup-arrrb .i-popup-arr-bg {
		right: 4px;
		top: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-top: 6px solid rgba(255,255,255,.01);
		border-bottom: 6px solid rgba(255,255,255,.01);
		border-left: 6px solid #FFF;
		}

	.i-popup-arrt {
		top: -7px;
		left: 50%;
		margin: 0 0 0 -6px;
		}
	.i-popup-arrtl {
		top: -7px;
		left: 31px;
		}
	.i-popup-arrtr {
		top: -7px;
		right: 31px;
		}
	.i-popup-arrb {
		bottom: -7px;
		left: 50%;
		margin: 0 0 0 -6px;
		}
	.i-popup-arrbl {
		bottom: -7px;
		left: 31px;
		}
	.i-popup-arrbr {
		bottom: -7px;
		right: 31px;
		}
	.i-popup-arrl {
		top: 50%;
		left: -7px;
		margin: -6px 0 0;
		}
	.i-popup-arrlt {
		top: 15px;
		left: -7px;
		}
	.i-popup-arrlb {
		bottom: 15px;
		left: -7px;
		}
	.i-popup-arrr {
		top: 50%;
		right: -7px;
		margin: -6px 0 0;
		}
	.i-popup-arrrt {
		top: 15px;
		right: -7px;
		}
	.i-popup-arrrb {
		bottom: 15px;
		right: -7px;
		}

	/* MUST REMOVE WHEN UNIVERSAL POPUP WOULD BE IMPLEMENT FOR LJTIMES PANE*/
	.b-ljtimes-update .i-popup-arr,
	.b-ljtimes-suggest .i-popup-arr {
		overflow: hidden;
		display: block;
		position: absolute;
		border: 0;
		font: 0/0 serif;
		background-image: url(/img/popup-arr.gif?v=10883);
		background-repeat: no-repeat;
		}
	.b-ljtimes-update .i-popup-arrt,
	.b-ljtimes-suggest .i-popup-arrt {
		top: -7px;
		left: 50%;
		width: 13px;
		height: 11px;
		margin: 0 0 0 -6px;
		padding: 0;
		background-position: 0 0;
		}
	.b-ljtimes-update .i-popup-arrtl,
	.b-ljtimes-suggest .i-popup-arrtl {
		top: -7px;
		left: 30px;
		width: 13px;
		height: 11px;
		margin: 0;
		padding: 0;
		background-position: 0 0;
		}
	.b-ljtimes-update .i-popup-arrtr,
	.b-ljtimes-suggest .i-popup-arrtr {
		top: -7px;
		right: 30px;
		width: 13px;
		height: 11px;
		margin: 0;
		padding: 0;
		background-position: 0 0;
		}
	.b-ljtimes-update .i-popup-arrr,
	.b-ljtimes-suggest .i-popup-arrr {
		top: 50%;
		right: -7px;
		width: 11px;
		height: 13px;
		margin: -6px 0 0;
		padding: 0;
		background-position: -11px -11px;
		}
	.b-ljtimes-update .i-popup-arrrt,
	.b-ljtimes-suggest .i-popup-arrrt {
		top: 15px;
		right: -7px;
		width: 11px;
		height: 13px;
		margin: 0;
		padding: 0;
		background-position: -11px -11px;
		}
	.b-ljtimes-update .i-popup-arrrb,
	.b-ljtimes-suggest .i-popup-arrrb {
		bottom: 15px;
		right: -7px;
		width: 11px;
		height: 13px;
		margin: 0;
		padding: 0;
		background-position: -11px -11px;
		}
	.b-ljtimes-update .i-popup-arrb,
	.b-ljtimes-suggest .i-popup-arrb {
		bottom: -7px;
		left: 50%;
		width: 13px;
		height: 11px;
		margin: 0 0 0 -6px;
		padding: 0;
		background-position: -13px 0;
		}
	.b-ljtimes-update .i-popup-arrbl,
	.b-ljtimes-suggest .i-popup-arrbl {
		bottom: -7px;
		left: 30px;
		width: 13px;
		height: 11px;
		margin: 0;
		padding: 0;
		background-position: -13px 0;
		}
	.b-ljtimes-update .i-popup-arrbr,
	.b-ljtimes-suggest .i-popup-arrbr {
		bottom: -7px;
		right: 30px;
		width: 13px;
		height: 11px;
		margin: 0;
		padding: 0;
		background-position: -13px 0;
		}
	.b-ljtimes-update .i-popup-arrl,
	.b-ljtimes-suggest .i-popup-arrl {
		top: 50%;
		left: -7px;
		width: 11px;
		height: 13px;
		margin: -6px 0 0;
		padding: 0;
		background-position: 0 -11px;
		}
	.b-ljtimes-update .i-popup-arrlt,
	.b-ljtimes-suggest .i-popup-arrlt {
		top: 15px;
		left: -7px;
		width: 11px;
		height: 13px;
		margin: 0;
		padding: 0;
		background-position: 0 -11px;
		}
	.b-ljtimes-update .i-popup-arrlb,
	.b-ljtimes-suggest .i-popup-arrlb {
		bottom: 15px;
		left: -7px;
		width: 11px;
		height: 13px;
		margin: 0;
		padding: 0;
		background-position: 0 -11px;
		}

	.i-thumb-close,
	.i-popup-close {
		overflow: hidden;
		display: block;
		position: absolute;
		top: 12px;
		right: 12px;
		width: 12px;
		height: 12px;
		background: url(/img/popup-cls.gif?v=10883) no-repeat 0 0;
		font: 0/0 serif;
		cursor: pointer;
		}
	.b-popup-noclosecontrol .i-popup-close {
		display: none;
		}
	.b-popup-group {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		height: auto;
		margin: 0 0 8px;
		padding: 0;
		text-align: left;
		}
	.b-popup-row {
		position: static;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		width: auto;
		height: auto;
		margin: 0 0 3px;
		padding: 0;
		}
	.b-popup-row-head { 
		margin: 0 0 5px;
		font-weight: bold;
		}

/* Popup Messages */
.b-popup-messagebox {
	position:absolute;
	width:311px;
	background:#FFF;
	border:2px solid #8CB7DA;
	font-size:12px;
	z-index:9999;
	}
	.b-popup-messagebox .b-popup-head {
		position:relative;
		margin:0;
		padding:5px;
		border:1px solid #DBECFB;
		border-width:1px 1px 0;
		background:#C7E0F6;
		font-size:15px;
		}
		.b-popup-messagebox .b-popup-head H4 {
			margin:0;
			}
	.b-popup-messagebox .i-popup-close {
		position:absolute;
		top:9px;
		right:5px;
		width:12px;
		height:12px;
		background: url(/img/popup-close.gif?v=9045) no-repeat 0 0;
		cursor:pointer;
		}
	.b-popup-messagebox .b-popup-content {
		margin:0;
		padding:5px;
		font-size:13px;
		}
	.b-popup-messagebox .b-popup-footer {
		margin:0;
		padding:5px;
		background:#ECF6FF;
		text-align:center;
		font-size:13px;
		}
	.b-popup-messagebox A:link,
	.b-popup-messagebox A:visited,
	.b-popup-messagebox A:hover,
	.b-popup-messagebox A:active {
		color: #00C;
		}

/* Delete bubble */
.ljcmtmanage {
	position: absolute;
	visibility: hidden;
	display: block;
	width: 250px;
	text-align: left;
	z-index: 3;
	}
.b-popup-delcomm,
.b-popup-ctrlcomm {
	max-width: 380px;
	}

/* Contextual hover */
.b-popup-contextual .i-popup-arrtl,
.b-popup-contextual .i-popup-arrbl {
	left: 11px;
	}
.b-popup-contextual .i-popup-arrtr,
.b-popup-contextual .i-popup-arrbr {
	right: 11px;
	}
.b-contextualhover {
	width: 250px;
	min-height: 50px;
	margin-left: -3px;
	text-align: left;
	font-family: 'Arial', sans-serif;
	}
.b-contextualhover:before,
.b-contextualhover:after {
	content: "";
	display: table;
	}
.b-contextualhover:after {
	clear: both;
	}
	.b-contextualhover,
	.b-contextualhover DIV,
	.b-contextualhover P,
	.b-contextualhover UL,
	.b-contextualhover OL,
	.b-contextualhover LI,
	.b-contextualhover LABEL,
	.b-contextualhover IMG,
	.b-contextualhover SPAN,
	.b-contextualhover H3,
	.b-contextualhover INPUT {
		padding: 0;
		margin: 0;
		color: #000;
		}
	.b-contextualhover IMG {
		border: none;
		}
	.b-contextualhover A:link,
	.b-contextualhover A:visited {
		background: #FFF;
		border-bottom: 0 !important;
		text-decoration: none !important;
		color: #00C !important;
		}
	.b-contextualhover A:hover,
	.b-contextualhover A:active,
	.b-contextualhover A:focus {
		border-bottom: 0 !important;
		text-decoration: underline !important;
		color: #00C !important;
		}
	.s-lanzelot .b-contextualhover A:link,
	.s-lanzelot .b-contextualhover A:visited {
		border-bottom: 0 !important;
		text-decoration: none !important;
		color: #3F5F9E !important;
		}
	.s-lanzelot .b-contextualhover A:hover,
	.s-lanzelot .b-contextualhover A:active,
	.s-lanzelot .b-contextualhover A:focus {
		border-bottom: 0 !important;
		text-decoration: underline !important;
		color: #3F5F9E !important;
		}
	.index-page .b-contextualhover A:link,
	.index-page .b-contextualhover A:visited,
	.index-page .b-contextualhover A:hover,
	.index-page .b-contextualhover A:active,
	.index-page .b-contextualhover A:focus {
		color: #3F5F9E !important;
		}
	.b-contextualhover .alias-unavailable A:link,
	.b-contextualhover .alias-unavailable A:visited {
		color: #999 !important;
		}
	.b-contextualhover .alias-unavailable A:hover,
	.b-contextualhover .alias-unavailable A:active,
	.b-contextualhover .alias-unavailable A:focus {
		color: #999 !important;
		}
	.b-contextualhover P {
		margin-bottom: 3px;
		line-height: 16px;
		font-size: 12px;
		}
	.b-contextualhover .input-checkbox {
		margin-right: 2px;
		vertical-align: middle;
		}
	.b-contextualhover .b-contextualhover-section {
		overflow: hidden;
		padding: 0 15px 0 3px;
		}
	.b-contextualhover .b-contextualhover-side {
		float: right;
		width: 60px;
		}
	.b-contextualhover .b-contextualhover-userpic {
		float: right;
		width: 60px;
		height: 60px;
		text-align: right;
		}
		.b-contextualhover .b-contextualhover-userpic A,
		.b-contextualhover .b-contextualhover-userpic A:hover {
			border: none !important;
			}
		.b-contextualhover .b-contextualhover-userpic IMG {
			max-width: 60px;
			max-height: 60px;
			border: none;
			}
	.b-contextualhover .b-contextualhover-title {
		padding-bottom: 5px;
		}
		.b-contextualhover .b-contextualhover-title H3 {
			margin-bottom: 3px;
			font-weight: normal;
			font-style: normal;
			line-height: 16px;
			font-size: 12px;
			}
	.b-contextualhover .b-contextualhover-options {
		margin: 0;
		padding: 5px 0 2px 0;
		border-top: 1px dotted #D3D3D3;
		list-style: none;
		}
		.b-contextualhover .b-contextualhover-options LI {
			margin-bottom: 3px;
			line-height: 16px;
			font-size: 12px;
			}
			.b-contextualhover .b-contextualhover-options LI A:hover {
				text-decoration: underline !important;
				}
	.b-contextualhover .b-contextualhover-param {
		line-height: 18px;
		margin:0 0 6px;
		}
	.b-contextualhover .b-contextualhover-param-item {
		list-style: none;
		}
		.b-contextualhover-param-item .b-icon-scapital {
			margin:0 2px 0 0;
			}

/* Social Capital Icon */
.b-icon-scapital {
	float: left;
	width: 16px;
	height: 16px;
	margin:0 2px 0 0;
	background-image: url(/img/icon-social-capital.png?v=19876);
	background-repeat: no-repeat;
	background-position: 0 50%;
	}
 .b-icon-scapital-first {
	background-position: -17px 50%;
	}


/* Login More Popup */
.b-loginpopup {
	display: none;
	margin: 0;
	padding: 0;
	}
	.b-loginpopup-items {
		margin: 0 0 0 -5px;
		padding: 0;
		list-style: none;
		}
		.b-loginpopup-item {
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: left;
			}
			BODY .b-loginpopup-item A:link,
			BODY .b-loginpopup-item A:visited,
			BODY #header table.login-form .b-loginpopup-item A:link,
			BODY #header table.login-form .b-loginpopup-item A:visited {
				display: block;
				margin: 0;
				padding: 3px 5px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				border: 0;
				background: #FFF;
				color: #222 !important;
				text-decoration: none;
				font-size: 11px;
				}
			BODY .b-loginpopup-item A:hover,
			BODY .b-loginpopup-item A:active,
			BODY #header table.login-form .b-loginpopup-item A:hover,
			BODY #header table.login-form .b-loginpopup-item A:active {
				display: block;
				margin: 0;
				padding: 3px 5px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				border: 0;
				background: #C5E1F7;
				color: #222 !important;
				text-decoration: none;
				font-size: 11px;
				}
			.b-loginpopup-item IMG,
			#header .b-loginpopup-item IMG {
				margin: 0 5px 0 0;
				vertical-align: -4px;
				border: 0;
				}

/* Fader
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3000;
	background: #000;
	opacity: 0.6;
	}

/* Note popup */
.note-popup {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 8px;
	background: #FFFFDD;
	border: 1px solid #FFCC33;
	color: #000;
	display:block;
	}
	.note-popup A {
		color: #555;
		cursor:pointer;
		}
.btn-disabled {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity:.5;
	}

.i-posticon-flip {
	margin: 0 0 0 .5em;
	}

/* New badge */
.b-thisisnew {
	display: inline;
	padding: 1px 4px 2px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FFF0A6;
	color: #94938E;
	font-size: 9px;
	white-space: nowrap;
	}

/* LinkBar */
.b-linkbar {
	display: inline-block;
	margin: 0;
	padding: 8px;
	border: 0;
	list-style: none;
	background: #C2EBFF;
	background: #C2EBFF -moz-linear-gradient(top, #C2EBFF 0%, #B4DCFC 100%);
	background: #C2EBFF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2EBFF), color-stop(100%,#B4DCFC));
	background: #C2EBFF -webkit-linear-gradient(top, #C2EBFF 0%,#B4DCFC 100%);
	background: #C2EBFF -o-linear-gradient(top, #C2EBFF 0%,#B4DCFC 100%);
	background: #C2EBFF -ms-linear-gradient(top, #C2EBFF 0%,#B4DCFC 100%);
	background: #C2EBFF linear-gradient(top, #C2EBFF 0%,#B4DCFC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2EBFF', endColorstr='#B4DCFC',GradientType=0 );
	text-align: center;
	*display: inline;
	*zoom: 1;
	*font: 0/0 serif;
	}
	.b-linkbar-item {
		display: inline-block;
		margin: 0 2px;
		padding: 0;
		border: 0;
		vertical-align: top;
		font: 10px/1 Arial,sans-serif;
		*display: inline;
		*zoom: 1;
		}

/* Help Link
----------------------------------- */
.b-helplink {
	display: inline-block;
	position: relative;
	min-height: 16px;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 20px;
	border: 0;
	vertical-align: -3px;
	}
BODY div .b-helplink:link,
BODY div .b-helplink:visited,
BODY div .b-helplink:hover,
BODY div .b-helplink:active {
	border: 0;
	color: #8E9194 !important;
	text-decoration: underline;
	}
BODY div .b-helplink:hover,
BODY div .b-helplink:active {
	border: 0;
	color: #C00 !important;
	text-decoration: underline;
	}
	.b-helplink-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 16px;
		height: 16px;
		margin: -7px 0 0;
		padding: 0;
		background: url(/img/icons/help.png?v=15718) 0 0 no-repeat;
		font: 0/0 serif;
		cursor: pointer;
		}
	.b-helplink:hover .b-helplink-icon,
	.b-helplink:focus .b-helplink-icon {
		background-position: -16px 0;
		}

/* Value Bar
----------------------------------- */
.b-valuebar {
	display: inline-block;
	margin: 0;
	}
	.b-valuebar-outer {
		display: inline-block;
		margin: 0;
		background: red;
		}
		.b-valuebar-inner {
			margin: 0;
			}
	.b-valuebar-desc {
		margin: 0;
		line-height: 1.2;
		font-size: 90%;
		font-style: italic;
		color: #666;
		}

/* Message System
----------------------------------- */
.b-msgsystem-errorbox {
	display: none;
	min-height: 50px;
	margin: 0 -45px 2em -25px;
	padding: 10px 140px 10px 120px;
	-moz-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	-webkit-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	background: #FFEFEF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%;
	}
	.b-msgsystem-errorbox-head {
		margin: 0 0 5px;
		padding: 0;
		color: #CB1427;
		font-size: 1em;
		font-weight: bold;
		}
	.b-msgsystem-error {
		margin: 0 0 10px;
		padding: 0;
		color: #787878;
		}
#js .b-msgsystem-errorbox-show {
	display: block;
	}
	.b-msgsystem-error {
		display: none;
		}
	.b-msgsystem-errorbox-show .b-msgsystem-error-ajax {
		display: block;
		}
.b-msgsystem-errorbox-errors {
	display: block;
	}
	.b-msgsystem-errorbox-errors .b-msgsystem-error-server {
		display: block;
		}

.b-msgsystem-warningbox {
	display: none;
	overflow: hidden;
	min-height: 50px;
	margin: 0 -45px 2em -25px;
	padding: 10px 140px 10px 35px;
	-moz-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	-webkit-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	background-color: #FFFFD5;
	}
	.b-msgsystem-warningbox .b-warningbox-icon {
		clear: both;
		float: left;
		overflow: hidden;
		width: 55px;
		height: 58px;
		margin-right: 30px;
		background: url(/img/icons/warning-age-sprite.png?v=13205) no-repeat;
		text-indent: -9999px;
		}
	.b-msgsystem-warningbox-age-14 .b-warningbox-icon {
		background-position: 0 0;
		}
	.b-msgsystem-warningbox-age-18 .b-warningbox-icon {
		background-position: 0 -57px;
		}
	.b-msgsystem-warningbox-head {
		margin: 0 0 5px;
		padding: 0;
		color: #000;
		font-size: 1em;
		font-weight: bold;
		}
	.b-msgsystem-warning {
		margin: 0 0 10px;
		padding: 0;
		color: #787878;
		}
	.b-msgsystem-warningbox-confirm {
		margin: 5px 0 0;
	}
#js .b-msgsystem-warningbox-show {
	display: block;
	}
	.b-msgsystem-warning {
		display: none;
		}
	.b-msgsystem-warningbox-show .b-msgsystem-warning-ajax {
		display: block;
		}
.b-msgsystem-warningbox-warnings {
	display: block;
	}
	.b-msgsystem-warningbox-warnings .b-msgsystem-warning-server {
		display: block;
		}

.b-msgsystem-messagebox {
	display: none;
	min-height: 50px;
	margin: 0 -45px 2em -25px;
	padding: 10px 140px 10px 120px;
	-moz-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	-webkit-box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	box-shadow: 0 2px 3px rgba(53,99,161,0.7);
	background: #E9EEDF url(/img/icons/error.png?v=15718) no-repeat 2.7em 50%;
	}
	.b-msgsystem-messagebox-head {
		margin: 0 0 5px;
		padding: 0;
		color: #0D8473;
		font-size: 1em;
		font-weight: bold;
		}
	.b-msgsystem-message {
		margin: 0 0 10px;
		padding: 0;
		color: #787878;
		}
#js .b-msgsystem-messagebox-show {
	display: block;
	}
	.b-msgsystem-message {
		display: none;
		}
	.b-msgsystem-messagebox-show .b-msgsystem-message-ajax {
		display: block;
		}
.b-msgsystem-messagebox-messages {
	display: block;
	}
	.b-msgsystem-messagebox-messages .b-msgsystem-message-server {
		display: block;
		}

/* LJ Button
----------------------------------- */
.b-ljbutton {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	min-height: 1.2em;
	margin: 0;
	padding: 0;
	vertical-align: top;
	*display: inline;
	_height: 1.2em;
	zoom: 1;
	}
	.b-ljbutton BUTTON {
		*overflow: visible;
		*padding-right: 7px;
		*padding-left: 7px;
		}
.b-ljbutton-submit {
	margin: -0.4em 0;
	padding: 0.4em;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #049;
	background: #049 -moz-linear-gradient(top, #38D 0%, #038 100%);
	background: #049 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#38D), color-stop(100%,#038));
	background: #049 -webkit-linear-gradient(top, #38D 0%,#038 100%);
	background: #049 -o-linear-gradient(top, #38D 0%,#038 100%);
	background: #049 -ms-linear-gradient(top, #38D 0%,#038 100%);
	background: #049 linear-gradient(top, #38D 0%,#038 100%);
	}
.b-ljbutton-submit.b-ljbutton-disabled {
	background: #AFAFAF;
	background: #AFAFAF -moz-linear-gradient(top, #E8E8E8 0%, #AFAFAF 100%);
	background: #AFAFAF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8E8E8), color-stop(100%,#AFAFAF));
	background: #AFAFAF -webkit-linear-gradient(top, #E8E8E8 0%,#AFAFAF 100%);
	background: #AFAFAF -o-linear-gradient(top, #E8E8E8 0%,#AFAFAF 100%);
	background: #AFAFAF -ms-linear-gradient(top, #E8E8E8 0%,#AFAFAF 100%);
	background: #AFAFAF linear-gradient(top, #E8E8E8 0%,#AFAFAF 100%);
	}
.b-ljbutton-delete {
	margin: -0.4em 0;
	padding: 0.4em;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #970000;
	background: #970000 -moz-linear-gradient(top, #DA0000 0%, #970000 100%);
	background: #970000 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DA0000), color-stop(100%,#970000));
	background: #970000 -webkit-linear-gradient(top, #DA0000 0%,#970000 100%);
	background: #970000 -o-linear-gradient(top, #DA0000 0%,#970000 100%);
	background: #970000 -ms-linear-gradient(top, #DA0000 0%,#970000 100%);
	background: #970000 linear-gradient(top, #DA0000 0%,#970000 100%);
	}


/* LJ-CUT link  
--------------------------------------*/
.ljcut-link-scissors {
	padding: 0 2px 0 0;
	vertical-align: middle;
	font-size: 2em;
	}
.ljcut-link .ljcut-link-collapse {
	display: none;
	}
.ljcut-expanded .ljcut-link-collapse {
	display: inline;
	}
.ljcut-expanded .ljcut-link-expand {
	display: none;
	}

/* Trava object  
--------------------------------------*/
.meta-music-object {
	display: inline-block;
	vertical-align: middle;
	}

/* MassActions
--------------------------------------*/
.b-massaction {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 1.5em 0;
	clear: both;
	-moz-box-shadow: 0 -2px 7px 0 rgba(0,43,96,0.5);
	-webkit-box-shadow: 0 -2px 7px 0 rgba(0,43,96,0.5);
	box-shadow: 0 -2px 7px 0 rgba(0,43,96,0.5);
	background: #B4DDFE;
	background: #B4DDFE -moz-linear-gradient(top, #C2EBFF 0%, #B4DDFE 100%);
	background: #B4DDFE -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2EBFF), color-stop(100%,#B4DDFE));
	background: #B4DDFE -webkit-linear-gradient(top, #C2EBFF 0%,#B4DDFE 100%);
	background: #B4DDFE -o-linear-gradient(top, #C2EBFF 0%,#B4DDFE 100%);
	background: #B4DDFE -ms-linear-gradient(top, #C2EBFF 0%,#B4DDFE 100%);
	background: #B4DDFE linear-gradient(top, #C2EBFF 0%,#B4DDFE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2EBFF', endColorstr='#B4DDFE',GradientType=0 );
	*zoom: 1;
	}
.b-grove-3comments .b-massaction {
	display: none;
	}
.s-horizon .b-massaction {
	margin: 0 -25px;
	padding: 1.15em 25px;
	}
.s-horizon.p-footer-lite .b-massaction {
	margin-bottom: -1px;
	}
.s-lanzelot .b-massaction {
	margin: 0 -24px;
	padding: 1.15em 24px;
	}
.b-massaction-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	}
.b-singlepost .b-massaction-fixed,
.p-ljtimes .b-massaction-fixed {
	bottom: 24px;	
	}

.s-horizon.p-footer-lite .b-massaction-fixed {
	margin-bottom: 0;
	}	
.ljtimes-disabled .b-massaction-fixed,
.ljtimes-minimized .b-massaction-fixed {
	bottom: 0;
	}
	.b-massaction-checkall {
		display: inline;
		vertical-align: middle;
		}
		.b-massaction-checkall INPUT {
			margin: 0;
			}
	.b-massaction .b-ljbutton {
		position: static;
		margin-left: 1.5em;
		}
.b-massaction-problems {
	background: #FFEFEF;
	background: #FFEFEF -moz-linear-gradient(top, #FFF6F6 0%, #FFEFEF 100%);
	background: #FFEFEF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF6F6), color-stop(100%,#FFEFEF));
	background: #FFEFEF -webkit-linear-gradient(top, #FFF6F6 0%,#FFEFEF 100%);
	background: #FFEFEF -o-linear-gradient(top, #FFF6F6 0%,#FFEFEF 100%);
	background: #FFEFEF -ms-linear-gradient(top, #FFF6F6 0%,#FFEFEF 100%);
	background: #FFEFEF linear-gradient(top, #FFF6F6 0%,#FFEFEF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF6F6', endColorstr='#FFEFEF',GradientType=0 );
	}
	.b-massaction-errors {
		display: none;
		margin: 0;
		padding: 10px 0 10px 30px;
		background: url(/img/icons/error-mini.png?v=15718) no-repeat 0 6px;
		color: #CB1427;
		}
		.b-massaction-error {
			margin: 0;
			padding: 0;
			}
	.b-massaction-problems .b-massaction-errors {
		display: block;
		}
	.b-massaction-preloader {
		display: none;
		position: absolute;
		bottom: 13px;
		right: 26px;
		width: 30px;
		height: 30px;
		margin: 0;
		padding: 0;
		background: url(/img/preloader/preloader-blue-blue.gif?v=16423) no-repeat 0 0;
		font: 0/0 serif;
		}
	.b-massaction-processing .b-massaction-preloader {
		display: block;
		}
	.b-massaction-fixed .b-massaction-preloader {
		position: fixed;
		}
	.ljtimes-disabled .b-massaction-fixed .b-massaction-preloader,
	.ljtimes-minimized .b-massaction-fixed .b-massaction-preloader {
		position: fixed;
		}

@media screen and (max-width: 1300px), (max-width: 1280px) and (max-height: 800px) {
	.g-sensor .b-massaction-fixed,
	.mobile-msg .b-massaction-fixed {
		position: relative;
		bottom: auto;
		width: auto;
		}
	}

/* Posts Controls
--------------------------------------*/
.b-controls,
.b-controls:link,
.b-controls:visited,
.b-controls:hover,
.b-controls:active {
	overflow: hidden;
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 30px;
	text-decoration: none;
	cursor: pointer;
	*overflow: visible;
	*display: inline;
	*text-indent: 0;
	*font: 0/0 serif;
	*zoom: 1;
	}
.b-controls::no-images,
.b-controls:link::no-images,
.b-controls:visited::no-images,
.b-controls:hover::no-images,
.b-controls:active::no-images {
	text-indent: 0;
	}
	.b-controls-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 24px;
		height: 24px;
		margin: 0;
		padding: 0;
		font: 0/0 serif;
		background-image: url(/img/btn_actions.png?v=19689);
		background-repeat: no-repeat;
		cursor: pointer;
		}
	.b-controls-left .b-controls-bg,
	.b-controls-prev .b-controls-bg {
		background-position: 0 0;
		}
	.b-controls-right .b-controls-bg,
	.b-controls-next .b-controls-bg {
		background-position: -24px 0;
		}
	.b-controls-top .b-controls-bg {
		background-position: -48px 0;
		}
	.b-controls-bottom .b-controls-bg {
		background-position: -72px 0;
		}
	.b-controls-delete .b-controls-bg {
		background-position: -48px -48px;
		}
	.b-controls-spam .b-controls-bg {
		background-position: 0 -48px;
		}
	.b-controls-unspam .b-controls-bg {
		background-position: -24px -48px;
		}
	.b-controls-freeze .b-controls-bg {
		background-position: -48px -72px;
		}
	.b-controls-unfreeze .b-controls-bg {
		background-position: -72px -72px;
		}
	.b-controls-screen .b-controls-bg {
		background-position: -24px -72px;
		}
	.b-controls-unscreen .b-controls-bg {
		background-position: 0 -72px;
		}
	.b-controls-track .b-controls-bg {
		background-position: 0 -24px;
		}
	.b-leaf-tracked-parent .b-controls-track .b-controls-bg,
	.b-controls-trackthread .b-controls-bg {
		background-position: -24px -24px;
		}
	.b-leaf-tracked .b-controls-track .b-controls-bg,
	.b-controls-tracking .b-controls-bg {
		background-position: -48px -24px;
		}
	.b-controls-edit .b-controls-bg {
		background-position: -48px -96px;
		}
	.b-controls-memadd .b-controls-bg {
		background-position: 0 -96px;
		}
	.b-controls-share .b-controls-bg {
		background-position: -72px -24px;
		}
	.b-controls-edittags .b-controls-bg {
		background-position: -24px -96px;
		}
	.b-controls-flag .b-controls-bg {
		background-position: -72px -48px;
		}
	.b-controls-stat .b-controls-bg {
		background-position: 0 -193px;
		}

/* Pager ( Pagination )
--------------------------------------*/
.b-pager {
	position: relative;
	margin: 0;
	}
.b-pager-prev,
.b-pager-next {
	display: inline-block;
	min-width: 150px;
	margin: 5px 0 0;
	vertical-align: top;
	color: #777;
	text-transform: lowercase;
	*display: inline;
	*zoom: 1;
	}
	.b-pager-prev A,
	.b-pager-prev A:link,
	.b-pager-prev A:visited,
	.b-pager-next A,
	.b-pager-next A:link,
	.b-pager-next A:visited,
	.b-singlepost .b-pager-prev A,
	.b-singlepost .b-pager-prev A:link,
	.b-singlepost .b-pager-prev A:visited,
	.b-singlepost .b-pager-next A,
	.b-singlepost .b-pager-next A:link,
	.b-singlepost .b-pager-next A:visited {
		color: #0051B7 !important;
		text-decoration: underline;
		}
	.b-pager-prev A:hover,
	.b-pager-prev A:active,
	.b-pager-next A:hover,
	.b-pager-next A:active,
	.b-singlepost .b-pager-prev A:hover,
	.b-singlepost .b-pager-prev A:active,
	.b-singlepost .b-pager-next A:hover,
	.b-singlepost .b-pager-next A:active {
		color: #C00 !important;
		}
	.b-pager-first .b-pager-prev A,
	.b-pager-first .b-pager-prev A:link,
	.b-pager-first .b-pager-prev A:visited,
	.b-pager-first .b-pager-prev A:hover,
	.b-pager-first .b-pager-prev A:active,
	.b-pager-last .b-pager-next A,
	.b-pager-last .b-pager-next A:link,
	.b-pager-last .b-pager-next A:visited,
	.b-pager-last .b-pager-next A:hover,
	.b-pager-last .b-pager-next A:active {
		color: #777 !important;
		text-decoration: none;
		cursor: default;
		}
	.b-reset .b-pager-strong A:link,
	.b-reset .b-pager-strong A:visited {
		color: #0051B7 !important;
		}
	.b-reset .b-pager-strong A:hover,
	.b-reset .b-pager-strong A:active {
		color: #C00 !important;
		}
		.b-reset .b-pager-strong .b-pager-page-active A:link,
		.b-reset .b-pager-strong .b-pager-page-active A:visited,
		.b-reset .b-pager-strong .b-pager-page-active A:hover,
		.b-reset .b-pager-strong .b-pager-page-active A:active {
			text-decoration: none;
			color: #FFF !important;
			}
	.b-reset .b-pager-strong.b-pager-first .b-pager-prev A,
	.b-reset .b-pager-strong.b-pager-first .b-pager-prev A:link,
	.b-reset .b-pager-strong.b-pager-first .b-pager-prev A:visited,
	.b-reset .b-pager-strong.b-pager-first .b-pager-prev A:hover,
	.b-reset .b-pager-strong.b-pager-first .b-pager-prev A:active,
	.b-reset .b-pager-strong.b-pager-last .b-pager-next A,
	.b-reset .b-pager-strong.b-pager-last .b-pager-next A:link,
	.b-reset .b-pager-strong.b-pager-last .b-pager-next A:visited,
	.b-reset .b-pager-strong.b-pager-last .b-pager-next A:hover,
	.b-reset .b-pager-strong.b-pager-last .b-pager-next A:active {
			color: #777 !important;
			text-decoration: none;
			cursor: default;
			}
	
.b-pager-prev {
	margin-right: 10px;
	text-align: right;
	}
.b-pager-next {
	margin-left: 10px;
	text-align: left;
	}
.b-pager-shortcut {
	font-size: 86%;
	}
	.b-pager-shortcut-mac {
		display: none;
		}
	.b-pager-mac .b-pager-shortcut-mac {
		display: inline;
		}
	.b-pager-mac .b-pager-shortcut-win {
		display: none;
		}
.b-pager-pages {
	position: relative;
	display: inline-block;
	max-width: 23em;
	margin: 0;
	padding: 8px 12px;
	list-style: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #B5DEFE;
	background: #B5DEFE -moz-linear-gradient(top, #C2EBFF 0%, #B5DEFE 100%);
	background: #B5DEFE -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C2EBFF), color-stop(100%,#B5DEFE));
	background: #B5DEFE -webkit-linear-gradient(top, #C2EBFF 0%,#B5DEFE 100%);
	background: #B5DEFE -o-linear-gradient(top, #C2EBFF 0%,#B5DEFE 100%);
	background: #B5DEFE -ms-linear-gradient(top, #C2EBFF 0%,#B5DEFE 100%);
	background: #B5DEFE linear-gradient(top, #C2EBFF 0%,#B5DEFE 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2EBFF', endColorstr='#B5DEFE',GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 115%;
	*display: inline;
	*zoom: 1;
	}
	.b-xylem .b-pager-pages-after,
	.b-xylem .b-pager-pages:after {
		content: " ";
		display: block;
		position: absolute;
		top: -26px;
		left: 50%;
		width: 0;
		height: 0;
		margin: 0 0 0 -14px;
		padding: 0;
		border-color: transparent transparent #C2EBFF transparent;
		border-style: solid;
		border-width: 14px;
		font: 0/0 serif;
		_border-top-color: pink;
		_border-left-color: pink;
		_border-right-color: pink;
		_filter: chroma(color=pink);
		}
.b-pager-page {
	display: inline-block;
	min-width: 1em;
	margin: 0 0.1em;
	padding: 0.2em 0.4em 0.1em;
	*display: inline;
	*padding: 0 0.4em 0.1em;
	*zoom: 1;
	}
	.b-pager-page A:link,
	.b-pager-page A:visited,
	.b-pager-page A:hover,
	.b-pager-page A:active {
		display: inline-block;
		min-width: 1em;
		margin: -0.2em -0.4em -0.1em;
		padding: 0.2em 0.4em 0.1em;
		}
	.b-pager-page A:hover,
	.b-pager-page A:active {
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 1px 1px #80A5B8;
		-webkit-box-shadow: 0 1px 1px #80A5B8;
		box-shadow: 0 1px 1px #80A5B8;
		background: #FFF;
		background: #FFF -moz-linear-gradient(top, #FFF 0%, #D9F2FF 100%);
		background: #FFF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#D9F2FF));
		background: #FFF -webkit-linear-gradient(top, #FFF 0%,#D9F2FF 100%);
		background: #FFF -o-linear-gradient(top, #FFF 0%,#D9F2FF 100%);
		background: #FFF -ms-linear-gradient(top, #FFF 0%,#D9F2FF 100%);
		background: #FFF linear-gradient(top, #FFF 0%,#D9F2FF 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#D9F2FF',GradientType=0 );
		}
.b-pager-page-active {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 6px #2B4C7B;
	-webkit-box-shadow: inset 0 0 6px #2B4C7B;
	box-shadow: inset 0 0 6px #2B4C7B;
	background: #369AFF;
	background: #369AFF -moz-linear-gradient(top, #3863A0 0%, #369AFF 100%);
	background: #369AFF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3863A0), color-stop(100%,#369AFF));
	background: #369AFF -webkit-linear-gradient(top, #3863A0 0%,#369AFF 100%);
	background: #369AFF -o-linear-gradient(top, #3863A0 0%,#369AFF 100%);
	background: #369AFF -ms-linear-gradient(top, #3863A0 0%,#369AFF 100%);
	background: #369AFF linear-gradient(top, #3863A0 0%,#369AFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3863A0', endColorstr='#369AFF',GradientType=0 );
	color: #FFF;
	}
	.b-pager-page-active A:link,
	.b-pager-page-active A:visited,
	.b-pager-page-active A:hover,
	.b-pager-page-active A:active,
	.b-singlepost .b-pager-page-active A:link,
	.b-singlepost .b-pager-page-active A:visited,
	.b-singlepost .b-pager-page-active A:hover,
	.b-singlepost .b-pager-page-active A:active {
		border: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: transparent;
		color: #FFF !important;
		text-decoration: none;
		cursor: default;
		}

@media screen and (max-width: 768px) {
	.mobile-msg .b-pager-prev,
	.g-sensor .b-pager-prev,
	.mobile-msg .b-pager-next,
	.g-sensor .b-pager-next {
		display: block;
		min-width: 0;
		margin: 5px 0;
		text-align: left;
		}
		.mobile-msg .b-pager-prev BR,
		.g-sensor .b-pager-prev BR,
		.mobile-msg .b-pager-next BR,
		.g-sensor .b-pager-next BR,
		.mobile-msg .b-pager-shortcut,
		.g-sensor .b-pager-shortcut {
			display: none;
			}
	.mobile-msg .b-xylem .b-pager-pages-after,
	.g-sensor .b-xylem .b-pager-pages-after,
	.mobile-msg .b-xylem .b-pager-pages:after,
	.g-sensor .b-xylem .b-pager-pages:after {
		display: none;
		}
}


/* jQuery UI Autocomplete
--------------------------------------*/
.ui-autocomplete {
	position: absolute;
	left: 0;
	top: 21px;
	width: 190px;
	margin: 0;
	padding: 0;
	border: 1px solid #AAA;
	border-top: 0;
	list-style: none;
	line-height: 1.4;
	background: #FFF;
	z-index: 999;
	}
	.ui-autocomplete LI {
		margin: 0;
		padding: 0;
		cursor: pointer;
		text-align: left;
		}
		.ui-autocomplete LI A {
			display: block;
			margin: 0;
			padding: 1px 10px;
			color: #000;
			text-decoration: none;
			text-align: left;
			}
		.ui-autocomplete .ui-state-hover {
			background: #EEE;
			}

/* Drop-over
--------------------------------------*/
.b-dropover-container {
	position: relative;
	z-index: 3;
	}
	.b-dropover {
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
		margin: -15px -15px;
		padding: 34px 14px 14px;
		list-style: none;
		border: 1px solid #C0C2C8;
		-moz-border-radius-bottomright: 9px;
		-moz-border-radius-bottomleft: 9px;
		border-bottom-right-radius: 9px;
		border-bottom-left-radius: 9px;
		-moz-box-shadow: 0 10px 15px rgba(53,99,161,0.8);
		-webkit-box-shadow: 0 10px 15px rgba(53,99,161,0.8);
		box-shadow: 0 10px 15px rgba(53,99,161,0.8);
		background: #FAFAFA;
		background: -moz-linear-gradient(top, #FAFCFE 0%, #E2E3E7 25%, #FAFAFA 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFCFE), color-stop(25%,#E2E3E7), color-stop(100%,#FAFAFA));
		background: -webkit-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%);
		background: -o-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%);
		background: -ms-linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%);
		background: linear-gradient(top, #FAFCFE 0%,#E2E3E7 25%,#FAFAFA 100%);
		}
	#js .b-dropover {
		display: none;
		position: absolute;
		}
	#js .b-dropover-open .b-dropover {
		display: block;
		}
	.b-dropover-close {
		display: none;
		position: absolute;
		top: 1px;
		right: 10px;
		z-index: 5;
		width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		background: url(/img/icons/popup-close.png?v=15718) 0 0 no-repeat;
		font: 0/0 serif;
		cursor: pointer;
		}
	.b-dropover-close:hover {
		background-position: 0 -16px;
		}
	.b-dropover-show .b-dropover-close {
		display: block;
		}

/* LJ User
--------------------------------------*/
HTML BODY .i-ljuser {
	position: static !important;
	display: inline !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	white-space: nowrap !important;
	background: transparent !important;
	}
.i-ljuser-deleted {
	text-decoration: line-through;
	}
	HTML BODY .i-ljuser A {
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		}
	HTML BODY .i-ljuser-userhead {
		width: 16px !important;
		height: 16px !important;
		margin: 0 !important;
		padding: 0 1px 0 0 !important;
		border: 0 !important;
		vertical-align: bottom !important;
		}
	.i-ljuser-username {
		}

/* Popup content
--------------------------------------*/
.b-popup-content {
	text-align: left !important;
	}
	.b-popup-content H5 {
		padding: 0;
		margin: 0 0 10px 0;
		font-weight: bold !important;
		font-size: 14px !important;
		color: #000 !important;
		}
	.b-popup-content-header {
		padding-right: 10px;
		margin-bottom: 10px;
		line-height: 16px;
		font-size: 14px;
		font-weight: bold;
		color: #000;
		}
	.b-popup-content A:link,
	.b-popup-content A:visited {
		color: #3F5F9E !important;
		}
	.b-popup-content A:hover,
	.b-popup-content A:active {
		color: #3F5F9E !important;
		}
	.b-popup-content .b-popup-submit-options {
		padding-top: 5px !important;
		border: none;
		}

/* Preloader */
.b-popup-preloader .preloader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 3px;
	margin-left: -6px;
	background: url(/img/preloader-s.gif?ver=1) no-repeat;
	font-size: 0;
	}
	.b-popup-preloader .b-popup-preloader-inner {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		}
	.b-popup-preloader-visible INPUT,
	.b-popup-preloader-visible BUTTON,
	.b-popup-preloader-visible A,
	.b-popup-preloader-visible I {
		visibility: hidden;
		}
		.b-popup-preloader-visible I.preloader {
			visibility: visible;
			display: block;
			}
			.b-popup-preloader-visible .b-popup-cancel {
				color: #CCC;
				cursor: default;
				}

/* lj-cut preloader */
.ljcut-link-expanding {
	padding: 0 20px 0 0;
	background: url(/img/preloader-s.gif?v=9673) no-repeat 100% 60%;
	}

/* Update button */
.b-updater {
	width: 100%;
	padding: 8px 0;
	border: 0;
	cursor: pointer;
	background: #F7F7F7;
	border-bottom: 1px solid #ECECEC;
	font-size: 13px;
	}

/* Steps
--------------------------------------*/
.b-steps {
	position: relative;
	margin: 0 0 10px -9px;
	padding: 0;
	list-style: none;
	color: #7C7D7F;
	*zoom: 1;
	}
.b-steps:before,
.b-steps:after {
	display: table;
	border-collapse: collapse;
	content: "";
	}
.b-steps:after {
	clear: both;
	}
	.b-steps-step {
		position: relative;
		display: inline-block;
		margin: 0 7px 0 0;
		padding: 5px 9px;
		*display: inline;
		*zoom: 1;
		}
	.b-steps-step.active {
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		-moz-box-shadow: inset 0 0 6px #2B4C7B;
		-webkit-box-shadow: inset 0 0 6px #2B4C7B;
		box-shadow: inset 0 0 6px #2B4C7B;
		background: #369AFF;
		background: #369AFF -moz-linear-gradient(top,  #3863A0 0%, #369AFF 100%);
		background: #369AFF -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3863A0), color-stop(100%,#369AFF));
		background: #369AFF -webkit-linear-gradient(top,  #3863A0 0%,#369AFF 100%);
		background: #369AFF -o-linear-gradient(top,  #3863A0 0%,#369AFF 100%);
		background: #369AFF -ms-linear-gradient(top,  #3863A0 0%,#369AFF 100%);
		background: #369AFF linear-gradient(top,  #3863A0 0%,#369AFF 100%);
		color: #FFF;
		}


/* Panel
--------------------------------------*/
.b-panel {
	position: relative;
	margin: 0 0 120px;
	padding: 20px 20px 60px;
	border: 0;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: #CDE7FE;
	background: #CDE7FE -moz-linear-gradient(top,  #DCFBFF 0%, #CDE7FE 100%);
	background: #CDE7FE -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DCFBFF), color-stop(100%,#CDE7FE));
	background: #CDE7FE -webkit-linear-gradient(top,  #DCFBFF 0%,#CDE7FE 100%);
	background: #CDE7FE -o-linear-gradient(top,  #DCFBFF 0%,#CDE7FE 100%);
	background: #CDE7FE -ms-linear-gradient(top,  #DCFBFF 0%,#CDE7FE 100%);
	background: #CDE7FE linear-gradient(top,  #DCFBFF 0%,#CDE7FE 100%);
	*zoom: 1;
	}
.b-panel:before {
	content: " ";
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 20px;
	right: 20px;
	z-index: -2;
	-webkit-box-shadow: 0 8px 25px rgb(128,145,171);
	-moz-box-shadow: 0 8px 25px rgb(128,145,171);
	box-shadow: 0 8px 25px rgb(128,145,171);
	-moz-border-radius: 50px;
	border-radius: 50px;
	}
/* remove shadow on mobile */
.mobile-msg .b-panel:before,
.g-sensor .b-panel:before {
	content: "";
	display: none;
	}
/* remove shadow on tiny screen */
@media screen and (max-width: 1000px) {
	.b-panel:before {
		content: "";
		display: none;
		}
}

/* Clear fix
----------------------------------------------*/
.clearfix-lj:after {
	content: "";
	display: table;
	border-collapse: collapse;
	clear: both;
	}

/* Pseudo link
--------------------------------------*/
.b-pseudo {
	border-bottom: 1px dotted;
	cursor: pointer;
	text-decoration: none;
	}

/* Pseudo link to hidden content
--------------------------------------*/
.b-toggle {
	position: relative;
	display: inline;
	line-height: 1.2em;
	}
.b-toggle:before,
.b-toggle:after {
	position: absolute;
	overflow: hidden;
	display: block;
	border-width: 0.5em;
	border-style: solid;
	width: 0;
	height: 0;
	}
.b-toggle-before {
	margin: 0 0 0 1.5em;
	}
.b-toggle-before:before {
	content: ' ';
	}
.b-toggle-after {
	margin: 0 1.5em 0 0;
	}
.b-toggle-after:after {
	content: ' ';
	}
/* top */
.b-toggle-top:after,
.b-toggle-top:before {
	top: 0;
	border-color: transparent;
	border-bottom-color: inherit;
	}
	.b-toggle-top:before {
		left: -1.3em;
		}
	.b-toggle-top:after {
		right: -1.3em;
		}
/* right */
.b-toggle-right:after,
.b-toggle-right:before {
	top: 0;
	right: -1.5em;
	border-color: transparent;
	border-left-color: inherit;
	}
	.b-toggle-right:before {
		left: -1.3em;
		}
	.b-toggle-right:after {
		right: -1.5em;
		}
/* bottom */
.b-toggle-bottom:after,
.b-toggle-bottom:before {
	margin: 0.5em 0 0 0;
	top: 0;
	border-color: transparent;
	border-top-color: inherit;
	}
	.b-toggle-bottom:before {
		left: -1.3em;
		}
	.b-toggle-bottom:after {
		right: -1.3em;
		}
/* left */
.b-toggle-left:after,
.b-toggle-left:before {
	top: 0;
	border-color: transparent;
	border-right-color: inherit;
	}
	.b-toggle-left:before {
		left: -1.5em;
		}
	.b-toggle-left:after {
		right: -1em;
		}

/*  This styles was removed from screen.css*/
.standout {
	text-align: center;
	}
.standout .container {
	width: auto;
	padding: 3px;
	margin: auto;
	background-color: #C5DFF9 !important;
	border: 1px solid #8FC3F7;
	text-align: left;
	color: #000; 
	}
.standout span.container {
	display: inline-block;
	padding: 8px 7px !important;
	}

.borderedtable {
	border: solid 1px black;
	}
	.borderedtable th {
		background-color: #dddddd;
		border-bottom: solid 1px black;
		padding-left: 10px;
		padding-right: 10px;
		white-space: nowrap;
		}


.userslist-table {
	border: 1px solid #DDD;
	}
	.userslist-table TH,
	.aliaslist-table TH  {
		background: #DDD;
		padding: 2px 10px;
		white-space: nowrap;
		text-align: left;
		}
	.aliaslist-table TH {
		padding: 4px 10px;
		}
	.userslist-table TD {
		padding: 3px 10px;
		}

.aliaslist-table {
	border: 0;
	border-spacing: 0px;
	}
	.aliaslist-table TD {
		padding: 3px 3px 3px 10px;
		}
		.aliaslist-table TD .user_check {
			margin-right: 10px;
			}
	.aliaslist-table TD.more {
		padding: 3px 3px 7px 10px;
		}
	.aliaslist-table .notedel {
		padding: 17px 0px 0px 10px;
		}
	.aliaslist-table .user_alias {
		padding: 3px 0px 3px 10px;
		}
		.aliaslist-table .user_alias INPUT {
			width: 300px;
			}
		.aliaslist-table .user_alias .type-checkbox {
			margin-left: 1.2em;
			margin-right: 1.2em;
			width: auto;
			}
	.aliaslist-table .newalias TD {
		padding: 14px 0px 3px 10px;
		font-weight: bold;
		}
		.aliaslist-table .user_alias_error {
			position: absolute;
			margin: .25em 0 0 1em;
			color: #F00;
			}

/* Ad wrapper styles (for ads printed in BML directly) */
.ljadwrapper-app-full-width {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	}

.ljadwrapper-app-info-1column,
.ljadwrapper-app-func-1column,
.ljadwrapper-app-confirm,
.ljadwrapper-app-home-login,
.ljadwrapper-app-schools,
.ljadwrapper-search,
.ljadwrapper-journal-indiv-entry,
.ljadwrapper-journal-skyscraper,
.ljadwrapper-app-search-skyscraper {
	float: right;
	display: table-cell;
	margin-left: 2em;
	margin-bottom: 1em;
	}

.ljadwrapper-app-func-2column,
.ljadwrapper-app-info-2column,
.ljadwrapper-journal-userinfo {
	width: 100%;
	margin-top: 2em;
	text-align: center;
	}

/* LJ Spoiler
----------------------------------- */
.lj-spoiler {
	position: static;
	top: auto;
	left: auto;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	}
	.lj-spoiler .lj-spoiler-head {
		position: static;
		top: auto;
		left: auto;
		display: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		}
	.lj-spoiler .lj-spoiler-body {
		position: static;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		}
	#js .lj-spoiler .lj-spoiler-head {
		display: block;
		}
	#js .lj-spoiler .lj-spoiler-body {
		display: none;
		}
	#js .lj-spoiler.lj-spoiler-opened > .lj-spoiler-head {
		display: none;
		}
	#js .lj-spoiler.lj-spoiler-opened  > .lj-spoiler-body {
		display: block;
		}
		#js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:first-child,
		#js .lj-spoiler.lj-spoiler-opened .lj-spoiler-body BR:last-child {
			display: none;
			}





/* file-end: stc/lj_base.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/contextualhover.css 
*/

div.ContextualPopup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
    margin: 5px 0 0 20px;
    font: normal 11px "Arial", "Verdana", sans-serif !important;
    text-align: left;
    }

* html div.ContextualPopup {
    background: none !important;
    }

div.ContextualPopup img {
    border: 0;
    }

div.ContextualPopup div.Inner {
    position: relative;
    top: -2px;
    left: -2px;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #036;
    padding: 0px;
    width: 20em;
    }

* html div.ContextualPopup div.Inner {
    top: 0px;
    left: 0px;
    }

div.ContextualPopup .Content {
    padding: 2px 4px 6px 4px;
    margin-right: 50px;
    line-height: 1.4;
    }

   div.ContextualPopup .Relation {
       font-weight: bold !important;
       }

   div.ContextualPopup .Content .OnlineStatus {
       font-weight: bold;
       }

   div.ContextualPopup .Content .GizmoBlurb {
       font-size: smaller;
       }

div.ContextualPopup .Userpic {
    float: right;
    top: 0;
    right: 0px;
    padding: 4px 4px 0 0;
    }

* html div.ContextualPopup .Userpic {
    top: 2px;
    }

   div.ContextualPopup .Userpic img {
        margin: 0 auto;
        max-width: 50px;
        width:expression(this.width > 50 ? "50px" : this.width); /*IE Max-width */
        height: auto;
        vertical-align: middle;
        }

   div.ContextualPopup div.Inner a:link,
   div.ContextualPopup div.Inner a:visited {
        text-decoration: underline !important;
        border-bottom:0 none;
        font-weight: bold;
        color: #00C !important;
        }

	div.ContextualPopup div.Inner .alias-unavailable A, 
	div.ContextualPopup div.Inner .alias-unavailable A:link, 
	div.ContextualPopup div.Inner .alias-unavailable A:visited {
		color:#999 !important;
		}



/* file-end: stc/contextualhover.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/esn.css 
*/

/*---------- Manage Settings ----------*/
/*-------------------------------------*/

#manageSettings {
    }

.Subscribe {
    width: 100%;
    padding: 0;
    margin: .5em 0 1em 0;
    clear: both;
    }

.Subscribe tr.Inactive {
    color: #aaa;
}

.Subscribe tr.Disabled {
    background-color: #eee;
}

.Subscribe tr.altrow {
    background-color: #f1f1f1;
}

.Subscribe tr.Inactive a {
    color: #aaa;
}

.Subscribe td {
    padding: .3em .4em;
}

.Subscribe td img {
    border: 0;
}

.Subscribe td label {
    cursor: pointer !important;
}

.Subscribe td p {
    color: #666;
    background: #fff;
    cursor: default !important;
}

.CategoryRow .Caption {
    text-align: right;
    vertical-align: bottom;
}

.CategoryRow {
    width: 100%;
}

.CategoryRow td {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    padding: 2em .4em .2em .4em;
}

.CategoryRowFirst td {
    padding-top: .2em;
    white-space: nowrap;
}

.CategoryRow .caption {
    text-align: right;
}

.CategoryRow label {
}

.CategoryHeading {
    font-weight: bold;
}

.CategoryHeadingNote {
}

#Subscriptions {
    width: 100%;
}
#Subscriptions th {
    text-align: left;
}
#Subscriptions td, #Subscriptions th {
    padding-left: .5em;
    padding-right: .5em;
}
#Subscriptions tr.lighter {
    background-color: #cff;
}
#Subscriptions tr.darker {
    background-color: #9cc;
}
div.argOptsContainer {
    display: none;
}

#SubscribeSaveButtons {
    text-align: center;
    border: 1px solid #333;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    }

#SubscribeSaveButtons input {
    margin: 5px;
}

#SubscriptionInfo {
    width: 95%;
    text-align: center;
    margin: 1em auto;
}

#SubscriptionInfo p, #SubscriptionInfo div {
    font-size: 1em;
    margin: 0;
    padding: .2em;
}

/*----------- Message Center ----------*/
/*-------------------------------------*/


.NotificationTable {
    width: 100%;
}

.NotificationTable tr.Selected {
    background-color: #cee0fb;
}

.NotificationTable tr.Selected td {
    border-top: 1px solid #ccc;
}

.NotificationTable td {
    border-top: 1px solid #ddd;
}


#NotificationSidebar {

}

#NotificationSidebar p {
    margin: 0;
    padding: 0;
}

#NotificationSidebar .Blurb {
    margin: 0 0 1em 0;
    padding: 0;
}

#NotificationSidebar .BlurbTitle {
    font-weight: bold;
    margin: 0 0 .4em 0;
}

#NotificationSidebar .ljad {
    float: left;
    margin-right: 1em;
}

.esnlinks {
    float: right;
    display: block;
    margin: 0 0 0 0;
    font-weight: normal;
    }

.NotificationTable .inbox {
    padding: 0;
    margin: 0em 0 0em 0;
    border-top: 1px solid #ddd;
}

.inbox .header {
    width: 100%;
    margin: 0;
    background: #ddd;
    vertical-align: middle;
    border: 0;
    padding: 3px;
}

.actions {
    font-size: 0.9em;
}

span.Pages {
    float: right;
}

span.Pages input {
}

.inbox tr {
    cursor: pointer;
}

.inbox_newitems {
    font-weight: bold;
    overflow: hidden;
}

.InboxItem_Controls {
    float: left;
    width: 40px;
}

.InboxItem_Unread {
    font-weight: bold;
    }

.InboxItem_Read {
    color: #888;
}

span.InboxItem_Read:hover {
    color: #000;
}

span.InboxItem_Read a {
    color: #999 !important;
}
span.InboxItem_Read:hover a {
    color: inherit !important;
}

.InboxItem_Meta {

}

.InboxItem_Meta td {
    padding: 0 0 0 0;
}

.inbox .alt {
    background: #f6f6f6;
}

.inbox .alt td {
}

.inbox .checkbox {
    width: 1%;
    padding: .1em;
    vertical-align: top;
}

.inbox td.NoItems {
    font-size: 3em;
    text-align: center;
    padding: 1em;
    color: #ddd;
    cursor: default !important;
}

.inbox td.item {
    padding: .3em 0 .2em .4em !important;
    vertical-align: middle;
}

.InboxItem_Content {
    padding: .5em 0 .2em 0;
    width: 95%;
}

.inbox td.time {
    width: 8.5em;
    font-size: .8em;
    color: #555;
    vertical-align: top;
    padding-top: .4em;
}

.inbox .JournalNewComment {
}

.inbox .Subject {
    font-weight: bold;
}

.inbox .ManageButtons {
    float: right;
    width: 104px;
    position: relative;
    top: 4px;
    margin: 0 0 .5em 0;
}

.inbox .Body {
    overflow:hidden;
}

.NotificationTable tr.Selected .Body {
}

/* folder links */
.folders a {
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    display: block;
    margin: 0px;
    padding: 0px 0px 1px 2px;
    border: 1px solid #fff;
}
.folders a.subs {
    padding-left: 1em;
}
.folders .subs {
    padding-left: 1em;
}
.folders a.subsubs {
    padding-left: 2em;
}
.folders a:visited, .folders a:link {
    color: #000;
}
.folders a:hover {
    border: 1px solid #bbb;
    background-color: #eee;
}

/**** ESN AJAX ****/
.ippu {
    color: #000000
}

.ippu .track_title {
    font-weight: bold;
    color: #CC6644;
    margin: 4px;
}

.ippu .track_btncontainer {
    margin-top: 5px;
    padding: 1px; 
    width: 250px;
    }
    .ippu .track_btncontainer .track_moreopts:link,
    .ippu .track_btncontainer .track_moreopts:visited {
        color: #555;
        }
    .ippu .track_btncontainer .track_moreopts:link:hover,
    .ippu .track_btncontainer .track_moreopts:visited:hover {
        color: #CC6644;
        }

.ippu .track_moreopts {
    margin: auto auto auto 1em;
    width: 49%;
}

.ippu .track_savechanges {
    margin: auto auto auto auto;
    width: 49%;
}
.ippu .ljippu_textprompt {
	padding: 10px;
	}

#compose label {
    font-weight: bold;
}

.Subscribe .opt_getselfemail TD {
    border-top:1px solid #DDDDDD;
}

.Subscribe .CategoryRow td {
    vertical-align: bottom;
}

.Subscribe .CategoryHeading {
    display:block;
}

.Subscribe .CategoryHeading-delivery,
.Subscribe .CategoryHeading-notify {
    padding-bottom: 0em;
}

.Subscribe .CategoryHeading-delivery {
    float:right;
}

.Subscribe .CategoryHeading-notify {
    float:left;
}

.Subscribe .CategoryRow-tracking .CategoryRowFirst TD,
.Subscribe .CategoryRow-friends_and_communities .CategoryRowFirst TD {
    padding-top:1.5em;
}

.Subscribe .CategoryRowFirst td INPUT {
    vertical-align: bottom;
}



/* file-end: stc/esn.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/controlstrip-new.css 
*/

/* LJ ControlStrip
----------------------------------------------- */
HTML BODY {
	padding: 50px 0 0 0;
	margin-right: 0;
	margin-left: 0;
	}
.w-cs-widgets {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 0;
	}
.w-cs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: hidden;
	width: 100%;
	min-width: 1010px;
	height: 50px;
	padding: 0;
	margin: 0;
	background: #22292D;
	font: 10px/10px 'Arial', 'Helvetica', sans-serif;
	color: #FFF;
	}
	.w-cs DIV,
	.w-cs P,
	.w-cs A,
	.w-cs FIELDSET,
	.w-cs INPUT,
	.w-cs LABEL,
	.w-cs UL,
	.w-cs LI,
	.w-cs IMG,
	.w-cs SPAN,
	.w-cs BUTTON,
	.w-cs TABLE,
	.w-cs TD,
	.w-cs TH,
	.w-cs TR {
		padding: 0;
		margin: 0;
		}
	.w-cs DIV {
		float: none;
		background: none;
		}
	.w-cs UL,
	.w-cs UL LI {
		list-style: none !important;
		}
	.w-cs IMG {
		border: 0;
		vertical-align: top;
		}
	.w-cs A:link,
	.w-cs A:visited,
	.w-cs A:hover,
	.w-cs A:active,
	.w-cs A:link B,
	.w-cs A:visited B,
	.w-cs A:hover B,
	.w-cs A:active B {
		background: none !important;
		border: none !important;
		text-decoration: none;
		font: 10px 'Arial', 'Helvetica', sans-serif !important;
		color: #FFF !important;
		}
	.w-cs A:hover {
		color: #C7E0F6 !important;
		}
	.w-cs FIELDSET {
		float: left;
		display: block;
		border: none;
		}
	.w-cs .w-cs-text {
		padding: 2px 0 3px 5px;
		margin: 0;
		background: #4C585D;
		border: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		vertical-align: top;
		line-height: 14px;
		font-size: 11px;
		color: #FFF !important;
		}
	.w-cs .w-cs-text:focus {
		outline: 1px dotted rgba(255,255,255,0.5);
		}
	.w-cs .w-cs-submit {
		height: 16px;
		padding: 0 5px 2px 5px;
		margin: 0;
		background: #797979;
		background: #797979 -moz-linear-gradient(top,  #B2B2B2 0%, #797979 100%);
		background: #797979 -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B2B2B2), color-stop(100%,#797979));
		background: #797979 -webkit-linear-gradient(top,  #B2B2B2 0%,#797979 100%);
		background: #797979 -o-linear-gradient(top,  #B2B2B2 0%,#797979 100%);
		background: #797979 -ms-linear-gradient(top,  #B2B2B2 0%,#797979 100%);
		background: #797979 linear-gradient(to bottom,  #B2B2B2 0%,#797979 100%);
		border: 1px solid #8A8D8F;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
		text-shadow: 0 1px 0 #666;
		line-height: 10px;
		font-size: 10px;
		color: #FFF !important;
		cursor: pointer;
		}
	.w-cs .w-cs-checkbox {
		margin: -1px 5px 0 0;
		}
	.w-cs .ljuser {
		margin-right: 5px;
		background: none !important;
		line-height: 12px;
		font-weight: bold;
		font-size: 12px !important;
		}
		.w-cs .ljuser A:link,
		.w-cs .ljuser A:visited,
		.w-cs .ljuser A:hover,
		.w-cs .ljuser A:active,
		.w-cs .ljuser A:link B,
		.w-cs .ljuser A:visited B,
		.w-cs .ljuser A:hover B,
		.w-cs .ljuser A:active B {
			font-size: 12px !important;
			font-weight: bold !important;
			text-transform: none;
			}
		.w-cs .ljuser IMG {
			margin-top: -2px;
			vertical-align: bottom !important;
			}

	/* User info */
	.w-cs .w-cs-userinfo {
		float: left;
		width: 40%;
		min-width: 405px;
		height: 50px;
		background: #2D373C;
		border-right: 1px solid #3A4449;
		}

	/* User controls */
	.w-cs .w-cs-user-controls {
		position: relative;
		height: 50px;
		margin: 0 0 0 40%;
		padding: 0;
		}

	/* Logo */
	.w-cs .w-cs-logo {
		position: relative;
		left: -60px;
		float: left;
		width: 50px;
		height: 50px;
		margin-right: -50px;
		}
		.w-cs .w-cs-logo A {
			position: absolute;
			top: 9px;
			left: 18px;
			display: block;
			overflow: hidden;
			width: 29px;
			height: 31px;
			margin: 0;
			padding: 0;
			background: url(/img/controlstrip-new/w-cs-logo.png?v=11188) no-repeat 0 0 !important;
			text-indent: -100px;
			}

	/* Userpic */
	.w-cs .w-cs-userpic {
		position: relative;
		left: -60px;
		float: left;
		width: 50px;
		height: 50px;
		margin-right: -50px;
		}
		.w-cs .w-cs-userpic A {
			display: block;
			display: table-cell;
			width: 50px;
			height: 50px;
			vertical-align: middle;
			text-align: center;
			}
			.w-cs .w-cs-userpic IMG {
				max-height: 50px;
				max-width: 50px;
				vertical-align: top;
				}

	/* Options */
	.w-cs .w-cs-options {
		margin: 0 0 0 60px;
		*zoom: 1;
		}
	.w-cs .w-cs-options:after {
		content: "";
		display: table;
		border-collapse: collapse;
		clear: both;
		}
		.w-cs-logged .w-cs-options .w-cs-group-first {
			padding-top: 6px;
			}

	/* Group */
	.w-cs-group {
		position: relative;
		display: block;
		margin: 0;
		padding: 0;
		text-align: left;
		*zoom: 1;
		}
	.w-cs-group:after {
		content: "";
		display: table;
		border-collapse: collapse;
		clear: both;
		}
	.w-cs .w-cs-group-first {
		height: 16px;
		padding: 5px 0;
		}
	.w-cs .w-cs-user-controls .w-cs-group-first {
		padding-bottom: 6px;
		}
	.w-cs .w-cs-group-second {
		}
	.w-cs .w-cs-group-aside {
		text-align: right;
		}

	/* SignIn */
	.w-cs .w-cs-signin {
		margin: 0;
		padding: 0;
		list-style: none;
		*zoom: 1;
		}
	.w-cs-signin:after {
		content: "";
		display: table;
		border-collapse: collapse;
		clear: both;
		}
		.w-cs .w-cs-signin-item {
			width: 105px;
			float: left;
			margin: 0 5px 0 0;
			padding: 0;
			}
			.w-cs .w-cs-signin-item .w-cs-group-first {
				padding-bottom: 8px;
				}
		.w-cs .w-cs-signin-buttons {
			width: auto;
			}
			.w-cs .w-cs-signin-buttons .w-cs-group-first {
				padding-bottom: 8px;
				}

	/* Login form */
	.w-cs FORM.w-cs-login FIELDSET {
		position: relative;
		float: left;
		margin-right: 5px;
		}
	.w-cs-logged FORM.w-cs-login FIELDSET {
		float: none;
		}
	.w-cs FORM.w-cs-login FIELDSET.last {
		margin: 0;
		}
	.w-cs .placeholder-label {
		top: 3px;
		left: 3px;
		line-height: 14px;
		font-size: 11px;
		color: #CCC;
		}
	.w-cs FORM.w-cs-login .note {
		white-space: nowrap;
		}
		.w-cs FORM.w-cs-login .note A {
			font: 10px/10px 'Arial', 'Helvetica', sans-serif;
			}
	.w-cs FORM.w-cs-login .create {
		left: auto;
		right: 0;
		}
	.w-cs .w-cs-login .w-cs-text {
		width: 100px;
		}
	.w-cs .w-cs-login .ljuser {
		margin-right: 8px !important;
		}
	.w-cs .w-cs-login .submit-wrap {
		display: inline-block;
		margin: 0;
		padding: 0;
		white-space: nowrap;
		vertical-align: 7px;
		}
	.w-cs-logged .w-cs-login .submit-wrap {
		vertical-align: 0;
		}

	/* Login with */
	.w-cs .w-cs-options .login-with {
		display: inline-block;
		padding: 2px;
		margin: 0 0 0 5px;
		background: #22292D;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		}
		.w-cs .w-cs-options .login-with LI {
			float: left;
			margin-right: 4px;
			}
		.w-cs .w-cs-options .login-with LI.last {
			margin-right: 0;
			}
			.w-cs .w-cs-options .login-with LI IMG {
				position: relative;
				}

	/* Status */
	.w-cs .w-cs-status {
		float: left;
		margin: 0 0 0 16px;
		padding: 0;
		white-space: nowrap;
		}
		.w-cs .w-cs-status P {
			float: none;
			margin: 0;
			padding: 0;
			border: 0;
			background: none !important;
			font: 12px/17px 'Arial', 'Helvetica', sans-serif;
			color: #FFF;
			}

	/* Search form */
	.w-cs .w-cs-search {
		position: relative;
		float: right;
		margin: 0 20px 0 0;
		}
		.w-cs .w-cs-search .w-cs-text {
			width: 150px;
			border-right: 25px solid #4C585D;
			}
		.w-cs .w-cs-search-submit {
			position: absolute;
			top: 2px;
			right: 4px;
			width: 14px;
			height: 15px;
			margin: 0;
			padding: 0;
			border: 0 !important;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			background: transparent;
			cursor: pointer;
			}
		.w-cs .w-cs-search-submit:focus {
			outline: 1px dotted rgba(255,255,255,0.5);
			}
			.w-cs .w-cs-search-inner {
				position: absolute;
				top: 0;
				left: 0;
				overflow: hidden;
				display: block;
				width: 14px;
				height: 15px;
				margin: 0;
				padding: 0;
				border: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				border-radius: 0;
				background: url(/img/controlstrip-new/submit-search.png?v=11188) no-repeat 0 0;
				text-indent: -200px;
				}

	/* Menu */
	.w-cs .w-cs-menu {
		display: block;
		*zoom: 1;
		}
	.w-cs-menu:after {
		content: "";
		display: table;
		border-collapse: collapse;
		clear: both;
		}
	.w-cs-user-controls .w-cs-menu {
		margin: 0 0 0 16px;
		}
		.w-cs .w-cs-menu LI {
			float: left;
			padding: 3px 0 0 0;
			margin-right: 12px;
			background: url(/img/controlstrip-new/w-cs-icons.png?v=29528) no-repeat;
			font: 10px/15px 'Arial', 'Helvetica', sans-serif;
			}
			.w-cs .w-cs-menu LI A {
				display: block;
				float: left;
				font: 10px/15px 'Arial', 'Helvetica', sans-serif;
				}
		.w-cs .w-cs-menu LI.w-cs-i-home {
			background-position: 0 4px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-home A {
				padding-left: 14px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-post {
			background-position: 0 -25px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-post A {
				padding-left: 11px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-friends {
			background-position: 0 -84px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-friends A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-account {
			background-position: 0 -233px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-account A {
				padding-left: 11px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-faq {
			background-position: 0 -294px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-faq A {
				padding-left: 8px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-recent {
			background-position: 0 -755px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-recent A {
				padding-left: 13px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-entries {
			background-position: 0 -54px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-entries A {
				padding-left: 11px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-invite {
			background-position: 0 -144px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-invite A {
				padding-left: 18px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-add {
			background-position: 0 -519px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-add A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-leave {
			background-position: 0 -455px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-leave A {
				padding-left: 14px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-watch {
			background-position: 0 -390px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-watch A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-unwatch {
			background-position: 0 -423px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-unwatch A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-directory {
			background-position: 0 -486px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-directory A {
				padding-left: 13px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-invites {
			background-position: 0 -699px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-invites A {
				padding-left: 11px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-members {
			background-position: 0 -176px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-members A {
				padding-left: 16px;
				}
			.w-cs .w-cs-menu LI.w-cs-i-members A.i-invites {
				padding-left: 11px;
				margin-left: 5px;
				background: url(/img/controlstrip-new/w-cs-icons.png?v=29528) no-repeat 0 -704px !important;
				}
		.w-cs .w-cs-menu LI.w-cs-i-members-have {
			background-position: 0 -965px;
			}
		.w-cs .w-cs-menu LI.w-cs-i-catalogue {
			background-position: 0 -671px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-catalogue A {
				padding-left: 13px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-edit {
			background-position: 0 -264px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-edit A {
				padding-left: 16px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-manage {
			background-position: 0 -114px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-manage A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-gift {
			background-position: 0 -550px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-gift A {
				padding-left: 11px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-tags {
			background-position: 0 -726px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-tags A {
				padding-left: 16px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-message {
			background-position: 0 -578px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-message A {
				padding-left: 12px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-groups {
			background-position: 0 -323px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-groups A {
				padding-left: 12px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-calendar {
			background-position: 0 -609px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-calendar A {
				padding-left: 13px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-friendsfriends {
			background-position: 0 -204px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-friendsfriends A {
				padding-left: 19px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-like {
			background-position: 0 -639px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-like A {
				padding-left: 14px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-share {
			background-position: 0 -933px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-share A {
				padding-left: 12px;
				}


		.w-cs .w-cs-menu LI.w-cs-i-add-friend {
			background-position: 0 -1053px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-add-friend A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-subscr {
			background-position: 0 -1023px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-subscr A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-rm-friend {
			background-position: 0 -1114px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-rm-friend A {
				padding-left: 15px;
				}
		.w-cs .w-cs-menu LI.w-cs-i-unsubscr {
			background-position: 0 -1083px;
			}
			.w-cs .w-cs-menu LI.w-cs-i-unsubscr A {
				padding-left: 15px;
				}


	/* Summary */
	.w-cs .w-cs-summary {
		float: right;
		margin: -1px 0 0;
		padding: 1px 7px;
		background: #464E52;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		}
		.w-cs .w-cs-summary LI {
			float: left;
			padding: 0;
			background: url(/img/controlstrip-new/w-cs-icons.png?v=29528) no-repeat;
			}
			.w-cs .w-cs-summary LI A {
				display: block;
				font: 10px/10px 'Arial', 'Helvetica', sans-serif;
				}
		.w-cs .w-cs-summary LI.w-cs-i-tokens {
			padding: 3px 6px 3px 0;
			margin-right: 6px;
			background-position: 0 -788px;
			border-right: 1px solid #2E373C;
			}
			.w-cs .w-cs-summary LI.w-cs-i-tokens A {
				padding-left: 12px;
				}
		.w-cs .w-cs-summary LI.w-cs-i-tokens-have {
			background-position: 0 -820px;
			}
		.w-cs .w-cs-summary LI.w-cs-i-inbox {
			padding: 3px 0 3px 0;
			background-position: 0 -849px;
			}
			.w-cs .w-cs-summary LI.w-cs-i-inbox A {
				padding-left: 13px;
				}
		.w-cs .w-cs-summary LI.w-cs-i-inbox-have {
			background-position: 0 -877px;
			}

	/* View in own style */
	.w-cs .w-cs-view-style {
		float: left;
		padding: 3px 0 0 10px;
		}

	/* Filter */
	.w-cs .w-cs-filter {
		float: left;
		margin: 3px 0 0 10px;
		}
		.w-cs .w-cs-filter .w-cs-filter-icon {
			padding-left: 12px;
			background: url(/img/controlstrip-new/w-cs-icons.png?v=29528) no-repeat 0 -907px !important;
			}
		.w-cs-filter-inner {
			display: none;
			font-family: 'Arial', 'Helvetica', sans-serif;
			text-align: left;
			}
		.w-cs-filter-inner H5,
		.w-cs-filter-inner H6 {
			padding: 0;
			margin: 0 0 10px 0;
			line-height: 12px;
			font-weight: bold;
			font-size: 12px;
			color: #000;
			}
			.w-cs-filter-inner UL {
				padding: 0;
				margin: 0;
				list-style: none;
				}
				.w-cs-filter-inner UL LI {
					padding: 0;
					margin: 0 0 0 -5px;
					white-space: nowrap;
					font-size: 10px;
					}
					.w-cs-filter-inner UL LI A:link,
					.w-cs-filter-inner UL LI A:visited {
						display: block;
						margin: 0;
						padding: 3px 5px;
						border: 0;
						-moz-border-radius: 3px;
						 border-radius: 3px;
						text-decoration: none;
						background: #FFF;
						color: #000 !important;
						}
					.w-cs-filter-inner UL LI A:hover,
					.w-cs-filter-inner UL LI A:active,
					.w-cs-filter-inner UL LI.active A:link,
					.w-cs-filter-inner UL LI.active A:visited,
					.w-cs-filter-inner UL LI.active A:hover,
					.w-cs-filter-inner UL LI.active A:active {
						display: block;
						margin: 0;
						padding: 3px 5px;
						border: 0;
						text-decoration: none;
						background: #C5E1F7;
						color: #000 !important;
						}
				.w-cs-filter-inner UL LI.current {
					padding: 1px 5px 3px 5px;
					margin: -1px -9px 2px -5px;
					background: #C8E0F6;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					}
			.w-cs-filter-inner .w-cs-filter-sort FIELDSET {
				position: relative;
				padding: 0;
				margin: 0;
				border: none;
				}
			.w-cs-filter-inner .w-cs-filter-sort H6 {
				margin-bottom: 5px;
				}
			.w-cs-filter-inner .w-cs-filter-sort .w-cs-text {
				width: 110px;
				padding: 3px 15px 3px 2px;
				border: 1px solid #CCC;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
				background: #FFF !important;
				color: #000 !important;
				font-size: 10px;
				}
			.w-cs-filter-inner .w-cs-filter-sort .w-cs-submit {
				position: absolute;
				top: 4px;
				right: 5px;
				width: 7px;
				height: 11px;
				opacity: 0.3;
				background: #FFF !important;
				}

	/* Share */
	.w-cs-i-share-inner {
		display: none;
		}
	.w-cs-i-share-inner UL {
		width: 73px;
		overflow: hidden;
		padding: 0;
		margin: 0;
		}
		.w-cs-i-share-inner UL LI {
			float: left;
			display: inline;
			width: 16px;
			height: 16px;
			margin-left: 3px;
			background: url(/img/icons/sharethis.png?v=29927) no-repeat;
			}
		.w-cs-i-share-inner UL LI.w-cs-i-facebook {
			background-position: 0 -48px;
			}
		.w-cs-i-share-inner UL LI.w-cs-i-twitter {
			background-position: 0 -96px;
			}
		.w-cs-i-share-inner UL LI.w-cs-i-mail {
			background-position: 0 -289px;
			}
		.w-cs-i-share-inner UL LI.w-cs-i-share {
			background-position: 0 0;
			}
		.w-cs-i-share-inner UL LI.first {
			margin-left: 0;
			}
			.w-cs-i-share-inner UL LI A {
				display: block;
				width: 16px;
				height: 16px;
				}

	/* Calendar */
	.w-cs-calendar H5 {
		margin-bottom: 10px !important;
		text-align: left;
		}
	.w-cs-calendar TABLE TD:hover {
		background: none !important;
		cursor: default !important;
		}
		.w-cs-calendar TABLE TD A {
			display: block;
			padding: 5px;
			margin: -5px;
			border: none;
			}
		.w-cs-calendar TABLE TD:hover A:link,
		.w-cs-calendar TABLE TD:hover A:visited,
		.w-cs-calendar TABLE TD:hover A:active {
			border: none;
			color: #000 !important;
			}
		.w-cs-calendar TABLE TD:hover A:hover {
			background: #38454B;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			color: #FFF !important;
			}



@media screen and (max-width: 1024px) {
	.w-cs .w-cs-menu LI {
		background: transparent !important;
		}
		.w-cs .w-cs-menu LI A {
			padding-left: 0 !important;
			}
}


/* System Message for Journal
----------------------------------- */
.appwidget-sitemessages {
    position: absolute;
    top: 50px;
    z-index: 4000;
    width: 100%;
    }

/* LJSUP-15369 Friends and Subscriptions separation. Controls
----------------------------------- */
.w-cs-menu-friends-subscr .w-cs-i-subscr,
.w-cs-menu-friends-subscr .w-cs-i-unsubscr,
.w-cs-menu-friends-subscr .w-cs-i-rm-friend {
	display: none;
	}
.w-cs-menu-mode-default .w-cs-i-subscr {
	display: block;
	}
.w-cs-menu-mode-default .w-cs-i-manage {
	display: none;
	}
.w-cs-menu-mode-subscr .w-cs-i-manage,
.w-cs-menu-mode-subscr .w-cs-i-unsubscr {
	display: block;
	}
.w-cs-menu-mode-friend .w-cs-i-rm-friend,
.w-cs-menu-mode-friend .w-cs-i-manage {
	display: block;
	}
.w-cs-menu-mode-friend .w-cs-i-add-friend {
	display: none;
	}





/* file-end: stc/controlstrip-new.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/widgets/calendar.css 
*/

.calendar.popup {
	display: none;
	position: absolute;
	width: 237px;
	}
.popup-inner.calendar {
	width: 237px;
	}
.input-wrapper .calendar.popup {
	right: 0;
	top: 30px;
	}
.input-wrapper .calendar.popup.left-aligned {
	right: auto;
	left: 0;
	top: 30px;
	}
	.calendar .popup-outer {
		padding: 1px;
		border: 1px solid #CCC;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		background: #FFF;
		}
	.calendar .popup-inner {
		padding: 10px 12px 5px 8px;
		border: 2px solid #E7E7E7;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		}
	.calendar H5 {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
		}
	.calendar .cal-nav {
		overflow: hidden;
		margin-bottom: 10px;
		color: #000;
		font-size: 10px;
		}
		.calendar .cal-nav .cal-nav-month {
			float: left;
			}
		.calendar .cal-nav .cal-nav-year {
			float: right;
			}
		.calendar .cal-nav .cal-month,
		.calendar .cal-nav .cal-year {
			padding: 0 5px;
			vertical-align: middle;
			}
		.calendar .cal-nav .cal-month {
			display: inline-block;
			min-width: 28px;
			text-align: center;
			}
		.calendar .cal-nav .cal-nav-prev,
		.calendar .cal-nav .cal-nav-next {
			display: inline-block;
			width: 16px;
			height: 16px;
			vertical-align: top;
			background: url(/img/arrow-spotlight.gif?v=16423) no-repeat;
			cursor: pointer;
			}
		.calendar .cal-nav .cal-nav-prev-dis,
		.calendar .cal-nav .cal-nav-next-dis {
			cursor: default;
			}
		.calendar .cal-nav .cal-nav-prev {
			background-position: 0 0;
			}
		.calendar .cal-nav .cal-nav-prev-dis {
			background-position: 0 -16px;
			}
		.calendar .cal-nav .cal-nav-next {
			background-position: -16px 0;
			}
		.calendar .cal-nav .cal-nav-next-dis {
			background-position: -16px -16px;
			}
	.calendar TABLE {
		width: 100%;
		border: 0;
		font-size: 10px;
		}
		.calendar TABLE TH,
		.calendar TABLE TD {
			vertical-align: top;
			line-height: 10px;
			font-size: 10px;
			}
		.calendar TABLE TH {
			padding: 1px 5px;
			text-align: center;
			background: #000;
			font-weight: normal;
			color: #FFF;
			}
		.calendar TABLE TH.first {
			-webkit-border-top-left-radius: 8px;
			-webkit-border-bottom-left-radius: 8px;
			-moz-border-radius-topleft: 8px;
			-moz-border-radius-bottomleft: 8px;
			border-top-left-radius: 8px;
			border-bottom-left-radius: 8px;
			}
		.calendar TABLE TH.last {
			-webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			-moz-border-radius-topright: 8px;
			-moz-border-radius-bottomright: 8px;
			border-top-right-radius: 8px;
			border-bottom-right-radius: 8px;
			}
		.calendar TABLE TD {
			padding: 5px;
			text-align: center;
			color: #666;
			}
			.calendar TABLE TD A:link,
			.calendar TABLE TD A:visited {
				display: block;
				border: 0;
				text-decoration: underline;
				font-weight: bold;
				color: #000;
				}
			.calendar TABLE TD A:hover,
			.calendar TABLE TD A:active {
				display: block;
				text-decoration: none;
				font-weight: bold;
				color: #000;
				}
		.calendar TABLE TD.current {
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			color: #000;
			font-weight: bold;
			}
		.calendar TABLE.all-days TD:hover,
		.calendar TABLE.all-days TD.current {
			-moz-border-radius: 2px;
			border-radius: 2px;
			background: #38454B;
			color: #FFF;
			cursor: pointer;
			}
		.calendar TABLE TD.other,
		.calendar TABLE.all-days TD.other:hover {
			-moz-border-radius: 0;
			border-radius: 0;
			background: transparent;
			color: #CCC;
			cursor: default;
			}
.input-wrapper {
	display: inline-block;
	position: relative;
	}



/* file-end: stc/widgets/calendar.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/share.css 
*/

.ljshare-container {
    position: absolute;
    border: 1px solid #555;
    -moz-border-radius: 4px;
    background-color: #fff;
    padding: 0.1em;
    line-height: 1.3em;
}

.ljshare-service-list li {
    border: 1px solid #fff;
    padding: 0.1em;
}

.ljshare-service-list li:hover {
    background-color: #eee;
    border: 1px solid #bbb;
    -moz-border-radius: 2px;
    cursor: pointer;
}


/* file-end: stc/share.css 
----------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------
   file-start: stc/lj_base-journal.css 
*/

/* Comment Form
--------------------------- */
.b-postform {
	min-height: 220px;
	}


.b-postform-alert-logcommentips,
.b-postform-alert-nosubjecthtml,
.b-postform-alert-screened,
.b-postform-alert-suspended,
.b-postform-alert-deleted,
.b-postform-alert-banned,
.b-postform-alert-notafriend,
.b-postform-alert-notreg,
.b-postform-alert-notmail,
.b-postform-alert-regonly,
.b-postform-alert-ajax,
.b-postform-alert-errors {
	display: none;
	width: 70%;
	}


/* deleted */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-regonly {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-deleted,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-deleted {
	display: block;
	}


/* suspended */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-regonly {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-suspended,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-suspended {
	display: block;
	}


/* banned */
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-regonly,

BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notafriend,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notreg,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-notmail,
BODY .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-regonly {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-banned,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-banned {
	display: block;
	}


/* email not confirmed */
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notmail .b-postform-alert-notmail {
	display: block;
	}


/* not a friend/member */
.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-friendonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-logcommentips,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-notafriend,
.b-postform-authtype-anonymous.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-friendonly.b-postform-user-notafriend .b-postform-alert-notafriend {
	display: block;
	}


/* reg users only */
.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-regonly.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-logcommentips,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-logcommentips,

.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-logcommentips {
	display: none;
	}

.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-regonly,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-notreg,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-notreg {
	display: block;
	}


/* screening */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-screened-anon .b-postform-alert-screened,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-screened-nonf .b-postform-alert-screened,
.b-postform-user-screened-all .b-postform-alert-screened {
	display: block;
	}


/* logging ips */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous.b-postform-user-logips-anon .b-postform-alert-logcommentips,
.b-postform-user-logips-all .b-postform-alert-logcommentips {
	display: block;
	}


/* alert ajax */
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-banned .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-banned .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notafriend .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notafriend .b-postform-alert-ajax,

.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-google.b-postform-authtype-google.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-notreg .b-postform-alert-ajax,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-notreg .b-postform-alert-ajax,

.b-postform-authtype-anonymous.b-postform-user-friendonly .b-postform-alert-ajax,

.b-postform-authtype-anonymous.b-postform-user-regonly .b-postform-alert-ajax {
	display: none;
	}

/* talkpost_do.bml page */
.b-postform-realauth-anonymous.b-postform-authtype-anonymous .b-postform-alert-errors,
.b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-alert-errors,
.b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-alert-errors,
.b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-alert-errors,
.b-postform-realauth-google.b-postform-authtype-google .b-postform-alert-errors,
.b-postform-realauth-openid.b-postform-authtype-openid .b-postform-alert-errors,
.b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-alert-errors,
.b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-alert-errors {
	display: block;
	}


.b-postform-captchabox {
	display: none;
	}
.b-postform-captchabox-active {
	display: table-row;
	*display: block;
	}
	.b-postform-captchabox-active #captcha-container {
		background: url(/img/preloader-s.gif?v=9673) no-repeat 5px 50%;
		}


.b-postform-login-label {
	margin: 0;
	padding: 2px 0;
	text-align: right;
	vertical-align: top;
	}
.b-postform-login-wrapper {
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	}
.b-postform-login {
	overflow: visible;
	position: static;
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 5px;
	padding: 0;
	zoom: 1;
	}
.b-postform-login:before,
.b-postform-login:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	}
.b-postform-login:after {
	clear: both;
	}
.b-postform-ljedit {
	margin: 0;
	}
	.b-postform-login-services {
		display: none;
		}
	#js .b-postform-login-services {
		position: relative;
		float: left;
		display: block;
		width: 47px;
		height: 26px;
		margin: 1px 0 0;
		padding: 0;
		border: 1px solid transparent;
		border-width: 1px 1px 0;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background: transparent;
		z-index: 99;
		}
	#js .b-postform-login-services-show {
		border-color: #CCC;
		background: #FFF;
		}
		BODY .b-postform-login-services-current:link,
		BODY .b-postform-login-services-current:visited,
		BODY .b-postform-login-services-current:hover,
		BODY .b-postform-login-services-current:active {
			position: absolute !important;
			top: 1px !important;
			left: 2px !important;
			display: block !important;
			float: none !important;
			width: 43px !important;
			height: 20px !important;
			margin: 0 !important;
			padding: 0 !important;
			border: 0 !important;
			background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 26px 2px !important;
			cursor: pointer !important;
			text-align: left !important;
			text-decoration: none !important;
			z-index: 999;
			}
		.b-postform-login-services-current:focus {
			outline: 1px dotted #000;
			}
		BODY .b-postform-login-services-show .b-postform-login-services-current:link,
		BODY .b-postform-login-services-show .b-postform-login-services-current:visited,
		BODY .b-postform-login-services-show .b-postform-login-services-current:hover,
		BODY .b-postform-login-services-show .b-postform-login-services-current:active {
			left: 0 !important;
			width: 47px !important;
			height: 26px !important;
			background: #FFF url(/img/showmore-login.gif?v=11457) no-repeat 28px 2px !important;
			outline: 0;
			}
			.b-postform-login-services-current-pic {
				position: absolute !important;
				top: 0;
				left: -1px;
				display: block !important;
				float: none !important;
				width: 17px !important;
				height: 16px !important;
				padding: 1px 20px 1px 6px !important;
				border: 1px solid #8A8A8A !important;
				-moz-border-radius: 3px !important;
				border-radius: 3px !important;
				background-color: transparent;
				background-image: url(/img/pencil.gif?v=2135);
				background-repeat: no-repeat;
				background-position: 6px 1px;
				}
			.b-postform-login-services-show .b-postform-login-services-current-pic {
				left: 1px;
				}
			.b-postform-authtype-anonymous .b-postform-login-services-current-pic {
				background-image: url(/img/anonymous.gif?v=5110);
				}
			.b-postform-authtype-cookieuser .b-postform-login-services-current-pic {
				background-image: url(/img/userinfo.gif?v=17080);
				}
			.b-postform-authtype-cookieuser .b-postform-login-services-current-pic {
				background-image: url(/img/userinfo.gif?v=17080);
				}
			.b-postform-authtype-facebook .b-postform-login-services-current-pic {
				background-image: url(/img/icons/facebook-16.png?v=29916);
				}
			.b-postform-authtype-twitter .b-postform-login-services-current-pic {
				background-image: url(/img/icons/twitter-16.png?v=29916);
				}
			.b-postform-authtype-google .b-postform-login-services-current-pic {
				background-image: url(/img/icons/google-16.png?v=29916);
				}
			.b-postform-authtype-openid .b-postform-login-services-current-pic {
				background-image: url(/img/icons/openid-16.gif?v=17127);
				}
			.b-postform-authtype-mailru .b-postform-login-services-current-pic {
				background-image: url(/img/icons/mailru-16.gif?v=11910);
				}
			.b-postform-authtype-vkontakte .b-postform-login-services-current-pic {
				background-image: url(/img/icons/vkontakte-16.png?v=29916);
				}
		.b-postform-login-services-items {
			position: absolute;
			top: 26px;
			left: 0;
			display: block;
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			border: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			font: 11px Arial,sans-serif;
			white-space: nowrap;
			z-index: 998;
			}
		.b-postform-login-services-show .b-postform-login-services-items {
			position: absolute;
			top: 25px;
			left: -1px;
			display: block;
			width: auto;
			height: auto;
			margin: 0;
			padding: 3px 5px;
			border: 1px solid #CCC;
			-moz-border-radius: 5px;
			-moz-border-radius-topleft: 0;
			border-radius: 5px;
			border-top-left-radius: 0;
			background: #FFF !important;
			color: #222 !important;
			font: 11px Arial,sans-serif;
			white-space: nowrap;
			z-index: 998;
			}
			.b-postform-login-services-item {
				position: static;
				display: none;
				width: auto;
				height: auto;
				margin: 0;
				padding: 0;
				}
			.b-postform-login-services-show .b-postform-login-services-item {
				display: block;
				}
				BODY .b-postform-login-services-item A:link,
				BODY .b-postform-login-services-item A:visited {
					display: block;
					width: auto;
					height: auto;
					margin: 0;
					padding: 3px 7px 3px 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					border: 0;
					background: #FFF;
					font-weight: normal;
					color: #222 !important;
					text-decoration: none !important;
					}
				BODY .b-postform-login-services-item A:hover,
				BODY .b-postform-login-services-item A:active,
				BODY .b-postform-login-services-item A:focus {
					display: block;
					width: auto;
					height: auto;
					margin: 0;
					padding: 3px 7px 3px 3px;
					-moz-border-radius: 3px;
					border-radius: 3px;
					border: 0;
					background: #C5E1F7;
					font-weight: normal;
					color: #222 !important;
					text-decoration: none !important;
					}
					.b-postform-login-services-item IMG {
						position: static !important;
						width: auto;
						height: auto;
						margin: 0 5px 0 0 !important;
						padding: 0 !important;
						vertical-align: -4px;
						border: 0 !important;
						}
	.b-postform-login-details {
		position: static;
		float: none;
		display: block;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
		font: 12px/1.1 Arial,sans-serif;
		z-index: 98;
		}
	#js .b-postform-login-details {
		margin: 0 0 0 55px;
		}
		#js .b-postform-login-item {
			display: none;
			position: static;
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			}
		#js .b-postform-authtype-anonymous .b-postform-login-anonymous,
		#js .b-postform-authtype-user .b-postform-login-user,
		#js .b-postform-authtype-cookieuser .b-postform-login-cookieuser,
		#js .b-postform-authtype-facebook .b-postform-login-facebook,
		#js .b-postform-authtype-twitter .b-postform-login-twitter,
		#js .b-postform-authtype-google .b-postform-login-google,
		#js .b-postform-authtype-openid .b-postform-login-openid,
		#js .b-postform-authtype-mailru .b-postform-login-mailru,
		#js .b-postform-authtype-vkontakte .b-postform-login-vkontakte,
		#js .b-postform-authtype-ljedit .b-postform-login-ljedit {
			display: block;
			}
			#js .b-postform-login-item .b-postform-login-radio,
			#js .b-postform-login-item .b-postform-login-service {
				display: none;
				}
			#js .b-postform-authtype-anonymous .b-postform-login-item,
			#js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser .b-postform-login-item,
			#js .b-postform-realauth-facebook.b-postform-authtype-facebook .b-postform-login-item,
			#js .b-postform-realauth-twitter.b-postform-authtype-twitter .b-postform-login-item,
			#js .b-postform-realauth-google.b-postform-authtype-google .b-postform-login-item,
			#js .b-postform-realauth-openid.b-postform-authtype-openid .b-postform-login-item,
			#js .b-postform-realauth-mailru.b-postform-authtype-mailru .b-postform-login-item,
			#js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte .b-postform-login-item {
				padding: 7px 0 0;
				}
			#js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-deleted .b-postform-login-cookieuser I,
			#js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-deleted .b-postform-login-username,
			#js .b-postform-realauth-cookieuser.b-postform-authtype-cookieuser.b-postform-user-suspended .b-postform-login-cookieuser I,
			#js .b-postform-realauth-facebook.b-postform-authtype-facebook.b-postform-user-suspended .b-postform-login-username,
			#js .b-postform-realauth-twitter.b-postform-authtype-twitter.b-postform-user-suspended .b-postform-login-username,
			#js .b-postform-realauth-google.b-postform-authtype-google.b-postform-user-suspended .b-postform-login-username,
			#js .b-postform-realauth-openid.b-postform-authtype-openid.b-postform-user-suspended .b-postform-login-username,
			#js .b-postform-realauth-mailru.b-postform-authtype-mailru.b-postform-user-suspended .b-postform-login-username,
			#js .b-postform-realauth-vkontakte.b-postform-authtype-vkontakte.b-postform-user-suspended .b-postform-login-username {
				text-decoration: line-through;
				}
			.b-postform-login-item .i-bubble {
				padding: 6px 8px;
				font: 11px/1.1 Arial,sans-serif;
				color: #222;
				}
				.b-postform-login-item .i-bubble-arrow,
				.b-postform-login-item .i-bubble-arrow-border {
					margin: -6px 0 0;
					}


/* Repost comments (Social)
--------------------------- */
.b-repost-items {
	position: relative;
	margin: 10px 0;
	}
#postform .b-repost-items {
	margin: 0;
	}
	.b-repost-item {
		margin: 0 0 5px !important;
		text-align: left !important;
		}
	#entry-form-wrapper .b-repost-item-dis,
	#entry-form-wrapper .b-repost-item-dis A:link,
	#entry-form-wrapper .b-repost-item-dis A:visited,
	#entry-form-wrapper .b-repost-item-dis A:hover,
	#entry-form-wrapper .b-repost-item-dis A:active,
	.b-repost-item .repost_disabled {
		color: #CCC;
		}
	#entry-form-wrapper .b-repost-item {
		display: inline;
		}
		.b-repost-item IMG {
			vertical-align: -3px;
			}

/* Choose Facebook Repost Pic
--------------------------- */
/* Must be removed after implementation of Framework! */
.b-repost-pics {
	display: none;
	position: absolute;
	top: -150px;
	left: 72px;
	height: 117px;
	padding: 27px 4px 0;
	z-index: 99;
	}
#postform .b-repost-pics {
	left: -22px;
	}
	.b-repost-pics-bg,
	.b-repost-pics-l,
	.b-repost-pics-r,
	.b-repost-pics-arr {
		display: block;
		position: absolute;
		overflow: hidden;
		margin: 0;
		padding: 0;
		font: 0/0 serif;
		}
	.b-repost-pics-bg {
		top: 0;
		left: 0;
		width: 100%;
		height: 144px;
		background: #FFF url(/img/repost/pics-bg.png?v=9861) repeat 0 0;
		}
	.b-repost-pics-l {
		top: 0;
		left: -9px;
		width: 9px;
		height: 144px;
		background: url(/img/repost/pics-l.png?v=9859) repeat 0 0;
		}
	.b-repost-pics-r {
		top: 0;
		right: -9px;
		width: 9px;
		height: 144px;
		background: url(/img/repost/pics-r.png?v=9859) repeat 0 0;
		}
	.b-repost-pics-arr {
		top: 138px;
		left: 160px;
		width: 13px;
		height: 13px;
		background: url(/img/repost/pics-arr.png?v=9859) repeat 0 0;
		}
	.b-repost-pics-head,
	#updateForm .b-repost-pics-head {
		position: absolute;
		top: 8px;
		left: 4px;
		margin: 0;
		padding: 0;
		font-weight: bold;
		font-size: 12px;
		}
	.b-repost-nav,
	#updateForm .b-repost-nav {
		position: absolute;
		top: 8px;
		right: 4px;
		margin: 0;
		padding: 0;
		line-height: 11px;
		font-size: 11px;
		}
		.i-repost-nav-first,
		.i-repost-nav-last,
		.i-repost-nav-prev,
		.i-repost-nav-next {
			overflow: hidden;
			display: inline-block;
			width: 16px;
			height: 16px;
			margin: 0;
			padding: 0;
			vertical-align: -4px;
			background-image: url(/img/arrow-spotlight.gif?v=16423);
			background-repeat: no-repeat;
			font: 0/0 serif;
			cursor: pointer;
			}
		.i-repost-nav-first {
			margin: 0 5px 0 0;
			background-position: 0 -32px;
			}
		.i-repost-nav-first-dis {
			background-position: 0 -48px;
			cursor: default;
			}
		.i-repost-nav-last {
			margin: 0 0 0 5px;
			background-position: -16px -32px;
			}
		.i-repost-nav-last-dis {
			background-position: -16px -48px;
			cursor: default;
			}
		.i-repost-nav-prev {
			margin: 0 5px 0 0;
			background-position: 0 0;
			}
		.i-repost-nav-prev-dis {
			background-position: 0 -16px;
			cursor: default;
			}
		.i-repost-nav-next {
			margin: 0 0 0 5px;
			background-position: -16px 0;
			}
		.i-repost-nav-next-dis {
			background-position: -16px -16px;
			cursor: default;
			}
	.b-repost-pics-wrapper {
		position: relative;
		overflow: hidden;
		min-width: 222px;
		max-width: 454px;
		height: 106px;
		}
	.b-repost-pics-items,
	#updateForm .b-repost-pics-items {
		position: relative;
		width: 9999px;
		height: 106px;
		margin: 0 0 0 -10px;
		padding: 0;
		list-style: none;
		}
		.b-repost-pics-items SPAN,
		#updateForm .b-repost-pics-items SPAN {
			display: block;
			overflow: hidden;
			position: relative;
			float: left;
			width: 96px;
			height: 96px;
			margin: 0 0 0 10px;
			padding: 5px;
			list-style: none;
			text-align: center;
			background: url(/img/repost/pics-frame.gif?v=9859) no-repeat 0 0;
			cursor: pointer;
			}
		.b-repost-pics-items SPAN.b-repost-pics-no,
		#updateForm .b-repost-pics-items SPAN.b-repost-pics-no {
			color: #999;
			}
		.b-repost-pics-items SPAN:hover,
		#updateForm .b-repost-pics-items SPAN:hover,
		.b-repost-pics-items SPAN.b-repost-pics-active,
		#updateForm .b-repost-pics-items SPAN.b-repost-pics-active {
			background: url(/img/repost/pics-aframe.gif?v=9960) no-repeat 0 0;
			}
			.b-repost-pics-no EM {
				position: absolute;
				top: 50%;
				left: 0;
				width: 106px;
				height: 15px;
				margin: -7px 0 0;
				text-align: center;
				font-style: normal;
				}
			.b-repost-pics-items SPAN IMG {
				max-width: 96px;
				max-height: 96px;
				}

/* Style for comments in Dystopia, format=light and others. */
.talk-comment-head {
	overflow: hidden;
	padding:1px 0;
	}

.i-exp-preloader {
	margin: 0 0 0 5px;
	}

/* Native Sharing */
.b-sharethis {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: left;
	font: 12px/1.1 Arial,sans-serif;
	}
	.b-sharethis-head {
		margin: 0 0 5px;
		padding: 0;
		font: bold 15px/1.1 Arial,sans-serif;
		background: #FFF;
		color: #000;
		}
	.b-sharethis-services {
		margin: 0;
		padding: 0;
		background: #FFF;
		color: #000;
		}
		.b-sharethis-services SPAN {
			display: block;
			margin: 0 0 0 -5px;
			padding: 0;
			}
			.b-sharethis-services A:link,
			.b-sharethis-services A:visited {
				display: inline-block;
				margin: 0;
				padding: 5px 5px 5px 25px;
				color: #000 !important;
				text-decoration: none !important;
				border: 1px solid #FFF !important;
				-moz-border-radius: 3px;
				border-radius: 3px;
				background-color: #FFF;
				background-image: url(/img/icons/sharethis.png?v=29927);
				background-position: 0 0;
				background-repeat: no-repeat;
				}
			.b-sharethis-services A:hover,
			.b-sharethis-services A:active {
				background-color: #F5F5F5;
				border: 1px solid #CCC !important;
				}
			.b-sharethis-services .b-sharethis-livejournal A {
				background-position: 5px 4px;
				}
			.b-sharethis-services .b-sharethis-facebook A {
				background-position: 5px -44px;
				}
			.b-sharethis-services .b-sharethis-twitter A {
				background-position: 5px -92px;
				}
			.b-sharethis-services .b-sharethis-digg A {
				background-position: 5px -140px;
				}
			.b-sharethis-services .b-sharethis-tumblr A {
				background-position: 5px -188px;
				}
			.b-sharethis-services .b-sharethis-stumbleupon A {
				background-position: 5px -236px;
				}
			.b-sharethis-services .b-sharethis-email A {
				background-position: 5px -286px;
				}
			.b-sharethis-services .b-sharethis-vkontakte A {
				background-position: 5px -332px;
				}
			.b-sharethis-services .b-sharethis-odnoklassniki A {
				background-position: 5px -380px;
				}
			.b-sharethis-services .b-sharethis-moimir A {
				background-position: 5px -428px;
				}

/* Subject Picture Popup */
.b-subjecticons {
	display: none;
	width: 300px;
	margin: 0;
	padding: 0;
	}
	.b-subjecticons-items {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		.b-subjecticons-item {
			display: inline-block;
			width: 32px;
			min-height: 32px;
			margin: 0;
			padding: 0;
			list-style: none;
			vertical-align: top;
			zoom: 1;
			*display: inline;
			text-align: center;
			}
			.b-subjecticon {
				background-image: url(/img/subjecticons.gif?v=19333);
				background-repeat: no-repeat;
				cursor: pointer;
				}
			.b-subjecticons-default {background-position: 0 0;}
			.b-subjecticons-sm01 {background-position: -15px 0;}
			.b-subjecticons-sm02 {background-position: -30px 0;}
			.b-subjecticons-sm03 {background-position: -45px 0;}
			.b-subjecticons-sm04 {background-position: -60px 0;}
			.b-subjecticons-sm05 {background-position: -75px 0;}
			.b-subjecticons-sm06 {background-position: -90px 0;}
			.b-subjecticons-sm07 {background-position: -105px 0;}
			.b-subjecticons-sm08 {background-position: -120px 0;}
			.b-subjecticons-sm09 {background-position: -140px 0;}
			.b-subjecticons-sm10 {background-position: -154px 0;}
			.b-subjecticons-md01 {background-position: -178px 0;}
			.b-subjecticons-md02 {background-position: -210px 0;}
			.b-subjecticons-md05 {background-position: -242px 0;}
			.b-subjecticons-md06 {background-position: -267px 0;}
			.b-subjecticons-md07 {background-position: -287px 0;}
			.b-subjecticons-md08 {background-position: -307px 0;}
			.b-subjecticons-md09 {background-position: -324px 0;}
			.b-subjecticons-md10 {background-position: -349px 0;}



/* Donate button
--------------------------- */
.lj-button,
.lj-button-wrapper,
.lj-button-link,
.lj-button-link .lj-button-a,
.lj-button-link .lj-button-b,
.lj-button-link .lj-button-c,
.lj-button-link .lj-button-icon {
	display: inline-block!important;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	text-decoration: none!important;
	font: 11px/22px Arial,sans-serif!important;
	white-space:nowrap!important;
	}
.lj-button {
	vertical-align: top!important;
	border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important;
	}
.lj-button-wrapper {
	border-radius: 3px 3px 0 0!important;
	-moz-border-radius: 3px 3px 0 0!important;
	-webkit-border-radius: 3px 3px 0 0!important;
	}
A.lj-button-link,
A.lj-button-link:link,
A.lj-button-link:visited,
A.lj-button-link:hover,
A.lj-button-link:active {
	cursor: pointer!important;
	}
.lj-button-link IMG {
	position:relative!important;
	top:2px!important;
	vertical-align: baseline!important;
	border: none!important;
	}

/* light button */
.lj-button-light {
	border: 1px solid!important;
	border-color: #C9C9C9 #B4B4B4 #AAA!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	background-color: #CBCBCB!important;
	}
.lj-button-light .lj-button-b {
	padding: 0 5px!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	}
.lj-button-light .lj-button-b {
	border-right: 1px solid #AAA!important;
	}
.lj-button-light .lj-button-b {
	border-right: none!important;
	background: #FFFFFF!important;
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FEFEFC 10%, #FFFEFE 52%, #F2F6F1 57%, #EFEFF0 62%, #E7E8EA 76%, #E1E2E4 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#FEFEFC), color-stop(52%,#FFFEFE), color-stop(57%,#F2F6F1), color-stop(62%,#EFEFF0), color-stop(76%,#E7E8EA), color-stop(100%,#E1E2E4))!important;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
	background: -o-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
	background: -ms-linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
	background: linear-gradient(top, #FFFFFF 0%,#FEFEFC 10%,#FFFEFE 52%,#F2F6F1 57%,#EFEFF0 62%,#E7E8EA 76%,#E1E2E4 100%)!important;
	}
.lj-button-light .lj-button-c {
	padding: 0 4px 0 6px!important;
	border-left: 1px solid #FEFEFE!important;
	}
.lj-button-light A .lj-button-c {
	border-left: 1px solid #B4B4B4!important;
	}
.lj-button-light .lj-button-c.empty {
	margin-left: -1px!important;
	padding: 0!important;
	border: none!important;
	}
.lj-button-light A .lj-button-c.empty {
	margin-left: 0!important;
	}
.lj-button-light .lj-button-link,
.lj-button-light .lj-button-link:link,
.lj-button-light .lj-button-link:visited,
.lj-button-light .lj-button-link:hover,
.lj-button-light .lj-button-link:active {
	text-shadow: -1px 1px 0 #DDD!important;
	color: #222!important;
	}

/* embed donate button */
.lj-button-light.donate-button.embed-button {
	border: none!important;
	background-color: transparent!important;
	}
.lj-button-light.donate-button.embed-button .lj-button-b {
	padding:0 5px!important;
	border: 1px solid!important;
	border-color: #C9C9C9 #B4B4B4 #AAA!important;
	border-radius: 2px!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	}
.lj-button-light.donate-button.embed-button .lj-button-icon {
	width: 12px!important;
	height: 10px!important;
	margin: 0 5px 0 0!important;
	background: url(/img/icons/donate-inactive.png?v=13054)!important;
	vertical-align: middle;
	}
.lj-button-light.donate-button.embed-button A.lj-button-b {
	border-right: 1px solid #AAA!important;
	color: #222!important;
	}
.lj-button-light.donate-button.embed-button A .lj-button-icon {
	background-image: url(/img/icons/donate.png?v=12515)!important;
	}
.lj-button-light.donate-button.embed-button .lj-button-b {
	color: #999!important;
	margin: 0 5px 0 0!important;
	}
.lj-button-light.donate-button.embed-button .lj-button-c.empty {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	}
.lj-button-light.donate-button.embed-button .lj-button-c {
	position: relative!important;
	padding: 0 5px!important;
	border: 1px solid #CCC!important;
	border-radius: 3px!important;
	background-color: #FFF!important;
	color: #222!important;
	text-shadow: none!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	}
.donate-button .lj-button-c.empty .lj-button-arrow {
	display: none!important;
	}
.lj-button-light.donate-button .lj-button-arrow {
	position: absolute!important;
	top: 6px!important;
	left: -9px!important;
	border: 4px solid!important;
	border-color: transparent #CCC transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}
.lj-button-light.donate-button .lj-button-arrow-bg {
	position: absolute!important;
	top: -4px!important;
	left: -3px!important;
	border: 4px solid!important;
	border-color: transparent #FFF transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}
	

/* Repost button */
.lj-button-light.repost-button {
	border: none!important;
	background-color: transparent!important;
	}
.lj-button-light.repost-button .lj-button-a,
.lj-button-light.repost-button .lj-button-c {
	vertical-align: middle !important;
	}
.lj-button-light.repost-button .lj-button-b {
	position: relative;
	height: 22px!important;
	line-height: 22px!important;
	margin: 0 5px 0 0!important;
	padding:0 5px!important;
	border: 1px solid!important;
	border-color: #C9C9C9 #B4B4B4 #AAA!important;
	border-right: 1px solid #AAA!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	vertical-align: middle !important;
	text-shadow: 0 1px 0 #FFF;
	color: #000!important;
	cursor: pointer !important;
	}
.lj-button-light.repost-button-inactive .lj-button-b {
	color: #999 !important;
	cursor: default !important;
	}
.lj-button-light.repost-button-active .lj-button-b {
	display: none !important;
	background: #E6E7E9 !important;
	background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important;
	background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	}
.lj-button-light .lj-button-b-reposted {
	display: none !important;
	}
.lj-button-light.repost-button-active .lj-button-b-reposted {
	display: inline-block !important;
	}
.lj-button-light.repost-button .lj-button-icon {
	float: left;
	width: 16px!important;
	height: 16px!important;
	margin: 3px 5px 0 0!important;
	background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
	vertical-align: middle;
	}
.lj-button-light.repost-button-inactive .lj-button-icon {
	background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
	opacity: 0.5;
	}
.lj-button-light.repost-button .lj-button-icon-sinlge {
	margin: 3px 0 0!important;
	}
.lj-button-light.repost-button .lj-button-c.empty {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	}
.lj-button-light.repost-button .lj-button-c {
	position: relative!important;
	padding: 0 5px!important;
	border: 1px solid #CCC!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	background-color: #FFF!important;
	color: #000!important;
	text-shadow: 0 1px 0 #FFF !important;
	cursor: pointer !important;
	}
.lj-button-light.repost-button-inactive .lj-button-c {
	cursor: pointer !important;
	}
.repost-button .lj-button-c.empty .lj-button-arrow,
.repost-button .lj-button-c.empty .lj-like-item-count {
	display: none!important;
	}
.lj-button-light.repost-button .lj-button-arrow {
	position: absolute!important;
	top: 6px!important;
	left: -9px!important;
	border: 4px solid!important;
	border-color: transparent #CCC transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}
.lj-button-light.repost-button .lj-button-arrow-bg {
	position: absolute!important;
	top: -4px!important;
	left: -3px!important;
	border: 4px solid!important;
	border-color: transparent #FFF transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}


/* Paid repost button */
.lj-button-light.paidrepost-button {
	border: none!important;
	background-color: transparent!important;
	}
.lj-button-light.paidrepost-button .lj-button-a,
.lj-button-light.paidrepost-button .lj-button-c {
	vertical-align: middle !important;
	}
.lj-button-light.paidrepost-button .lj-button-b {
	position: relative;
	overflow: hidden;
	height: 22px!important;
	margin: 0 5px 0 0!important;
	padding:0 5px!important;
	border: 1px solid!important;
	border-color: #C9C9C9 #B4B4B4 #AAA!important;
	border-right: 1px solid #AAA!important;
	line-height: 23px!important;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	vertical-align: middle !important;
	text-shadow: 0 1px 0 #FFF;
	color: #000!important;
	cursor: pointer !important;
	}
.lj-button-light.paidrepost-button-inactive .lj-button-b {
	color: #999 !important;
	cursor: default !important;
	}
.lj-button-light.paidrepost-button-active .lj-button-b {
	display: none !important;
	background: #E6E7E9 !important;
	background-image: -moz-linear-gradient(top, #E6E7E9 0%, #E7E8E9 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E6E7E9), color-stop(100%,#E7E8E9)) !important;
	background-image: -webkit-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: -o-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: -ms-linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	background-image: linear-gradient(top, #E6E7E9 0%,#E7E8E9 100%) !important;
	}
.lj-button-light .lj-button-b-reposted {
	display: none !important;
	}
.lj-button-light.paidrepost-button-active .lj-button-b-reposted {
	display: inline-block !important;
	}
.lj-button-light.paidrepost-button .lj-button-icon {
	float: left;
	width: 16px!important;
	height: 16px!important;
	margin: 3px 5px 0 0!important;
	background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
	vertical-align: middle;
	}
.lj-button-light.paidrepost-button-inactive .lj-button-icon {
	background: url(/img/icons/repost.png?v=20181) no-repeat 50%!important;
	opacity: 0.5;
	}
.lj-button-light.paidrepost-button .lj-button-icon-sinlge {
	margin: 3px 0 0!important;
	}
.lj-button-light.paidrepost-button .lj-button-c.empty {
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	}
.lj-button-light.paidrepost-button .lj-button-c {
	position: relative!important;
	padding: 0 5px!important;
	border: 1px solid #CCC!important;
	-webkit-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	border-radius: 3px!important;
	background-color: #FFF!important;
	color: #000!important;
	text-shadow: 0 1px 0 #FFF !important;
	cursor: pointer !important;
	}
.lj-button-light.paidrepost-button-inactive .lj-button-c {
	cursor: pointer !important;
	}
.paidrepost-button .lj-button-c.empty .lj-button-arrow,
.paidrepost-button .lj-button-c.empty .lj-like-item-count {
	display: none!important;
	}
.lj-button-light.paidrepost-button .lj-button-arrow {
	position: absolute!important;
	top: 6px!important;
	left: -9px!important;
	border: 4px solid!important;
	border-color: transparent #CCC transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}
.lj-button-light.paidrepost-button .lj-button-arrow-bg {
	position: absolute!important;
	top: -4px!important;
	left: -3px!important;
	border: 4px solid!important;
	border-color: transparent #FFF transparent transparent!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	}
.paidrepost-button-label {
	float: left;
	height: 22px;
	margin: 0 6px 0 0;
	}

.lj-button-light.paidrepost-button-inactive .paidrepost-button-cost {
	opacity: 0.4;
	color: #000!important;
	}
.paidrepost-button-cost {
	float: right;
	position: relative;
	padding: 0 14px 0 5px;
	margin: 0;
	height: 22px;
	background: url(/img/icons/paidrepost.png?v=22784) no-repeat 100% 50%!important;
	line-height: 23px;
	}
	.paidrepost-button-cost:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #BABABA;
		background-image: -moz-linear-gradient(top,  #F6F6F6 0%, #BABABA 50%, #E1E2E3 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F6F6F6), color-stop(50%,#BABABA), color-stop(100%,#E1E2E3));
		background-image: -webkit-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
		background-image: -o-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
		background-image: -ms-linear-gradient(top,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
		background-image: linear-gradient(to bottom,  #F6F6F6 0%,#BABABA 50%,#E1E2E3 100%);
		}
	.paidrepost-button-cost:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1px;
		width: 1px;
		height: 100%;
		background: #ECEDEE;
		background-image: -moz-linear-gradient(top,  #FFF 0%, #ECEDEE 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#ECEDEE));
		background-image: -webkit-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
		background-image: -o-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
		background-image: -ms-linear-gradient(top,  #FFF 0%,#ECEDEE 100%);
		background-image: linear-gradient(to bottom,  #FFF 0%,#ECEDEE 100%);
		}

.paidrepost-button-active .paidrepost-button-cost:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #B9B9B9;
	background-image: -moz-linear-gradient(top,  #E4E4E4 0%, #B9B9B9 50%, #E4E4E4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E4E4), color-stop(50%,#B9B9B9), color-stop(100%,#E4E4E4));
	background-image: -webkit-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
	background-image: -o-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
	background-image: -ms-linear-gradient(top,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
	background-image: linear-gradient(to bottom,  #E4E4E4 0%,#B9B9B9 50%,#E4E4E4 100%);
	}
.paidrepost-button-active .paidrepost-button-cost:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	width: 1px;
	height: 100%;
	background: #EDEDED;
	background-image: -moz-linear-gradient(top,  #EEE 0%, #EDEDED 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(100%,#EDEDED));
	background-image: -webkit-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
	background-image: -o-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
	background-image: -ms-linear-gradient(top,  #EEE 0%,#EDEDED 100%);
	background-image: linear-gradient(to bottom,  #EEE 0%,#EDEDED 100%);
	}

/* Reposted popup */
.b-reposted-popup {
	margin: -5px 0 0;
	max-width: 600px;
	min-width: 300px;
	line-height: 22px !important;
	font-size: 12px !important;
	font-family: Arial, Verdana, sans-serif !important;
	}
	.b-reposted-popup A {
		font-size: 12px !important;
		}
	.b-reposted-popup A:link,
	.b-reposted-popup A:visited {
		border: none !important;
		text-decoration: none !important;
		color: #4F74AE !important;
		}
	.b-reposted-popup A:hover,
	.b-reposted-popup A:active {
		border: none !important;
		text-decoration: underline !important;
		color: #4F74AE !important;
		}
	.b-reposted-popup .b-reposted-popup-header {
		padding: 4px 0 6px;
		font-size: 15px !important;
		font-weight: bold !important;
		color: #2D2D2D !important;
		}
	.b-reposted-popup .b-reposted-popup-load {
		background: url(/img/preloader/preloader-blue-white.gif?v=16618) no-repeat 50% 30px; 
		}
	.b-reposted-popup .b-reposted-popup-content {
		overflow-y: auto;
		max-height: 66px;
		min-width: 300px;
		margin: 0 -14px 6px 0;
		padding: 4px 0 6px;
		border-top: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
		color: #4F74AE !important;
		}
	.b-reposted-popup .b-reposted-popup-footer-hide {
		display: none;
		}

/* LJ like buttons 
-----------------------------------------------*/
.lj-like {
	min-height: 48px;
	margin:12px 0!important;
	}
	.lj-like-item {
		display:inline-block!important;
		vertical-align:middle!important;
		margin:12px 12px 12px 0!important;
		}
	.lj-like-gag {
		border:1px dashed #999;
		border-radius:6px;
		}
	.lj-like-item DIV,
	.lj-like-item SPAN,
	.lj-like-item IFRAME,
	.lj-like-item-google *,
	.lj-like-item-tumblr A {
		vertical-align: middle !important;
		}
.lj-like + BR {
	display: none;
	}



/* Image & Video Placeholder */
HTML BODY * .b-mediaplaceholder:link,
HTML BODY * .b-mediaplaceholder:visited,
HTML BODY * .b-mediaplaceholder:hover,
HTML BODY * .b-mediaplaceholder:active,
HTML BODY * .b-mediaplaceholder:focus {
	position: relative;
	top: auto;
	left: auto;
	overflow: hidden;
	display: inline-block;
	width: auto;
	height: 37px;
	min-width: 142px;
	margin: 0 5px 0 0;
	padding: 0;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
	vertical-align: top !important;
	font: 12px/14px Arial,sans-serif;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-indent: 0 !important;
	color: #FFF !important;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
	}
HTML BODY * .b-mediaplaceholder-good:link,
HTML BODY * .b-mediaplaceholder-good:visited,
HTML BODY * .b-mediaplaceholder-good:hover,
HTML BODY * .b-mediaplaceholder-good:active,
HTML BODY * .b-mediaplaceholder-good:focus {
	height: 35px;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	border: 1px solid #E0E0E0 !important;
	}
	.b-mediaplaceholder .b-mediaplaceholder-outer {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 37px;
		margin: -19px 0 0;
		padding: 0;
		cursor: pointer;
		}
	.b-mediaplaceholder .b-mediaplaceholder-inner {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
		min-width: 80px;
		height: 35px;
		margin: 0;
		padding: 0 20px 0 40px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid rgb(220,220,220) !important;
		border: 1px solid rgba(220,220,220,0.35) !important;
		background: rgb(0,0,0) !important;
		background: rgba(0,0,0,0.35) !important;
		line-height: 35px;
		text-align: left !important;
		cursor: pointer;
		*zoom: 1;
		}
	HTML BODY * .b-mediaplaceholder:hover .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder:active .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder:focus .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder-processing:link .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder-processing:visited .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder-processing:hover .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder-processing:active .b-mediaplaceholder-inner,
	HTML BODY * .b-mediaplaceholder-processing:focus .b-mediaplaceholder-inner {
		border: 1px solid rgb(220,220,220) !important;
		border: 1px solid rgba(220,220,220,0.45) !important;
		background: rgb(0,0,0) !important;
		background: rgba(0,0,0,0.45) !important;
		}
		.b-mediaplaceholder .b-mediaplaceholder-pic {
			overflow: hidden;
			position: absolute;
			top: 50%;
			left: 20px;
			display: block;
			margin: 0;
			padding: 0;
			background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0;
			font: 0/0 serif;
			cursor: pointer;
			}
		.b-mediaplaceholder-photo .b-mediaplaceholder-pic {
			width: 13px;
			height: 11px;
			margin-top: -6px;
			background-position: 0 -50px;
			}
		.b-mediaplaceholder-video .b-mediaplaceholder-pic {
			width: 12px;
			height: 13px;
			margin-top: -7px;
			background-position: 0 -37px;
			}
		.b-mediaplaceholder-processing .b-mediaplaceholder-pic {
			width: 11px;
			height: 3px;
			margin-top: -2px;
			background: url(/img/preloader-s.gif?v=9673) no-repeat 0 0;
			}
		.b-mediaplaceholder .b-mediaplaceholder-label {
			display: none;
			position: static;
			top: auto;
			left: auto;
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			cursor: pointer;
			}
		.b-mediaplaceholder .b-mediaplaceholder-view,
		.b-mediaplaceholder-processing .b-mediaplaceholder-loading {
			display: inline;
			}
		.b-mediaplaceholder-processing .b-mediaplaceholder-view {
			display: none;
			}
HTML BODY * .b-mediaplaceholder-external:link,
HTML BODY * .b-mediaplaceholder-external:visited,
HTML BODY * .b-mediaplaceholder-external:hover,
HTML BODY * .b-mediaplaceholder-external:active,
HTML BODY * .b-mediaplaceholder-external:focus {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	width: 35px;
	height: 37px;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top !important;
	border: 0 !important;
	font: 10px/1 Arial,sans-serif;
	text-align: left;
	text-decoration: none !important;
	text-shadow: none;
	color: #FFF !important;
	cursor: pointer;
	*display: inline;
	*zoom: 1;
	}
HTML#js BODY * .b-mediaplaceholder-external:link,
HTML#js BODY * .b-mediaplaceholder-external:visited,
HTML#js BODY * .b-mediaplaceholder-external:hover,
HTML#js BODY * .b-mediaplaceholder-external:active,
HTML#js BODY * .b-mediaplaceholder-external:focus {
	display: none;
	}
	.b-mediaplaceholder-external .b-mediaplaceholder-bg {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0.25;
		display: block;
		width: 35px;
		height: 37px;
		margin: 0;
		padding: 0;
		background: url(/img/mediaplaceholder.png?v=11488) no-repeat 0 0;
		font: 0/0 serif;
		}
	.b-mediaplaceholder-external:hover .b-mediaplaceholder-bg {
		opacity: 0.35;
		}
	.b-mediaplaceholder-external .b-mediaplaceholder-pic {
		overflow: hidden;
		position: absolute;
		top: 10px;
		left: 12px;
		display: block;
		width: 16px;
		height: 16px;
		margin: 0;
		padding: 0;
		background: url(/img/mediaplaceholder.png?v=11488) no-repeat -19px -37px;
		font: 0/0 serif;
		}
	.b-mediaplaceholder-external .b-mediaplaceholder-arr {
		border-right: 5px solid rgba(0,0,0,0.25);
		}
	.b-mediaplaceholder-external .b-mediaplaceholder-inner {
		display: none !important;
		}



/* LJSUP-14684: [Journal, feed] Display GitHub gists */
.gist .line-pre,
.gist .line-numbers {
	line-height: 22px !important;
	}

/* LJSV-2616: Content placeholder 
-----------------------------------------------*/
.b-contentplaceholder {
	width: 50%;
	margin: 1em auto;
	padding: 10px 15px 15px;
	background: #A6A6A6;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	color: #fff;
	}
.b-contentplaceholder-title {
	padding: 0 0 0 25px;
	margin: 0 0 7px;
	font: normal 25px/32px Arial, Tahoma, sans-serif !important;
	}
	.b-contentplaceholder-451 .b-contentplaceholder-title {
		background: url(/img/contentplaceholder-451.gif?v=28713) no-repeat 0 50%;
		}
.b-contentplaceholder-text {
	padding: 0 0 0 25px;
	font: normal 16px/22px Arial, Tahoma, sans-serif !important;
	}



/* LJSUP-14995: Remove Google ReCaptcha Iframes (for height removing) */
iframe[src="about:blank"] {
	display: none;
	}


/* file-end: stc/lj_base-journal.css 
----------------------------------------------------------------------------------*/
