body{
	background-color: #E6E6E6;
}

h2, h4, p, input, table, tr, td, th{
	margin: 0;
	padding: 0;
}

legend{
	padding: 0 5px;
}

label{
	font-size: 14px;;
}

a{
	font-size: 13px;
	text-decoration: none;
}

a:active, a:hover, a:link, a:visited, span.zozJed{
	color: #008BDF;
}

.container{
	background-color: #FFF;
	border: 1px solid #5C8AA7;
	margin-top: 25px;
	width: 900px;
}

.container-big{
	background-color: #FFF;
	border: 1px solid #5C8AA7;
	margin: 25px auto 0 auto;
	width: 1200px;
}

a.copy{
	color: #113333;
	font-size: 13px;
}

.a_menu{
	margin: 5px 15px 5px 0;
}

.gradient-border-top, .gradient-border-bottom{
	background-repeat: repeat-x;
	margin: 0 8px;
}

.gradient-border-top{
	background-image: url('/public/images/header_bg.png');
	height: 28px;
}

.gradient-border-bottom{
	background-image: url('/public/images/footer_bg.png');
	height: 15px;
	margin-top: 10px;
}

div #page_header > h2{
	margin-top: 10px;
}

div #vykaz_body, div #status_bar, div #vykaz_errors{
	border: 1px solid #5C8AA7;
	margin: 20px auto 0 auto;
	padding-right: 0;
	width: 90%;
}

.header-text-backgrnd{
	background-color: #E0E0E0;
	height: 25px;
	padding-top: 5px;
}

div #button_bar{
	margin: 15px auto 60px auto;
	padding-right: 0;
	width: 90%;
}

#menuButtons{
	margin: 0 auto;
	width: 98%;
}

.imgButton{
	cursor: pointer;
}

.gap{
	margin-left: 10px;
}

.msg-error{
	background-color: #F9C9C9;
	border: solid 1px #F3ABAB;
	margin-bottom: 10px;
	padding: 3px 0;
}

.msg-error p{
	background: url("../images/icons/delete-icon.png") no-repeat scroll 0px 2px #F9C9C9;
	color: #7E0000;
	font-size: 0.75em;
	margin-left: 5px;
	padding-left: 25px;
}

/*
|---------------------------------------------
| Rounded CSS
|---------------------------------------------
*/
.rounded-big{
	-moz-border-radius: 15px; /* FF1+ */
	-webkit-border-radius: 15px; /* Saf3+, Chrome */
	border-radius:  15px; /* Opera 10.5, IE 9 */
}

.rounded-small{
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius:  5px; /* Opera 10.5, IE 9 */
}

.rounded-small-up{
	-moz-border-radius: 5px 5px 0 0; /* FF1+ */
	-webkit-border-radius: 5px 5px 0 0; /* Saf3+, Chrome */
	border-radius:  5px 5px 0 0; /* Opera 10.5, IE 9 */
}

.rounded-small-bottom-left{
	-moz-border-radius: 0 0 0 5px; /* FF1+ */
	-webkit-border-radius: 0 0 0 5px; /* Saf3+, Chrome */
	border-radius:  0 0 0 5px; /* Opera 10.5, IE 9 */
}

.rounded-small-bottom-right{
	-moz-border-radius: 0 0 5px 0; /* FF1+ */
	-webkit-border-radius: 0 0 5px 0; /* Saf3+, Chrome */
	border-radius:  0 0 5px 0; /* Opera 10.5, IE 9 */
}

/*
|---------------------------------------------
| Text Align + Float CSS
|---------------------------------------------
*/
.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-bold{
	font-weight: bold;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.td-spolu{
	background-color: #A4EFD5;
}

.width-33_per{
	width: 33%;
}

.width-17_per{
	width: 17%;
}

.width-49_per{
	width: 49%;
}

.width-50-per{
	width: 50%;
}

/*
|---------------------------------------------
| Kontakty CSS
|---------------------------------------------
*/
div.div_ksu{
	width: 31%;
	margin: 10px 0 0 10px;
}

div.div_ksu_middle{
	margin-left: 21px;
}

div.div_ksu_right{
	margin-left: 0;
	margin-right: 10px;
}

div.div_ksu > p{
	margin-left: 5px;
}

/*
|---------------------------------------------
| Login CSS
|---------------------------------------------
*/
div #login_text{
	float: left;
	margin: 10px 0 10px 20px;
	padding-top: 10px;
}

div #form_login{
	float: right;
	margin: 10px 7px 10px 0;
}

div #kodsko, div #passwd{
	float: right;
}

div #txtLogin, div #txtPasswd{
	border: 1px solid #5C8AA7;
	font-size: 14px;
	padding: 5px;
	width: 195px;
}

#fls_login{
	border: 2px solid #63727C;
	margin: 5px 15px 10px 0;
}

div .lbl_box{
	float: left;
	padding-top: 12px;
}

.login_gap{
	margin-top: 25px;
}

.margin-top{
	margin-top: 35px;
}

.btnObuLogin{
	margin-bottom: 20px;
}

/*
|---------------------------------------------
| Informacie o KSU CSS (inf_ksu.php)
|---------------------------------------------
*/
.inf_zar_header{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 15px;
	width: 21%;
}

.inf_zar_value{
	font-size: 16px;
	margin: 4px 15px;
}

table#table-statistic, table#table-report-info{
	border-top: 1px solid #5C8AA7;
	border-left: 1px solid #5C8AA7;
	margin: 10px auto 25px auto;
	width: 98%;
}

table#table-report-info td.header{
	width: 10%;
	padding-left: 10px;
}

