#modalOverlay {
  background-color: #000;
  cursor: wait;
}
#modalContainer {
  height: 210px;
  width: 620px;
  left: 50%;
  top: 15%;
  margin-left: -310px;
  background-color: #fff;
  border: 3px solid #ccc;
}
#modalContainer a.modalCloseImg {
  background: url(/img/modalDialog/x.png) no-repeat;
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -14px;
  right: -18px;
  cursor: pointer;
}
/**
 * potvrzovaci dialog
 */
#confirmModalOverlay {
  background-color: #aaa;
  cursor: wait;
}
#confirmModalContainer {
	height: 140px;
	width: 300px;
	left: 50%;
	top: 40%;
	margin-left: -150px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial; 
	font-size: 16px;
	text-align: left;
	background: #fff;
	border: 2px solid #336699;
}
#confirmModalContainer .body {
	padding: 15px;
	/*height: 180px;*/
	overflow-y: auto;
}
#confirmModalContainer .header {
	height: 30px; 
	width: 100%; 
	background: url(/img/modalDialog/header.gif) repeat-x; 
	color: #fff; 
	font-size: 1.1em; 
	font-weight: bold; 
	line-height: 30px;
}
#confirmModalContainer .header span {padding-left:8px;}
#confirmModalContainer .buttons {
	text-align: center;
	padding: 10px 8px 0;
} 
#confirmModalContainer .buttons div {
	float: right; 
	margin-left: 8px; 
	width: 70px; 
	height: 26px; 
	color: #666; 
	font-weight: bold; 
	text-align: center; 
	background: url(/img/modalDialog/button.gif) repeat-x; 
	border: 1px solid #bbb;
	cursor: pointer;
}
#progressOverlay {
  background-color: #000;
  cursor: wait;
}
#progressContainer {
  height: 40px;
  width: 220px;
  left: 50%;
  top: 50%;
	padding-top: 4px;
	padding-bottom: 6px;
  margin-left: -110px;
	text-align: center;
  background: #fff url(/img/ajaxloader.gif) 0 100% no-repeat scroll;
}
#popupOverlay {
  background-color: #aaa;
  cursor: wait;
}
#popupContainer {
	height: 400px;
	width: 500px;
	left: 50%;
	top: 15%;
	margin-left: -210px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial; 
	font-size: 16px;
	text-align: left;
	background: #fff;
	border: 2px solid #336699;
}
#popupContainer .body {
	padding: 15px;
	height: 300px;
	overflow-y: auto;
}
#popupContainer .header {
	height: 30px; 
	width: 100%; 
	background: url(/img/modalDialog/header.gif) repeat-x; 
	color: #fff; 
	font-size: 1.1em; 
	font-weight: bold; 
	line-height: 30px;
}
#popupContainer .header a.modalClose, #confirmModalContainer .header a.modalClose {
	float: right; 
	color: #fff;
	background-color: #77aadd; 
	border: 1px solid #4488aa;
	width: 20px; 
	height: 20px;
	margin: 5px 5px auto auto;
	padding: 0; 
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
#popupContainer .header span {padding-left:8px;}
#popupContainer .buttons {
	/*width: 160px;*/ 
	float: right; 
	padding: 10px 8px 0;
} 
#popupContainer .buttons div {
	float: right; 
	margin-left: 8px; 
	width: 70px; 
	height: 26px; 
	color: #666; 
	font-weight: bold; 
	text-align: center; 
	background: url(/img/modalDialog/button.gif) repeat-x; 
	border: 1px solid #bbb;
	cursor: pointer;
}