﻿@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    vertical-align: baseline;
}

html {
    font-size: 100.01%;
}

i, em {
    font-style: oblique;
}

body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    width: 100%;
    min-width: 960px;
    max-width: 1440px;
    background: #fff;
    color: #000;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}

h1 {
    font-size: 1.5em;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 0.5em;
    color: #8ead01;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.25em;
    line-height: 1;
    font-weight: normal;
    color: #8ead01;
}

h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

.entry h1, h2, h3, h4, h5, h6 {
    color: #111;
    font-weight: normal;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 2em 0 -.25em;
}

/* - */

.entry table {
    border-collapse: collapse;
    width: 100%;
    font-size: .75em;
    margin: 1em 0;
    font-family: Arial, Helvetica, sans-serif;
}

    .entry table caption {
        padding: 1em;
        font-size: 1em;
        font-style: oblique;
    }

    .entry table td {
        padding: .5em;
        border: 1px solid #aaa;
    }

        .entry table td p {
            margin: 0;
        }

        .entry table td h2 {
            margin: .5em 0;
        }

            .entry table td h2 + p {
                margin: -.5em 0 0;
            }

.entry object {
    position: relative;
    z-index: 1;
}

/* - */

.to-content {
    display: none;
}

.logotype {
    overflow: hidden;
    display: block;
    font-size: 3em;
    text-decoration: none;
    cursor: pointer;
}

    .logotype span {
        width: 345px;
        height: 1.65em;
        display: block;
        position: relative;
        z-index: 2;
        margin-top: -1.65em;
        display: block;
        background: url('/img/newslab-logo.png') bottom left no-repeat;
    }

    .logotype strong {
        display: block;
        width: 345px;
        height: 1.65em;
        position: relative;
        overflow: hidden;
        z-index: 1;
        color: #000;
        font-family: "Trebuchet MS", "Tahoma", Arial;
    }

        .logotype strong em {
            color: #f70;
            font-style: normal;
        }

.date {
    font-size: .75em;
    color: #777;
}
/* - */
.entry, .content {
    padding: 0 32px;
    margin: 0;
    overflow: hidden;
}

    .entry h1 {
        margin: 0;
    }

    .entry p {
        line-height: 1.35em;
        margin-top: 1em;
        text-align: left;
        cursor: text;
    }

        .entry p.img {
            text-align: center;
        }

        .entry p.aligncenter,
        .entry p.alignСenter {
            text-align: center;
        }

    .entry img {
        margin: 1em;
    }

    .entry p.img img {
        margin: 1em;
    }

    .entry ul, .entry ol {
        padding: 1em 2em;
    }

    .entry ul {
        list-style: square;
    }

        .entry ul li, .entry ol li {
            margin: 1em 0;
        }

    .entry h1 {
        font-size: 1.67em;
    }

    .entry h2 {
        font-size: 1.5em;
    }

    .entry h3 {
        font-size: 1.33em;
    }

    .entry h4 {
        font-size: 1.25em;
    }

    .entry img.floatRight,
    .entry img.floatright {
        float: right;
        margin: 1em 0 1em 1em;
    }

    .entry img.floatLeft,
    .entry img.floatleft {
        float: left;
        margin: 1em 1em 1em 0;
    }

    .entry .illustrate {
        float: right;
    }

    .entry .meta {
        color: #555;
        font-size: 1em;
    }

        .entry .meta .date {
            margin-right: 1em;
            font-size: 1em;
        }

    .cats, .entry .cats {
        color: #777;
        font-size: .8em;
        margin: 0 .5em;
    }

        .cats a, .entry .cats a {
            color: #777;
        }

.commenst h3 {
    font-weight: normal;
}

    .commenst h3 a {
        text-decoration: none;
        color: #ef3807;
        border-bottom: 1px dotted #ef3807;
    }

.rc img.floatRight {
    float: right;
    margin: 1em 0 1em 1em;
}

.rc img.floatLeft {
    float: left;
    margin: 1em 1em 1em 0;
}

/* - */

ul {
    list-style: none;
}

.block {
    float: none;
    width: 100%;
}

.block_1_wrapper {
    float: left;
    width: 100%;
    height: 1%;
}

.block_1 {
    float: none;
    margin-left: 0;
    margin-right: 30%;
    min-height: 1px;
    min-width: 1px;
}

.block_2 {
    float: left;
    margin-left: -30%;
    width: 30%;
}

.block_3 {
    float: left;
}

.block_4 {
    float: left;
}

/*----------------------*/

.block:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
    visibility: hidden;
}

.block {
    display: inline-block;
    overflow: hidden;
}
/*\*/
* html .block {
    height: 1%;
}

.block {
    display: block;
}

/* ------------------------------- */

a {
    color: #333;
}

    a:hover, h3 a, h4 a, .sheaf a, .entry a, .more a, .archive a, .dates a, .menu a, .articles .important a, .eventlist a, .search-results a {
        color: #ef3807;
    }

        .entry a:hover, h3 a:hover, h4 a:hover, .sheaf a:hover, .entry a:hover, .more a:hover, .archive a:hover, .dates a:hover, .menu a:hover, .news li a:hover, .news li a:visited:hover, .articles .important a:hover, .eventlist a:hover, .search-results a:hover {
            color: #f70;
        }

.more {
    margin-top: 1em;
}

.anons-link {
    padding: 1em .5em;
    text-align: center;
    font-size: 1.25em;
}
/*---------------------------------------*/

.page {
    /*	padding: 0 2em; */
    padding: 0 2em 1em;
    margin: 0;
}

.header {
    padding-top: 1em;
}

.footer {
    font-size: .9em;
}

    .footer p {
        margin: 1em 0 0;
    }

.default, .sheafs, .simple, .news-default, .blog-default, .mainpage {
    margin: 2em 0 0;
}
    /*
.header .block_1 {	
	margin-left: 0;
	width: 345px;
	overflow: hidden;
}

.header .block_2 {
	margin-left: -50%;
	margin-right: 0;
	width: 50%;
}
*/
    .default .block_1 {
        margin-left: 9em;
        margin-right: 30%;
    }

    .default .block_2 {
        margin-left: -30%;
        width: 30%;
    }

    .default .block_3 {
        margin-left: -100%;
        width: 8em;
        padding-left: 1.5em;
    }

#reviews .block_1 {
    margin-left: 0;
    margin-right: 60%;
}

#reviews .block_2 {
    margin-left: -60%;
    width: 28%;
}

#reviews .block_3 {
    margin-left: -30%;
    width: 30%;
}

.simple .block_1, #simple .block_1 {
    margin-left: 0;
    margin-right: 30%;
}

.simple .block_2, #simple .block_2 {
    margin-left: -30%;
    width: 30%;
}

.top-banners {
    margin: .25em 0;
    text-align: center;
}

    .top-banners .block_1 {
        margin-left: 0;
        margin-right: 66%;
        text-align: left;
    }

    .top-banners .block_2 {
        margin-left: -66%;
        width: 33%;
        text-align: center;
    }

    .top-banners .block_3 {
        margin-left: -33%;
        width: 33%;
        text-align: right;
    }

    .top-banners div object, .top-banners div img {
        width: 280px;
        height: 60px;
    }

    .top-banners object, .top-banners img {
        /* 
			 * border: 1px solid #ddd;
			 */
        border: none;
        margin: 0 auto;
    }

    .top-banners .banner iframe, .top-banners .banner object, .top-banners .banner img {
        border: none;
    }

#top_banners {
    padding: .25em 0;
    text-align: center;
}

.two-cols {
}

    .two-cols .block_1 {
        margin-left: 0;
        margin-right: 50%;
    }

    .two-cols .block_2 {
        margin-left: -50%;
        width: 50%;
    }

.news-default {
    margin-bottom: 2em;
}

    .news-default .block_1 {
        margin-left: 9em;
        margin-right: 50%;
    }

    .news-default .block_2 {
        margin-left: -50%;
        width: 50%;
    }

    .news-default .block_3 {
        margin-left: -100%;
        width: 9em;
    }

.newsblock {
    padding-right: 2em;
}

    .newsblock .block_1 {
        margin-left: 0;
        margin-right: 52%;
    }

    .newsblock .block_2 {
        margin-left: -50%;
        width: 50%;
    }

.art .first .block_1 {
    margin-left: 0;
    margin-right: 52%;
}

.art .first .block_2 {
    margin-left: -50%;
    width: 50%;
}

.art .second .block_1 {
    margin-left: 0;
    margin-right: 30%;
}

.art .second .block_2 {
    margin-left: -40%;
    width: 40%;
}

    .art .second .block_2 .incut {
    }

.film {
    padding-top: 2em;
}

/* - */

.mainpage .block_1 {
    margin-left: 0;
    width: 25%;
}

.mainpage .block_2 {
    float: left;
    margin-left: -75%;
    width: 35%;
}

.mainpage .block_3 {
    float: left;
    width: 25%;
    margin-left: -40%;
}

.mainpage .block_4 {
    float: left;
    width: 15%;
    margin-left: -15%;
}

