﻿var archive_analytics = {
    startTime: new Date(),
    img_src: "//analytics.archive.org/0.gif",
    values: { service: 'wb' },
    
    onload_func: function() {
	var now = new Date();
	var loadtime = now - archive_analytics.startTime;

	var v = archive_analytics.values;
	v.loadtime = loadtime;
	v.timediff = -(now.getTimezoneOffset()/60);
	v.locale = archive_analytics.get_locale();
	// if no referrer set '-' as referrer
	v.referrer = document.referrer || '-';

        var string = archive_analytics.format_bug(v);
        var loadtime_img = new Image(100,25);
        loadtime_img.src = archive_analytics.img_src + "?" + string;
    },
    format_bug: function(values) {
        var ret = ['version=2'], count = 2;
        
        for (var data in values) {
            ret.push(encodeURIComponent(data) + "=" + encodeURIComponent(values[data]));
            count = count + 1;
        }
        ret.push('count=' + count);
        return ret.join("&");
    },
    get_locale: function() {
        if (navigator) {
	    return navigator.language || navigator.browserLanguage ||
		navigator.systemLanguage || navigator.userLanguage || '';
        }
        return '';
    },
    get_cookie: function(name) {
      var parts = document.cookie.split(name + "=");
      if (parts.length == 2) return parts.pop().split(";").shift();
      return 0;
    }
};

if (window.addEventListener) {
    window.addEventListener('load', archive_analytics.onload_func, false);
} else if (window.attachEvent) {
    window.attachEvent('onload', archive_analytics.onload_func);
}






/*
     FILE ARCHIVED ON 14:06:57 май 22, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:55:27 мар 17, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
.bx-core-waitwindow {
	background-color:#FCF7D1;
	background-image:url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/wait.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	border:1px solid #E1B52D;
	color:black;
	font-family:Verdana,Arial,sans-serif;
	font-size:11px;
	padding:10px 30px 10px 37px;
	position:absolute;
	z-index:10000;
	text-align:center;
}

.bx-unselectable {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.bx-session-message {
	background-color:#FFEB41;
	border:1px solid #EDDA3C;
	width:630px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:black;
	position:absolute;
	z-index:10000;
	padding:10px;
}

.bx-session-message a.bx-session-message-close {
	display:block;
	width:12px;
	height:12px;
	background-image:url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/close.gif);
	background-repeat:no-repeat;
	background-position:center;
	float:right;
}

.bx-timer-semicolon-off .bx-timer-semicolon {visibility: hidden}

/* Tooltip */
.bx-panel-tooltip
{
    z-index:2210 !important;
    overflow: hidden !important;
    position:absolute !important;

    letter-spacing:normal !important;
    list-style:none !important;
    text-align: left !important;
    text-indent:0 !important;
    text-transform: none !important;
    visibility:visible !important;
    white-space: normal !important;
    word-spacing:normal !important;
    vertical-align:baseline !important;
    margin:0 !important;
    padding:0 !important;
    float: none !important;
    text-decoration: none !important;

	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;

	-webkit-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
	-moz-box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;
	box-shadow: 0 12px 10px rgba(0,0,0,.25) !important;

	border: 1px solid;
	border-color: #a2a6ad #989ca1 #8e9398;

	background: #d0dbdd;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTllYSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQyZDUiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)*/
	background: -webkit-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));
	background: -moz-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));
	background: -o-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));
	background: -ms-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));
	background: linear-gradient(to bottom, rgba(227,233,234,.95), rgba(198,210,213,.95));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e3e9ea', endColorstr='#f2c6d2d5',GradientType=0);
}

.bx-panel-tooltip div { display: block !important; }

.bx-panel-tooltip .bx-panel-tooltip-top-border, .bx-panel-tooltip .bx-panel-tooltip-bottom-border
{
	display: none !important;
}

.bx-panel-tooltip-content
{
    overflow: hidden !important;
    position: relative !important;
    z-index:10 !important;
    display:inline-block !important;
}

