/* ::::::::::::::::::::::::::::::::::::::::: */
/* :::   tabulkove styly zony PREKLADY   ::: */
/* ::::::::::::::::::::::::::::::::::::::::: */

/* ---------------------------------------- */
/* -----   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: #cac9e9;
}

table.commonTable .tableRowOdd {
	background-color: #dbdaf2;
}

table.commonTable .tableRowOdd a.actionOkButton {
	background-image: url(/preklady/images/content/btn-ok-odd.png);
}

table.commonTable .tableRowEven {
	background-color: #e9e9f4;
}

table.commonTable .tableRowEven a.actionOkButton {
	background-image: url(/preklady/images/content/btn-ok-even.png);
}
