﻿html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #3C3C3C;
    background: url('/photos/images/grass.jpg') no-repeat center 0 fixed;
    background-size: cover;
    font-size: 12px;
    max-width: 100%;
    overflow-x: hidden;
}

div,
h1,
h2,
h3,
h4,
p,
form,
label,
input,
textarea,
img,
span {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    line-height: 0;
}

.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
}


/*------------------------------------------------main--------------------*/


/*------------------------------------------------top--------------------*/

#topMain {
    width: 100%;
    background: #fff url('/photos/images/grass-header.png') repeat-x 0 0;
    /*May be changed to 180*/
    height: 220px;
    color: #000;
}

#top {
    width: 964px;
    margin: 0 auto;
    height: 145px;
}

    #top ul.topNav {
        width: 735px;
        height: 24px;
        margin: 0 0 24px 0px;
        float: left;
        z-index: 22;
    }

        #top ul.topNav li {
            float: left;
            background-image: url('/photos/images/bgtr.png');
            padding: 0 2px 0 0;
            height: 24px;
        }

            #top ul.topNav li.noImg {
                background-image: none;
            }

            #top ul.topNav li a {
                display: block;
                padding: 0 12px;
                font: bold 11px/24px Arial, Helvetica, sans-serif;
                color: #FFFFFF;
                background-color: inherit;
                text-decoration: none;
            }

                #top ul.topNav li a:hover {
                    color: #fff;
                    background-color: inherit;
                }

                #top ul.topNav li a.last {
                    display: block;
                    padding: 0 9px;
                    font: bold 11px/24px Arial, Helvetica, sans-serif;
                    color: #FFFFFF;
                    background-color: inherit;
                    text-decoration: none;
                }

                    #top ul.topNav li a.last:hover {
                        color: #fff;
                        background-color: inherit;
                    }

#nadp {
    padding-left: 450px;
    padding-top: 50px;
}

    #nadp img {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    #nadp p {
        margin-left: -120px;
        font-size: 28px;
        color: #FFFFFF;
        margin-bottom: 20px;
        font-weight: bold;
    }

#mainNav {
    background-color: #3D6D0C;
    margin-top: 60px;
}

    #mainNav div {
        margin-left: 0px;
        height: 26px;
        margin-right: auto;
    }

.navigation {
    padding: 0px;
}

ul.topnav li ul.subnav {
    list-style: none;
    position: absolute;
    /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0;
    top: 35px;
    background: #333;
    margin: 0;
    padding: 0;
    display: none;
    float: left;
    width: 170px;
    border: 1px solid #111;
}

ul.nav {
    width: 99%;
    background-color: #3D6D0C;
    color: #fff;
    float: left;
    margin-left: 12px;
}

    ul.nav li {
        border-right: #FFFFFF solid 1px;
        float: left;
    }

        ul.nav li:last-child {
            float: left;
            font-weight: bold;
            border: none;
        }

        ul.nav li.noBdr {
            border: none;
        }

        ul.nav li a {
            display: block;
            padding: 0 24px;
            font-size: 11px;
            line-height: 26px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            background-color: inherit;
            cursor: pointer;
        }

            ul.nav li a:hover {
                color: #C0C0C0;
            }

            ul.nav li a.last {
                display: block;
                padding: 0 42px 0 16px;
                font-size: 11px;
                line-height: 35px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                background-color: inherit;
                text-transform: uppercase;
            }

                ul.nav li a.last:hover {
                    color: #fff;
                    background-color: #BA0804;
                }

            ul.nav li a.hover {
                display: block;
                padding: 0 16px 0 35px;
                font-size: 11px;
                line-height: 35px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
                background-color: #BA0804;
                cursor: text;
                text-transform: uppercase;
            }

#topLeft {
    width: 220px;
    height: 145px;
    margin: 20px 0 0 0;
    float: left;
}


/*------------------------------------------------top--------------------*/


/*------------------------------------------------body--------------------*/

#bodyMain {
    width: 100%;
    color: #000;
    background-repeat: repeat-x;
    margin-top: 40px;
}

#body {
    width: 940px;
    margin: 20px auto 0 auto;
    padding: 0 0 0 17px;
}


/*------------------------------------------------left--------------------*/

#left {
    width: 256px;
    float: left;
    background-color: #FFFFFF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    padding-top: 7px;
}

.userstats p {
    font-size: small;
    line-height: normal;
    margin-left: 10px;
    color: #4D5C66;
}

#chat .userstats h1 {
    font-family: Verdana;
    font-size: large;
    color: #7B9EB0;
    text-align: center;
}

