.require_admin_mode, .require_admin_mode_inline, .require_admin_mode_iblock, .require_admin_mode_cell, .require_admin_mode_row {display: none !important;}
.admin_mode .require_admin_mode {display: block !important;}
.admin_mode .require_admin_mode_inline {display: inline !important;}
.admin_mode .require_admin_mode_iblock {display: inline-block !important;}
.admin_mode .require_admin_mode_cell {display: table-cell !important;}
.admin_mode .require_admin_mode_row {display: table-row !important;}

.admin_mode .no_admin_mode,
.admin_mode span.no_admin_mode,
.admin_mode div.no_admin_mode {
	display: none !important;
}

.require_forum_admin_mode, .require_forum_admin_mode_inline, .require_forum_admin_mode_iblock, .require_forum_admin_mode_cell, .require_forum_admin_mode_row {display: none !important;}
.forum_admin_mode .require_forum_admin_mode {display: block !important;}
.forum_admin_mode .require_forum_admin_mode_inline {display: inline !important;}
.forum_admin_mode .require_forum_admin_mode_iblock {display: inline-block !important;}
.forum_admin_mode .require_forum_admin_mode_cell {display: table-cell !important;}
.forum_admin_mode .require_forum_admin_mode_row {display: table-row !important;}

.forum_admin_mode .no_forum_admin_mode,
.forum_admin_mode span.no_forum_admin_mode,
.forum_admin_mode div.no_forum_admin_mode {
	display: none !important;
}

.tooltip {
	display: none;
	position: absolute;
	padding: 2px 6px;
	text-align: left;
	max-width: 300px;
	font-family: 'Lucida Sans Unicode', 'Segoe UI', Tahoma, 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: black;
	border: 1px solid black;
	background: #ffe;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	z-index: 300;
}

.static_tooltip {
	display: none;
	position: absolute;
	padding: 2px 6px;
	text-align: left;
	font-family: 'Lucida Sans Unicode', 'Segoe UI', Tahoma, 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: black;
	border: 1px solid black;
	background: white;
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
	z-index: 300;
}

div.search_result_category {display: none;}
.admin_mode div.search_result_category {display: block;}





#no_js {
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: black;
	background: #ffdd7f;
	position: relative;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 5px;
}

/**********************
 * Fancy image viewer *
 **********************/
#thumbBox { /*Outermost DIV for thumbnail viewer*/
	position: fixed;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 150;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
	font: bold 10px Tahoma,Verdana,Arial,sans-serif;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
	//background-color: white;
	font: bold 10pt Tahoma,Verdana,Arial,sans-serif;
	color:white
}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
	position: fixed;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	color: #000010;
	padding: 5px;
	z-index: 5;
}

#lightbox_login {
	color: black;
	background: white;
	font-size: 80%;
	width: 300px;
	padding: 10px;
	border: 1px solid black;
	position: relative;
}
#lightbox_login input {
	font-size: inherit;
}
#lightbox_login input:focus {
	background-color: #eee;
}
.lightbox_close {
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
}
body.pager .lightbox_close {
	position: absolute;
	right: 1px;
	top: 1px;
	font-weight: bold;
	font-size: 8pt !important;
	cursor: pointer;
}
.lightbox_close_internal {display: none;}

div.popup_choices {
	text-align: center;
}
.popup_choices > a {
	display: inline-block;
	margin: 1em 2em;
}

div.ajax_pop {
	font-family: 'Lucida Sans Unicode', 'Segoe UI', Tahoma, 'Bitstream Vera Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	color: black;
	background: white;
	text-align: left;
}

.ajax_pop p.smaller {font-size: 8pt;}

iframe {border: none;}
