@charset "utf-8";
/*main styles*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    line-height: 1;
    height: 100% !important;

}
body {

    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    min-width: 998px;
    background: #EFEFEF;
    position: relative;
    height: 100% !important;
}
header {
    position: relative;
    float: left;
    margin: 0;
    background: #FFFFFF;
}
article {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
    background-color: #FFFFFF;
}
footer {
    position: relative;
    float: left;
    margin: 0;
    background-color: #FFFFFF;
}

.root {
    width: 998px;
    position: relative;

    overflow: visible;
    background-color: #FFFFFF;
    margin: 0 auto;
    line-height: 130%;
    min-height: 100%;
    z-index: 1;
}

.message_layer {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 500;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}

.loader_layer {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
    z-index: 700;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}

.loader {
    position: relative;
    /*margin: 20% auto;*/
    border-radius: 2px;
    display: none;
    width: 45px;
    height: 45px;
}
.loader img{
    height: 42px;
    width: 42px;
}
.loader span{
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}

.loader2 {
    position: relative;
    /*margin: 20% auto;*/
    border-radius: 2px;
    display: none;
    width: 250px;
    height: 100px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fbba16;
    padding: 10px;
    margin: 10% auto;
    box-shadow: 0 0 20px 2px;
}
.loader2 img{
    height: 42px;
    width: 42px;
}
.loader2 span{
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
/*page title*/
.up_edging {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
    background: transparent url('/images/up_edging.png') no-repeat;
}
.case_header {
    position: relative;
    float: left;
    width: 998px;
    height: 91px;
    background: #FFFFFF;
}
.logo_top {
    position: absolute;
    margin-left: 378px;
    width: 242px;
    height: 91px;
    background: transparent url('/images/logo.png') no-repeat;
}
.user_block_enter {
    position: relative;
    float: right;
}
.case_auth_user_false {
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 80px;
}
.case_auth_user_false a {
    text-decoration: underline;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.case_auth_user_false a:hover {
    text-decoration: none;
}
.case_auth_user_false span {
    color: #FBBA16;
}

.AuthErrorBlock{
    position: relative;
    float: left;
    width: 100%;
    height: 160px;
    margin-top: 5px;
}
.ActivationErrorBlock{
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 5px;
}
.BanErrorBlock{
    position: relative;
    float: left;
    width: 100%;
    height: 115px;
    margin-top: 5px;
}

.ReminderBlock{
    position: relative;
    float: left;
    width: 100%;
    height: 55px;
    margin-top: 5px;
}
.ReminderBlock label {
    color: #1a88c7;
    font-size: 10pt;
    font-weight: bold;
}

.ReminderBlock input[type="text"], input[type="password"] {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;;
    height: 25px;
    width: 243px;
    font-size: 12pt;
    padding: 0 5px 0 5px;
    color: #000000;
}
.ReminderSuccesBlock{
     position: relative;
     float: left;
     width: 100%;
     height: 35px;
     margin-top: 5px;
}

.ReminderSuccesBlock select {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 25px;
    width: 240px;
    font-size: 12pt;
    padding: 0 5px 0 5px;
    color: #000000;
}

.ReminderErrorBlock{
    position: relative;
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 5px;
}

.PetitionBlockText {
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 10pt;
    width: 100%;
    height: 170px;
}

.PetitionBlockText textarea {
    float: left;
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 120px;
    width: 490px;
    font-size: 12pt;
    overflow: scroll;
    padding: 5px;
    resize: none;
}


.case_header_menu {
    position: relative;
    float: left;
    width: 998px;
    background-color: #ffffff;
}
.background_header_menu {
    position: relative;
    float: left;
    width: 960px;
    height: 258px;
    margin-left: 19px;
    background: transparent url('/images/main_spring_2.jpg') no-repeat;
}
.nobackground_header_menu {
    position: relative;
    float: left;
    width: 960px;
    height: 30px;
    margin-left: 19px;

}
.item_menu {
    margin-top: 5px;
    text-align: center;
}
.item_menu a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.item_menu a:hover {
    text-decoration: underline;
}
.preview_block {
    position: relative;
    float: left;
    background: #FFFFFF;
    width: 998px;
    height: 123px;
}
.band{
    position: relative;
    float: left;
    height: 1px;
    width: 960px;
    margin-left: 19px;
    background-color: #fbba16;
}
.case_preview_image {
    position: relative;
    float: left;
    height: 120px;
    width: 960px;
    margin-left: 19px;
    background-color: #FFFFFF;
}

.case_preview_image img {
    position: relative;
    float: left;
    height: 120px;
    width: 120px;
    border-width: 0;
}

/* main page body*/
.main_page_head{
    position: relative;
    float: left;
    height: 10px;
    width: 100%;
    background-color: #FFFFFF;
}
.main_page_case {
    position: relative;
    float: left;
    width: 100%;
}
.main_page_case table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
.main_page_case tbody tr td {
    border: 0;
    padding: 0;
    vertical-align: top;
    word-wrap: break-word;
}
.main_page_title {
    position: relative;
    float: left;
    height: 25px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    line-height: 25px;
}
.main_page_body_preview {
    position: relative;
    float: left;
    width: 210px;
    background: #fff;
    padding: 0 5px 0 5px;
}
.main_page_body_preview_service {
    position: relative;
    float: left;
}
.main_page_body_preview_service a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}
.main_page_body_preview_service a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.main_page_record {
    position: relative;
    float: left;
    width: 100%;
}
.main_page_title_double {
    position: relative;
    float: left;
    height: 35px;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    padding-top: 5px;
    line-height: 100%;
}
.main_page_search {
    position: relative;
    float: left;
    width: 730px;
}
.main_page_search span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #333333;
    font-weight: bold;
}