.art .block_1 {
    margin-left: 0;
    margin-right: 40%;
    padding-right: 2em;
}

.art .block_2 {
    margin-left: -40%;
    width: 40%;
}

.art {
    margin-bottom: 1em;
}

.adv {
    margin: 1em 0;
}

    .adv .block_1 {
        margin-left: 0;
        width: 50%;
    }

    .adv .block_2 {
        margin-left: -50%;
        width: 50%;
    }

/* - */


.info {
    overflow: hidden;
    clear: both;
}

    .info .logo {
        float: left;
        width: 270px;
        overflow: hidden;
        text-align: center;
    }

    .info dl {
        margin: 1em 0;
        padding: 1em;
        height: 1%; /* Holly hack for Peekaboo Bug */
    }

    .info dl, .event-dates {
        overflow: hidden;
        font-size: .8em;
        color: #333;
    }

        .info dt, .info dd, .event-dates dt, .event-dates dd {
            padding: .5em 0;
        }

    .info dt {
        float: left;
        width: 6em;
    }

    .info dd {
        margin-left: 6em;
    }

.event-dates dt {
    float: left;
    width: 4em;
}

.event-dates dd {
    margin-left: 4em;
}

.eventlist ul {
    margin: 0 2em;
}

.eventlist a {
    text-decoration: none;
}

    .eventlist a:hover {
        text-decoration: underline;
    }

.eventlist h3 {
    margin: 0 0;
    font-size: 1.5em;
}

.eventlist li {
    margin: 1.5em 0 .5em;
}

    .eventlist li ul, .eventlist dl {
        margin-left: 1em;
    }

.eventlist .cats {
    display: block;
    font-style: oblique;
}

.eventlist .desc, .eventlist .places {
    font-family: Helvetica, Arial, sans-serif;
}
/* - */

.search-results .url {
    margin-top: .5em;
    color: #777;
    font-size: .75em;
}

.search-results p {
    font-size: .85em;
}

.search-results a {
    text-decoration: none;
    font-size: 1.25em;
}

    .search-results a:hover {
        text-decoration: underline;
    }

.search-results .date, .search-results .url {
    display: inline-block;
}

.search-results .date {
    width: 11em;
}

/* - */

.rubriks {
    margin-top: 2em;
}

    .rubriks li, .list li {
        padding: .25em 0;
    }

    .rubriks a {
        text-decoration: none;
    }

    .rubriks .active a {
        color: #aaa;
    }

/* - */

.links {
    padding: 0;
}

    .links h2 {
        margin-top: 1em;
    }

    .links li {
        padding: .25em 0;
    }

        .links li span {
            font-size: .75em;
            color: #777;
        }

/* -- */


.news li, ul.announce li {
    padding: .5em 0;
    line-height: 1.2em;
    clear: left;
}

.articles li, .dosielist li {
    padding: .5em 0;
    line-height: 1.2em;
    clear: left;
}

.rc .articles li {
}

.articles .active, .articles .current {
    font-style: oblique;
    background: #ffef85;
}

.news li span, .announce li .date, .event-dates span {
    color: #777;
    font-size: .9em;
    width: 4em;
    margin-right: -4.25em;
    text-align: left;
    float: left;
}

.news .favorit span {
    color: #f70;
    font-weight: bolder;
}

.news .text a {
    font-weight: normal;
    font-size: .9em;
}

    .news .text a, .news .text a:hover, .news .text a:visited:hover {
        font-size: .9em;
        font-weight: normal;
        color: #333;
        text-decoration: none;
    }

.news a.img {
    float: left;
    margin: 0 .5em 0 5em;
    width: 3em;
    height: 3em;
    overflow: hidden;
}

    .news a.img img {
        float: left;
        margin: -32px 0 0 -32px;
    }

.news li a:visited {
    color: #999;
}

    .news li a:hover, .news li a:visited:hover {
        text-decoration: underline;
    }

.news li a, .announce p, .event-dates p {
    text-decoration: none;
    display: block;
    margin-left: 4.5em;
}

.news li .phto {
    background-image: url("data:image/gif;base64,R0lGODlhCwAJAIAAAIeHh////yH5BAAAAAAALAAAAAALAAkAAAIUDBCpee294llITXZN1TsbukXc4xQAOw==");
    width: 17px !important;
    height: 19px !important;
    margin: 0px !important;
    padding: 0px !important;
    float: right !important;
    background-position: 0px center;
    background-repeat: no-repeat;
}

.news li .comnts {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAF5JREFUeNpi/P//PwOxgImBBEA7xSy+vr47iFYMpT2IULuDNGfAGJs3b8arEOjcQRN0MJ+C3AQLGZD7sQUpC1qw7YB6Zge24MTmjB24wp0ROdWhm4genIykJFGAAAMAsOocRMR0G8QAAAAASUVORK5CYII=");
    width: 20px !important;
    height: 22px !important;
    margin: 0px !important;
    padding: 0px 0px 0px 15px !important;
    text-align: left !important;
    float: none !important;
    background-position: 0px -2px;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.7em;
    display: inline;
}

    .news li .comnts:hover {
        text-decoration: none;
        color: #FF7700;
    }

.news li .cats {
    margin: 0 1em;
}

    .news li .cats em {
        display: block;
        width: auto;
        float: none;
    }

.news p.cats a, .news p.cats a:visited {
    color: #999;
}

    .news p.cats a:hover {
        color: #f70;
    }

.block_2 .news a {
    margin-left: 3em;
}

.block_2 .news span {
    width: 2.5em;
    margin-right: -2.5em;
}


.freshnews .news li {
    padding: .5em 0;
}

.articles, .search-results {
    width: 100%;
    overflow: hidden;
}

    .articles .articles {
        margin: 0 2em;
        font-size: .8em;
    }

    .articles li, .search-results li {
        margin: -1px 0 0 0;
        padding: 1em 0;
        overflow: hidden;
        clear: both;
        border-top: 1px dotted #aaa;
    }

    .articles h4, .articles h3 {
        font-weight: normal;
        font-size: 1.1em;
    }

        .articles h3 a {
            text-decoration: none;
        }

            .articles h3 a:hover {
                text-decoration: underline;
            }

    .articles li a.img {
        float: left;
        margin: .5em .5em 0 0;
        width: 6em;
        height: 6em;
        overflow: hidden;
    }

        .articles li a.img img {
            margin: -2px;
        }

    .articles li {
        padding: 1em;
    }

ul.articles li span {
    font-size: .75em;
    color: #777;
}

ul.articles li p a {
    text-decoration: none;
}

    ul.articles li p a:after, a.more-link:after {
        content: "\2192";
        border-bottom: 1px solid #eee;
        color: #f70;
        font-size: 1.25em;
        line-height: .25em;
        margin-left: .25em;
    }

    ul.articles li p a:hover {
        color: #333;
    }

ul.announce li p {
    display: block;
    margin-left: 4.5em;
}

.menu {
    margin: 1em 0 0 -1.5em;
}

    .menu a {
        font-weight: bold;
        font-size: 1em;
        text-decoration: none;
    }

        .menu a:hover {
            border-bottom: 1px solid #f70;
        }

.sheaf li {
    padding: 0 0 1em;
}

.sheaf a {
    color: #333;
    text-decoration: none;
}

    .sheaf a:hover {
        text-decoration: underline;
    }

.sheaf p {
    font-weight: normal;
}

.desc {
    color: #777;
    font-size: .75em;
}

.dosie_nav {
    width: 100%;
    overflow: hidden;
    clear: both;
}

    .dosie_nav li {
        float: left;
        height: 1%;
    }

    .dosie_nav a {
        display: block;
        padding: .25em;
    }

        .dosie_nav a:hover {
            background: #efefef;
        }

.dosie {
    margin: 0 1em 0 0;
}

    .dosie li {
        margin: 1em 0;
    }

.selected a {
    font-weight: bolder;
}


#eventlist .events li {
    margin: 2em;
    margin-left: 1em;
    padding-left: 20px;
}

#eventlist .events span {
    font-size: .75em;
}

#eventlist .events .favorite {
    background: url("/img/star.gif") top left no-repeat;
}

/* - */
.div {
    padding: 2em;
    margin: 1em 0;
}

.incut .div {
    padding: 0 2em;
}

h2 {
    margin: 0;
    color: #8ead01;
    font-weight: normal;
}

    h2 a, .block-title a {
        color: #8ead01;
    }

        h2 a:hover {
            color: #f70;
        }

.mark {
    background: #efefef;
}

.mark-alt {
    background: #ffd;
}
/*
.mark-alt h2, .mark-alt h2 a {
	color: #ef3807;	
}

.mark-alt h2 a:hover {
	color: #f70;	
}
*/

.mark-alt2 {
    background: #ffddbe;
}

#news-default .mark {
    background: none;
}

.review .img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 350px;
    width: 100%;
    margin-bottom: 1em;
}

    .review .img img {
        display: none;
    }

.review a {
    text-decoration: none;
}

.review h4 {
    font-size: 1.1em;
}

/* comments */
#comments {
    margin: 1em 0;
}