.bx-panel-tooltip-title
{
    font: normal normal bold 14px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #16191a !important;
    position:relative !important;
    padding: 7px 10px 0 10px !important;
    margin: 0 !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.66);
}

.bx-panel-tooltip-text
{
    font: normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #272b31 !important;
    padding: 9px 10px 10px 10px !important;
    margin: 0 !important;
    position:relative !important;
	text-shadow: 0 1px rgba(255, 255, 255, 0.25);
}

.bx-panel-tooltip-close
{
	position:absolute !important;
    height:20px !important;
    background: scroll transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/panel/top-panel-sprite.png) no-repeat -9px -1881px !important;
    width:25px !important;
    top: 0 !important;
    right: 0 !important;
	z-index:5 !important;
	display:block !important;
}

.bx-panel-tooltip-close:hover { background: scroll transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/panel/top-panel-sprite.png) no-repeat -32px -1881px !important; }

.bx-panel-tooltip-text a { font: normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;}
.bx-panel-tooltip-text a, .bx-panel-tooltip-text a:hover { color: #272b31 !important; text-decoration: underline !important;}
/*
.bx-core-autosave {background-position: 0 0 !important;}
.bx-core-autosave-ready {background: scroll transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/autosave/autosave-green.gif) no-repeat 0 0;}
.bx-core-autosave-edited {background: scroll transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/autosave/autosave-red.gif) no-repeat 0 0;}
.bx-core-autosave-saving {background: scroll transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/autosave/autosave-write.gif) no-repeat 0 0;}
*/
.bx-clear { clear: both }

/* Hot keys settings menu*/

/*div.bx-hk-settings-toolbar {background: white; margin:5px 0 15px 5px; position:relative; zoom:1;}*/
div.bx-hk-settings-toolbar {background: white !important;  position:absolute !important; width:503px !important; margin: 0 !important; padding: 0px !important; top: 54px; left: 4px;}
table.bx-hk-settings-toolbar {background: white !important; width:100% !important; margin:9px 0px 0px 8px !important;}
div.bx-hk-settings-toolbar td.bx-left {background: white url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -0px -0px !important; height: 33px !important; width: 3px !important; margin: 0 !important; padding: 0px !important;}
div.bx-hk-settings-toolbar td.bx-right {background: white url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -0px -36px !important; height: 33px !important; width: 3px !important; margin: 0 !important; padding: 0px !important;}
div.bx-hk-settings-toolbar td.bx-content { background: white url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) repeat-x -0px -72px !important; height: 33px !important; margin: 0 !important; padding: 1px 0px 0px 4px !important;}

