/* CSS Document */
.tabl
{ 
    border-collapse: collapse;
    background-color: #FDE7B0;
    border: 2px solid black; 
    margin: auto;
    text-align: center; 

}
.tabl td
{
    padding:2px 5px;
    font-size: 10pt;
    border-top: 1px solid white;
    border-left: 1px solid white;
}
.tabl a
{ 
    font-weight:bold;
    display:block;
    color: black; 
    text-decoration: none;
    width: 100%; 
} 
.tabl a:hover
{
    color:red;
} 
/*sude - liche radky*/
.tabl .obarvit 
{
    background-color: #F7FBB1;
}

/*HLAVICKA tabulky*/

td.td_top
{ 
    background: url('../pavouk/images/b_zahlavi.gif') repeat-x #08A73D left 50%;
    color:black;
}
td.td_name
{
    text-align:left;
    background: url('../pavouk/images/b_zahlavi.gif') repeat-x #08A73D left 50%;
    color:black;
}
.tr_top 
{ 
    text-align:center;
    font-family: Verdana, Arial, Courier, sans-serif;
    font-weight: bold;
    font-size:9pt;
    background: url('./images/zahlavi_gold.gif') repeat-x #876102 center top; 
    color:white; 
}
.tr_top td  
{ 
    font-family: Verdana, Arial, Courier, sans-serif;
    font-weight: bold;
    font-size:9pt;
    height:16px;
}
.tr_top td a 
{ 
    width:100%;
    height:100%;
    text-decoration:none;
    display:block;
    color:white; 
}
.tr_top td a:hover 
{ 
    color:#AFF696;
}
.tr_top td img
{
    padding-left:5px;
    border:0;
}

/*napoveda*/
div.napoveda 
{
    padding-top:5px;
    text-align:left;
    margin: auto;
    font-size:60%;
}
div.napoveda img
{
    width:15px;
    height:15px;
    float:left;
    margin-right:5px;
}


/*specialni*/
span.pozor{
    color:black;
    font-size:80%;
}