.userstats p#nowatsite {
    background-image: url('../../photos/images/online.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 13px;
    font-weight: bolder;
    line-height: 25px;
}

.userstats p#onlineUsers,
.userstats p#onlineGuests {
    padding-left: 30px;
    font-size: 12px;
    color: #808080;
}

.userstats p#allUsers {
    background-position: 2px 0px;
    background-image: url('../../photos/images/allusrs.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 13px;
    font-weight: bolder;
    line-height: 25px;
}

#upd,
#sml {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 10px;
    display: block;
    float: left;
}

#upd {
    background-image: url('../../photos/images/update.png');
}

#sml {
    background-image: url('../../photos/images/smile.png');
}

#optbar select {
    width: 60px;
    margin-top: 4px;
    height: 18px;
    font-size: small;
    margin-left: 5px;
}

#optbar div {
    width: 70px;
    float: right;
    height: 20px;
    margin-top: 4px;
}

#inpchat {
    padding: 5px;
}

    #inpchat span {
        font-size: x-small;
        color: #808080;
        margin-left: 20px;
    }

    #inpchat a {
        background-position: 0px 8px;
        padding: 4px 7px 4px 15px;
        float: right;
        margin-right: 15px;
        font-size: small;
        cursor: pointer;
        color: #2B5384;
        background-image: url('../../photos/images/minisend.png');
        background-repeat: no-repeat;
    }

        #inpchat a:hover {
            color: #D78100;
        }

    #inpchat textarea {
        padding: 2px;
        width: 97%;
        height: 50px;
        font-family: tahoma;
        font-size: 11px;
    }

#authorization {
    padding-bottom: 17px;
}

#chat #smile {
    width: 145px;
    padding-top: 10px;
    padding-right: 15px;
    position: absolute;
    margin-left: 260px;
    z-index: 2;
}

    #chat #smile ul {
        border: 1px solid #808080;
        padding: 0px;
        font-size: 0px;
        line-height: 0px;
        overflow: auto;
        height: 95px;
        width: 100%;
    }

        #chat #smile ul li {
            background-position: 2px 2px;
            margin: 3px 5px 3px 5px;
            width: 20px;
            height: 20px;
            float: left;
            background-repeat: no-repeat;
            cursor: pointer;
        }


/*------------------------------------------------left--------------------*/


/*------------------------------------------------right--------------------*/

#right {
    padding: 8px;
    border: 2px solid #8A8B95;
    width: 640px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #FCFCFC;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    min-height: 700px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

    #right table {
        width: 100%;
    }


/*------------------------------------------------right--------------------*/


/*------------------------------------------------body--------------------*/


/*------------------------------------------------footer--------------------*/

#footerMain {
    width: 100%;
    height: 190px;
    background: url('/photos/images/grass-footer.png') repeat-x 0 0;
    z-index: 121;
}

#footer {
    height: 28px;
    margin: 0px auto 0 auto;
    position: relative;
    background-color: #FFFFFF;
    top: 100px;
    text-align: center;
}

    #footer div {
        margin-left: auto;
        margin-right: auto;
        width: 920px;
    }

    #footer ul {
        line-height: normal;
        font-size: small;
        width: 950px;
    }

        #footer ul li {
            float: left;
        }

            #footer ul li img {
                margin-left: 40px;
                margin-top: -86px;
            }

            #footer ul li a {
                padding: 0 12px 0 12px;
                font: normal 13px/24px Arial, Helvetica, sans-serif;
                background-color: inherit;
                text-decoration: none;
                color: #003C00;
                font-weight: bold;
            }

                #footer ul li a:hover {
                    text-decoration: underline;
                }

    #footer p.copyright {
        font: normal 11px/24px Arial, Helvetica, sans-serif;
        position: absolute;
        left: 20%;
        top: 38px;
        width: 770px;
        color: #FFFFFF;
        font-weight: bold;
    }

