﻿table.SeznamTable th {
	font-size : 80%;
	font-weight:bold;
	text-align:center;
	background-color: #93B0E0;
	padding-left: 10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	vertical-align:middle;
}
table.SeznamTable td {
	background-color:White;
	font-size : 78%;
	padding-left: 5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:0px;
	text-align:center;
	vertical-align:middle;
}
table.SeznamTable th.Priloha, table.SeznamTable td.Priloha {
	width: 30px;
	padding: 0px;
}
table.SeznamTable th.Kategorie, td.Kategorie {
	width: 100px;
}
table.SeznamTable th.Nazev, table.SeznamTable td.Nazev {
	width: 150px;
}
table.SeznamTable th.Popis, table.SeznamTable td.Popis {
	width: 150px;
}
table.SeznamTable th.Vyveseno, table.SeznamTable td.Vyveseno {
	width: 50px;
}
table.SeznamTable th.Sejmuto, table.SeznamTable td.Sejmuto {
	width: 50px;
}
table.SeznamTable th.Zdroj, table.SeznamTable td.Zdroj {
	width: 100px;
}

