#tabulka {}
#tabulka table {
	background-color: #FFFFFF;
	border: none;
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

#tabulka table caption {
	background-color: transparent;
	color: #67BD2A;
	font-family: Georgia, serif;
	font-size: 24px;
	padding-bottom: 12px;
	padding-left: 8px;
	text-align: left;
}

#tabulka table, td, th {
	margin: 0;
	padding: 0;
}

#tabulka tbody td, tbody th {
	background-color: #f9f4cf;
	border-bottom: 2px solid #f4eaa5;

	padding: 9px;
	font-weight:normal;
}

#tabulka tbody tr.odd th, tbody tr.odd td {
	background-color: #f7f0bf;
	border-bottom: 2px solid #e9d64c;
}

#tabulka tbody tr:hover td, tbody tr:hover th {
	background-color: #BAE899;
}

#tabulka td, th {
	vertical-align: middle;
}

#tabulka tfoot td, tfoot th {
	padding: 4px 8px 6px 9px;
}

#tabulka thead th {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	padding: 0 8px 2px 8px;
	white-space: nowrap;
	background-color: white;
	border-bottom: 0px;
	font-weight:bold;
}