.comments-load, .comments-hide, .comments-show {
    font-weight: normal;
    font-size: 1.25em;
    line-height: 1.25em;
    text-decoration: none;
    color: #f70;
    border-bottom: 1px dotted #f70;
}

/* pages */
.pager {
    margin: 2em 0;
    font: normal bolder .95em/1.45em Arial, Helvetica, Verdana, sans-serif;
}

    .pager a {
        padding: .25em .625em;
        margin-right: .5em;
        background: #fff;
        border: 1px solid #fff;
        color: #777;
        text-decoration: underline;
    }

        .pager a:hover {
            background-color: #f7f7f7;
            border-color: #ddd;
            color: #333;
        }

        .pager a.selected {
            font-size: 1em;
            background-color: #f7f7f7;
            border-color: #f85422;
            color: #444;
            text-decoration: none;
        }

/* menu */

.mainnews {
    padding: 0 .5em;
}

    .mainnews p {
        margin: .5em 0;
    }

    .mainnews .text a, .mainnews .text a:hover {
        color: #333;
        text-decoration: none;
    }

    .mainnews h3 {
        margin: 0;
        padding-bottom: 15px;
    }

        .mainnews h3 a {
            color: #111;
        }

            .mainnews h3 a:hover {
                color: #f70;
            }

.bigimage {
    margin: .5em 0;
    background-color: #8ead01;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

    .bigimage a, .bigimage a:hover {
        display: block;
        width: 100%;
        height: 120px;
        text-decoration: none;
    }

/* - */

.newsblock .block {
    padding-bottom: 1em;
}

.newsblock .articles li {
    border: none;
}

.newsblock .news {
    margin: 0 0;
}

    .newsblock .news li {
        padding: .5em 0;
    }

.newsblock h2 {
    text-align: center;
    font-weight: normal;
    font-size: 1em;
    border-top: 1px dashed #ddd;
    overflow: visible;
}

    .newsblock h2 span {
        padding-left: 1em;
        padding-bottom: .35em;
        padding-top: .25em;
        display: block;
        background: #eee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAA2CAIAAACUZXCIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAidJREFUeNrs3E12okAUgFHxJ6L736HO1KOi0KgF5sU6nUHvoKl7B6SszGrynSdglVKazWbz+XwYhhkAFKbKIayqahxHxwFAcSEc/3IWAJQYwvf7nT5iKHQcAJQYwufzOQyDEAJQaAj7vvfVKADlhrDrurg6CwAKDWHbtkIIQNEh9BIhAOWG8H6/RwgNhQAUGsLb7SaEAJQbwqZphBCAokOYf2gNAIQQAAoL4e12e71ezgIAIQSAIkOYUvKwDABCCABCCABCCABCCAAFhNB7hAAIoRACUGoIvUcIgBAKIQBCCABCCABCCABCCABCCABCCABCCABCCABCCABCCABCCABCCABCCABCCAD/cQhj/bNV/WzG9XcHAKYfQs0DoNAQtm37eDzGcZzP5++PPBTm6dAZATDxEHZd1/d9hHCxWMTHXMS4xjoWzgiAiYfwz4cQAiCEQghAeSFMKR0Oh+VyGZ9z+aKCVVXlW4bOCICJhzD+7Pf77XabX6KIuTAqmCdCD8sAMPEQ5uHvfD73fb9arcaPaGH8bxgGIQSgiIkw4rfb7eq6jgTGXJhSiijGOhbOCICJhzA/HXO9XpumiRHw6+vr+XzG/nK5jKHQGQEw/RBWH8fjseu6mAVjHbNgvk3ojACYcggjePmOYH405nQ6XS6Xuq5jLnw8HiZCAKY/Ef6z1bbt4XB4vV6bzWa9XudMAsDEQ5i/I/2dDiOHTdNcr1dDIQAT9i3AAFS9gmH0/T0KAAAAAElFTkSuQmCC") left bottom no-repeat;
    }

    .newsblock h2 a {
        padding-right: 1em;
        display: block;
        color: #333;
        margin: 0 auto;
        width: 14em;
        text-decoration: none;
        background: #eee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA2CAIAAAD8hdhoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV9JREFUeNrsmr2OhDAMhFkIQoICChDi/d+Njpa/ELhZjKy96srbiTwFsqDJx9gOIXl57xNaZVl2nieCNGHWdV0SOI0YFUJIbzkxhdeN1y1uNzB4sYHbDejBoHYjHoynU7EnFaYOegz0KMkm+qSKCiOSjxFuDBU9Bqrc3PgmK8wNwzCMSDGuW+aGTX/mhmEYhmEYhmEYhmEYhmEYxl+i+Ycr6wrZ7JMx698dJjd0varv/dMAVgz1JE1TMgxNJNlEjmoRa2vx/5BsVYYQpCqO48B127Y8zxOiLUxptShoBIDBHQAAwzlHhiHHjvS4CxiqqpJHNBh46wDw3iMAA+J93/u+lyp3YhCFUA8YMTxZ1xUONE0DHtjwPojEgvEM9/YEcVmWdV3z7cSCoSgKMMzzjJJo21aL/t2+pmn6fgYMFAW9LAu6U9d1Utm/KmccR4pJAyk0DAMAZNqWfqWfJD8CDAAGtetNxDjnrQAAAABJRU5ErkJggg==") right bottom no-repeat;
    }

        .newsblock h2 a:hover {
            color: #f70;
        }

h3.date {
    margin: 1em 0 0;
    color: #8ead01;
    font-size: 1.1em;
}

/* archive */

.archive {
    clear: both;
    overflow: hidden;
}

table.calendar {
    border-collapse: collapse;
}

.side-calendar .calendar {
    margin: 0 auto;
}

.side-calendar a {
    color: #ef3807;
}

table.calendar {
}

.year {
    clear: both;
    overflow: hidden;
    height: 1%;
}

    .year table.calendar {
        width: 30%;
        margin: 1em 1% 3em;
        float: left;
        font-size: .85em;
        height: 16em;
    }

table.calendar td, table.calendar th {
    padding: .25em;
    border: 1px solid #ddd;
    color: #777;
    text-align: center;
    vertical-align: middle;
}

    table.calendar td a {
        padding: .25em;
        margin: -.25em;
        display: block;
        text-decoration: none;
    }

        table.calendar td a:hover {
            background: #f70;
            color: #fff;
            text-decoration: none;
        }

        table.calendar td a.selected,
        table.calendar td a.selected:hover {
            background: #c30;
            color: #fff;
            text-decoration: none;
        }

/* Comments */

.loader {
    background: url('/img/loader-mini.gif') 0 0 no-repeat;
    padding-left: 32px;
}

.comments .hide {
    padding: 1em 4em;
    color: #777;
    overflow: hidden;
}


.comments-hide {
    display: block;
    margin: .5em 0;
    color: #777;
    width: 10em;
    white-space: nowrap;
    border-color: #aaa;
    text-align: right;
}

#comments-list {
    list-style: none;
}

    #comments-list li {
        padding: .5em;
        margin: 0;
        border-bottom: 1px solid #ddd;
        margin-bottom: -1px;
        overflow: hidden;
        clear: both;
    }

    /*
#comments-list li:nth-child(2n) {
	background: #efefef;
}
*/



    #comments-list .username {
        color: #333;
        display: block;
        font-size: 1.25em;
    }

    #comments-list .date {
        font-family: Arial, Helvetica, sans-serif;
    }

    #comments-list p {
        margin-bottom: .5em;
        color: #555;
        width: 100%;
    }

    #comments-list .meta {
    }


/* - */

.forum li {
    padding: 1em 0;
}

    .forum li a {
        text-decoration: none;
    }

/* - */

.comments-small li {
    padding: .5em .25em;
}

.comments-small span {
    display: block;
    font-size: .9em;
    color: #777;
}


.photo {
    margin: 1em 2em;
}

    .photo .mark {
        background: #eee url('/img/loader.gif') 50% 50% no-repeat;
    }

    .photo p.image {
        margin: -8px -16px 0;
        height: 400px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

.alt-text {
    padding: .5em 0 0;
    text-align: center;
}

.photoalbum {
    margin: 1em 0;
    overflow: hidden;
}

    .photoalbum li {
        float: left;
        margin: 0 .5em .5em 0;
    }

        .photoalbum li a {
            width: 5em;
            height: 5em;
            display: block;
            overflow: hidden;
            text-align: center;
            border: 2px solid #aaa;
            opacity: .75;
        }

            .photoalbum li a:hover, .photoalbum li a.selected {
                opacity: 1;
                border: 2px solid #f70;
            }

            .photoalbum li a img {
            }

/* - */

.search-info {
    margin-top: 2em;
}

.banner,
.banner-external {
    text-align: center;
    margin: 1em auto;
}

    .banner iframe, .banner object, .banner img {
        border: none;
    }

.banner-100 div, .banner-100 object {
    width: 100% !important;
    margin: 0em auto;
}

.banner-rel {
    position: relative;
    margin: 0 auto;
}

    .banner-rel .object-link {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 99;
        border: 0;
    }

    .banner-rel object {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }


/*  񹡯 */
#place_70,
#place_71,
#place_72 {
    margin-top: -1.5em;
    margin-bottom: 1em;
}
/* - */

