BODY {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

* body{
    text-align: center;    
}


form{
    margin: 0;
}

input{
    border: 1px solid #999999;
}
textarea{
    border: 1px solid #999999;
}


table{
    font-size: 13px;
}

img {
    border: none;
}


A {
    color:#3eb2f6;
    font-size: 12px;
}

A:Hover {
    color:#ed0b0b;
    cursor: pointer;
}

a:disabled {
    text-decoration: none;
}

h2 a{
    font-size: 16px;
}

/* custom styles*/
.text_align_left{
    text-align: left;
}
.text_align_center{
    text-align: center;
}
/* EO custom styles*/

/* floating */

.float_left{
    float:left;
}

.float_right{
    float:right;
}

/* e o  floating */


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Clearfix */

.hidden{
        display: none;
}


#bg{
    position: absolute;
    
    top: 0;
    left: 50%;
    
    width: 1168px;
    height: 487px;
    margin: 0 0 0 -584px;
}

    #styles, .style_texts{
        display: none;
    }


#wrapper{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(/images/design/body_fon.jpg) repeat-x;
}


    #conteiner{
        margin: 0 auto;
        width: 940px;
        text-align: left;
    }
    
        #header{
            width: 100%;
            height: 487px;
            position: relative;
        }
            #header .top{
                width: 941px;
                height: 126px;
                position: relative;
            }
            
                #logo{
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 126px;
                    width: 290px;   
                }
                    #logo a{
                        display: block;
                        width: 100%;
                        height: 100%;
                        text-indent: -9000px;
                        background: url('/images/design/logo.png') no-repeat;
                    }
                    
                #authorization{
                    width: 250px;
                    position: absolute;
                    bottom: 50px;
                    left: 290px;
                }
                
                    .login_link{
                        background: url(/images/design/bul/kay.gif) 0 5px no-repeat;
                        padding: 0 0 0 25px;
                        font-style: italic;
                        color: #ffffff;
                        text-decoration: none;
                    }
                    
                    .login_link span{
                        border-bottom: 1px dashed #ffffff;
                    }

                    .signin_link{
                        padding: 0 0 0 25px;
                        font-style: italic;
                        color: #ffffff;
                        text-decoration: underline;
                    }

                    .logout_link{
                        padding: 0 0 0 25px;
                        font-style: italic;
                        color: #ffffff;
                        text-decoration: underline;
                    }

                    .user_login{
                        background: url(/images/design/bul/kay.gif) 0 5px no-repeat;
                        padding: 0 0 0 25px;
                        font-style: italic;
                        color: #ffffff;
                        text-decoration: none;
                        font-size: 12px;
                    }

                    .login_block_links{
                        width: 160px;
                        margin: 41px 0 0 0px; 
                    }

                
                #kompas{
                    width: 200px;
                    height: 80px;
                    background: url(/images/design/kompas_bg.gif) center 38px no-repeat;
                    position: absolute;
                    left: 515px;
                    top:0;
                }
                
                    .kompas_link{
                        margin: 40px 5px 0 80px;
                    }

                    .kompas_link a{
                        text-decoration: underline;
                        font-style: italic;
                        font-weight: bold;
                    }
                    
                #sys_links{
                    width: 147px;
                    position: absolute;
                    right: 0;
                    bottom: 50px;    
                }
                
                    #sys_links .links{
                        text-align: right;
                        width: 100%;
                        height: 10px;
                        overflow: hidden;    
                    }
                    
                    #sys_links .links a{
                        display: block;
                        float: right;
                        margin: 0 0 0 10px;
                        height: 10px;
                    }
                    
                        #sys_links .links a.home_link{
                            width: 11px;
                            background: url(/images/design/bul/sys_links.gif) no-repeat;
                        }

                        #sys_links .links a.mail_link{
                            width: 13px;
                            background: url(/images/design/bul/sys_links.gif) -35px 0px no-repeat;
                        }

                        #sys_links .links a.site_link{
                            width: 17px;
                            background: url(/images/design/bul/sys_links.gif) -70px 0px no-repeat;
                        }
                    
                    #sys_links .tel{
                        background: url(/images/design/tel.gif) no-repeat;
                        text-indent: -9000px;
                        width: 147px;
                        height: 20px;
                        margin: 25px 0 0 0;    
                    }
                    
            #header .middle{
                width: 100%;
                height: 325px;
                position: relative;
            }
            
                #header_middle_text{
                    width: 340px;
                    height: 215px;
                    position: absolute;
                    top: 68px;
                    left: 0;
                    overflow: hidden;
                    font-size: 85%;
                    
                }
                    #header_middle_text h1{
                        color: #000000;
                        font-size: 24px;
                        font-style: italic;
                        line-height: 26px;
                    }

                    #header_middle_text span{
                        color: #000000;
                        font-size: 16px;
                        font-style: italic;
                        font-weight: bold;
                        
                    }
                    
                
                #switcher{
                    position: absolute;
                    bottom:0px;
                    left: 0px;
                    width: 100%;
                    height: 40px;
                }
                
                
                    #switcher .style_switch{
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        overflow: hidden;
                        height: 40px;   
                    }
                        #switcher .style_switch li{
                            float: left;
                            display: block;
                            width: 26px;
                            height: 26px;
                            text-align: center;
                        }

                        #switcher .style_switch .style_select{
                            background: url(/images/design/bul/style_select.png) no-repeat;
                        }

                        #switcher .style_switch .style_select a{
                             text-align: center;
                             font-size: 18px;
                             text-decoration: none;
                             color: #fff;
                             display: block;
                             
                        }

                        #switcher .style_switch .style_select div{
                             padding: 2px 0 0 0;
                             text-align: center;
                             
                        }

                        #switcher .style_switch .style_unselect{
                            background: url(/images/design/bul/style_unselect.png) no-repeat;
                        }

                        #switcher .style_switch .style_unselect a{
                             text-align: center;
                             font-size: 12px;
                             text-decoration: none;
                             color: #767676;
                             display: block;
                             
                        }

                        #switcher .style_switch .style_unselect div{
                             padding: 4px 0 0 0;
                             text-align: center;
                        }
                        
                    #switcher .s_l_d{
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        position: absolute;
                        height: 20px;
                        top: 0px;
                        right: 0px;
                    }
                    
                    
            #header .bottom{
                height: 35px;
                width: 100%;
                position: absolute;
                bottom: 0px;
                left: 0px;
                background: url(/images/design/header_menu_bg.jpg) repeat-x;
                text-align: left; 
                
            }
            
                
                #header .bottom a{
                    color: #ffffff;
                    text-decoration: underline;
                }

                #header .bottom a:hover{
                    color: #ffffff;
                    text-decoration: none;
                }
                
                
                .navigation{
                    left: 0px;
                    padding: 0;
                    margin: 0;
                    list-style: none; 
                }

                    .navigation div{
                        padding: 10px 18px 0px 18px;
                        cursor: pointer;    
                    }
                    
                    
                    .navigation li{
                        float: left;
                        height: 35px;
                        border-right: 1px solid #991717;
                        background: none;
                        text-align: center; 
                    }

                    .sub {
                        display: none;
                        position:absolute;
                        padding: 2px 0 0 0;
                        margin: 0;
                        list-style: none;
                        background: url(/images/design/bul/sub_bg.gif) repeat-x #dc1d1d;
                        z-index: 30000;
                        
                    }

                    .sub li{
                        border-bottom: 1px solid #991717;
                        border-right: none;
                        height: 35px; 
                        white-space:nowrap;
                        background: #dc1d1d;
                        display: block;
                        float: none;
                        text-align: left;
                    }

                    .sub li a{
                        background: url(/images/design/bul/menu_bul.gif) 0px 5px no-repeat;
                        padding: 0 0 0 10px;
                    }

                    .sub_menu_hover{
                        background: #b00600 !important;
                    }

                    .menu_hover{
                        background: url(/images/design/header_menu_bg_h.jpg) !important;  
                    }

   
            
        
        #content{
        }
        
        #footer{
            width: 100%;
            height: 89px;
            overflow: hidden;    
        }
        
            #footer .footer_panel{
                width: 954px;
                height: 89px;
                background: url(/images/design/footer_bg.gif) no-repeat;
                margin: 0 auto;
                text-align: left;
                position: relative;
                
            }


