﻿@media print {
    .no-print {
        display: none !important;
    }

    .in-print, .only-print {
        border: 0 !important;
        margin: 0 auto !important;
        display: block;
    }

    .ContentTopDiv .in-print {
        width: 100% !important;
        text-align: center !important;
    }

    #WebContentRightPanel .in-print {
        width: 80% !important;
    }

    #MainContentdiv .in-print {
        width: 100% !important;
    }
}

@media screen {
    .only-print {
        display: none;
    }
}
/* -------------------------------CLEAR  |  RESET --------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 100%;
}

html, form, body {
    height: 100%;
}

ol, ul {
    list-style: none;
}

.clearfix {
    float: none;
    clear: both;
}

ul {
    list-style: none outside;
}

.CheckBox {
    margin: 0;
    padding: 0;
    width: auto;
    border: 0;
    margin: auto auto;
}

textarea {
    -webkit-resize: none;
    -moz-resize: none;
    resize: none;
}

div {
    display: block;
    border-style: solid;
}

img, object, embed {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
}

td {
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px 0;
}

strong {
    font-weight: bold;
}

span {
    white-space: nowrap;
}

header, section, footer, aside, nav, main, article, figure {
    display: block;
}

.Form_Highlight {
    border-color: #b21117;
    /*background-color: #fffac5;*/
}

.WaterMarkClass {
    color: #ccc;
}

.MarkClass {
    font-weight: bold;
    color: #b21117;
}

body {
    direction: ltr;
    background-color: #fcfcfc;
}

hr {
    border: 0;
    width: 100%;
    float: none;
    clear: both;
    border-top: 1px dotted #cccccc;
    height: 1px;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #000;
    font-weight: normal;
    padding: 5px 5px;
    border: 1px solid #dadee2;
    outline: 0;
    background-color: #fff;
    margin: 2px 0;
}

    input:focus, select:focus, textarea:focus {
        border-color: #b21117;
        background-color: #fffac5;
    }

br {
    display: block;
    margin: 10px 0;
    content: " ";
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #b21117;
        text-decoration: none;
    }

/* ======================= */
.BoldClass {
    font-weight: bold;
}

.titleClass {
    font: 14pt Arial;
    border-bottom: 1px dotted #999;
    padding: 15px 5px 8px 5px;
    margin: 0 10px;
    color: #b21117;
}

.ADV-Space {
    border: 1px solid #eee;
    background-color: #fff;
    margin: auto;
}

    .ADV-Space object, .ADV-Space img {
        width: 100%;
        height: 100%;
    }

/* ====================================================================== */

.byline
{
    margin: 3px 0;
    font: 7pt Arial;
    color: #555 !important;
    text-transform: uppercase;
}
/* ====================================================================== */

#PagingDiv {
    clear: both;
    float: none;
    color: #000;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border: 0;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 100%;
}

    #PagingDiv a {
        display: inline-block;
        padding: 5px 8px;
        margin: 0 1px;
        border: 1px solid #cccccc;
        background-color: #fff;
        text-decoration: none;
        color: #000;
        cursor: pointer;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px; /* for old Konqueror browsers */
    }

        #PagingDiv a:hover {
            background-color: #FFF6D5;
        }

        #PagingDiv a.current, #PagingDiv a.current:hover {
            background-color: #eee;
            color: #666;
            cursor: default !important;
            border: 1px solid #cccccc;
        }

        #PagingDiv a.dot, #PagingDiv a.dot:hover {
            background-color: transparent;
            display: inline-block;
            cursor: default !important;
            margin: 0 1px;
            text-decoration: none;
            color: #000;
            border: 0px;
        }
/* ========================= LOGIN ==================================== */
#LoginDiv {
    width: 220px;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    padding: 5px;
    background-color: #f4f5f5;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -130px;
}
/* ========================= MASTER ==================================== */
#MastrtPageStamp {
    float: left;
    padding: 5px 10px 5px 0;
    background-color: #fff;
    color: #111;
    margin: 5px 10px 0 0px;
    font: 8pt Arial;
    text-transform: uppercase;
}

#HeadTopLink > li, HeadTopLink > li a {
    display: inline-block;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 10px 0px 0 40px;
    font: 8pt Arial;
    white-space: nowrap;
    text-transform: uppercase;
}

/* ======================= */
object {
    z-index: 999;
}

#AdminMenuBar {
    width: 100%;
    background-color: #333;
    padding: 3px 0;
    border-top: 2px solid #b21117;
    border-bottom: 2px solid #b21117;
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    z-index: 999999;
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
    -webkit-transform: translateZ(0);
}

    #AdminMenuBar div {
        width: 1000px;
        margin: 0 auto;
        background-color: #fff;
        font: 11pt Arial;
        text-align: center;
        z-index: 999999;
    }

        #AdminMenuBar div ul {
            margin: 0 auto;
            text-align: center;
        }

            #AdminMenuBar div ul li {
                float: left;
                padding: 0px 25px 0 0px;
            }

                #AdminMenuBar div ul li.on {
                    color: #000;
                    font-weight: bold;
                }

                #AdminMenuBar div ul li a.off {
                    text-decoration: none;
                    display: block;
                    color: #aaa;
                    padding: 10px 0px 10px 25px;
                    cursor: default;
                }

                #AdminMenuBar div ul li a:not(.off) {
                    text-decoration: none;
                    display: block;
                    color: #b21117;
                    padding: 10px 0px 10px 25px;
                    font-weight: bold;
                }

                #AdminMenuBar div ul li.on a:not(.off) {
                    text-decoration: none;
                    display: block;
                    color: #000;
                    padding: 10px 0px 10px 25px;
                    font-weight: bold;
                }

                #AdminMenuBar div ul li a:not(.off):hover {
                    text-decoration: none;
                    display: block;
                    color: #000;
                    font-weight: bold;
                }

.fixedBody {
    margin-top: 40px;
}

/* ======================= */