.temp {
    color: #ef3807;
}

.head-info {
    text-align: right;
}

.head-title {
    color: #777;
}

#search-header {
    margin: 0;
}

    #search-header legend {
        display: none;
    }

.mtop {
    margin-top: 1em;
}

.mright {
    margin-right: 2em;
}

/* - round corners - */

.globalmenu {
    padding: 3px;
}

.incut {
    padding: 10px;
}

.rc {
    padding: 32px;
}

    .globalmenu:before, .globalmenu:after, .incut:after, .rc:after, .incut:before, .rc:before {
        height: 10px;
        display: block;
        font-size: 1px;
        text-align: right;
        clear: both;
    }

    .incut:before, .rc:before {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS%2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeNpi%2FA8EDJjgLxCvB%2BI1QHyH4T8muAHEZiC9MIys6A8QtwAxG7ICdEVF6JLoilbgUgBT9BOIVQgpWopPAQgzAb24lYEAACk6S4yiF4QUAQQYABwBuWeVr%2B8VAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS%2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEpJREFUeNpi%2Bv%2F%2FvzEQhwPxaiD%2B8x8LYEDDZkB8g5AiEGYD4hZkUxnw4CJiFIHwCmIUqQDxT0YQhwBYysRAGGwlxiR1YhTxAwQYAHxQwNt9TBV3AAAAAElFTkSuQmCC");
    }

    .incut:after, .rc:after {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS%2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFpJREFUeNpi%2FP%2F%2FPz8DA8NHBjyACYglGAgAkCJjYhR5E1LEAHTTTyBWAWIGXBhEgMAKYhSBQBExiv4AcQsQs%2BFTBAM3gNgMWRHjf7BSDPAXiNcD8RogvgMQYABhYqAHq%2BRi6wAAAABJRU5ErkJggg%3D%3D") no-repeat scroll 0 0 transparent;
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS%2BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFFJREFUeNpi%2FP%2F%2FPwMBwM%2FEQBhIEKPImBhF3gwgN%2BHBKkD8k5CiFf8JKCj6DwXYJNmAuAWI%2F%2BBSZAbEN%2F6jARaQF4FYBYhDgDgQiJnRvQcQYABGj5joCIHAjQAAAABJRU5ErkJggg%3D%3D");
    }


.incut:before, .incut .before {
    margin: -10px -10px 0 -10px;
}

.incut:after, .incut .after {
    margin: 0 -10px -10px -10px;
}

.globalmenu:after, .globalmenu .after {
    margin: -7px -3px -3px -3px;
}

.globalmenu:before, .globalmenu .before {
    margin: -3px -3px -7px -3px;
}

.rc:before, .rc .before {
    margin: -32px -32px 16px -32px;
}

.rc:after, .rc .after {
    margin: 16px -32px -32px -32px;
}

.footer-menu {
    margin-top: 2em;
}

/* - menu - */
.globalmenu {
    position: relative;
    background: #eee url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAYCAIAAABMTvt6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADRJREFUeNpi/PDhAwNuwPLv3z880kwMeAHL////aaabMmna2k3LUBvE0jT1GAHDCUgDBBgA3Ycy6h8mNqgAAAAASUVORK5CYII=) 0 100% repeat-x;
    margin-bottom: 2em;
    padding: 3px;
}

    .globalmenu * {
        line-height: 1em;
    }

    .globalmenu a {
        display: block;
        color: #999;
        width: 4.5em;
        text-align: center;
        text-decoration: none;
        text-shadow: #f70 0 0;
    }

#node_8 a {
    width: 3.5em;
}

#node_11 a {
    width: 3em;
}

#node_13 a {
    width: 2em;
}

.globalmenu li a:hover {
    color: #777;
}

.globalmenu ul {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.globalmenu li {
    float: left;
    font-size: 1.25em;
    border-left: #ccc 1px solid;
}

    .globalmenu li a {
        padding: 8px 1em 8px;
    }

.globalmenu .active {
    background: #f70 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABGCAIAAACCKmkKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAElJREFUeNrMjMERgEAIAwP239WVZcjlwId24GNnA2FILiSUiTpcXzgW3b05t4wHZBhRbbDca9y5vGcbdY/9MHpmZ8gZ+BNbgAEAAHY0A4lX8IwAAAAASUVORK5CYII=') top left repeat-x;
}

.globalmenu .active, .globalmenu li.active + li, .globalmenu li:first-child {
    /*border: 0;*/
}

    .globalmenu .active a, .globalmenu .active a:hover {
        color: #fff;
    }

    .globalmenu .active li {
        font-size: .75em;
        padding: 0;
        border: 0;
        margin: 0 0 0 1em;
    }

        .globalmenu .active li a {
            width: auto;
            /* white-space: nowrap; */
        }

/* -- */

.parent ul {
    position: absolute;
    background: #f70;
    width: 100%;
    margin: 0;
    top: 1.75em;
    left: 0;
}

.globalmenu :before, .globalmenu :after {
    clear: both;
    width: 100%;
    font-size: 1px;
    line-height: 1px;
    height: 10px;
    display: block;
    text-align: left;
}

.globalmenu .active:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGNJREFUeNpifPfu3X8GTPAXiNcD8RogvsOCRcFNII4TFBQ8BRNgQtPdCsR6yApAANmkMqBkHwM2AHITEK/4//8/Ay4Msu4XENcw4ANAU5biMwVm0lYGAgCk6Cwxil4QUgQQYACN7kiGEqrtzgAAAABJRU5ErkJggg==);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpifPfunTEDA4MKEIcAcSAQMzOgAcb////DOe/fvzcDUouAWB1ZERMyR1BQ8BSQ0gPiViD+C5cAmYQNA51RBMT/QRinIqjCFSBFTAz4QQ0Q/0JxODYA9MxSQiaBwFZiFJ0lRtELgAADAJnrUH43ni1HAAAAAElFTkSuQmCC) 100% 0% no-repeat;
    margin: 0 0 -10px 0;
}

.globalmenu .active:after {
    margin: -10px 0 0 0;
}

.globalmenu ul .parent:after {
    content: "";
    background: none;
}


.head-menu .active li:before,
.head-menu .active li:after,
.head-menu .parent:after {
    content: "";
    background: none;
    display: none;
}

.head-menu .parent li a {
    padding: 5px 1em;
    margin: 0 0 -10px;
    float: left;
}

.head-menu .active .active {
    background: none;
}

    .head-menu .active .active a, .head-menu .active li a:hover {
        background: #f90;
    }

.head-menu .parent a {
    margin-bottom: 1.2em;
}

.head-menu .parent ul {
    margin: 0;
}

.globalmenu .parent ul:before, .globalmenu .active:before {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGNJREFUeNpifPfu3X8GTPAXiNcD8RogvsOCRcFNII4TFBQ8BRNgQtPdCsR6yApAANmkMqBkHwM2AHITEK/4//8/Ay4Msu4XENcw4ANAU5biMwVm0lYGAgCk6Cwxil4QUgQQYACN7kiGEqrtzgAAAABJRU5ErkJggg==);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAG5JREFUeNpifPfunTEDA4MKEIcAcSAQMzOgAcb////DOe/fvzcDUouAWB1ZERMyR1BQ8BSQ0gPiViD+C5cAmYQNA51RBMT/QRinIqjCFSBFTAz4QQ0Q/0JxODYA9MxSQiaBwFZiFJ0lRtELgAADAJnrUH43ni1HAAAAAElFTkSuQmCC) 100% 0% no-repeat;
    margin-bottom: -10px;
}

.globalmenu .parent ul:after, .globalmenu .active:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGFJREFUeNpiunv3Lv////8Z8GEmBgYGCQYCAKTImBhF3sQoCrl3754KIUVsQNxCSBEIhANNKyKkCAS6gApbgJgNnyJmIK4G4ktAhWbIihiBgfkfiw1/gXg9EK8B4jsAAQYAw7czabjrPDgAAAAASUVORK5CYII=);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGJJREFUeNpi+v//PwM+fPfuXX4mBsJAghhFxsQo8mYE2YsL3Lt3TwVIXSVkUgsQszHhMaUISIWD2CxYJNmAVB0QV8DEWNAUmAGpRUCsjizOApQwBtIgB4YAcSAQM6ObDhBgAOIoMIMsBidkAAAAAElFTkSuQmCC) 100% 0% no-repeat;
    margin-top: -10px;
}

.globalmenu ul li:first-child ul:before {
    content: "";
}
/* - form - */
form p {
    padding: .5em 0 0;
    margin: 0;
    text-align: left;
    clear: left;
}

form label {
    /* white-space: nowrap;*/
}

form p.alt {
    background: #efefef;
}

form p label {
    display: block;
    width: 10em;
    font-size: .8em;
    padding: 0 0;
    text-align: left;
    color: #777;
}

form p input, form p textarea {
    width: 90%;
}

form p textarea {
    height: 6em;
}

form span.checkbox {
    text-align: left;
}