div.bx-hk-settings-toolbar a.bx-context-button {color:#555555 !important; display:inline-block !important; height:33px !important; border:none !important; cursor:pointer !important; padding: 0px 0px 0px 0px !important; margin: 0px !important;}
div.bx-hk-settings-toolbar a.bx-context-button:hover { color:black !important; }

div.bx-hk-settings-toolbar span.bx-context-button-text { display:inline-block !important; vertical-align:top !important; margin: 0px !important; padding: 8px 15px 0 0 !important; }
div.bx-hk-settings-toolbar span.bx-context-button-icon { display:inline-block !important; width:18px !important; height:33px !important; background-repeat:no-repeat !important; background-position:center; margin: 0px !important; padding: 0px !important;}

div.bx-hk-settings-toolbar .btn-import {background: transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -0px -109px !important; height: 33px; width: 18px; margin: 0px !important; padding: 0px !important;}
div.bx-hk-settings-toolbar .btn-export {background: transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -26px -109px !important; height: 33px; width: 18px; margin: 0px !important; padding: 0px !important;}
div.bx-hk-settings-toolbar .btn-default {background: transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -52px -109px !important; height: 33px; width: 18px; margin: 0px !important; padding: 0px !important;}
div.bx-hk-settings-toolbar .btn-delall {background: transparent url(/web/20130522140657/http://gradkostroma.ru/bitrix/js/main/core/images/hk_sett_menu_spr.png) no-repeat -78px -109px !important; height: 33px; width: 18px; margin: 0px !important; padding: 0px !important;}

div.bx-hk-settings-empty { background: transparent !important; width:1px !important; height:1px !important; overflow:hidden !important; margin: 0px !important;}

.bx-hk-settings-row { height: 22px !important;}
a.hk-delete-icon {display:block; background: none !important; width:18px; height:18px;}
.bx-hk-settings-row:hover  a.hk-delete-icon {display:block !important; width:18px; height:18px; background: url(/web/20130522140657/http://gradkostroma.ru/bitrix/panel/main/images/bx-admin-sprite-small.png) no-repeat 0px -2933px !important;}
.bx-hk-settings-row:hover a.hk-delete-icon:hover {display:block !important; width:18px; height:18px; background: url(/web/20130522140657/http://gradkostroma.ru/bitrix/panel/main/images/bx-admin-sprite-small.png) no-repeat -0px -2989px !important;}

a.bx-hk-settings:link { color: #0069c4 !important;}
a.bx-hk-settings:visited { color: #0069c4 !important; }
a.bx-hk-settings:hover { color: #e00000 !important;}
a.bx-hk-settings:active { color: #0069c4 !important;}






/*
     FILE ARCHIVED ON 3:17:59 май 15, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:55:38 мар 17, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/**
* @file: highslide.css 
* @version: 4.1.13
*/
.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide img {
	/*border: 2px solid silver;*/
}
.highslide:hover img {
	/*border-color: gray;*/
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/fullexpand.gif') no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/loader.white.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	/*color: white;
	background-color: gray;*/
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/close.png');
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-white.gif') 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-white.gif') right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.highslide-controls a {
	background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-white.gif');
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.mobile .highslide-html {
	border: 1px solid silver;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/resize.gif') no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 5;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/closeX.png');
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	width: 90%;
	margin: 1px 0 1px 5px;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-black-border.gif');
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/icon.gif') no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-white-small.gif');
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-text-buttons.png');
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-text-buttons.png') no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/controlbar-text-buttons.png') no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
	direction: ltr;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/scrollarrows.png') left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/scrollarrows.png') center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/scrollarrows.png') top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url('/web/20130515031759/http://www.gradkostroma.ru/_images/graphics/scrollarrows.png') bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}






/*
     FILE ARCHIVED ON 9:20:35 июн 16, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:59:32 мар 17, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* fonts */
.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* IE6 */
* html .clearfix {
  height: 1%;
}

/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

a, a:visited {
  color: black;
}
a:hover, a:visited:hover {
  color: #7f7f7f;
}

h1, h2, h3, h4 {
  font-family: "Calibri";
  font-weight: bold;
}

h1 {
  font-size: 36px;
  margin: 1px 0 1px 0;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

.bx-core-waitwindow {
  display: none !important;
}

.error input, .error textarea {
  border-color: red !important;
}

.bx-core-waitwindow {
  background-color: #176ca0;
  background-image: none;
  padding: 10px 17px;
  border: none;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  behavior: url("/web/20130616092035/http://www.gradkostroma.ru/pie/PIE.htc");
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

#page_wrapper {
  min-height: 80%;
}

.radius_four {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  /*behavior: url("/web/20130616092035/http://www.gradkostroma.ru/pie/PIE.htc");*/
}

.radius_six {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  /*behavior: url("/web/20130616092035/http://www.gradkostroma.ru/pie/PIE.htc");*/
}

.new_link {
  font: 12px Verdana, Geneva, sans-serif;
  text-decoration: none;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #7f7f7f;
}

.footer_link {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #7f7f7f;
}
.footer_link:hover {
  color: #7f7f7f;
  border-color: #7f7f7f;
}

.border_link {
  text-decoration: none;
}
.border_link span {
  font: 12px Verdana, Geneva, sans-serif;
  color: black;
  padding-bottom: 1px;
  line-height: 20px;
  border-bottom: 1px solid #7f7f7f;
}
.border_link:hover span {
  color: #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}

.pointer {
  cursor: pointer;
}

input[type=text], textarea, #listbox, .checkbox {
  outline: 0;
  border: 2px solid black;
  background: white;
  font: 12px Verdana, Geneva, sans-serif;
  color: black;
}

.number input[type=text] {
  outline: 0;
  border: 2px solid black;
  border-right: none;
  background: white;
  font: 12px Verdana, Geneva, sans-serif;
  color: black;
}

.checkbox {
  width: 22px;
  height: 22px;
}
.checkbox.checked {
  background: url("../ii/checkbox.png") no-repeat 6px 6px white;
}

.normal_btn {
  border: 2px solid black;
  cursor: pointer;
  overflow: hidden;
}
.normal_btn .btn_inner {
  height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
}
.normal_btn .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.normal_btn:hover {
  border: 2px solid black;
  cursor: pointer;
  overflow: hidden;
}
.normal_btn:hover .btn_inner {
  height: 100%;
  width: 100%;
  text-align: center;
  background: #fff;
}
.normal_btn:hover .btn_inner span {
  font-family: "Calibri";
  font-weight: bold;
  color: #000;
  font-size: 16px;
}

img {
  margin-right: 20px;
  margin-bottom: 20px;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 982px;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif, Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #000;
  background: #f1f1f1 url("../ii/white_line.png") repeat-y center top;
  line-height: 1.5;
}

#page_wrapper {
  width: 982px;
  margin: 0 auto;
  position: relative;
}

#header {
  height: 237px;
  width: 100%;
  position: relative;
}
#header #logo {
  position: absolute;
  top: 48px;
}
#header #logo .img-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
#header #logo a {
  border: 0;
  line-height: 0;
}
#header #logo h4 {
  position: absolute;
  left: 82px;
  margin: 0;
}
#header #logo a.title {
  top: 0px;
  font: bold 24px "Calibri";
  color: black;
  line-height: 21px;
  width: 195px;
  text-decoration: none;
  font-size:17pt;
  display:block;
}
#header #logo h4.title a {
  text-decoration: none;
}
#header #logo h4.title a:hover {
  color: black;
}
#header #logo h4.official_site {
  top: 60px;
  font: normal 18px Arial, Helvetica, sans-serif;
  width: 195px;
}
#header #logo h4.official_site a {
  text-decoration: none;
}
#header #logo h4.official_site a:hover {
  color: black;
}
#header #site_search {
  position: absolute;
  top: 56px;
  left: 311px;
}
#header #site_search input {
  width: 268px;
  height: 15px;
  background: url("../ii/special_search.png") 272px 9px no-repeat #f2f2f2;
  padding: 10px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