#AdminMenuList {
    color: white !important;
    background-color: #b21117;
    font-weight: bold !important;
    padding: 0px 20px !important;
    cursor: pointer;
}

    #AdminMenuList span {
        margin-top: 7px;
        display: inline-block;
    }

    #AdminMenuList:after {
        color: #fff;
        content: ' ▾';
    }

    #AdminMenuList:hover ul {
        display: block;
    }

    #AdminMenuList ul {
        position: absolute;
        background-color: #b21117;
        z-index: 99999;
        color: #fff;
        margin-top: 6px;
        display: none;
        padding: 10px;
        list-style: none;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #AdminMenuList li {
        float: none;
        clear: both;
        position: relative;
        padding: 7px 10px;
        margin: 0;
        display: block;
        font-weight: normal;
    }

        #AdminMenuList li:hover {
            background-color: #fff;
            cursor: pointer;
        }

            #AdminMenuList li:hover a {
                color: #b21117;
            }

        #AdminMenuList li a {
            text-decoration: none;
            display: block;
            color: #fff;
        }

#TopSearchBtn {
    color: #ccc;
}

#MNATitle {
    font: 50pt "League Gothic";
    float: left;
    margin-top: 5px;
    /*font-weight: bold;*/
    color: #1b1b1b;
}

#MNASlogan {
    font: 11pt Arial;
    margin-top: -3px;
    color: #444;
}

#MainMenuDiv {
    width: 978px;
    margin: 0 auto;
    font: 17pt "League Gothic";
    border: 1px solid #b21117;
    border-bottom: 2px solid #b21117;
    padding: 0px 10px;
    background-color: #333;
    text-transform: uppercase;
}

    #MainMenuDiv a {
        text-decoration: none;
        display: block;
        color: #fff;
    }

    #MainMenuDiv li {
        float: left;
        padding: 9px 14px 5px 14px;
        color: #fff;
    }

        #MainMenuDiv li.on {
            background-color: #b21117;
            /*padding: 12px 12px;*/
        }

        #MainMenuDiv li:hover {
            background-color: #b21117;
            cursor: pointer;
        }

    #MainMenuDiv ul ul {
        position: absolute;
        background-color: #333;
        z-index: 99999;
        color: #fff;
        margin-top: 5px;
        display: none;
        width: 120px;
        padding-left: 30px;
    }

    #MainMenuDiv li.has-child:after {
        color: #fff;
        content: '▾ ';
    }

    #MainMenuDiv ul li:hover ul {
        display: block;
    }

    #MainMenuDiv ul ul li {
        float: none;
        clear: both;
        position: relative;
        padding: 9px 0px 5px 5px;
        margin: 0;
        list-style: circle;
    }

#BNewsDiv {
    margin: 10px auto;
    width: 998px;
    background-color: #b21117;
    border: 1px solid #b21117;
}

    #BNewsDiv .title {
        float: left;
        background-color: #fff;
        color: #b21117;
        font: 14pt Georgia;
        padding: 5px 20px;
        margin-right: 10px;
        font-weight: bold;
    }

    #BNewsDiv .news {
        float: left;
        color: #fff;
        text-align: left;
        font: 13pt Georgia;
        padding: 6px 0 0px 0;
    }

#MasterNewsTickerDiv {
    margin: 10px auto 10px auto;
    width: 998px;
    background-color: #fff;
    border: 1px solid #ececec;
}

    #MasterNewsTickerDiv .title {
        float: left;
        background-color: #222;
        color: #fff;
        font: 10pt Georgia;
        padding: 4px 10px 3px 10px;
        margin-right: 10px;
    }

    #MasterNewsTickerDiv #News24H {
        font: 11pt Arial;
        float: right;
        padding: 4px 10px 2px 10px;
        margin: 1px;
        background-color: #fbe9be;
        color: #333;
    }

    #MasterNewsTickerDiv .ticker {
        float: left;
        color: #222;
        text-align: left;
        font: 10pt Georgia;
        padding-top: 3px;
        white-space: nowrap;
        display: none;
    }

        #MasterNewsTickerDiv .ticker li {
            line-height: 1.5;
        }

    #MasterNewsTickerDiv .ticker-active {
        height: 1.5em;
        overflow: hidden;
        /*text-align: right;*/
    }

        #MasterNewsTickerDiv .ticker-active li {
            display: none;
            overflow: hidden;
            white-space: nowrap;
        }

    #MasterNewsTickerDiv .news {
        float: left;
        color: #222;
        text-align: left;
        font: 11pt Arial;
        padding-top: 4px;
        white-space: nowrap;
    }

#FooterDiv {
    height: 100px;
    background-color: #333;
    border-top: 5px solid #ccc;
    margin-top: 50px;
}


#AboutContainer {
    width: 958px;
    line-height: 180%;
    margin: 20px auto;
    padding: 20px;
    font: 11pt Arial;
    text-align: left;
    color: #000;
    background-color: #fff;
    border: 1px solid #eee;
}

    #AboutContainer p {
        line-height: 190%;
        margin-top: 15px;
    }

.ContactBlock {
    width: 280px;
    border: 1px solid #eee;
    float: left;
    margin-right: 15px;
    background-color: #fff;
}

    .ContactBlock li {
        line-height: 180%;
        list-style: disc;
    }
/* ========================= DEFAULT ==================================== */

#MainNewsDiv {
    float: left;
    width: 552px;
    border: 0;
    margin-right: 12px;
    background-color: White;
    position: relative;
    background-color: #fff;
    min-height: 366px;
}

    #MainNewsDiv img {
        width: 550px;
        height: 366px;
        border: 1px solid #000;
    }

    #MainNewsDiv span {
        position: absolute;
        bottom: 3px;
        width: 532px;
        white-space: normal;
        background: rgb(0, 0, 0);
        font: 14pt Georgia;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        padding: 5px 10px;
        text-align: left;
        line-height: 130%;
        right: 0px;
    }

#SubMainNewsDiv {
    float: left;
    width: 173px;
    border: 0;
    font: 10pt Georgia;
}

    #SubMainNewsDiv div {
        width: 173px;
        margin-bottom: 0px;
        background-color: White;
        position: relative;
        min-height: 118px;
    }

        #SubMainNewsDiv div img {
            width: 171px;
            height: 114px;
            border: 1px solid #000;
        }

        #SubMainNewsDiv div span {
            position: absolute;
            width: 163px;
            bottom: 3px;
            white-space: normal;
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 2px 5px;
            text-align: left;
            right: 0px;
            line-height: 130%;
        }

