/*** tabulka formulare */
.form_table {
	border: 0px;
	border-left: 2px solid #4b736b; 
	border-top: 2px solid #4b736b; /*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 white;
	color: white;
	padding: 2px 0 2px 5px;
	text-align: left;
	background-color: #4b736b;
	}
	
.form_table tr {
	border: 0px;
	}
	
.form_table td {
	border: 0px;
	background-color: white;
	border: 1px solid white;
	}

/* vnorene tabulky ve formulari */
.form_table .intable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
.form_table .intable .intd {
	border: 0px;
	padding: 3px;
	vertical-align: middle;
	}

	.title {
	padding-left: 10px;
	width: 150px;
	}
	
.form_submit {
	position: relative;
	top: 5px;
	left: 16px;
	margin-bottom: 10px;
	}
	
.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-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;
}

/** styl pro vystup startovni funkce */
.start_f {
	margin-left: 15px;
	font-style: italic;
	}