#header #site_search input:hover {
  background-color: #fff;
}
#header #site_search .example {
  padding-top: 7px;
  font-size: 14px;
}
#header #site_search .example a {
  text-decoration: none;
  border-bottom: 1px dotted;
}
#header #visual_impaired {
  position: absolute;
  left: 750px;
  top: 48px;
}
#header #header_menu_layer {
  position: relative;
  top: 174px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-right: none;
  height: 58px;
}
#header #header_menu_layer ul {
  width: 982px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#header #header_menu_layer ul li {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#header #header_menu_layer ul li a {
  display: block;
  line-height: 58px;
  width: 100%;
  text-adlign: center;
  text-decoration: none;
}
#header #header_menu_layer ul li a:hover, #header #header_menu_layer ul li a.selected {
  color: white;
  background: black;
}

/*Message wrap*/
#message_wrap {
  border: 2px solid black;
  padding: 0px 31px 36px 31px;
  margin-top: 54px;
  margin-bottom: 37px;
}

a.content_text {
  color: black;
  padding: 3px;
}
a.content_text:hover {
  background: #000;
  color: #fff;
  padding: 3px;
}

/*Content*/
#content {
  position: relative;
  min-height: 100%;
  padding-bottom: 5em;
  /*Detail news on the main page*/
  /*News*/
  /*DOC BASE*/
  /*FEEDBACK*/
}
#content #detail_news {
  border-top: 2px solid black;
  font-family: "Calibri";
  font-size: 20px;
  line-height: 30px;
}
#content #detail_news .news_item {
  float: left;
  width: 300px;
  margin-right: 20px;
}
#content #detail_news .news_item .date_news {
  display: block;
  padding-top: 14px;
  padding-bottom: 9px;
}
#content #detail_news .news_item a {
  font-weight: bold;
}
#content #detail_news .news_item_right {
  float: left;
  width: 305px;
  margin-right: 0px;
}
#content #detail_news .news_item_right .date_news {
  display: block;
  padding-top: 14px;
  padding-bottom: 9px;
}
#content #detail_news .news_item_right a {
  font-weight: bold;
}
#content #mainpage_news {
  margin-top: 57px;
}
#content #mainpage_news #news_title_row h1 {
  padding-bottom: 0px;
  margin: 0px;
  width: 130px;
  float: left;
}
#content #mainpage_news #news_title_row .news_read_all {
  float: left;
  margin-top: 15px;
  margin-left: 117px;
  font-family: "Calibri";
  font-size: 20px;
  text-decoration: none;
}
#content #mainpage_news #news_title_row .news_read_all span {
  font-weight: bold;
}
#content #mainpage_news #news_mainpage_wrap {
  border-top: 2px solid black;
  padding-top: 17px;
}
#content #mainpage_news #news_mainpage_wrap .n_item {
  float: left;
  width: 230px;
  margin-right: 12px;
  padding-bottom: 30px;
}
#content #mainpage_news #news_mainpage_wrap .n_item a {
  clear: both;
  line-height: 20px;
}
#content #mainpage_news #news_mainpage_wrap .n_item a span {
  font-weight: bold;
}
#content #mainpage_news #news_mainpage_wrap .n_item_right {
  float: left;
  width: 230px;
  margin-right: 0px;
  padding-bottom: 30px;
}
#content #mainpage_news #news_mainpage_wrap .n_item_right a {
  clear: both;
  line-height: 20px;
}
#content #mainpage_news #news_mainpage_wrap .n_item_right a span {
  font-weight: bold;
}
#content table {
  width: 100%;
  border-bottom: 2px solid black;
  margin-bottom: 40px;
}
#content table thead tr th {
  color: black;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  border-bottom: 2px solid black;
}
#content table thead tr th.first {
  /*behavior: url("/web/20130616092035/http://www.gradkostroma.ru/pie/PIE.htc");*/
}
#content table thead tr th.last {
  /*behavior: url("/web/20130616092035/http://www.gradkostroma.ru/pie/PIE.htc");*/
}
#content table thead tr th.numb {
  width: 45px;
}
#content table thead tr th.doc_date {
  width: 80px;
}
#content table thead tr th.view {
  width: 105px;
}
#content table thead tr th.name {
  width: 300px;
}
#content table thead tr th.pub_date {
  width: 100px;
}
#content table thead tr th.file {
  width: 63px;
}
#content table thead tr th.active_from {
  width: 64px !important;
}
#content table thead tr th.active_to {
  width: 44px !important;
}
#content table thead tr th.Nroute {
  width: 70px !important;
}
#content table thead tr th.gosnomer {
  width: 133px !important;
}
#content table tbody tr {
  border-bottom: 1px solid #e5e5e5;
}
#content table tbody tr td {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 8px;
}
#content table tbody tr td.name, #content table tbody tr td.f a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
#content table tbody tr td.f a {
  display: block;
  padding-top: 0px;
  height: 33px;
}
#content #doc_base {
  position: relative;
}
#content #doc_base #filter_doc_base {
  margin-bottom: 8px;
}
#content #doc_base #filter_doc_base .number {
  float: left;
}
#content #doc_base #filter_doc_base .number input {
  padding: 0 8px;
  width: 288px;
  height: 37px;
  background: #f2f2f2;
}
#content #doc_base #filter_doc_base .number input:hover {
  background: #fff;
}
#content #doc_base #filter_doc_base .normal_btn {
  width: 87px;
  height: 37px;
}
#content #doc_base #filter_doc_base .normal_btn .btn_inner {
  padding-top: 7px;
  padding-left: 0px;
}
#content #doc_base #filter_doc_base.target-permits {
  float: left;
}
#content #doc_base .filter_tabs {
  width: 100%;
  height: 47px;
  border: 2px solid black;
}
#content #doc_base .select_tabs {
  margin-bottom: 10px;
}
#content #doc_base .select_tabs .select_item {
  display: block;
  float: left;
  padding: 0px 10px;
  cursor: pointer;
  height: 47px;
}
#content #doc_base .select_tabs .select_item span {
  font-family: "Calibri";
  font-size: 20px;
  font-weight: bold;
  line-height: 45px;
  cursor: pointer;
}
#content #doc_base .select_tabs .select_item:hover {
  background: #000;
}
#content #doc_base .select_tabs .select_item:hover span {
  color: #fff;
}
#content #doc_base .select_tabs .selected {
  background: #000;
}
#content #doc_base .select_tabs .selected span {
  color: #fff;
}
#content #doc_base .listboxS {
  height: 28px;
  position: absolute;
  overflow: hidden;
  z-index: 50;
  font-family: "Calibri";
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  width: 108px;
}
#content #doc_base .listboxS.shown {
  border: 2px solid black;
}
#content #doc_base .listboxS.month {
  width: 110px;
  background: url("../ii/checkbox_list.png") no-repeat 97px 18px white;
  left: 430px;
  top: 5px;
}
#content #doc_base .listboxS.year {
  width: 110px;
  background: url("../ii/checkbox_list.png") no-repeat 94px 18px white;
  left: 550px;
  top: 5px;
}
#content #doc_base .listboxS .first, #content #doc_base .listboxS .elem {
  height: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
