﻿/* main page definition*/
body {
    margin-top: 15px;
    font-family: Verdana;
    font-size: 80%;
    font-style: normal;
    background-color: #afdbff;
    background-image: url(../img/background_all.png);
    background-repeat: repeat-x;
}

img {
    border: none;
}

p {
    text-align: justify;
    margin: 8px 18px 8px 0px;
}

    p a, ul li sup a {
        color: #424242;
        text-decoration: underline;
    }

h1 {
    color: #424242;
    font-size: 130%;
    font-weight: bold;
    margin: 5px 10px 20px 0px;
}

h2 {
    color: #424242;
    font-size: 115%;
    font-style: normal;
    margin: 20px 0px 16px 0px;
}

h3 {
    color: white;
    font-size: 110%;
    font-style: normal;
    margin: 0px 0px 5px 20px;
}

    h3.dark {
        color: #424242;
        margin: 15px 20px 14px 0px;
    }

.page {
    margin: 0px auto;
    width: 1230px;
}

.infoText {
    height: 30px;
    background-color: red;
    color: white;
    font-size: 15px;
    text-align: center;
    width: 1212px;
    margin: 0 auto 0 auto;
    padding-top: 10px;
}

.top_frame {
    position: relative;
    margin-top: 0px;
    width: 1230px;
    height: 99px;
    background-image: url(../img/top_background.png);
    background-repeat: no-repeat;
}

.login {
    position: absolute;
    top: 64px;
    left: 383px;
    width: 150px;
    height: 35px;
    background-image: url(../img/login_back.png);
    background-repeat: no-repeat;
}

.english {
    position: absolute;
    top: 64px;
    left: 534px;
    width: 150px;
    height: 35px;
    background-image: url(../img/english_background.png);
    background-repeat: no-repeat;
}

.zalozka_tmava {
    position: relative;
    float: left;
    height: 35px;
    background-color: #797979;
    width: 75px;
}

.main_frame {
    background-color: white;
    border-top: 10px solid white;
}

.logo {
    position: absolute;
    top: 5px;
    left: 25px;
}

#menu-line {
    background-color: #424242;
    width: 1230px;
    height: 40px;
    color: white;
    position: relative;
}

.middle_part {
    margin: 0px auto;
    text-align: left;
    width: 1180px;
    padding: 0px;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.text_align {
    text-align: center;
    background-repeat: repeat-x;
}
/* main page definition end*/

/* rámečky - div definition */

.page_border {
    position: relative;
    margin-left: 1px;
    border-top: solid grey 2px;
    clear: both;
    width: 1180px;
    background-image: url(../img/page_background.png);
}

.homepage {
    position: relative;
    margin-left: 5px;
    clear: both;
    width: 1180px;
}

.page_bottom_pozice {
    clear: both;
    height: 15px;
}

.footer {
    color: white;
    margin: 0px auto;
    background-color: #333333;
    width: 1230px;
    text-align: center;
    overflow: hidden;
}

.footer_links {
    border: 5px solid #333333;
}

#w3c {
    float: right;
    margin: -40px 20px 10px 0px;
}

.footer_line {
    padding-top: 20px;
}

.footer_bottom_pozice {
    margin: 0px auto;
    text-align: center;
}

.clear {
    clear: both;
}

/* rámečky - div definition end */


/* headers and hypertextlinks */