.plan_div{
    display: none;    
}

.color_red{
    color: red;
}




#linet{
    position: absolute;
    right: 100px;
    bottom: 20px;
}


.afisha_line{
    width: 369px;
}

.blog_line{
    width: 300px;
}

.reklama{
    width: 270px;
}

.line_padding{
    padding: 10px 30px 10px 0;
}

.article_block{
    margin: 0 0 35px 0;
}

.article_time{
    width: 70px;
}

.article_time .day{
    font-size: 24px;    
}

.article_time .month{
    font-size: 13px;
    font-weight: bold;    
}

.article_descript{
    width: 265px;
}

.title{
    font-size: 18px;
    color: #3eb2f6;
    text-decoration: underline;
}

.article_descript_text{
    font-size: 13px;
    padding: 5px 0 5px 0;
}

.article_content{
    width: 669px;
    padding: 5px 0 10px 0;
}

.article_content .text{
    padding: 0 30px 0 0;
}

.article_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;    
}

.reklama_block{
    margin: 10px 0 10px 0;
    background: #e5e5e5;
}

.reklama_block_menu td{
    background: #ffffff;
}

.reklama_block_menu td a{
   font-size: 18px;
   font-weight: bold;
   color: #3eb2f6; 
   text-decoration: none;
   outline: none;
   border-bottom: 1px dashed #3eb2f6; 
}