#MostReadDiv {
    float: right;
    width: 239px;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
}

#MostReadBlock {
    width: 237px;
    border: 1px solid #ececec;
    background-color: #fff;
}

    #MostReadBlock .title {
        font: 14pt Arial;
        border-bottom: 1px dotted #999;
        padding: 5px 0px 0px 5px;
        margin: 0 10px;
        color: #b21117;
    }

    #MostReadBlock .newslist {
        font: 11pt Georgia;
        width: 215px;
        height: 324px;
        overflow: hidden;
        margin: 0px 0px 0 0px;
        scrollbar-base-color: #333;
        padding-left: 10px;
    }

        #MostReadBlock .newslist ul {
            margin-left: 0px;
            list-style: outside disc;
            padding-left: 20px;
        }

            #MostReadBlock .newslist ul li {
                padding: 8px 0 0px 0;
                width: 195px;
                text-align: left;
                color: #333;
                /*max-height: 35px;*/
                line-height: 130%;
                padding-right: 5px;
                /*overflow: hidden;*/
            }

        #MostReadBlock .newslist a {
            color: #000;
            text-decoration: none;
        }

            #MostReadBlock .newslist a:hover {
                color: #b21117;
                text-decoration: none;
            }







#TopADDiv {
    float: right;
    width: 239px;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
}

#RightPanelDiv {
    width: 680px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
    color: #000;
}

#TopNewsDiv {
    width: 678px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-bottom: 10px;
}

    #TopNewsDiv .title {
        border-bottom: 1px dotted #999;
        padding: 5px 0px 0px 5px;
        margin: 0 10px;
        color: #b21117;
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
    }

    #TopNewsDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 10px;
        color: #000;
    }

        #TopNewsDiv .more a {
            color: #000;
            text-decoration: none;
        }

            #TopNewsDiv .more a:hover {
                color: #b21117;
                text-decoration: none;
            }

    #TopNewsDiv .news {
        font: 10pt Georgia;
        text-align: left;
        position: relative;
        width: 147px;
        float: left;
        margin: 10px 2px 0 17px;
        height: 180px;
    }

        #TopNewsDiv .news img {
            width: 145px;
            height: 97px;
            border: 1px solid #000;
        }

        #TopNewsDiv .news div {
            line-height: 130%;
            color: #000;
        }

    #TopNewsDiv .newslist {
        font: 10pt Arial;
        width: 658px;
        padding-left: 20px;
    }

        #TopNewsDiv .newslist ul {
        }

        #TopNewsDiv .newslist li {
            line-height: 150%;
            margin: 0px;
            width: 305px;
            float: left;
            min-height: 52px;
            list-style: square;
            border-bottom: 1px dashed #eee;
            padding: 5px 10px;
            background-color: #fefcfe;
            text-align: left;
            overflow: hidden;
        }

        #TopNewsDiv .newslist ul li:nth-child(even) {
            border-right: 1px dashed #eee;
            background-color: #f6f6f6;
        }

        #TopNewsDiv .newslist li:hover {
            background-color: #FFFFEB !important;
        }

        #TopNewsDiv .newslist a {
            color: #000;
            text-decoration: none;
        }

            #TopNewsDiv .newslist a:hover {
                color: #b21117;
                text-decoration: none;
            }

#TopNewsListDiv {
    width: 678px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-bottom: 10px;
}

    #TopNewsListDiv .title {
        border-bottom: 1px dotted #999;
        padding: 5px 0px 0px 5px;
        margin: 0 10px;
        color: #b21117;
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
    }

    #TopNewsListDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 10px;
        color: #000;
    }

        #TopNewsListDiv .more a {
            color: #000;
            text-decoration: none;
        }

            #TopNewsListDiv .more a:hover {
                color: #b21117;
                text-decoration: none;
            }

    #TopNewsListDiv .newslist {
        font: 14pt Georgia;
        width: 650px;
        height: 300px;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 10px 0px 0 15px;
        scrollbar-base-color: #333;
    }

        #TopNewsListDiv .newslist ul {
            margin-left: 0px;
            list-style: none;
            color: #b21117;
        }

            #TopNewsListDiv .newslist ul li {
                line-height: 100%;
                width: 185px;
                text-align: left;
                padding: 10px;
                width: 610px;
                color: #333;
            }

                #TopNewsListDiv .newslist ul li:nth-child(odd) {
                    background-color: #fafafa;
                }

                #TopNewsListDiv .newslist ul li .newsstamp {
                    font: 8pt Arial;
                    color: #666;
                    margin-top: 5px;
                    padding-left: 5px;
                    text-transform: uppercase;
                }

        #TopNewsListDiv .newslist a {
            color: #000;
            text-decoration: none;
        }

            #TopNewsListDiv .newslist a:hover {
                color: #b21117;
                text-decoration: none;
            }

#VideoDiv {
    margin: 0 auto;
    margin-top: 10px;
    width: 678px;
    border: 1px solid #ececec;
    background-color: #D1B2C2;
}

    #VideoDiv .title {
        font: 14pt Arial;
        border-bottom: 1px dotted #999;
        padding: 5px 5px 0px 5px;
        margin: 0 10px;
        color: #000;
    }

    #VideoDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 5px;
        color: #000;
    }

        #VideoDiv .more a {
            color: #000;
            text-decoration: none;
        }

            #VideoDiv .more a:hover {
                color: #fff;
                text-decoration: none;
            }

    #VideoDiv .video {
        width: 210px;
        margin: 5px 5px 10px 10px;
        position: relative;
        float: left;
    }

        #VideoDiv .video img {
            width: 208px;
            height: 139px;
            border: 1px solid #000;
        }

        #VideoDiv .video span {
            position: absolute;
            bottom: 3px;
            width: 200px;
            line-height: 150% !important;
            white-space: normal;
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 0.7);
            color: #fff;
            padding: 5px;
            text-align: left;
            right: 0px;
            font: 10pt Arial;
        }

