﻿/* základ ------------------------------------------------*/
body
{
    background-position: center top;
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    font-size: small;
    background: #999966 url(images/background.png) repeat;
}
h2
{
    width: 600px;
}
a:link
{
    color: #0000FF;
}
a:visited
{
    color: #0000FF;
}
a:hover
{
    text-decoration: none;
    color: #000080;
}
a:active
{
    text-decoration: none;
    color: #000000;
}
.global
{
    padding: 20px;
    text-align: left;
    width: 830px;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: relative;
}
#body
{
    width: 700px;
    float: right;
    border-left-style: dashed;
    border-width: 1px;
    border-color: #6699FF;
    padding-left: 5px;
}
hr.cleaner
{
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}
#patka
{
    background: none;
    width: 810px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 0px;
    color: black;
}
#patka a
{
    color: black;
    text-decoration: none;
}
#patka a:hover
{
    color: black;
    text-decoration: underline;
}

/* menu --------------------------------------------------*/
.Menu
{
    width: 120px;
    float: left;
    font-size: 0.9em;
    margin: 8px 0 0 0;
    background-color: #B5C7DE;
    padding: 0;
}
.Menu a
{
    display: block;
    padding: 2px 8px;
    background-color: #B5C7DE;
    color: #284E98;
    text-decoration: none;
}

.Menu a:hover
{
    background-color: #284E98;
    color: White;
}

.Menu li
{
    margin: 0;
    list-style-type: none;
    width: 100%;
}

.Menu-Sub
{
    display: none;
    position: absolute;
    left: 140px;
    top: 100px;
    z-index: 50;
    padding-left: 0;
    margin: 0;
}

ul.Menu-Sub
{
    max-height: 200px;
}

ul.Menu-Sub li
{
    display: inline;
}

/*graf----------------------------------------------------*/
.graf
{
    margin-top: 10px;
}

/*tabulka-------------------------------------------------*/
.gridview
{
    width: 100%;
    margin-top: 10px;
    color: #333333;
}
.gridview td
{
    padding: 4px;
}
.detailsview
{
    color: #333333;
    margin-top: 20px;
}
.detailsview td
{
    padding: 4px;
}
.header
{
    font-weight: bold;
    color: white;
    background-color: #507CD1;
}
.footer
{
    font-weight: bold;
    color: white;
    background-color: #507CD1;
}
.row
{
    background-color: #EFF3FB;
}
.alterrow
{
    background-color: White;
}
.info
{
    color: #0000FF;
    text-decoration: underline;
}
.info:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #000080;
}
.name
{
    text-align: left;
}
.value
{
    text-align: right;
}
.pager
{
    background-color: #2461BF;
    color: White;
    text-align: center;
}
.details
{
    background-color: #DEE8F5;
    font-weight: bold;
}

/*administrace------------------------------------*/
.login
{
    background-color: white;
    margin: 200px auto;
    padding: 20px;
    width: 300px;
}
.login table
{
    width: 100%;
}

/*hlavička----------------------------------------*/
.nadpis
{
    float: right;
    right: 0px;
}
.nadpis a
{
    font-size: 40px;
    height: 100px;
    text-transform: uppercase;
    text-align: right;
    color: #000080;
    text-decoration: none;
}
.nadpis a:hover
{
    text-decoration: underline;
}
.nadpis td
{
    font-size: small;
}
.vlajky
{
    width: 100%;
    clear: both;
}
.vlajky img
{
    border: 1px solid Black;
    height: 15px;
}

.banner
{
    float: left;
    border: none;
}
/*ostatní------------------------------------------*/
.progress
{
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-image: url('images/loading.gif');
}
.progress img
{
    vertical-align: middle;
    margin: 10px;
}
.rok
{
    position: relative;
    float: right;
}
.upravy
{
    width: 40px;
}
.fullwidth
{
    width: 700px;
}
.border
{
    border: solid 1px black;
}