#content #doc_base .listboxS .first:hover a, #content #doc_base .listboxS .elem:hover a {
  border-bottom: 1px dotted #aaaaaa;
}
#content #doc_base .listboxS .first:hover a span, #content #doc_base .listboxS .elem:hover a span {
  color: #aaa;
}
#content #doc_base .listboxS .first a, #content #doc_base .listboxS .elem a {
  text-decoration: none;
  border-bottom: 1px dotted black;
}
#content #doc_base .listboxS .first a span, #content #doc_base .listboxS .elem a span {
  color: #000;
}
#content #doc_base .search_type {
  float: left;
  padding: 7px 22px;
}
#content .special_wrap {
  position: relative;
  padding-top: 58px;
}
#content .special_wrap .budget_filter_form_text {
  position: absolute;
  width: 100%;
  top: 0;
}
#content .special_wrap .budget_filter_form_text #search_top_panel {
  display: none;
}
#content .special_wrap .budget_filter_form_text input[type=text] {
  width: 660px;
  height: 35px;
  padding: 0 10px;
  font-size: 18px;
}
#content .special_wrap .budget_filter_form_text .normal_btn {
  position: absolute;
  width: 200px;
  height: 33px;
  right: 0;
}
#content .special_wrap .budget_filter_form_text .normal_btn .btn_inner {
  padding-top: 3px;
}
#content .special_wrap .budget_filter_form_text .normal_btn .btn_inner.radius_four {
  border-radius: 0;
}
#content .special_wrap .budget_filter_form_text .normal_btn .btn_inner span {
  font-size: 18px;
}
#content .special_wrap .budget_filter_form_text .normal_btn.radius_four {
  border-radius: 0;
}
#content .special_wrap .budget_filter_form_text input.pointer {
  position: absolute;
  height: 39px;
  right: 223px;
  width: 77px;
  border: 2px solid black;
  text-align: center;
  background: #000;
  font-family: "Calibri";
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#content .special_wrap .budget_filter_form_text input.pointer:hover {
  background: #fff;
  color: #000;
}
#content .feedback_special {
  width: 99.7%;
  border: 2px solid black;
  padding: 5px 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