.reklama_block_menu .rbm_selected{
    background: none;
    
}

.reklama_block_menu .rbm_selected a{
    color: #000000;
    text-decoration: none;
    border-bottom: none;
}

.rb_content{
    text-align:center;
    padding: 5px 0 5px 0;
}

#login_form_dialog dl{
    padding: 0;
    margin: 0;
}

#login_form_dialog dl dd{
    padding: 0;
    margin: 0;
    text-align: left;
}

ul.errors{
    display: block;
    background: red;
    list-style: none;
    margin: 0;
    padding: 5px;
    border: 1px solid #991717;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

.message_block{
    background: green;
    border: 1px solid #179923;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.error_block{
    background: red;
    border: 1px solid #991717;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;  
}

.error_block a:hover{
    color: #ffffff;
}

.error{
    display: block;
    background: url(/images/design/error.jpg) no-repeat;
    padding: 0 0 0 256px;
    height: 256px;
}

.error_text{
    padding: 50px 0 0 0;
    background: url(/images/design/error_text.gif) repeat-x;
    height: 256px;     
}

.time_in{
    padding: 0 0 0 20px;
    background: url(/images/design/bul/time_in.gif) left 2px no-repeat;
}

.time_out{
    padding: 0 0 0 20px;
    background: url(/images/design/bul/time_out.gif) left 2px no-repeat;
}

.button1{
    background: url(/images/design/but/button1.gif) no-repeat;
    width: 218px;    
    height: 37px; 
    cursor: pointer;   
}


.button1 a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.button1 a span{
    font-size: 16px; 
    font-weight: bold; 
    color: #ffffff;
    position: absolute;
    top: 5px;
    display: table-cell;
    width: 100%;
    text-align: center;
}

.zend_form {
    padding: 0;
    margin: 0;
}

.zend_form dt{
    padding: 5px;
    margin: 0;
    font-weight: bold;
}

.zend_form dd{
    padding: 0;
    margin: 0 0 0 10px;
}

.form_block{
    background: #f2f2f2;
    border: 1px solid #dddddd;
    padding: 15px;
    margin-bottom: 10px;
}

.coment_top{
    height: 19px;
    background: url(/images/design/coments_block_border.gif) left bottom repeat-x;
}

.coment_arrow{
    background: url(/images/design/coments_block_arrow.gif) right top no-repeat;
    width: 32px;
    height: 19px;    
}

.coment_bottom{
    background: #f2f2f2;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}


.searc_text{
    background: url(/images/design/search_text.gif) no-repeat;
    width: 190px;
    height: 19px;
    margin-right: 5px;
}

.search_text_input{
    color: #7f7f7f; 
    border: none; 
    background: none; 
    width: 190px; 
    height: 19px;
}

.banner_container{
    text-align: center;
    margin: 10px 0px;
}

.gadget_container{
    margin: 20px 0px;    
}

.table_list{
    margin: 0 0 4px 0;
}

.table_list td{
    border-bottom: 4px solid #ffffff;
    
}

.table_list ._elements_title_td td{
    background: #ffffff;
}

.table_list thead{
    background: #e5e5e5;
}

.table_list tbody tr{
    background: #f2f2f2;
}







.group_name_block{
    background-color: #e5e5e5;
    padding: 10px;
}





.place_description{
    border-bottom: 1px dotted #000000; 
}

.place_images{
    background: #f2f2f2;
    border: 1px solid #dddddd;
    padding: 3px;
}



#avatar{
     height: 28px;
     position:relative;
     top: 0px;
     left: -50px;
     opacity: 0;/* задаем нулевую видимость */
     filter:alpha(opacity=0);
}

#avatar_text{
    position: relative;
    width: 208px;
    top: 4px;
    left: 5px;
    background: none;
    border: none;
    
}