/*content*/
.case_preview_content{
    position: relative;
    float: left;
    word-wrap: break-word;
    width: 210px;
    line-height: 1.0;
}
.case_preview_content img{
    max-width: 100px;
}

.case_preview_content_header a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    color: #4fad3c;
    font-weight: bold;
}
.case_preview_content_header a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #4fad3c;
    font-weight: bold;
}
.case_preview_content_header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #f00;
    font-weight: bold;
}
.case_preview_content_date {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    word-wrap: break-word;
}
.case_preview_content_date span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #adadad;
}
span.date_preview_content {
    color: #9D9FA3;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}
.case_preview_content_date a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: underline;
}
.case_preview_content_date a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: none;
}
.case_preview_content_delemiter span {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    height: 15px;
    word-wrap: break-word;
}
.header_preview_content{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #4fad3c;
    font-weight: bold;

}
a.header_preview_content:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #4fad3c;
    font-weight: bold;
}
.preview_content_comment {
    color: #9D9FA3;
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}
.preview_content {
    position: relative;
    float: left;
    line-height: 1.3;
    text-align: left;
    overflow-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    word-break: break-word;
}

.preview_content iframe{
    float: none;
    width: 210px;
    height: 100px;
}


/*posts*/
.case_preview_post {
    position: relative;
    float: left;
    width: 490px;
    line-height:1;
    text-align: justify;
}
.case_preview_post img{
    max-width: 88px;
}
a.header_preview_post {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}
a.header_preview_post:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}
.case_date_preview_post {

    margin-right: 10px;

    margin-top:10px;
}
span.date_preview_post_black {
    font-weight: bold;
    color: #9D9FA3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;

}
span.date_preview_post_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #1a88c7;
    font-weight: bold;
}
a.date_preview_post_blue {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}
a.date_preview_post_blue:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}
.preview_post {
    position: relative;
    float: left;
    margin-top:10px;

}
.preview_post img{

    float: left;
    border: 1px solid #B7B5C3;
    padding: 2px;
    margin-right: 10px;
}
.preview_post span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    line-height: 1.3;
}
.preview_post_text img {
    display: block;
    max-width: 100%;
    margin: 0 auto;

}
.preview_post_text iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.preview_post_text blockquote {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.preview_post_next{
    width: 490px;

    text-align: right;
    position: relative;
    float: left;
    height:26px;
}
.preview_post_next a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #fbba16;
    font-weight: bold;
}
.preview_post_next a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #fbba16;
    font-weight: bold;
}
.preview_post_tags {
    width: 490px;
    position: relative;
    float: left;
    text-decoration: none;
}
.preview_post_tags a{
    text-decoration: none;
    color: #9D9FA3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

}
.preview_post_tags a:hover {
    text-decoration:  underline;
}
.preview_post_tags img{
    margin-right: 10px;
    float: left;
    width: 12px;
    height: 17px;
}

.preview_post_tags span{
    float: left;
    display: block;
    width: 90%;
}

/*authors*/
.case_our_authors {
    position: relative;
    float: left;
    line-height: 90%;
    text-align: left;
    word-wrap: break-word;
    width: 220px;
}
.case_our_authors img{
    max-width: 44px;
    float: left;
    position: relative;
    margin-right: 5px;
    border: 1px solid #B7B5C3;
    padding: 2px;
}
.case_our_authors span {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}
.case_our_authors a {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.case_our_authors a:hover {
    text-decoration: underline;
}
.our_authors_text{
    color: #1A88C7;
    margin-right: 5px;
}

/*ad RusMedTur*/
.RusMedTur{
    position: relative;
    float: left;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    width: 218px;

    border: 1px solid #f5f5f5;
    margin: 0 0 10px 0;
}
.RusMedTur img{
    width: 214px;
    height: 61px;
    margin: 2px 0 0 2px;
}
.RusMedTurText{
    position: relative;
    float: left;
    font-family: Verdana,Arial, Helvetica, sans-serif;
    width: 210px;
    margin: 2px 0 0 5px;
    line-height: 0.9;
}
.RusMedTurText_H{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #1a88c7;
    font-size: 10pt;
    font-weight: bold;
}
.RusMedTurText_S{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #1a88c7;
    font-size: 8pt;
    font-weight: bold;
}
.RusMedTurText_T{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 8pt;
    font-weight: normal;
}
.RusMedTurText a{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #cc353a;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
}
.RusMedTurText a:hover{
    font-family: Verdana,Arial, Helvetica, sans-serif;
    color: #cc353a;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
}
.RusMedTurSoc{
    position: relative;
    float: left;
    width: 148px;
    height: 36px;
    margin: 10px 0 10px 40px;
}
.RusMedTurSoc img{
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
}
/*hourse*/
.vet {
    position: relative;
    float: left;
}
img.vet {
    border-width: 0;
    height: 89px;
    width: 220px;
}

/*announcement*/
td.announcement_delimiter_1 {
    width: 19px;
    height:100%;
    background-color: #fff;
}
td.announcement_delimiter_2{
    width: 21px;
    height:100%;
    background-color: #fff;
}
.announcement_header{
    position: relative;
    float: left;
    height: 40px;
    width: 100%;
    background-color: #ffffff;
    color: #1a88c7;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    text-align: center;
    line-height:40px;

}
.announcement_title{
    height: 50px;
    line-height: 1.0;
    width: 220px;

}
.announcement_title a{
    text-decoration: none;
    color: #4fad3c;
    font-weight: bold;
    font-size: 10pt;
    word-wrap: break-word;
}
.announcement_title a:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}
.announcement_end {
    height: 35px;
    width: 100%;
}
.announcement_delimiter3 {
    height: 15px;
    width: 100%;
}
.announcement_text{
    position: relative;
    float: left;
    height: 110px;
    width: 218px;
    display: block;
}
span.announcement_text {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
    line-height: 100%;
}
span.announcement_price {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
    font-size: 10pt;
}
span.announcement_date {
    font-family: Arial, Helvetica, sans-serif;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}
