html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	/*border-collapse: collapse;
	border-spacing: 0;*/
}
html {height: 100%}
body {
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	height: 100%;
    background: #FFF;
}
body.print {
    padding:10px;
}
a {
	color: #3A73B9;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
.clear {clear:both;}
.clear-all {
    clear: both;
    font-size: 0px;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: url(../images/body_bg.png) repeat-x left top;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    position:relative;
	height: 152px;
	background: #cbe7cb;
    z-index:80;
}
#header .hbl {
    float:left;
    width:226px;
}
#header .hbr {
    margin-left:231px;
}
#header .panarama {
    position:relative;
    margin-right:231px;
    background:url(../images/panarama.jpg) repeat-x right top;
    height:122px;
    border-left:1px solid #c0c2c2;
    border-right:1px solid #c0c2c2;
    border-bottom:1px solid #c0c2c2;
}
#header .panarama .maska_l {
    position:absolute;
    left:-1px;
    bottom:-1px;
    background:url(../images/maska.png) no-repeat 0px 0px;
    height:11px;
    width:11px;
}
#header .panarama .maska_r {
    position:absolute;
    right:-1px;
    bottom:-1px;
    background:url(../images/maska.png) no-repeat -11px 0px;
    height:11px;
    width:11px;
}
#header .gerb {
    position:absolute;
    top:0px;
    left:184px;
}
#header .blue_block {
    position:absolute;
    top:8px;
    right:10px;
    width:210px;
    height:92px;
}
#header .blue_block .icon {
    margin-bottom:5px;
}
#header .blue_block .icon a {
    float:left;
}
#header .blue_block .icon .spin {
    float:left;
    background:url(../images/spin.png) no-repeat left bottom;
    width:2px;
    height:13px;
    margin-top:4px;
    margin-left:6px;
    margin-right:7px;
}
#header .blue_block .currency {
    font-size:11px;
    font-weight:bold;
    margin-bottom:5px;
}
#header .blue_block .currency .usd, #header .blue_block .currency .eur {
    height:18px;
    background:url(../images/carrency.png) no-repeat 0px 2px;
    padding-left:24px;    
}
#header .blue_block .currency .usd {
    margin-bottom:2px;
}
#header .blue_block .currency .eur {
    background-position:0px -22px;
}
#header .blue_block .link_forum {
    height:24px;
    font-size:14px;
    font-weight:bold;
    background:url(../images/top_menu_item.gif) repeat-x left top;
    min-width:80px;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    margin-right:2px;
}
#header .blue_block .link_forum a {
    color:#000;
    text-decoration:none;
    vertical-align:middle;
}
#header .blue_block .link_forum a:hover {
    text-decoration:underline;
}



#header .top_menu {
    height:24px;
    margin-top:5px;
    background:#619641 url(../images/lines.png) no-repeat right top;
}
#header .top_menu ul {
    background:#cbe7cb;
    /*display:inline-block;*/
    height:24px;
}
#header .top_menu ul li.top {
    float:left;
    height:24px;
    font-size:14px;
    font-weight:bold;
    background:url(../images/top_menu_item.gif) repeat-x left top;
    min-width:0px;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    margin-right:2px;
	display:block;
}



#header .top_menu ul li.first {
    background:url(../images/rc_menu.png) no-repeat 0px 0px;
    width:9px;
    height:24px;
    min-width:0px;
    padding:0px;
    margin:0px;
}
#header .top_menu ul li.last {
    background:url(../images/rc_menu.png) no-repeat -9px 0px;
    width:9px;
    height:24px;
    min-width:0px;
    padding:0px;
    margin:0px;
}
#header .top_menu ul li.postfirst {
    padding-left:5px;
}
#header .top_menu ul li.prelast {
    margin-right:0px;
    padding-right:5px;
}
#header .top_menu ul li.top a {
    text-decoration:none;
    color:#000;
    line-height:24px;
}
#header .top_menu ul li.top a:hover {
    text-decoration:underline;
}
#header .top_menu ul li.top ul.sub{
    display:none;
    background:transparent;
    position:absolute;
    left:0px;
    top:24px;
    z-index:3000;
}
#header .top_menu ul li.top ul.sub li {
    border-top:2px solid #caebb6;
    width:200px;
    background:#a5cf8c url(../images/top_menu_item.gif) repeat-x left top;
    font-size:14px;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}
