/******************* FORMULARE *********************************/

#formular {
	padding: 15px;
	width: 600px; 
	height: 600px;
	font-size: 1em;
}

*>#formular{
    min-height: 600px;
    height: auto;
}

#formular a{
	color: Black;
	text-decoration: none;	
}

#formular a:hover{
	text-decoration: underline;
}

#formular h1{
	font-size: 1.5em;
	font-weight: bold;
/*	color: Maroon;*/
	color: #45852E;
}

#formular h2{
	display: block;
	height: 16px;
	padding-left: 6px;
	padding-top: 2px;
	font-size: 0.9em;
	font-variant: small-caps;
	font-weight: bold;
	color: White;
	/*background-color: #45852E;*/
	background-image: url(../images/ver950/stripe_h2.gif);
	background-repeat: no-repeat;
}

#formular h3{
	font-weight: bold;
}

#formular .active_on{
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #305728;
}

#formular .active_off{
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: red;
}

#formular .formNormal, .text{
	font-size: 9px;
}

#formular .formSelectMenu{
	font-size: 12px
}

*>#formular .formSelectMenu{
	font-size: 9px;
}

#formular .formFields{
	font-size: 1em;
	font-weight: normal;
}

#formular .formObligatory{
 	color: #EA0000;
}

#formular .confirms, #formular .errors{
	padding: 15px;
	font-size: 0.9em;
}

#formular .message{
	padding: 0px;
	font-size: 0.9em;
	color: #EA0000;
}

#formular .confirms{
	color: #45852E;
}

#formular .errors{
	color: #EA0000;
}

#formular .confirms .message, #formular .errors .message{
	margin-bottom: 5px;
}

#formular .navigation{
	font-size: 0.9em;
	margin-bottom: 15px;
}

/* ******************** TEXTOV� STYLY ******************** */

#formular .normalText {
	font-size: x-small;
	font-weight: normal;
	color: #000000;
}

#formular .boldText {
	font-weight: bold;
	color: #000000;
}

#formular .italicText {
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

#formular .titleText {
	font-size: small;
	font-weight: bold;
	color: #EC0000;
	text-align: left;
	margin-left: 0px;
}

#formular .messageText {
	font-size: x-small;
	font-weight: bold;
	margin-left: 4px;
	font-variant: normal;
	color: #EC0000;
}

#formular .headlineText {
	font-size: x-small;
	font-weight: bold;
	margin-left: 0px;
	font-variant: normal;
	color: #EC0000;
}

#formular .textareaText {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana;	
}

#formular .linkTextOn{
	font-size: x-small;
	font-weight: bold;
	color: Red;
	cursor: pointer;
	}

#formular .linkTextOff{
	font-size: x-small;
	font-weight: bold;
	color: Blue;
	cursor: pointer;
}



/* ******************** FORMUL�� ******************** */

#cleaner {
	width: 100%;
	height: 10px;
	margin-top: 10px;
}



/* ******************** TABULKA ******************** */
#formular .table {
	color: #000000;
	font-size: x-small;
	text-decoration: none;
	background: #EAF6B4;
}


#formular .table_header{
	color: #FFFFFF;
	background-color: #305728;
	font-weight: bold;
}

#formular .table_header_onmouseover{
	cursor: pointer;
	color: #FFFFFF;
	background-color: #305728;
	font-weight: bold;
}


#formular .table_header_selected{
	color: #FFFFFF;
	background-color: #305728;
	font-weight: bold;
}

#formular .table_footer {
	color: #000000;
	background-color: #B4DC19;
	font-style: italic;
	font-weight: bold;	
}

/* ******************** TABULKA - ��DKY ******************** */

#formular .table_row_odd{
	background-color: #CBE75E;
}

#formular .table_row_even{
	background-color: #EAF6B4;
}

#formular .table_row_selected{
	color: #FFFFFF;
	background-color: #5DAA2A;
	font-size: x-small;
}

#formular .table_row_mouseover {
	cursor: pointer;
	color: #FFFFFF;
	background-color: #7FC523;
}

/* ******************** TABULKA - SLOUPCE ******************** */

#formular .column{
	background-color: #C2EA27;
}

#formular .column_white{
	background-color: #FFFFFF;
	color: #000000;
	font-size: x-small;
}

#formular .column_grey{
	background-color: #EAF6B4;
	color: #000000;
	font-size: x-small;
}


#formular .column_title{
	background-color: #305728;
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}




