@charset "UTF-8";

/*
   Сброс стилей
   http://meyerweb.com/eric/tools/css/reset/
   -------------------------------------------------------------------
*/
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, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption,
figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
    Цвета, шрифты и размеры
    -------------------------------------------------------------------
*/
body {
    color: #000000;
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 40px;
	padding-top: 40px;
	background: url("/images/bg_inform.jpg") top left fixed; 
	min-width: 1060px; 
}

#trans_block {
	background: url("/forum/styles/default/images/pelena.png");
	max-width: 1120px; 
	height: auto;
	margin: 0 auto;
	padding: 35px;
	padding-left: 28px;
	padding-right: 28px;
}

#page-container  { 
	background-color: #FFF;
	padding: 14px;
	margin: -14px;
}


a {
    color: #006edb;
    text-decoration: underline;
    outline: none;
}
    a[href='#js'] {
        border-bottom: 1px dashed #006edb;
        text-decoration: none;
    }
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
sup { vertical-align: super; }
pre { white-space: pre; font-size: 0.9em; }
code{ font-family: monospace; }

/* 
    Разметка
    -------------------------------------------------------------------
*/
#page-container {
    width: 100%;
    min-width: 1000px;
}

#page-header {}
#page-content {}
#page-footer {}


/* Двухколоночная разметка с фиксированной правой колонкой
   произвольной ширины (устанавливается дополнительно)
   FIXME: Разметка падает если в левой колонке ничего нет
*/
.j-colx { clear: both; }
    /* Clearfix */
    .j-colx:after {
        content: '&nbsp;';
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
    }
    .j-colx .j-colx-left {
        float: left;
        width: 100%;
    }
    .j-colx .j-colx-left .j-colx-inner { margin-right: 0px; }
    .j-colx .j-colx-right {
        float: left;
        margin-left: -0px;
        width: 0px;
    }

    /* Ширина 245px, расстояние между - 50px */
    .j-colx.w245 .j-colx-left .j-colx-inner { margin-right: 295px; }
    .j-colx.w245 .j-colx-right {
        margin-left: -245px;
        width: 245px;
    }

    /* Ширина 263px, расстояние между - 32px */
    .j-colx.w263 .j-colx-left .j-colx-inner { margin-right: 295px; }
    .j-colx.w263 .j-colx-right {
        margin-left: -263px;
        width: 263px;
    }

    /* Ширина 396px, расстояние между - 50px */
    .j-colx.w396 .j-colx-left .j-colx-inner { margin-right: 446px; }
    .j-colx.w396 .j-colx-right {
        margin-left: -396px;
        width: 396px;
    }

    /* Ширина 230px, расстояние между - 25px */
    .j-colx.w230 .j-colx-left .j-colx-inner { margin-right: 255px; }
    .j-colx.w230 .j-colx-right {
        margin-left: -230px;
        width: 230px;
    }

    /* Ширина 70px, расстояние между - 10px */
    .j-colx.w70 .j-colx-left .j-colx-inner { margin-right: 80px; }
    .j-colx.w70 .j-colx-right {
        margin-left: -70px;
        width: 70px;
    }

    /* Ширина 90px, расстояние между - 10px */
    .j-colx.w90 .j-colx-left .j-colx-inner { margin-right: 100px; }
    .j-colx.w90 .j-colx-right {
        margin-left: -90px;
        width: 90px;
    }


/* Двухколоночная разметка фиксированной ширины */
.j-colf { clear: both; }
    /* Clearfix */
    .j-colf:after {
        content: '&nbsp;';
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
    }
    .j-colf .j-colf-left { float: left; }
    .j-colf .j-colf-right { float: left; }

    .j-colf.w870 { width: 870px; }
    .j-colf.l340 .j-colf-left { width: 340px; }
    .j-colf.r480 .j-colf-right { width: 480px; }
    .j-colf.g50 .j-colf-right { margin-left: 50px; }


/*
    Стиль и элементы шапки
    -------------------------------------------------------------------
*/
#page-header {
    background: url( "images/head-bg.png" );
    height: 181px;
    position: relative;
}
    #page-header.no-buttons { height: 130px; }
    #page-header a { color: #ffffff; }

    #page-header .header-logo {
        position: absolute;
        top: 20px;
        left: 45px;
        width: 470px;
        height: 60px;
        1background: transparent url( "images/logo.png" ) no-repeat;
	font-size: 40px;
	text-decoration: none;
    }

    #page-header .header-tabs.tabs-left {
        position: absolute;
        left: 45px;
        top: 96px;
    }

    #page-header .header-tabs.tabs-right {
        position: absolute;
        right: 0px;
        top: 96px;
        width: 290px;
        overflow: hidden;
    }

        #page-header .header-tabs li {
            padding-left: 11px;
            margin-right: 1px;
            background: #83a3c4;
            float: left;
            margin-top: 4px;
            background: url( "images/tab.png" ) no-repeat left;
            height: 30px;
        }

        #page-header .header-tabs li > * {
            display: block;
            padding: 8px 11px 8px 0px;
            background: url( "images/tab.png" ) no-repeat right;
        }

        #page-header .header-tabs li.active {
            margin-top: 0px;
            background: url( "images/active-tab.png" ) no-repeat left;
            height: 34px;
        }

        #page-header .header-tabs li.active > * {
            padding: 9px 11px 11px 0px;
            background: url( "images/active-tab.png" ) no-repeat right;
            font-weight: bold;
            color: #0d3358;
            text-decoration: none;
        }

    #page-header .header-bar {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 51px;
    }
    #page-header .bar-buttons {
        position: absolute;
        top: 11px;
        left: 45px;
    }
        #page-header .bar-buttons > li {
            margin-right: 15px;
            float: left;
        }

/* Поле поиска */
    #page-header .search-bar {
	display: none;
        margin: 0 330px 0 235px;
        padding-top: 20px;
        position: relative;
    }
        #page-header .search-bar input[type='text'] {
            border: 1px solid #5b91bc;
            height: 26px;
            width: 100%;
        }

        #page-header .search-bar .j-button { padding-left: 15px; }
        #page-header .search-bar .j-button-text {
            font-weight: bold;
            padding-right: 15px;
        }


/*
    Стиль и элементы подвала
    -------------------------------------------------------------------
*/
#page-footer {
    background: #064482 url( "images/footer-bg.png" ) repeat-x top left;
    padding: 29px 0px;
    color: #ffffff;
}

    #page-footer a { color: #c0e4fb; }

    #page-footer .footer-links {
        float: left;
        width: 60%;
        margin-left: 45px;
    }
        #page-footer .footer-links > li {
            display: block;
            float: left;
            width: 33%; /* До 3-х блоков */
        }

        #page-footer .footer-links h6 {
            font-size: 1.3em;
            margin-bottom: 0.8em;
            font-weight: bold;
        }

        #page-footer .footer-links ul > li { line-height: 1.8em; }

    #page-footer .footer-info {
        float: right;
        padding-right: 45px;
        width: 245px;
    }

    #page-footer .footer-info p { margin-bottom: 1.1em; }


/*
    Кнопки
    -------------------------------------------------------------------
*/