form p span.checkbox input {
    width: auto;
}

form p.submit {
    padding: 1em 0 0;
    margin-bottom: 1em;
    border: none;
    text-align: left;
}

    form p.submit input {
        width: auto;
        padding: .25em 1em;
    }

form label.error {
    margin: 0;
    width: auto;
    font: oblique .75em Arial, sans-serif;
    color: red;
}

input.error, textarea.error {
    background: #fcc;
}

    input.error:focus, textarea.error:focus {
        background: #ffe;
    }

form h3 {
    margin-left: 7em;
}

form .field-text {
    width: 70%;
}

.search-field .field-text {
    color: #777;
}


.adv-search-link {
    text-align: right;
    padding: 0 1em;
    font-size: .75em;
}

    .adv-search-link a {
        text-decoration: none;
        border-bottom: 1px dashed #ef3807;
    }

        .adv-search-link a:hover {
            text-decoration: none;
            border-bottom: 1px dashed #f70;
        }

.search-parts, .search-field {
    margin-top: 1em;
    display: block;
    font-family: Arial;
    font-size: .75em;
}

.search-parts {
    border: 1px solid #aaa;
    padding: .5em;
}

input.submit {
    margin-left: .25em;
}

.search-parts legend {
    padding: 0 .5em;
    font-weight: bolder;
    color: #8ead01;
}

.search-parts label {
    margin-right: 1em;
    width: 10em;
    display: inline-block;
}

.search {
    padding: 0 2em 1em 0;
    overflow: hidden;
}

    .search legend {
        font-size: 1em;
        padding: 0 1em 0 0;
    }

.entry .print {
    margin: 0 0 -1.5em;
    text-align: right;
    font-size: .9em;
}

.anno {
    margin: -1em 0 1em;
    color: #555;
}

    .anno a:link, .anno a:visited {
        color: #ef3807;
    }

    .anno a:hover {
        color: #f70;
    }

    .anno .close {
        font-size: .75em;
        margin: 1em 0 0;
        text-indent: 0;
    }

    .anno li {
        margin: .5em 0;
    }

.htmlblock {
    text-align: center;
}

    .htmlblock h3 {
        font-size: 1.5em;
    }

.inputlist li {
    padding-left: 2em;
    margin: 1em 0 0;
}

    .inputlist li input {
        margin-left: -2em;
    }

    .inputlist li .desc {
        margin: 0;
    }

    .inputlist li label {
    }

.forum-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: -1em;
}

    .forum-table a {
        text-decoration: none;
    }

    .forum-table td, .forum-table th {
        padding: .5em 1em;
        text-align: left;
        font-weight: normal;
    }

tr.odd td {
    background: #f2f2e6;
}

#comments-list {
}

    #comments-list li {
        border: none;
    }

.forum-table .count,
.forum-table .msgtime {
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
}


.forum-table .msgtime {
    width: 150px;
}

.forum-table .count {
    width: 30px;
}

.text_source {
    font-size: .8125em;
    color: #777;
}

.entry p.text_source {
    text-align: right;
}

.text_source a {
    color: #777;
}

/* --- */

.sitelinks {
    padding: 1em 1em 1em 1em;
}

    .sitelinks ul.articles {
        overflow: hidden;
        clear: both;
        height: 1%;
        width: 100%;
    }

        .sitelinks ul.articles li {
            float: left;
            width: 50%;
            padding: .5em 0;
            margin: 0;
            clear: none;
            border: none;
        }

            .sitelinks ul.articles li a {
                padding-right: 1em;
            }
/* ---- */

@media print {
    .globalmenu, .block_2, .block_3, block_4, .footer, .banner, #comments, .noprint, p.print, .header .logotype span {
        display: none;
    }

    .header .logotype {
        font-size: 1.5em;
    }

    .block_1 {
        margin: 0;
    }

    .entry {
        margin: 0;
        padding: 0;
    }
}

.t tr td {
    border: 1px solid #000;
}


/* ------------------ */

#nl_headerblock {
}


.block#nl_headerblock .block_1_wrapper {
    width: 100%;
    float: left;
}

.block#nl_headerblock .block_1 {
    margin-left: 371px;
    margin-right: 38%;
    width: auto;
    zoom: 1;
}

.block#nl_headerblock .block_2 {
    margin: 0 0 0 -100%;
    zoom: 1;
    width: 345px;
    float: left;
}

.block#nl_headerblock .block_3 {
    margin: 0 0 0 -40%;
    width: 40%;
}

.block#nl_headerblock .search-field {
    margin-top: .25em;
}

#header_info {
}

#nl_headerblock .search {
    padding: 0;
}

#nl_headerblock .search-field .field-text {
    width: 65%;
}

#nl_headerblock .search-field input[type='submit'] {
    width: 25%;
}

#city {
    padding: 0 0 6px 0;
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
}

#city_name {
    display: inline;
    font-size: 1em;
    color: #111;
}

#weather_promo {
    font-size: .75em;
    padding-bottom: 6px;
    color: #555;
    margin-left: 2.6666em;
}

#weather_info {
}

#weather_promo span {
}

#weather_promo .temp {
    font-family: Arial, Helvetica, sans-serif;
}

#weather_next {
    margin: 0 1em;
}

#weather_link {
}

    #weather_link a {
        text-decoration: none;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
    }

#header_teaser {
    margin-left: 2em;
}

    #header_teaser h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
        padding: .25em 0;
        font-weight: bolder;
    }

        #header_teaser h2 a {
            text-decoration: none;
            color: #333;
            border-bottom: 1px solid #ccc;
        }

            #header_teaser h2 a:hover {
                text-decoration: none;
                color: #ef3807;
                border-bottom-color: #ef3807;
            }

/* 24auru */

#inf_24auru {
    padding-top: 1em;
    padding-bottom: 1em;
}

    #inf_24auru ul {
        padding: 1em 0;
        width: 100%;
        overflow: hidden;
        clear: both;
        height: 1%;
    }

    #inf_24auru li {
        padding-bottom: 3px;
        padding-top: 6px;
    }

    #inf_24auru a.img {
        height: 60px;
        width: 80px;
        margin: 2px 12px 2px 2px;
    }


/* Footer Nav */

.nl_footerNav {
    line-height: 130%;
    color: #333;
    padding: 1em 0;
}

    .nl_footerNav a,
    .nl_footerNav .go2index a:visited {
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #ccc;
    }

    .nl_footerNav p a:visited {
        color: #555;
    }

    .nl_footerNav a:hover,
    .nl_footerNav a:visited:hover,
    .nl_footerNav .go2mobile a {
        color: #ef3807;
        border-bottom: 1px solid #ef3807;
    }

.nl_footer_extra {
    font-size: .75em;
}

    .nl_footer_extra p {
        line-height: 150%;
    }

.nl_footer_menu {
    overflow: hidden;
    clear: both;
    height: 1%;
    margin: 0;
}

    .nl_footer_menu li {
        float: left;
        width: 20%;
    }

        .nl_footer_menu li li {
            float: none;
            width: 100%;
            white-space: nowrap;
        }

            .nl_footer_menu li li a {
                font-size: .75em;
                line-height: 1em;
            }

            .nl_footer_menu li li strong a {
                color: #ef3807;
                font-weight: normal;
                white-space: nowrap;
            }

        .nl_footer_menu li ul {
            margin: 0 0 1em;
        }

    .nl_footer_menu h4,
    .nl_footerNav h3 {
        font-size: 1em;
        font-weight: bolder;
        font-family: Arial, Helvetica, sans-serif;
        color: #555;
        margin-top: 1em;
    }

        .nl_footer_menu h4 a,
        .nl_footerNav h3 a {
            color: #555;
            text-decoration: none;
        }

/* go2-links */

.nl_footerNav .go2index {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8125em;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    margin-left: -1.33em;
}

.nl_footerNav .go2mobile {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

    .nl_footerNav .go2mobile a,
    .nl_footerNav .go2mobile a:visited {
        border-bottom-color: #c3e1be;
        color: #3a7830;
    }


        .nl_footerNav .go2mobile a:hover {
            border-bottom-color: #3a7830;
        }

.nl_footerNav a.go2search {
    color: #333;
}

.nl_footerNav a.go2sitemap {
    color: #777;
}


.nl_footerNav .reg_info {
    color: #555;
    width: 40%;
    float: left;
}

.nl_footerNav .informburo {
}

.nl_footerNav .reg_info p {
    padding-right: 1em;
}

.nl_footerNav .phone {
    font-size: 1.25em;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
}

.nl_footerNav .reg_info .copyright {
    color: #333;
}

.nl_footerNav .link_holder {
    margin: 2em 0;
    clear: both;
    height: 1%;
    font-size: .75em;
}

#search-footer {
    width: 40%;
    float: left;
    padding-top: 0;
    font-size: 1.33em;
}

    #search-footer legend {
        display: none;
    }

    #search-footer fieldset {
        margin-top: 0;
    }

    #search-footer input.field-text,
    #search-footer input[type="text"] {
        width: 70%;
        font-family: Arial, Helvetica, sans-serif;
    }

