	/*-- tagy--*/
	html{
		height: 100%;
		min-width: 800px;
	}

	body {
		height:100%;
		background-color: #95b2c3;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	form {
		margin: 0px 0px 0px 0px;
	}
	a {
		color:white;
		text-decoration:none;
	}

	img{
		border: none;
	}
	textarea {
		background-color: #FFFFFF;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	/*-- classes --*/
	.lista_es {
	  min-width: 800px;
		margin: 0px 0px 0px 0px;
		background-color: #003D84;
		font-weight: bold;
		color: #FFFFE0;
		font-size: 14px;
		height: 25px;
		line-height: 25px;
		padding-left: 10px;
		border-bottom-color: #8D8D80;
		border-bottom-style: solid;
		border-bottom-width: 1px;

	}
	.lista_title {
	  min-width: 800px;
		background-color: #FFFFFF;
		text-align: left;
		font-weight: bold;
		font-style: italic;
		color: #1E90FF;
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		padding-left: 10px;
		/*		padding-right: 10px;*/
		border-top-color: #8FAABA;
		border-top-style: solid;
		border-top-width:  1px;
		border-bottom-color: #8D8D80;
		border-bottom-style: solid;
		border-bottom-width:  1px;
	}
	.lista_title .left {
		position:relative;
		float: left;
		text-align: left;
		/*		color: #FFFFFF;
		font-size: 12px;*/
	}
	.lista_title .right {
		position:relative;
		float: right;
		text-align: right;
		padding-right:120px;
		border:0px;
		font-size: 18px;
		height: 25px;
		line-height: 25px;
		z-index:100;
	}

	.lista_title .right input{
		border:0px;
		font-size: 16px;
		height: 21px;
		line-height: 21px;
		font-style: italic;
		color: #1E90FF;
		text-align:right;
		/*		font-weight: bold;
		color: #FFFFE0;
		font-size: 14px;*/
	}

	.lista_toolbars {
		min-width: 800px;
		background-color: #DEDEC8;
		/*		width: 100%;*/
		height: 30px;
		line-height: 30px;
		border-top-color: #FDFDF3;
		border-top-style: solid;
		border-top-width:  2px;
		border-bottom-color: #A0A092;
		border-bottom-style: solid;
		border-bottom-width:  1px;
		padding-left:10px;
		padding-right:10px;
		font-size:12px;
	}
	.appl_body {
		width: 100%;
		min-width: 800px;
		height: 100%;
		/*		border-top-color: #658190;
		border-top-style: solid;
		border-top-width:  1px;*/
		font-family: Verdana, Arial;
	}

	.but_edit {
		background-color: #E1E2D0;
		font-size: 10px;

	}
	.but_sap {
		background-color: #E1E2D0;
		font-size: 10px;

	}

	.td_0 {
		background-color: 	#E2E1D0;
		font-size: 10px;
		padding: 4px 4px;
	}
	.td_rep {
		background-color: #C8E3FF;
		font-size: 10px;

	}
	.td_1 {
		height: 14px;
		font-size: 10px;
		background-color: #F5F4E7;
	}

	.td_2 {
		height: 14px;
		font-size: 10px;
		background-color: #BEBEAB;
	}

	.tr_header1 {
		background-color:#6780B8;
		text-align:center;
		color:#FFFFFF;
	}
	.tr_header2 {
		background-color:#CDCDBE;
		text-align:center;
		color:#000000;
	}
	.inp_table {
		margin-top: 10px;
		margin-left: 10px;
		width:800px;
		font-size: 10px;
		border: 1px solid #4F556A;
	}
	.den_slov {
		color: black;
		font-size: 10px;
		text-align:center;
	}
	.prac_den {
		height:30px;
		color: black;
		text-align: center;
		border-bottom: 1px solid silver;
		background-color: #E2E1D0;
		padding-left:5px;
		padding-right:5px;
	}
	.absence {
		height:30px;
		color: black;
		text-align: right;
		border-bottom: 1px solid silver;
		background-color: #E2E1D0;
		padding-left:5px;
		padding-right:5px;
	}
	.voln_den {
		height:30px;
		color: red;
		text-align: center;
		border-bottom: 1px solid silver;
		background-color: #E2E1D0;
		padding-left:5px;
		padding-right:5px;
	}

	.inpt {
		border: 1px;
		background-color: #FFFFFF;
		border-style: solid solid solid solid;
		border-color: #BEBEAB #BEBEAB #BEBEAB #BEBEAB;
		font-size: 14px;
	}
	.L1 {
		background-color: #EEEEE0;
	}
	.min {
		background-color: #FFFFFF;
		width: 1em;
		height: 1em;
		border-style: none;
	}
	.min_ro {
		background-color: pink;
		width: 1em;
		height: 1em;
		border-style: none;
	}
	.min_ro_enabled {
		background-color: white;
		width: 1em;
		height: 1em;
		border-style: none;
	}
	.notice {
		background-color: #FFFFFF;
		width: 41em;
		height: 25px;
		line-height: 25px;
		text-align: left;
		border-style: none;
	}
	.notice_ro {
		background-color: pink;
		width: 41em;
		height: 25px;
		line-height: 25px;
		text-align: left;
		border-style: none;
	}
	.notice_ro_enabled {
		background-color: white;
		width: 41em;
		height: 25px;
		line-height: 25px;
		text-align: left;
		border-style: none;
	}
	.attend {
		background-color: #F5F4E7;
		width: 50em;
/*		height: 25px;
		line-height: 25px;*/
		border-style: none;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:2px;
		text-align: left;
	}

	.sign {
		width: 300px;
		margin-top:30px;
		margin-left:30px;

		border: 1px solid #4F556A;
	}
	.pokyn {
		font-size: 12px;
		margin:30px;

	}
	.formular {
		background-color: #EEEEE0;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
		font-size: 12px;
		border-style: solid solid solid solid;
		border-color: #BEBEAB #999999 #999999 #BEBEAB;
		border-width: 1px 1px 1px 1px;
	}

	.center {
		text-align: center;
	}
	.skip {
		height:1em;
	}
	.radek {
		width:280px;
		height:20px;
	}
	.radek .levy_sloupec {
		float:left;
		width:140px;
		padding-right:5px;
		text-align:right;
	}
	.l_sloupec {
		position:relative;
		float:left;
		width:100px;
		padding-right:5px;
		text-align:right;
	}
	.p_sloupec {
		text-align:left;
	}
	.radek .pravy_sloupec {
		text-align:left;
	}

	.table_heading {
		height: 20px;
		background-color: #6780B8;
		color: #FFFFFF;
		padding-left: 10px;
		font-size: 14px;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px solid #4F556A;
		font-weight: bold;
	}
	.column_head_report {
		height: 20px;
		background-color: #6780B8;
		color: #FFFFFF;
		padding-left: 10px;
		font-size: 12px;
		border-left: none;
		border-right: 1px solid #4F556A;
		border-top: 1px solid #4F556A;
		border-bottom: 1px solid #4F556A;
		font-weight: bolder;
	}

	.column_head_rep_last {
		height: 20px;
		background-color: #6780B8;
		color: #FFFFFF;
		padding-left: 10px;
		font-size: 12px;
		border-left: none;
		border-right: none;
		border-top: 1px solid #4F556A;
		border-bottom: 1px solid #4F556A;
		font-weight: bold;
	}
	.column_heading {
		background-color:#CDCDBE;
		border-top: 1px solid #4F556A;
		border-right: 1px solid #4F556A;
		border-bottom: 1px solid #4F556A;
		padding-left:10px;
		font-size: 12px;
	}
	.column_heading_last {
		background-color:#CDCDBE;
		border-top: 1px solid #4F556A;
		border-right: none;
		border-bottom: 1px solid #4F556A;
		padding-left:10px;
		font-size: 12px;
	}

	.cell_input_ro {
		height:30px;
		background-color: pink;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}
	.cell_input {
		height:30px;
		background-color: #FFFFFF;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}
	.cell_text {
		background-color: #FFFFFF;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}
	.cell_report_1 {
		background-color: #C8E3FF;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}
	.cell_report_2 {
		background-color: #E3F1FF;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}

	.cell_intensified {
		background-color: 	#EBEAD8;
		border-right: 1px solid silver;
		border-bottom: 1px solid silver;
		padding-left:10px;
		padding-right:10px;
	}
	.cell_img {
		width:1px;
		background-color: #F5F4E7;
		border-right: 1px solid #DCDCDC;
		border-bottom: 1px solid #DCDCDC;
	}
	.noborder{
		border: 0px none;
	}

	.es {
		height:100%;
	}
	.es .main {
		height:95%;
	}
	.es .foot {
		height:5%;
	}
	#readonly{
		border:0px;
		background-color: #EEEEE0;
	}
	.blankline {
		height:10px;
	}

  .infobox {
    border:1px solid #4F556A;
    margin:30px;
    background-color:#EEEEE0;
  }

  .infobox h1 {
      background-color:pink;
      border-color:-moz-use-text-color -moz-use-text-color #4F556A;
      border-style:none none solid;
      border-width:medium medium 1px;
      color:#FFFFFF;
      font-size:14px;
      font-weight:bold;
      height:20px;
      padding:0 10px;
      margin:0;
  }
  .infobox h5 {
      font-size:13px;
      font-weight:bold;
      padding-left:10px;
      margin:0;
  }
  .infobox ol {
      font-size:13px;
  }
