/*  ......................................

--- MANUAL ---

barvy:
    modra = #0080c3
    seda = #b0b0b0
    cervena = #ff3030
    svetla = #e0e0e0 (formulare)

pisma:
    standard = 12px
    h1 = 20px
    h2 = 16px
    h3 = 14px
    mini = 10px
 ....................................... */



body
    {
    text-align: left;
    font-size: 13px;
    font-family: "Verdana", sans-serif;
    background-attachment: scroll;
    background-color: white;
    color: black;
    }

img { border: none;}

/* ================= page structure ================= */
    
#leftstripe {
    position:absolute;
    left:0px;
    top:0px;
    width:52px;
    height:734px;
}

#topstripe {
    position:absolute;
    left:52px;
    top:0px;
    width:994px;
    height:200px;
    border-left: 2px solid #b0b0b0;
}

   
#topbar {
    position: absolute;
    padding: 0 0 0 0;
    top: 14px;
    left: 30px;
}

#account{
    position: absolute;
    padding: 0 0 0 0;
    top: 14px;
    left: 750px;
    width: 270px;
    color: black;
    text-align: right;
}




/* ================= commons ================= */

table {
    font-size: 12px;
    font-family: "Verdana", sans-serif;
    color: black;
    border-collapse: collapse;    
}

input, select, textarea
{
    font-family: "Verdana", sans-serif;
    color: black;
    border: solid 1px #b0b0b0;
    background-color: #e0e0e0;
    font-size: 12px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 2px;
    padding-bottom : 2px;
}

.submit
{
    border: solid 1px #0060a0;
    background-color: #0080c3;
    color: white;
    font-weight : bold;
}


td {
    padding: 3px 3px 3px 3px;
    }

th {
    padding: 2px 5px 2px 5px;
    font-weight : normal;
    background-color: #e0e0e0;
    }

    
p {
    padding: 0 0 0 0;
    text-align: justify;
    text-indent : 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    }
.indent {text-indent : 25px;}

a
    {
    color: #ff3030;
    text-decoration:none;
    }

a:hover {
    color: #0080c3;
    text-decoration:none;
    }


ul {
    list-style-image: url("design/bullet.gif");
    margin-top: 0px;
    margin-bottom: 0px;
    }
li {
    margin-bottom: 5px;
    }   
    
/* --------- headers ------- */
    
h1
    {
    font-size: 15px;
    font-weight: bold;
    background-color: #e0e0e0;
    margin-top: 0px;
    margin-bottom: 7px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    color: black;
    }
    
h2
    {
    font-size : 16px;
    font-weight : bold;
    margin-top: 7px;
    margin-bottom: 7px;
    border-left: solid 15px #0080c3;
    padding-left: 10px;
    text-indent: 0px;
    
    }

h3
    {
    font-size : 12px;
    font-style: italic;
    font-weight : bold;
    text-decoration: underline; 
    margin: 30px 10px 8px 0px;
    padding: 5px 5px 5px 5px;
    }

/* --------- panel ------- */
.panel
    {
        border: solid 1px #b0b0b0; 
    }

.panel .title
    { background-color: #b0b0b0;}

    
/* --------- intext image ------- */
.tximage
    {
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic; 
    text-align: center;
    }

/* --------- general formating ------- */

.en
    { color: #ffff99; }
.cz
    { color: #ffffff; }

.small
    {
    font-size : 10px;
    }


.stamp
{
    font-size: 10px;
    padding : 2px 5px 2px 5px;
    color: #606060;
    background-color : #101020;
}

.big
    {
    font-size : 20px;
    }

.description {
    color: #a0a0a0;
    font-style : italic;
}

.value {
    font-weight : bold;
}

.units {
    font-style : italic;
    font-size : 10px;
}

.signature {
    font-style : italic;
    font-size : 10px;
    color: #b0b0b0;
}

.caption {
    font-style : italic;
    color: #404040;
}


.iconframe
{
    background-color: #004083;
    text-align : center;
    font-size : 10px;
    color: White;
    font-weight : bold;
    border: solid 1px black;
    padding: 5px 5px 5px 5px; 
    margin-bottom : 0px;
    margin-left : 5px;
    margin-right : 5px;
    margin-top : 0px;
}

.iconframe a
{
    color: white;
}


.bluebg   {background-color: #0080c3;color:white;}
.redbg    {background-color: #ff3030;}
.graybg    {background-color: #b0b0b0;}

/* ------------- rules ------------ */    

hr
{
    border : thin solid #003090;
    margin-bottom : 10px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
}


.gap
{
    margin-bottom : 15px;
    margin-top: 15px;
 
}

/* ------------ GUI messages ----------- */

.message {
    background-color: #003030;
    font-weight : bold;
    font-size: 12px;
    color : Yellow;
    text-align : center;
    padding-top: 5px; 
    padding-bottom: 5px;
}

.exception {
    background-color: #C03030;
    font-weight : bold;
    color : Yellow;
    text-align : center;
    padding-top: 5px; 
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}