#content .feedback_special .column {
  float: left;
  width: 323px;
}
#content .feedback_special .column span {
  width: 100%;
  float: left;
}
#content .feedback_special .column span a {
  color: #000;
  float: left;
  padding: 5px 10px 6px 10px;
  text-decoration: none;
}
#content .feedback_special .column span a:hover, #content .feedback_special .column span a.active {
  color: white;
  background: #000;
}
#content .feedback_special .column.first {
  padding-left: 5px;
}
#content .feedback_special .column.last {
  padding-right: 5px;
}
#content #to_appeal_form_special {
  position: relative;
  display: none;
  padding-bottom: 90px;
  padding-top: 73px;
  margin-top: -59px;
  height: 445px;
}
#content #to_appeal_form_special .label_wrap {
  float: left;
  width: 187px;
  height: 32px;
  padding-top: 7px;
  font-weight: bold;
  font-size: 18px;
}
#content #to_appeal_form_special .field_wrap {
  float: left;
  width: 780px;
  min-height: 47px;
}
#content #to_appeal_form_special .field_wrap input, #content #to_appeal_form_special .field_wrap #listbox {
  padding: 0 10px;
  width: 520px;
  height: 35px;
}
#content #to_appeal_form_special .field_wrap input, #content #to_appeal_form_special .field_wrap textarea, #content #to_appeal_form_special .field_wrap #listbox {
  font-size: 18px;
  background: #f2f2f2;
  margin: 0;
}
#content #to_appeal_form_special .field_wrap textarea {
  padding: 10px;
  min-width: 640px;
  max-width: 640px;
  min-height: 140px;
  max-height: 140px;
}
#content #to_appeal_form_special .field_wrap #listbox {
  position: absolute;
  width: 540px;
  padding: 0;
  overflow: hidden;
  z-index: 100;
  background: url("../ii/checkbox_list_s.png") no-repeat 510px 16px #f2f2f2;
}
#content #to_appeal_form_special .field_wrap #listbox .first, #content #to_appeal_form_special .field_wrap #listbox .elem, #content #to_appeal_form_special .field_wrap #listbox .last {
  height: 30px;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
}
#content #to_appeal_form_special .field_wrap #listbox .elem:hover {
  color: white;
  background: black;
}
#content #to_appeal_form_special .checkbox {
  float: left;
  margin-left: 187px;
  margin-right: 15px;
  margin-top: 15px;
}
#content #to_appeal_form_special .checkbox.checked {
  background: url("../ii/checkbox_s.png") no-repeat 6px 6px white !important;
}
#content #to_appeal_form_special .checkbox_text {
  float: left;
  margin-top: 15px;
}
#content #to_appeal_form_special .submit {
  position: absolute;
  left: 187px;
  top: 540px;
}
#content #to_appeal_form_special .submit.radius_six {
  border-radius: 0 !important;
}
#content #to_appeal_form_special .submit .btn_inner {
  padding-top: 9px;
  width: 197px;
  height: 37px;
}
#content #to_appeal_form_special .submit .btn_inner span {
  font-size: 18px;
}
#content #questions {
  margin-top: 20px;
}
#content #questions .question_item .item_numb {
  float: left;
  min-width: 186px;
  padding-right: 20px;
}
#content #questions .question_item .date_create_item {
  float: left;
  width: 200px;
  padding-right: 20px;
}
#content #questions .question_item .item_numb, #content #questions .question_item .date_create_item, #content #questions .question_item .is_answer {
  font-size: 16px;
  font-weight: bold;
  height: 30px;
}
#content #questions .question_item .question_text {
  margin-bottom: 25px;
}
#content #questions .question_item .question_text.link {
  cursor: pointer;
}
#content #questions .question_item .question_text.link span {
  border-bottom: 2px dotted #b2b2b2;
}
#content #questions .question_item .answer_text {
  position: relative;
  margin-bottom: 25px;
}
#content #questions .question_item .answer_text .triangle_wrap {
  position: relative;
  width: 100%;
  height: 1px;
}
#content #questions .question_item .answer_text .triangle_wrap .triangle_inner {
  bottom: -21px;
}
#content #questions .question_item .answer_text .triangle_wrap img {
  position: absolute;
  left: 47.3%;
  bottom: 0px;
  height: 0px;
  width: 32px;
}
#content #questions .question_item .answer_text .answer_wrap {
  display: none;
  background: black;
  padding: 2px;
}
#content #questions .question_item .answer_text .answer_wrap.radius_four {
  border-radius: 0;
}
#content #questions .question_item .answer_text .answer_wrap .answer_inner {
  padding: 20px;
  background: white;
}