.topic_author_span{
    color: red;
    background: url(/images/design/bul/topic_author_told.gif) no-repeat;
    padding: 0 0 0 24px;
    font-size: 11px;
}

.topic_title{
    color:#3eb2f6;
    font-size: 18px;
    display: block;
}

.personal_link{
    color:#3eb2f6;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.blogs_bloc{
    border-bottom: 1px dotted #000000;
    padding: 0 0 10px 0;
}

.text_bloc{
    padding: 0 0 10px 0;
}


.topic_preview_block{
    padding: 0 10px 10px 0;
    height: 100%;    
}

.add_photo_span{
    font-weight: bold;
    color: #3eb2f6;
}

.add_photo_container input{
    display:none;
}

.images_box{
    height: 180px;
}

#create_topic_block{
    display: none;
    text-align: left;
}

.residence_thumb{
    position: relative;
    width: 111px;
    height: 111px;
    border: 6px solid #e5e5e5;
    margin-left: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.residence_thumb a{
    position: relative;
}

.root_list{
    padding:10px;
    margin:0;
}

.sub_list{
    padding-left:30px;
    margin:0;

}

.root_list li{
    line-height: 24px;
    border-top: 1px dotted #cccccc;
}

.sub_list li{
    line-height: 24px;
    border-top: 1px dotted #cccccc;
}

.personal_block{
    width: 222px;
    height: 221px;
}

.personal_photo{
    width: 175px;
    background: #e7e3e2;
    text-align: center;
    padding: 8px;
    position: relative;
}

.personal_photo_in{
    width: 174px;
    height: 112px;
    overflow: hidden;
    position: relative;
}

#text_td{padding-top:0px;}
#photo_td{padding-top:15px;}

.login_links_blog{
    padding: 0 0 0 20px;
    background: url(/images/design/bul/logins_links_blog.gif) left 1px no-repeat;
    color: #ffffff;
    font-style: italic;
}

.login_links_profile{
    padding: 0 0 0 20px;
    background: url(/images/design/bul/logins_links_profile.gif) left 3px no-repeat;
    color: #ffffff;
    font-style: italic;
}

.login_links_span{
    font-size: 12px; font-style: italic; color: #ffffff;
}

.calendar_link{
    background: url(/images/design/bul/calendar_link_bul.gif) no-repeat;
    padding: 0 0 0 22px;
}

.arrow_bul{
    background: url(/images/design/bul/arrow_bul.gif) no-repeat; 
    width: 16px;   
    height: 13px;   
}

.link_vline_separator{
    margin: 2px 15px 0 15px; 
    background: #7a7a7a; 
    width: 1px; 
    height: 14px;
    display: inline;
}

.equipment_group_link{
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
    font-weight: normal;
}

.page_selected{
    background-color: #3eb2f6; 
    padding: 0 5px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold; 
}

.page_unselected{
    background-color: none; 
    padding: 0 5px;
}

.pager{
    width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    white-space: nowrap;
    margin-top: 20px;
    border-top: 1px dotted #000000;
    position: relative;
}

.page_container{
    overflow: hidden;
    width:400px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    
}

.page_container a{
    position: relative;
}

.next_prev_container{
    width:400px;
    margin: 0 auto;    
}
.pages{
    position: relative;
    left: 0px;
}

#login_form_dialog{
    width: 278px;
    height: 216px;
    position: absolute;
    background: url('/images/design/lbg.gif') no-repeat;
    display: none; 
    text-align: center;
    z-index: 2000 !important;
    
}

