/*! normalize.css 2012-03-06T10:21 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
	display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
	font-family: Verdana, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
	margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
	outline: 0;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
	outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0;
	font-family: Arial, sans-serif;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
	font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
	background: #ff0;
	color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
	margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {

}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
	quotes: none;
}

/* 2 */

q:before,
q:after {
	content: '';
	content: none;
}

small {
	font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
	margin: 0 0;
}

dd {
	margin: 0 0 0 0;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
	padding: 0 0 0 0;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

ul,
ol {
	list-style: none;
	list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
	overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
	margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
	margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
	*margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
	*vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
	line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; /* 1 */
	-webkit-appearance: button; /* 2 */
	*overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
	cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
	*height: 13px; /* 3 */
	*width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe { border: none; }/* -------------------------------------------------------------------
	ОСНОВНЫЕ СТИЛИ
------------------------------------------------------------------- */

body {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #282828;
	background-color: #fff;
}


/* Ссылки
---------------------------------------------------- */
a 		{ color: #2d8df0; }
a:hover 	{ color: black; }

.text a:visited { color: #1D2273; }

a.link-dashed 		{ border-bottom: 1px dashed #4e729d; text-decoration: none; }
a.link-dashed:hover 	{ border-color: #f00; }

a.link-dotted 		{ border-bottom: 1px dotted #4e729d; text-decoration: none; }
a.link-dotted:hover 	{ border-color: #f00; }


/* Заголовки
---------------------------------------------------- */
h2.page-header 		{ color: #282828; font-size: 27px; line-height: 1em; font-weight: normal; margin-bottom: 20px; }
h2.page-header span 	{ color: #aaa; }
h2.page-header i 		{ vertical-align: middle; }

h2.header-table 			{ margin-bottom: 10px; font-size: 22px; font-weight: normal; }
h2.header-table a 		{ border-bottom: 1px solid #d9e3ef; text-decoration: none; }
h2.header-table a:hover 	{ color: #f00; border-bottom: 1px solid #efd2d2; }
h2.header-table span 		{ color: #969696; }


/* Шапка сайта
---------------------------------------------------- */
header #container 	{ overflow: hidden; position: relative; }

#header .site-name 			{ font-size: 25px; line-height: 1em; float: left; padding-top: 8px; margin-right: 30px; }
#header .site-name a 			{ color: #282828; font-family: "Tahoma",sans-serif; text-decoration: none; }
#header .site-name a:hover 	{ color: #646464; }

#header .new-messages { position: absolute; top: 0; right: 195px; color: #f00; font-size: 11px; margin-right: 15px; margin-top: 17px; line-height: 1em; text-decoration: none; }
#header .new-messages i { position: relative; top: -1px; }
.mozilla #header .new-messages i { top: -2px; }

#header .dropdown-user { position: absolute; top: 5px; right: 48px; padding: 5px 20px 5px 5px; width: 120px; background: #fff; border: 1px solid #e6e6e6; }
#header .dropdown-user.opened 							{ border: 1px solid #ddd; box-shadow: 0 0 7px rgba(0, 0, 0, .2); }
#header .dropdown-user .dropdown-user-trigger 			{ position: absolute; top: 0; right: 0; width: 18px; height: 35px; cursor: pointer; }
#header .dropdown-user .dropdown-user-trigger i 			{ position: absolute; top: 15px; left: 4px; height: 0; width: 0; border: 4px solid transparent; border-top-color: #969696; }
#header .dropdown-user .dropdown-user-trigger:hover i,
#header .dropdown-user.opened .dropdown-user-trigger i	{ border-top-color: #646464; }
#header .dropdown-user .username 							{ color: #282828; font-size: 12px; line-height: 24px; text-decoration: underline; white-space: nowrap; overflow: hidden; }
#header .dropdown-user .username:hover 					{ color: #646464; }
#header .dropdown-user .avatar 							{ float: left; margin-right: 7px; position: relative; width: 24px; height: 24px; }    

.dropdown-user-menu									{ position: absolute; background: #fff; border: 1px solid #e6e6e6; box-shadow: 0 0 7px rgba(0, 0, 0, .1); z-index: 30; }
.dropdown-user-menu li 								{ border-top: 1px solid #f0f0f0; position: relative; }
.dropdown-user-menu li.item-stat 						{ padding: 7px 15px; font-size: 11px; border: none; }
.dropdown-user-menu li.item-stat .rating 				{ color: #5fa459; }
.dropdown-user-menu li.item-stat .rating.negative 		{ color: #d95f5f; }
.dropdown-user-menu li.item-stat .rating i 				{ position: relative; top: 0; }
.dropdown-user-menu li.item-stat .strength 			{ color: #758aa3; margin-right: 15px; }
.dropdown-user-menu li.item-stat .arrow 				{ position: relative; top: 3px; }
.dropdown-user-menu li.item-stat .icon-synio-star-small { position: relative; top: 2px; }
.dropdown-user-menu li.item-stat .icon-synio-strength 	{ position: relative; top: 1px; }
.dropdown-user-menu li a 								{ display: block; zoom: 1; padding: 0 15px; font-size: 12px; line-height: 28px; color: #282828; text-decoration: none; }
.dropdown-user-menu li a:hover 						{ background: #4E729D; color: #fff; }
.dropdown-user-menu li.item-messages .new 				{ color: #f00; font-size: 11px; float: right; }
.dropdown-user-menu li.item-messages a:hover .new 		{ color: #fff; }

#header .auth { position: absolute; top: 0; right: 0; line-height: 49px; font-size: 11px; margin-right: 48px; }
#header .auth li { float: left; margin-left: 23px; }
#header .auth li a { color: #282828; text-decoration: none; }
#header .auth li a:hover { text-decoration: underline; }
#header .auth li a.sign-in { color: #4e729d; }


/* Футер
---------------------------------------------------- */
footer #container 	{ overflow: hidden; }

#footer .copyright { font-size: 11px; text-align: right; color: #282828; float: right; width: 180px; }
#footer .copyright .design-by { overflow: hidden; line-height: 15px; margin-top: 30px; }
#footer .copyright .design-by img { float: left; margin-right: 10px; margin-top: 3px; }
#footer .copyright .design-by div { font-size: 10px; color: #969696; margin-top: 1px; }
#footer a:hover { text-decoration: none; }
#footer .footer-list { float: left; width: 138px; padding-right: 50px; }
#footer .footer-list li { margin-bottom: 3px; }
#footer .footer-list .footer-list-header { font-weight: bold; line-height: 24px; color: #282828; margin-bottom: 11px; border-bottom: 1px solid #ddd; }
#footer .footer-list a { text-decoration: none; }
#footer .footer-list a:hover { text-decoration: underline; }


/* Навигация
---------------------------------------------------- */
#nav .button.button-write { float: right; margin-left: 35px; margin-top: 1px; }
#nav .search-header { float: right; }
#nav .search-header .search-header-show { font-size: 11px; margin-top: 4px; }
#nav .search-header i { margin-right: 3px; opacity: .3; }
#nav .search-header:hover i { opacity: 1; }

#nav .search-header .search-header-show a { color: #969696; border-bottom: 1px dotted #969696; }
#nav .search-header .search-header-show a:hover { color: #f00; border-color: #f00; }
#nav .search-header .search-header-form { position: relative; top: 0px; }
#nav .search-header .search-header-form .input-text { padding: 4px 25px 4px 5px; width: 290px; }
#nav .search-header .search-header-form .input-submit { position: absolute; top: 5px; right: 5px; width: 16px; height: 16px; border: none; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -115px -55px no-repeat; }


/* Stat
---------------------------------------------------- */
.stat-performance { margin: 0 auto; padding: 15px 20px; background: #f0f0f0; border-top: 1px solid #ddd; }
.stat-performance table td { width: 200px; vertical-align: top; }
.stat-performance h4 { font-weight: bold; }


/* Userfeed
---------------------------------------------------- */
.userfeed-get-more {display: block; width: 90%; margin: 0px auto; text-align: center; height: 2.5em; padding-top: 1em;}
.userfeed-get-more:hover { background: #f0f7fd;}
.userfeed_loading {background: #f7f7f7 url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif) no-repeat center;}


/* Stream
---------------------------------------------------- */
.stream-get-more { margin-top: 50px; display: block; text-align: center; padding: 6px 10px 8px; color: #fff; text-decoration: none;	font-size: 13px; line-height: 15px; background: #4e729d; border: 1px solid #4e729d; }
.stream-get-more:hover { background: #436793; border: 1px solid #436793; color: #fff; }
.stream-get-more:active { 
	-moz-box-shadow: 	0 2px 4px rgba(0, 0, 0, .15) inset; 
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15) inset; 
	box-shadow: 		0 2px 4px rgba(0, 0, 0, .15) inset; 
}
.stream-get-more.loader { background-image: url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif); background-repeat: no-repeat; background-position: 50% 50%; border: none; }
.stream_loading { background: #f7f7f7 url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif) no-repeat center; border: none; }
.stream-comment-preview { position: relative; padding: 5px 10px 6px; background: #f7f7f7; margin-top: 13px; font-size: 11px; }
.stream-comment-preview:after 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #f7f7f7 transparent; border-style: solid; }

.stream-list { margin: 0 0 20px; }
.stream-list li.stream-item { margin-bottom: 23px; min-height: 48px; _height: 48px; border-bottom: 1px solid #e6e6e6; padding: 0 0 20px 60px; position: relative; }
.stream-list li.stream-item:last-child { border: none; }
.stream-list li.stream-item .info { color: #969696; font-size: 11px; line-height: 1em; margin-bottom: 8px; }
.stream-list li.stream-item .info .date { color: #969696; }
.stream-list li.stream-item .avatar { position: absolute; top: 0; left: 0; }
.stream-list li.stream-item .user-avatar { margin-left: 3px; }
.stream-list li.stream-header-date { font-size: 16px; color: #969696; margin-top: 50px; margin-bottom: 20px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6; }


/* Userfields
---------------------------------------------------- */
.userfield-list { width: 450px; }
.userfield-list li { background: #eee; margin-bottom: 1px; padding: 10px 10px; overflow: hidden; zoom: 1; line-height: 12px; color: #777; }
.userfield-list li .userfield-actions { float: right; }
.userfield-list li .userfield_admin_name { font-weight: bold; color: #333; }

.userfield-add { text-decoration: none; border-bottom: 1px dashed #70AAE0; }
.userfield-add:hover { color: #333; border-color: #333; }


/* Talk
---------------------------------------------------- */
.talk-search { padding: 15px; background: #f7f7f7; margin-bottom: 35px; }
.talk-search header { position: relative; min-height: 27px; }
.talk-search header .close { position: absolute; top: 3px; right: 0; font-size: 11px; cursor: pointer; }
.talk-search .talk-search-content { display: none; padding-top: 15px; border-top: 1px solid #fff; }
.talk-search .talk-search-content p { margin-bottom: 25px; }
.talk-search.opened header { border-bottom: 1px solid #e6e6e6; padding-bottom: 15px; }
.talk-search.opened .talk-search-content { display: block; }

.talk-search.talk-friends header .close { left: 0; right: auto; }
.talk-search.talk-friends .friend-list { margin-bottom: 15px; font-weight: bold; }
.talk-search.talk-friends .friend-list li { margin-bottom: 5px; }

.talk-blacklist-form { padding: 15px; background: #f7f7f7; margin-bottom: 15px; }


/* Misc
---------------------------------------------------- */
.avatar-edit { margin-bottom: 15px; }
.avatar-edit img { vertical-align: bottom; }
.avatar-edit label { margin-top: 10px; }

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

.content-error h2.page-header { font-weight: bold; font-size: 30px; margin-bottom: 35px; }
.content-error a { color: #758aa3; }
.content-error a:hover { color: #f00; }

.help { display: none; position: relative; padding: 10px 7px 13px; background: #fff; margin-top: 13px; font-size: 11px; border: 1px solid #dfe3e8; }
.help:before 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #fff transparent; border-style: solid; }
.help .help-col { float: left; width: 230px; padding: 0 10px; }
.help .help-col.help-wide { float: none; width: 96%; }
.help .help-item { margin-bottom: 20px; }
.help .help-item:last-child { margin-bottom: 0; }
.help .help-item h4 { color: #758aa3; font-weight: bold; }
.help .help-item h4 a { color: #758aa3; border-bottom: 1px dotted #758aa3; }
.link-dotted.help-link { font-size: 11px; color: #282828; border-color: #282828; }
.link-dotted.help-link:hover { color: #000; border-color: #000; }


/* Стили для "облегченных" страниц (вход, регистрация и проч.)
---------------------------------------------------- */
body.light { background: #f7f7f7; }
#wrap.light { margin: 0 auto -70px; }
#footer.light { height: 30px; padding: 20px 0; }
#push.light { height: 70px; }

#header.light,
#footer.light { background: transparent; }

#header.light .site-name { text-align: center; float: none; margin: 0; padding: 0; }

.content-light { background: #fff; border: 1px solid #f0f0f0; float: none; margin: 30px auto 0; padding: 30px; width: 40%; }

.content-light.login { width: 200px; }
.content-light.login .validate-error-show { width: 170px; }
.content-light.login h2.invite-title { font-weight: bold; }

.content-light.reactivation { width: 380px; }
.content-light.exit { width: 400px; }
.content-light.exit h2 { margin: 0; text-align: center; }
.content-light.reminder { width: 310px; }
.content-light.reminder-confirm { width: 360px; }

.content-light.error { width: 360px; }

.content-light.registration { width: 360px; }
.content-light.confirm { width: 360px; }
.content-light.activate { width: 360px; }
.content-light.invite { width: 380px; }/* -------------------------------------------------------------------
// markItUp! Universal MarkUp Engine, JQuery plugin
// By Jay Salvat - http: //markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a: link,
.markItUp a: visited { color: #000; text-decoration: none; }
.markItUp  { margin-bottom: 5px; }
.markItUpContainer { font: 11px Verdana, Arial, Helvetica, sans-serif; }
.markItUpEditor {
	font: 12px "Courier New", Courier, monospace;
	padding: 5px;
	height: 400px;
	line-height: 18px;
	overflow: auto;
	width: 100%;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border: 1px solid #dfe3e8;
}
.markItUpPreviewFrame	{
	overflow: auto;
	background-color: #FFF;
	border: 1px solid #eee;
	padding: 10px;
	height: 300px;
	margin: 5px 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
.markItUpFooter { width: 100%; }
.markItUpResizeHandle {
	overflow: hidden;
	height: 8px;
	background: url(https://www.markday.ru/engine/lib/external/jquery/markitup/skins/synio/images/handle.png) 50% 3px no-repeat;
	cursor: n-resize;
}


/***************************************************************************************/
/* first row of buttons */
.markItUpHeader { 
	background: #fbfcfc;
	background: -moz-linear-gradient(top,  #fbfcfc 0%, #f0f2f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfcfc), color-stop(100%,#f0f2f5));
	background: -webkit-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: -o-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: -ms-linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	background: linear-gradient(top,  #fbfcfc 0%,#f0f2f5 100%);
	
	border-radius: 3px 3px 0 0;
	padding: 7px 10px 5px; 
	border-top: 1px solid #dfe3e8; 
	border-left: 1px solid #dfe3e8; 
	border-right: 1px solid #dfe3e8; 
}
.markItUpHeader ul	{
	overflow: visible;
	zoom: 1;
	display: inline-block;
	*display: inline; /* ie <= 7 */
}
.markItUpHeader ul li	{ list-style: none; float: left; position: relative; margin-right: 10px; }
.markItUpHeader ul li: hover > ul{ display: block; }
.markItUpHeader ul .markItUpDropMenu {
	background: transparent url(https://www.markday.ru/engine/lib/external/jquery/markitup/skins/synio/images/menu.png) no-repeat 115% 50%;
	margin-right: 5px;
}
.markItUpHeader ul .markItUpDropMenu li {
	margin-right: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul {
	display: none;
	position: absolute;
	top: 16px; left: 0px;	
	background: #eee;
	border: 1px solid #000;
}
.markItUpHeader ul ul li {
	float: none;
	border-bottom: 1px solid #000;
}
.markItUpHeader ul ul .markItUpDropMenu {
	background: #eee url(https://www.markday.ru/engine/lib/external/jquery/markitup/skins/synio/images/submenu.png) no-repeat 100% 50%;
}
.markItUpHeader ul .markItUpSeparator {
	margin: 0 10px 0 0;
	width: 0;
	height: 16px;
	overflow: hidden;
	border-left: 1px solid #dfe3e8;
	border-right: 1px solid #fff;
}
.markItUpHeader ul ul .markItUpSeparator {
	width: auto; height: 1px;
	margin: 0px;
}
/* next rows of buttons */
.markItUpHeader ul ul ul {
	position: absolute;
	top: -1px; left: 150px; 
}
.markItUpHeader ul ul ul li {
	float: none;
}
.markItUpHeader ul a {
	display: block;
	width: 16px; height: 16px;
	text-indent: -10000px;
	background-repeat: no-repeat;
	margin: 0px;
}
.markItUpHeader ul ul a {
	display: block;
	padding-left: 0px;
	text-indent: 0;
	width: 120px; 
	padding: 5px 5px 5px 25px;
	background-position: 2px 50%;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.markItUpHeader ul ul a:hover  {
	background-color: #fff;
}





.markItUpPreviewFrame { }
.markItUpPreviewFrame p { margin-bottom: 18px; }
.markItUpPreviewFrame blockquote { background: #fafafa; padding: 10px 15px; color: #555; margin-bottom: 5px; clear: both; }
.markItUpPreviewFrame pre { background: #fafafa; border: 1px solid #dce6f0; margin-bottom: 10px; overflow: auto; padding: 5px 10px; }
.markItUpPreviewFrame ul { list-style-type: disc; margin-left: 17px; }
.markItUpPreviewFrame ol { list-style-type: decimal; margin-left: 22px; }
.markItUpPreviewFrame img[align="right"] { margin: 4px 0 5px 15px; }
.markItUpPreviewFrame img[align="left"] { margin: 4px 15px 10px 0; }
/* -------------------------------------------------------------------
// markItUp!
// By Jay Salvat - http://markitup.jaysalvat.com/
// ------------------------------------------------------------------*/
.markItUp a { background: url(https://www.markday.ru/engine/lib/external/jquery/markitup/sets/synio/images/icons.png) no-repeat; }
.markItUp .editor-h4 a 			{ background-position: -11px -9px; }
.markItUp .editor-h5 a 			{ background-position: -39px -9px; }
.markItUp .editor-h6 a 			{ background-position: -65px -9px; }
.markItUp .editor-bold a 		{ background-position: -107px -9px; }
.markItUp .editor-italic a 		{ background-position: -134px -9px; }
.markItUp .editor-stroke a 		{ background-position: -188px -9px; }
.markItUp .editor-underline a 	{ background-position: -161px -9px; }
.markItUp .editor-quote a 		{ background-position: -326px -9px; }
.markItUp .editor-code a 		{ background-position: -353px -9px; }
.markItUp .editor-ul a 			{ background-position: -257px -9px; }
.markItUp .editor-ol a 			{ background-position: -230px -9px; }
.markItUp .editor-li a 			{ background-position: -550px -9px; }

.markItUp .editor-picture a 	{ background-position: -423px -9px; }
.markItUp .editor-image a 		{ background-position: -423px -9px; }
.markItUp .editor-link a 		{ background-position: -299px -9px; }

.markItUp .editor-clean a 		{ background-position: -519px -9px; }
.markItUp .editor-preview a 	{ background-position: -11px -9px; }
.markItUp .editor-cut a 		{ background-position: -491px -9px; }
.markItUp .editor-video a 		{ background-position: -450px -9px; }
.markItUp .editor-user a 		{ background-position: -380px -9px; }/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0px;
	position: absolute;
	background: white url(https://www.markday.ru/engine/lib/external/jquery/jcrop/Jcrop.gif) top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-vline.right { right: 0px; }
.jcrop-hline.bottom { bottom: 0px; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun{color:#660}.pln{color:#000}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec{color:#606}pre.prettyprint{padding:2px;border:1px solid #888}@media print{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun{color:#440}.pln{color:#000}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}/* --------------------------------------------
	СЕТКА
-------------------------------------------- */
html, body 	{ height: 100%; }
#wrap 		{ min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -200px; }

#container 	{ margin: 0 auto; padding: 0 48px; }
#header 		{ 
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px; 
	
	background: #fff;

}
#nav 		{ min-height: 27px; overflow: hidden; position: relative; }
#wrapper 	{ overflow: hidden; zoom: 1; padding: 32px 0 50px; }
#content 	{ min-height: 1px; margin-right: 2%; position: relative; float: left; width: 65.5%; }
#sidebar	{ float: left; width: 32.5%;  }

#push 		{ height: 150px; }
#footer 		{ height: 120px; padding: 40px 0; }

#footer 		{ 
	overflow: hidden;
	zoom: 1;
	
	background: #fff;
	background: -moz-linear-gradient(top,  #fff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#f0f0f0 100%);
	background: linear-gradient(top,  #fff 0%,#f0f0f0 100%);
}


#wrapper.no-sidebar #content 		{ width: 100%; margin-right: 0; }

#container.toolbar-margin 			{ padding: 0; }
#container.toolbar-margin #wrapper 	{ margin-right: 48px; }/* -------------------------------------------------------------------
	ОБЩИЕ СТИЛИ
------------------------------------------------------------------- */

/* Голосование 
---------------------------------------------------- */
.vote-topic 					{ height: 20px; overflow: hidden; font-size: 11px; float: left; zoom: 1; }
.vote-topic .vote-item 		{ cursor: pointer; overflow: hidden; display: block; float: left; text-decoration: none; }
.vote-topic .vote-item i		{ width: 16px; height: 16px; display: block; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat; }
.vote-topic .vote-item span	{ display: block; line-height: 16px; }

.topic .vote-topic .vote-item.vote-up,
.topic .vote-topic .vote-item.vote-down { opacity: 0; }
.topic:hover .vote-topic .vote-item.vote-up,
.topic:hover .vote-topic .vote-item.vote-down { opacity: 1; transition: opacity 0.5s; }

.vote-topic .vote-item.vote-up i				{ background-position: -83px -23px; }
.vote-topic .vote-item.vote-up span			{ padding: 2px 7px; color: #969696; }
.vote-topic.not-voted .vote-item.vote-up:hover i		{ background-position: -83px -39px; }
.vote-topic.not-voted .vote-item.vote-up:hover span	{ color: #5fa459; }

.vote-topic .vote-item.vote-count 		{ color: #969696; }
.vote-topic .vote-item.vote-count i 		{ background: none; font-style: normal; width: 10px; }
.vote-topic .vote-item.vote-count span 	{ font-style: normal; padding: 2px 0 2px 5px; }
.topic .vote-topic.vote-not-self.not-voted.vote-not-expired .vote-item.vote-count:hover		{  }
.vote-topic.not-voted .vote-item.vote-count:hover i		{ color: #646464; }

.vote-topic .vote-item.vote-down i		{ background-position: -67px -23px; }
.vote-topic .vote-item.vote-down span	{ padding: 2px 7px; }
.vote-topic.not-voted .vote-item.vote-down:hover i	{ background-position: -67px -55px; }

.vote-topic.voted-down .vote-item					{ opacity: 1 !important; }
.vote-topic.voted-down .vote-item.vote-up 			{ display: none; }
.vote-topic.voted-down .vote-item.vote-count 		{ color: #da4242; }
.vote-topic.vote-count-negative.voted-down .vote-item.vote-down i		{ background-position: -67px -55px; }
.vote-topic.vote-count-positive.voted-down .vote-item.vote-down i		{ background-position: -67px -39px; }

.vote-topic.voted-up .vote-item					{ opacity: 1 !important; }
.vote-topic.voted-up .vote-item.vote-down 		{ display: none; }
.vote-topic.voted-up .vote-item.vote-count 		{ float: left; color: #5fa459; }
.vote-topic.vote-count-positive.voted-up .vote-item.vote-up span	{ color: #5fa459; }
.vote-topic.vote-count-positive.voted-up .vote-item.vote-up i		{ background-position: -83px -39px; }
.vote-topic.vote-count-negative.voted-up .vote-item.vote-up i		{ background-position: -83px -55px; }

.vote-topic.voted-zero .vote-item.vote-down 			{ display: none; }
.vote-topic.voted-zero .vote-item.vote-up 			{ display: none; }
.vote-topic.voted-zero .vote-item.vote-up i 			{ width: 16px; background-position: -99px -23px; }
.vote-topic.voted-zero .vote-item.vote-up span 		{ padding: 4px 8px 3px 4px; }
.vote-topic.voted-zero .vote-item.vote-count 		{ float: left; color: #5fa459; }
.vote-topic.vote-count-positive.voted-zero .vote-item.vote-up i		{ background-position: -99px -39px; }
.vote-topic.vote-count-negative.voted-zero .vote-item.vote-up i		{ background-position: -99px -55px; }

.vote-topic.vote-nobuttons .vote-item.vote-up,
.vote-topic.vote-nobuttons .vote-item.vote-down 		{ display: none; }

.vote-topic.vote-count-positive .vote-item.vote-count					{ color: #5fa459; }

.vote-topic.vote-count-negative .vote-item.vote-count					{ color: #da4242; }

.vote-topic.vote-count-zero .vote-item.vote-count						{ color: #969696; }

.profile .vote-topic .vote-item.vote-count span 		{ padding: 2px; }
.profile .vote-topic.voted-down .vote-item.vote-up 	{ display: block; }
.profile .vote-topic.voted-up .vote-item.vote-down 	{ display: block; }

.blog-top .vote-topic .vote-item.vote-count span 	{ padding: 2px; }
.topic .vote-topic .vote-item.vote-up i			{ float: left; }


/* Избранное 
---------------------------------------------------- */
.favourite 			{ display: inline-block; width: 11px; height: 11px; vertical-align: text-top; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) 0 -37px no-repeat; cursor: pointer; }
.favourite.active 	{ background-position: 0 -65px; }
.favourite-count    	{ margin-left: 0; }


/* Пагинация 
---------------------------------------------------- */
.pagination 					{ overflow: hidden; zoom: 1; }
.pagination ul 				{ overflow: hidden; zoom: 1; font-size: 12px; line-height: 1em; float: left; margin-top: 5px; }
.pagination ul li 				{ float: left; margin-right: 5px; }
.pagination ul li span			{ color: #969696; }
.pagination ul li span,
.pagination ul li a 			{ float: left; padding: 4px 5px;}
.pagination ul li.active span 	{ color: #282828; border: 1px solid #e6e6e6; }
.pagination ul li i 				{ opacity: .5; filter: alpha(opacity=50); }
.pagination ul li.prev span,
.pagination ul li.prev a		{ padding-left: 0; }
.pagination ul li.next			{ margin-right: 30px; }


/* Actions 
---------------------------------------------------- */
.actions 					{ overflow: hidden; zoom: 1; margin-bottom: 10px; font-size: 11px; }
.actions li 					{ float: left; margin-right: 10px; }


/* Toolbar 
---------------------------------------------------- */
.toolbar 				{ position: fixed; top: 140px; right: 10px; z-index: 20; }
.toolbar section 			{ width: 30px; overflow: hidden; line-height: 14px; background: #fff; border: 1px solid #f0f0f0; margin-bottom: 10px; }
.toolbar section i			{ display: block; }
.toolbar section a 		{ display: block; padding: 8px; }


/* Admin button */
.toolbar .toolbar-admin i 		{ opacity: .3; }
.toolbar .toolbar-admin:hover i 	{ opacity: 1; }
.toolbar .toolbar-admin i:active 	{ opacity: 1; }

/* Update comments button */
.toolbar .toolbar-update {  }
.toolbar .toolbar-update .update-comments 			{ padding: 7px; }
.toolbar .toolbar-update .update-comments i 			{ background: url(https://www.markday.ru/templates/skin/starter-kit/images/update.gif) no-repeat; height: 16px; width: 16px; opacity: .3; }
.toolbar .toolbar-update .update-comments:hover i 		{ opacity: 1; }
.toolbar .toolbar-update .update-comments.active i 	{ background-position: -16px 0; opacity: 1; }
.toolbar .toolbar-update .new-comments 				{ display: block; padding: 8px 0; font-size: 11px; color: #282828; text-align: center; text-decoration: none; }

/* Topic navigation */
.toolbar .toolbar-topic a.toolbar-topic-prev 			{ border-bottom: 1px solid #f0f0f0; }
.toolbar .toolbar-topic a.toolbar-topic-prev i 		{ opacity: .3; }
.toolbar .toolbar-topic a.toolbar-topic-prev:hover i 	{ opacity: 1; }
.toolbar .toolbar-topic a.toolbar-topic-prev i:active 	{ opacity: 1; }
.toolbar .toolbar-topic a.toolbar-topic-next i		{ opacity: .3; }
.toolbar .toolbar-topic a.toolbar-topic-next:hover i 	{ opacity: 1; }
.toolbar .toolbar-topic a.toolbar-topic-next i:active 	{ opacity: 1; }

/* Scroll up */
.toolbar .toolbar-scrollup 			{ display: none; }
.toolbar .toolbar-scrollup i 			{ opacity: .3; }
.toolbar .toolbar-scrollup:hover i 	{ opacity: 1; }
.toolbar .toolbar-scrollup i:active 	{ opacity: 1; }


/* Список пользователей 
---------------------------------------------------- */
.user-list-avatar 		{ overflow: hidden; zoom: 1; }
.user-list-avatar li 		{ width: 48px; overflow: hidden; float: left; margin-right: 12px; margin-bottom: 12px; text-align: center; font-size: 11px; }
.user-list-avatar li img	{ margin-bottom: 2px; display: block; }

.user-list-mini li 		{ padding: 0 25px 4px 5px; margin-bottom: 0; position: relative; }
.user-list-mini li img 	{ width: 17px; height: 17px; position: relative; top: 4px; margin-right: 2px; }
.user-list-mini li input 	{ position: relative; top: 2px; }
.user-list-mini li i 		{ position: absolute; top: 4px; right: 5px; cursor: pointer; display: none; }
.user-list-mini li:hover	{ background: #f7f7f7; }
.user-list-mini li:hover i	{ display: block; }


/* Поиск 
---------------------------------------------------- */
.search 						{ margin-bottom: 20px; position: relative; }
.search .input-text 			{ padding-right: 25px; width: 100%; }
.search .input-submit 		{ border: none; width: 16px; height: 16px; position: absolute; top: 7px; right: 5px; opacity: .3; filter: alpha(opacity=70); }
.search .input-submit:hover 	{ opacity: 1; filter: alpha(opacity=100); }

.search-item 				{ margin-bottom: 35px; padding: 15px; background: #f7f7f7; }
.search-item .input-text 	{ width: 100%; padding-right: 5px; }
.search-item .submit	 		{ width: 16px; height: 16px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -115px -55px no-repeat; }

.search-item.search-item-abc ul 					{ overflow: hidden; zoom: 1; margin-top: 10px; }
.search-item.search-item-abc ul li 					{ float: left; }
.search-item.search-item-abc ul li a 				{ float: left; color: #758aa3; text-decoration: none; padding: 1px 5px; border-radius: 3px; }
.search-item.search-item-abc ul li a span 			{ border-bottom: 1px dotted #758aa3; }
.search-item.search-item-abc ul li a:hover 			{ background: #758aa3; color: #fff; }
.search-item.search-item-abc ul li a:hover span 		{ border: none; }
.search-item.search-item-abc ul li.active a 		{ color: #333; }
.search-item.search-item-abc ul li.active a:hover 	{ color: #333; background: none; }
.search-item.search-item-abc ul li.active a span 	{ border: none; }

.search-tags 								{ margin-bottom: 35px; }

.search-form-wrapper						{ background: #f7f7f7; padding: 15px; margin-bottom: 15px; }
.search-input-wrapper						{ position: relative; }
.search-input-wrapper .input-submit 			{ position: absolute; top: 3px; right: 3px; width: 22px; height: 22px; border: none; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -319px -24px no-repeat; cursor: pointer; }
.search-input-wrapper .input-submit:hover 	{ background-position: -341px -24px; }
.search-input-wrapper .input-submit:active 	{ background-position: -363px -24px; }
.search-input-wrapper .input-text 			{ padding-right: 25px; }

#block-more.icon-search { opacity: .3; }
#block-more.icon-search:hover,
#block-more.icon-search.opened { opacity: 1; }

#block-more.blogs-search,
#block-more.people-search { position: absolute; right: 0; top: 6px; }
#block-more.tags-search { position: absolute; right: 0; top: 4px; }


/* Облако тегов 
---------------------------------------------------- */
.tag-cloud	 			{ text-align: center; width: 100%; }
.tag-cloud li 			{ display: inline; margin-right: 5px; line-height: 22px; }
.tag-cloud li a 			{ color: #758aa3; text-decoration: none; }
.tag-cloud li a:hover 		{ color: #f00; }
.tag-cloud li .tag-size-1 	{ font-size: 12px; }
.tag-cloud li .tag-size-2 	{ font-size: 12px; }
.tag-cloud li .tag-size-3 	{ font-size: 14px; }
.tag-cloud li .tag-size-4 	{ font-size: 14px; }
.tag-cloud li .tag-size-5 	{ font-size: 18px; }
.tag-cloud li .tag-size-6 	{ font-size: 18px; }
.tag-cloud li .tag-size-7 	{ font-size: 20px; }
.tag-cloud li .tag-size-8 	{ font-size: 20px; }
.tag-cloud li .tag-size-9 	{ font-size: 22px; }
.tag-cloud li .tag-size-10 { font-size: 22px; }


/* Item List 
---------------------------------------------------- */
.item-list 				{ border-top: 1px solid #eee; }
.item-list li 			{ min-height: 51px; padding: 7px 0 10px 58px; border-bottom: 1px solid #eee; position: relative; zoom: 1; }
.item-list li p 			{ padding-top: 2px; font-size: 11px; }
.item-list li a 			{ text-decoration: none; }
.item-list li .avatar 		{ position: absolute; top: 10px; left: 0; margin-right: 10px; }
.item-list li .author 		{ font-weight: bold; color: #333; }
.item-list li .blog-name 	{ font-weight: bold; }


/* Хелперы
---------------------------------------------------- */
.mt-10 { margin-bottom: 10px !important; }
.mt-20 { margin-bottom: 20px !important; }

.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-30 { margin-bottom: 30px !important; }

.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.va-m { vertical-align: middle; }
.fl-r { float: right !important; }
.fl-l { float: left !important; }

.clearfix:before,
.clearfix:after 	{ content: ""; display: table; }
.clearfix:after 	{ clear: both; }
.clearfix 		{ zoom: 1; }

.wrapper 			{ overflow: hidden; zoom: 1; }
.wrapper-content 	{ padding: 20px 20px; background: #f7f7f7; }
.wrapper-content h3 	{ font-size: 15px; margin-bottom: 10px; font-family: Verdana, sans-serif; }
.wrapper-content.wrapper-content-dark 	{ padding: 15px 20px; background: #f0f0f0; }

.word-wrap {
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap; 
	white-space: pre-wrap;
	word-wrap: break-word;
	white-space: normal;
}


/* Разное
---------------------------------------------------- */
.system-message-error 	{ background: #f0c8c8; color: #b22626; padding: 10px 15px; margin-bottom: 15px; }
.system-message-notice 	{ background: #dafad8; color: #4bb23b; padding: 10px 15px; margin-bottom: 15px; }

.notice-empty 			{ color: #969696; }

.loader { background: #fafafa url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif) 50% 50% no-repeat; }

.user, .ls-user 					{ font-weight: bold; color: #282828; }
.user:before, .ls-user:before 	{ content: ''; display: inline-block; width: 12px; height: 12px; margin-right: 4px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -165px -75px no-repeat; vertical-align: middle; position: relative; top: -1px; }
.user .icon-user 				{ margin-right: 3px; }
.username.inactive,
.user.inactive 					{ color: #aaa !important; }

.user-avatar img { width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }
.user-avatar a { color: #282828; font-size: 11px; }
.user-avatar.user-avatar-n a { color: #3F8AD7; font-size: 12px; }

.counter.exceeded { color: #f00; }

.page-header-menu { overflow: hidden; zoom: 1; margin-bottom: 10px; }
.page-header-menu .page-header { float: left; margin-right: 20px; margin-bottom: 10px; }
.page-header-menu .nav.nav-pills { margin-top: 5px; float: left; }

.blog-list-info { width: 16px; height: 16px; display: inline-block; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) 0 -107px no-repeat; cursor: pointer; }
.blog-list-info:hover,
.blog-list-info.active { background-position: -19px -107px; }/* -------------------------------------------------------------------
	ФОРМАТИРОВАННЫЙ ТЕКСТ
------------------------------------------------------------------- */

.text { font-size: 14px; line-height: 1.5em; overflow: hidden; zoom: 1; }

.text a	{ text-decoration: underline; }

.text h4 { font-size: 24px; margin-bottom: 7px; }
.text h5 { font-size: 22px; margin-bottom: 7px; }
.text h6 { font-size: 20px; margin-bottom: 7px; }

.text p { margin-bottom: 1em; }
.text abbr[title] { border-bottom: 1px dotted; }
.text b, .text strong { font-weight: bold; }
.text blockquote { margin: 0; background: #fbfbfb; color: #646464; padding: 10px 15px; clear: both; border-left: 3px solid #ededed; }
.text dfn { font-style: italic; }
.text hr { display: block; height: 1px; border: 0; border-top: 1px solid #ddd; margin: 1em 0; padding: 0; }
.text ins { background: #ff9; color: #000; text-decoration: none; }
.text mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

.text pre { margin: 0; padding: 10px 15px; border: none; background: #fafafa; font-size: 12px; line-height: 18px; overflow: auto; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; clear: both; }
.text q { quotes: none; clear: both; }
.text q:before, q:after { content: ""; content: none; }
.text small { font-size: 85%; }

.text sub, .text sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
.text sup { top: -0.5em; }
.text sub { bottom: -0.25em; }

.text ul, .text ol { margin: 0; padding: 0 0 0 40px; }
.text ul { list-style-type: disc; }
.text ol { list-style-type: decimal; }
.text dd { margin: 0 0 0 40px; }

.text img[align="right"] { margin: 4px 0 5px 15px; }
.text img[align="left"] { margin: 4px 15px 10px 0; }
.text img.image-center { display: block; margin: 0 auto; }

.text object,
.text img { max-width: 100%; vertical-align: top; }

.text .ls-user { color: #3F8AD7; }
.text .ls-user:visited { color: #3F8AD7; }
.text .ls-user:hover { color: #f00; }/* -------------------------------------------------------------------
	ФОРМЫ
------------------------------------------------------------------- */
.input-text {
	width: 150px;
	padding: 5px;
	border: 1px solid #c9c9c9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.input-text:focus 	{ border-color: #969696; outline: none; }
.input-checkbox 		{ position: relative; top: 1px; margin: 0 2px 0 1px; }

.input-width-full 	{ width: 100%; }
.input-width-50 		{ width: 50px; }
.input-width-100 	{ width: 100px; }
.input-width-150 	{ width: 150px; }
.input-width-200 	{ width: 200px; }
.input-width-250 	{ width: 250px; }
.input-width-300 	{ width: 300px; }
.input-width-400 	{ width: 400px; }
.input-width-500 	{ width: 500px; }

textarea 	{ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

select 	{ padding: 4px; border: 1px solid #ddd; border-radius: 3px; }

fieldset { margin-bottom: 30px; padding-top: 20px; border-top: 1px solid #eaeaea; }
fieldset legend { color: #000; font-size: 18px; padding-right: 10px; }

form p { margin-bottom: 20px; }
form label { display: block; margin-bottom: 3px; }
form .icon-question-sign { cursor: help; }

.note { display: block; margin-top: 3px; font-size: 11px; line-height: 16px; color: #aaa; }
.note.note-header { margin-bottom: 20px; }

.captcha-image { vertical-align: top; }

.counter-wrapper { margin-bottom: 15px; position: relative; }
.counter-wrapper .counter { color: #777; position: absolute; top: 0; right: 0; }
.counter-wrapper label { margin-right: 50px; }

.poll-create 				{ padding: 15px 20px; margin-bottom: 20px; background: #f0f0f0; }

.question-list 				{ margin-bottom: 15px; }
.question-list li 			{ margin-bottom: 5px; }
.question-list li .input-text	{ margin-right: 5px; }

dl.form-item { overflow: hidden; zoom: 1; margin-bottom: 20px; }
dl.form-item dt { float: left; width: 125px; padding-top: 4px; padding-right: 15px; overflow: hidden; }
dl.form-item dd { float: left; width: 250px; }

.form-profile { position: relative; }
.form-profile .avatar-change { position: absolute; top: 20px; right: 20px; font-size: 11px; }
.form-profile .avatar-change .avatar { width: 80px; margin-bottom: 10px; background: #fff; padding: 5px; }
.form-profile .avatar-change img { width: 80px; vertical-align: top; }
.form-profile .avatar-change a { color: #758aa3; border-color: #758aa3; }

/* Placeholder */
:-moz-placeholder { color: #aaa; }
.placeholder { color: #aaa; }

.mceEditor { display: block; margin-bottom: 20px; }


/* Registration form
---------------------------------------------------- */
.registration-form .form-item:last-child 						{ margin-bottom: 0; }
.registration-form dl.form-item dd								{ position: relative; width: 355px; }
.registration-form dl.form-item dd .form-item-help 				{ width: 100px; height: 20px; position: absolute; top: 1px; right: 0; }
.registration-form dl.form-item dd .form-item-help.active 			{ background: url(https://www.markday.ru/templates/skin/starter-kit/images/dots.png) 0 12px repeat-x; }
.registration-form dl.form-item dd .form-item-help i 				{ background-color: #f8fbfe; }
.registration-form dl.form-item dd .form-item-help i.icon-ok-green 	{ position: absolute; top: 3px; right: 0; }


/* Валидатор 
---------------------------------------------------------------*/
.validate-error-hide { display: none; }
.validate-error-show { display: block; line-height: 16px; position: relative; padding: 10px 15px; background: #f7f7f7; margin-top: 13px; font-size: 12px; width: 270px; }
.validate-error-show:before 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #f7f7f7 transparent; border-style: solid; }/* -------------------------------------------------------------------
	
	КНОПКИ
	
	
	Примеры использования:
	
	<button class="button">Preview</button>
	<a href="#" class="button">Preview</a>
	
	<button class="button button-primary">Save</button>
	
------------------------------------------------------------------- */

.button {
	display: inline-block;
	
	padding: 4px 10px 6px;
	*padding: 4px 10px 4px;
	text-align: center;
	
	border: 1px solid #dfdfdf;
	
	font-size: 13px;
	line-height: 15px;
	
	color: #969696;
	
	background: #dfdfdf;

	font-family: Verdana, sans-serif;
	cursor: pointer;
	text-decoration: none;
	
	*margin-right: 5px;
}
.button:hover { text-decoration: none; background: #c8c8c8; border: 1px solid #c8c8c8; }
.button:active { 
	-moz-box-shadow: 	0 2px 4px rgba(0, 0, 0, .15) inset; 
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15) inset; 
	box-shadow: 		0 2px 4px rgba(0, 0, 0, .15) inset; 
}
.button.fl-r { *margin-right: 0; }

.opera .button { padding-top: 4px; padding-bottom: 5px; }


/* Button Primary */
.button.button-primary { background: #4e729d; border: 1px solid #4e729d; color: #fff; }
.button.button-primary:hover { background: #436793; border: 1px solid #436793; }


/* Button Icon (Without text) */
.button.button-icon { padding: 7px 10px; }


/* Button Write */
.button.button-write { background: #4e729d; border: 1px solid #4e729d; padding: 2px 15px 4px; line-height: 17px; color: #fff; font-size: 11px; }
.button.button-write:hover { background: #436793; border: 1px solid #436793; }


/* Button Small */
.button.button-small { font-size: 11px; padding: 1px 7px 3px; }


/* Button Action */
.button.button-action { border: 1px solid #dfdfdf; padding: 4px 4px 3px; background: #dfdfdf; }
.button.button-action span { display: none; padding: 0 5px 0 5px; position: relative; top: -1px; }
.button.button-action:hover span { display: inline; }
.button.button-action i { vertical-align: top; position: relative; }
.button.button-action.active, 
.button.button-action:hover { border: 1px solid #4e729d; color: #fff; background: #4e729d; }

.button.button-action.button-action-add-friend:hover i { background-position: -147px -39px; }
.button.button-action.button-action-send-message:hover i { background-position: -163px -39px; }
.button.button-action.button-action-join.active i,
.button.button-action.button-action-join:hover i { background-position: -179px -39px; }

.button.button-action.button-action-note { background: #41bb19; border: 1px solid #41bb19; padding: 6px 6px 6px 7px; }
.button.button-action.button-action-note:hover { background: #379f15; border: 1px solid #379f15; padding: 6px 6px 6px 7px; cursor: default; }
.button.button-action.button-action-note i { display: block; background-position: -46px -65px; }
.button.button-action.button-action-note:hover i { background-position: -46px -65px; }/* --------------------------------------------
	НАВИГАЦИЯ
-------------------------------------------- */
nav #container 	{ overflow: hidden; }

.nav 			{ overflow: hidden; zoom: 1; }
.nav li 			{ float: left; }


/* Nav Pills */
.nav.nav-pills 			{ margin-bottom: 15px; font-size: 11px; }
.nav.nav-pills li 		{ margin-right: 10px; border: 1px solid transparent; line-height: 13px; padding: 3px 6px 4px; }
.nav.nav-pills li a 		{ display: block; color: #758aa3; text-decoration: underline; float: left; }
.nav.nav-pills li a:hover 	{ color: #282828; border-color: #282828; }
.nav.nav-pills li a.new	{ margin-left: 5px; text-decoration: none; }
.nav.nav-pills li.active 	{ border-color: #f0f0f0; }
.nav.nav-pills li.active a { color: #4e729d; text-decoration: none; border-color: #f0f0f0; }

.nav.nav-pills.nav-pills-profile { margin-bottom: 30px; }


/* Nav Topic Filter */
.nav.nav-menu 	{ margin-top: 4px; float: left; position: relative; }
.nav.nav-menu li 	{ position: relative; }
.nav.nav-menu li a { color: #282828; margin-right: 20px; float: left; text-decoration: none; }

.nav.nav-menu li:hover a { color: #646464; }

.nav.nav-menu li.active a 	{ color: #4e729d; }

.nav.nav-menu.nav-filter-sub li a 			{ padding: 5px 10px; font-size: 11px; color: #777; }
.nav.nav-menu.nav-filter-sub li.active a 	{ color: #fff; }

.nav-menu-wrapper { margin-bottom: 40px; position: relative; }

.oldie .nav.nav-menu { border-color: #dfe3e8; border-right: none; }
.oldie .nav.nav-menu li { border-right: 1px solid #dfe3e8; }
.oldie #nav { background: #f6f6f6; }


/* Nav Main */
.nav.nav-main 				{ padding-right: 270px; overflow: hidden; }
.nav.nav-main li 				{ margin-right: 22px; position: relative; line-height: 48px; }
.nav.nav-main li:last-child 	{ margin-right: 0; }
.nav.nav-main li a 			{ font-size: 28px; color: #3785d5; text-decoration: underline; }
.nav.nav-main li a:hover 		{ color: #646464; }
.nav.nav-main li.active a 		{ color: #4e729d; }

.nav.nav-main li.nav-main-more 			{ display: none; }
.nav.nav-main li.nav-main-more a			{ border: 1px solid #f0f0f0; padding: 0 5px 2px; position: relative; padding-right: 15px; }
.nav.nav-main li.nav-main-more a:before 	{ content: ''; position: absolute; top: 8px; right: 5px; width: 0; height: 0; border: 3px solid #fff; border-color: #fff transparent transparent transparent; }


/* Nav Profile */
.nav.nav-profile 			{ margin-bottom: 15px; }
.nav.nav-profile li 			{ float: none; font-size: 15px; border-bottom: 1px dotted #dce1e6; }
.nav.nav-profile li a 			{ display: block; text-decoration: none; padding: 8px 15px; }
.nav.nav-profile li a:hover 	{ color: #f00; }
.nav.nav-profile li.active a 	{ background: #758aa3; color: #fff; text-decoration: none; }


/* Dropdown */
.nav.nav-pills li.dropdown 		{ position: relative; }
.nav.nav-pills li.dropdown a 		{ padding-right: 12px; }
.nav.nav-pills li.dropdown i 		{ position: absolute; top: 4px; right: 3px; cursor: pointer; }
.nav.nav-pills li.dropdown ul 		{ display: none; position: absolute; }

.dropdown-menu 					{ display: none; padding: 10px 15px 13px; border: 1px solid #f0f0f0; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); position: absolute; top: 32px; overflow: hidden; z-index: 10; background: #fff; min-width: 150px; }
.dropdown-menu li 				{ line-height: 1em; margin-bottom: 15px; }
.dropdown-menu li:last-child 		{ margin-bottom: 0; }
.dropdown-menu li a 				{ display: block; }
.dropdown-menu li.active a 		{ color: #969696; }

.dropdown-create 		{ margin-right: 120px; line-height: 23px; }
.dropdown-create a 		{ font-weight: normal; }
.dropdown-create h2 a 	{ text-transform: lowercase; display: inline-block; }

.dropdown-menu-create 				{ padding: 10px 15px 15px; border: 1px solid #f0f0f0; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); box-shadow: 0 0 10px rgba(0,0,0,.1); position: absolute; background: #fff; min-width: 150px; z-index: 10; font-size: 27px; text-transform: lowercase; }
.dropdown-menu-create li 				{ line-height: 1em; margin-bottom: 10px; }
.dropdown-menu-create li:last-child 	{ margin: 0; }
.dropdown-menu-create li a 			{ text-decoration: none; border-bottom: 1px solid #d9e3ef; display: inline-block; }
.dropdown-menu-create li a:hover 		{ color: #f00; border-color: #efd2d2; }
.dropdown-menu-create li.active a		{ color: #aaa; border-color: #ddd; }

.nav.nav-pills.nav-pills-dropdown 	{ position: absolute; top: 0; right: 0; margin: 0; display: none; }
.nav.nav-pills.nav-pills-dropdown li 	{ margin: 0; }/* -------------------------------------------------------------------

	ИКОНКИ 
	
	Иконки Glyphicons
	http://glyphicons.com/

	
	Пример использования:
	
	<a href="#"><i class="icon icon-remove"></i> Remove</a>

------------------------------------------------------------------- */

[class^="icon-"],
[class*=" icon-"]  { 
	display: inline-block;
	vertical-align: text-top;
	width: 14px;
	height: 14px;
	line-height: 14px;
	background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons.png) no-repeat;
}
[class^="icon-starter-"],
[class*=" icon-starter-"]  { 
	background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat;
}

.icon-white { background-image: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-white.png); }

.icon-glass              { background-position: 0      0; }
.icon-music              { background-position: -24px  0; }
.icon-search             { background-position: -48px  0; }
.icon-envelope           { background-position: -72px  0; }
.icon-heart              { background-position: -96px  0; }
.icon-star               { background-position: -120px 0; }
.icon-star-empty         { background-position: -144px 0; }
.icon-user               { background-position: -168px 0; }
.icon-film               { background-position: -192px 0; }
.icon-th-large           { background-position: -216px 0; }
.icon-th                 { background-position: -240px 0; }
.icon-th-list            { background-position: -264px 0; }
.icon-ok                 { background-position: -288px 0; }
.icon-remove             { background-position: -312px 0; }
.icon-zoom-in            { background-position: -336px 0; }
.icon-zoom-out           { background-position: -360px 0; }
.icon-off                { background-position: -384px 0; }
.icon-signal             { background-position: -408px 0; }
.icon-cog                { background-position: -432px 0; }
.icon-trash              { background-position: -456px 0; }

.icon-home               { background-position: 0      -24px; }
.icon-file               { background-position: -24px  -24px; }
.icon-time               { background-position: -48px  -24px; }
.icon-road               { background-position: -72px  -24px; }
.icon-download-alt       { background-position: -96px  -24px; }
.icon-download           { background-position: -120px -24px; }
.icon-upload             { background-position: -144px -24px; }
.icon-inbox              { background-position: -168px -24px; }
.icon-play-circle        { background-position: -192px -24px; }
.icon-repeat             { background-position: -216px -24px; }
.icon-refresh            { background-position: -240px -24px; }
.icon-list-alt           { background-position: -264px -24px; }
.icon-lock               { background-position: -287px -24px; }
.icon-flag               { background-position: -312px -24px; }
.icon-headphones         { background-position: -336px -24px; }
.icon-volume-off         { background-position: -360px -24px; }
.icon-volume-down        { background-position: -384px -24px; }
.icon-volume-up          { background-position: -408px -24px; }
.icon-qrcode             { background-position: -432px -24px; }
.icon-barcode            { background-position: -456px -24px; }

.icon-tag                { background-position: 0      -48px; }
.icon-tags               { background-position: -25px  -48px; }
.icon-book               { background-position: -48px  -48px; }
.icon-bookmark           { background-position: -72px  -48px; }
.icon-print              { background-position: -96px  -48px; }
.icon-camera             { background-position: -120px -48px; }
.icon-font               { background-position: -144px -48px; }
.icon-bold               { background-position: -167px -48px; }
.icon-italic             { background-position: -192px -48px; }
.icon-text-height        { background-position: -216px -48px; }
.icon-text-width         { background-position: -240px -48px; }
.icon-align-left         { background-position: -264px -48px; }
.icon-align-center       { background-position: -288px -48px; }
.icon-align-right        { background-position: -312px -48px; }
.icon-align-justify      { background-position: -336px -48px; }
.icon-list               { background-position: -360px -48px; }
.icon-indent-left        { background-position: -384px -48px; }
.icon-indent-right       { background-position: -408px -48px; }
.icon-facetime-video     { background-position: -432px -48px; }
.icon-picture            { background-position: -456px -48px; }

.icon-pencil             { background-position: 0      -72px; }
.icon-map-marker         { background-position: -24px  -72px; }
.icon-adjust             { background-position: -48px  -72px; }
.icon-tint               { background-position: -72px  -72px; }
.icon-edit               { background-position: -96px  -72px; }
.icon-share              { background-position: -120px -72px; }
.icon-check              { background-position: -144px -72px; }
.icon-move               { background-position: -168px -72px; }
.icon-step-backward      { background-position: -192px -72px; }
.icon-fast-backward      { background-position: -216px -72px; }
.icon-backward           { background-position: -240px -72px; }
.icon-play               { background-position: -264px -72px; }
.icon-pause              { background-position: -288px -72px; }
.icon-stop               { background-position: -312px -72px; }
.icon-forward            { background-position: -336px -72px; }
.icon-fast-forward       { background-position: -360px -72px; }
.icon-step-forward       { background-position: -384px -72px; }
.icon-eject              { background-position: -408px -72px; }
.icon-chevron-left       { background-position: -432px -72px; }
.icon-chevron-right      { background-position: -456px -72px; }

.icon-plus-sign          { background-position: 0      -96px; }
.icon-minus-sign         { background-position: -24px  -96px; }
.icon-remove-sign        { background-position: -48px  -96px; }
.icon-ok-sign            { background-position: -72px  -96px; }
.icon-question-sign      { background-position: -96px  -96px; }
.icon-info-sign          { background-position: -120px -96px; }
.icon-screenshot         { background-position: -144px -96px; }
.icon-remove-circle      { background-position: -168px -96px; }
.icon-ok-circle          { background-position: -192px -96px; }
.icon-ban-circle         { background-position: -216px -96px; }
.icon-arrow-left         { background-position: -240px -96px; }
.icon-arrow-right        { background-position: -264px -96px; }
.icon-arrow-up           { background-position: -289px -96px; }
.icon-arrow-down         { background-position: -312px -96px; }
.icon-share-alt          { background-position: -336px -96px; }
.icon-resize-full        { background-position: -360px -96px; }
.icon-resize-small       { background-position: -384px -96px; }
.icon-plus               { background-position: -408px -96px; }
.icon-minus              { background-position: -433px -96px; }
.icon-asterisk           { background-position: -456px -96px; }

.icon-exclamation-sign   { background-position: 0      -120px; }
.icon-gift               { background-position: -24px  -120px; }
.icon-leaf               { background-position: -48px  -120px; }
.icon-fire               { background-position: -72px  -120px; }
.icon-eye-open           { background-position: -96px  -120px; }
.icon-eye-close          { background-position: -120px -120px; }
.icon-warning-sign       { background-position: -144px -120px; }
.icon-plane              { background-position: -168px -120px; }
.icon-calendar           { background-position: -192px -120px; }
.icon-random             { background-position: -216px -120px; }
.icon-comment            { background-position: -240px -120px; }
.icon-magnet             { background-position: -264px -120px; }
.icon-chevron-up         { background-position: -288px -120px; }
.icon-chevron-down       { background-position: -313px -119px; }
.icon-retweet            { background-position: -336px -120px; }
.icon-shopping-cart      { background-position: -360px -120px; }
.icon-folder-close       { background-position: -384px -120px; }
.icon-folder-open        { background-position: -408px -120px; }
.icon-resize-vertical    { background-position: -432px -119px; }
.icon-resize-horizontal  { background-position: -456px -118px; }

.icon-contact				{ width: 16px; height: 16px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-contact.png) no-repeat; } 
.icon-contact-default		{ background-position: 0 0; } 
.icon-contact-mail			{ background-position: -20px 0; } 
.icon-contact-icq			{ background-position: -40px 0; } 
.icon-contact-jabber		{ background-position: -60px 0; } 
.icon-contact-phone			{ background-position: -80px 0; } 
.icon-contact-skype			{ background-position: -100px 0; } 
.icon-contact-vkontakte		{ background-position: -120px 0; } 
.icon-contact-twitter		{ background-position: -140px 0; } 
.icon-contact-facebook		{ background-position: -160px 0; } 
.icon-contact-odnoklassniki	{ background-position: -180px 0; } 
.icon-contact-www			{ background-position: -200px 0; } 

.icon-ok-green 				{ width: 14px; height: 14px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -420px 0 no-repeat; }

.icon-starter-star-green 	{ width: 12px; height: 11px; background-position: 0 -23px; }
.icon-starter-star-blue 		{ width: 11px; height: 11px; background-position: 0 -37px; }
.icon-starter-star-white 	{ width: 11px; height: 11px; background-position: 0 -51px; }
.icon-starter-star-yellow 	{ width: 11px; height: 11px; background-position: 0 -65px; }

.icon-starter-share-blue 	{ width: 11px; height: 11px; background-position: -12px -37px; }
.icon-starter-share-white 	{ width: 11px; height: 11px; background-position: -12px -51px; }

.icon-starter-rating 		{ width: 11px; height: 11px; background-position: -12px -23px; }
.icon-starter-arrows 		{ width: 11px; height: 11px; background-position: -22px -65px; }

.icon-starter-comments-green		{ width: 11px; height: 11px; background-position: -46px -23px; }
.icon-starter-comments-green-filled	{ width: 11px; height: 11px; background-position: -46px -51px; }
.icon-starter-comments-blue			{ width: 11px; height: 11px; background-position: -46px -37px; }
.icon-starter-comments-small		{ width: 11px; height: 11px; background-position: -28px -51px; }

.icon-starter-tags					{ width: 15px; height: 11px; background-position: -26px -37px; }

.icon-starter-topic-private			{ width: 23px; height: 23px; background-position: -230px 0; }
.icon-starter-topic-draft			{ width: 23px; height: 23px; background-position: -253px 0; }
.icon-starter-topic-link			{ width: 23px; height: 23px; background-position: -276px 0; }

.icon-starter-close					{ width: 16px; height: 16px; background-position: -131px -39px; }
.icon-starter-link					{ width: 11px; height: 11px; background-position: -11px -65px; }

.icon-starter-send-message			{ width: 16px; height: 16px; background-position: -163px -23px; }
.icon-starter-new-message			{ width: 16px; height: 16px; background-position: -163px -55px; }
.icon-starter-join					{ width: 16px; height: 16px; background-position: -179px -23px; }
.icon-starter-submit					{ width: 16px; height: 16px; background-position: -115px -55px; }

.icon-starter-arrow-left			{ width: 16px; height: 16px; background-position: -115px -71px; }
.icon-starter-arrow-right			{ width: 16px; height: 16px; background-position: -131px -71px; }

.icon-starter-remove				{ width: 24px; height: 24px; background-position: -368px 0; vertical-align: middle; position: relative; top: -1px; }
.icon-starter-remove:hover			{ background-position: -392px 0; }

.icon-starter-vote-info-down		{ width: 16px; height: 16px; background-position: -67px -23px; }
.icon-starter-vote-info-up			{ width: 16px; height: 16px; background-position: -83px -23px; }
.icon-starter-vote-info-zero		{ width: 16px; height: 16px; background-position: -99px -71px; }
.icon-starter-vote-info-view		{ width: 16px; height: 16px; background-position: -179px -39px; }

.icon-starter-key					{ width: 16px; height: 16px; background-position: -195px -23px; }/* -------------------------------------------------------------------
	ТАБЛИЦЫ
------------------------------------------------------------------- */

.table 					{ width: 100%; margin-bottom: 15px; border-collapse: separate; }
.table th 				{ text-align: left; font-weight: normal; border-bottom: 1px solid #e6e6e6; }
.table td 				{ padding: 13px 10px; }
.table th,
.table .cell-tab .cell-tab-inner { padding: 4px 10px 6px; }
.table tr:hover td		{ background: #f9f9f9; }
.table tr.active td 	{ background: #CBF4BC; }
.table tbody td			{ border-top: 1px solid #f0f0f0; }
.table tbody tr:first-child	td	{ border-top: none; }

.table thead a			{ font-size: 12px; color: #758aa3; text-decoration: none; }
.table thead a span		{ border-bottom: 1px dotted #758aa3; }
.table a.asc,
.table a.desc			{ color: #282828; border-color: #282828; }
.table a.asc:after		{ content: " ↑"; }
.table a.desc:after		{ content: " ↓"; }
.table .cell-rating.negative { color: #f00 !important; }

.table .cell-tab { padding: 0; }
.table .cell-tab .cell-tab-inner { position: relative; top: 1px; display: inline-block; border: 1px solid transparent; border-radius: 3px 3px 0 0; border-bottom: none; }
.table .cell-tab .cell-tab-inner.active { background: #fff; border-color: #e6e6e6; }

/* Table Blogs */
.table.table-blogs .cell-info { width: 19px; padding-right: 0; padding-left: 0; }
.table.table-blogs tbody .cell-info { vertical-align: top; }
.table.table-blogs tbody .cell-info .blog-list-info { display: block; }
.table.table-blogs .cell-name { padding-left: 3px; }
.table.table-blogs .cell-name .avatar 	{ float: left; margin-right: 10px; clear: right; }
.table.table-blogs .cell-name p		 	{ overflow: hidden; margin-bottom: 5px; }
.table.table-blogs .cell-name p .blog-name	{ font-size: 16px; }
.table.table-blogs .cell-name p i { vertical-align: middle; position: relative; top: -1px }
.table.table-blogs tbody .cell-rating 	{ width: 70px; font-weight: bold; font-size: 11px; color: #5fa459; }
.table.table-blogs .cell-readers 		{ width: 90px; text-align: center; vertical-align: middle; }
.table.table-blogs tbody .cell-readers 	{ text-align: center; vertical-align: middle; font-size: 11px; }
.table.table-blogs .cell-join 			{ width: 130px; text-align: center; vertical-align: middle; }
.table.table-blogs .cell-rating 			{ width: 90px; text-align: center; vertical-align: middle; }

/* Table Plugins */
.table.table-plugins .cell-checkbox 	{ width: 20px; padding: 12px 0 10px 10px; }
.table.table-plugins h3 				{ font-weight: bold; font-size: 17px; line-height: 20px; margin-bottom: 5px; }

/* Table Profile Notes */
.table.table-profile-notes 					{ border-top: 1px solid #eee; }
.table.table-profile-notes td 				{ vertical-align: top; }
.table.table-profile-notes .cell-username 	{ width: 20%; font-weight: bold; }
.table.table-profile-notes .cell-note 		{ width: 50%; }
.table.table-profile-notes .cell-date 		{ text-align: right; }

/* Table Profile Info */
.table.table-profile-info 				{ margin-bottom: 40px; }
.table.table-profile-info td 				{ vertical-align: top; }
.table.table-profile-info .cell-label 	{ width: 30%; color: #777; }

/* Table Users */
.table.table-users .cell-follow 			{ width: 17px; text-align: center; }
.table.table-users thead .cell-follow i 	{ position: relative; top: 3px; }
.table.table-users .cell-name 			{ width: 190px; padding-right: 0; padding-left: 0; }
.table.table-users .cell-name img 		{ float: left; margin-right: 14px; }
.table.table-users tbody .cell-name div	{ float: left; width: 125px; }
.table.table-users .cell-name .name		{ margin-top: 2px; }
.table.table-users .cell-name .name.no-realname		{ margin-top: 11px; }
.table.table-users .cell-name .username 	{ width: 125px; position: relative; top: 1px; margin-bottom: 3px; }
.table.table-users .cell-name .realname 	{ font-size: 11px; }
.table.table-users tbody .cell-date 		{ font-size: 11px; }
.table.table-users .cell-rating			{ text-align: center; width: 70px; }
.table.table-users .cell-skill 			{ text-align: center; width: 70px; }
.table.table-users .cell-date 			{ text-align: center; width: 130px; }
.table.table-users tbody .cell-skill 		{ color: #628fa5; font-size: 11px; font-weight: bold; }
.table.table-users tbody .cell-rating		{ color: #5fa459; font-size: 11px; }
.table.table-users button					{ float: left; margin-right: 5px; }

/* Table Talk */
.table.table-talk .cell-checkbox 			{ width: 20px; padding: 15px 0 10px 10px; }
.table.table-talk thead .cell-checkbox 		{ padding: 10px 0 10px 10px; }
.table.table-talk .cell-favourite 			{ text-align: center; }
.table.table-talk tbody .cell-favourite 		{ padding: 17px 0; }
.table.table-talk .cell-recipients 			{ width: 130px; }
.table.table-talk tbody .cell-recipients 		{ font-size: 11px; }
.table.table-talk tbody .cell-recipients a 	{ color: #282828; }
.table.table-talk tbody .cell-date 			{ font-size: 11px; width: 115px; }
.table.table-talk tbody .cell-title a:hover	{ color: #f00; }
.table.table-talk tbody .cell-title span 		{ color: #628fa5; font-weight: bold; margin-left: 4px; }
.table.table-talk tbody .cell-title .new 		{ color: #32b319; }
.table.table-talk tbody .cell-title i 			{ position: relative; left: -3px; }
.table.table-talk tbody td					{ vertical-align: top; }/* --------------------------------------------
	ТОПИК
-------------------------------------------- */

.topic { margin-bottom: 50px; }
.topic:last-child { margin-bottom: 0; }

/* Header */
.topic .topic-header 						{ margin-bottom: 15px; }
.topic .topic-header .topic-title 			{ font-size: 27px; line-height: 1.25em; margin: 0 0 10px; }
.topic .topic-header .topic-title a 			{ border-bottom: 1px solid #d9e3ef; text-decoration: none; }
.topic .topic-header .topic-title a:hover 	{ color: #f00; border-bottom: 1px solid #efd2d2; }
.topic .topic-header .topic-title i 			{ position: relative; top: 7px; cursor: help; margin-right: 5px; }
.topic .topic-header .topic-info 				{ margin-bottom: 15px; color: #969696; }
.topic .topic-header .topic-info time 			{ margin-right: 15px; }
.topic .topic-header .topic-info .topic-blog 	{ font-size: 12px; color: #969696; text-decoration: underline; }
.topic .topic-header .topic-info .topic-blog:hover { color: #666; }
.topic .topic-header .topic-info .blog-list-info { position: relative; top: 4px; }
.topic .topic-header .topic-actions 			{ font-size: 11px; overflow: hidden; }
.topic .topic-header .topic-actions li 		{ float: left; margin-right: 18px; }
.topic .topic-header .topic-actions li.draft a	{ color: #27964c; }
.topic .topic-header .topic-actions li.delete a	{ color: #da4242; }

/* Content */
.topic .topic-content 		{ margin-bottom: 15px; }
.topic .topic-content.text 	{ color: #282828; }

/* Tags */
.topic .topic-footer .topic-tags 						{ margin: 0 0 10px; font-size: 11px; }
.topic .topic-footer .topic-tags li 					{ display: inline; color: #969696; }
.topic .topic-footer .topic-tags li i					{ position: relative; top: 1px; margin-right: 3px; }
.topic .topic-footer .topic-tags li a 					{ color: #969696; text-decoration: underline; }
.topic .topic-footer .topic-tags li a:hover 			{ text-decoration: none; }
.topic .topic-footer .topic-tags li a.link-dotted		{ text-decoration: none; color: #758aa3; border-color: #758aa3; }
.topic .topic-footer .topic-tags li a.link-dotted:hover	{ color: #282828; border-color: #282828; }
.topic .topic-footer .topic-tags li.topic-tags-edit 	{ margin-left: 20px; }
.topic .topic-footer .topic-tags li.topic-tags-user a 	{ color: #139643; }

/* Info */
.topic .topic-footer .topic-info 		{ overflow: hidden; border-top: 1px solid #f0f0f0; padding-top: 8px; font-size: 11px; line-height: 12px; }
.topic .topic-footer .topic-info li 	{ float: left; margin-right: 10px; padding: 6px; }
.topic .topic-footer .topic-info li a 	{ text-decoration: none; }

.topic .topic-footer .topic-info li.topic-info-vote { float: right; padding: 1px 0; margin-right: 0; overflow: hidden; }

.topic .topic-footer .topic-info li.topic-info-author 			{ padding: 4px 0; }
.topic .topic-footer .topic-info li.topic-info-author a 		{ text-decoration: underline; }
.topic .topic-footer .topic-info li.topic-info-author a img		{ width: 16px; height: 16px; vertical-align: middle; margin-right: 2px; }

.topic .topic-footer .topic-info li.topic-info-date			{ color: #969696; }

.topic .topic-footer .topic-info li.topic-info-share			{ padding: 6px; cursor: pointer; border-radius: 3px; position: relative; }
.topic .topic-footer .topic-info li.topic-info-share i			{ float: left; }
.topic .topic-footer .topic-info li.topic-info-share.active,
.topic .topic-footer .topic-info li.topic-info-share:hover		{ background: #758aa3; }
.topic .topic-footer .topic-info li.topic-info-share.active i,
.topic .topic-footer .topic-info li.topic-info-share:hover i	{ background-position: -12px -51px; }

.topic .topic-footer .topic-info li.topic-info-comments a			{ color: #758aa3; float: left; }
.topic .topic-footer .topic-info li.topic-info-comments a:hover		{ color: #f00; }
.topic .topic-footer .topic-info li.topic-info-comments a.new 		{ color: #282828; }
.topic .topic-footer .topic-info li.topic-info-comments span 		{ text-decoration: underline; }
.topic .topic-footer .topic-info li.topic-info-comments span.count 	{ color: #27a736; text-decoration: none; }
.topic .topic-footer .topic-info li.topic-info-comments i 			{ float: left; margin-right: 7px; }

.topic .topic-footer .topic-info li.topic-info-favourite 			{ padding: 6px; color: #758aa3; border-radius: 3px; cursor: pointer; }
.topic .topic-footer .topic-info li.topic-info-favourite i 			{ float: left; margin-right: 3px; }
.topic .topic-footer .topic-info li.topic-info-favourite:hover		{ background: #758aa3; color: #fff; }
.topic .topic-footer .topic-info li.topic-info-favourite:hover i	{ background-position: 0 -51px; }

/* Share */
.topic .topic-share 				{ display: none; border: 1px solid #f0f0f0; padding: 3px 35px 3px 3px; margin-bottom: 10px; position: relative; }
.topic .topic-share .close		{ content: ''; position: absolute; top: 9px; right: 7px; width: 16px; height: 16px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat -131px -39px; cursor: pointer; }
.topic .topic-share .close:hover	{ background-position: -131px -55px; }
.topic .topic-share .arrow 		{ position: absolute; border: none; width: 15px; height: 11px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat; background-position: -53px -107px; bottom: -11px; }

/* Poll */
.topic .poll { margin-bottom: 15px; }

.topic .poll .poll-vote { margin-bottom: 20px; margin-left: 0; list-style-type: none;	}
.topic .poll .poll-vote li { margin-bottom: 10px; }
.topic .poll .poll-vote li:last-child { margin-bottom: 0; }
.topic .poll .poll-vote li label { display: inline; }
.topic .poll .poll-vote li input { position: relative; top: 1px; margin-right: 2px; }

.topic .poll .poll-result { margin-bottom: 10px; list-style-type: none; background: #fff; overflow: hidden; }
.topic .poll .poll-result li { margin-bottom: 20px; }
.topic .poll .poll-result li dl { overflow: hidden; zoom: 1; }
.topic .poll .poll-result li dl dt { float: left; width: 80px; }
.topic .poll .poll-result li dl dt span { font-size: 11px; color: #aaa; }
.topic .poll .poll-result li dl dd { float: left; width: 400px; }
.topic .poll .poll-result li dl dd div { height: 7px; margin-top: 3px; background: #ccc; overflow: hidden; }
.topic .poll .poll-result li.most dl dd div { background: #4e729d; }
.topic .poll .poll-result li.most dl dt { color: #4e729d; }

.topic .poll .poll-total { position: relative; color: #969696; font-size: 11px; line-height: 16px; padding-left: 80px; margin-bottom: 30px; }
.topic .poll .poll-total .poll-sort { position: absolute; top: 2px; left: 0; width: 23px; height: 23px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -161px 0 no-repeat; cursor: pointer; }
.topic .poll .poll-total .poll-sort.active { background-position: -184px 0; }

/* Topic Photo */
.topic.topic-type-photoset .topic-photo-preview { position: relative; margin-bottom: 15px; cursor: pointer; }
.topic.topic-type-photoset .topic-photo-preview img { vertical-align: top; }
.topic.topic-type-photoset .topic-photo-preview .topic-photo-count { display: none; cursor: pointer; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 4px 7px; background: rgba(0,0,0,.6); }
.topic.topic-type-photoset .topic-photo-preview .topic-photo-desc { display: none; width: 96%; padding: 7px 2%; position: absolute; bottom: 0; left: 0; background: #000; color: #6bd24b; color: #fff; line-height: 16px; background: rgba(0,0,0,.7); }

.topic.topic-type-photoset .topic-photo-images { padding-top: 10px; margin-bottom: 15px; }
.topic.topic-type-photoset .topic-photo-images h2 { border-bottom: 1px solid #ccc; padding-bottom: 4px; margin-bottom: 15px; font-size: 25px; }
.topic.topic-type-photoset .topic-photo-images ul { overflow: hidden; zoom: 1; }
.topic.topic-type-photoset .topic-photo-images ul li { float: left; margin: 0 8px 8px 0; position: relative; }
.topic.topic-type-photoset .topic-photo-images ul li .image-number { display: none; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 1px 6px; font-size: 11px; background: rgba(0,0,0,.6); }
.topic.topic-type-photoset .topic-photo-images ul li:hover .image-number { display: block; }
.topic.topic-type-photoset .topic-photo-images ul li img { vertical-align: top; }
.topic.topic-type-photoset .topic-photo-images .topic-photo-more { display: block; border-top: 1px solid #ddd; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f7f7f7; color: #969696; }
.topic.topic-type-photoset .topic-photo-images .topic-photo-more:hover { background: #f0f0f0; }

.topic-photo-upload { background: #f0f0f0; padding: 15px 15px 15px; margin-bottom: 20px; }
.topic-photo-upload h2 { margin-bottom: 15px; }
.topic-photo-upload ul { overflow: hidden; zoom: 1; }
.topic-photo-upload ul li { min-height: 100px; _height: 100px; margin-bottom: 10px; padding-left: 110px; position: relative; }
.topic-photo-upload ul li img { position: absolute; top: 0; left: 0; }
.topic-photo-upload ul li label { color: #aaa; }
.topic-photo-upload ul li textarea { border: 1px solid #ddd; width: 350px; height: 60px; padding: 3px; font-size: 12px; font-family: Arial, sans-serif; color: #333; }
.topic-photo-upload ul li .image-delete { text-decoration: none; margin-right: 15px; }
.topic-photo-upload ul li .image-delete:hover { color: #f00; }
.topic-photo-upload ul li.marked-as-preview .mark-as-preview { display: inline; color: #43c70f; font-weight: bold; }
.topic-photo-upload ul li .mark-as-preview { display: none; text-decoration: none; }
.topic-photo-upload ul li:hover .mark-as-preview { display: inline; }
.topic-photo-upload .topic-photo-upload-rules { color: #888; margin-bottom: 15px; }
.topic-photo-upload .topic-photo-upload-input { margin-bottom: 20px; }
.topic-photo-upload .topic-photo-upload-input input { margin-top: 3px; }

/* Topic Talk */
.topic.topic-type-talk header .topic-info 			{ background: #f8fbfe; font-size: 11px; padding: 15px; border-radius: 5px; margin-bottom: 0; }

.topic.topic-type-talk .talk-recipients 				{ padding: 15px; margin-bottom: 0; }
.topic.topic-type-talk .talk-recipients-header 		{ font-size: 11px; min-height: 0; }
.topic.topic-type-talk .talk-recipients-content h3 	{ font-size: 16px; font-weight: normal; margin-bottom: 10px; }
.topic.topic-type-talk .topic-footer .topic-info li.topic-info-favourite i		{ margin-right: 0; }

/* Topic Link */
.topic.topic-type-link .topic-header .topic-title a { color: #27964C; }
.topic.topic-type-link .topic-header .topic-title a:hover { color: #f00; }
.topic.topic-type-link .topic-url { font-size: 11px; margin-bottom: 30px; padding-top: 10px; }
.topic.topic-type-link .topic-url a { color: #27964C; }
.topic.topic-type-link .topic-url a:hover { color: #f00; }

/* Topic Preview */
.topic-preview { margin-top: 30px; }
.topic-preview .profile-page-header { border-top: 1px solid #ddd; }
.topic-preview .topic { margin-bottom: 20px; }

.vote-topic-info li { margin-bottom: 3px; }/* --------------------------------------------
	КОММЕНТАРИИ
-------------------------------------------- */

/* Блок с комментариями */
.comments-header { margin-bottom: 10px; position: relative; }
.comments-header h3 { font-size: 27px; margin-bottom: 5px; }
.comments-header .subscribe { position: absolute; top: 15px; right: 0; font-size: 11px; color: #7b848d; }
.comments-header .subscribe input { top: 2px; }

.comments { margin-bottom: 30px; }

.comment-wrapper { position: relative; }
.comment-wrapper .comment-wrapper { padding-left: 40px; }

.comment-preview { padding: 5px 10px 6px; margin-bottom: 10px; background: #fafafa; border: 1px solid #eee; border-radius: 3px; font-size: 13px; line-height: 1.6em; }


/* Комментарий */
.comment { min-height: 48px; margin-bottom: 24px; padding: 10px 10px 10px 42px; position: relative; }
.comment .deleted { padding: 5px 10px; color: #777; background: #f4f4f4; }
.comment .comment-avatar { position: absolute; top: 0px; left: 0; width: 32px; height: 32px; }


/* Стили для списка комментариев на странице http://ваш_сайт/comments/ */
.comments.comment-list .comment { margin-bottom: 30px; padding-left: 10px; background: #f9f9f9; }
.comments.comment-list .comment:hover { background: #f2f2f2; }

.comments.comment-list .comment .comment-avatar { position: static; width: 16px; height: 16px; vertical-align: middle; }
.comments.comment-list .comment .comment-content { margin-bottom: 5px; }
.comments.comment-list .comment .comment-info li.vote .vote-count { margin-right: 0; }
.comments.comment-list .comment-path { font-size: 11px; color: #758aa3; }
.comments.comment-list .comment-path .blog-name,
.comments.comment-list .comment-path .comment-path-comments { color: #282828; }
.comments.comment-list .comment-path .comment-path-topic {  }


/* Типы комментариев
 *
 * deleted 	- 	удаленный комментарий
 * self 	- 	ваш комментарий
 * new 		- 	новый, непрочитанный комментарий
 * current 	- 	активный комментарий, который выделяется при исползование кнопки обновления в тулбаре
 *
 */
.comment 					{ background: #fff; }
.comment:hover 				{ background: #f7f7f7; }

.comment.comment-deleted 	{ background: #f8e3e3; }
.comment.comment-self		{ background: #f9f9f9; }
.comment.comment-new 		{ background: #e7eef7; }
.comment.comment-current 	{ background: #e9ffd3; }
.comment.comment-bad 		{ opacity: 0.3; filter: alpha(opacity=30); }
.comment.comment-bad:hover 	{ opacity: 1; filter: alpha(opacity=100); }

.ls-user-role-not-admin .comment.comment-deleted 	{ padding: 10px 15px; min-height: 0; background: #f7f7f7; color: #969696; }


/* Info Block */
.comment .comment-info { padding: 0 70px 5px 0; line-height: 16px; position: relative; overflow: hidden; zoom: 1; font-size: 11px; }
.comment .comment-info li { float: left; height: 16px; margin-right: 13px; }
.comment .comment-info li.comment-author a { font-weight: bold; text-decoration: none; }
.comment .comment-info li.comment-author.comment-topic-author a { color: #f00; }
.comment .comment-info li.comment-date { color: #969696; }
.comment .comment-info li.comment-favourite { position: relative; }
.comment .comment-info li.comment-link { position: relative; }
.comment .comment-info li.goto a { color: #758aa3; text-decoration: none; }
.comment .comment-info li .favourite-count { color: #969696; position: relative; }


.comment .comment-info li.vote 					{ position: absolute; top: 0; right: 0; margin: 0; }
.comment .comment-info li.vote .vote-count 		{ float: left; color: #969696; margin: 0 8px; }
.comment .comment-info li.vote .vote-down 			{ float: left; width: 16px; height: 16px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -67px -23px no-repeat; cursor: pointer; }
.comment .comment-info li.vote .vote-down:hover 	{ background-position: -67px -55px; }
.comment .comment-info li.vote .vote-up 			{ float: left; width: 16px; height: 16px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) -83px -23px no-repeat; cursor: pointer; }
.comment .comment-info li.vote .vote-up:hover 		{ background-position: -83px -39px; }

.comment .comment-info li.vote.vote-count-positive .vote-count { color: #51983c; }
.comment .comment-info li.vote.vote-count-negative .vote-count { color: #da4242; }

.comment .comment-info li.vote.voted-up .vote-down 	{ display: none; }
.comment .comment-info li.vote.voted-up .vote-up 		{ background-position: -83px -39px; }
.comment .comment-info li.vote.voted-down .vote-down 	{ background-position: -67px -55px; }
.comment .comment-info li.vote.voted-down .vote-up 	{ display: none; }

.comment .comment-info li.vote.vote-expired .vote-up,
.comment .comment-info li.vote.vote-expired .vote-down { display: none; }

.comment .comment-info li.goto { line-height: 12px; }
.comment .comment-info li.goto-comment-child { display: none; }


/* Content */
.comment .comment-content { position: relative; }
.comment .comment-content .text { font-size: 13px; }
.comment .comment-content .text blockquote { background: #fff; border-color: #ccc; padding: 5px 10px; margin-bottom: 5px; }

/* Actions */
.comment .comment-actions { padding: 0 0 7px 0; margin-top: 10px;  line-height: 12px; position: relative; overflow: hidden; zoom: 1; font-size: 11px; }
.comment .comment-actions li { display: inline; margin-right: 10px; }


/* Форма комментирования */
.reply-header { font-size: 20px; line-height: 1.3em; margin-bottom: 15px; }

.reply { background: #f7f7f7; padding: 15px; margin-bottom: 24px; }
.reply textarea { height: 100px; }
.reply textarea.loader { background: #f7f7f7 url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif) no-repeat center;}

.reply .mceEditor { display: block; margin-bottom: 10px; }

.wall-submit.wall-submit-reply.wall-submit-comment { -webkit-box-shadow: none; box-shadow: none; margin-top: 0; margin-bottom: 50px; }
.wall-submit.wall-submit-reply.wall-submit-comment:after { display: none; }/* -------------------------------------------------------------------
	БЛОКИ
------------------------------------------------------------------- */
.block 					{ background:#f4f4f6; padding: 20px; margin-bottom: 25px; border: 1px solid #f0f0f0; }
.block:last-child 		{ margin-bottom: 0; }
.sidebar-left .block 	{ margin-bottom: 10px; }

.block .block-header 				{ position: relative; margin-bottom: 4px; padding-bottom: 16px; }
.block .block-header h3 				{ font-size: 22px; line-height: 1em; }
.block .block-header h3 a 				{ text-decoration: none; color: #333; }
.block .block-header h3 a.link-dotted 	{ color: #5055B2; }
.block footer 							{ margin-top: 15px; font-size: 11px; color: #b9c2c2; }
.block footer a						{ color: #758aa3; }
.block footer a:hover					{ text-decoration: none; }

.block .max-height-200 		{ overflow: auto; max-height: 200px; _height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); position: relative; }

.block .nav.nav-pills			{ margin-bottom: 0; padding-top: 15px; }
.block .nav.nav-pills a 			{ text-decoration: none; border-bottom: 1px dotted #758aa3; }
.block .nav.nav-pills li.active a 	{ border: none; }


/* Block Type - Stream */
.block .block-update 		{ position: absolute; top: 38px; right: 5px; width: 20px; height: 20px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) 0 -130px no-repeat; cursor: pointer; }
.block .block-update:hover 	{ background-position: -20px -130px; }
.block .block-update.active 	{ background-position: -40px -130px; }

.block.block-type-stream .block-content .latest-list li { margin-bottom: 15px; color: #969696; }
.block.block-type-stream .block-content .latest-list p { font-size: 11px; }
.block.block-type-stream .block-content .latest-list .stream-topic { text-decoration: underline; }
.block.block-type-stream .block-content .latest-list .stream-blog { color: #282828; }
.block.block-type-stream .block-content .latest-list .stream-blog:hover { color: #f00; }
.block.block-type-stream .block-content .latest-list .author { margin-right: 5px; color: #4c4c4c; text-decoration: underline; }
.block.block-type-stream .block-content .latest-list .author:hover { color: #f00; }
.block.block-type-stream .block-content .latest-list .block-item-comments { font-size: 11px; text-decoration: none; color: #969696; white-space: nowrap; }
.block.block-type-stream .block-content .latest-list .block-item-comments i { position: relative; top: 1px; margin-right: 2px; }


/* Block Type - Activity Settings */
.block.block-type-activity p 		{ margin-bottom: 15px; }
.block.block-type-activity ul.stream-settings-blogs li 	{ margin-bottom: 3px; }
.block.block-type-activity .note 	{ display: block; margin-bottom: 15px; color: #969696; }


/* Block Type - Profile */
.block.block-type-profile 								{ margin: 0; text-align: center; }
.block.block-type-profile .profile-photo-wrapper 		{ position: relative; min-height: 50px; }
.block.block-type-profile .profile-photo-wrapper a 		{ position: relative; }
.block.block-type-profile .profile-photo 				{ vertical-align: top; max-width: 250px; }
.block.block-type-profile .status 						{ position: absolute; top: 10px; left: 0; padding: 0 0 0 10px; font-size: 11px; line-height: 18px; height: 20px; }
.block.block-type-profile .status:before 				{ content: ''; position: absolute; top: 0; right: -20px; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: #333; border-color: #333 transparent #333 #333; }
.block.block-type-profile .status.status-online			{ background: #8961e4; color: #fff; }
.block.block-type-profile .status.status-online:before 	{ border-color: #8961e4 transparent #8961e4 #8961e4; }
.block.block-type-profile .status.status-offline			{ background: #fff; color: #333; opacity: .5; filter: alpha(opacity=50); }
.block.block-type-profile .status.status-offline:before 	{ border-color: #fff transparent #fff #fff; }
.block.block-type-profile .upload-photo 					{ padding: 10px 30px 15px 30px; background: #f7f7f7; font-size: 11px; }
.block.block-type-profile .upload-photo a 				{ color: #758aa3; border-color: #758aa3; }

.block.block-type-profile-note	 			{ border: 2px solid #ffe25d; padding: 15px; }
.block.block-type-profile-note p 			{ margin-bottom: 10px; }
.block.block-type-profile-note .actions 		{ margin-bottom: 0; font-size: 11px; }

.block.block-type-profile-nav 				{ padding: 0; border: none; }

.block.block-type-profile-actions 					{ border: none; }
.block.block-type-profile-actions ul li				{ margin-bottom: 5px; font-size: 11px; }
.block.block-type-profile-actions ul li:last-child		{ margin-bottom: 0; }
.block.block-type-profile-actions ul li a				{ color: #758aa3; }
.block.block-type-profile-actions ul li a:hover			{ color: #f00; }
.block.block-type-profile-actions ul li a.followed		{ color: #f00; }


/* Block Type - Foldable */
.block.block-type-foldable { background: none; }
.block.block-type-foldable .block-header { background: none; border: none; padding: 0 0 10px; }
.block.block-type-foldable .block-content { display: none; background: #fafafa; }

.block.block-type-talk-search { margin-bottom: 10px; }
.block.block-type-talk-friends { margin-bottom: 10px; }


/* Block Type - Blogs */
.block.block-type-blogs .block-blog-list li { margin-bottom: 10px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/dots.png)  0% 14px repeat-x; position: relative; padding-right: 50px; }
.block.block-type-blogs .block-blog-list li a { background: #fff; padding-right: 5px; }
.block.block-type-blogs .block-blog-list li i { background-color: #fff; position: relative; }
.block.block-type-blogs .block-blog-list li strong { position: absolute; top: 0; right: 0; background: #fff; padding-left: 2px; font-weight: normal; font-size: 11px; }


/* Block Type - Blogs */
.block.block-type-blog .block-header h3 { font-size: 19px; }
.block.block-type-blog .block-header h3 a { color: #4e729d; border-bottom: 1px solid #d9e3ef; text-decoration: none; }
.block.block-type-blog .block-header h3 a:hover { color: #f00; color: #f00; border-bottom: 1px solid #efd2d2; }

.block.block-type-blog .block-content { color: #969696; font-size: 11px; }
.block.block-type-blog footer button { margin-right: 7px; }


/* Block Type - Tags */
.block.block-type-tags .search-form-wrapper { margin-bottom: 15px; }/* --------------------------------------------
	MODALS
-------------------------------------------- */

.modal {
    display: none;
    
    position: fixed;
    top: 25%;
    left: 50%;
    
    width: 300px;
    margin-left: -150px;
	
    color: #333;
    background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5); box-shadow: 0 0 15px rgba(0,0,0,.5);
	overflow: hidden;
}
.modal .close { 
	position: absolute; 
	top: 7px; 
	right: 8px; 
	width: 16px; 
	height: 16px; 
	background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat -131px -39px;
}
.modal .close:hover { background-position: -131px -55px; }
.modal .modal-header 	{ padding: 15px 30px 0; }
.modal .modal-header h3 	{ font-size: 22px; margin-right: 20px; }
.modal .modal-content 	{ padding: 30px 30px; }

.jqmOverlay { background-color: #000; }

* html .modal { position: absolute; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }


/* Login */
.modal.modal-login { width: 450px; margin-left: -225px; top: 50px; }
.modal.modal-login .nav { margin-bottom: 30px; }
.modal.modal-login .modal-header { margin-bottom: 0; }
.modal.modal-login .modal-content { padding-top: 15px; }
.modal.modal-login .remember-label { font-size: 11px; color: #646464; }
.modal.modal-login .remember-label input { top: 2px; }
.modal.modal-login .icon-question-sign { position: relative; top: -1px; opacity: 0.3; }
.modal.modal-login .icon-ok-green { position: relative; }
.modal.modal-login .js-block-popup-login-content .button { position: relative; top: -1px; margin-left: 1px; }
.ie .modal.modal-login .js-block-popup-login-content .button { margin-left: 1px; }


/* Write */
.modal.modal-write { width: 740px; margin-left: -370px; top: 70px; background: #fff; border: 1px solid #f0f0f0; }
.modal.modal-write .modal-content { padding: 20px 10px 20px; *padding: 20px 10px 25px; }
.modal.modal-write .write-list { *overflow: hidden; *zoom: 1; }
.modal.modal-write .write-list li { width: 100px; margin: 0 10px; font-size: 12px; font-weight: bold; text-align: center; overflow: hidden; display: inline-table; *float: left; }
.modal.modal-write .write-list li .write-item-image { display: block; margin: 0 auto 10px; width: 100px; height: 100px; text-align: center; background: url(https://www.markday.ru/templates/skin/starter-kit/images/write.png) no-repeat; }

.modal.modal-write .write-list li.write-item-type-topic .write-item-image 		{ background-position: 0 0; }
.modal.modal-write .write-list li.write-item-type-poll .write-item-image 		{ background-position: -100px 0; }
.modal.modal-write .write-list li.write-item-type-link .write-item-image 		{ background-position: -200px 0; }
.modal.modal-write .write-list li.write-item-type-photoset .write-item-image 	{ background-position: -300px 0; }
.modal.modal-write .write-list li.write-item-type-blog .write-item-image 		{ background-position: -400px 0; }
.modal.modal-write .write-list li.write-item-type-draft .write-item-image 		{ background-position: -500px 0; }

.modal.modal-write .write-list li.write-item-type-topic:hover  .write-item-image,
.modal.modal-write .write-list li.write-item-type-poll:hover  .write-item-image,
.modal.modal-write .write-list li.write-item-type-link:hover  .write-item-image,
.modal.modal-write .write-list li.write-item-type-photoset:hover  .write-item-image,
.modal.modal-write .write-list li.write-item-type-blog:hover  .write-item-image,
.modal.modal-write .write-list li.write-item-type-draft:hover  .write-item-image { opacity: 0.8; }

.modal.modal-write .write-list li:hover  a { color: #f00; }


/* Upload Image */
.modal.modal-image-upload { width: 500px; margin-left: -250px; }
.modal.modal-upload-photo .image-border, .modal.modal-upload-avatar .image-border { float: left; background: #fff; padding: 19px; margin-bottom: 15px; border: 1px solid #f0f0f0; }
#avatar-resize-original-img { max-width: 200px; width: 100%; }/* --------------------------------------------
	БЛОГ
-------------------------------------------- */
.blog-top { position: relative; padding-right: 130px; }
.blog-top .vote-topic { position: absolute; top: 3px; right: 0; }

/* Blog Mini */
.blog-mini { padding: 15px; margin-bottom: 17px; font-size: 11px; overflow: hidden; zoom: 1; background: #f7f7f7; }
.blog-mini button { margin-left: 20px; }
.blog-mini .fl-r a { margin-left: 14px; color: #758aa3; }
.blog-mini .fl-r a:hover { color: #f00; }
.blog-mini .fl-r a.link-dotted { border-color: #758aa3; }
.blog-mini .fl-r a.link-dotted:hover { border-color: #f00; }


.blog { overflow: hidden; margin-bottom: 17px; background: #f7f7f7; }
.blog-inner { padding: 20px; }


/* Header */
.blog .blog-header 			{ position: relative; padding: 10px 0 13px 78px; border-bottom: 1px solid #e6e6e6; min-height: 16px; }
.blog .blog-header h2 		{ font-size: 20px; font-weight: bold; line-height: 1em; margin-top: 3px; margin-bottom: 7px; }
.blog .blog-header h2 i 		{ position: relative; top: 5px; }
.blog .blog-header .close	{ position: absolute; top: 0; right: 0; font-size: 11px; cursor: pointer; }
.blog .blog-header .close i	{ margin-left: 5px; }
.blog .blog-header .close a	{ color: #758aa3; border-color: #758aa3; }
.blog .blog-header .close a:hover { color: #f00; border-color: #f00; }
.blog .blog-header .avatar 	{ position: absolute; top: -10px; left: 7px; width: 39px; height: 39px; }

.blog .blog-header .vote-label	{ text-transform: uppercase; text-align: right; font-size: 11px; color: #aaa; }
.blog .blog-header .count 		{ font-size: 34px; line-height: 1em; font-weight: bold; text-align: right; }

.blog .blog-header .vote 									{ position: absolute; top: 15px; right: 15px; }
.blog .blog-header .vote .vote-count 						{ padding-left: 25px; display: block; color: #333; }
.blog .blog-header .vote .vote-up 						{ position: absolute; top: 22px; left: 0; display: none; }
.blog .blog-header .vote .vote-down 						{ position: absolute; top: 35px; left: 0; display: none; }
.blog .blog-header .vote:hover .vote-up,
.blog .blog-header .vote:hover .vote-down,
.blog .blog-header .vote.voted .vote-up,
.blog .blog-header .vote.voted .vote-down 				{ display: inline-block; }
.blog .blog-header .vote.vote-count-positive .vote-count 	{ color: #5055B2; }

.blog .blog-header .actions { margin-bottom: 0; }


/* Content */
.blog .blog-content { padding: 22px 8px 0; border-top: 1px solid #fff; }
.blog .blog-content .blog-description { margin-bottom: 50px; }
.blog .blog-content .user-avatar { margin-right: 10px; }

.blog-info { width: 300px; margin-bottom: 50px; }
.blog-info li { margin-bottom: 5px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/dots.png)  0% 14px repeat-x; position: relative; padding-right: 50px; }
.blog-info li span { background: #f8fbfe; padding-right: 2px; }
.blog-info li strong { width: 150px; position: absolute; top: 0; right: 0; background: #f7f7f7; padding-left: 2px; font-weight: normal; }
.blog-info li.rating strong { color: #5fa459; }


/* Footer */
.blog .blog-footer { padding: 22px 26px; background: #f0f0f0; font-size: 11px; }
.blog .blog-footer button { margin-right: 10px; }
.blog .blog-footer a { color: #758aa3; }
.blog .blog-footer .admin { float: right; }
.blog .blog-footer .admin img { width: 16px; height: 16px; vertical-align: middle; margin-right: 1px; }
.blog .blog-footer .admin a { color: #4a4a4a; }


/* More Button */
.blog-more 			{ display: block; padding: 10px 0; text-align: center; text-decoration: none; background: #fafafa; }
.blog-more:hover 	{ background: #eee; }/* --------------------------------------------
	СТРАНИЦА ПОЛЬЗОВАТЕЛЯ
-------------------------------------------- */

.profile 				{ min-height: 48px; margin-bottom: 0; padding: 0 0px 20px 0; position: relative; }

.profile .button 		{ float: right; margin-left: 7px; }
.profile .avatar 		{ position: absolute; top: 0; left: 0; }
.profile .vote-label		{ text-transform: lowercase; text-align: center; font-size: 10px; color: #aaa; }
.profile .vote-profile 	{ float: right; margin-left: 10px; }
.profile .vote-profile .vote-topic	{ float: none; }
.profile .vote-profile .vote-topic .vote-item.vote-count	{ cursor: text; }

.profile .strength 			{ float: right; margin-left: 18px; }
.profile .strength .count 	{ font-size: 11px; text-align: center; padding: 2px 10px; line-height: 16px; color: #4e729d; margin-bottom: 0px; height: 16px; }

.profile .user-login 		{ width: 240px; line-height: 26px; margin-bottom: 5px; }
.profile .user-name 			{ color: #969696; font-size: 17px; }

.profile-page-header 		{ font-size: 12px; font-weight: bold; margin-bottom: 20px; background: #f5f5f5; border-top: 1px solid #eee; color: #555; padding: 5px 10px 6px; }

.profile-info-about 			{ padding: 13px 20px 20px 135px; min-height: 100px; background: #f2f2f2; margin-bottom: 30px; position: relative; overflow: hidden; }
.profile-info-about .avatar 	{ position: absolute; top: 20px; left: 20px; background: #fff; padding: 5px; }
.profile-info-about .avatar img { vertical-align: top; width: 80px; height: 80px; }
.profile-info-about h3 		{ font-size: 19px; margin-bottom: 5px; }
.profile-info-about .edit	{ font-size: 11px; }

.profile-left 	{ width: 360px; float: left; margin-right: 40px; }
.profile-right 	{ width: 185px; float: left; }

.profile-dotted-list { margin-bottom: 50px; }
.profile-dotted-list li { overflow: hidden; zoom: 1; margin-bottom: 5px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/dots.png)  0% 14px repeat-x; }
.profile-dotted-list li span { background: #fff; }
.profile-dotted-list li strong { float: right; width: 190px; font-weight: normal; background: #fff; }

.profile-contact-list { margin-bottom: 50px; }
.profile-contact-list li { margin-bottom: 5px; padding-left: 21px; position: relative; }
.profile-contact-list li i { position: absolute; top: 2px; left: 0; }/* --------------------------------------------
	СТЕНА
-------------------------------------------- */

.wall-submit 									{ margin-bottom: 30px; background: #f7f7f7; padding: 15px; position: relative; }
.wall-submit .counter							{ position: absolute; bottom: 18px; right: 15px; color: #969696; }
.wall-submit .counter.exceeded					{ color: #f00; }
.wall-submit textarea 								{ margin: 0 0 10px; }
.wall-submit.wall-submit-reply 					{ margin: 15px 0 2px 0; -webkit-box-shadow: 0 0 7px #E2EAF1 inset; box-shadow: 0 0 7px #E2EAF1 inset; }
.wall-submit.wall-submit-reply:after 			{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #eaf1f7 transparent; border-style: solid; }
.wall-submit.wall-submit-reply .counter			{ display: none; }
.wall-submit.wall-submit-reply textarea 			{ margin-bottom: 0; height: 28px; *height: 16px; *width: 590px; }
.wall-submit.wall-submit-reply button 			{ display: none; }
.wall-submit.wall-submit-reply.active textarea 	{ height: 80px; margin-bottom: 10px; }
.wall-submit.wall-submit-reply.active button 		{ display: block; }
.wall-submit.wall-submit-reply.active .counter	{ display: block; }
.wall-submit p 									{ margin-bottom: 5px; }

.wall-item-wrapper 				{ margin-bottom: 23px; border-bottom: 1px solid #e6e6e6; padding: 0 0 20px 55px; position: relative; }
.wall-item-wrapper:last-child 	{ border-bottom:none; }

.wall-item .avatar 								{ width: 40px; height: 40px; position: absolute; top: 0; left: 0; }
.wall-item .info 								{ color: #b9c2c2; font-size: 11px; line-height: 1em; margin-bottom: 8px; }
.wall-item .info .date 							{ color: #969696; }
.wall-item .actions.wall-item-actions 			{ margin-top: 5px; margin-bottom: 0; }
.wall-item .actions.wall-item-actions a 			{ color: #758aa3; border-color: #758aa3; }
.wall-item .actions.wall-item-actions a:hover 	{ color: #f00; border-color: #f00; }

.wall-item-replies 			{ padding: 4px 5px 2px; background: #f7f7f7; position: relative; margin-top: 15px; margin-bottom: 5px; font-size: 11px; }
.wall-item-replies:after 	{ display: block; content: ""; position: absolute; top: -12px; left: 15px; width: 0; height: 0; border-width: 6px; border-color: transparent transparent #f7f7f7 transparent; border-style: solid; }

.wall-item-reply 						{ padding: 4px 0 8px 40px; margin: 0 7px; position: relative; font-size: 11px; border-bottom: 1px solid #e6e6e6; border-top: 1px solid #fff; }
.wall-item-reply:first-child 			{ border-top: none; padding-top: 0; margin-top: 3px; }
.wall-item-reply:first-child .avatar 	{ top: 4px; }
.wall-item-reply:last-child 				{ border-bottom: none; }
.wall-item-reply .text					{ font-size: 11px; }
.wall-item-reply .avatar 				{ position: absolute; top: 8px; left: 0; width: 30px; height: 30px; }
.wall-item-reply .actions 				{ margin-bottom: 0; }
.wall-item-reply .actions .date 			{ color: #969696; }
.wall-item-reply .author 				{ font-weight: bold; }

.wall-more-reply 		{ display: block; text-decoration: none; text-align: center; padding: 4px 10px 6px; font-size: 11px; margin-bottom: 10px; color: #969696; border: 1px solid #dfdfdf; background: #dfdfdf; font-family: Verdana, sans-serif; cursor: pointer; }
.wall-more-reply:hover 	{ color: #969696; text-decoration: none; background: #c8c8c8; border: 1px solid #c8c8c8; }
.wall-more-reply:active 	{ 
	-moz-box-shadow: 	0 2px 4px rgba(0, 0, 0, .15) inset; 
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15) inset; 
	box-shadow: 		0 2px 4px rgba(0, 0, 0, .15) inset; 
}

.wall-note h3 { font-size: 15px; margin-bottom: 20px; }/* --------------------------------------------
	ВСПЛЫВАЮЩИЕ ПОДСКАЗКИ
-------------------------------------------- */

.infobox { visibility: hidden; position: absolute; top: 0; left: 0; z-index: 3500; text-align: left; padding: 15px; min-width: 50px; max-width: 300px; color: #fff; background: rgba(0,0,0,.8); }

.infobox .tip-arrow 						{ position: absolute; width: 0; height: 0; border-width: 6px; border-style: solid; border-color: rgba(0,0,0,.8); }
.infobox .tip-arrow.tip-arrow-top 		{ top: -12px; left: 15px; border-top-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-bottom 	{ bottom: -12px; left: 15px; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-right 		{ top: 50%; margin-top: -6px; right: -12px; border-bottom-color: transparent !important; border-top-color: transparent !important; border-right-color: transparent !important; }
.infobox .tip-arrow.tip-arrow-left 		{ top: 50%; margin-top: -6px; left: -12px; border-bottom-color: transparent !important; border-top-color: transparent !important; border-left-color: transparent !important; }

.infobox a 			{ color: #758AA3; }
.infobox a:hover 	{ color: #f00; }


/* Default Tip */
.infobox.infobox-standart 				{ background: rgba(0,0,0,.8); }
.infobox.infobox-standart .tip-arrow 	{ border-color: rgba(0,0,0,.8); }

/* Yellow */
.infobox.infobox-yellow 					{ background: #1d1d1d; color: #fff; padding: 15px 20px; font-size: 11px; line-height: 16px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3); box-shadow: 0 0 15px rgba(0,0,0,.3); }
.infobox.infobox-yellow .tip-arrow 		{ border-color: #1d1d1d; }

/* Topic */
.infobox.infobox-topic 					{ font-size: 11px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5); box-shadow: 0 0 10px rgba(0,0,0,.5); background: #1d1d1d; }
.infobox.infobox-topic i 					{ margin-right: 5px; margin-top: -2px}
.infobox.infobox-topic .tip-arrow 		{ left: 50%; margin-left: -5px; border-color: #1d1d1d; }

/* Help */
.infobox.infobox-help 								{ background: #fff; width: 300px; border: 1px solid #f0f0f0; color: #333; padding: 25px 30px; font-size: 12px; line-height: 18px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1); box-shadow: 0 0 15px rgba(0,0,0,.1); }
.infobox.infobox-help .tip-arrow 					{ border: none; width: 15px; height: 11px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat; }
.infobox.infobox-help .tip-arrow.tip-arrow-top 		{ background-position: -38px -107px; top: -11px; }
.infobox.infobox-help .tip-arrow.tip-arrow-bottom 	{ background-position: -53px -107px; bottom: -11px; }
.infobox.infobox-help .blog-info 					{ margin-bottom: 30px; }
.infobox.infobox-help .blog-info li span 				{ background: #fff; }
.infobox.infobox-help .blog-info li strong 				{ background: #fff; }
.infobox.infobox-help .infobox-topic 				{ color: #4e729d; }
.infobox.infobox-help .infobox-topic:hover			{ color: #f00; }
.infobox.infobox-help .infobox-actions 				{ font-size: 11px; }

/* Share */
.infobox.infobox-share 								{ background: #fff; width: 300px; border: 1px solid #f0f0f0; color: #333; padding: 10px 15px; font-size: 12px; line-height: 18px; -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1); box-shadow: 0 0 15px rgba(0,0,0,.1); }
.infobox.infobox-share .tip-arrow 					{ border: none; width: 15px; height: 11px; background: url(https://www.markday.ru/templates/skin/starter-kit/images/icons-starter.png) no-repeat; }
.infobox.infobox-share .tip-arrow.tip-arrow-top 		{ background-position: -38px -107px; top: -11px; left: 50%; margin-left: -7px;  }
.infobox.infobox-share .tip-arrow.tip-arrow-bottom 	{ background-position: -53px -107px; bottom: -11px; left: 50%; margin-left: -7px;  }/* --------------------------------------------
	ВСПЛЫВАЮЩИЕ УВЕДОМЛЕНИЯ
-------------------------------------------- */

#notifier { 
	width: 250px; 
	
	position: fixed; 
	top: 10px; 
	right: 10px; 
	
	font-size: 11px;
	line-height: 16px;
	z-index: 9999; 
	
	/* IE 6 Fix */
	_position: absolute; 
	_top: expression( eval(document.documentElement.scrollBottom) + 10 +"px" );
}

#notifier .n-box { 
	position: relative; 
	
	padding: 15px 20px 16px; 
	margin-bottom: 10px;
	
	color: #fff; 
	background: #000; 
	
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3); box-shadow: 0 0 5px rgba(0,0,0,.3);
	opacity: 0.9; filter: alpha(opacity=80);
	
	cursor: pointer;
}
#notifier .n-box h3 { color: #fff; font-size: 12px; font-weight: bold; margin-bottom: 3px; font-family: Verdana, sans-serif; }
#notifier .n-box p { margin: 0; }

#notifier .n-box.n-notice { background: #063573; color: #fff; }
#notifier .n-box.n-error { background: #850505; color: #fff; }/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #C9EEFF; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(https://www.markday.ru/templates/skin/starter-kit/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Autocomplete 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.14
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.4;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Datepicker 1.8.14
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-autocomplete-loading {
	background: #fafafa url(https://www.markday.ru/templates/skin/starter-kit/images/loader.gif) 50% 50% no-repeat;
}/* --------------------------------------------
	СТИЛИ ДЛЯ ПЕЧАТИ
-------------------------------------------- */

@media print {
	@page 			{ margin: 0.5cm; }

	* 				{ background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; font-family: Arial, sans-serif !important; }
	
	body, .text 		{ font-size: 14pt; }
	
	a, a:visited 	{ text-decoration: underline; }

	pre, blockquote 	{ border: 1px solid #999; page-break-inside: avoid; }
	thead 			{ display: table-header-group; }
	tr, img 			{ page-break-inside: avoid; }
	img 				{ max-width: 100% !important; }
	
	h1 				{ font-size: 30pt !important; font-weight: bold !important; }
	h4 				{ font-size: 26pt !important; }
	h5 				{ font-size: 23pt !important; }
	h6 				{ font-size: 20pt !important; }
	p, h3, h4, h5 	{ orphans: 3; widows: 3; }
	h3, h4, h5 		{ page-break-after: avoid; }
	h1 a 				{ text-decoration: none !important; }
	
	#header, #userbar, #nav, #sidebar, #footer, #comments, .toolbar, .nav-filter-wrapper, 
	.topic-footer, .stat-performance, .topic-actions, .reply-header, .nav { display: none !important; }
	
	#wrapper { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0; }
	#content { width: 100%; margin: 0; }
	
	.topic { margin-bottom: 100px; }
}

img.logotype {
	vertical-align: middle;
	padding-right: 4px;
	background: #fff;

}

img.list_logotype {
	vertical-align: middle;

	float:left; /* Выравнивание по левому краю */
	margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
}

.company { padding: 15px 20px 0 0; margin-bottom: 15px; color: #666; position: relative; }
.company a span {font-size: 18px; }

.company .vote-topic { position: absolute; top: 3px; right: 15px; }

.company .voting { position: absolute; top: 10px; right: 20px; z-index: 100; }
.company .voting .total { font-weight: normal; padding: 4px 10px 5px; font-size: 14px; }
.company .voting .plus { margin: 4px 6px 0 0; }
.company .voting .minus { margin: 4px 0 0 6px; }
.company .voting .text { font-size: 10px; color: #aaa; text-align: center; clear: both; }
.company .voting.positive .total { background: #68BF46; color: #fff; }
.company .voting.negative .total { background: #FF3B3C; color: #fff; }

.company .company-header { overflow: hidden; zoom: 1; position: relative; padding: 0 100px 0 112px; height: 100px }
.company .company-header img { position: absolute; top: 0; left: 0; }

.company .actions { margin-bottom: 10px; }

.company .rss { position: relative; top: -4px; left: 19px; width: 20px; height: 20px; background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/rss.gif) }

.company .favourite { position: absolute; top: 20px; left: -22px; height: 16px; width: 20px; background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/icons.gif) no-repeat 0 -40px; }
.company .favourite:hover { background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/icons.gif) no-repeat -20px -40px;  }
.company .favourite.active { background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/icons.gif) no-repeat -20px -40px;  }

.company .worker { position: absolute; top: 42px; left: -22px; width: 20px; height: 20px; background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/work2.png) no-repeat 0 -25px; }
.company .worker:hover { background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/work2.png) no-repeat 0px 0px; }
.company .worker.active { background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/work2.png) no-repeat 0px 0px; }

.company .menu{ padding-top: 5px; }

.company-profile-dotted-list { margin-bottom: 50px; }
.company-profile-dotted-list li { overflow: hidden; zoom: 1; margin-bottom: 5px; background: url(https://www.markday.ru/plugins/company/templates/skin/default/images/dots.png)  0% 14px repeat-x; }
.company-profile-dotted-list li span { background: #fff; }
.company-profile-dotted-list li strong { float: right; width: 72%; font-weight: normal; background: #fff; }


.margin-bottom-10 {margin-bottom: 10px}
/* Счетчики вводимых символов*/
form div{
	position:relative; margin: 0;
}
form .counter{
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	font-weight:bold;
	color:#ccc;

}
.markItUpContainer .counter {padding: 5px;}
form .warning{
	color:#600;
}
form .exceeded{
	color:#e00;
}


.hidden {display: none;}

.staff-position {
    font-size: 10px;
    color:    #999;
}

.staff-forms-holder {width:100%;}
.staff-forms-holder .row{overflow:hidden;padding-bottom:5px;position:relative;}
.staff-forms-holder .row .th,
.staff-forms-holder .row .td{float:left;}
.staff-forms-holder .row .name{width:43%;padding-right:15px;}
.staff-forms-holder .row .position{width:43%;}
.staff-forms-holder .row .delete{position:absolute;right:0;top:1px;}
.staff-forms-holder .row .th{color: #999;padding-bottom:5px;padding-right:2%;}

.staff-form fieldset {
	margin: 0;
	border: none;
	padding: 0;
}
.dotted, a.dotted, a.dotted:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.td input[type="text"]{ display:block; margin-bottom:5px; width:99%; border:1px solid #dcdcdc; padding:3px; }
.map{ width: 99%; height: 300px; }
.block-blog-list a.active {font-weight: bold}

.company_name {
	 font-size: 22px;
	 font-style: normal;
	 text-decoration: none;
 }

.company_description {
	color: #7B7B7B;
}


/* Company Photo */

.company-images { padding-top: 10px; margin-bottom: 15px; }
.company-images h2 { border-bottom: 1px solid #ccc; padding-bottom: 4px; margin-bottom: 15px; font-size: 22px; }
.company-images ul { overflow: hidden; zoom: 1; }
.company-images ul li { float: left; margin: 0 9px 9px 0; position: relative; }
.company-images ul li .image-number { display: none; position: absolute; top: 5px; right: 5px; background: #000; color: #6bd24b; padding: 1px 6px; font-size: 11px; background: rgba(0,0,0,.6); }
.company-images ul li:hover .image-number { display: block; }
.company-images ul li img { vertical-align: top; }
.company-images .company-photo-more { display: block; border-top: 1px solid #dbe6f0; text-align: center; padding: 10px 0; margin-bottom: 15px; text-decoration: none; background: #f3f7fa; color: #7b90a5; }
.company-images .company-photo-more:hover { background: #eaf2f8; }

.company-photo-upload { background: #F1F7FD; padding: 15px 15px 15px; margin-bottom: 20px; }
.company-photo-upload h2 { margin-bottom: 15px; font-size: 21px;}
.company-photo-upload ul { overflow: hidden; zoom: 1; }
.company-photo-upload ul li { min-height: 100px; _height: 100px; margin-bottom: 10px; padding-left: 110px; position: relative; }
.company-photo-upload ul li img { position: absolute; top: 0; left: 0; }
.company-photo-upload ul li label { color: #aaa; }
.company-photo-upload ul li textarea { border: 1px solid #ddd; width: 350px; height: 60px; padding: 3px; font-size: 12px; font-family: Arial, sans-serif; color: #333; }
.company-photo-upload ul li .image-delete { text-decoration: none; margin-right: 15px; }
.company-photo-upload ul li .image-delete:hover { color: #f00; }
.company-photo-upload ul li.marked-as-preview .mark-as-preview { display: inline; color: #43c70f; font-weight: bold; }
.company-photo-upload ul li .mark-as-preview { display: none; text-decoration: none; }
.company-photo-upload ul li:hover .mark-as-preview { display: inline; }
.company-photo-upload .company-photo-upload-rules { color: #888; margin-bottom: 15px; }
.company-photo-upload .company-photo-upload-input { margin-bottom: 20px; }
.company-photo-upload .company-photo-upload-input input { margin-top: 3px; }/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: -9999px;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}

.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) -42px 1px no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -moz-box-sizing   : border-box;
  -ms-box-sizing    : border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing : border-box;
  box-sizing        : border-box;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) -42px 1px no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .disabled-result {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container .chzn-results .disabled-result em {
  background: transparent;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  color: #ccc;
  cursor: default;
  display: list-item;
}
.chzn-container-multi .chzn-drop .result-selected em {
  background: transparent;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  background: transparent;
  border-left: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chzn-rtl .chzn-single-with-deselect span { margin-left: 38px; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; }
.chzn-rtl .chzn-search { left: 9999px; }
.chzn-rtl.chzn-with-drop .chzn-search { left: 0px; }
.chzn-rtl .chzn-drop { left: 9999px; }
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-container-single.chzn-rtl.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}
/* @end */

/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi)  {
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
      background-image: url(https://www.markday.ru/plugins/multiblog/templates/skin/default/images/chosen-sprite@2x.png) !important;
      background-repeat: no-repeat !important;
      background-size: 52px 37px !important;
  }
}
/* @end */
.strength,
.blog-info .rating,
.blog-top .vote-topic { display: none; }

.table a.asc:after,
.table a.desc:after { content: ""; }
.table .cell-tab-inner.active a.asc:after { content: " ↑"; }
.table .cell-tab-inner.active a.desc:after { content: " ↓"; }.topicsrcBlock {margin-top: 10px;}/*
	Configengine plugin
	(P) PSNet, 2008 - 2013
	http://psnet.lookformp3.net/
	http://livestreet.ru/profile/PSNet/
	https://catalog.livestreetcms.com/profile/PSNet/
	http://livestreetguide.com/developer/PSNet/
*/

div.ConfigEngine {}

div.ConfigEngine h3 {
	margin-bottom: 20px;
}

div.ConfigEngine h3 span {
	color: #22BB22;
}

div.ConfigEngine .PluginList {
	margin-bottom: 20px;
	width: 100%;
	border: 1px solid #DDDDDD;
}

div.ConfigEngine .PluginList thead {
	cursor: default;
	text-shadow: 0 1px 1px #FFFFFF;
	font: 14px/20px Tahoma;
	background: #EEEEEE;
	background: -moz-linear-gradient(top,	rgba(245,245,245,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
}

div.ConfigEngine .PluginList th {
	padding: 1px 2px 3px;
	border-color: #ddd;
}

div.ConfigEngine .PluginList tr.second {
	background: #FAFAFA;
}

div.ConfigEngine .PluginList tbody tr:hover {
	background: #EEF8FF;
}

div.ConfigEngine .PluginList td {
	padding: 1px 3px 2px;
	text-align: center;
	border: 1px solid #DDDDDD;
}

div.ConfigEngine .PluginList td.nameleft {
	text-align: left;
}

div.ConfigEngine .PluginList .Tip {
	background: #EFF5FF;
	border: 1px solid #88A6FF;
	border-radius: 10px 10px 10px 10px;
	cursor: default;
	display: inline-block;
	font: 10px/16px Verdana,Helvetica;
	height: 16px;
	text-align: center;
	width: 16px;
	text-decoration: none;
}

div.ConfigEngine .PluginList .Control {
	cursor: pointer;
}

div.ConfigEngine .ce_delete_plugin_config {
	color: red;
}

div.ConfigEngine .ce_delete_plugin_config:hover {
	border: 1px solid #FF8888;
}

/* import settings */

div.CE_ImportSettings {}

div.CE_ImportSettings div.FileField {
	float: left;
	height: 27px;
	margin: 0 10px 0 0;
	position: relative;
	width: 500px;
}

div.CE_ImportSettings div.FileField > * {
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

div.CE_ImportSettings div.FileField div.FWrapper input {
	font-size: 200px;
	margin-top: -20px;
	opacity: 0;
	position: absolute;
	right: 0;
}

div.CE_ImportSettings div.FileField div.Cover {
	background: #EEEEEE;
	background: -moz-linear-gradient(top,	rgba(229,229,229,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,	rgba(229,229,229,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,	rgba(229,229,229,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,	rgba(229,229,229,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(to bottom,	rgba(229,229,229,1) 0%,rgba(238,238,238,1) 100%);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11) inset;
	font: bold 12px/26px Tahoma,Verdana;
	text-align: center;
	text-shadow: 0 1px 0 #FFFFFF;
	white-space: pre;
}
/*
	Crosslinker plugin
	(P) PSNet, 2008 - 2013
	http://psnet.lookformp3.net/
	http://livestreet.ru/profile/PSNet/
	https://catalog.livestreetcms.com/profile/PSNet/
	http://livestreetguide.com/developer/PSNet/
*/

div.CrossLinker {}

div.CrossLinker h2 {
	margin-bottom: 20px;
}

div.CrossLinker .RulesList {
	border: 1px solid #EEEEEE;
	width: 100%;
}

div.CrossLinker .RulesList thead {
	font: 14px/20px Tahoma;
	text-shadow: 0 1px 1px #FFFFFF;
	cursor: default;
	background: #EEEEEE;
	background: -moz-linear-gradient(top,	rgba(245,245,245,1) 0%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(238,238,238,1)));
	background: -webkit-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
	background: linear-gradient(top,	rgba(245,245,245,1) 0%,rgba(238,238,238,1) 100%);
}

div.CrossLinker .RulesList th {
	border-color: #EEEEEE;
	padding: 0 0 2px;
}

div.CrossLinker .RulesList td {
	border: 1px solid #EEEEEE;
	padding: 1px 4px;
}

div.CrossLinker .RulesList td.FirstRow {}

div.CrossLinker .RulesList td.SecondRow {}

div.CrossLinker .RulesList td.SecondRow div.OriginalNotHighlighted {
	display: none;
}

div.CrossLinker .RulesList td.LastRow {
	text-align: center;
	width: 120px;
}

div.CrossLinker .RulesList td.SecondRow pre {
	border: none;
	padding: 0;
	white-space: pre-wrap;
}

div.CrossLinker .RulesList tr.Second {
	background: #FAFAFA;
}

div.CrossLinker .RulesList tbody tr:hover {
	background: #FFFAFA;
	cursor: default;
}

/* add/edit controls and form */

div.CrossLinker div.TopControls {
	float: right;
}

#CrossLinker_AddLink,
div.CrossLinker .RulesList a.CrossLinker_EditLink,
div.CrossLinker .RulesList a.CrossLinker_DeleteLink,
div.CrossLinker .RulesList a.CrossLinker_ChangePosition {
	text-decoration: none;
	opacity: 0.7;
}

#CrossLinker_AddLink:hover,
div.CrossLinker .RulesList a.CrossLinker_EditLink:hover,
div.CrossLinker .RulesList a.CrossLinker_DeleteLink:hover,
div.CrossLinker .RulesList a.CrossLinker_ChangePosition:hover {
	opacity: 1;
}

#CrossLinker_EditForm {
	background: #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	clear: both;
	display: none;
	margin: 0 0 20px;
	padding: 10px 20px 20px;
}

#CrossLinker_EditForm h4 {
	color: #777777;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px #FFFFFF;
}

#CrossLinker_EditForm form {
	overflow: hidden;
}

#CrossLinker_EditForm div.PatternsList {
	background: #DDDDDD;
	border-radius: 4px 4px 4px 4px;
	float: right;
	padding: 5px;
}

#CrossLinker_EditForm div.PatternsList select {
	padding: 1px;
}

#CL_PatternPreview {
	background: #F2F2F2;
	border: 1px solid #BBBBBB;
	width: 300px;
	padding: 2px;
}

#CrossLinker_Word_From,
#CrossLinker_Word_To {
	width: 500px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#CrossLinker_Word_To {}

#CrossLinker_AddSubmit,
#CL_UsePatternNow {
	background: url(data:image/gif;base64,R0lGODlhEAALAPQAAGheXgAAAFlQUFVMTF9WVgICAgAAABIRETUwMCcjI0xERA0MDB4bGzgzMyglJU1GRg8ODgEBAR8cHF5VVVhPT2NaWhYUFFpRUWNZWUpDQ0E7O1JKSmFYWAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat 1000px center #D5D5D5;
	border: none;
	color: #FFFFFF;
	font: 18px/20px Verdana;
	padding: 1px 0 2px;
	width: 500px;
	box-shadow: 0 1px 1px #FFFFFF inset;
	text-align: center;
}

#CL_UsePatternNow {
	background: #D5D5D5;
	cursor: pointer;
	width: 100%;
}

#CrossLinker_AddSubmit:hover,
#CL_UsePatternNow:hover {
	background-color: #CCC;
}

#CrossLinker_AddSubmit:active,
#CL_UsePatternNow:active {
	box-shadow: 0 1px 2px #777777 inset;
	padding: 2px 0 1px;
}

/* resaving topic and comments */

div.CrossLinker.Topics div.Description,
div.CrossLinker.Comments div.Description {
	margin-bottom: 15px;
}

div.CrossLinker label.Pink {
	background: #FFEEEE;
	padding: 2px 0;
}

#CrossLinker_TopicsUpdateConrols,
#CrossLinker_CommentsUpdateConrols {
	display: none;
	margin: 20px 0;
}

#CrossLinker_TopicsUpdateDisplay,
#CrossLinker_CommentsUpdateDisplay {
	background: #FAFAFA;
	border: 2px dashed #BBBBBB;
	font: 10px/12px Verdana;
	margin: 20px 0;
	padding: 10px;
	text-transform: lowercase;
	list-style-position: outside;
	list-style-type: decimal-leading-zero;
}

#CrossLinker_TopicsUpdateDisplay li,
#CrossLinker_CommentsUpdateDisplay li {
	margin-left: 30px;
}

#CrossLinker_TopicsUpdateDisplay li.ok,
#CrossLinker_CommentsUpdateDisplay li.ok {
	color: #33BB33;
	margin-bottom: 7px;
}

#CrossLinker_TopicsUpdateDisplay li:first-child,
#CrossLinker_CommentsUpdateDisplay li:first-child {
	margin-bottom: 7px;
}

#CrossLinker_TopicsUpdateDisplay li.error,
#CrossLinker_CommentsUpdateDisplay li.error {
	color: red;
}

/* settings page */

div.CrossLinker dl.Settings {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

div.CrossLinker dl.Settings dt {
	float: left;
	padding-top: 4px;
	width: 550px;
}

div.CrossLinker dl.Settings dd {
	overflow: hidden;
	padding-left: 20px;
}

div.CrossLinker div.sl {
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #DDDDDD;
	clear: both;
	margin: 15px auto;
	width: 50%;
}

/* export/import settings */

div.CrossLinker div.ExportImportSettings {
	background: #F1F7FD;
	border-top: 2px dashed #CD2B2B;
	margin: 0 -20px -20px;
	padding: 20px;
}

div.CrossLinker div.ExportImportSettings div.Warning {
	background: #EAA9A9;
	border-radius: 3px 3px 3px 3px;
	margin: 0 0 15px;
	padding: 5px;
}

div.CrossLinker div.ExportImportSettings div.Warning div.Icon {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAYCAYAAAAGXva8AAAACXBIWXMAAAsSAAALEgHS3X78AAABNUlEQVRIib2W0XWDMAxF78kCyQYZgRHIBhmBERgh3YQRGIERMgIjMAL9qNI6z8LYEOpz9IFkc2XpRYR5nik14AnMwHPT+Q3A1oAvaw+FAmdgEugEnEvec6JsfQEX8V3Mn78KblnJDUd5rj5eXmAQ4FXAw0ehQCO3alL+3VBi8QwSDyuQJaoc6CPVO6fXj11Q61v4ws78vz577mTfdQ/ULZ0DTbYgGwrcJfs2iL1BzaeT6l4EtczDn8Mo8Qhq/rczS6LKFU8tcXfgA3WOqJbEE/and/a8hNM5sV50EInKg/aSbXzobyhEXxhH8XHSW8qzZqvtSQhhcbosCUmEGLZodKFOdk3iJkmotCCq2lJmw0r5VqG2zx8uoka3B1vN0Uhn/ihwtNUn4Mb/rhv8fJr0z9ZRNgHVN27QJ4RmEJOfAAAAAElFTkSuQmCC) no-repeat left center transparent;
	display: inline-block;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
	width: 29px;
}

/* popup window for admins */

#CL_PopupTextControls {
	background: #EBF5FF;
	border: 4px solid #92C5FB;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 2px #1F6DCC inset;
	display: none;
	padding: 5px;
	position: fixed;
	z-index: 93000;
}

#CL_PopupTextControls h3 {
	font: bold 13px/18px Verdana,Helvetica;
	margin-bottom: 5px;
	text-align: center;
	text-shadow: 0 1px 1px #FFFFFF;
}

#CL_PopupTextControls .Controls {
	background: #9BCFCE;
	border-radius: 2px 2px 2px 2px;
	clear: both;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px;
}

#CL_PopupResaveTopicButton {
	display: none;
}

#CL_PopupResaveTopicButton.Active {
	display: inline-block;
}

/* help page */

div.CrossLinker.Help div.Description {}

div.CrossLinker.Help div.Description ul li {
	background: #EEEEEE;
	border-radius: 2px 2px 2px 2px;
	list-style: disc inside none;
	margin: 2px 0;
	padding: 1px 10px;
	width: 220px;
}

div.CrossLinker.Help div.Description ol {
	list-style: decimal outside none;
	padding: 0 0 0 30px;
}

div.CrossLinker.Help div.Description ol li {
	margin-bottom: 8px;
}

div.CrossLinker.Help div.Description h4 {
	color: #777777;
	font: bold 17px/20px Verdana,Helvetica;
}

/* toolbar button */

.toolbar .toolbar-cl a {
	padding: 5px 0;
}

.toolbar .toolbar-cl a i {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAIAAAALR8HoAAAACXBIWXMAAAsSAAALEgHS3X78AAAAm0lEQVQokWP8//8/A4mAiYGB4c2eUmVl5bnXrs1VhoLSPW8YGBgYGCAiMB6Snmsb09cxMDAwMGgl3717cmYQAwPDup0X3jDgBEykOoyBgYGF4c2zG0h8EZfuu3e78eshxx766RGR0kDiQ8IdI3gZGJACnomBQUw+iGS3ibgkVsENMk9fx8DAEORuIIKs6sJcZWVl3zYoj5GMtAMA8R0z2YIHEQcAAAAASUVORK5CYII=") no-repeat scroll center center transparent;
	display: block;
	height: 25px;
	margin: 0 auto;
	width: 25px;
}

/* select tags */

div.CrossLinker.SettingsSelectTags {}

#CL_ST_TagsList {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#CL_ST_TagsList div.OneTag {
	float: left;
	margin-bottom: 3px;
	width: 33%;
}

/* select tags controls */

div.CrossLinker.SettingsSelectTags .Controls {
	clear: both;
	overflow: hidden;
}

#CL_ST_SelectNone,
#CL_ST_SelectAll {
	border-bottom: 1px dashed;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-left: 15px;
}

#CL_ST_SelectNone:hover,
#CL_ST_SelectAll:hover {
	border: none;
}

/* popup windows */

#CL_ChangeRulePosWin {
	margin-left: -250px;
	width: 500px;
}

#CL_ChangeRulePosWin form {
	overflow: hidden;
	padding: 15px 30px 25px;
}

#CL_ChangeRulePosWin .button-primary {
	float: right;
}

/* cta page */

#cl_closer_topic_access_page a {
	display: block;
}
/*
  Topicsignaturepro plugin
  (P) PSNet, 2008 - 2013
  http://psnet.lookformp3.net/
  http://livestreet.ru/profile/PSNet/
  http://livestreetcms.com/profile/PSNet/
  http://livestreetguide.com/developer/PSNet/
*/

div.TopicSignature {
  background: #FAFAFA;
  background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(255,255,255,0) 100%);
  border-left: 2px solid #999999;
  margin: 25px 0;
  overflow: hidden;
  padding: 0 10px 2px;
}

div.TopicSignature small {
  font-size: 11px;
}

div.TopicSignature div.InfoToolTip {
  float: right;
  font-size: 10px;
}

div.TopicSignature div.InfoToolTip div.WhatsThis {
  background: #EEE;
  color: #900;
  cursor: default;
  padding: 0 8px 1px;
  border-radius: 3px 3px 3px 3px;
}

/* profile */

form.Users_Signature span.Not_Allowed {
  font-size: 10px;
  color: #AAA;
}

form.Users_Signature small {
  color: #AAA;
  font-size: 10px;
}

form.Users_Signature small b.green {
  color: #390;
}

form.Users_Signature small span.red {
  color: #900;
}

form.Users_Signature textarea.small {
  width: 500px;
  height: 120px;
}

form.Users_Signature .markItUp {
  width: 500px;
}
﻿.viewcount {
	float: left;
	margin-right: 30px;}

.viewcount-icon {
	background: url(https://www.markday.ru/plugins/viewstat/templates/skin/default/img/icon-views.png) no-repeat center;
	display: inline-block;
	width: 15px; height: 10px;
	cursor: pointer;}
.viewcount a:hover .viewcount-count{color:#f00;}
.viewcount-count{font-size: 11px; color:rgb(114, 127, 160); vertical-align: top; text-decoration: underline;}

.viewcount.no-click .viewcount-icon {cursor:default;}
.viewcount.no-click .viewcount-count {text-decoration: none;}


#ui-datepicker-div {z-index:100 !important;}

.topic-footer .topic-info-views a, .topic-footer .topic-info-views div { margin: 8px 10px; padding: 7px 9px 2px; text-align: center; text-decoration: none !important; }
.topic-footer .topic-info-views span { text-decoration: underline; }

.vs-user-list {padding-left:20px;}
.vs-user-list ul {padding:0; margin:0;}
.vs-user-list ul li {float: left; width:80px; margin:6px;}
.vs-user-list ul li img{width:100%;
padding:3px; border:1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.morris-hover{position:absolute;z-index:1000;}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255, 255, 255, 0.8);border:solid 2px rgba(230, 230, 230, 0.8);font-family:sans-serif;font-size:12px;text-align:center;}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0;}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0;}