.announcement table{
    position: relative;
    float: left;
    width: 998px;
}

/*footer*/
.logo_bottom {
    position: relative;
    margin: 0;
    width: 242px;
    height: 91px;
    background: transparent url('/images/logo.png') no-repeat;
    float: right;
}
.case_url_bottom {
    position: relative;
    float: left;
    height: 91px;
    width: 370px;
    text-align: center;
    margin-left: 59px;
    margin-top: 35px;
}
.case_url_bottom a {
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
    font-size: 12pt;
}
.case_url_bottom a:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    font-size: 12pt;
}
.case_now_in_site {
    width: 223px;
    position: relative;
    float: left;
    margin-left: 14px;
}
.case_now_in_site span{
    color: #4dae3d;
    font-weight: bold;
    font-size: 12pt;
}
span.subheader_now_in_site {
    color: #000000;
    font-size: 10pt;
    display: block;
    font-weight:normal;

}
span.header_now_in_site {
    font-color: #000000;
    font-size: 15pt;
    display: block;

}
.url_now_in_site {
    color: #1a88c7;
    font-size: 8pt;
    font-weight: normal;
}
.url_now_in_site a {
    text-decoration: underline;
}
.url_now_in_site a:hover {
    text-decoration: underline;
}
.case_c {
    position: relative;
    float: left;
    width: 956px;
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
}
.subcase_c{
    width: 250px;
    position: relative;
    float: left;
    display: block;
    margin-left: 394px;
}
.stat_rambler {
    position: relative;
    float: right;
    width: 50px;
    margin-left: 15px;
    margin-top: -10px;
}

/*delemiter*/
.delimiter_white_28 {
    position: relative;
    float: left;
    width: 100%;
    height: 28px;
    background-color: #ffffff;
}
.delimiter_white_20{
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    background-color: #ffffff;
}
.delimiter_white_5 {
    position: relative;
    float: left;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}
.delimiter_menu {
    position: relative;
    float: left;
    height: 5px;
    width: 960px;
    margin-left: 21px;
    background-color: #fbba16;
}
.delimiter_button {
    position: relative;
    float: left;
    width: 25px;
    height: 40px;
}
.delimiter_white_11 {
    position: relative;
    float: left;
    width: 100%;
    height: 11px;
    background-color: #ffffff;
}
.delimiter_40 {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
}
.delimiter_30 {
    position: relative;
    float: left;
    width: 100%;
    height: 30px;
    background-color: #ffffff;
}
.delimiter_20 {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}
.delimiter_15 {
    position: relative;
    float: left;
    width: 100%;
    height: 15px;
}
.delimiter_10 {
    position: relative;
    float: left;
    width: 100%;
    height: 10px;
}
.delimiter {
    position: relative;
    float: left;
    width: 100%;
}
.content_tr_delimiter{
    height: 10px;
}
/* end delemiter*/

/*auth person and error auth person*/
.Pop_up_win {
    position: relative;
    margin: 10% auto;
    padding: 10px 10px 10px;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 0 20px 2px;
    display: none;
    width: 255px;
    height: 235px;

}
.Pop_up_win a{
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}
.Pop_up_win a:hover{
    text-decoration: none;
}

.Pop_up_win input[type="text"], input[type="password"]{
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 25px;
    width: 243px;
    font-size: 12pt;
    padding: 0 5px 0 5px;
    color: #000000;
}
.Pop_up_win label{
    color: #1a88c7;
    font-size: 10pt;
    font-weight: bold;
}

.error_label{
    color:#ff0000;
    font-size: 10pt;
}

.Auth_Member_Block {
    float: left;
    height: 30px;
    width: 350px;
    font-size: 10pt;
    margin-left: 10px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #1a88c7;
    font-weight: bold;
}
.Auth_Member_Block  input[type="checkbox"] {
    display: none;
}
.Auth_Member_Block  input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -1px 6px 0 0;
    vertical-align: middle;
    background: url('/images/chagree.png') left top no-repeat;
    cursor: pointer;
}

