@CHARSET "UTF-8";

.tabulka {
	width: 100%;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 0.9em;
	margin-bottom: 15px;
}

.tabulka th {
	background-image: url('../design/head.bmp');
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	border-bottom : 1px solid #AAA;
	text-align: center;
	padding: 3px;
	font-size: 1em;
	margin: 20px 0 10px 0;
}

.tabulka td {
	padding: 3px 5px;
        border-top: 1px solid #ddd;
}

.tabulka .first {
	background-color: #88bb66;
}

.tabulka .top3 {
	background-color: #bbddaa;
}

.tabulka .bottom3 {
	background-color: #f6d6d6;
}

.tabulka .left {
	text-align: left;
}

.mala_tabulka {
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0;
}

.mala_tabulka th {
	background-image: url('../design/head.bmp');
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	border-bottom : 1px solid #AAA;
	text-align: center;
	padding: 3px;
	font-size: 1.2em;
	border-bottom: 1px solid #AAA;
}

.mala_tabulka td {
	border-top: 1px solid #eeeeee;
	padding: 2px 5px;
}

.mala_tabulka .first {
	background-color: #88bb66;
}

.mala_tabulka .top3 {
	background-color: #bbddaa;
}

.mala_tabulka .bottom3 {
	background-color: #f6d6d6;
}

.mala_tabulka .left {
	text-align: left;
}

.rozpis {
	width: 100%;
	text-align: center;
	border: 1px solid #888888;
	margin-bottom: 15px;
	font-size: 0.9em;
}

.rozpis .left {
	text-align: left;
}

.rozpis .right {
	text-align: right;
}

.rozpis .p10 {
	width: 16%;
}

.rozpis .p25 {
	width: 20%;
}

.rozpis .p30 {
	width: 29%;
}

.rozpis td {
	border-top: 1px solid #eeeeee;
	padding: 2px;
}

.rozpis th {
	background-image: url('../design/head.bmp');
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	border-bottom : 1px solid #AAA;
	text-align: center;
	padding: 3px;
	font-size: 1em;
	border-bottom: 1px solid #AAA;
}

.highlight {
	background-color: #aabbdd;
	font-weight: bold;
}

.suda {
	background-color: #edf4d3;
}

.top-border td {
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
        background-color: #f8f8f8;
        font-weight: bold;
}