#searchFooterNav {
    color: #777;
}

.nl_footer_extra {
    overflow: hidden;
    heigh: 1%;
    clear: both;
    margin-top: 2em;
}

.nl_contacts {
    margin: 1em 0;
}

.nl_footer_counters,
.nl_footer_advert {
    float: left;
    width: 20%;
}

.nl_footer_contacts {
    float: left;
    width: 40%;
}

.nl_footer_links {
    float: left;
    width: 40%;
}



.nl_footer_advert strong {
    font-family: Arial, Helvetica, sans-serif;
}

    .nl_footer_advert strong a,
    .nl_footer_advert strong a:visited {
        color: #111;
    }

a.edit {
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    color: #00a750;
    margin: .5em 0;
    padding: .25em .5em .25em 18px;
    background: #fff url("/img/icons/page_white_edit.png") 0 50% no-repeat;
}

    a.edit:first-letter {
        text-transform: uppercase;
    }

    a.edit:hover {
        text-decoration: none;
    }

    a.edit + p {
        clear: both;
    }



/* spell notifier */

#nl_spellnotifier {
    display: none;
    width: 580px;
    font-size: 12px;
    border: 1px solid #ccc;
}

    #nl_spellnotifier p {
        padding: 0;
        margin: 0;
    }

.nl_spellnotifier_wrapper {
    overflow: hidden;
}

    .nl_spellnotifier_wrapper p {
        margin: 0;
        padding: 0;
    }

.nl_spellnotifier-text {
    font-size: 1em;
    font-weight: bolder;
}

    .nl_spellnotifier-text h3 {
        margin: .5em 0;
        padding: 0;
        font-family: Arial, Helvetica, sans-serif;
    }

    .nl_spellnotifier-text blockquote {
        color: #f00;
        font-weight: normal;
        display: block;
        font-size: 1.25em;
        padding: .5em 1em;
        margin: 0 0 1em 1em;
        border-left: 1px solid #ccc;
        max-height: 200px;
        overflow-y: hidden;
    }

.nl_spellnotifier-comment {
}

    .nl_spellnotifier-comment label {
        display: block;
        font-family: Arial, Helvetica, sans-serif;
        padding: .5em 0;
        color: #777;
    }

    .nl_spellnotifier-comment textarea {
        width: 98%;
        height: 50px;
    }

.nl_spellnotifier-send {
}

    .nl_spellnotifier-send button {
    }

.nl_spellnotifier-postmessage {
    padding: .5em 0;
    font-size: 1.15em;
}

#TB_window a.nl_spellnotifier-closer {
    color: #ef3807;
    text-decoration: none;
    border-bottom: 1px solid #f79b83;
}

#TB_window .nl_spellnotifier-closer:hover {
    border-bottom-color: #ef3807;
    border-bottom-style: solid;
}

.nl_spellnotifier-promo {
    color: #333;
    font: normal normal 100%/150% Arial, Helvetica, sans-serif;
}

/* ------- */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font-size: .75em;
    color: #666;
}

    #TB_window a:link,
    #TB_window a:active,
    #TB_window a:visited,
    #TB_window a:focus {
        color: #666;
        text-decoration: none;
        border-bottom: 1px solid #ddd;
    }

    #TB_window a:hover {
        color: #ef3807;
    }

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index: 999 !important;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #fff;
    z-index: 999 !important;
    color: #111;
    display: none;
    border: 4px solid #525252;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: black 0px 0px 16px;
    -moz-box-shadow: black 0px 0px 16px;
    -webkit-box-shadow: black 0px 0px 16px;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

    #TB_window img#TB_Image {
        display: block;
        margin: 15px 0 0 15px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        border: none;
    }

    #TB_window a#TB_ImageOff {
        border: none;
    }

#TB_caption {
    height: auto;
    padding: 7px 30px 10px 25px;
    float: left;
    overflow: hidden;
}

#TB_secondLine {
    padding: 1em 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

#TB_closeWindow {
    height: 25px;
    padding: 7px 25px 10px 0;
    float: right;
    color: #666;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

    #TB_closeAjaxWindow #TB_closeWindowButton {
        text-decoration: none;
        border-bottom: 1px dashed #555;
    }

        #TB_closeAjaxWindow #TB_closeWindowButton:hover {
            border-bottom-color: #ef3807;
            color: #ef3807;
        }


#TB_ajaxWindowTitle {
    float: left;
    padding: 5px 0 5px 10px;
    margin-bottom: 1px;
    font-size: 1.15em;
    font-weight: bolder;
    color: #525252;
    text-shadow: 1px 1px 1px #fff;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
    border-radius-topright: 4px;
    border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

    #TB_ajaxContent.TB_modal {
        padding: 15px;
    }

    #TB_ajaxContent p {
        padding: 5px 0px 5px 0px;
    }

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

#TB_window .tb_photoalbum {
    overflow: hidden;
    height: 1%;
    clear: both;
    padding: .25em 1px;
}

    #TB_window .tb_photoalbum a {
        float: left;
        width: 24px;
        height: 24px;
        overflow: hidden;
        margin: 0 4px 4px 0;
        border: 1px solid #555;
        opacity: .75;
    }

        #TB_window .tb_photoalbum a:hover,
        #TB_window .tb_photoalbum a.selected {
            border-color: #f70;
            border-width: 2px;
            margin-top: -1px;
            margin-left: -1px;
            margin-bottom: 3px;
            margin-right: 3px;
            opacity: 1;
        }

    #TB_window .tb_photoalbum img {
        border: none;
        margin-left: -24px;
        margin-top: -24px;
    }

#TB_photoalbum_holder {
    padding: 1em 0;
}

/* ------ */

.nodePartner {
    float: right;
    width: 320px;
    padding: 12px 0 0;
    margin: 1em 0 0;
}


    .nodePartner .img {
        float: left;
        padding: 0;
        margin: -12px 12px 0 0;
    }

        .nodePartner .img img {
            padding: 0;
            margin: 0;
        }

    .nodePartner .textlink {
        padding: .5em 0;
        font-size: .75em;
        color: #333;
    }

        .nodePartner .textlink:hover {
            color: #ef3807;
        }

/* topline */

#tl {
    height: 18px;
    font: normal normal .75em/1.5em Arial, Helvetica, sans-serif;
    padding: 4px .25em;
    color: #444;
    margin-left: 270px;
    position: relative;
    bottom: -18px;
    z-index: 5;
}

#nl_headerblock {
    /* margin-top: -18px; */
}

    #nl_headerblock .block_1,
    #nl_headerblock .block_3 {
        padding-top: 21px;
    }

.tl_info {
    float: left;
    margin-right: 24px;
}

.tl_weather {
    margin-right: 24px;
    float: left;
    color: #444;
}

.tl_weather_now {
    float: left;
    padding: 0 6px;
}

.tl_weather_next {
    font-size: .9em;
    _margin-top: 1px;
    float: left;
    margin-right: 6px;
}

.weather_link {
    font-size: .9em;
    white-space: nowrap;
}

.tl_weather a {
    color: #777;
    font-size: .9em;
}

    .tl_weather a:hover {
        color: #f70;
    }

.tl_currency {
    float: left;
    margin-right: 24px;
}

.tl_cbrf {
    float: left;
}

.tl_currency span {
    padding: 0 4px 0 0;
}

.tl_currency em {
    font-style: normal;
}

.tl_currency a {
    color: #777;
    font-size: .9em;
    white-space: nowrap;
}

    .tl_currency a:hover {
        color: #f70;
    }

.tl_005 {
    float: left;
}

.newfeature {
    color: #f00;
}

.socialshare {
    width: auto;
    height: 24px;
    overflow: hidden;
    clear: both;
    padding: 6px 16px;
    margin: 8px 16px;
    border-top: 1px solid #ddd;
}

    .socialshare span {
        float: left;
        height: 24px;
        line-height: 24px;
        font-family: Arial, Helvetica, sans-serif;
        color: #777;
        font-size: 13px;
    }

    .socialshare a {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0 0;
        overflow: hidden;
        border: 1px solid #fff;
        background: url('http://newslab.ru/img/socialshare.png') 0 24px no-repeat;
    }

        .socialshare a:hover {
            border-color: #f70;
        }

#sto_vkontakte {
    background-position: 0 0;
}

#sto_twitter {
    background-position: -72px 0;
}

#sto_facebook {
    background-position: -24px 0;
}

#sto_livejournal {
    background-position: -48px 0;
}

#sto_odnoklassniki {
    background-position: -96px 0;
}

#sto_yandex {
    background-position: -120px 0;
}

/* Articles top section at default page */
#place_68 {
    padding-top: 0;
    margin-top: 0;
}

    #place_68 object,
    #place_68 a {
    }

.revlock {
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-collapse: collapse;
}

    .revlock td {
        vertical-align: top;
    }

.r_article {
    position: relative;
    height: 100%;
    background: #f9f9f9;
}

.r_articles {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 6px 0 6px 0;
}