* html #content {
  height: 100%;
}

/*Footer*/
#footer {
  position: absolute;
  bottom: 0;
  margin-top: -2.5em;
  height: 2.5em;
  margin-top: 165px;
  border-top: 2px solid black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  width: 100%;
}
#footer .footer_link {
  font-weight: bold;
}
#footer #footer_inner {
  margin-top: 35px;
  padding-bottom: 68px;
}
#footer #footer_inner #copyright {
  float: left;
  width: 300px;
  margin-right: 77px;
}
#footer #footer_inner #contacts {
  float: left;
  width: 275px;
}
#footer #footer_inner #msnet {
  float: right;
  width: 230px;
}

/*Page navigation*/
.blog-page-navigation .blog-page-title {
  margin-right: 50px;
}
.blog-page-navigation .blog-page-current {
  border: 2px solid black;
  min-width: 32px;
  height: 32px;
  padding: 8px 12px;
  margin: 2px;
  background: #000;
  color: #fff;
}
.blog-page-navigation a {
  border: 2px solid black;
  min-width: 32px;
  height: 32px;
  padding: 8px 12px;
  margin: 2px;
  text-decoration: none;
}
.blog-page-navigation a:hover {
  background: #000;
  color: #fff;
}

/*Результат поиска*/
.search {
  margin-top: 40px;
}