.close_bul{
    display: block; 
    width: 19px; 
    height: 19px; 
    margin: 6px 6px 0 0;
}

#personal_dialog{
    width: 540px;
    position: absolute;
    background-color: #ffffff;
    display: none; 
    text-align: center;
    z-index: 10000;
    
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;    
}

.overlay_my{
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:100%;
    background-color:#151410;
    height: 2500px; 
    display: none;
}

.site_map_link{
    font-weight: bold;
    font-size: 14px;
    color: #3eb2f6;
    text-decoration: underline;
    
}

.site_map_link_container{
    background: url(/images/design/bul/sitemap_bul.gif) 0px 5px no-repeat;
    padding: 0 0 0 10px;
}





.header_middle_nav{
    padding: 0 0px 10px 10px;
    margin: 0 0 5px 0;
    position: relative;
}



.search_result_bloc{
    padding: 15px 5px;
}

.search_num_block{
    width: 35px;    
}

.search_num_span{
    color: #5e5e5e;
    font-size: 12px;
    font-weight: bold;
}

.search_form_block{
    padding: 10px;
    border-bottom: 1px solid #5e5e5e;
}

/* padding */ 
.padding_5{
    padding: 5px;
}
.padding_2{
    padding: 2px;
}
/* eo padding */
.nowrap{
    white-space: nowrap;
}
.photo_scroll{
    width: 600px !important;
    overflow: hidden;
    margin: 2px;
    margin: 0 12px;
    position: relative;
}

#flash_plan, #flash_plan_w{ 
    cursor: pointer;
    margin: 10px 0;
}

.equipment_block .adm_link{
    font-size: 9px;
    width: 660px;
    
}

.sysvars_list{
    list-style: none;
}

.sysvars_list li{
    margin: 15px;
    
}

table.usefull{
    width: 100%;
}

table.usefull td.w84{
    width: 84px;    
}

table.events_table{
    width: 100%;
}
.date{
    width: 70px;
    padding-bottom: 30px;    
}

table.events_table td.info{
    padding-bottom: 30px;    
}
table.events_table td.info .info_block{
    margin: 10px 0 0 0;    
}


td.events_lenta{
    width: 350px;
}
 
td.blogs_lenta{        
    width: 270px;
}

td.clock_td{
    width:84px;
} 

.mainpage_padding{
    padding: 10px 20px 0 0 ;
}

#clock_dialog_content{
    padding: 10px;
}

#weather_block{
    margin: 20px 0 0 5px; border-left: 1px dotted #000; padding-left: 5px;    
}

#weather_block a{
    font-size: 14px;
}

#cam_block{
    margin-right: 15px;
}

#look_around{
    padding-top: 10px; font-size: 14px;
}

#look_around a{
    font-size: 14px;
}

#copyright{
    height: 85px;
    color: #ffffff;
}

#copyright a,  #developer a, #search_block a{
    color: #fff; text-decoration: underline;
}

#search_block, #developer{
    width: 250px;
    color: #ffffff;
}

.lfinput{
    position: relative;
    margin: 0 0 14px 0;
}


.lfinput input{
    position: absolute;
    width: 246px;
    height: 100%;
    left: 2px;
    top: 0px;
}

#login_form{
    text-align: left;
    padding-left: 37px;
}









