/* Styles pre zend form */
ul.errors {
	list-style-type: none;
	padding: 0px;
	/*
 margin-bottom:auto;
 margin-left:15em;
 margin-top:auto;
 */
}

table td 
{
	color: #225588;	
	
}

.td_label {
	width: 10em;
}

ul.errors li {
	padding-left: 20px;
	color: red;
	/*margin-left: 300px;
   
   background:url('http://localhost/iasonsk_old/trunk/webdir/_grafika/error.gif') no-repeat 0% 0%;
   */
}
/* nastavenie sirky okraju pre prvky vo filter forme */
.filter input, select 
{
	margin-top: 2px;
	margin-bottom: 2px;
	border: .1em solid #225588;				
}

#zend_db_form label {
	font-weight: bold;
	padding-right: 15px;
	color: #666699;
}

#zend_button {
	background-color: #0a50a1;
	border: 1px solid #0a50a1;
	color: White;
	width: 70px;
}

/* Pre online formy */
a.navig_button_act {
	width: 116px;
	height: 18px;
	background-color: #0a50a1;
	border: solid 1px #0a50a1;
	display: block;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	color: White;
}

a.navig_button_act:hover {
	text-decoration: none;
	cursor: default;
}

a.navig_button {
	width: 116px;
	height: 18px;
	background-color: #ffffff;
	border: solid 1px #0a50a1;
	display: block;
	text-align: center;
	padding-top: 2px;
	text-decoration: none;
	color: #0a50a1;
	cursor: hand;
}

a.navig_button:hover {
	border: solid 1px #0a50a1;
	background-color: #0a50a1;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;
}

.left {
	float: left;
	margin-left: 20px;
}

.right {
	float: left;
	margin-left: 20px;
}

.onlineform fieldset { /*	
	background-color:#e9f9ac;
	border-width:2px 2px 2px 10px;
	border-style:solid;
	border-color:#cee574;
*/
	border: solid 1px #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	/*margin:0px 0px 20px 20px;*/
	margin-top: 20px;
	position: relative;
	display: block;
	padding: 10px 10px 10px 10px;
}

.onlineform fieldset legend { /*
	background-color:#ecefcb;
	
	border-width:1px 1px 1px 10px;
	border-color:#ff9900;
	border-style:solid;
	*/
	color: #0a50a1;
	font-weight: bold;
	font-size: 130%;
	font-style: italic;
	padding: 3px 5px;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
}

.onlineform label {
	color: #777777;
	font-size: 90%;
	font-weight: normal;
	width: 100px;
	text-align: right;
	margin: 4px 5px 0px 0px;
}

.onlineform input,.onlineform input.inputreq {
	margin: 2px 5px 0px 5px;
	/*background-color:#e9f9ac;
	border-width: 0px 0px 1px 0px;
	border-style: solid solid dotted solid;
	border-color:#809431;
	*/
	color: black;
	font-family: "Courier New", Courier, mono;
	padding: 1px 2px;
}

.onlineform fieldset fieldset {
	width: 780px;
	margin-right: 0px;
}

.onlineform fieldset fieldset .left {
	margin-left: 10px;
}

.onlineform fieldset fieldset .right {
	margin: 0px;
}

.onlineform fieldset fieldset input {
	margin-right: 5px;
}

.onlineform input.inputreq {
	background-color: #ffbbbb;
}

.onlineform .errorContainer {
    display: none;
}

.podmenu {
	border-bottom: solid 1px #ff0000;
}

.validation_errors dt {
	color: #FF0000;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.validation_errors dd {
	color: #FF0000;
	margin-top: 3px;
	background-image: url('grafika/error.gif');
	background-repeat: no-repeat;
	background-position: 0pt;
	padding-left: 30px;
	padding-top:1pt;
	
}

#label_zdravotne_otazky-pocet_priloh_osobny_dotaznik {
	width: 400px;
}

#tdlabel_zdravotne_otazky-pocet_priloh_osobny_dotaznik{
	width: 400px;
}

a.desc { 
   background: transparent url(grafika/icons/sort_desc.png) no-repeat center right;
   padding-right: 17px;
}

a.asc { 
   background: transparent url(grafika/icons/sort_asc.png) no-repeat center right;
   padding-right: 17px;
}