.edit {
    border: 2px solid transparent;
    background-image: url('../../photos/images/edit.png');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

    .edit:hover {
        border: 2px solid #6C9BE1;
    }

.delete {
    background-image: url('../../photos/images/delete.png');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    border: 2px solid transparent;
    cursor: pointer;
}

    .delete:hover {
        border: 2px solid #FF4A46;
    }

.restore {
    background-image: url('../../photos/images/restore.png');
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    float: left;
    border: 2px solid transparent;
    cursor: pointer;
}

    .delete:hover {
        border: 2px solid #FF4A46;
    }

.newItem {
    padding-left: 30px;
    background-image: url('../../photos/images/add.png');
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #31686C;
}

    .newItem:hover {
        text-decoration: underline;
    }

/*#SiteMap {
    padding: 5px;
    margin: 5px;
    font-size: small;
}*/

/*    #SiteMap a {
        color: #7195BD;
        text-decoration: none;
        font-weight: normal;
        font-size: medium;
    }

        #SiteMap a:hover {
            text-decoration: underline;
        }*/

.Paging {
    border: 1px solid #C0C0C0;
    padding: 2px 10px 2px 10px;
    background-color: #404040;
    border-radius: 7px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #3B3B3B;
}

    .Paging a {
        text-decoration: none;
        color: #0066CC;
        margin-left: 2px;
        margin-right: 2px;
        cursor: pointer;
        color: #FFFFFF;
    }

        .Paging a:hover {
            text-decoration: underline;
        }

p.all {
    padding: 2px;
    margin: 2px;
}

    p.all a {
        float: right;
        font-size: small;
        cursor: pointer;
        text-decoration: underline;
        color: #577CEA;
    }

        p.all a:hover {
            text-decoration: none;
        }

.clear {
    clear: both;
}


/*------------------------------------------------sitemap--------------------*/

#right .bread_crumb {
    float: left;
    width: 100%;
    height: 29px;
    padding-bottom: 5px;
    background: url('../../photos/images/bread_crumb_bg.png') no-repeat 0px 0px;
    margin-bottom: 7px;
    margin-top: 5px;
}

    #right .bread_crumb ul {
        float: left;
        width: 90%;
        list-style: none;
    }

    #right .bread_crumb li {
        float: left;
        width: auto;
        margin-top: 2px;
        color: #a0a4a4;
        line-height: 24px;
        font-weight: 700;
        font-size: 11px;
        background: url('../../photos/images/bread_crumb_arrow.gif') no-repeat 100% 0px;
        padding: 0px 15px;
    }

        #right .bread_crumb li a {
            float: left;
            color: #a0a4a4;
            text-decoration: none;
        }

        #right .bread_crumb li.last {
            background: transparent;
        }

        #right .bread_crumb li a:hover {
            text-decoration: underline;
        }

#right .bread_crumb_right {
    float: right;
    width: 20px;
    height: 29px;
    background-repeat: no-repeat;
    background-image: url('../../photos/images/bread_crumb_bg_r.png');
}


/*------------------------------------------------sitemap--------------------*/


/*------------------------------------------------headers--------------------*/

.hs1 {
    font-size: 12px;
}

.hs2 {
    margin: 5px;
    border-width: 2px;
    font-size: 12px;
    border-bottom-style: solid;
    text-align: center;
}

.hm2,
.hm1 {
    padding: 0px;
    background-repeat: repeat-x;
    height: 25px;
    line-height: 25px;
    font-family: Tahoma;
    font-size: 13px;
    vertical-align: baseline;
    font-weight: bolder;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 5px;
}

.hm1 {
    background-image: url('../../photos/images/Header1.PNG');
    color: #FFFFFF;
}

.hm2 {
    background-image: url('../../photos/images/Header2.PNG');
    color: #000000;
}

.hm5 {
    color: #314760;
    font-family: 'trebuchet MS';
    font-size: large;
    margin-bottom: 7px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-bottom: 20px;
}

.hl1 {
    border: 2px solid #C0C0C0;
    padding: 2px;
    font-size: large;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-image: url('../../photos/images/Header3.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    height: 28px;
    line-height: 28px;
}

.hl2,
.hl3,
.hl4 {
    border: 2px solid #C0C0C0;
    padding: 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    font-family: Tahoma;
    font-size: 15px;
    vertical-align: baseline;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 5px;
}

.hl2 {
    color: #555E75;
}

.hl3 {
    color: #FFFFFF;
    background-image: url('../../photos/images/header4.PNG');
}

.hl4 {
    color: #FFFFFF;
    background-image: url('../../photos/images/header5.PNG');
}

.hl5 {
    border-width: 2px;
    border-color: #99CCFF;
    padding: 4px;
    text-align: center;
    font-size: large;
    border-bottom-style: solid;
    font-family: 'trebuchet MS';
    color: #848E9B;
}


/*------------------------------------------------headers--------------------*/

#authorization {
    padding-left: 20px;
    padding-right: 20px;
}

    #authorization table {
        width: 100%;
    }

