html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, ol, ul, li,
fieldset, form, label, legend, img,
table, caption, thead, tbody, tfoot, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: arial, sans-serif;
    background: #00508e; /*url(/img/skin/nybg.jpg);*/
    font-size: 16px !important;
    line-height: normal !important;
}

div#wraper {
    margin: 0 auto;
    width: 1170px;
    box-shadow: 0 0 10px 0 #333;
}

div#header-social a img {
    opacity: 0.5;
}

div#header-social a:hover img {
    opacity: 0.75;
}

div#container {
    margin: 0 auto;
    padding: 10px;
    width: 1150px;
    background: #fff;
}

div#sidebar {
    float: left;
    width: 230px;
}

div#content {
    /*min-height: 960px;*/
    margin-left: 240px;
    font-size: 87.5%;
    line-height: 1.429;
    text-align: justify;
}

.marked_deleted {
    text-decoration: line-through
}

.marked_red {
    color: red;
}

.marked_green {
    color: green;
}

.marked_grey {
    color: grey;
}

.clicable {
    cursor: pointer;
}

.highlite {
    background: #ddd;
}

.hidden {
    display: none;
}

.centered {
    text-align: center;
}

.error {
    padding-top: 10px;
    font-weight: bold;
    color: red;
}

.block {
    margin-bottom: 10px;
}

.variable_block {
    height: 50px;
}
    /*modal css*/
    #modal_window {
        width: 500px;
        min-height: 150px;
        border-radius: 5px;
        border: 3px;
        background: linear-gradient(to top, #003e6e, #358fd4);
        position: fixed;
        top: 45%;
        left: 41%;
        margin-top: -150px;
        margin-left: -150px;
        display: none;
        opacity: 0;
        z-index: 5;
        padding: 20px 10px;
        color: white;
        font-size: 18px;
    }

    #modal_window h1 {
        text-align: center;
        color: red;
    }

    #modal_window hr {
        width: 80%;
        margin: 5px auto;
    }

    #modal_window #vidgets_error {
        text-align: center;
        padding: 20px;
    }

    #modal_window #vidgets_error p a {
        color: lime;
        font-size: 120%;
    }

    div#modal_close {
        width: 21px;
        height: 21px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        display: block;
        float: left;
    }

    #overlay {
        z-index: 3;
        position: fixed;
        background-color: lightgrey;
        opacity: 0.5;
        -moz-opacity: 0.8;
        filter: alpha(opacity=80);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
    }
    #vidgets_error a {
        color: yellow;
    }