.VBlockDiv {
    width: 218px;
    border: 1px solid #ececec;
    background-color: #fff;
    float: left;
    font: 12pt Georgia;
    min-height: 380px;
}

    .VBlockDiv .title {
        border-bottom: 1px dotted #999;
        padding: 5px 5px 0px 5px;
        margin: 0 10px;
        color: #b21117;
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
    }

    .VBlockDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 10px;
        color: #b21117;
    }

        .VBlockDiv .more a {
            color: #000;
            text-decoration: none;
        }

            .VBlockDiv .more a:hover {
                color: #b21117;
                text-decoration: none;
            }

    .VBlockDiv .mainstory {
        width: 198px;
        margin: 5px 5px 10px 10px;
        background-color: White;
        position: relative;
    }

        .VBlockDiv .mainstory img {
            width: 196px;
            height: 131px;
            border: 1px solid #000;
        }

        .VBlockDiv .mainstory span {
            position: absolute;
            bottom: 3px;
            white-space: normal;
            background: rgb(0, 0, 0);
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 2px 5px;
            text-align: left;
            line-height: 130%;
            right: 0;
            width: 188px;
        }

    .VBlockDiv ul {
        margin: 0 10px 10px 15px;
        font: 10pt Georgia;
        list-style:none;
    }

        .VBlockDiv ul li {
            line-height: 130%;
            /*list-style: square;*/
            margin-top: 7px;
            height: 60px;
            padding: 5px 0;
            border-top: 1px dashed #ccc;
        }

            .VBlockDiv ul li a {
                color: #000;
                text-decoration: none;
            }

                .VBlockDiv ul li a:hover {
                    color: #b21117;
                    text-decoration: none;
                }

.WBlockDiv {
    width: 673px;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-top: 10px;
    font: 10pt Georgia;
    padding: 0 0px 10px 5px;
    min-height: 220px;
}

    .WBlockDiv .title {
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: 1px dotted #999;
        padding: 5px 0px 2px 0;
        margin: 0 10px;
        color: #b21117;
    }

    .WBlockDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 10px;
    }

        .WBlockDiv .more a {
            color: #000;
            text-decoration: none;
        }

            .WBlockDiv .more a:hover {
                color: #b21117;
                text-decoration: none;
            }

    .WBlockDiv .news {
        position: relative;
        width: 147px;
        float: left;
        margin: 10px 0px 0 20px;
        text-align: left;
        height: 200px;
    }

        .WBlockDiv .news img {
            width: 145px;
            height: 97px;
            border: 1px solid #000;
        }

        .WBlockDiv .news div {
            line-height: 130%;
            color: #000;
            margin-top: 5px;
        }

#LeftPanelDiv {
    width: 300px;
    float: right;
    background-color: #fcfcfc;
    vertical-align: top;
}

.LeftBlockDiv {
    width: 298px;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 0 5px 0;
}

    .LeftBlockDiv .title {
        border-bottom: 1px dotted #999;
        padding: 0px 0px 0px 5px;
        margin: 0 10px;
        color: #b21117;
        margin-bottom: 10px;
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
    }

    .LeftBlockDiv .more {
        float: right;
        font: 9pt Arial;
        margin-top: 5px;
        color: #b21117;
    }

        .LeftBlockDiv .more a {
            color: #000;
            text-decoration: none;
        }

            .LeftBlockDiv .more a:hover {
                color: #b21117;
                text-decoration: none;
            }

    .LeftBlockDiv ul {
        margin: 0 10px 10px 25px;
        font: 11pt Arial;
    }

        .LeftBlockDiv ul li {
            line-height: 140%;
            list-style: square;
            margin-bottom: 5px;
        }

            .LeftBlockDiv ul li a {
                color: #000;
                text-decoration: none;
            }

                .LeftBlockDiv ul li a:hover {
                    color: #b21117;
                    text-decoration: none;
                }

    .LeftBlockDiv .ananews {
        margin: 5px 10px;
    }

        .LeftBlockDiv .ananews img {
            width: 100px;
            height: 66px;
            border: 1px solid #000;
            float: left;
        }

        .LeftBlockDiv .ananews .newstext {
            float: left;
            font: 10pt Georgia;
            padding: 5px 0px 5px 10px;
            width: 140px;
            line-height: 140%;
            text-align: left;
        }

    .LeftBlockDiv .news {
        margin: 5px 10px;
    }

        .LeftBlockDiv .news img {
            width: 125px;
            height: 83px;
            border: 1px solid #000;
            float: left;
        }

        .LeftBlockDiv .news .newstext {
            float: left;
            font: 10pt Georgia;
            padding: 5px 0px 5px 10px;
            width: 140px;
            line-height: 140%;
            text-align: left;
        }


        .LeftBlockDiv .news .newsorder {
            width: 25px;
            text-align: center;
            color: #111;
            float: left;
            font: 18pt Georgia;
            color: gray;
            padding-top: 5px;
        }

        .LeftBlockDiv .news .newsordertitle {
            float: left;
            font: 12pt Georgia;
            padding: 5px 0px 5px 10px;
            width: 240px;
            line-height: 140%;
            text-align: left;
            /*min-height: 47px;*/
        }

    .LeftBlockDiv .MNAClass {
        margin: 0 10px 10px 35px;
        font: 10pt Arial;
    }

        .LeftBlockDiv .MNAClass li {
            line-height: 140%;
            list-style: square;
            border-bottom: 1px dashed #eee;
            padding: 8px 0;
        }

            .LeftBlockDiv .MNAClass li a {
                color: #000;
                text-decoration: none;
            }

                .LeftBlockDiv .MNAClass li a:hover {
                    color: #b21117;
                    text-decoration: none;
                }

