/*** bez ramecku **/
.noBorder, .noBorder table, .noBorder tr,.noBorder th,.noBorder td {
	border: 0px;
}

/*** tabulka formulare */
.form_table {
	/*border: 0px;*/
	/*border-top: 2px solid #4b736b;*/
	text-align: left;
	padding-left: 0px;
	font-size: 12px;
	/* potreba menit dle designu stranky, kde modul pouzivame */
	/*width: 465px; -- width si nastavuje sama trida xmlforms */
}

.form_table th {
	border: 0px solid;
	/*color: white;*/
	padding: 2px 0 2px 5px;
	text-align: left;
	/*background-color: #4b736b;*/
}

.form_table tr {
	border: 0px;
}

.form_table td {
	border: 0px;
}
html>/**/body .form_table td input {width: 95%;}

/* vnorene tabulky ve formulari */
.form_table .intable {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.form_table .intable .intd {
	border: 0px;
	padding: 3px;
	vertical-align: middle;
}

.form_table .label {
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	width: 150px;
}

.form_submit {
	margin-left: 5px;
	cursor: pointer;
}

.form_pagelist {
	text-align: right;
	/*color: #4b736b;*/
	font-weight: bold;
}

#form_rand_value {
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	/*color: #ff8c1e;*/
}

.form_table ul {
	margin-left: 20px;
}
/** FORM-PROCESSOR STYLES */

input.formFieldInvalid {
	background-color: #ff8c1e !important;
}

select.formFieldInvalid {
	background-color: #ff8c1e !important;
}

textarea.formFieldInvalid {
	background-color: #ff8c1e !important;
}

.formFieldErrorPointer {
	color: #ff8c1e;
	font-weight: bold;
	padding-left: 2px;
}

/** styl pro vystup startovni funkce */
.start_f {
	margin-left: 15px;
	font-style: italic;
}

/** confirm */
/*.confirm {
	font-weight: bold;
	color: red;
	background-color: orange;
	/*height: 50px;
	position: fixed;
	top: 40%;
	left: 43%;
	cursor: default;
	padding: 10px;
}
#confirmSubMess {
	font-style: italic;
	font-weight: normal;
	color: green;
	padding: 5px;
}
#confirmButtons {
	padding-top: 5px;
}

.ajaxFormLinks {
	
}*/


/** pro jazykove bloky - input, texteare */
.lang-input-active {
	display: block;
}
.lang-input-deactive {
	display: none;
}
a.lang-input-link-active {
	color: black;
	text-decoration: none;
	cursor: default;
}