/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.4.2017, 11:14:32
    Author     : RadimKindl
*/

root    {display: block;}

body    {
        background-color:       white;
        line-height:            1.2;
        font-size:              12px;
        font-weight:            bolder;
        
        }

h1      {
        background-color:               #282828;
        color:                          #dcdcdc;
        border:                         solid;
        border-color:                   #444444;
        height:                         60px;
        font-family:                    serif;
        font-size:                      50px;        
        font-style:                     normal;
        font-weight:                    bolder;
        cursor:                         default;
        text-align:                     center;
        }

table   {
        background-color:#282828;
        color:          #dcdcdc;
        line-height:    1.1;
        font-family:    calibri;
        font-size:      15px;        
        font-weight:    normal;
        text-align:     left;
        border-radius: 4px;        
        }

thead   {background-color:  #282828;}
        
th      {
        color:          #dcdcdc;
        line-height:    1.2;
        font-family:    verdena;
        font-size:      15px;        
        }        

input   {
        background-color:       #FFFFCC;
        color:                  black;
        cursor:                 default;
        width:                  150px;        
        }
        
input[type="password"] {
        background-color:       #FFFFCC;
        color:                  black;
        cursor:                 default;
        width:                  150px;
}


select   {
        background-color:       #FFFFCC;
        color:                  black;
        cursor:                 default;
        width:                  155px;
        }

textarea        {
                background-color: #3c3c5a; 
                color: navy; 
                border: 1px solid blue
                }

ol li           {
                color:                  #dcdcdc;
                position:               relative;
                left:                   10px;
                list-style:             upper-alpha
                }
                
img             {border-style: none;}

#legend-cerny-pruh {
            background-color: rgb(70,70,70);

            border-radius: 4px 4px 0 0;
            height: 20px;
            line-height: 20px;
            color: white;
            padding-left: 10px;
            vertical-align: middle;
            margin: 5px 5px 0 0;
            right: 0;	
            }    
            
fieldset {   
  
}              

.Button     {
            background-color:       #282828;
            line-height:            1.1;
            font-size:              13px;
            font-weight:            bolder;      
            color:                  #dcdcdc;
            }

.Button1    {
            background-color:       #484848;
            line-height:            1.1;
            font-size:              13px;
            font-weight:            bolder;     
            color:                  #b4ff5a;
            }

.Button2    {
            background-color:       #282828;
            line-height:            1.1;
            font-size:              13px;
            font-weight:            bolder;     
            color:                  #999999;
            }            
            
.sub        {
            background-color:       #464646;
            line-height:            1.0;
            font-size:              13px;
            font-weight:            bolder;   
            padding:                0 0px 0 25px;
            color:                  #dcdcdc;
            text-shadow:            1px 1px #363636;
            }

.sub1       {
            background-color:       #666666;
            line-height:            1.0;
            font-size:              13px;
            font-weight:            bolder;      
            padding:                0 0px 0 25px;
            color:                  #b4ff5a;
            }
            
       
            
.subSub        {
            background-color:       #828282;
            line-height:            1.0;
            font-size:              13px;
            font-weight:            bolder;   
            padding:                0 0px 0 30px;
            color:                  #dcdcdc;
            color:                  #dcdcdc;
            text-shadow:            1px 1px #363636
            }

.subSub1       {
            background-color:       #A2A2A2;
            line-height:            1.0;
            font-size:              13px;
            font-weight:            bolder;    
            padding:                0 0px 0 30px;
            color:                  #b4ff5a;
            }         
                          

.error {
  position: absolute; left: 25%; top: 15%;
  text-align:center;
  width: 400px;
  padding: 1em;
}

.errorTable {
  border: 1px solid #DD2222;
  background-color: #DD2222;
  width: 400px;
}

.errorTitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background: url(./img/error.png) top left no-repeat;
}

.errorText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #CCCCCC;
  text-align: center;
  padding: 2px;
}