#WeatherBlock {
    padding-bottom: 5px;
}

    #WeatherBlock .DayDiv {
        float: left;
        width: 85px;
        background-color: #fff;
        border: 1px solid #eee;
        margin-left: 9px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -khtml-border-radius: 5px; /* for old Konqueror browsers */
        text-align: center;
    }

        #WeatherBlock .DayDiv .DayHeader {
            padding: 8px 0;
            font: 10pt Arial;
            background-color: #990000;
            color: #fff;
            text-align: center;
            line-height: 100%;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px; /* for old Konqueror browsers */
        }

        #WeatherBlock .DayDiv img {
            margin: 13px auto;
        }

        #WeatherBlock .DayDiv .DayFooter {
            padding: 5px 0;
            font: 10pt Arial;
            background-color: #990000;
            color: #fff;
            text-align: center;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px; /* for old Konqueror browsers */
        }

#CurrencyTable {
    width: 278px;
    margin: 10px 10px 5px 10px;
    background-color: #fff;
    font: 10pt Arial;
    text-align: center;
    border-collapse: collapse;
}

    #CurrencyTable td {
        padding: 10px 0;
    }

#ContentEditorTable {
    width: 278px;
    margin: 10px 10px 5px 10px;
    background-color: #fff;
    font: 10pt Arial;
    text-align: center;
    border-collapse: collapse;
}

    #ContentEditorTable td {
        padding: 10px 0;
        border: 1px solid #ddd;
    }

#PollBlock {
    background-color: #F5EBFF;
    border: 1px solid #E6CCFF;
    padding-bottom: 10px;
}

    #PollBlock .PollExpirediv {
        float: right;
        margin-right: 10px;
        font: 7pt Arial;
        margin-top: -8px;
        color: #990000;
    }

    #PollBlock .ques {
        padding: 0px 0 5px 0;
        font: 12pt Arial;
        color: #000;
        line-height: 180%;
        text-align: left;
        font-weight: bold;
    }

    #PollBlock .PollOptionDiv {
        margin-top: 0px;
        font: 10pt Arial;
        clear: both;
        float: none;
    }

        #PollBlock .PollOptionDiv input {
            float: left;
            margin-top: 8px;
        }

        #PollBlock .PollOptionDiv .PollOptionTxt {
            float: left;
            width: 230px;
            margin-left: 10px;
            line-height: 180%;
            text-align: left;
        }

        #PollBlock .PollOptionDiv .PollResultDiv {
            width: 230px;
            height: 14px;
            border: 1px solid #ccc;
            padding: 1px;
            background-color: #fff;
            clear: both;
            float: none;
            margin-left: 20px;
        }

        #PollBlock .PollOptionDiv .PollResultTextDiv {
            font: 8pt Arial;
            text-align: center;
            position: relative;
            top: -14px;
        }

        #PollBlock .PollOptionDiv .PollResultDiv #PollResult1 {
            height: 14px;
            width: 0px;
            background-color: #EB9999;
        }

        #PollBlock .PollOptionDiv .PollResultDiv #PollResult2 {
            height: 14px;
            width: 0px;
            background-color: #B2E0B2;
        }

        #PollBlock .PollOptionDiv .PollResultDiv #PollResult3 {
            height: 14px;
            width: 0px;
            background-color: #B2D1E0;
        }

#IMGBlock {
    margin: 0 10px 5px 10px;
    position: relative;
}

    #IMGBlock img {
        width: 276px;
        height: 184px;
        border: 1px solid #000;
    }

    #IMGBlock span {
        position: absolute;
        bottom: 4px;
        white-space: normal;
        background: rgb(0, 0, 0);
        font: 12pt Georgia;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 2px 10px;
        text-align: left;
        right: 0;
        line-height: 130%;
    }

/* ========================= View Cat ==================================== */

#ViewCatPage {
    margin: 0px auto 10px auto;
    width: 1000px;
    border: 0px solid #ececec;
}

#ViewCatPage_RightPanel {
    width: 680px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
}

    #ViewCatPage_RightPanel .title {
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
        border-bottom: 1px dotted #999;
        padding: 0px 0px 0px 0;
        margin: 0 0px;
        color: #b21117;
        margin-bottom: 10px;
    }

    #ViewCatPage_RightPanel .PageMainNews {
        float: left;
        width: 435px;
        height: 290px;
        overflow: hidden;
        border: 0px solid #ececec;
        background-color: White;
        position: relative;
    }

        #ViewCatPage_RightPanel .PageMainNews img {
            width: 433px;
            height: 288px;
            border: 1px solid #000;
        }

        #ViewCatPage_RightPanel .PageMainNews span {
            position: absolute;
            bottom: 0px;
            white-space: normal;
            background: rgb(0, 0, 0);
            font: 20pt Arial;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 5px 10px;
            text-align: left;
            right: 0;
            line-height: 130%;
            width: 415px;
        }

    #ViewCatPage_RightPanel .PageSubNews {
        float: right;
        width: 208px;
        border: 0px solid #ececec;
    }

        #ViewCatPage_RightPanel .PageSubNews img {
            width: 206px;
            height: 137px;
            border: 1px solid #000;
        }

        #ViewCatPage_RightPanel .PageSubNews span {
            position: absolute;
            bottom: 2px;
            white-space: normal;
            background: rgb(0, 0, 0);
            font: 11pt Arial;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 2px 5px;
            text-align: left;
            right: 0;
            line-height: 130%;
            width: 198px;
        }

    #ViewCatPage_RightPanel .news {
        float: left;
        width: 321px;
        border: 1px dotted #ccc;
        margin: 10px 0px 0 5px;
        height: 85px;
        overflow: hidden;
        position: relative;
    }

        #ViewCatPage_RightPanel .news img {
            width: 125px;
            height: 83px;
            border: 1px solid #000;
            float: left;
        }

    #ViewCatPage_RightPanel .newstext {
        float: left;
        font: 12pt Georgia;
        padding: 5px 0px 5px 10px;
        width: 180px;
        vertical-align: middle;
        display: inline-block;
        line-height: 130%;
    }

        #ViewCatPage_RightPanel .newstext .newsstamp {
            font: 8pt Arial;
            color: #888;
            margin-top: 5px;
            bottom: 5px;
            position: absolute;
        }

        #ViewCatPage_RightPanel .newstext .AuthorDiv {
            font: 9pt Arial;
            color: #b21117;
            margin-top: 5px;
            bottom: 5px;
            position: absolute;
        }

    #ViewCatPage_RightPanel .newslist {
        font: 12pt Georgia;
        width: 658px;
    }

        #ViewCatPage_RightPanel .newslist ul {
            margin-left: 20px;
        }

            #ViewCatPage_RightPanel .newslist ul li {
                line-height: 100%;
                margin: 1px 0px;
                width: 185px;
                list-style: square;
                text-align: left;
                padding: 10px 15px;
                width: 608px;
            }

                #ViewCatPage_RightPanel .newslist ul li:nth-child(odd) {
                    background-color: #fafafa;
                }

                #ViewCatPage_RightPanel .newslist ul li .newsstamp {
                    font: 8pt Arial;
                    color: #666;
                    margin-top: 10px;
                }

                #ViewCatPage_RightPanel .newslist ul li .AuthorDiv {
                    font: 9pt Arial;
                    color: #b21117;
                    margin-top: 5px;
                }

        #ViewCatPage_RightPanel .newslist a {
            color: #000;
            text-decoration: none;
        }

            #ViewCatPage_RightPanel .newslist a:hover {
                color: #b21117;
                text-decoration: none;
            }

