@CHARSET "UTF-8";

.textinfo {

	font-size: 11px;

	font-style: italic;

	color: #777777;

}

.table_message {

	font-size: 12px;

	border: none;

	color: black;

}

.table_message_ok {

	color: green;

}

.table_message_warning {

	color: blue;

}

.table_message_ko {

	color: red;

}

/*==== STYLY DIVu ========*/

.div_telo {	

	border: 1px solid #000000;

	/*clear: both;*/ 

	vertical-align:top;

	width: 100%;

	height: 100%;

}

.div_pages {

	

}

.div_page_content {

	

}

/*==== STYLY TABULEK ========*/

TABLE {

	padding: 3px;

	font-size: 11px;

}

.table_styled {

	padding: 3px;

	font-size: 11px;

}

.table_styled TD {

	padding: 3px;

	border-left: 1px solid black;

	border-bottom: 1px solid black;

	border-top: none;

	border-right: none;

}

.table_styled .TD_HEAD {

	text-align: center;

	background-color: #DEDEDE;

	font-weight: bold;

	border-left: 1px solid black;

	border-bottom: 1px solid black;

	border-top: 1px solid black;

	border-right: none;

}

.table_styled .TD_R {

	border-right: 1px solid black;

}





.table_styled_detail {

	padding: 3px;

	font-size: 11px;

	border: none;

}

.table_styled_detail TD {

	padding: 3px;

	border: none;

	text-align: left;

}

.table_styled_detail .TD_HEAD {

	text-align: center;

	background-color: #DEDEDE;

	font-weight: bold;

	border-left: 1px solid black;

	border-bottom: 1px solid black;

	border-top: 1px solid black;

	border-right: none;

}

.table_styled_detail .TD_HEAD_R {

	border-right: 1px solid black;

}



/*==== STYLY VSTUPNICH POLI ========*/

.inputtextnormal {

	font-family: Arial,Helvetica,sans-serif;
  height: 30px;
  font-size: 120%;
  border: 1px solid #000000;
	background-color: #FFFFFF;
}

.inputtexterror {

    font-family: Arial,Helvetica,sans-serif;
  height: 30px;
    font-size: 120%;

    border: 1px solid #000000;

	background-color: #FF4444;

}

.inputtextrequired {

	font-family: Arial,Helvetica,sans-serif;
  height: 30px;
    font-size: 120%;

    border: 1px solid #000000;

	background-color: #ffffcc;

	color:#405040;

}

.inputtextreadonly {

    font-family: Arial,Helvetica,sans-serif;

    font-size: 120%;

    border: 1px solid #b0c4de;

	background-color: #DDDDDD;

}

.inputbtnnormal {

	/*border: 1px solid #b0c4de;*/

	/*background-color: #FFFFFF;*/

    font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

}

/*==== STYLY PRO INFO AKCNI BOX =====*/
.showInfoBoxCoverHide {
    display: none;
}

.showInfoBoxCoverShow {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    Filter: alpha(opacity=60);
    -moz-opacity:.6;
    opacity:.6;
    z-index: 100;
    display: block;
}

.showInfoBoxCoverShowInside {
    position: absolute;
    float: left;
    left: 35%;
    top: 50%;
    width: 30%;
    border: 3px double black;
    background-color: white;
    color: black;
    text-align: center;
    vertical-align: middle;
    z-index: 101;
}
