table {
    border-collapse:collapse;
    background-color: white;

    font:0.95em/145%;
    color: black;
    width: 100%;
	table-layout: auto;
}

.table_popis {
    padding: 0 0 .5em 0;
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    background: transparent;
}

/*table img{height: 24px; widht: 24px; vertical-align: middle; margin-top: 3px;}*/
/* ---------- links ----------- */

table a { color: black; text-decoration:none; }
table a:link {}
table a:visited { font-weight:normal; color: #b9bfc1; text-decoration: underline; }


/* ------- head =foot --------- */

thead th { color:black; background-color: #b9bfc1; border: 1px solid #b0afaf; text-align: center; height: 35px;}
th a { color:black;}
th a:hover { color:#black;}
tfoot th, tfoot td { background-color: white; color:#fff; white-space: nowrap; }
tfoot td { text-align:right; }

/* ------- body --------------- */

tbody td { height: 25px; padding:5px; border: 1px solid #b0afaf;} 
tbody th { padding:5px; border:1px solid #333; white-space: nowrap; }
tbody th a { color:#333; }
tbody tr:hover { background-color: #dcdbdb; }
.odd {}

/* -----------------------------------------------  */
.arrows {
    width:10px; 
    height:10px;
    padding-left:25px;
    background-position: left center; 
    background-repeat: no-repeat;
}

tr:nth-child(even) {background: #f5f5f5}
tr:nth-child(odd) {background: #FFF} 