#ViewCatPage_LeftPanel {
    width: 300px;
    float: right;
}

/* ========================= Content Page ==================================== */
#WebContentRightPanel {
    width: 680px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
}

    #WebContentRightPanel .MainContentdiv {
        background-color: #fff;
        width: 658px;
        border: 1px solid #ececec;
        padding: 10px;
    }

        #WebContentRightPanel .MainContentdiv .title {
            font: 24pt Georgia;
            line-height: 130%;
            text-align: left;
            color: #222;
            border-bottom: 1px solid #d8d8d8;
            padding: 0px 10px 10px 0px;
            font-weight: normal;
            color: #000;
        }

            #WebContentRightPanel .MainContentdiv .title div {
                color: #333;
                font: 11pt Arial;
            }

        #WebContentRightPanel .MainContentdiv .stamp {
            float: left;
            font: 10pt Arial;
            color: #666;
            white-space: nowrap;
            text-transform: uppercase;
        }

        #WebContentRightPanel .MainContentdiv .BodyDiv {
            font: 11pt Helvetica !important;
            line-height: 150% !important;
            text-align: left;
            white-space: normal;
            color: #000;
        }

            #WebContentRightPanel .MainContentdiv .BodyDiv p {
                display: block;
                margin-top: 10px; /* This is enough for Firefox and Chrome. It does nothing, though, for IE.*/
                min-height: 3px;
                line-height: 150%;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv a {
                color: #4800ff;
                text-decoration: none;
            }

                #WebContentRightPanel .MainContentdiv .BodyDiv a:hover {
                    color: #b21117;
                    text-decoration: underline;
                }

            #WebContentRightPanel .MainContentdiv .BodyDiv div.authorClass {
                color: #b21117;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv iframe {
                display: block;
                margin: 5px auto;
                width: 560px;
                height: 316px;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv div {
                margin-top: 15px;
                line-height: 150%;
                white-space: normal;
                /*font: 11pt Arial !important;*/
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv span {
                margin: 0;
                line-height: 150%;
                white-space: normal;
                /*font: 11pt Arial !important;*/
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv img.mainPhoto {
                margin: 20px auto;
                display: block;
                border: 0px solid #333;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv img.floatPhoto {
                margin: 8px 0px 5px 10px;
                display: block;
                border: 0px solid #333;
                float: right;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv img.content {
                margin: 10px auto;
                border: 0px solid #333;
                display: block;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv .PhotoContainer {
                margin: 20px auto;
                display: block;
                padding: 2px;
                border: 1px solid #ccc;
            }

                #WebContentRightPanel .MainContentdiv .BodyDiv .PhotoContainer img.mainPhoto {
                    margin: 0px auto;
                    display: block;
                    border: 0px;
                }

                #WebContentRightPanel .MainContentdiv .BodyDiv .PhotoContainer img.content {
                    margin: 0px auto;
                    border: 0px solid #333;
                    display: block;
                }

                #WebContentRightPanel .MainContentdiv .BodyDiv .PhotoContainer .PhotoCaption {
                    margin: 0px;
                    background-color: #eee;
                    font: 10pt Arial;
                    padding: 5px;
                    text-align: left;
                    /*width: 100%;*/
                }

            #WebContentRightPanel .MainContentdiv .BodyDiv table {
                font: 11pt Arial !important;
                width: 95% !important;
                margin: 10px auto !important;
                text-align: center !important;
                float: none;
                clear: both;
            }

            #WebContentRightPanel .MainContentdiv .BodyDiv td {
                text-align: center !important;
                padding: 5px !important;
                border: 1px solid #ccc !important;
            }

#WebCommentsDiv {
    width: 678px;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-top: 10px;
}

    #WebCommentsDiv .title {
        font: 14pt Arial;
        border-bottom: 1px dotted #999;
        padding: 15px 0px 8px 0;
        margin: 0 10px;
        color: #b21117;
    }

    #WebCommentsDiv .block {
        margin-top: 20px;
        width: 638px;
        border-bottom: 1px dotted #999;
        padding: 0 20px 20px 20px;
    }

        #WebCommentsDiv .block .name {
            font: 12pt Arial;
            color: #b21117;
            margin: 10px 0 20px 0;
            line-height: 100%;
        }

        #WebCommentsDiv .block .stamp {
            float: right;
            color: #333;
            font: 10pt Arial;
        }

        #WebCommentsDiv .block .comtext {
            font: 11pt Arial;
            text-align: left;
            line-height: 170%;
            border-left: 2px solid #b21117;
            padding-left: 10px;
            color: #000;
            word-wrap: break-word;
        }

