/* :::::::::::::::::::::::::::::::: */
/* :::   COMMON styly tabulek   ::: */
/* :::::::::::::::::::::::::::::::: */

/* ---------------------------------------- */
/* -----   Obecna tabulka ve strance  ----- */
/* ---------------------------------------- */

#content table.commonTable {
	margin: 10px auto;
	border-collapse: collapse;
	/*
		border-collapse: separate;
		border-spacing: 2px 5px;
	*/
}

table.commonTable, table.commonTable td, table.commonTable th {
	border-width: 2px;
	border-style: solid;
}

#content table#contentTable table.commonTable td, #content table#contentTable table.commonTable th {
	padding: 2px 4px;
	vertical-align: middle;
} 

table .tableRowHeader th {
	text-align: center;
	font-weight: normal;
}

table .tableRowHeader td {
	padding: 2px;
}

#content table.commonTable a.actionOkButton {
	margin: 0px auto;
	margin-top: 2px;
	
	width: 23px;
	height: 15px;
	display: block;
	overflow: hidden;
}

/* ------------------------------------- */
/* -----   Tabulka s rozcestnikem  ----- */
/* ------------------------------------- */

#content #pageContent #indexContent table {
	border-collapse: collapse;	
}

/* -------------------- */
/* -----   BLANK  ----- */
/* -------------------- */

.blank {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
}

.blank td {
	border-style: none;
	border-width: 0px;
}

/* ------------------------- */
/* -----   FORM-TABLE  ----- */
/* ------------------------- */

#content table#contentTable td .formTable {
	border-collapse: separate;
}

#content table#contentTable td .formTable th {
	text-align: right;
	padding-right: 10px;
}

#content table#contentTable td .formTable .note {
	font-weight: normal;
	display: block;
	padding-top: 0px;
	margin-top: -2px;
	font-size: 10px;
}

#content table#contentTable td .formTable .biggerFont {
	font-size: 11px;
}

#content table#contentTable td .formTable td {
	text-align: left;
	padding-left: 5px;
}

#content table#contentTable td .formTable td.formButtons {
	text-align: right;
	padding-top: 15px;	
}

/* ------------------------- */
/* -----   TEST-TABLE  ----- */
/* ------------------------- */

#content table#contentTable td .testResult th {
	vertical-align: top;
	padding-right: 2px;	
}

#content table#contentTable td .testResult td {
	vertical-align: top;
	padding-left: 2px;	
}

#content table#contentTable td .testResult td.wrongAnswer {
	color: red;	
}

/* -------------------------- */
/* -----   MOVIE-TABLE  ----- */
/* -------------------------- */

#content table#contentTable td .movieAdditionalTable th {
	vertical-align: top;
	padding-right: 2px;	
}

#content table#contentTable td .movieAdditionalTable td {
	vertical-align: top;
	padding-left: 5px;	
}

/* --------------------------- */
/* -----   FILTER-TABLE  ----- */
/* --------------------------- */

#content table.filterTable td, #content table.filterTable th {
	padding: 0px 20px;
}

/* ------------------------------- */
/* -----   NEWSLETTER-TABLE  ----- */
/* ------------------------------- */

#content table.newsletter td, #content table.newsletter th {
	vertical-align: top;
	line-height: 0.7em;
}

#content table.newsletter img {
	border: none;
}
