﻿/* styly jednotlive tabulky toursTableBig - velka, toursTableSmall - mala ------ */
table.toursTableBig , table.toursTableSmall
{
	width: auto;
	border-top:1px solid #C4CE80;
	margin: 0px;
	border-top:1px solid #FFFFFF; padding:5px; border-spacing: 0px; border-left-width:1px; border-right-width:1px; border-bottom-width:1px
}

/* styl tabulky s detaily */
table.toursDetail
{
}

table.toursDetail td.detailDescription
{
    font-weight: bold;
}

/* tr licha rada, tr.strip - suda rada -------------------------------- */
table.toursTableBig tr.strip,table.toursTableSmall tr.strip,table.toursDetail tr.strip
{
    background-color: #EBEBEB;}
}


table.toursTableBig th, table.toursTableSmall th, table.toursDetail th
{
    background-color: #EBEBEB; 
}

table.toursTableBig td.start
{
    text-align: center;
    font-weight: bold;
}

td.min-buyin,td.max-buyin {
    text-align: right;
}

td.min-buyin:after,td.max-buyin:after {
    content: ' Kč';
}
/* 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
{
}

/* jednotlive bunky v hlavičkách tabulky v pořadí jak se zobrazují */
#liveobal th
{
	background-color: #C4CE80 !important;
	pading: 3px;
}
#liveobal td { border-top:1px solid #FFFFFF; padding:5px; border-spacing: 0px; border-left-width:1px; border-right-width:1px; border-bottom-width:1px }


th.date, th.name, th.variation, th.start, th.type, th.city, th.place, th.club, th.detail
{

}


/* odstranění (skrytí) sloupce Kraj*/
table.toursTableBig td.place, table.toursTableBig th.place
{
    display: none;
}

/* hlavicky tabulek */
tr.toursTableBigHeader, tr.toursTableSmallHeader, tr.toursDetail
{
}

/* odkazy v hlavicce pro razeni */
tr.toursTableBigHeader a, tr.toursTableSmallHeader a, tr.toursDetail a
{
    color: C4CE80 !important;
    text-decoration: none;
}

tr.toursTableBigHeader a:hover, tr.toursTableSmallHeader a:hover, tr.toursDetail a:hover
{
    text-decoration: underline;
}

/* styly pro seznam stranek ------------------------------------------------- */
tr.pageList, tr.backRow
{
    font-size: medium;
    text-align: right;
}

tr.pageList a:before
{
    content: "[";
}

tr.pageList a:after
{
    content: "]";
}

tr.pageList a.active
{
    font-weight: bold; 
}

tr.pageList a.active:hover
{
    color: black;
    text-decoration: none;
}

tr.pageList a[href]
{
    color: black;
    text-decoration: none;
}

tr.pageList a[href]:hover
{
    color: gray;
    text-decoration: underline;
}

