#rygol {
	position: relative;
	float: right;
	width: 13em;
}

#lygol {
	position: relative;
	float: right;
	width: 32em;

	padding: 2em 1em 0 0;
}

#fygol {
	position: relative;
	float: right;
	width: 45em;

	padding: 2em 1em 0 0;
}

/* ------------------------------------------------------------------- */

div.graf {
	color: #333;
	background-color: #c6cef3;
	padding: 0.2em 1em;
	margin: 0.7em;
	border: #333 1px solid;
}

table.access {
	width: 28em;
}

table.access td {
	padding: 0.3em 0;
}

table.access td.rg {
	text-align: right;
}

p.error {
	font-size: 9pt;
	color: #900;
}

/* tabulky s firmamy --------------------------------------------------------- */

table.firmy {
	width: 44em;
}

table.firmy th {
	padding: 0.5em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	background-color: #eee;
	border-bottom: 1px solid #aaa;
}

table.firmy th.cg { text-align: center; }
table.firmy th.rg { text-align: right; }

table.firmy th.short { width: 2em; }
table.firmy th.slim { width: 1em; }

table.firmy td {
	padding: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #aaa;
}


table.firmy td.cg {	text-align: center; }
table.firmy td.rg { text-align: right; }

/* tabulky s editacnim formularem --------------------------------------------------- */

table.refedit {
	width: 31em;
}

table.refedit td {
	padding: 0.7em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #ddd;
}


table.refedit td.popis { text-align: left; width: 5em; }
table.refedit td.data { text-align: right; }


/* tabulky s tlacitky --------------------------------------------------------- */

table.buttons {
	float: right;
	width: 12em;
}

table.buttons td {
	padding-left: 1em;
	padding-top: 0.8em;
}


/* --------------------------------------------------------------------------- */

a.kvasibutton {
	display: block;
	width: 10em;
	height: 1.7em;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
	padding: 0.4em 0 0 0;
	color: #777;
	background-color: #ddd;
	border-bottom: #999 1px solid;
	border-right: #999 1px solid;
}

a.kvasibutton.center {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

a.kvasibutton.flleft {
	position: relative;
	float: left;
	margin-left: auto;

	margin-right: 1.5em;
	margin-bottom: 1.5em;

}

a.bt {
	border: 0;
}

a.bt:hover {
	color: #fff;
	background: #fff;
}

/* -- obrazky -------------------------------------------------------------- */

img.bt {
	border: 0;
}


/* --- butons ------------------------------------------------------------ */
input.button {
	height: 2.2em;
	font-size: 8pt;
	padding-bottom: 0.5em;
	cursor: pointer;
	color: #777777;
}

input.button.longbt {
	width: 10em;
}

input.button.medium {
	width: 3.7em;
}

input.button.ok {
	width: 3.7em;
	margin-left: 1.5em;
	padding-bottom: 0.3em;
}

input.edit {
	width: 60%;
	margin: 0 0 0 0;
	font-size: 8pt;
	padding: 0.3eM 0.2eM 0.2eM 0.2eM;
	color: #777;
	background: #f1f1f1;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	vertical-align: right;
}

input.edit.short {
	width: 20%;
	text-align: right;
	vertical-align: right;
}

input.edit.long {
	width: 98%;
}

input.edit.longed {
	width: 95%;
}

select.middle {
	width: 23em;

	margin: 0.4em 0 0 0;
	font-size: 8pt;
	padding: 0.2em 0 0.1em 0.2em;
	color: #777;
	background: #f1f1f1;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	vertical-align: center;
}

select.longed {
	width: 98%;

	margin: 0 0 0 0;
	font-size: 8pt;
	padding: 0.2em 0 0.1em 0.2em;
	color: #777;
	background: #f1f1f1;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	vertical-align: center;
}

textarea {
	width: 100%;
	margin: 0 0 0 0;
	font-size: 8pt;
	font-family: arial, sans-serif;
	padding: 0.3eM 0.2eM 0.2eM 0.2eM;
	color: #777;
	background: #f1f1f1;
	border-top: #999 1px solid;
	border-left: #999 1px solid;
	vertical-align: right;
}

/* specialni vychytavky -------------------------------------------------------- */
p.butpar {
	text-align: center;
	margin-top: 5em;

}

input[type="file"]{
color:#ffffff;
background:#000000;
}
