/* :::::::::::::::::::::::::::::::::::::::::::: */
/* :::   tabulkove styly zony POMATURITNI   ::: */
/* :::::::::::::::::::::::::::::::::::::::::::: */

/* ---------------------------------------- */
/* -----   Obecna tabulka ve strance  ----- */
/* ---------------------------------------- */

table.commonTable, table.commonTable td, table.commonTable th {
	border-color: #a3a5b6;
}

table.commonTable th, table.commonTable th a {
	color: #6b5841;
}

table.commonTable td {
	color: black;
}

table.commonTable .tableRowHeader {
	background-color: #e5a19c;
}

table.commonTable .tableRowOdd {
	background-color: #faf1f2;
}

table.commonTable .tableRowOdd a.actionOkButton {
	background-image: url(/pomaturitni/images/content/btn-ok-odd.png);
}

table.commonTable .tableRowEven {
	background-color: #edc1be;
}

table.commonTable .tableRowEven a.actionOkButton {
	background-image: url(/pomaturitni/images/content/btn-ok-even.png);
}