.r_article h2 {
    font-size: .81275em;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    height: 24px;
    margin: 0px 0 0 18px;
    font-weight: bolder;
    text-align: left;
}

    .r_article h2 a {
        text-decoration: none;
        color: #444;
        text-shadow: 1px 1px 0px #fff;
    }

        .r_article h2 a:hover {
            text-decoration: none;
            color: #f70;
            text-shadow: none;
            border-bottom: 1px solid #f70;
        }


.top_articles {
    overflow: hidden;
    clear: both;
    zoom: 1;
    padding: 0 0 8px 18px;
    font-family: Arial, Helvetica, sans-serif;
}

    .top_articles li {
        width: 48%;
        float: left;
        margin: 0;
    }

.ta_item-1 {
    padding-right: 2%;
    padding-bottom: 18px;
}

.top_articles li.ta_item-2 {
    width: 46%;
    padding-left: 2%;
    padding-right: 2%;
}

.top_articles li .img {
    float: none;
    display: block;
    clear: both;
}

.top_articles img {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 4px;
    -ms-interpolation-mode: bicubic;
}

.top_articles a {
    font-size: .875em;
}

.top_articles .cats {
    font-size: .81275em;
    margin: 0 0 8px;
    display: block;
}

    .top_articles .cats a {
        text-decoration: none;
    }

        .top_articles .cats a:hover {
            text-decoration: underline;
        }

.top_articles .published_at {
    display: block;
    font-size: .675em;
    padding: 4px 0 0;
    color: #666;
}

.ta_more {
    text-align: left;
    font-size: .675em;
    line-height: 1.5em;
    height: 18px;
    margin-top: -18px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin: -18px 0 0 18px;
}

    .ta_more a {
        color: #999;
    }

        .ta_more a:hover {
            color: #f70;
        }

.d_links {
    overflow: hidden;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

    .d_links dt,
    .d_links dd {
        padding: 4px 8px;
    }

    .d_links dt {
        border-top: 1px dotted #aaa;
        margin-top: -1px;
        ;
        font-weight: bolder;
        color: #444;
        padding-bottom: 0;
        padding-top: 8px;
        font-size: .75em;
    }

        .d_links dt a {
            text-decoration: none;
        }

            .d_links dt a:hover {
                text-decoration: none;
                border-bottom: 1px solid #ef3807;
            }

    .d_links dd {
        margin-bottom: 4px;
        font-size: .875em;
    }

    .d_links li {
        padding: .5em 0;
        margin: 0;
        border: none;
    }

    .d_links .important {
        font-weight: bolder;
    }

        .d_links .important a {
            color: #ef3807;
        }

/* a[href="/Abitura"] */
#node_160 a {
    color: #ef3807;
    font-weight: bolder;
}

/* Comments */

.is_closed {
    font-family: Arial, Helvetica, sans-serif;
    padding: .75em 1em;
    border: 2px dashed #f77;
    background: #fee;
    color: #900;
    margin-bottom: 16px;
}

.lock_theme {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
    left: -32px;
    top: 26px;
    font-size: .675em;
    text-indent: -9999px;
}

    .lock_theme a {
        opacity: .3;
        display: block;
        width: 32px;
        height: 32px;
        background: url('/img/icons/unlocked.png') 50% 50% no-repeat;
    }

        .lock_theme a:hover {
            opacity: 1;
        }

.lt-lock a {
    background-image: url('/img/icons/unlocked.png');
}

.lt-unlock a {
    background-image: url('/img/icons/locked.png');
    opacity: 1;
}

.comlist {
    overflow: hidden;
    clear: both;
    zoom: 1;
    padding: 0;
    margin: 0;
    width: 100%;
}

#comments-list {
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    color: #333;
    overflow: hidden;
}

#comments .c_messages li {
}

.comment-item {
}

#comments-list .comment-item {
    border-top: 1px dotted #ccc;
    margin: -1px 0 0;
    padding: 16px 0 25px 0px;
    position: relative;
}


/* Заголовок состоит из имени пользователя и времени сообщения */
.comments_meta, .comment_meta {
    position: relative;
}

.message_author {
    float: left;
}

    .message_author a {
        text-decoration: none;
        border-bottom: 1px solid #ccc;
    }

        .message_author a:hover {
        }

.published_at {
    font-size: .675em;
    float: right;
    width: 150px;
    color: #777;
}

.comment-item .votes {
    /*float: right;*/
    position: absolute;
    right: 200px;
    top: 0px;
    margin-left: 10px;
    margin-top: 1px;
    margin-right: 40px;
}

.comment-item .result {
}

    .comment-item .result i {
        font-style: normal;
        font-weight: normal;
        min-width: 13px;
        display: inline-block;
        text-align: left;
    }

        .comment-item .result i.m {
            color: #e9a200;
        }

        .comment-item .result i.p {
            color: #25b093;
        }


.comment-item .vote_result {
    font-weight: bold;
    font-size: 0.75em;
    min-width: 1.4em;
    display: inline-block;
    margin-top: 1px;
    font-family: Arial,Helvetica,sans-serif;
    display: block;
    text-align: right;
    line-height: 0.9em;
    height: 20px;
    float: right;
    margin-right: 10px;
}

    .comment-item .vote_result:hover {
    }

.comment-item .minus.action-link {
    background-image: url("/img/forum/ico-minus.png");
}

    .comment-item .minus.action-link:hover {
        background-image: url("/img/forum/ico-minus-hover.png");
    }


.comment-item .plus.action-link {
    background-image: url("/img/forum/ico-plus.png");
}

    .comment-item .plus.action-link:hover {
        background-image: url("/img/forum/ico-plus-hover.png");
    }

.comment-item .action-link {
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    margin: -2px 4px 0px 0px;
    /*border-radius: 26px;
    display: block; 
       
    padding: 0px;
    color: white;
    text-align: center;
    margin-bottom: 3px;*/
}

    .comment-item .action-link:hover {
        opacity: 1;
    }

.comment-item .votes .action_messages {
    color: #777777;
    font-size: 0.75em;
    padding-right: 15px;
    display: block;
    width: 200px;
}

.comment-item .vote_result {
}

    .comment-item .vote_result.red, .comment_meta .vote_result.red {
        /*color: Red;*/
    }

    .comment-item .vote_result.green, .comment_meta .vote_result.green {
        /*color: Green;*/
    }

.comment-item .votes a, .comment_meta .votes a {
    text-decoration: none;
    font-weight: bold;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    float: left;
}

    .comment-item .votes a.minus, .comment_meta .votes a.minus {
        /*color: Red;*/
    }

    .comment-item .votes a.plus, .comment_meta .votes a.plus {
        /*color: Green;*/
    }



.controls_enabled .published_at {
    /*padding-right: 200px;*/
}

.message_body {
    padding: 6px 0 0;
    line-height: 1.35em;
    clear: both;
    margin-bottom: 10px;
}

.quote_link {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #FF7700;
    font-size: 0.75em;
    text-decoration: none;
    border-bottom: 1px dashed #EF3807;
    cursor: pointer;
}


.message_body blockquote blockquote {
    border: 1px solid #d9d9d9;
}

.message_body blockquote {
    background-color: #f6f6f6;
    margin: 0px 20px;
    padding: 5px;
    font-size: 0.93em;
}

    .message_body blockquote span {
        display: block;
        font-weight: bold;
    }

.message_controls {
    display: none;
    float: right;
    /*margin-right: -350px;*/
    width: 190px;
    font-size: .75em;
    color: #aaa;
}

.controls_enabled .message_controls {
    float: right;
    display: block;
    margin-right: 200px;
}

.message_ip {
    width: 110px;
    float: left;
}

    .message_ip a {
        color: #999;
        text-decoration: none;
        border-bottom: 1px dotted #ccc;
    }

.message_delete {
    width: 80px;
    float: right;
    text-align: right;
}

    .message_delete a {
        text-decoration: none;
        line-height: 1.35em;
    }

        .message_delete a em {
            font-size: 1.5em;
            line-height: .875em;
            color: #aaa;
            text-align: center;
            float: right;
            margin-left: 4px;
            padding: 0 2px;
        }

        .message_delete a:hover em {
            color: #fff;
            background: #f00;
        }

        .message_delete a span {
            visibility: hidden;
            line-height: 1.35em;
            font-size: 1em;
        }

        .message_delete a:hover span {
            visibility: visible;
        }

.deleted {
    color: #ccc;
    font-size: .875em;
    line-height: 20px;
    height: 20px;
}


/* New comment form */
.commentform_wrapper {
    font-family: Arial, Helvetica, sans-serif;
    padding: 24px;
    margin: 16px -24px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    box-shadow: 0 0 10px #eee;
    -o-box-shadow: 0 0 10px #eee;
    -webkit-box-shadow: 0 0 10px #eee;
    -moz-box-shadow: 0 0 10px #eee;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.commentform {
    padding: 0 0 16px;
}

    .commentform legend {
        font-size: 1.35em;
        color: #777;
        margin: 0;
        _margin-left: -5px;
    }

.fields {
    list-style: none;
    overflow: hidden;
    clear: both;
    zoom: 1;
    width: 100%;
}

    .fields li {
        padding: 6px 0;
    }