.Auth_Member_Block  input[type="checkbox"]:checked + label span {
    background: url('/images/chagree.png') -21px top no-repeat;
}

.Auth_Button_Block {
    position: relative;
    float: left;
    height: 60px;
    width: 100%;
    margin-top: 5px;
}

.Button_100x40_Blue{
    position: relative;
    float: right;
    font: 12pt bold;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    height: 40px;
    width: 100px;
    margin-left: 5px;
    background-color: #1a88c7;
    color: #ffffff;
}

.Remind_Block {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
}
.Remind_Block a {
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}
.Remind_Block a:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}
.Button {
    position: relative;
    float: right;
    font: 12pt bold;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    height: 40px;
    width: 100px;
    margin-left: 5px;
    background-color: #1a88c7;
    color: #ffffff;
}
.Button_input{
    height: 40px;
    width: 100px;
    margin-left: 5px;
    background-color: #1a88c7;
    color: #ffffff;
}
/*person menu and*/
.user_block_menu {
    position: relative;
    float: right;
}
.case_user_menu {
    position: relative;
    float: right;
    margin-top: 10px;
    line-height: 1.2;
    width: 330px;
}
.case_user_menu img {
    width: 66px;
    border: 0;
    max-height: 66px;
    float: left;
    margin: 5px 10px 0 0;

}
.case_user_menu span {
    color: #4fad3c;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.case_user_menu a {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}
.case_user_menu a:hover {
    text-decoration: underline;
}
img.case_user_menu_mail{
    width: 16px;
    height: 10px;
    margin: 6px 6px 0 0;
}
/**/
.Message_block_title {
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.Message_block_text {
    position: relative;
    float: left;
    margin-top: 10px;
    font-size: 10pt;
    width: 100%;
}
.Message_block_text textarea {
    float: left;
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 200px;
    width: 490px;
    font-size: 12pt;
    overflow: scroll;
    padding: 5px;
    resize: none;
}

/*registration menu*/
.case_simple_page {
    position: relative;
    float: left;
    width: 100%;
}
.case_simple_page table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
.case_simple_page tbody tr td {
    border: 0;
    padding: 0;
    vertical-align: top;
    word-wrap: break-word;
}
.case_simple_page input[type="text"], input[type="password"] {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;;
    height: 25px;
    width: 243px;
    font-size: 12pt;
    padding: 0 5px 0 5px;
    color: #000000;
}
.case_simple_page select {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 25px;
    width: 240px;
    font-size: 12pt;
    padding: 0 5px 0 5px;
    color: #000000;
}
.case_simple_page textarea {
    float: left;
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 300px;
    width: 700px;
    font-size: 12pt;
    overflow: scroll;
    padding: 5px;
    resize: none;
}

.case_simple_page input[type="checkbox"] {
    display: none;
}
.case_simple_page input[type="checkbox"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -1px 6px 0 0;
    vertical-align: middle;
    background: url('../images/chagree.png') left top no-repeat;
    cursor: pointer;
}
.case_simple_page input[type="checkbox"]:checked + label span {
    background: url('../images/chagree.png') -21px top no-repeat;
}
.case_simple_page_headers{
    position: relative;
    float: left;
    width: 960px;
    padding: 10px 19px 10px 19px;
}
.case_simple_page_headers_title{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    word-wrap: break-word;
}
.case_simple_page_headers_title img{
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.case_simple_page_headers_title a{
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    font-size: 14pt;
}
.case_simple_page_headers_title a:hover{
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
    font-size: 14pt;
}
.case_simple_page_headers_text{
    position: relative;
    float: left;
    width: 375px;
    word-wrap: break-word;
}
.case_simple_page_headers_text span{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 12pt;
}
.case_simple_page_headers_right{
    position: relative;
    float: left;
    width: 585px;
}
.RegSubInput {
    position: relative;
    float: left;
    margin-left: 10px;
    display: table-cell;
    vertical-align: bottom;
}
.RegSubInput label{
    color: #000;
    font-size: 10pt;
    font-weight: normal;
}
.RegSubInput span{
    color: #000;
    font-size: 9pt;
    font-weight: normal;
}
.RegSubInput a{
    text-decoration: underline;
    color: #1a88c7;
    font-size: 9pt;
    font-weight: normal;
}

.RegSubInput a:hover{
    text-decoration: none;
    color: #1a88c7;
    font-size: 9pt;
    font-weight: normal;
}


.RegSubVisible {
    float: left;
    clear: right;
    height: 30px;
    font-size: 10pt;
    margin-top: 25px;
    color: #1a88c7;
    font-weight: bold;
    margin-left: 25px;
}

.case_paginator{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;

}
.case_paginator_block {
    height: 30px;
    clear: both;
}

a.case_paginator_block {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}
a.case_paginator_block:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}



span.case_paginator_block {
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
}

a.case_paginator_current {
    text-decoration: none;
    color: #4dae3d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
}
a.case_paginator_current:hover {
    text-decoration: underline;
    color: #4dae3d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
}


.case_content_page {
    position: relative;
    float: left;
    width: 100%;
    min-height: 100%;
}

.case_content_page table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    padding: 0;
}

.case_content_page tbody tr td {
    border: 0;
    padding: 0;
    vertical-align: top;
    word-wrap: break-word;
}

.case_content_left_block1{
    position: relative;
    float: left;
    width: 440px;
    line-height: 1;
}
.case_content_left_block_header{
    position: relative;
    float: left;
    width: 940px;
}
.case_content_left_block_header a{
    text-decoration: underline;
    color: #1a88c7;
    font-size: 12pt;
    font-weight: bold;
}

.case_content_left_block_header a:hover{
    text-decoration: none;
    color: #1a88c7;
    font-size: 12pt;
    font-weight: bold;
}

.case_content_left_block_header img{
    width: 15px;
    height: 16px;
    float: left;;

}


.case_content_left_block_description{
    position: relative;
    float: left;
    width: 940px;
    margin: 5px 0 0 15px;
    font-size: 10pt;
}


.case_content_left_block2{
    position: relative;
    float: left;
    width: 500px;
    margin-left: 15px;
}
.case_content_left_block2_margin{
    position: relative;
    float: right;
    width: 530px;
    min-height: 50px;

}

/*content2*/
.case_preview_topic{
    position: relative;
    float: left;
    width: 713px;
    border: 1px solid #fbba16;
    word-wrap: break-word;
}
.case_preview_comments_lenta {
    position: relative;
    float: left;
    width: 715px;
    word-wrap: break-word;
    border: 1px solid #fbba16;
}


.case_preview_comments_lenta_header{
    clear: both;
    position: relative;
    float: left;
    width: 705px;
    margin: 5px 0 0 5px;
    word-wrap: break-word;

}
.case_preview_comments_lenta_header a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    clear: both;
}