#header .top_menu ul li.top ul.sub li a {
    line-height:20px;
}
#header .top_menu ul li:hover {
    position:relative;
    z-index:2000;
}
#header .top_menu ul li:hover ul.sub {display:block;}

#header .time {
    position:absolute;
    top:106px;
    right:20px;
    background:url(../images/clock.png) no-repeat top left;
    height:18px;
    padding-left:24px;
    font-size: 11px;
    font-weight:bold;
    text-align:right;
}
#header .date {
    position:absolute;
    top:130px;
    right:20px;
    text-align:right;
    background:url(../images/calendar.png) no-repeat top left;
    height:18px;
    padding-left:23px;
    font-size: 11px;
    color:#fff;
    font-weight:bold;
}
#header .name_link {
    position:absolute;
    top:55px;
    left:20px;
}
#header .map_link {
    position:absolute;
    top:130px;
    left:20px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 32px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
    padding-left:232px;
    padding-top:2px;
}
.content_show_right {
    padding-right:232px;
}
.content_hide_right {
    padding-right:20px;
}

#content p {margin: 0 0 9px;}
#content div.tabs {
    background:url(../images/lines2.png) no-repeat right bottom;
    margin-top:6px;
}
#content ul.tabs {
    line-height:23px;
    margin-left:8px;
}
#content ul.tabs li {
    position:relative;
    float:left;
    background:url(../images/tabbg.png) repeat-x top left;
    line-height:23px;
    font-size:14px;
    font-weight:bold;
    border-left:2px solid #defede;
    padding-left:10px;
    padding-right:10px;
    min-width:80px;
    text-align:center;
}
#content ul.tabs li.first {
    padding-left:0px;
}
#content ul.tabs li.last {
    padding-right:0px;
}
#content ul.tabs li.active {
    background:url(../images/tabbga.png) repeat-x top left;
    height:27px;
    margin-top:-6px;
    padding-top:2px;
}
#content ul.tabs li .tabcl, #content ul.tabs li .tabcr {
    position:absolute;
    top:-6px;
    background:url(../images/tabs.png) no-repeat 0px 0px;
    width:10px;
    height:29px;
}
#content ul.tabs li .tabcl {left:-10px;}
#content ul.tabs li .tabcr {right:-10px;}
#content ul.tabs li .tabcl {background-position:-20px 0px;}
#content ul.tabs li .tabcr {background-position:-30px 0px;}
#content ul.tabs li.active .tabcl {top:0px; background-position:0px 0px;}
#content ul.tabs li.active .tabcr {top:0px; background-position:-10px 0px;}
#content ul.tabs li a {
    color:#000;
    line-height:23px;
    text-decoration:none;
    text-transform:lowercase;
}
.notshow {
    display:none;
}
#content .tab_content {
	background: #fff url(../images/left_menu_bg.gif) repeat-x top left;
    border:1px solid #c7cdc9;
    padding:17px;
    margin-bottom:10px;
}
#content .tab_content ul {
    list-style: disc outside;
    padding-left:12px;
}
#content .news_item_m {
    width:500px;
}
#content .news_item_m a, #content .news_item a {
    color:#3a73b9;
}
#content h1 {
    color:#1f4d05;
    font-size:14px;
    margin-bottom:5px;
}
#content span.date {
    color:#999999;
    font-size:10px;
}
#content p.podrobnee {
    margin:0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
    padding-top:2px;
}
.sl .left_menu {
    margin-top:7px;
    margin-bottom:20px;
    margin-left:19px;
	background: #fff url(../images/left_menu_bg.gif) repeat-x top left;
    width:205px;
    border:1px solid #c7cdc9;
}
.sl .left_menu ul {
    margin-top:5px;
    margin-bottom:10px;
    margin-left:7px;
    margin-right:6px;
}
.sl .left_menu ul li {
    position:relative;
    color:#000;
    font-size:14px;
    padding-left:14px;
    padding-top:1px;
    padding-bottom:6px;
    background:url(../images/line.gif) no-repeat right bottom;
}
.sl .left_menu ul li.last {
    background:transparent;
}
.sl .left_menu ul li .dot {
    position:absolute;
    top:8px;
    left:0px;
    background:url(../images/dot.png) no-repeat top left;
    width:6px;
    height:6px;
}
.sl .left_menu ul li span {
    font-weight:bold;
}
.sl .left_menu ul li a {
    color:#000;
    text-decoration:none;
}
.sl .left_menu ul li a:hover {
    text-decoration:underline;
}
.sl .left_menu ul ul {
    margin-left:0px;
    margin-bottom:0px;
}
.sl .left_menu ul ul li {
    padding-left:0px;
    background:transparent;
    color:#3a73b9;
    font-size:11px;
    line-height:14px;
}
.sl .left_menu ul ul li.active {
    text-decoration:underline;
}
.sl .left_menu ul ul li a {
    color:#3a73b9;
}
.sl  .ext_banners {
    margin-bottom:20px;
    margin-left:19px;
    width:205px;
}
    .block_services {
        background:transparent url(/img/fed/grad_hor.png) repeat-x scroll 0 -516px;
        border-top:1px solid #D7D7D7;
        margin:0 1px 10px 0;
        overflow:hidden;
        padding:8px 4px 8px 0;
        width:201px;
    }
        .block_services .block_left {
            margin-right:6px;
            float:left;
        }
    .block_services_plot .service_name {
        color:#C93E38;
        font-family:Tahoma,Arial,sans-serif;
        font-size:12px;
        line-height:1.2em;
    }
    .block_services_plot a {
        display:block;
        margin-left:5px;
    }


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 205px;
	margin-left: -230px;
	position: relative;
    padding-top:2px;
    padding-left:5px;
    padding-right:20px;
}
.sr .form_search {
    width:208px;
    margin-top:7px;
    margin-bottom:10px;
}
.sr .form_search input {
    background:url(../images/input_bg.png) no-repeat 0px 0px;
    width:167px;
    height:20px;
    border:0px;
    padding-left:5px;
    padding-right:5px;
    margin-right:5px;
}
.sr .form_search input.focus {
    background-position: 0px -22px;
}
.sr .form_search input.search_button {
    background:url(../images/search_button.png) no-repeat left top;
    width:22px;
    height:22px;
    padding:0px;
    margin:0px;
}

