  /* ********************************     ovladaci lista hlavni   ******************************** */
#ovladani{
  padding-top:2px;
  background: #00ffff url(_images/gradient.png) repeat-x 0 -40px;
  line-height:29px;
	height:29px;
  }

#ovl {
	float:left;
  margin:0;
	padding-left:2px;
  
	}

.flag {
	float: right;
	padding: 4px;
	
	border-top: 1px solid #efefef;
	border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  background: #A0A0A0 url(_images/gradient.png)  0 -40px;
  display: block;
}


#ovl li {
  margin-left:2px;
  border:1px outset #AAC3BF;
  float: left;
	position: relative;
	list-style: none;
	z-index: 400;
	line-height:25px;
}
/* main level link */
#ovl a {
	font-size:11px;
  color: #147558;
	text-decoration: none;
	display: block;
	padding-left:8px;
	padding-right:8px;
}
#ovl a:hover {
	background: #000;
	color: #fff;
}
/* main level link hover */
#ovl .current a, #ovl li:hover > a {
	/*border:1px outset #AAC3BF;  */
  background: #99C4E3 url(_images/gradient.png) repeat-x 0 -70px;
	color: #444;
}
/* sub levels link hover */
#ovl ul li:hover a, #ovl li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#ovl ul a:hover {
	background: #99C4E3 url(_images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
}
/* dropdown */
#ovl li:hover > ul {
	display: block;
}
/* level 2 list */
#ovl ul {
	display: none;
	width: 185px;
	position: absolute;
	top: 25px;
	left: -1px;
	background: #99C4E3 url(_images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
  padding-left: 0px;
  margin-left:0px;
 }
 
#ovl ul li {
	border:0px;
  float: none;
  line-height:25px;
  background-color: #99C4E3;
	
}
#ovl ul a {
	font-weight: normal;
}
/* level 3+ list */
#ovl ul ul {
	width: 210px;
  left: 179px;
  top:10px;
	}
/* rounded corners of first and last link */
#ovl ul li:first-child > a {
}

#ovl ul li:last-child > a {
}

/* clearfix */
#ovl:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#ovl {
	display: block;
}

#bt_Cancel{
	width: 100px;
}
html[xmlns] #ovl {
	display: block;
}
* html #ovl {
	height: 1%;
}
/*  *** okno filtru ***       */
.divhledej {
  cursor:pointer;
  z-index:500;
  display:none;
  position:absolute;
  border:1px solid #0099FF;
  padding-left:3px;
  padding-right:3px;
  padding-top:2px;
  padding-bottom:2px;
  }

.filtr {
  color:#000000;
  background: #0096D7 url(_images/gradient.png) repeat-x 0 0;
}

.filtr_nadpis {
  color:#FFFFFF;
  background-color: #0099FF ;
}

.filtr_zavri{
  background-color: #0099FF ;
  background-image:url(_images/close.png);
  background-position:right top;
  background-repeat:no-repeat;
  margin-left:5px;
  width:52px;
  height:20px;
}


.filtr_zavri:hover{
  background-color: #0099FF ;
  background-image:url(_images/close_h.png);
  background-position:right top;
  background-repeat:no-repeat;
  margin-left:5px;
  width:52px;
  height:20px;
}
/*  *** okno filtru konec ***       */
/* ********************************     ovladaci lista zalozky   ******************************** */
#ovladani_z{
  float: left;
  margin-top:12px;
  background: #99C4E3 url(_images/gradient.png) repeat-x 0 -40px;
  line-height:30px;
	height:30px;
  }

#ovl_z {
	float:left;
  margin:0px;
	padding-left:2px;
  
	}

#ovl_z li {
	margin-top:2px;
  margin-left:2px;
  border:1px outset #AAC3BF;
  float: left;
	position: relative;
	list-style: none;
	z-index: 400;
	line-height:24px;
	height:24px;
}
/* main level link */
#ovl_z a {
	font-size:11px;
  color: #147558;
	text-decoration: none;
	display: block;
	padding-left:0px;
	padding-right:8px;
}
#ovl_z a:hover {
	color: #fff;
}
/* main level link hover */
#ovl_z .current a, #ovl_z li:hover > a {
	/*border:1px outset #AAC3BF;*/
  background: #99C4E3 url(_images/gradient.png) repeat-x 0 -70px;
	color: #444;
}
/* sub levels link hover */
#ovl_z ul li:hover a, #ovl_z li:hover li a {
	background: none;
	border: none;
	color: #666;
}
#ovl_z ul a:hover {
	background: #99C4E3 url(_images/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
}
/* dropdown */
#ovl_z li:hover > ul {
	display: block;
}
/* level 2 list */
#ovl_z ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 24px;
	left: 0;
	background: #99C4E3 url(_images/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
}
#ovl_z ul li {
	border:0px;
  float: none;
	margin-left: 5px;
	padding-left: 5px;
}
#ovl_z ul a {
	font-weight: normal;
}
/* level 3+ list */
#ovl_z ul ul {
	left: 181px;
	}
/* rounded corners of first and last link */
#ovl_z ul li:first-child > a {
}

#ovl_z ul li:last-child > a {
}

/* clearfix */
#ovl_z:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#ovl_z {
	display: inline-block;
}
html[xmlns] #ovl_z {
	display: block;
}
* html #ovl_z {
	height: 1%;
}
/* ********************************     listování   ******************************** */
#listovani{
  /*background: #FAFAFA url(_images/gradient.png) repeat-x 0 -40px;*/
  border:0;
  float:right;
 	line-height:25px;
	height:25px;
	padding-top:2px;
	width:730px;
}
.dlist{
  margin-left:1px;
  font-size:10px;
  float:left;
  width:28px;
  height:20px;
  line-height:20px;
  border: 1px solid #c0c0c0;
  text-align:center;
}

.pocet_list{
   float:right;
   padding-right:20px;
}

.inputslist {
	border: none;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	height: 18px;

}

#cekej_div {
  border:1px solid #aaaaaa;
  position:absolute;
  left:45%;
  top:45%;
  background-image: url(_images/ajax_loader_green.gif);
  background-color:#ffffff;
  background-repeat:no-repeat;
  background-size:50px;
  background-position:center 65px;
  text-align:center;
  width:240px;
  height:130px;
  z-index:15000;
}

.hidden_div{
  background-color:#21A8C9 !important;
  
}