body {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
.mainWin {
	margin: 15px 30px 0px 30px;
	/* dave */
  position: absolute;
  top: 10%;
  left: 50%;
  margin-top: -50px;
  margin-left: -320px;
  width: 640px;	
}
form {
	margin: 0px;
}
li {
	margin-left: 10px;
}

input {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
select {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: white;
}
.SelRed {
	background-color: #F08080;
}
img {
	border: 0px;
}
.nadprohlaseni {
	text-align: center;
}
.prohlaseni {
	border: 0px solid #A4A4A4;
	width: 75%;
	background-color: #F3F3F3;
	padding: 10px;
	position: relative;
	top: 5px;
	left: 40px;
}
.PrihlaskaPredmet {
	border: 1px solid #A4A4A4;
	width: 190px;
}
.PrihlaskaButon {
	border: 1px solid #A4A4A4;
	width: 230px;
}
.Prihlaska {
	border: 1px solid #A4A4A4;
	background-color: white;
}
.PrihlaskaNAct {
	border: 1px solid #E6E6E6;
	background-color: #F6F6F6;
}
.PrihlaskaRed {
	border: 1px solid red;
	background-color: white;
}
.prospech {
	border: 1px solid #A4A4A4;
	width: 20px;
	text-align: center;
}
.pata {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	width: 610px;
	clear: both;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	table-layout: fixed;
}
.datoveokno {
	padding: 15px 15px 5px 15px;
	float: left;
	position: relative;
	left: 0px;
	width: 575px;
	height: 448px;
	overflow: visible;
}
.spodnicast {
	position: relative;
	width: 610px;
	height: 480px;
/*	background-image: url(../img/back.gif);*/
}
a, a:link, a:visited, a:active
{
	text-decoration: none;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover
{
	color: #A4A4A4;
}

.inputhl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.inputnew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.inputnadpis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}
th {
	background-color: #EBEBEB;
	text-align: center;
}
td {
	padding: 3px;
}
.trsede {
	background-color:#FAFAFA;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-indent: 25px;
}
.tlacitka {
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 0px;
	width: 100%;
}
.UvodUL {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: decimal;
}
.UvodUL li {
	margin-bottom: 5px;
}
.UvodULnor {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: disc;
}
.UvodULnor li {
	margin-bottom: 5px;
}
.HledejButt{
	background-image: url(../img/hledej.gif);
	border: none;
	background-color:
	transparent;
	width: 18px;
	height: 17px;
	cursor: hand;
}
.HledejButtRed{
	background-image: url(../img/hledejRed.gif);
	border: none;
	background-color:
	transparent;
	width: 18px;
	height: 17px;
	cursor: hand;
}
.adresa {
	display: block;
	float: none;
	width: 100%;
	margin: 0.5em 0em 0em 0em;
}
.adresadiv {
	float: left;
}
.adresa div, .poplatek div {
	margin: 0px 40px 0px 30px;
	padding: 0px;
}
.poplatek {
	display: block;
	float: none;
	width: 100%;
	margin: 0.3em 0em 0.3em 0em;
}
/* para - css styl pro dhtml layer simulaci modal dialogu */
/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity=40);
	background-color: #333333;
	background-image: none;
	background-repeat: repeat;
	display: none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.7em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupControls a span {
	display: block;
	height: 15px;
	width: 15px;
	text-indent: -9000px;
	background: url('../img/close.gif') no-repeat;
}

.loading {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
}

.loading div {
	position: relative;
	top: 50%;
}

.loading img {
	position: relative;
	top: -14px;
}

.LoadTabHid {
	display: none;
}