.cf label {
    display: block;
    padding: 0 0 4px;
    font-size: .75em;
    color: #666;
}

    .cf label em {
        font-style: normal;
    }

.cf-message {
    width: 100%;
    clear: both;
}

    .cf-message textarea {
        width: 98%;
        height: 90px;
        padding: 3px;
        color: #444;
        font-size: 1em;
        line-height: 1.35em;
        font-family: Verdana, Helvetica, sans-serif;
    }

.cf-username,
.cf-email {
    width: 49%;
    float: left;
}

    .cf-username input,
    .cf-email input {
        display: block;
        width: 90%;
        font-size: 1em;
    }

    .cf-username label {
        width: 80px;
        float: left;
    }

.cf-message label {
    width: 140px;
    float: left;
}


.userpic {
    float: left;
    margin-right: 10px;
}

    .userpic img {
        width: 40px;
    }

.cf-submit {
    padding: 6px 0 0;
    float: left;
    margin-right: 20px;
}

.cf-subscribe {
    padding: 6px 0 0;
    float: right;
    margin-right: 20px;
}

#cf-subscribe {
    font-size: 0.8em;
    fon font-family: Arial, Helvetica, sans-serif;
}

.cf .s-message {
    display: block;
    padding: 4px 0;
    font-size: .75em;
    color: #666;
}

.cf a {
    border-bottom: 1px dashed #666;
    text-decoration: none;
}

    .cf a:hover {
        border-bottom: 1px dashed #EF3807;
    }

#cf-submit {
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    background: none;
    border: none;
    float: none;
    clear: both;
    width: auto;
}

.button-newage,
#cf-submit {
    padding: 5px 16px;
    margin: 2px 0;
    border-bottom: none;
    text-decoration: none;
    font-weight: bolder;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #f7f7f7;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #f7f7f7, #e7e7e7); /* for firefox 3.6+ */
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer;
}

    .button-newage:hover,
    #cf-submit:hover {
        background: #f7f7f7;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #ffffff, #f0f0f0); /* for firefox 3.6+ */
        border-color: #aaa;
        color: #444;
        cursor: pointer;
        text-shadow: 0 0 0 #fff;
        box-shadow: 0 0 4px #fff;
        -o-box-shadow: 0 0 4px #fff;
        -webkit-box-shadow: 0 0 4px #fff;
        -mox-box-shadow: 0 0 4px #fff;
    }

#cf-submit {
    _width: 220px;
}


.loginza_login {
    font-size: .75em;
    color: #777;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

.lgz-label {
    float: left;
    height: 20px;
    padding: 1px 4px 3px 0;
}

.lgz-links {
    float: left;
    height: 24px;
}

    .lgz-links img {
        float: left;
        margin-left: 8px;
    }


.lgz-logged {
    padding: 0 0 0;
    float: left;
    clear: none;
    height: auto;
}

    .lgz-logged .userpic {
        float: left;
        padding-top: 12px;
    }

    .lgz-logged .message_author {
        height: auto;
        font-size: .875em;
    }

        .lgz-logged .message_author a {
            text-decoration: none;
            border-bottom: none;
        }

.lgz-logged-label {
    display: block;
    padding: 6px 0 0;
    font-size: .675em;
    color: #777;
    line-height: 1.35em;
}

.lgz-logout {
    float: left;
    margin-left: 10px;
    margin-top: 19px;
    font-size: .75em;
    line-height: 1em;
    color: #999;
}

#feedbacklink {
    float: right;
    line-height: 20px;
    padding: 2px;
    text-align: center;
    width: 200px;
    color: #EF3807;
}

.feedbackform p label {
    width: 30em;
    margin: 5px 0px;
}

.clear {
    clear: both;
}

.cf label.form-error {
    width: 250px;
    float: left;
    color: #bd0000;
    font-weight: bold;
    display: none;
    font-size: 0.75em;
}

.forum-image-block {
    margin: 10px auto;
}

    .forum-image-block img {
        margin: 0 10px;
        clear: both;
    }



/* */



#comment-wrapper .block-wrapper {
    background-color: #F4F4F4;
    border: 1px solid #DBDBDB;
    border-radius: 3px 3px 3px 3px;
    padding: 10px 30px;
    font-family: Arial,Helvetica,sans-serif;
}

.form-add-comment .comment-wrapper .tab-navigation {
    overflow: hidden;
    margin-left: 20px;
    margin-bottom: -1px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

    .form-add-comment .comment-wrapper .tab-navigation li {
        cursor: pointer;
        float: left;
        padding: 10px;
        text-shadow: 0 1px 0 #FFFFFF;
    }

        .form-add-comment .comment-wrapper .tab-navigation li.active {
            border: 1px solid #DBDBDB;
            border-radius: 3px 3px 0px 0px;
            background: #F4F4F4;
            border-width: 1px 1px 0px 1px;
        }

            .form-add-comment .comment-wrapper .tab-navigation li.active span {
                color: #636363;
                border-bottom: 0;
            }

        .form-add-comment .comment-wrapper .tab-navigation li span {
            color: #818386;
            border-bottom: 1px dashed #716d65;
            font-size: 1em;
        }

.form-link-uppload {
    clear: both;
    margin: 0px 0px 0px 0px;
}

#link-image {
    color: #666666;
    margin-bottom: 15px;
    text-decoration: none;
    border-bottom: 1px dashed #666666;
    font-size: 0.75em;
}

.cf label {
    color: #818386;
    font-size: 0.9em;
    text-shadow: 0 1px 0 #FFFFFF;
}

.cf-username input, .cf-email input, .cf-message textarea {
    display: block;
    font-size: 1em;
    width: 95%;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 3px;
}

.form-add-comment .login input {
    display: block;
    font-size: 1em;
    width: 95%;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 3px;
}

.form-add-comment .messages_login {
    float: left;
    width: 45%;
}

.login .title {
    text-align: left;
    display: block;
    margin: 5px 0px;
    font-size: 0.9em;
    font-weight: bold;
    color: #555555;
    text-shadow: 0 1px 0 #FFFFFF;
}

.loginzaPanel {
    float: left;
    width: 48%;
    margin-left: 20px;
}


.view_count {
    color: #333333;
    font-size: 0.75em;
    margin-top: 10px;
}

.beeline_quest {
    font-family: Arial;
    border: 1px solid #d7d7d7;
    padding: 10px;
    margin: 10px;
    font-size: 0.8em;
}

    .beeline_quest h1 {
        padding-right: 100px;
        padding-top: 10px;
        height: 70px;
        color: black;
        font-size: 1em;
        float: left;
        display: block;
        background-image: url('/content/temp/beeline.jpg');
        background-position: right center;
        background-repeat: no-repeat;
        line-height: 1.2em;
        font-weight: bold;
    }

    .beeline_quest > img {
        float: right;
        margin-right: 20px;
        display: block;
    }

.quest_result label {
}

.quest1 {
    clear: both;
    margin-top: 20px;
}

.beeline_quest input {
    line-height: 1.5em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 100%;
    clear: both;
    padding-top: 5px;
}

.beeline_quest label {
    color: #181818;
    line-height: 1.5em;
}

.quest_result label {
    display: block;
    max-width: 400px;
}

.quest_result i {
    font-style: normal;
    font-weight: bold;
    font-size: 0.8em;
    display: block;
    float: right;
    width: 40px;
}


.basic-modal-content {
    display: none;
}

.simplemodal-container p {
    font-size: 0.75em;
    line-height: 1.3em;
    margin-bottom: 1.5em;
}

    .simplemodal-container p.small {
        font-size: 0.6em;
        line-height: 1.3em;
    }


.simplemodal-container h1 {
    color: black;
    background-color: #fcba1e;
    padding: 10px;
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top right, #FEE00C 0%, #F4AB1C 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top right, #FEE00C 0%, #F4AB1C 100%);
    /* Opera */
    background-image: -o-linear-gradient(top right, #FEE00C 0%, #F4AB1C 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FEE00C), color-stop(1, #F4AB1C));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top right, #FEE00C 0%, #F4AB1C 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom left, #FEE00C 0%, #F4AB1C 100%);
}

.simplemodal-overlay {
}

#basic-modal-content0 {
    height: 350px;
}

#basic-modal-content1 {
    height: 320px;
}

#basic-modal-content2 {
    height: 280px;
}

#basic-modal-content3 {
    height: 280px;
}

.simplemodal-container {
    width: 600px;
    color: black;
    background-color: #ececec;
    border: 1px solid #cacaca;
    padding: 12px;
    font-family: Arial;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #C8C8C9 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #f6f6f6 0%, #C8C8C9 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #f6f6f6 0%, #C8C8C9 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f6f6), color-stop(1, #C8C8C9));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #C8C8C9 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #f6f6f6 0%, #C8C8C9 100%);
}

    .simplemodal-container .simplemodal-data {
    }

    .simplemodal-container a.modalCloseImg {
        background: url(/img/x.png) no-repeat;
        width: 25px;
        height: 29px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: -15px;
        right: -16px;
        cursor: pointer;
    }


.articles_nodes {
    margin-bottom: 20px;
}
