/* ======================================== styl tabulek / START ======================================== */

#tabLiga img {
    margin-top:3px;
}

#tabLiga {
	background-color: #f3ede8;
	border: 1px solid #01437c;
	border-collapse: collapse;
	margin-top: 3px;
	margin-bottom: 3px;
}
#tabLiga th.nazevtymu {
    width:150px;
}
#tabLiga th {
    width:30px;
}

#tabLiga tr.bb td {
    border-bottom-width:3px;
}

#tabLiga th {
	height: 20px;
	border: 1px solid #01437c;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 6px;
	font-size: 10pt;
}
#tabLiga th a:link {color: #ffffff}
#tabLiga th a:visited {color:#ffffff}
#tabLiga th a:hover {color:#f3ede8}
#tabLiga td {
	color: #000000;
	border: 1px solid #01437c;
	text-align: center;
	padding-left: 3px;
	padding-right: 6px;
	font-size: 10pt;
}
#tabLiga tr.nastym td {
	background: #a7111c;
	color: #ffffff;
}
#tabLiga .tym {background-color:#f3ede8}
#tabLigaPoradi {text-align:left}
#tabLiga .poradi {background-color:#f3ede8}
#tabLiga .vstrel {
	padding-right: 0px;
	border-right: 0px;
	text-align:right;
}
#tabLiga .dt {
	border-left: 0px;
	border-right: 0px
}
#tabLiga .inkas {
	text-align: left;
	border-left: 0px
}
#tabulkaTym a:link {text-decoration:underline}
#tabulkaTym a:visited {text-decoration:underline}
#tabulkaTym a:hover {text-decoration:none}
#tabVygenerovat {font-size:8pt}