.case_preview_comments_lenta_header a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
    clear: both;
}

.case_preview_comments_lenta_header span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #4fad3c;
    font-weight: bold;
    clear: both;
}





.case_preview_topic_header{
    position: relative;
    float: left;
    width: 705px;
    margin: 5px 0 0 5px;
    word-wrap: break-word;
}

.case_preview_topic_header a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    color: #4fad3c;
    font-weight: bold;
}

.case_preview_topic_header a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #4fad3c;
    font-weight: bold;
}
.case_preview_topic_header{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #f00;
    font-weight: bold;
}

.case_preview_topic_date {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    word-wrap: break-word;
}
.case_preview_topic_date span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #adadad;
}


.case_preview_topic_date a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: underline;
}

.case_preview_topic_date a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: none;
}
.case_preview_topic_delemiter span {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    height: 15px;
    word-wrap: break-word;
}

.case_preview_topic_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    width: 705px;
    margin: 0 0 0 5px;
    position: relative;
    float: left;
    word-wrap: break-word;
    display: block;

}

.case_preview_topic_text p{
    color: #000000;
}
.case_preview_topic_text img{
    max-width: 705px;
    display: block;
    margin: 5px;
}
.case_preview_topic_text iframe{
    max-width: 705px;
    display: block;
}
.case_preview_topic_text a {
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.case_preview_topic_text a:hover {
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.case_preview_topic_tags{
    width: 705px;
    margin: 5px 0 0 5px;
    position: relative;
    float: left;
}

.case_preview_topic_tags img{
    margin-right: 10px;
    float: left;
    width: 12px;
    height: 17px;
}
.case_preview_topic_tags span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #adadad;
}

.case_preview_topic_tags a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
    color: #adadad;
}
.case_preview_topic_tags a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #adadad;
}

.case_preview_topic_option{
    position: relative;
    float: left;
    width: 705px;
    height: 20px;
    border: solid #fbba16;
    border-width: 1px 0 0 0;
    padding: 5px;
    margin-top: 10px;
}

.case_preview_topic_option span{
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: normal;
}

.case_preview_topic_option a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
    color: #1a88c7;
    margin-left: 10px;

}
.case_preview_topic_option a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #1a88c7;
    margin-left: 10px;
}

.case_tags_right{
    position: relative;
    float: left;
    word-wrap: break-word;
    width: 230px;
    text-align: center;
    background-color: #eeebe4;
    padding: 5px;
}

.case_tags_right a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.case_tags_right a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.case_tags_center{
    clear: both;
    width: 715px;
    text-align: center;
    background-color: #eeebe4;
    padding: 5px;
}

.case_tags_center a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.case_tags_center a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.case_section_page {
    position: relative;
    float: left;
    width: 955px;
    margin: 10px 19px 10px 19px;
    padding: 10px 0 10px 5px;
    border: solid #fbba16;
    border-width: 1px 0 0 0;
}

.case_section_page_2 {
    position: relative;
    float: left;
    width: 955px;
    margin: 10px 19px 10px 19px;
    padding: 10px 0 10px 6px;
    border: solid #fbba16;
    border-width: 1px 0 1px 0;
}


/*view content*/
.case_view_content{
    position: relative;
    float: left;
    width: 713px;
    word-wrap: break-word;
}
.case_view_content_header{
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    word-wrap: break-word;

}

.case_view_content_header a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    color: #4fad3c;
    font-weight: bold;
}

.case_view_content_header a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #4fad3c;
    font-weight: bold;
}

.case_view_content_header span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #4fad3c;
    font-weight: bold;
}

.case_view_content_date {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    word-wrap: break-word;
}
.case_view_content_date span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #adadad;
}


.case_view_content_date a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: underline;
}