.loginTb,
.loginPass {
    border: 2px inset #D1DADC;
    padding: 3px;
    width: 80%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-right: 3px;
    margin-bottom: 6px;
    margin-left: 3px;
    color: #808080;
}

    .loginTb:focus,
    .loginPass:focus {
        border-color: #FFCC66;
    }

.remember {
    padding: 10px 5px 10px 20px;
    font-size: 11px;
    color: #808080;
    margin-top: 10px;
}

    .remember input {
        margin-right: 7px;
    }

.enter {
    margin-right: 20px;
    width: 110px;
    height: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: tahoma;
    font-size: 11px;
}

.opts {
    padding: 8px 6px 8px 6px;
    background-color: #E8F4FF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .opts a {
        text-decoration: none;
        font-size: small;
        color: #2366F1;
    }

.hello {
    padding: 3px 3px 8px 3px;
    color: #2E455F;
    font-family: verdana;
    font-size: small;
    font-weight: bold;
    text-align: center;
}

.floatRight {
    float: right;
}

.failureNotification {
    color: #FF0000;
    font-size: small;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    display: block;
}

div.imag {
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
}

.social-networks-banners-section, .partners-banners-section {
    margin-bottom: 10px;
}

    .social-networks-banners-section p.tit, .partners-banners-section p.tit {
        font-family: 'trebuchet MS';
        font-size: 16px;
        font-weight: bolder;
        background-image: url('../../photos/images/admin-ul.png');
        background-repeat: repeat-x;
    }

    .social-networks-banners-section p, .partners-banners-section p {
        text-align: center;
        margin-bottom: 5px;
    }

#gall {
    padding-left: 15px;
}

    #gall a {
        text-decoration: none;
    }

        #gall a span {
            font-size: x-large;
            color: #3399FF;
            text-decoration: underline;
            position: relative;
            bottom: 15px;
            left: 15px;
        }

            #gall a span:hover {
                text-decoration: none;
            }

#nocurrentview {
    margin: 55px 20px 5px 20px;
    background-position: 10px 5px;
    padding: 5px 10px 5px 60px;
    border: 2px solid #FFE8C6;
    background-color: #F9FBFF;
    color: #545C78;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-image: url('../../photos/images/alert.png');
    background-repeat: no-repeat;
}

    #nocurrentview p {
        font-family: tahoma;
        font-size: 16px;
        line-height: 30px;
        vertical-align: sub;
        text-align: center;
    }


#rssnews {
    margin-top: -5px;
}

.slider {
    padding: 0px;
    margin: 0px;
    height: 30px;
    width: 30000px;
    font-family: verdana;
    font-size: 10px;
    line-height: 20px;
}

    .slider li {
        float: left;
        list-style-type: none;
        padding-left: 10px;
        padding-right: 10px;
        display: table;
    }

        .slider li a {
            cursor: pointer;
            color: #323A4B;
            font-weight: bolder;
        }

#shadow {
    background-color: #006600;
    width: 100px;
    position: relative;
    top: -30px;
    height: 20px;
    z-index: 2;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

#newsdescription {
    border-width: thin;
    background-color: #575757;
    color: #FFFFFF;
    font-size: 11px;
    font-family: tahoma;
    line-height: 20px;
    padding-left: 10px;
    width: 905px;
    position: relative;
    top: -30px;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

#rssnews {
    border: 1px solid #C0C0C0;
    height: 40px;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    width: 915px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.delItem {
    width: 16px;
    height: 12px;
    position: relative;
    cursor: pointer;
    float: left;
    background-image: url('../../photos/images/delete_min.png');
    background-repeat: no-repeat;
}

    .delItem:hover {
        background-image: url('../../photos/images/delete_min2.png');
    }

.penalts td {
    padding: 0px;
}

.penalts h2 {
    font-size: 13px;
    text-align: center;
    font-family: 'trebuchet MS';
}

.penalts p {
    font-size: 15px;
    font-family: 'trebuchet MS';
    word-spacing: 12px;
    text-align: center;
    font-weight: bold;
    margin-top: 6px;
}

.birthdays-panel {
    padding: 5px;
    font-size: 15px;
    font-family: 'trebuchet MS';
    text-align: center;
    font-weight: bold;
    border: 1px solid #75C4EE;
    margin: 10px 6px 10px 6px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    background-color: #F8FCFC;
    line-height: 30px;
}

.birthdays-panel-text {
    font-size: large;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.logo {
    max-width: 166px;
    max-height: 166px;
    content: url(/photos/images/logo-ukr.png);
}

.logo-new-year {
    max-width: 166px;
    max-height: 166px;
    content: url('/photos/images/logo-new-year-ukr.png') !important;
}