.search-result {
  margin-top: 37px;
}
.search-result .search-item {
  float: left;
  width: 245px;
  padding: 0 25px 38px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searh-page-form {
  padding-bottom: 25px;
}
.searh-page-form input {
  height: 33px;
  width: 434px;
  padding-left: 6px;
  background: #f2f2f2;
  cursor: pointer;
  border-right: none;
  font-size: 18px;
}
.searh-page-form input:hover {
  background: #fff;
}
.searh-page-form .normal_btn {
  width: 89px;
  height: 39px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Calibri";
  font-weight: bold;
  float: left;
}
.searh-page-form .normal_btn:hover {
  background: #fff;
  color: #000;
}
.searh-page-form .search-query {
  float: left;
  padding-right: 0px;
}
.searh-page-form .select_tabs.short.search {
  list-style: none;
}
.searh-page-form .select_tabs.short.search li {
  display: block;
  float: left;
  width: 200px;
  height: 35px;
  background: #000;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
  border: 2px solid black;
  text-align: center;
}
.searh-page-form .select_tabs.short.search li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.searh-page-form .select_tabs.short.search li a span {
  font-size: 18px;
  font-family: "Calibri";
  font-weight: bold;
  line-height: 34px;
  color: #fff;
}
.searh-page-form .select_tabs.short.search li:hover {
  background: #fff;
}
.searh-page-form .select_tabs.short.search li:hover a span {
  color: #000;
}

#header #header_inner #site_search #search-form {
  position: relative;
}
#header #header_inner #site_search #search-form input.search-form-submit {
  display: block;
  position: absolute;
  right: 40px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  background: none;
  z-index: 200;
  cursor: pointer;
}

/* Считчик в футере*/
.os-counter {
  padding-top: 20px;
}

#pnlNav
{
	margin:10px 0 0 0;
	border-bottom:2px black solid;
}
