/* vrchni radek tabulky------ */

.toursTableBig tr th  { padding:3px; border-bottom:1px solid #726B3D; background-color: #C4CE80; text-align:left; margin-bottom:5px}
.toursTableBig tr th  a { color: #003300 !important; }
.toursTableBig tr td { padding:6px; vertical-align: top !important; }


.clubDetail h4 a{  font-size: 16px; font-weight: bold;}
.clubDetail h4 {   border: 1px solid #FFFFFF !important; padding: 0px !important; 
               background-color: #FFFFFF !important}

/* styly jednotlive tabulky toursTableBig - velka, toursTableSmall - mala ------ */
table.toursTableBig, table.toursTableSmall
{
    border:1px solid #666666; padding:0px; width: 100%;
}

/* styl tabulky s detaily */
table.toursDetail
{border:1px solid #666666; padding:3px; width: 100%;
}

table.toursDetail td.detailDescription
{
    font-weight: bold;
}

/* tr.row1 - licha rada, tr.row2 - suda rada -------------------------------- */
table.toursTableBig tr.row2,table.toursTableSmall tr.row2,table.toursDetail tr.row2
{
    background-color: #EBEBEB; 
}

table.toursTableBig th, table.toursTableSmall th, table.toursDetail th
{
    
}

td.date, td.tip
{
    text-align: center;
    font-weight: bold;
}

/* jednotlive bunky tabulky v pořadí jak se zobrazují */
td.date, td.name, td.variation, td.start, td.type, td.city, td.place, td.club, td.detail
{
 padding: 3px}

/* jednotlive bunky v hlavičkách tabulky v pořadí jak se zobrazují */
th.date, th.name, th.variation, th.start, th.type, th.city, th.place, th.club, th.detail
{
}

/* odstranění (skrytí) sloupce Kraj*/


#jednorazoveturnaje td.detail 
{
    display: none;
}

#pravidelneturnaje td.club, th.club
{
    display: none;
}
/* hlavicky tabulek */
tr.toursTableBigHeader, tr.toursTableSmallHeader, tr.toursDetail
{
color: #FFFFFF}

/* odkazy v hlavicce pro razeni */
tr.toursTableBigHeader a, tr.toursTableSmallHeader a, tr.toursDetail a
{   color: #ffffff;
    text-decoration: underline;}

tr.toursTableBigHeader a:hover, tr.toursTableSmallHeader a:hover, tr.toursDetail a:hover
{   
    text-decoration: none;}

/* styly pro seznam stranek ------------------------------------------------- */
tr.pageList, tr.backRow
{   font-size: medium;
    text-align: right; background-color:#CCCCCC}

tr.pageList a:before
{
    content: "[";
}

tr.pageList a:after
{
    content: "]";
}

tr.pageList a.active
{
    font-weight: bold; 
}

tr.pageList a:hover.active
{
    color: black;
    text-decoration: none;
}

tr.pageList a[href]
{
    color: black;
    text-decoration: none;
}

tr.pageList a[href]:hover
{
    color: gray;
    text-decoration: underline;
}