#NewCommentDiv {
    width: 678px;
    border: 1px solid #e3e3e3;
    background-color: #f5f5f5;
    margin-top: 10px;
    font: 11pt Arial;
}

    #NewCommentDiv .title {
        font: 16pt "Lucida Sans Unicode";
        border-bottom: 1px dotted #999;
        padding: 5px 0px 0px 0;
        margin: 0 10px;
        color: #b21117;
    }

#VerCodeEq {
    font: 10pt Arial;
    color: #666;
}


/* ====================================================================== */

#AdminPageTopDiv {
    margin: 0px auto 10px auto;
    width: 1000px;
}

    #AdminPageTopDiv .RightBlock {
        width: 280px;
        border: 1px solid #ccc;
        background-color: #fff;
        padding: 10px;
    }

        #AdminPageTopDiv .RightBlock .title {
            font: 14pt Arial;
            border-bottom: 1px dotted #999;
            padding: 15px 0px 8px 0;
            margin: 0 0px;
            color: #b21117;
            margin-bottom: 10px;
        }

    #AdminPageTopDiv .DoPhotos_Block {
        width: 198px;
        text-align: center;
        float: left;
        font: 10pt Tahoma;
        border: 1px solid #999;
        color: #fff;
        height: 300px;
        margin: 10px;
        background-color: #111;
        overflow: hidden;
        line-height: 100%;
    }

        #AdminPageTopDiv .DoPhotos_Block img {
            width: 198px;
            height: 131px;
        }

        #AdminPageTopDiv .DoPhotos_Block .PhotoID {
            line-height: 100%;
            margin-top: 5px;
        }

        #AdminPageTopDiv .DoPhotos_Block .PhotoText {
            line-height: 120%;
            margin-top: 5px;
        }

    /* DoFiles ...*/
    #AdminPageTopDiv #FilesTable td {
        padding: 10px 5px;
        line-height: 150%;
        word-wrap: break-word;
    }

    #AdminPageTopDiv #InboxTable td {
        padding: 10px 5px;
        line-height: 150%;
        word-wrap: break-word;
    }

    #AdminPageTopDiv #MapTable td {
        padding: 10px 5px;
        line-height: 150%;
        word-wrap: break-word;
    }

    #AdminPageTopDiv #TickerTable td {
        padding: 10px 5px;
        line-height: 150%;
        word-wrap: break-word;
    }

        #AdminPageTopDiv #TickerTable td:last-child {
            line-height: 100%;
            padding: 0;
        }

    #AdminPageTopDiv #WeatherTable td {
        padding: 0;
        border: 0;
        font: 10pt Arial;
    }

    #AdminPageTopDiv #CurrencyTable tr:not(:first-child) td {
        padding: 0;
        border: 0;
        font: 10pt Arial;
    }

    #AdminPageTopDiv #CommentsTable td {
        padding: 10px 5px;
        line-height: 150%;
        word-wrap: break-word;
    }

        #AdminPageTopDiv #CommentsTable td select {
            width: 70px;
        }

    #AdminPageTopDiv #PollEditor {
        text-align: center;
    }

        #AdminPageTopDiv #PollEditor ul {
            margin: 0 0px 0px 25px;
            font: 10pt Arial;
        }

            #AdminPageTopDiv #PollEditor ul li {
                list-style: decimal;
            }

    #AdminPageTopDiv #PollsTable ul {
        font: 10pt Arial;
        text-align: left;
        color: #000;
        margin: 2px 10px 0px 15px;
        padding-bottom: 5px;
    }

        #AdminPageTopDiv #PollsTable ul li {
            line-height: 130%;
            list-style: square;
            color: #000;
            margin: 5px 10px 0px 25px;
        }

            #AdminPageTopDiv #PollsTable ul li.ListTitleClass {
                font-weight: bold;
                margin: 5px 0;
                list-style: none;
            }

            #AdminPageTopDiv #PollsTable ul li span {
                color: #b21117;
            }

    #AdminPageTopDiv #PollSearchCatList {
        padding: 5px 10px;
        width: 200px;
        float: right;
        margin-top: -5px;
    }

    #AdminPageTopDiv .DoAuthor_Block {
        width: 198px;
        text-align: center;
        float: left;
        font: 10pt Arial;
        border: 1px solid #999;
        margin: 10px;
        background-color: #fafafa;
        overflow: hidden;
        line-height: 100%;
    }

        #AdminPageTopDiv .DoAuthor_Block img {
            border: 0px solid #333;
            width: 198px;
            height: 131px;
        }

        #AdminPageTopDiv .DoAuthor_Block div {
            line-height: 120%;
            padding: 10px 5px;
        }

#WebSearchPanel {
    width: 680px;
    float: left;
    border-right: 1px dotted #ccc;
    padding-right: 10px;
}

    #WebSearchPanel .title {
        border-bottom: 1px dotted #999;
        padding: 0px 0px 0px 0;
        color: #b21117;
        margin-bottom: 10px;
        margin: 0 0px;
        color: #b21117;
        font: 20pt "League Gothic";
        text-transform: uppercase;
        font-weight: normal;
    }

        #WebSearchPanel .title span {
            font: 10pt Arial;
            float: right;
            margin-top: 15px;
        }

#WebSearchResult {
}

    #WebSearchResult .newslist {
        font: 11pt Arial;
        width: 658px;
    }

        #WebSearchResult .newslist ul {
            margin-left: 20px;
        }

            #WebSearchResult .newslist ul li {
                line-height: 100%;
                margin: 1px 0px;
                width: 185px;
                list-style: square;
                text-align: left;
                padding: 10px 15px;
                width: 608px;
            }

                #WebSearchResult .newslist ul li:nth-child(odd) {
                    background-color: #fafafa;
                }

                #WebSearchResult .newslist ul li .newsstamp {
                    font: 8pt Arial;
                    color: #666;
                    margin-top: 10px;
                }

                #WebSearchResult .newslist ul li .AuthorDiv {
                    font: 9pt Arial;
                    color: #b21117;
                    margin-top: 5px;
                }

        #WebSearchResult .newslist a {
            color: #000;
            text-decoration: none;
        }

            #WebSearchResult .newslist a:hover {
                color: #b21117;
                text-decoration: none;
            }


/*-----------------------------*/

