/* -------- Andaria CSS -------- */

/* !--- obecné tabulky bez bližšího určení --- */

/* !table.invis: formátovací tabulka (bez okrajů) */
table.invis
	{
	border: 0;
	border-spacing: 0px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
	}
table.invis th,table.invis td
	{
	padding: 3px;
	vertical-align: top;
	}

/* !table.typical: prototyp tabulky - hnědý okraj a odsazení v buňkách */
table.typical
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A37D56;
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
table.typical td,table.typical th
	{
	font-size: 8pt;
	padding: 4px;
	}
table.typical th
	{
	border-bottom: solid #A37D56 1px;
	}
table.typical td
	{
	padding-top: 5px;
	padding-bottom: 5px;
	}

/* !table.interlaced: styl se střídajícími se světlými a tmavými řádky */
table.interlaced tr:nth-child(2n+1) td
	{
	background-color: #fdf5e6 !important;
	}

/* !table.cellborders: tabulka s oddělenými buňkami */
table.cellborders
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A37D56;
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	}
table.cellborders th
	{
	border-spacing: 0px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A37D56;
	background-color: #A37D56;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	}
table.cellborders th *
	{
	color: white;
	}
table.cellborders td
	{
	font-size: 8pt;
	text-align: left;
	padding: 2px;
	border-style: inset;
	border-color: #A37D56;
	border-width: 1px;
	}

/* !table.editform: formulář pro editaci údajů */
table.editform
	{
	width: 99%;
	empty-cells: show;
	background-color: #F9F5F2;
	border: none;
	padding: 5px;
	padding-top: 15px;
	}
table.editform tr
	{
	}
table.editform td
	{
	padding: 2px;
	vertical-align: middle;
	margin-bottom: 1px;
	}

/* !table.searchform: vyhledávací formulář */
table.searchform
	{
	border-width: 0px;
	width: 99%;
	background-color: #F9F5F2;
	}
table.searchform th
	{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	padding: 8px;
	}
table.searchform td
	{
	font-size: 8pt;
	text-align: left;
	padding: 4px;
	}

/* !--- tabulkové templaty --- */

/* !table.vyroba: tabulka přehledu výroby */
table.vyroba
	{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #A37D56;
	border-collapse: collapse;
	width: 99%;
	background-color: white;
	}
table.vyroba th
	{
	background-color: #A37D56;
	color: white;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	}
table.vyroba td
	{
	font-size: 7pt;
	text-align: left;
	padding: 4px;
	background: url(../images/dotted-border1px.gif) bottom left repeat-x;
	}
table.vyroba tr:last-child td
	{
	font-size: 7pt;
	text-align: left;
	padding: 4px;
	background: none;
	}

/* !--- tabulkové modifikace --- */
/* !table.fulllines: odřádkování buněk tabulky - linka */
table.fulllines td
	{
	border-bottom: inset #A37D56 1px;
	}

/* !table.dotlines: odřádkování buněk tabulky - tečky */
table.dotlines td
	{
	background: url(../images/dotted-border1px.gif) bottom left repeat-x;
	}
table.dotlines tr:last-child td
	{
	background: none;
	}

/* !table.darkheader: tmavé pozadí hlavičky */
table.darkheader th
	{
	background-color: #A37D56 !important;
	text-align: left;
	padding: 3px;
	}
table.darkheader th,table.darkheader th *
	{
	color: white !important;
	}
/* !table.lightheader: světlé pozadí hlavičky */
table.lightheader th, table.lightheader th *
	{
	background-color: #F9F5F2 !important;
	color: #A37D56;
	text-align: left;
	padding: 3px;
	}

/* !table.size7: velikost textu v tabulce 7pt */
table.size7 td,table.size7 th,table.size7 td *,table.size7 th *
	{
	font-size: 7pt;
	}
/* !table.size8: velikost textu v tabulce 8pt */
table.size8 td,table.size8 th,table.size8 td *,table.size8 th *
	{
	font-size: 8pt;
	}
/* !table.size9: velikost textu v tabulce 9pt */
table.size9 td,table.size9 th,table.size9 td *,table.size9 th *
	{
	font-size: 9pt;
	}

/* !table.center: zarovnání tabulky na střed */
table.center
	{
	margin-left: auto;
	margin-right:auto;
	}
/* !table.right: zarovnání tabulky doprava */
table.right
	{
	margin-left: auto;
	}

/* !table.texttop: vertikální zarovnání textu v buňkách nahoru */
table.texttop td, table.texttop th
	{
	vertical-align: top;
	}
/* !table.textcenter: horizontální zarovnání textu v buňkách na střed */
table.textcenter td, table.textcenter th
	{
	text-align: center;
	}

/* !th.bgr_green: zelené pozadí */
th.bgr_green
	{
	background-color: LightGreen;
	}
/* !th.bgr_grey: šedé pozadí */
th.bgr_grey
	{
	background-color: gray;
	}
/* !th.bgr_brown: hnědé pozadí */
th.bgr_brown
	{
	background-color: brown;
	}
/* !th.bgr_red: červené pozadí */
th.bgr_red
	{
	background-color: LightCoral;
	}
/* !th.bgr_orange: oranžové pozadí */
th.bgr_orange
	{
	background-color: SandyBrown;
	}
/* !th.bgr_ltbrown: světle hnědé pozadí */
th.bgr_ltbrown
	{
	background-color: #F9F5F2;
	}

/* !th.center: zarovnání textu v hlavičce na střed */
th.center
	{
	text-align: center;
	}
/* !td.center: zarovnání textu v buňce na střed */
td.center
	{
	text-align: center;
	}

/* !tr.gray: všechny buňky v řádku šedé pozadí */
tr.gray td
	{
	background-color: #dcdcdc;
	}

table.gms
{
	width: 100%;
	border: 1px solid #A37D56;
	border-collapse: collapse;
	margin-top: 20px;
}

table.gms th, table.gms td
{
	border: 1px solid #A37D56;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

table.gms th img
{
	vertical-align: middle;
	margin-right: 10px;
}