table.tabulka
{
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #B9BB94 solid;
border-collapse: collapse;
border-spacing: 0px;
text-align: center;

    }

table.tabulka  td
{
border:1px solid #B9BB94;
padding-left:5px;
padding-right:5px;
padding-top:1px;
padding-bottom:1px;
xbackground:white;
text-align: center;
line-height:1.4em;
}

table.tabulka thead tr
  {
border-bottom: 2px solid #6699CC;
background-color: #BEC8D1;
text-align: center;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;   
   }


table.tabulka tr
{  
border-bottom: 1px solid #9CF;
border-top: 0px;
border-right: 0px;
text-align: center;
text-indent: 0px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; 
}


table.tabulka tr.licha
  { 
  border-bottom: 1px solid #9CF;
border-top: 0px;
border-right: 0px;
text-align: center;
text-indent: 	0px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; 
   }


table.tabulka tbody tr:hover
{
background:#FFCCCC;
}