.button_on {
    padding: 5px 11px 3px 11px;
    display: inline-block;
    font: 10pt Arial;
    margin: 0;
    color: #000;
    border: 1px solid #999;
    cursor: pointer;
    background-color: #f4f5f5;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#f4f5f5), to(#dfdddd));
    background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
    background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}

.button_off {
    padding: 5px 11px 3px 11px;
    display: inline-block;
    font: 11pt Georgia;
    margin: 0;
    color: #aaa;
    border: 1px solid #999;
    background-color: #eee;
    cursor: default;
    text-transform: uppercase;
}

.button_on:hover {
    border: 1px solid #999;
    background-color: #d9dddd;
    background-image: -webkit-gradient(linear, right top, right bottom, from(#d9dddd), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
    background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}

.button_on:active {
    box-shadow: 0px 0px 1px #888888 inset;
    color: #000;
    text-shadow: 0px 0px 7px #000;
}

.ButtonText {
    padding: 3px 0px 0 9px;
    margin: 0;
    display: inline-block;
    white-space: nowrap;
}

.ButtonIcon {
    width: 16px;
    height: 16px;
    padding: 2px 0;
    display: inline-block;
    float: left;
}

.button_on .loginIcon {
    background: url('../theme/icons/LoginIcon.png') no-repeat center center;
}

.button_off .loginIcon {
    background: url('../theme/icons/LoginIcon.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .saveIcon {
    background: url('../theme/icons/BTN_Save.png') no-repeat center center;
}

.button_off .saveIcon {
    background: url('../theme/icons/BTN_Save.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .delIcon {
    background: url('../theme/icons/BTN_Del.png') no-repeat center center;
}

.button_off .delIcon {
    background: url('../theme/icons/BTN_Del.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .refreshIcon {
    background: url('../theme/icons/BTN_Refresh.png') no-repeat center center;
}

.button_off .refreshIcon {
    background: url('../theme/icons/BTN_Refresh.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .restoreIcon {
    background: url('../theme/icons/BTN_Restore.png') no-repeat center center;
}

.button_off .restoreIcon {
    background: url('../theme/icons/BTN_Restore.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .searchIcon {
    background: url('../theme/icons/BTN_Search.png') no-repeat center center;
}

.button_off .searchIcon {
    background: url('../theme/icons/BTN_Search.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .uploadIcon {
    background: url('../theme/icons/BTN_Import.png') no-repeat center center;
}

.button_off .uploadIcon {
    background: url('../theme/icons/BTN_Import.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .voteIcon {
    background: url('../theme/icons/BTN_Write.png') no-repeat center center;
}

.button_off .voteIcon {
    background: url('../theme/icons/BTN_Write.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .writeIcon {
    background: url('../theme/icons/BTN_Write.png') no-repeat center center;
}

.button_off .writeIcon {
    background: url('../theme/icons/BTN_Write.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.button_on .cleanIcon {
    background: url('../theme/icons/BTN_Clean.png') no-repeat center center;
}

.button_off .cleanIcon {
    background: url('../theme/icons/BTN_Clean.png') no-repeat center center;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.BtnOff {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/*-----------------------------*/

#DoContentDiv {
    margin: 0px auto 10px auto;
    width: 958px;
    min-height: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
}

    #DoContentDiv .title {
        font: 14pt Arial;
        border-bottom: 1px dotted #999;
        padding: 10px 0px 8px 0;
        margin: 0 0px;
        color: #b21117;
        margin-bottom: 10px;
    }


.TB_DatePicker {
    background-image: url('../theme/icons/calendar.png');
    background-color: white;
    padding-right: 20px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    text-align: center;
}

.ResultMessageDiv {
    display: none;
    float: none;
    clear: both;
    margin: 10px auto;
    text-align: center;
    font: 11pt Arial;
    font-weight: normal;
    width: 100%;
    line-height: 100%;
}

    .ResultMessageDiv img {
        margin: 0 10px 0 0px;
        width: 24px;
        float: left;
    }

    .ResultMessageDiv span {
        margin-top: 6px;
        float: left;
    }

    .ResultMessageDiv .Alert {
        padding: 3px 13px 3px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #b21117;
        background-color: #fbe9be;
        color: #b21117;
        margin: 0 auto;
        display: inline-block;
    }

    .ResultMessageDiv .Ok {
        padding: 3px 13px 3px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #1a5f1c;
        background-color: #b5f1ae;
        color: #1a5f1c;
        margin: 0 auto;
        display: inline-block;
    }

    .ResultMessageDiv .Info {
        padding: 3px 13px 3px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #336699;
        background-color: #D6E0EB;
        color: #29527A;
        margin: 0 auto;
        display: inline-block;
    }

    .ResultMessageDiv .Ajax {
        padding: 3px 13px 3px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        background-color: #fafafa;
        color: #000;
        margin: 0 auto;
        display: inline-block;
    }

#ContentSettingDiv {
    width: 600px;
    border: 0px solid #ccc;
    float: left;
    font: 11pt Arial;
}

#ContentInfoDiv {
    padding: 8px 10px;
    width: 320px;
    border: 1px solid #ccc;
    float: right;
    background-color: #f9f9f9;
    font: 10pt Arial;
}

    #ContentInfoDiv .title {
        font: 13pt Arial;
        border-bottom: 1px dotted #999;
        padding: 5px 0 8px 0;
        margin: 0 0px;
        color: #b21117;
        margin-bottom: 10px;
    }

    #ContentInfoDiv td {
        border: 0px;
        padding: 1px 0;
    }

    #ContentInfoDiv input[type="text"] {
        width: 200px;
        background-color: #fcfcfc;
        color: #666;
        font: 10pt Arial;
    }



/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-italic-webfont.eot');
    src: url('leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-italic-webfont.woff') format('woff'),
         url('leaguegothic-italic-webfont.ttf') format('truetype'),
         url('leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-regular-webfont.woff') format('woff'),
         url('leaguegothic-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('leaguegothic-condensed-regular-webfont.eot');
    src: url('leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('leaguegothic-condensed-italic-webfont.eot');
    src: url('leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}