.sr h2 {
    font-size:16px;
    color:#3a73b9;
}
.sr .block {
	background: #fff url(../images/block_bg.gif) repeat-x top left;
    width:180px;
    border:1px solid #c7cdc9;
    margin-top:11px;
    margin-bottom:20px;
    padding:11px;
}
.sr .news ul li {
    background:url(../images/list.png) no-repeat 0px 4px;
    padding-left:15px;
    padding-bottom:5px;
}
.sr .news ul li a {
    color:#000;
    text-decoration:none;
}
.sr .news ul li a:hover {
    text-decoration:underline;
}

.sr .poll h3 {
    background:url(../images/list.png) no-repeat 0px 4px;
    padding-left:15px;
}
.sr .poll fieldset {
    margin-left:10px;
}
.sr .poll label {
    vertical-align:middle;
    padding-left:6px;
}
.sr .poll .button {
    padding-top:6px;
    padding-left:5px;
}

.sr .banner {
    margin:0 auto;
    padding:5px;
    width:191px;
    border:1px solid #C7CDC9;
    background:#fff;
    margin-bottom:15px;
    text-align:center;
}

.sr .calendar {
    width:180px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    position:relative;
    z-index:80;
	margin: -32px auto 0;
	min-width: 1000px;
	height: 32px;

    background:url(../images/footer_line.png) repeat-x bottom left;
}
#footer .fbg {
    position:relative;
    margin-left:242px;
    background:url(../images/f_bg.gif) repeat-x top left;
    height:22px;
}
#footer .fbg .rcf {
    position:absolute;
    top:0px;
    left:-10px;
    background:url(../images/rcf.png) no-repeat top left;
    width:10px;
    height:22px;
}