table#table_ksu_info{
	border-top: 1px solid #79B7E7;
	border-left: 1px solid #79B7E7;
	margin: 10px auto;
	width: 95%;
}

table#table_ksu_info th, table#table-report-info th{
	background: url("/public/images/tableHeader.png") repeat-x scroll 50% 50% #5C9CCC;
	color: #FFF;
	padding-left: 10px;
}
/*
table#table_ksu_info td, table#table-report-info td{
	background-color: #FDFEFE;
}*/


table#table_ksu_info td.header, table#table-report-info td.header{
	background-color: #D2E6F5;
	color: #1D5987;
}

table#table_ksu_info td.header, table#table_ksu_info td, table#table_ksu_info th, table#table-report-info td, table#table-report-info td.header, table#table-report-info th{
	border-bottom: 1px solid #79B7E7;
	border-right: 1px solid #79B7E7;
	font-size: 12px;
	height: 22px;
}

table#table-report-info td.filter{
	padding: 0 5px;
}
/*
td.info_color{
	background-color: #F3FBFF;
}

td.info_percent{
	background-color: #FFFFFF;
}
*/
div#inf_button_menu{
	margin: 0 auto;
	width: 95%;
}

/*
|---------------------------------------------
| Tabulka zoznamu jedalni
|---------------------------------------------
*/
#table2 td {
	font-size: 10px;
}

table#instList, table#emailAddr, .ksuFilter{
	border: 1px solid #5C8AA7;
	margin:15px auto 20px auto;
}

table#instList, .ksuFilter{
	width:95%;
}

th.tblMainHeader, .filterHeader{
	background-color: #E0E0E0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

tr.email{
	cursor: pointer;
}

th.tblHeader, td.tblCol{
	border-top: 1px solid #5C8AA7;
	border-right: 1px solid #5C8AA7;
}

th.tblHeaderLast, td.tblColLast{
	border-top: 1px solid #5C8AA7;
}

th.tblHeader, th.tblHeaderLast{
	background-color: #DFF3FF;
}

th.tblHeader, th.tblHeaderLast{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

span.zozJed{
	margin-left: 5px;
}

.odd{
	background-color: #EFF9FF;
}

.komentarJed, .neschvalenaJed, .schvalenaJed, .nevyplnenaJed{
	font-weight: bold;
}

.komentarJed{
	color: #FF803E;
}

.neschvalenaJed{
	color: #FF0000;
}

.schvalenaJed{
	color: #10a938;
}

.nevyplnenaJed{
	color: #1098d9;
}

/*
|---------------------------------------------
| Uprava context menu (uprava sirky)
|---------------------------------------------
*/
.context-width{
	width: 190px;
}
#jqContextMenu li {
	font-size: 12px;
}
 
/*
|---------------------------------------------
| Nahlad na protokol
|---------------------------------------------
*/
.tblVykaz-big th, .tblVykaz-big td{
	font-size:14px;
	padding:0 0 0 3px;
}

.tblVykaz-big th{
	text-align: center;
}

.tblVykaz-big th.sHeader{
	background-color: #DEEBF2;
}

.tblVykaz-big td.disCell{
	background-color: #CFCFCF;
}

.tblVykaz-big td.infoCell {
	background-color: #F2F2F2;
}

th.border-r, td.border-r{
	border-right: 1px solid #5C8AA7;
}

th.border-rb, td.border-rb{
	border-right: 2px solid #5C8AA7;
}

th.border-t, td.border-t{
	border-top: 1px solid #5C8AA7;
}

th.border-tb, td.border-tb{
	border-top: 2px solid #5C8AA7;
}

th.tblHeaderVykaz{
	background-color: #DEEBF2;
}

.printPreviewTbl td.pad-left{
	padding-right: 5px;
}

.tblVykaz-big, .tblVykaz-small{
	border: 2px solid #5C8AA7;
	margin: 0px auto 20px auto;
}

.text-info{
	padding-right: 3px;
	text-align: right;
}

.printPreviewTbl td.pad-left{
	padding-right: 5px;
}

div.tables{
	padding: 0 20px;
}

div.tables_left_frm{
	width: 58%;
}

div.tables_right_frm{
	width: 35%;
}

div.tables p{
	font-size: 14px;
}

.zssPren{
	float: left;
	font-size: 14px;
	margin-top: 20px;
}

.komentar_content_preview{
	border: 2px solid #5C8AA7;
}

.komentar_preview{
	border-top: 1px solid #5C8AA7;
}

.komentar_preview, .komentar_preview_first{
	background-color: #F2F2F2;
}

.txtKomentarPreview{
	background-color: #F2F2F2;
	font-size: 14px;
	padding: 5px;
	width: 98%;
}

.text-info{
	padding-right: 3px;
	text-align: right;
}

.divHide{
	display: none;
}

.divShow{
	display: block;
}

.komentar_preview h4{
	background-color: #FFFABF;
	padding: 0 5px;
}

.prevZostavil{
	float: right;
	font-size: 14px;
	text-align: right;
	width: 150px;
}

.lblV17{
	display: block;
	margin: 20px 15px 20px 0;
}

h4.protPrevText{
	margin: 5px 10px 0 0;
}

.gap{
	margin-top: 0;
}

/*
|---------------------------------------------
| Nastavenie filtra pre vystup za ksu
|---------------------------------------------
*/
.gap-right-combo, .gap-left-combo{
	margin-top: 20px;
	margin-bottom: 10px;
}
.gap-right-combo{
	margin-right: 50px;
}

.gap-left-combo{
	margin-left: 50px;
}

.filter-report-info{
	color: red;
}

.report_filter_header{
	color: #446E9E;
}

.repFilter{
	height: 120px;
	width: 280px;
}