.case_view_content_date a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: bold;
    text-decoration: none;
}
.case_view_content_delemiter span {
    position: relative;
    float: left;
    width: 705px;
    margin: 0 0 0 5px;
    height: 15px;
    word-wrap: break-word;
}


.case_view_content_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    width: 705px;
    margin: 0 0 0 5px;
    position: relative;
    float: left;
    word-wrap: break-word;

}
.case_view_content_text pre, code{
    word-wrap: break-word;
}

.case_view_content_text p{
    color: #000000;
}
.case_view_content_text img{
    max-width: 705px;
    display: block;
    margin: 5px;
}
.case_view_content_text iframe{
    max-width: 705px;
    display: block;
}
.case_view_content_text a {
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.case_view_content_text a:hover {
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.case_view_content_tags{
    width: 705px;
    margin: 5px 0 0 5px;
    position: relative;
    float: left;
}

.case_view_content_tags img{
    margin-right: 10px;
    float: left;
    width: 12px;
    height: 17px;
}
.case_view_content_tags span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #adadad;
}

.case_view_content_tags a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
    color: #adadad;
}
.case_view_content_tags a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #adadad;
}

.case_view_count{
    position: relative;
    float: right;
    height: 14px;
    margin: -15px 10px 0 0;
    vertical-align: bottom;

}

.case_view_count span{
     font-family: Arial, Helvetica, sans-serif !important;
     font-size: 9pt !important;
     color: #adadad !important;
     font-weight: normal !important;
}

.case_view_count img{
    width: 16px;
    height: 10px;
    float: left;
    margin: 5px 5px 0 0;
}

.case_view_content_option{
    position: relative;
    float: left;
    width: 705px;
    height: 20px;
    padding: 5px;
    margin-top: 10px;
}

.case_view_content_option span{
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: normal;
}

.case_view_content_option a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;
    color: #1a88c7;
    margin-left: 10px;

}
.case_view_content_option a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #1a88c7;
    margin-left: 10px;
}

.case_add_edit_topic{
    position: relative;
    float: left;
    width: 715px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.case_add_edit_topic span{
    color: #f00;
}
.case_add_edit_topic input[type="text"], select {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #f0f8f2;
    height: 20px;
    width: 600px;
    font-size: 10pt;
    padding: 0 5px 0 5px;
    color: #000;
}
.case_add_edit_topic label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000;

}

.case_add_edit_topic textarea{
    float: left;
    border: 2px solid #fbba16;
    border-radius: 2px;
    background-color: #f0f8f2;
    height: 300px;
    width: 100%;
    font-size: 12pt;
    overflow: scroll;
    padding: 5px;
    resize: none;
}
.case_add_edit_topic_button{
    position: relative;
    float: left;
    width: 715px;
    height: 40px;
    text-align: right;
}

/*START Comments NEW*/
.case_comments{
    position: relative;
    float: left;
    width: 100%;
    padding:2px;
    margin-top: 5px;
}

.comments_head{
    position: relative;
    float: left;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    line-height: 90%;
    word-wrap: break-word;
}
.comments_head img{
    width: 34px;
    float: left;
    margin: 1px 5px 0 0;
}
.comments_head a{
    color: #4dae3d;
    font-size: 10pt;
    text-decoration: underline;
}
.comments_head a:hover {
    color: #4dae3d;
    font-size: 10pt;
    text-decoration: none;
}
.comments_head span{
    color: #000;
}
.comment_line {
    height: 1px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #adadad;
    float: left;
}

.comments_body {
    position: relative;
    float: left;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 110%;
    width: 100%;
    word-wrap: break-word; !important;

}
.comments_body p{
    word-wrap: break-word;
}
.comments_body a{
    word-wrap: break-word;
    color: #1a88c7;
    text-decoration: underline;
}
.comments_body a:hover{
    word-wrap: break-word;
    color: #1a88c7;
    text-decoration: none;
}
.comments_body img {
    display: block;
    max-width: 100%;
    margin: 5px;
}
.comments_body iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.comments_body blockquote {
    color: #adadad;
    font-style: italic;
    padding-left: 5px;
    border-left: 1px solid #adadad;
}

.comments_option {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.comments_option a{
    color: #1a88c7;
    font-size: 9pt;
    text-decoration: underline;
    margin-left: 10px;
}
.comments_option a:hover {
    color: #1a88c7;
    font-size: 9pt;
    text-decoration: none;
    margin-left: 10px;
}

.comments_optioneditor {
    height: 34px;
}

.comments_save {
    width: 100%;
    float: left;
    margin-top: 8px;
    text-align: right;
}
.comments_save a{
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.comments_save a:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.Comments_AccessDenied{
    color: #f00;
    font-size: 12pt;
    font-weight: normal;
}

.case_navigation{
    position: relative;
    float: left;
    width: 235px;
    text-align: center;
    margin-top: 5px;
}

.case_navigation img{
    height: 32px;
    width: 32px;

}

.ad_yandex_right_subtags{
    position: relative;
    float: left;
    width: 235px;
    margin-top: 10px;
    text-align: center;
}

.ad_yandex_cash{
    position: relative;
    float: left;

    margin-top: 10px;
    text-align: center;
}

.ad_yandex_profile{
    position: relative;
    float: left;
    width: 640px;
    max-height: 200px;
    margin: 0 0 5px 0;

}

.CountNewComment {
    position: relative;
    float: left;
    margin-top: 10px;
    width: 235px;
    text-align: center;
}
.CountNewComment span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #f67a33;
    font-weight: bold;
}
.sticky {
    position: fixed;
    z-index: 101;
}
.stop {
    position: relative;
    z-index: 101;
}

.CommunityCategory{
    position: relative;
    float: left;
    width: 223px;
   /* height: 420px;*/
    padding: 5px;
    line-height:130%;
}

.CommunityCategory h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #4dae3d;
    font-weight: normal;
}