#middle .banners {
    padding-top:15px;
    padding-left:20px;
}
#middle .banners table {
    margin:0 auto;
    margin-bottom:5px;
    border-collapse:separate;
    border-spacing:2px;
}
#middle .banners table td {
    margin:0 auto;
    vertical-align:middle;
    text-align:center;
    padding:5px;
    width:150px;
    border:1px solid #1c401c;
}
#middle .banners td.bez_ramki {
    border:none;
}
#middle .banners .banner {
    /*float:left;*/
    /*margin-right:20px;*/
    /*height:60px;*/
}

/* Breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
    color:#1f4d05;
    font-size:11px;
    margin-top:3px;
    margin-bottom:8px;
}
    .breadcrumbs span {
        text-decoration:underline;
    }
    .breadcrumbs a {
        color:#1f4d05;
        text-decoration:none;
    }
    .breadcrumbs a:hover {
        text-decoration:underline;
    }

/* Poll
-----------------------------------------------------------------------------*/
.poll {
}
    .poll p.linkall {
        margin:0;
        text-align:right;
    }
    .poll h2 {
        text-align:left;
    }
    .poll form {
        padding:0;
        margin:0;
    }
    .poll fieldset {
        border:0 solid transparent;
        padding:0;
        margin:0;
    }
    .poll table.answer-container {
        border:medium none;
        margin:0 0 10px;
        text-align:left;
    }
        .poll .answer-container td.input {
            width:20px;
        }
        .poll .answer-container td.input, .poll .answer-container td.label {
            border:medium none;
            padding:5px 0;
        }

    .poll .poll-item {
        width:100%;
        text-align:left;
    }
        .poll .poll-item td {
            padding:2px 0;
        }
        .poll .poll-item td.line {
            width:70px;
        }
        .poll .poll-item td.num {
            color:#CCCCCC;
            font-size:97.6%;
            text-align:right;
        }
            .poll .poll-item td.num strong {
                color:#404040;
                text-align:right;
            }
    .poll .total, .fpoll .total {
        clear:both;
        color:#999999;
        font-size:97.6%;
        margin-top:1em;
        text-align:left;
    }

    .fpoll .poll-item {
        clear:both;
        width:100%;
    }
        .fpoll .poll-item dl {
            margin:0;
            padding:0.5em;
            clear:both;
            float:left;
            width:100%;
        }
            .fpoll .poll-item dl dt {
                color:#CCCCCC;
                float:left;
                font-size:97.6%;
                margin-left:-20px;
                text-align:right;
                width:12%;
            }
                .fpoll .poll-item dl dt strong {
                    color:#404040;
                    text-align:right;
                }
            .fpoll .poll-item dl dd {
                float:left;
                margin-left:20px;
                width:87%;
            }

/* Poll
-----------------------------------------------------------------------------*/            
.PageNav  span {
    color:#999999;
}
    .PageNav  a {
        text-decoration:none;
        padding:0 5px;
    }
    .PageNav  a:hover {
        text-decoration:underline;
    }    
    .PageNav  strong {
        padding:0 5px 1px;
        background:#E0E0E0;
    }
    
    
/* Category
-----------------------------------------------------------------------------*/                
.category_items_left, .category_items_right {
    float:left;
    width:49%;
}
.category_items_left {
    margin-right:10px;
}
#content .tab_content .category_items_left ul, #content .tab_content .category_items_right ul {
	list-style: none;
    padding-left:0px;
    margin-right:0;
}
.category_items_left ul, .category_items_right ul {
    list-style-type:none;
    margin:10px 10px 0 0;
    padding:0;
}
.category_items_left ul li, .category_items_right ul li {
    margin-bottom:10px;
}
.category_items_left ul li a.extlink, .category_items_right ul li a.extlink{
    background:url(/img/ext_link.gif) no-repeat scroll 0 3px transparent;
    padding-left:16px;
}