/* Стандартная кнопка */
.j-button {
    background: url( "images/button_normal.png" ) no-repeat 0 0;
    display: inline-block;
    height: 30px;
    padding-left: 10px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
    .j-button .j-button-text {
        display: inline-block;
        background: url( "images/button_normal.png" ) no-repeat 100% 0;
        height: 16px;
        padding: 8px 10px 6px 0px;
        margin-right: -5px;
        color: #4e5967;
        cursor: pointer;
        text-shadow: #f6f7f8 1px 1px 0px;
    }
    .j-button .j-button-icon {
        margin-right: 5px;
        cursor: pointer;
        display: inline-block;
        width: 16px;
        float: left;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .j-button .load-button {
        background: url( "images/button-load-animation.gif" ) no-repeat center center;
        width: 20px;
        display: block;
        margin: 0 auto 0 auto;

    }
        
    /* При наведение */
    .j-button:hover { background-position: 0 -30px; }
        .j-button:hover .j-button-text { background-position: 100% -30px; }

    /* При нажатие */
    .j-button.pressed { background-position: 0 -60px; }
        .j-button.pressed .j-button-text { background-position: 100% -60px; }

    /* Загрузка */
    .j-button.load { background-position: 0 -90px; }
        .j-button.load .j-button-text { background-position: 100% -90px; }

    /* Не активная кнопка */
    .j-button.inactive { opacity: 0.4; }

        /* При наведение [Не активная кнопка] */
        .j-button.inactive:hover { background-position: 0 0; }
            .j-button.inactive:hover .j-button-text { background-position: 100% 0; }
        

    /* Зелёная кнопка */
    .j-button.green { background-image: url( "images/button_normal_green.png" ); }
        .j-button.green .j-button-text {
            color: #09794e;
            background-image: url( "images/button_normal_green.png" );
            text-shadow: #f2fbf5 1px 1px 0px;
        }

        
    /* Большая кнопка */
    .j-button.big {
         background-image: url( "images/button_big.png" );
         height: 40px;
         padding-left: 20px;
    }
        .j-button.big .j-button-text {
            background-image: url( "images/button_big.png");
            background-position: 100% 0;
            height: 20px;
            padding: 10px 20px 10px 0px;
            font-size: 1.3em;
            font-weight: 500;
        }
        .j-button.big .load-button { height: 20px; }
        .j-button.big .j-button-icon { height: 40px; }

        /* При наведение */
        .j-button.big:hover { background-position: 0 -40px; }
            .j-button.big:hover .j-button-text { background-position: 100% -40px; }

        /* При нажатие */
        .j-button.big.pressed { background-position: 0 -80px; }
            .j-button.big.pressed .j-button-text { background-position: 100% -80px; }

        /* Загрузка */
        .j-button.big.load { background-position: 0 -120px; }
            .j-button.big.load .j-button-text { background-position: 100% -120px; }


    .j-button-icon.plus { background-image: url( "images/add-new-topic.png" ); }
    .j-button-icon.mail {  background-image: url( "images/mail.png" ); }
    .j-button-icon.baloon {  background-image: url( "images/add-new-comment.png" ); }


/*
    Иконки для элементов
    -------------------------------------------------------------------
*/
.iconified { 
    padding: 2px 0px 2px 20px;
    background-position: left center;
    background-repeat: no-repeat;

    /* NOTE: Фикс для оперы (при переносе текста иконка остается на первой строке)
       display: inline-block; */
}

.icon-rss { background-image: url( "images/rss.png" ); }
.icon-rsslock { background-image: url( "images/user-rss.png" ); }
.icon-help { background-image: url( "images/help.png" ); }
.icon-openid { background-image: url( "images/openid.png" ); }
.icon-yandex { background-image: url( "images/ya.png" ); }
.icon-livejournal { background-image: url( "images/lj.png" ); }
.icon-rambler { background-image: url( "images/rambler.png" ); }
.icon-megafon { background-image: url( "images/status.png" ); }
.icon-pencil { background-image: url( "images/pencil.png" ); }
.icon-key { background-image: url( "images/key.png" ); }
.icon-mail { background-image: url( "images/mail.png" ); }
.icon-mailback { background-image: url( "images/reply-pm.png" ); }
.icon-wrench { background-image: url( "images/wrench.png" ); }
.icon-textblock { background-image: url( "images/chain.png" ); }
.icon-cross { background-image: url( "images/delete.png" ); }
.icon-undo { background-image: url( "images/undo.png" ); }
.icon-reddot { background-image: url( "images/reddot.png" ); }
.icon-envelope { background-image: url( "images/envelope.png" ); }
.icon-piechart { background-image: url( "images/poll.png" ); }
.icon-piechart-gray { background-image: url( "images/poll_gray.png" ); }
.icon-eye { background-image: url( "images/preview.png" ); }
.icon-star { background-image: url( "images/star.png" ); }
.icon-baloon { background-image: url( "images/add-new-comment.png" ); }
.icon-letters { background-image: url( "images/icon-quote.png" ); }
.icon-grayletters { background-image: url( "images/quotetopic-grey.png" ); }
.icon-pictures { background-image: url( "images/icon-design.png" ); }
.icon-lock { background-image: url( "images/lock.png" ); }
.icon-unlock { background-image: url( "images/unlock.png" ); }
.icon-unban { background-image: url( "images/unban.png" ); }
.icon-arrow { background-image: url( "images/green-arrow.png" ); }
.icon-plug { background-image: url( "images/subscribe.png" ); }
.icon-circle { background-image: url( "images/icon-mark.png" ); }
.icon-thumbup { background-image: url( "images/thumbup.png" ); }
.icon-thumbdown { background-image: url( "images/thumbdown.png" ); }
.icon-accept { background-image: url( "images/accept.png" ); }
.icon-plus { background-image: url( "images/add-new-topic.png" ); }
.icon-group { background-image: url( "images/group.png" ); }
.icon-history { background-image: url( "images/message_history.png" ); }
.icon-tag { background-image: url( "images/tag.png" ); }


/* 
    Элементы форм
    -------------------------------------------------------------------
*/
.j-form { width: 100%; }

    .j-form input[type='text'], .j-form input[type='password'],
    .j-form textarea {
        border: 1px solid #cad0d7;
        padding: 5px;
        width: 100%; 
        /* CSS3 для исправления выползаний за пределы 100% */
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .j-form input[type='text'],
    .j-form input[type='password'] { height: 28px; }


    .j-form select { width: 100%; }
    .j-form dt label { font-size: 1.1em; }
    .j-form dt { margin-bottom: 14px; }
    .j-form dd { margin-bottom: 18px; }

    .j-form textarea { resize: vertical; } /* Вертикальный ресайз для вебкит */

    .j-form .j-form-message { /* TODO: Выровнять текст по вертикали, по центру */
        padding: 7px 10px 7px 55px;
        min-height: 35px;
        line-height: 1.5em;
        margin-bottom: 1.8em;
    }

    .j-form .j-form-message.error { background: #fffdb8 url( "images/ellipse.png" ) no-repeat 10px center; }
    .j-form .j-form-message.error strong { font-weight: bold; }
    .j-form .j-form-invalid-field {
        color: #f7464e;
        margin-left: -0.8em;
    }
    .j-form .j-form-required-field {
        margin-left: -0.8em;
    }

    .j-form .j-form-required-notice { margin-bottom: 1.8em; }

        .j-form .j-form-invalid-field .marker,
        .j-form .j-form-required-field .marker,
        .j-form .j-form-required-notice .marker {
            font-size: 1.7em;
            vertical-align: middle;
            line-height: 0em;
            color: #f7464e;
        }


    .j-form .j-form-field-message {
        font-size: 0.85em;
        margin-top: 1em;
    }
        .j-form .j-form-field-message.error { color: #f7464e; }
            .j-form .j-form-field-message.error .field_error_list li { line-height: 16px; }
    
/*
    Табы
    -------------------------------------------------------------------
*/
.j-tabs {
    background:  url( "images/updates.png" ) repeat-x 0% -126px;
    list-style: none;
    height: 42px;
    display: inline-block;
    padding-right: 3px;
}
    .j-tabs li {
        float: left;
        display: block;
        height: 41px;
        text-align: center;
        padding-left: 13px;
        background:  url( "images/updates.png" ) no-repeat left top;
        margin-left: 5px;
    }
        .j-tabs li:first-child { margin-left: 0; }
        .j-tabs li a {
            display: inline-block;
            margin-right: -3px;
            height: 41px;
        }
            .j-tabs li.active a { background:  url( "images/updates.png" ) no-repeat 50% -85px; }

            .j-tabs li.active { background-position: 0px -42px; }
            .j-tabs li a>span {
                height: 23px;
                display: inline-block;
                padding: 9px 13px 0 0;
                background:  url( "images/updates.png" ) no-repeat 100% 0px;
            }
            .j-tabs li.active a>span {
                background-position: 100% -42px;
                color: #000000;
                font-weight: bold;
            }

/*
    Табы меню
    -------------------------------------------------------------------
*/
.j-tab-menu { 
    line-height: 35px;
    height: 35px;
}
    .j-tab-menu.small {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #CAD0D7;
    }

    .j-tab-menu li {
        float: left;
        margin-right: 3px;
        background-color: #F0F7FD;
        position: relative;
    }
        .j-tab-menu li.active {
            padding: 0 10px 1px 10px;
            line-height: 32px;
            background-color: #ffffff;
            font-weight: bold;
            border: 1px solid #CAD0D7;
            border-bottom-color: #ffffff;
            top: 1px;
            z-index: 10;
        }
            .j-tab-menu.small li.active { line-height: 28px; }
            
            .j-tab-menu li a {
                display: block;
                padding: 0 10px;
            }
                .j-tab-menu li.active a {
                    color: #000;
                    text-decoration: none;
                    cursor: default;
                }
        
        .j-tab-menu li .corner { 
            background-image: url( "images/blue_circle12.png" );
            background-repeat: no-repeat;
            position: absolute;
            z-index: 20;
            width: 6px;
            height: 6px;
            display: block;
        }
            .j-tab-menu li.active .corner { background-image: url( "images/circle12.png" ); }
            
            .j-tab-menu li .corner.left { 
                background-position: left top;
                top: 0; left: 0;
            }
                .j-tab-menu li.active .corner.left { top: -1px; left: -1px; }

            .j-tab-menu li .corner.right {
                background-position: right top;
                top: 0; right: 0;
            }
                .j-tab-menu li.active .corner.right { top: -1px; right: -1px; }

        .j-tab-menu li.select {
            background-color: #ffffff;
            padding: 0 10px;
            cursor: pointer;
        }
            .j-tab-menu li.select span {
                background: url("images/cc.png") no-repeat right center;
                display: block;
                padding-right: 15px;
            }
                .j-tab-menu li.select span a {
                    display: inline;
                    padding: 0;
                }

/*
    Пагинатор
    -------------------------------------------------------------------
*/
.j-pager {}

    .j-pager .j-pager-nav {
        font-size: 0.85em;
        color: #929292;
        margin-bottom: 1.2em;
    }
    .j-pager .j-pager-line,
    .j-pager .j-pager-arrow {
        font-family: Arial;
        font-size: 1.2em;
        line-height: 0.5em;
        vertical-align: baseline;
    }
    .j-pager .j-pager-line { padding: 0px 4px; }
    .j-pager .j-pager-ctrl {
        font-variant: small-caps;
    }
    .j-pager .j-pager-name { color: #2d2d2d; }
    .j-pager .j-pager-pages { margin-top: 1.15em;  }
    .j-pager .j-pager-page {
        display: inline-block;
        margin-right: 3px;
        padding-left: 7px;
        background: url( "images/bb-corners.png" ) no-repeat left top;
    }
        .j-pager .j-pager-page > * {
            display: inline-block;
            background: url( "images/bb-corners.png" ) no-repeat right top;
            margin-right: -4px;
            padding: 5px 7px 6px 0px;
        }
        .j-pager .j-pager-page.dots {
            color: #006edb;
            background: none;
            padding-left: 3px;
          }

        .j-pager .j-pager-page.current { background-image:  url( "images/bw-corners.png" ); }
            .j-pager .j-pager-page.current > * {
                background-image: url( "images/bw-corners.png" );
                font-weight: bold;
            }


/*
    Плашка с кнопками (j-button) и прочим
    -------------------------------------------------------------------
*/
.j-bar {
    display: block;
    height: 51px;
    width: 100%;
    position: relative;
    background: url( "images/buttons-bg.png" ) repeat-x center;
    clear: both;
}

    .j-bar .j-bar-buttons {
        position: absolute;
        left: 45px;
        top: 11px;
    }

        .j-bar .j-bar-buttons > * {
            display: block;
            float: left;
            margin-right: 20px;
        }

    .j-bar .j-bar-home  {
	    display: block;
            position: absolute;
	    width: 16px;
	    height: 16px;
	    right: 45px;
	    top: 18px;
	    background: url( "images/home.png" ) no-repeat center;
    }


/*
    Блок удаленной сущности
    -------------------------------------------------------------------
*/
.j-deleted-block {
    clear: both;
    background: #fffdb8 url( "images/comment_delete.png" ) no-repeat 10px 50%;
    padding: 15px 15px 15px 55px;
    line-height: 1.5em;
    border: solid 1px #cbd0d8;
    
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
    .j-deleted-block a.links { color: inherit; }

/*
    Блок помощи по ББ-кодам
    -------------------------------------------------------------------
*/
.j-bbcode-help {
    font-size: 0.9em;
    line-height: 1.3em;
}
    .j-bbcode-help h3 {
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 0.3em;
        display: inline-block;
        padding-right: 20px;
        background: url( "images/help.png" ) no-repeat right center;
    }
        .j-bbcode-help h3 em { color: #939393; }
    .j-bbcode-help p { margin: 0.5em 0em; }
    .j-bbcode-help em {
        color: #4092e3;
        font-weight: bold;
    }
    .j-bbcode-help li { margin-bottom: 0.2em; }
    .j-bbcode-help small { color: #939393; }
    .j-bbcode-help s { color: #939393; }


/*
    Блок со скругленными углами
    -------------------------------------------------------------------
*/
.j-round-corners {
    position: relative;
    border:1px solid #cad0d7;
    padding: 15px;
    clear: both;
}
    .j-round-corners .corner {
        display: block;
        position: absolute;
        width: 6px;
        height: 6px;
        background: #ffffff url( "images/circle12.png" ) no-repeat;
    }

    .j-round-corners .corner.top { top: -1px; }
        .j-round-corners .corner.blue.top { top: 0; }
    .j-round-corners .corner.bottom { bottom: -1px; }
    .j-round-corners .corner.left { left: -1px; }
        .j-round-corners .corner.blue.left { left: 0; }
    .j-round-corners .corner.right { right: -1px; }
        .j-round-corners .corner.blue.right { right: 0; }

    .j-round-corners .corner.top.right { background-position: right top; }
    .j-round-corners .corner.top.left { background-position: left top; }
    .j-round-corners .corner.bottom.right { background-position: right bottom; }
    .j-round-corners .corner.bottom.left { background-position: left bottom; }

    .j-round-corners h2 {
        font-size: 1.7em;
        margin-bottom: 0.7em;
        font-weight: bold;
    }
        .j-round-corners h2 em {
            color:#939393;
            margin-left: 0.1em;
        }
    .j-round-corners .footer {
        border-top:1px solid #cad0d7;
        margin: 0px -15px 0px -15px;
        padding: 15px 15px 0px 15px;
        clear: both;
    }
        .j-round-corners .footer .arrow {
            font: bold 1.2em Arial;
            line-height: 0.5em;
            margin-left: 0.5em;
        }

/*
    Навигация - "Хлебные крошки"
    -------------------------------------------------------------------
*/
.j-breadcrumbs { margin-bottom: 0.5em; }
    .j-breadcrumbs li {
        display: inline;
        margin-right: 0px; /* пробел */
    }
        .j-breadcrumbs li .change {
            background: url( "images/droparrow_black.png" ) no-repeat 100% 54%;
            padding-right: 10px;
            text-decoration: none;
        }
            .j-breadcrumbs li .change span { border-bottom: dashed 1px #006EDB; }

    
/*
    Рейтинг голосования
    -------------------------------------------------------------------
*/
.rating-vote-box {
    font-size:16px;
    font-weight: bold;
    width: 100px;
    text-align: right;
}
    .rating-vote-box .rating { margin:0 8px 0 0; }
        .rating-vote-box .rating.positive {color:#11b978;}
        .rating-vote-box .rating.negative {color:#f85259;}
        .rating-vote-box .rating.center { float:right; }

    .rating-vote-box .thumb {
        display: block;
        background-repeat: no-repeat;
        float:right;
    }
        .rating-vote-box .thumb a {
            display: block;
            width: 14px;
            height: 16px;
            border: none;
        }
    .rating-vote-box .vote-plus {margin:0 9px 0 0;}

    .rating-vote-box .topic {
        font-size: 22px;
        margin-right: 32px;
    }

/*
    Подсветка сообщений
    -------------------------------------------------------------------
*/
.formated-text p { margin-bottom: 1em; }

.formated-text b, .formated-text strong { font-weight: bold; }

.formated-text i, .formated-text em { font-style: italic; }

.formated-text li > ul, .formated-text li > ol { margin-left: 1.65em; }

.formated-text ul, .formated-text ol {
    margin-left: 2.65em;
    margin-bottom: 1em;
}
.formated-text ul { list-style: disc outside; }
.formated-text ol { list-style: decimal outside; }

.formated-text blockquote {
    margin: 20px 0px;
    padding: 0px 25px;
    font-size: 0.9em;
    font-style: italic;
    color: #666666;
    background: url('images/quote.png') no-repeat 0px 5px;
}
    .formated-text blockquote cite {
        color: #939393;
        font-style: normal;
    }
        .formated-text blockquote cite a { color: #939393 !important; }
    
.formated-text img { 
	max-width: 100% !important;
	height: auto !important;
}

.formated-text pre { padding-bottom: 10px; }
    .formated-text pre code { 
        background-color: #fafafa;
        border: solid 1px #cad0d7;
        border-left: 3px solid #cad0d7;
        color: #2d2d2d;
        display: block;
        overflow: auto;
        padding: 0.2em 0.2em 0.2em 0.4em;
        white-space: pre;
        max-height: 500px;
    }
    .formated-text .additional-matches {
        font-style: italic;
        color: #939393;
    }
    
/*
    Класс вывода рядов
    -------------------------------------------------------------------
*/

.j-rows {}
    .j-rows .j-row { padding: 10px 15px; }
        .j-rows .j-row.odd {
            background-color: #F0F7FD;
            border-top: solid 1px #D2E7FA;
            border-bottom: solid 1px #D2E7FA;
        }
        .j-rows .j-row.highlight {
            background-color: #FFFDB8;
            border-top: solid 1px #F2E596;
            border-bottom: solid 1px #F2E596;
        }

        
/*
    Фрейм загрузки файлов
    -------------------------------------------------------------------
*/        
.j-upload-frame { 
    background: transparent;
    padding: 10px 0px;
    position: relative;
}
    .j-upload-frame .drag-info {
        border: 1px solid #CAD0D7;
        text-align: center;
        padding: 30px;
        color: #939393;
        margin-bottom: 10px;
    }
        .j-upload-frame .drag-info.active {
            color: red;
            background: white;
        }
        .j-upload-frame .drag-info .title {
            font-size: 1.3em;
            font-style: italic;
            margin-bottom: 0.5em;
        }
        .j-upload-frame .drag-info .desc { font-size: 0.9em; }
        
    .j-upload-frame .drag-area {
        position: absolute;
        top: 10px; left: 0;
        width: 100%;
        padding: 30px 0;
        height: 40px;
    }

    .j-upload-frame .single-file p.desc { color: #939393; }
    
    .j-upload-frame .file-list { margin-bottom: 10px; }
        .j-upload-frame .file-list li.error p { text-decoration: line-through; }
        .j-upload-frame .file-list p { line-height: 1.5em; }
            .j-upload-frame .file-list p strong { font-weight: bold; }
            .j-upload-frame .file-list p small {
                font-size: 0.9em;
                color: #939393;
            }

            .j-upload-frame .file-list .delete-button,
            .j-upload-frame .file-list .abort-button,
            .j-upload-frame .file-list .insert-button {
                font-size: 0.9em;
                margin-left: 15px;
                visibility: hidden;
            }
            .j-upload-frame .file-list p:hover .delete-button,
            .j-upload-frame .file-list p:hover .abort-button,
            .j-upload-frame .file-list p:hover .insert-button { visibility: visible;}

            .j-upload-frame .file-list .delete-button {
                padding: 2px 0px 2px 20px;
                background: url( "images/delete.png" ) no-repeat left center;
            }
            .j-upload-frame .file-list .insert-button {
                padding: 2px 0px 2px 20px;
                background: url( "images/pencil.png" ) no-repeat left center;
            }
            
            
    .j-upload-frame .progress-bar {
        width: 92px;
        padding: 1px 1px 1px 3px;

        position: absolute;
        top: 42px;
        left: 2px;

        border-style: solid;
        border-width: 1px;
        border-color: #b2d5f2 #bedcf4 #bedcf4 #bedcf4;
        
        background: #e4f1fc;
        background: -moz-linear-gradient(top,  #e4f1fc 0%, #cfe5f7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1fc), color-stop(100%,#cfe5f7));
        background: -webkit-linear-gradient(top,  #e4f1fc 0%,#cfe5f7 100%);
        background: -o-linear-gradient(top,  #e4f1fc 0%,#cfe5f7 100%);
        background: -ms-linear-gradient(top,  #e4f1fc 0%,#cfe5f7 100%);
        background: linear-gradient(top,  #e4f1fc 0%,#cfe5f7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1fc', endColorstr='#cfe5f7',GradientType=0 );

        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
        .j-upload-frame .progress-bar > span {
            display: block;
            height: 11px;
            width: 92px;
            background: url('images/spinner_attach.gif') repeat-x left center;
            margin-left: -2px;

            border-style: solid;
            border-width: 1px;
            border-color: #54a7f1 #217cdb #0752c0 #217cdb;

            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

/*
Редактирование сообщения. аттачи
*/



.j-upload-frame .file-list .attach.error {}
.j-upload-frame .file-list .attach.error .file-info span
{
     text-decoration: line-through; 
}

.j-upload-frame .file-list .attach {
    float: left;
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    margin-top: 20px;
    border: solid 1px #CAD0D7;
    padding: 1px;
}
    .j-upload-frame .file-list .attach > a.file-link {
        display: block;
        height: 65px;
        width: 100px;
        text-decoration: none;
        padding: 35px 0 0 0;
    }
                .j-upload-frame .file-list .attach .file-info {
                    display: block;
                    margin: 40px 5px 0 5px;
                    padding: 0 0 0 21px;
                    background-position: left top;
                    background-repeat: no-repeat;
                    line-height: 16px;
                    font-size: 10px;
                }
                    .j-upload-frame .file-list .attach.attach-box-item .file-info { margin-top: 35px; }
                    .j-upload-frame .file-list .attach .file-info.extension { background-image: url( "images/extension.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.doc { background-image: url( "images/doc.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.rar { background-image: url( "images/rar.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.zip { background-image: url( "images/zip.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.txt { background-image: url( "images/txt.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.gz { background-image: url( "images/gz.png" ); }
                    .j-upload-frame .file-list .attach .file-info.extension.tar { background-image: url( "images/tar.png" ); }                    
                    .j-upload-frame .file-list .attach .file-info > span {
                        display: block;
                        color: #293036;
                        text-decoration: underline;
                        line-height: 16px;
                        height: 16px;
                        overflow: hidden;
                    }
                    .j-upload-frame .file-list .attach .file-info > em {
                        display: block;
                        text-decoration: none;
                        color: #989898;
                    }
            .j-upload-frame .file-list img {
                width: auto;
                height: 100px;
            }
                .j-upload-frame .file-list .delete {
                    display: block;
                    background-position: center;
                    background-repeat: no-repeat;
                    background-color: #FFF;
                    width: 20px;
                    height: 20px;
                    position: absolute;
                    top: 5px;
                    right: 5px;
                }    

/*
    Блок навигации
    -------------------------------------------------------------------
*/
.j-side-menu {
    background-color: #f0f7fd;
    border-top: 1px solid #d2e7fa;
    border-bottom: 1px solid #d2e7fa;
    padding: 15px 15px 10px;
    margin-bottom: 35px;
    clear: both;
}
    .j-side-menu li { margin-bottom: 0.8em; }
        .j-side-menu li.active {
            background: url( "images/left-light.png" ) no-repeat left center;
            display: inline-block;
           /* height: 25px;*/
            padding-left: 5px;
            margin-left: -5px;
            margin-bottom: 5px;
            margin-top: -5px;
        }
            .j-side-menu li.active > * {
                display: inline-block;
                font-weight: bold;
                color: #2d2d2d;
                margin-right: -5px;
                background: url( "images/right-light.png" ) no-repeat right center;
                padding: 6px 5px 6px 0px;
            }
            .j-side-menu li.inactive a { color: #939393; }

        .j-side-menu li.submenu {
            background: url( "images/sub_repeat.png" ) repeat-y left top;
            padding-left: 15px;
        }
            /* TODO: Исправить для IE 7-8 */
            .j-side-menu li.submenu li.active:last-child { margin-bottom: -5px; }

    .j-side-menu em { color: #939393; }
    .j-side-menu .actions {
        border-top: 1px solid #d2e7fa;
        margin: 0px -15px;
        padding: 10px 15px 0px;
    }
    .j-side-menu .actions li {
        margin-bottom: 10px;
        white-space: nowrap;
    }

    

/*
    Страницы поиска
    -------------------------------------------------------------------
*/
.main-search-page {}
    .main-search-page .search-header { margin-bottom: 15px; }
    .main-search-page .j-pager { margin-bottom: 25px; }
    .main-search-page .search-stats .found-items { 
        color: #7d7d7d;
        font-size: 24px;
        font-style: italic;
        margin-bottom: 8px;
    }
        .main-search-page  .search-stats .found-items strong {
            font-size: 25px;
            color: #2d2d2d;
            font-weight: bold;
        }
    .main-search-page  .search-stats .filter-links { line-height: 25px; }
    .main-search-page .search-stats .filter-links .current {
        font-weight: bold;
        color: #000000;
        display: inline-block;
        margin-left: -1px;
        margin-right: 8px;
        background: url( "images/bw-corners.png" ) no-repeat left center ;
    }
        .main-search-page .search-stats .filter-links .current span {
            display: inline-block;
            margin-left: 3px;
            padding: 0px 6px 0px 3px;
            margin-right: -3px;
            background: url( "images/bw-corners.png" ) no-repeat right center;
        }
    .main-search-page  .search-stats .filter-links > * { white-space: nowrap; }
    .main-search-page .search-stats .filter-links em,
    .main-search-page .search-stats .filter-links span.inactive { color: #939393; }

    .main-search-page .search-result { font-size: 1.15em; }
        .main-search-page .search-result strong { font-weight: bold; }
   
    .main-search-page .refine-results{ margin-bottom: 20px; }
        .main-search-page  .refine-results h4 {
            font-size: 1.3em;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .main-search-page .refine-results h5 { margin-bottom: 8px; }
        .main-search-page .refine-results ul { margin-bottom: 15px; }
        .main-search-page .refine-results li { 
            margin-bottom: 4px;
            line-height: 1.5em;
            text-indent: -15px;
            padding-left: 15px;
        }
        .main-search-page .refine-results li.active a {
            text-decoration: none;
            font-weight: bold;
            color: #000000 !important;
        }

/*
    Блок уточнения запроса
    -------------------------------------------------------------------
*/        
 .search-refine-query {
        background: #f0f7fd;
        border-top: 1px solid #d2e7fa;
        border-bottom: 1px solid #d2e7fa;
        padding: 15px;
    }
        .search-refine-query .suggestions { margin-bottom: 15px; }
        .search-refine-query .suggestions li { margin-bottom: 10px; }

        .search-refine-query input[type="text"] {
            border: 1px solid #cad0d7;
            height: 26px;
            width: 100%;
        }
        .search-refine-query input[type="radio"] { vertical-align: bottom; }
        .search-refine-query .j-button { padding-left: 15px; }
        .search-refine-query .j-button-text {
            font-weight: bold;
            padding-right: 15px;
        }
        .search-refine-query .details { margin-bottom: 15px; }
        .search-refine-query .area {
            margin-top: 5px;
            font-size: 0.8em;
        }

/*
    Страница просмотра тегов
    -------------------------------------------------------------------
*/
.core-tags-view {}

    .core-tags-view .modpanel { margin-bottom: 30px; }
        .core-tags-view .modpanel li {
            display: inline;
            margin-right: 10px;
        }
        .core-tags-view .modpanel .edit { font-weight: bold; }

    .core-tags-view .title-editor { 
        display: none;
        height: 30px;
        margin-bottom: 10px;
    }
        .core-tags-view .title-editor .j-form { 
            width: 300px;
            margin-right: 8px;
            float: left;
        }
            .core-tags-view .title-editor .j-form > input { height: 30px; }
        .core-tags-view .title-editor .j-button { margin-right: 10px; }

    .core-tags-view .tags-title {
        color: #7D7D7D;
        padding-bottom: 12px;
        margin-bottom: 5px;
        font-weight: normal;
    }
        .core-tags-view .tags-title strong {
            color: #000;
            font-weight: bold;
        }

            .core-tags-view .row { padding: 10px 15px; }

            .core-tags-view .row.odd {
                background-color: #F0F7FD;
                border-top: solid 1px #D2E7FA;
                border-bottom: solid 1px #D2E7FA;
            }

            .core-tags-view .row h2 {
                font-size: 21px;
                margin-bottom: 10px;
                font-weight: bold;
                line-height: 26px;
            }

            .core-tags-view .row h2 a span {
                border-bottom: solid 2px;
                color: #1D6EDB;
            }
            .core-tags-view .row h2 a span.gray { color: #939393; }
            .core-tags-view .row h2.new {
                display: inline-block;
                background: url( "images/read-dot.png" ) no-repeat left center;
                padding-left: 20px;
                margin-left: -20px;
            }
            .core-tags-view .row h2.close {
                display: inline-block;
                background: url( "images/lock.png" ) no-repeat left center;
                padding-left: 20px;
                margin-left: -20px;
            }

            .core-tags-view .row h2 a { text-decoration: none; }

            .core-tags-view .row .whowhen { margin-bottom: 10px; }
                .core-tags-view .row h2 span,
                .core-tags-view .row .whowhen span,
                .core-tags-view .row .whowhen span a { color: #939393; }
                    .core-tags-view .row h2 span.gray { border-bottom: solid 2px #939393; }

            .core-tags-view .tags-block .excerpt {
                color: #2D2D2D;
                line-height: 150%;
                padding-left: 17px;
                padding-bottom: 4px;
                text-indent: -15px;
            }
                .core-tags-view .tags-block .excerpt p:first-child { text-indent: -1em; }
                .core-tags-view .tags-block .excerpt p:first-child:before { content: '\2014\a0'; }

            .core-tags-view .tags-block a.new-comment { margin-left: 17px; }
            .core-tags-view .tags-block a.no-comment {
                margin-left: 17px;
                color: #939393;
            }

        .core-tags-view .tags-block {
            float: left;
            width: 79%;
        }
        .core-tags-view .tags-block-info {
            float: right;
            text-align: right;
            width: 19%;
        }

            .tags-block-info .rating-vote-box {
                width: 100%;
                font-size: 22px;
            }
            .tags-block-info .rating-vote-box .rating { margin: 0px; }

            .core-tags-view .tags-block-info .comment {
                width: 100%;
                color: #939393;
                font-size: 13px;
                font-style: italic;
            }
                .tags-block-info .comment strong {
                    display: block;
                    padding-top: 2px;
                    padding-bottom: 4px;
                    font-weight: bold;
                    color: #000;
                    font-size: 15px;
                }
    .core-tags-view .profile-stat-counters {
            font-size: 24px;
            margin: 0em 0em 0.4em;
        }
        .core-tags-view .profile-stat-counters strong {
            display: inline;
            font-size: 24px;
            padding-right: 10px;
        }
    .core-tags-view .filter-links { line-height: 25px; margin-bottom: 22px; }
    .core-tags-view .filter-links .current {
        font-weight: bold;
        color: #000000;
        display: inline-block;
        margin-left: -1px;
        margin-right: 3px;
        background: url( "images/bw-corners.png" ) no-repeat left center ;
    }
        .core-tags-view .filter-links .current span {
            display: inline-block;
            margin-left: 3px;
            padding: 0px 6px 0px 3px;
            margin-right: -3px;
            background: url( "images/bw-corners.png" ) no-repeat right center;
        }
    .core-tags-view .filter-links > * { white-space: nowrap; }
    .core-tags-view .filter-links em { color: #939393; }

    .core-tags-view .related-tag { margin-bottom: 35px; }
    .core-tags-view .related-tag h4 {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 1.2em;
    }
    .core-tags-view .related-tag li { margin-bottom: 0.8em; }
        .core-tags-view .related-tag li.link-all-tags { padding-top: 6px; }
            .core-tags-view .related-tag li.link-all-tags strong {
                font-size: 1.3em;
                font-weight: bold;
            }
    /* Пустое состояние страницы */
    .core-tags-view .empty-tags {}

    
/*
    Страницы администрирования
    -------------------------------------------------------------------
*/
.admin-page {}
    .admin-page .j-page-title { margin-bottom: 0.3em; }
    .admin-page .hint {
        color: #999999;
        font-style: italic;
        font-size: 14px;
    }
    .admin-page h3 {
        font-size: 24px;
        font-weight: bold;
        color: #2c2c2c;
        margin-bottom: 10px;
    }
        .admin-page h3 a {
            float: right;
            line-height: 20px;
        }

    .admin-page .add-event { 
        text-decoration: none;
        font-size: 14px;
        font-weight: normal;
    }
        .admin-page .add-event .drop-arrow>span { border-bottom: dashed 1px #006EDB; }

    .admin-page .box-list {
        margin: 20px 0;
        line-height: 30px;
        width: 100%;
    }
        .admin-page .box-list .row {
            background-color: #F0F7FD;
            border-top: solid 1px #D2E7FA;
            border-bottom: solid 1px #D2E7FA;
            padding: 10px 15px;
            margin-bottom: 15px;
            position: relative;
            padding-right: 80px;
        }
            .admin-page .box-list .row .column {
                float: left;
                max-width: 50%;
            }
                .admin-page .box-list .row .column:first-child { min-width: 165px; }

            /* Блок удаления */
            .box-list .row .delete {
                position: absolute;
                top: 10px; right: 10px;
            }
                .box-list .row .delete a { text-decoration: none; }
                    .box-list .row .delete a.iconified.icon-cross { background-color: #F0F7FD; }
                .box-list .row .delete a>span { border-bottom: dashed 1px #006EDB; }
                .box-list .row .delete .confirm {
                    background-color: #fffdb8;
                    padding: 0 10px;
                }
                    .box-list .row .delete .confirm>a { margin-left: 5px; }

            /* Drop arrow */
            .admin-page .drop-arrow {
                padding-right: 15px;
                margin-right: 20px;
                cursor: pointer;
                background: url("images/cc.png") no-repeat right center;
                display: inline-block;
            }
                .admin-page .drop-arrow.active { background: url("images/cc_alt.png") no-repeat right center; }
            

    /* Кнопки формы */
    .admin-page .buttons li {
        display: inline;
        margin-right: 10px;
    }
        .admin-page .buttons li a.cancel {
            text-decoration: none;
            border-bottom: dashed 1px #2c2c2c;
            color: #2c2c2c;
        }

    .admin-page .modpanel { margin-bottom: 20px; }
        .admin-page .modpanel li { 
            margin-right: 10px;
            display: inline;
        }

/*
    Извещения
    -------------------------------------------------------------------
*/
.confirm {
    background: url('images/confirm_email.png') repeat-x top left;
    height: 50px;
    padding: 0 38px;
}
    .confirm .info {
        float: left;
        padding: 5px 15px 5px 0;
        color: #000000;
        line-height: 40px;
    }
        .confirm .info strong { font-weight: bold; }
    .confirm .select-action {
        float: left;
        text-align: right;
        padding: 10px 0;
        line-height: 30px;
    }
        .confirm .select-action .j-button {
            margin-right: 10px;
            line-height: 1;
        }

/*
    Кнопки авторизации через соц.сети
    -------------------------------------------------------------------
*/
.j-auth { margin-top: 8px; }
    .j-auth li {
        float: left;
        margin: 3px 3px;
    }
        .j-auth li a {
            display: block;
            width: 134px;
            height: 37px;
        }
            .j-auth li a.facebook { background: url('images/auth_fb.png') no-repeat top left; }
            .j-auth li a.vk { background: url('images/auth_vk.png') no-repeat top left; }
            .j-auth li a.google { background: url('images/auth_google.png') no-repeat top left; }
            .j-auth li a.yandex { background: url('images/auth_ya.png') no-repeat top left; }
            .j-auth li a.mailru { background: url('images/auth_mail.png') no-repeat top left; }
            .j-auth li a.twitter { background: url('images/auth_twitter.png') no-repeat top left; }
            .j-auth li a.lj { background: url('images/auth_lj.png') no-repeat top left; }
            .j-auth li a.openid { background: url('images/auth_open_id.png') no-repeat top left; }
            .j-auth li a.yahoo { background: url('images/auth_yahoo.png') no-repeat top left; }
            .j-auth li a.rambler { background: url('images/auth_rambler.png') no-repeat top left; }

/*
    Страницы ошибок
    -------------------------------------------------------------------
*/
.error-page {}
    .error-page .search-refine-query { margin-top: 22px; }
    .error-page .b-line {
        border-bottom: 1px solid #cad0d7;
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .error-page .j-colx.w70{ margin-top: 12px; }


    
/*
    Всплывающие уведомления
    -------------------------------------------------------------------
*/

#j-flash-stack {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}
.j-flash-message {
    position: relative;
    padding: 11px;
    border: solid 1px #577e0b;
    background-color: #6c9e0b;
    color: #ffffff;
    cursor: pointer;
    margin: 0 100px 15px 100px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}

    .j-flash-message.error {
        background-color: #f73636;
        border-color: #c41c23;
    }
	.j-flash-message > p {
            color: #ffffff;
            font-size: 14px;
            font-weight: bold;
            padding-right: 16px;
            line-height: 16px;
	}
    .j-flash-message a.close {
        display: block;
        width: 16px;
        height: 16px;
        background: url('images/close_cross.png') no-repeat center center;
        text-decoration: none;
        position: absolute;
        top: 11px; right: 11px;
    }
    
/*
    Модальное окно
    -------------------------------------------------------------------
*/

.j-popup {
    position: absolute;
    left: 0px;
    top: 0px;
    
    background-color: #f0f7fd;
    border: 1px solid #d2e7fa;
    padding: 15px;
    overflow: hidden;

    -moz-box-shadow: 0 0 1em #000;
    -webkit-box-shadow: 0 0 1em #000;
    box-shadow: 0 0 1em #000;
}
.j-popup-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
}

.j-editor-popup {
    position: fixed;
    top: 0; left: 0;
    width: 460px;
    background-color: #f1f7fe;
    
    -moz-box-shadow: 0 0 1em #000000;
    -webkit-box-shadow: 0 0 1em #000000;
    box-shadow: 0 0 1em #000000;
}
    .j-editor-popup > h3 {
        height: 44px;
        line-height: 44px;
        padding: 0 13px;
        border-bottom: solid 1px #82a9d0;
        color: #2D2D2D;
        font-size: 14px;
        font-weight: bold;

        background: #dfeaf5;
        background: -moz-linear-gradient(top,  #dfeaf5 0%, #99bbdb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfeaf5), color-stop(100%,#99bbdb));
        background: -webkit-linear-gradient(top,  #dfeaf5 0%,#99bbdb 100%);
        background: -o-linear-gradient(top,  #dfeaf5 0%,#99bbdb 100%);
        background: -ms-linear-gradient(top,  #dfeaf5 0%,#99bbdb 100%);
        background: linear-gradient(top,  #dfeaf5 0%,#99bbdb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfeaf5', endColorstr='#99bbdb',GradientType=0 );
    }
    .j-editor-popup > div {
        padding: 20px 15px 15px 15px;
    }
        .j-editor-popup > div > p {
            color: #393939;
            font-size: 12px;
            line-height: 14px;
            padding: 10px 0;
        }
        .j-editor-popup > div .cancel {
            margin-left: 10px;
            color: #2c2c2c;
            border-color: #2c2c2c;
        }
/*
    Меню администратора
    -------------------------------------------------------------------
*/
.control-admin-panel {
    position: absolute;
    top: 40px; left: 10px;
    z-index: 9999;
    display: block;
    background: url('images/admin_control.png') no-repeat top center;
    height: 21px;
    width: 23px;
    text-decoration: none;
}
    .control-admin-panel .hint {
        position: absolute;
        top: -2px; left: 28px;
        display: block;
        padding-left: 14px;
        background: url('images/hint_ac.png') no-repeat left bottom;
        visibility: hidden;
    }
        .control-admin-panel .hint>span {
            line-height: 25px;
            display: block;
            padding-right: 14px;
            font-size: 12px;
            color: #ffffff;
            width: 160px;
            text-align: center;
            background: url('images/hint_ac.png') no-repeat right top;
        }
        
    .control-admin-panel:hover { background-position: center center; }
        .control-admin-panel:hover .hint { visibility: visible; }
    .control-admin-panel.active,
    .control-admin-panel.active:hover { background-position: bottom center; }
        .control-admin-panel.active:hover .hint { visibility: hidden; }

#admin-menu {
    background: url('images/adm_menu_bg.jpg') repeat-x left top;
    height: 40px;
    padding: 0 38px;
    display: none;
}
    #admin-menu li { float: left; }
        #admin-menu li>a {
            display: block;
            line-height: 40px;
            padding: 0 8px;
            color: #ffffff;
        }
        
#admin-menu .admin-logout { float: right; }

#admin-menu .complaint { 
    float: right;
    width: 196px;
}
    #admin-menu .complaint > a { 
        padding: 0;
        float: left;
    }
    #admin-menu .complaint > span {
        display: block;
        float: left;
        background: url('images/complaint_new.png') no-repeat center center;
        width: 21px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        font-size: 12px;
        font-weight: bold;
        padding: 1px 0 0 0;
        margin: 10px 4px 9px 4px;
    }
    
#admin-menu .admin-login { 
    float: right;
    padding-top: 4px;
}
    #admin-menu .admin-login .login-form input { width: 90px; }
    #admin-menu .admin-login .login-form .hint {
        color: #ffffff;
        margin-right: 10px;
        line-height: 28px;
        display: inline-block;
    }


/*
    Всё остальное
    TODO: Расставить по полкам и удалить лишнее
    -------------------------------------------------------------------
*/
.je-editor-container { position: relative; }
    .je-editor-container .change-editor {
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        height: 27px;
        padding: 0 0 9px 0;
        background: url('images/change_arrow.png') no-repeat bottom center;
    }
        .j-row.odd .je-editor-container .change-editor { background: url('images/change_arrow_alt.png') no-repeat bottom center; }


        .je-editor-container .change-editor > span {
            display: block;
            height: 27px;
            line-height: 27px;
            background: url('images/change.png') no-repeat left center;
            padding: 0 0 0 20px;
            margin-left: -20px;
        }



.j-content-offset { 
    padding: 35px 45px 30px;
    position: relative;
}

    .j-content-offset.admin-page.forum-admin-structure { position: static; }

.j-page-title {
    color: #939393;
    margin-bottom: 0.6em;
    line-height: 1.2em;
}
    .j-page-title strong {
        color: #000000;
        font-weight: bold;
    }
        .j-page-title.close strong { color: #7d7d7d; }
.j-page-description {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1.5em;
}

.j-clear { clear: both; }
.j-clearfix { clear:both; }
    .j-clearfix:after {
        content: '&nbsp;';
        display: block;
        clear: both;
        height: 0px;
        visibility: hidden;
    }

.highlight { background: #fffdb8; }


/* legacy */
.good-rating { color: #11b978; }
.bad-rating { color: #f7474f; }
.relative-low { color: #939393; }
.relative-mid { color: #68a990; }
.relative-hig { color: #11b878; }

/* Админка выподающий список */
.list > li { padding: 2px 0 4px 0; }

/* Страница выключенного форума */
body.welcome {
    background-color: #376ca2;
}
    body.welcome .box-content {
        margin: 0 auto;
        width: 595px;
        text-align: center;
    }
        body.welcome.fail .box-content {
            padding-top: 150px;
        }
        body.welcome .box-content .logos {
            border-bottom: solid 2px #154a81;
            height: 120px;
            background: url('images/logo_big.png') no-repeat center center;
        }

        body.welcome .box-content .info { padding-top: 10px; }
            body.welcome .box-content .info h1 {
                color: #ffffff;
                font-size: 34px;
                font-weight: bold;
                line-height: 40px;
            }
            body.welcome .box-content .info h2 {
                color: #ffffff;
                font-size: 18px;
                font-weight: normal;
                line-height: 36px;
            }
            body.welcome .box-content .info p {
                color: #c1d3e4;
                font-size: 14px;
                line-height: 20px;
            }
                body.welcome .box-content .info p a {
                    color: #c1d3e4;
                    border-color: #c1d3e4;
                }
            body.welcome .box-content .info > ul {
                background-color: #f1f8fd;
                text-align: left;
                padding: 15px;
                margin: 14px 34px 0 34px;
                display: block;
                border-top: solid 1px #d2e7fa;
                border-bottom: solid 1px #d2e7fa;
                box-shadow: 0px 0px 20px #000000;
                -moz-box-shadow: 0px 0px 20px #000000;
                -webkit-box-shadow: 0px 0px 20px #000000;
            }
                body.welcome .box-content .info > ul > li {
                    color: #2d2d2d;
                    line-height: 20px;
                    
                }

    body.welcome .admin-auth { 
        width: 310px;
        z-index: 1000;
        display: none;
    }
        body.welcome .admin-auth dd { margin-bottom: 8px; }
            body.welcome .admin-auth dd input { color: #7d7d7d; }
        body.welcome .admin-auth .j-button { margin-right: 10px; }
        body.welcome .admin-auth .cancel-auth {
            color: #2c2c2c;
            border-color: #2c2c2c;
        }




/* Класс для неактивных элементов */
.inactive-element { color : #939393; }
    .inactive-element a { color : inherit; }



/*
    Блок оповещения администратора
    -------------------------------------------------------------------
*/
.j-notification {
    padding: 10px 38px;
    position: relative;
}
    .j-notification.g-yellow {
        background: #fffeb2;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmViMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmViNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #fffeb2 0%, #ffeb77 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffeb2), color-stop(100%,#ffeb77));
        background: -webkit-linear-gradient(top,  #fffeb2 0%,#ffeb77 100%);
        background: -o-linear-gradient(top,  #fffeb2 0%,#ffeb77 100%);
        background: -ms-linear-gradient(top,  #fffeb2 0%,#ffeb77 100%);
        background: linear-gradient(top,  #fffeb2 0%,#ffeb77 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffeb2', endColorstr='#ffeb77',GradientType=0 );
    }
    .j-notification.g-green { 
        background: #b4f333;
        background: -moz-linear-gradient(top,  #b4f333 0%, #aad746 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4f333), color-stop(100%,#aad746));
        background: -webkit-linear-gradient(top,  #b4f333 0%,#aad746 100%);
        background: -o-linear-gradient(top,  #b4f333 0%,#aad746 100%);
        background: -ms-linear-gradient(top,  #b4f333 0%,#aad746 100%);
        background: linear-gradient(top,  #b4f333 0%,#aad746 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4f333', endColorstr='#aad746',GradientType=0 );
    }
    .j-notification.g-orange {
        background: #ff9a4f;
        background: -moz-linear-gradient(top,  #ff9a4f 0%, #ff8e37 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a4f), color-stop(100%,#ff8e37));
        background: -webkit-linear-gradient(top,  #ff9a4f 0%,#ff8e37 100%);
        background: -o-linear-gradient(top,  #ff9a4f 0%,#ff8e37 100%);
        background: -ms-linear-gradient(top,  #ff9a4f 0%,#ff8e37 100%);
        background: linear-gradient(top,  #ff9a4f 0%,#ff8e37 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a4f', endColorstr='#ff8e37',GradientType=0 );
    }

    .j-notification .close-notification {
        background: url( "images/cross_black.png" ) no-repeat center center;
        display: block;
        height: 9px;
        width: 9px;
        cursor: pointer;
        margin-top: -5px;
        
        position: absolute;
        top: 50%;
        right: 18px;
    }
        .j-notification > p {
            padding: 6px 0;
            line-height: 16px;
        }
    .j-notification .j-button { 
        float: right;
        margin-right: 5px;
        line-height: 1;
    }

/*
    Дополнения для IE
    -------------------------------------------------------------------
*/
.j-clearfix, .j-colx, .j-colf { display: inline-block; }
html[xmlns] .j-clearfix, html[xmlns] .j-colx, html[xmlns] .j-colf {	display: block; }
* html .j-clearfix, * html .j-colx, * html .j-colf { height: 1%; }

*:first-child+html .j-bar .j-bar-buttons > * { display: inline; }
*:first-child+html a[href="#js"] { display: inline-block; }
*:first-child+html .j-side-menu li.submenu { display: inline-block; }
*:first-child+html .j-side-menu li.active > * { margin-top: 2px; }
*:first-child+html #admin-menu .admin-login .login-form .hint {
    position: relative;
    top: -5px;
}

*:first-child+html .j-round-corners { zoom: 1; }
*:first-child+html .j-colf.g50 .j-colf-right {
    position: relative;
    left: 20px;
}
*:first-child+html .j-colf.g50 .j-colf-left input {
    padding-left: 0;
    padding-right: 0;
}
*:first-child+html body { overflow: hidden; }
*:first-child+html .j-side-menu li.submenu li { margin-bottom: expression(nextSibling == null ? '-2px' : ''); }

*:first-child+html .j-upload-frame { background: #F0F7FD; }
.j-upload-frame {  background: #F0F7FD \0/ !important; } /* ie8 */

*:first-child+html .j-pager .j-pager-page { 
    float: left;
    margin-right: 8px;
}
*:first-child+html { overflow-x: hidden; }

*:first-child+html .j-content-offset { zoom: 1; }


*:first-child+html .j-content-offset.new-thread .j-form input[type="text"] { 
    padding: 0;
    line-height: 28px;
}
*:first-child+html .j-content-offset.new-thread .j-form textarea {
    padding: 0;
}

*:first-child+html .je-editor-container .change-editor > span > a {
    border: none;
    text-decoration: underline;
}

/* Не активная кнопка */
.j-button.inactive { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40); }



/* Блок оповещения администратора [IE7] */
*:first-child+html .j-notification { zoom: 1; }