a.grey {
    color: #cccccc;
    font-weight: bold;
    text-decoration: none;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

    a:hover {
        text-decoration: none;
    }

    a.dark {
        font-weight: normal;
        text-decoration: none;
        color: black;
    }

        a.dark:hover {
            text-decoration: none;
        }

/* headers and hypertextlinks end */
/* search form */
input.full_search, input.search {
    font-size: 110%;
    background-image: url(../img/lupa_small.png);
    background-repeat: no-repeat;
    border: 2px #d3d3d3 solid;
    margin-left: 10px;
    margin-top: 0px;
    height: 17px;
    padding: 3px 3px 3px 40px;
}

input.full_search {
    width: 153px;
}

input.search {
    width: 281px;
}

.search {
    margin-left: 5px;
}

.search_submit {
    font-size: 130%;
    font-weight: bold;
    color: white;
    border: none;
    margin-left: 20px;
    margin-top: 15px;
    width: 220px;
    height: 52px;
    background-image: url(../img/submit.png);
}

.search_submit_small {
    font-size: 100%;
    font-weight: bold;
    color: white;
    border: none;
    width: 138px;
    height: 37px;
    cursor: pointer;
    background-image: url(../img/submit_small.png);
}

.search_menu_submit_small {
    font-size: 100%;
    font-weight: bold;
    color: white;
    border: none;
    width: 86px;
    height: 27px;
    background-image: url(../img/search_button_small.png);
    margin-top: 1px;
}

.search_small {
    margin: 10px 30px 0px 0px;
    float: right;
}

.search_menu_small {
    margin: 0px 0px 0px 10px;
    float: left;
}

.advanced_search {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 130%;
}

.nazev_hledani {
    color: white;
    margin-left: 10px;
    width: 210px;
    height: 25px;
    padding-top: 5px;
    float: left;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
}

.block_search {
    float: left;
    width: 580px;
}

.block_search_full {
    float: left;
}

.full_text_search {
    position: absolute;
    top: 7px;
    left: 300px;
}

.search_top {
    height: 10px;
    overflow: hidden;
}

.search_big_frame {
    width: 1170px;
    height: 90px;
    background-color: #797979;
}

.search_main {
    width: 1170px;
    height: 30px;
    background-color: #797979;
    overflow: hidden;
}

.search_bottom {
    padding: 0px;
    margin: 0px;
    border-bottom: 10px solid white;
}

.search_mid {
    background-color: #cccccc;
    width: 1170px;
}

.search_middle {
    position: relative;
    background-color: #797979;
    width: 1170px;
    padding-top: 5px;
    overflow: hidden;
}

.search_vice {
    margin-top: 20px;
    clear: both;
    width: 1170px;
}

.search_right {
    float: right;
    margin-right: 30px;
}
/* search form end*/


/* css menu definition */

.solidblockmenu {
    margin: 0;
    padding: 0;
    float: left;
    font: bold verdana;
    width: 100%;
    overflow: hidden;
}

    .solidblockmenu li {
        display: inline;
    }

        .solidblockmenu li a {
            float: left;
            padding: 10px 12px;
        }

            .solidblockmenu li a:visited {
                color: white;
            }

            .solidblockmenu li a:hover, .solidblockmenu li .current {
                color: white;
            }

.page_navigation {
    width: 450px;        
    margin: 0px auto;
    border-bottom: solid 20px white;    
}

    .page_navigation ul {                
        height: 30px;
        padding: 10px 0px 0px 0px;
    }

        .page_navigation ul li {
            list-style: none;
            float: left;
            margin: 0 0 0 5px;           
        }

            .page_navigation ul li a {
                display: block;                
                padding: 3px 5px 3px 5px;
                background-color: #EEEEEE;
                border: 5px solid #CFCFCF;
                color: #000000;
                text-decoration: none;
            }

                .page_navigation ul li a:hover {
                    background-color: white;
                }

            .page_navigation ul li.selected a {
                display: block;
                padding: 3px 5px 3px 5px;
                background-color: white;
                border: 5px solid #CFCFCF;
                color: #000000;
                text-decoration: none;
            }


.rozbaleni {
    clear: both;
}

    .rozbaleni ul {
        display: block;
        padding: 0 0 0 0;
        margin: 0px 0 0 0px;
    }

        .rozbaleni ul li {
            list-style: none;
            float: left;
            margin: 0 0 0 1px;
        }

            .rozbaleni ul li a {
                background: url(../img/more_right.png) top right no-repeat;
                display: block;
                padding: 0 37px 0 0;
            }

                .rozbaleni ul li a.less {
                    background: url(../img/less_right.png) top right no-repeat;
                }

                .rozbaleni ul li a:hover {
                    color: silver;
                    font-weight: bold;
                    text-decoration: none;
                }

                .rozbaleni ul li a span {
                    background: url(../img/more_left.png) top left no-repeat;
                    display: block;
                    padding: 6px 10px 10px 25px;
                }

                    .rozbaleni ul li a span.m {
                        padding: 6px 10px 10px 17px;
                    }

.rozbaleni_grey {
    margin-left: 20px;
    clear: both;
}

    .rozbaleni_grey ul {
        display: block;
        padding: 5px 0 0 0;
        margin: 0px;
    }

        .rozbaleni_grey ul li {
            list-style: none;
            float: left;
            margin: 0px 2px 0px 1px;
        }

            .rozbaleni_grey ul li a {
                background: url(../img/more_right_grey.png) top right no-repeat;
                display: block;
                padding: 0px 37px 0px 0px;
            }

                .rozbaleni_grey ul li a:hover {
                    color: silver;
                    font-weight: bold;
                    text-decoration: none;
                }

                .rozbaleni_grey ul li a span {
                    background: url(../img/more_left_grey.png) top left no-repeat;
                    display: block;
                    padding: 6px 10px 10px 25px;
                }

            .rozbaleni_grey ul li.less a {
                background: url(../img/less_right_grey.png) top right no-repeat;
                display: block;
                padding: 0 37px 0 0;
            }

                .rozbaleni_grey ul li.less a:hover {
                    color: silver;
                    font-weight: bold;
                    text-decoration: none;
                }

.rozbaleni_search ul {
    display: block;
    padding: 0 0 0 0;
    margin: 0px 0 0 0px;
}

    .rozbaleni_search ul li {
        list-style: none;
        float: left;
        margin: 1px 0 0 10px;
    }

        .rozbaleni_search ul li a {
            background: url(../img/search_skryt_right.png) top right no-repeat;
            display: block;
            padding: 0 37px 0 0;
        }

            .rozbaleni_search ul li a:hover {
                background: url(../img/search_skryt_right.png) top right no-repeat;
                display: block;
                padding: 0 37px 0 0;
                color: silver;
                font-weight: bold;
                text-decoration: none;
            }

            .rozbaleni_search ul li a span {
                background: url(../img/search_skryt_left.png) top left no-repeat;
                display: block;
                padding: 6px 10px 10px 8px;
            }

.navigation {
    height: 40px;
    margin-top: 10px;
}

    .navigation ul {
        display: block;
        float: left;
        padding: 0 0 0 0;
        margin: 0px 0 0 0px;
    }

        .navigation ul li {
            list-style: none;
            float: left;
            margin: 0 0 0 1px;
        }

            .navigation ul li a {
                background: url(../img/nav_right.png) top right no-repeat;
                display: block;
                padding: 0 13px 0 0;
                color: white;
                text-decoration: none;
            }

            .navigation ul li.selected a {
                background: url(../img/nav_selected_right.png) top right no-repeat !important;
                color: white;
                font-weight: bold;
            }

            .navigation ul li.hover a {
                background: url(../img/nav_selected_right.png) top right no-repeat !important;
                color: white;
                font-weight: bold;
                text-decoration: underline;
            }

            .navigation ul li a span {
                background: url(../img/nav_left.png) top left no-repeat !important;
                display: block;
                padding: 15px 10px 10px 23px;
            }

            .navigation ul li.selected a span, .navigation ul li.hover a span {
                background: url(../img/nav_selected_left.png) top left no-repeat !important;
            }

/* css menu definition end */

/* text format styles */
.info_left {
    float: left;
    text-align: right;
    width: 250px;
    border: solid white 5px;
    font-weight: bold;
    color: #424242;
}

.info_right {
    float: left;
    text-align: left;
    width: 850px;
    border: solid white 5px;
    color: #424242;
    text-decoration: none;
    font-weight: normal;
}

.info_left_main_page {
    margin-left: 5px;
    float: left;
    text-align: right;
    width: 230px;
    font-weight: bold;
    color: #424242;
}

.info_left_main_page_odsazeni {
    margin-top: 10px;
    margin-left: 5px;
    float: left;
    text-align: right;
    width: 230px;
    font-weight: bold;
    color: #424242;
}

    .info_left_main_page_odsazeni a {
        color: #424242;
    }

        .info_left_main_page_odsazeni a:hover {
            text-decoration: underline;
        }

.info_right_main_page {
    float: left;
    text-align: left;
    width: 320px;
    margin-left: 10px;
    color: #424242;
    text-decoration: none;
    font-weight: normal;
}

.sipka {
    border: none;
    margin-top: 5px;
    margin-left: 10px;
}

.page_padding_inside {
    width: 1160px;
    margin: 10px 0 0px 15px;
}

.attachment {
    position: relative;
    float: left;
    width: 375px;
    margin: 4px;
}

.attachment_open {
    border: 1px solid #c8c8c8;
    position: relative;
    float: left;
    width: 375px;
    margin: 4px;
}

.att_left {
    float: left;
    margin-top: 2px;
}

.right {
    float: right;
}

.att_right {
    position: absolute;
    top: 0px;
    right: 15px;
}

.att_text {
    width: 215px;
    padding: 2px 0px 0px 10px;
    float: left;
}

.detail_info {
    clear: left;
    margin-left: 42px;
    width: 330px;
}

table.dotace-table {
    border-collapse: collapse;
    margin: 0px 0px 10px -4px;
}

.dotace {
    background-color: #F5F5F5;
    border: 3px solid #D6D6D6;
    border-radius: 10px;
    float: left;
    margin: 4px;    
    padding: 9px 0px;
    width: 574px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

    .dotace:hover {
        opacity: 0.7;
    }

.dotace-panel-click {
    display: block;
    cursor: pointer;
}

#search-buttons {
    float: left;
    width: 240px;
    margin-top: 5px;
}

#upozorneni {
    color: White;
    float: left;
    font-style: italic;
    margin: 10px 0px 0px 25px;
    text-align: justify;
    width: 702px;
}

ul#main-menu {
    list-style: none;
    padding: 0px;
    margin: 0px 5px;
}

    ul#main-menu li {
        float: left;
    }

        ul#main-menu li a {
            padding: 0px 11px;
            line-height: 38px;
            display: block;
            margin: 0px;
            font-size: 120%;
        }

            ul#main-menu li a:hover, ul#main-menu li a.selected {
                background-color: #666;
            }

#title {
    float: right;
    margin: 12px 18px;
    font-weight: bold;
}

a.button-back {
    color: #424242;
    display: block;
    float: right;
    margin: 25px 20px;
    text-decoration: underline;
}

    a.button-back:hover {
        text-decoration: none;
    }

ul.list-alpha {
    list-style-type: lower-alpha;
}

ul.list, ul.list ul {
    list-style-type: none;
}

p#no-data {
    width: 1150px;
    color: White;
    text-align: center;
}

div#vysledky-na-stranku {
    margin-left: 10px;
}

.attachmentPicture {
    float: left;
    margin-top: 2px;
    width: 32px;
    height: 32px;
}

.oznameni {
    padding: 15px;
    background-color: #daa;
    margin-right: 10px;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #f00;
    line-height: 20px;
    font-weight: bold;
}