.category_item {
    background:none repeat scroll 0 0 #E4F3FF;
    border:1px solid #B9CEDF;
    vertical-align:top;
    margin-bottom:10px;
}
.category_item h3 {
    background:url(/img/fed/content_sec_bg.gif) repeat-x scroll center bottom #E1F0FC;
    border-bottom:1px solid #B9CEDF;
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:6px 14px;    
}
.category_item h3 a {
    color:#000;
}
.category_item ul {
    list-style-type:none;
    margin:10px 10px 0 13px;
    padding:0;
}
.category_item ul li {
    background:url(/img/fed/content_sec_bull.gif) no-repeat scroll 0 10px transparent;
    margin-bottom:10px;
    padding-left:12px;
}

.img_item {
    float:left;
    padding:5px;
    /*height:72px;*/
}
.img_item img {
    border:0px;
}

.doc_links {
    margin-top:10px;
    margin-bottom:20px;
}
a.disk_icon {
    background:url(/images/folder.gif) no-repeat scroll 0 0px transparent;
    padding-left:20px;
    padding-bottom:2px;
}
a.print_icon {
    background:url(/images/print.gif) no-repeat scroll 0 0px transparent;
    padding-left:24px;
    padding-bottom:4px;
}
    
.municipal_item {
    margin-bottom:40px;
}
    .municipal_item  p {
        margin:0;
    }
    .municipal_item div a {
        padding-right:5px;
    }

.faq_item {
    margin-bottom:30px;
}
.faq_item  p {
        margin:0;
    }
.faq_form   th, .faq_form   td {
    text-align:left;
    vertical-align:top;
}
.faq_form   th {
    padding-right:10px;
}
.faq_form   th.vam {
    vertical-align:middle;
}
.faq_form select {
    width:266px;
}
.error {color: red;}
.ok {color: green;}


/* Календарь */
.calendar table {
    width:100%;
    border-collapse:separate;
    border-spacing:4px;
}
.calendar table td {
    padding-left:2px;
    padding-right:2px;
}
.calendar table thead td {
    text-align:center;
    font-weight:bold;
}
.calendar table tbody td {
    text-align:right;
}
.calendar table tbody td.today {
    background:#f0f0f0;
}
.calendar table tbody td a {
    color:#000;
    font-weight:bold;
}
.calendar table thead td div.month_left{
    float:left;
    width:16px;
    height:16px;
    cursor:pointer;
    background:url(../images/arrow.png) no-repeat 0px 0px;
}
.calendar table thead td div.month_year {
    margin:0 auto;
}
.calendar table thead td div.month_right{
    float:right;
    width:16px;
    height:16px;
    cursor:pointer;
    background:url(../images/arrow.png) no-repeat 0px -16px;    
}

#ab_cal {
    position:relative;
	min-height:180px;
	height: auto !important;
	height: 180px;
    
}
.overlay {
    position:absolute;
    top:0px;
    left:0px;
    z-index:2000;
    background:url(../images/overlay.png) repeat top left;
    width:202px;
    height:202px;
}
.wait {
    position:absolute;
    top:0px;
    left:0px;
    z-index:3000;
    background:url(../images/ajax-loader.gif) no-repeat center center;
    width:202px;
    height:202px;
}

p.copyright_printv {
    margin-top:15px;
    text-align:center;
}
.fright {
    float:right;
}

.developer {
    position:absolute;
    right:10px;
    top:2px;
}
.developer a {
    text-decoration:none;
    color:#1F4D05;
}
.counter {
    position:absolute;
    left:-175px;
    top:0px;
}

.tab_content img[align="middle"] {vertical-align:middle;}
.tab_content img[align="textTop"] {vertical-align:top;}
.tab_content img[align="right"] {float:right;}

#tooltip {
	position: absolute;
	z-index: 3000;   
    width:300px;
    font-size:14px;
    text-align:left;
    padding:10px;
    border:1px solid #8bb672;
    background:#a5cf8c url(../images/top_menu_item.gif) repeat-x left top;    
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip.blue {
    border:1px solid #54adc9;
    background:#5bbbda url(../images/tabbg.png) repeat-x top left;
}

.tac {
    text-align:center;
}

.filter {
    text-align:right;
}

#form_error
{
	color:red;
	text-align:left;
}

#form_error ul
{
    list-style: disc outside;
	margin-left:15px;
}

select
{
	width:300px;
}