.CommunityCategory a {
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: underline;

}

.CommunityCategory a:hover {
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;

}

.CommunityCategory span{
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-decoration: none;

}

.case_community_description{
    clear: both;
    width: 230px;
    background-color: #eeebe4;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
    margin-bottom: 5px;

}

.case_community_description a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.case_community_description a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.case_community_description span{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
    font-weight: bold;

}


.profile_header{
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000000;
    width: 100%;
    line-height: 1.2;
    word-wrap: break-word;
}
.profile_header_avatar{
    position: relative;
    float: left;
    width: 88px;
    margin-right: 10px;
    text-align: center;
}
.profile_header_edit{
    position: absolute;
    width: 88px;
    height: 20px;
    top: 68px;
    left: 0;
    font: 12pt bold;
    text-align: center;
    line-height: 20px;
    border-radius: 5px;
    background-color: #1a88c7;
    color: #ffffff;

}

.profile_header_avatar img{
    max-width: 88px;

}
.profile_header_1 {
    position: relative;
    float: left;
    width: 300px;
    height: 88px;
}
.profile_header_1 span{
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}
.profile_header_1 a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}

.profile_header_1 a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
}


.profile_header_2{
    position: relative;
    float: left;
    width: 550px;
    height: 88px;
    display: table;
}
.profile_header_2 span{
    color: #1a88c7;
    font-weight: bold;
    font-size: 10pt;
    display: table-cell;
    vertical-align: middle;
}

.profile_container_1{
     position: relative;
     float: left;
     width: 310px;
 }

.profile_container_2{
    position: relative;
    float: left;
    width: 640px;
    margin-left: 10px;
}

.profile_info_block{
    position: relative;
    float: left;
    width: 300px;
    background-color: #fff;
    border: 1px solid #fbba16;
    border-radius: 2px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.3;
    font-weight: bold;
}

.profile_info_block span{
    font-weight: normal;
    font-size: 9pt;
}

.profile_info_block a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: normal;
    font-size: 9pt;
}

.profile_info_block a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: normal;
    font-size: 9pt;
}

.profile_info_block textarea {
    float: left;
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #faffbd;
    height: 150px;
    width: 615px;
    font-size: 12pt;
    overflow: scroll;
    padding: 5px;
    resize: none;
}

.profile_button_block{
    position: relative;
    float: left;
    width: 300px;
    background-color: #fff;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.3;
    font-weight: bold;
}

.profile_button_block span{
    font-weight: normal;
    font-size: 9pt;
}

.profile_button_block a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: normal;
    font-size: 9pt;
}

.profile_button_block a:hover{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #1a88c7;
    font-weight: normal;
    font-size: 9pt;
}

.profile_expand{
    position: relative;
    float: left;
    width: 300px;
    max-height: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    font-weight: bold;
    word-wrap: break-word;
    overflow: auto;
}


.profile_edit_block{
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5;
}
.profile_edit_block span{
    font-weight: normal;
    font-size: 9pt;
}
.profile_container_3{
    position: relative;
    float: left;
    width: 310px;
    margin-left: 10px;
}


.AlbumPreview {
    position: relative;
    float: left;
    margin-right: 25px;
    width: 140px;
    height: 250px;
    line-height: 1;
    word-wrap: break-word;
}

.AlbumPreviewImage {
    position: relative;
    float: left;
    width: 135px;
}
.AlbumPreviewImage img{
    max-width: 135px;
    max-height: 135px;
    border: 1px solid #B7B5C3;
    padding: 2px;
    margin-right: 10px;
}
.AlbumDetail{
    position: relative;
    float: left;
    width: 135px;
    margin-top: 3px;
    line-height: 1;
}
.AlbumDetail a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.AlbumDetail a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.AlbumDetail span{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
    font-weight: normal;
}

.ImageNavigationBlock{
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;

}
.ImageNavigationBlock a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    color: #1a88c7;
    font-weight: bold;
}

.ImageNavigationBlock a:hover{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #1a88c7;
    font-weight: bold;
}

.Conteyner_Chat {
    width: 700px;
    margin-left: 5px;
}
.Conteyner_Message {
    width: 690px;
    margin-left: 5px;
    max-height: 1000px;
    overflow-y: auto;
}

