﻿body {
    font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
    background: #D9F3D8;
    margin: 0;
    padding: 0;
    font-size: 80%;
    color: #000;
}

ul, ol, dl {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
}

a img {
    border: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.container {
    width: 80%;
    max-width: 800px;
    min-width: 800px;
    background: #1f2802;
    margin: 0 auto;
    color: #FFCC99;
}

.login {
    width: 80%;
    max-width: 800px;
    min-width: 800px;
    margin: 0 auto;
}

.content {
    padding: 10px 0;
}

    .content ul, .content ol {
        padding: 0 15px 15px 40px;
    }

.fltrt {
    float: right;
    margin-left: 8px;
}

.fltlft {
    float: left;
    margin-right: 8px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.master {
    background-image: url('images/bg2.png');
    background-repeat: repeat;
    background-color: ##004b2d;
}

.bar {
    background-color: #264220;
}

.txbox {
    border: 1px solid #C0C0C0;
    font-family: Tahoma;
}

.gheader {
    background-color: #89933d;
    background-image: url('images/gh.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
}

.panel {
    padding: 0px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.barbuttons {
    float: none;
    display: block;
    height: 26px;
    margin-top: 0px;
    background-image: url('images/bggrad.png');
    background-repeat: repeat-y;
    padding-top: 0px;
    padding-bottom: 10px;
}

    .barbuttons a {
        font-family: Arial;
        font-size: 11px;
        line-height: 26px;
        color: #FEE69A;
        background-image: url("images/btn4.png" );
        background-repeat: no-repeat;
        height: 26px;
        text-align: center;
        text-decoration: none;
        display: block;
        float: left;
        width: 100px;
        font-weight: bold;
    }

        .barbuttons a:hover {
            background-position: 0 bottom;
        }

        .barbuttons a:active {
            background-position: 0 bottom;
        }

.panelheader {
    background-color: #B0E8B1;
    background-image: url('images/ph.png');
    background-repeat: repeat-x;
    height: 24px;
    color: #FFFFFF;
}

.popup_err {
    width: 500px;
    height: 200px;
}

.popup_container {
    padding: 0px;
    border: 1px solid #666666;
    background-color: #F7F7DE;
    color: #CC3300;
}

.popup_title {
    background-image: url('images/ph.png');
    height: 28px;
}

.popup_body {
    padding: 15px 15px 15px 15px;
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    line-height: 15pt;
    clear: both;
    height: 158px;
    width: 449px;
}

.detail_body {
    padding: 15px 15px 15px 15px;
    font-family: Tahoma;
    font-size: 12px;
    color: #333333;
    clear: both;
}

.title_bar_left {
    padding-top: 5px;
    padding-left: 5px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    width: 461px;
    height: 18px;
}

.title_bar_right {
    background-position: right;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-right: 5px;
    background-image: url('images/cross.png');
    width: 16px;
    height: 16px;
    float: right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.popup_buttons {
    margin: 10px;
}

.popup_detail {
    padding: 0px;
    border: 1px solid #FDE768;
    background-color: #273102;
    color: #333333;
    width: 600px;
    height: 700px;
}

.errheader {
    background-color: #FDBCAC;
    background-image: url('images/errbg.png');
    background-repeat: repeat-x;
    color: #800000;
    width: 100%;
    line-height: 32px;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: bold;
    font-family: Verdana;
}

.akce {
    float: none;
    display: block;
    background-color: #ffe2a8;
    height: 22px;
    background-image: url('images/bggrad.png');
    background-repeat: repeat-y;
    padding-top: 0px;
}

    .akce a {
        font-family: Arial;
        font-size: 11px;
        line-height: 22px;
        color: #FFFFFF;
        background-image: url("images/btn.png" );
        background-repeat: no-repeat;
        height: 22px;
        text-align: center;
        text-decoration: none;
        display: block;
        float: left;
        width: 50px;
        font-weight: bold;
    }

        .akce a:hover {
            background-position: 0 bottom;
            color: #FFFFFF;
        }

.btlink {
    font-family: Arial;
    font-size: 11px;
    line-height: 24px;
    color: #FEE69A;
    background-image: url("images/btndlg.png" );
    background-repeat: no-repeat;
    height: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    font-weight: bold;
    clear: left;
}

    .btlink:hover {
        background-position: 0 bottom;
        color: #333333;
    }

.btlink_cent {
    font-family: Arial;
    font-size: 11px;
    line-height: 24px;
    color: #FEE69A;
    background-image: url('images/btndlg.png');
    background-repeat: no-repeat;
    height: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    font-weight: bold;
    clear: both;
    position: relative;
    left: 17%;
    float: left;
    top: -4px;
}

    .btlink_cent:hover {
        background-position: 0 bottom;
        color: #333333;
    }

.btlink_popup {
    font-family: Arial;
    font-size: 11px;
    line-height: 24px;
    color: #FEE69A;
    background-image: url("images/btndlg.png" );
    background-repeat: no-repeat;
    height: 24px;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 80px;
    font-weight: bold;
}

    .btlink_popup:hover {
        background-position: 0 bottom;
        color: #333333;
    }

.vpravo {
    float: right;
}

.grid_title {
    height: 22px;
    background-color: #264220;
    color: #FEE89A;
    vertical-align: bottom;
    padding-top: 5px;
    text-align: center;
}

.akce_active {
    font-family: Arial;
    font-size: 11px;
    line-height: 22px;
    color: #FFCC66;
    background-image: url("images/btn.png" );
    background-repeat: no-repeat;
    height: 22px;
    text-align: center;
    text-decoration: none;
    display: block;
    float: left;
    width: 50px;
    font-weight: bold;
    background-position: 0 bottom;
}

    .akce_active a {
        color: #FFCC66;
    }

.pagelogo {
    width: 800px;
    height: 144px;
    margin: 0px;
    background-image: url('images/ublogo2.png');
    background-repeat: no-repeat;
    background-color: #006600;
}

.maingrid {
    color: #333333;
    background-color: #FFFFFF;
    border: 1px none #DEDFDE;
    border-collapse: collapse;
    width: 100%;
    font-family: Tahoma;
}

.maingrid_header {
    background-color: #336600;
    background-image: url('images/gh.png');
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-weight: bold;
}

.maingrid_row {
    padding-top: 4px;
    padding-bottom: 3px;
}

.menu {
    text-align: center;
    float: none;
    left: 50%;
}

.labl {
    z-index: 100;
}

.ruka {
    cursor: pointer;
}

.spaceup {
    margin-top: 20px;
}

.linkbutton {
    float: none;
    display: block;
    color: #f3d394;
    text-decoration: none;
}

    .linkbutton a {
        color: #f3d394;
        text-decoration: none;
        display: block;
        font-weight: bold;
        padding-left: 10px;
    }

        .linkbutton a:hover {
            color: #FFFFFF;
            font-weight: bold;
        }

    .linkbutton:hover {
        color: #FFFFFF;
    }

.griditem {
    padding-left: 10px;
    padding-right: 30px;
}

.spaceupbottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.roky {
    float: none;
    display: block;
    background-color: #264220;
    height: 15px;
    padding-top: 0px;
}

    .roky a {
        font-family: Arial;
        font-size: 9px;
        line-height: 15px;
        color: #FFFFFF;
        background-image: url("images/rokb.png" );
        background-repeat: repeat-x;
        height: 15px;
        text-align: center;
        text-decoration: none;
        display: block;
        float: left;
        width: 50px;
        font-weight: bold;
        margin-left: 1px;
    }

        .roky a:hover {
            background-position: 0 bottom;
            color: #FFFFFF;
        }

.floatimg {
    float: right;
    margin-top: 48px;
    margin-right: 10px;
    cursor: pointer;
}
.logotbl {
    padding-right: 10px;
}
.logoimg {
    cursor: pointer;
}

.pixbtn {
    border: 1px solid #808080;
    background-color: #CCFFCC;
    font-weight: bold;
}

    .pixbtn:hover {
        background-color: #006600;
        color: #FFFFFF;
    }

.CustomEditorStyle .ajax__htmleditor_editor_toptoolbar {
    background-color: #F0F0F0;
    padding: 0px 0px 2px 2px;
}

.ltym {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
