.dialogBox {
	display: none;
	position: absolute;
	border-bottom: 10px solid #E3E6E8;
	background-color: #ffffff;
	padding: 20px;
	width: 450px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0;
}
.clear-1px {
	font-size: 1px;
	clear: both;
}
.clear-5px {
	font-size: 1px;
	height: 5px;
	clear: both;
}
.clear-10px {
	height: 10px;
	font-size: 1px;
	clear: both;
}
.clear-15px {
	height: 15px;
	font-size: 1px;
	clear: both;
}
.clear-20px {
	height: 20px;
	font-size: 1px;
	clear: both;
}
.clear-30px {
	height: 30px;
	font-size: 1px;
	clear: both;
}
.clear-5px-white {
	height: 5px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-10px-white {
	height: 10px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}
.clear-15px-white {
	height: 15px;
	font-size: 1px;
	clear: both;
	background-color: #FFFFFF;
}

.body-main {
	background: #E6E6E6 url('/images/pozadi_menu.gif') left top repeat-y;
	margin: 0px 5px 0px 0px;
}
.main-sirka {
	width: 100%;
}
.main-pozadi {
	background-color: #E6E6E6;
}


.table_border {
	border: 1px solid silver;
	background: #FFFFFF; 
}

.td_border {
	border-right: 1px solid #CCCCCC;
}

.tr_border {
	background: url('images/pozadi_bunky.gif') repeat-x left bottom;
}
.tr_border1 {
	background: url('/images/pozadi_bunky1.gif') repeat-x left bottom;
}
.tr_border2 {
	background: url('/images/pozadi_bunky2.gif') repeat-x left bottom;
}
.tr_border3 {
	background: url('images/pozadi_bunky3.gif') repeat-x left bottom;
}
.tr_border4 {
	background: url('images/pozadi_bunky4.gif') repeat-x left bottom;
}
.tr_border5 {
	background: url('images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr_border6 {
	background: url('images/pozadi_bunky6.gif') repeat-x left bottom;
}
.tr2_border {
	background: url('images/pozadi_bunky.gif') repeat-x left bottom;
}
.tr2_border1 {
	background: url('/images/pozadi_bunky1.gif') repeat-x left bottom;
}
.tr2_border2 {
	background: url('/images/pozadi_bunky2.gif') repeat-x left bottom;
}
.tr2_border3 {
	background: url('images/pozadi_bunky3.gif') repeat-x left bottom;
}
.tr2_border4 {
	background: url('images/pozadi_bunky4.gif') repeat-x left bottom;
}
.tr2_border5 {
	background: url('images/pozadi_bunky5.gif') repeat-x left bottom;
}
.tr2_border6 {
	background: url('images/pozadi_bunky6.gif') repeat-x left bottom;
}
.progressbar1 {
	text-align: center; width: 360px; margin-top: 1px; z-index: 1000; position: absolute; font-size: 10px;
}
.progressbar2 {
	background-color: lightgreen; position: absolute; z-index: 1; border: 1px solid black; 
}
.progressbar3 {
	width: 360px; border: 1px solid black;
}

@media screen {
	.tisknout {
		display: none;
	}
}

@media print {
	.netisknout {
		display: none;
	}
	.tisknout2 {
		display: block;
	}
	
	a:link, a:active, a:visited, a:hover {
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: none;
	}
	a.odkaz-navigace:link, a.odkaz-navigace:active, a.odkaz-navigace:visited, a.odkaz-navigace:hover {
		font-size: 11px;
		text-decoration: none;
	}
	a.odkaz-navigace:hover {
		font-size: 11px;
		color: #000000;
		text-decoration: none;
	}
	
	.body-main {
		background: none;
		margin: 0px 0px 0px 5px;
	}
	.main-sirka {
		width: 97%;
	}
	.main-pozadi {
		background-color: #FFFFFF;
	}
}