.ChatName {
    float: left;
    width: 100%;
    height: 25px;
    margin-left: 5px;
}
span.ChatName {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
a.ChatName {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
a.ChatName:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.DelimiterBlockUserList {
    height: 1px;
    width: 690px;
    float: left;
    background-color: #4dae3d;
}


.BlockUserList {
    height: 50px;
    width: 100%;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
}
.BlockUserList:hover {
    height: 50px;
    width: 100%;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #fde8b3;
    cursor: pointer;
}

.BlockIMGUserList {
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 3px;
    margin-left: 2px;
}
.BlockIMGUserList img {
    border-width: 0px;
    display: block;
    width: 44px;
    height: 44px;
}

.BlockNameUserList {
    float: left;
    width: 300px;
    margin-left: 5px;
    margin-top: 13px;
}
.BlockNameUserList span {
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.ChatText {
    float: left;
    width: 690px;
    height: 500px;
    margin-bottom: 5px;
    margin-top: 5px;
    overflow-y: auto;
}
.ChatText img {
    max-width: 500px;
    height: auto !important;
}
.ChatText iframe {
    max-width: 500px;

}
.ChatInput {
    float: left;
    width: 690px;
    height: 230px;
    margin-top: 5px;
}
textarea.ChatInput_ta {
    float: left;
    border-color: #4dae3d;
    border-style: solid;
    border-radius: 2px;
    background-color: #f0f8f2;
    height: 100px;
    width: 100%;
    font-size: 12pt;
    border-width: 2px;
    overflow: scroll;
    padding: 5px;
    resize: none;
}
.ChatSend {
    float: left;
    width: 50px;
    height: 25px;
    margin-left: 630px;
}
.ChatSend a{
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: normal;
    text-decoration: none;
}
.ChatSend a:hover {
    text-decoration: underline;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #1a88c7;
    font-weight: normal;
}

.BlockChatList {
    width: 100%;
    float: left;
    margin-top: 5px;
    min-height: 88px;
}
.BlockIMGChatList {
    float: left;
    width: 44px;
    height: 44px;
    margin-top: 3px;
    margin-left: 2px;
}
.BlockIMGChatList img {
    border-width: 0;
    display: block;
    width: 44px;
    height: 44px;
}

.BlockNameChatList {
    float: left;
    width: 90%;
    margin-left: 5px;
}
.BlockNameChatList span {
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.BlockNameChatList img {
    border-width: 0;
    display: block;
    max-width: 500px;
    height: auto !important;;

}

.BlockNameChatList a{
    font-size: 10pt;
    color: #1a88c7;

    text-decoration: underline;
    font-weight: bold;
}
.BlockNameChatList a:hover {
    text-decoration: none;
    font-size: 10pt;
    color: #1a88c7;
    font-weight: bold;
}

.society_conteyner{
    clear: left;
    position: relative;
    min-height: 93px;
    width: 690px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 5px;
    border-color: #fbba16;
    border-style: solid;
    border-width: 1px;
}

.society_conteyner img{
    float:left;
    max-width: 88px;
    max-height: 88px;
    border: 1px solid #B7B5C3;
    padding: 2px;
    margin-right: 5px;
}

.society_conteyner a{
    font-size: 12pt;
    color: #1a88c7;

    text-decoration: underline;
    font-weight: bold;
}
.society_conteyner a:hover {
    text-decoration: none;
    font-size: 12pt;
    color: #1a88c7;
    font-weight: bold;
}

.develop_territory_main {
    position: relative;
    float: left;
    width: 700px;
    margin-left: 21px;
}

.develop_territory_menu {
    position: relative;
    float: left;
    height: 40px;
    width: 210px;
    background-color: #1a88c7;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    line-height:40px;
    margin-right: 20px;
}

.develop_territory_menu_2 {
    position: relative;
    float: left;
    height: 50px;
    width: 210px;
    background-color: #1a88c7;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-align: center;
    padding-top: 10px;
}

.ad_yandex_left {
    position: relative;
    float: left;
    width: 218px;
}

.ad_google_right {
    position: relative;
    float: left;
    width: 218px;
}

.region_russia {
    clear: both;
    position: relative;
    float: left;
    width: 960px;
    margin-bottom: 10px;
}
.region_russia table {
    width: 960px;
    border-collapse: collapse;
    border: 1px solid #1a88c7;
    padding: 0;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;

}

.region_russia th{
    font-weight: bold;
    text-align: center;
    padding: 3px;
    border-collapse: collapse;
    border: 1px solid #1a88c7;
    vertical-align: top;
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.region_russia tbody tr td  {
    padding: 3px;
    border-collapse: collapse;
    border: 1px solid #1a88c7;
    vertical-align: middle;
    word-wrap: break-word;
}

.region_russia a{
    font-size: 10pt;
    color: #1a88c7;

    text-decoration: underline;
    font-weight: bold;
}
.region_russia a:hover {
    text-decoration: none;
    font-size: 10pt;
    color: #1a88c7;
    font-weight: bold;
}

.region_russia img{
    width: 50px;
}


.case_jurist{
    position: relative;
    float: left;
    width: 100%;
}
.case_jurist a {
    text-decoration: none;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
.case_jurist a:hover {
    text-decoration: underline;
    color: #1a88c7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

.SearchLine {
    position: relative;
    float: left;
    width: 730px;
    height: 25px;
    margin-top: 5px;
}
.SearchLine [type="search"] {
    border: 1px solid #fbba16;
    border-radius: 2px;
    background-color: #f0f8f2;
    height: 22px;
    width: 660px;
    font-size: 10pt;
    padding: 0 5px 0 5px;
    color: #000;
}