/* styl stranek ------------------------------------------------------------------------*/
body, table {
	font-family:Verdana,Tahoma,Arial,Helvetica;
	font-size:10pt;
	background:#2C6D8D; /* url(../images/bg.jpg) repeat-x; */
	color:white;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
}
img{
	border:none transparent 0;
}
pre {
	font-family:Verdana,Tahoma,Arial;
}
input,select,textarea{
	font-size:9pt;
	font-family:sans-serif,Helvetica,Arial;
	width:120px;
}
select{
	width:124px;
	#width:126px;
}
button {
	font-weight:bold;
	font-size:9pt;
	padding: 2px;
}
a {
	color:#ffc300;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#ffc300;
	text-decoration:underline;
}

/*shoda prvku explorer + mozilla -------------------------------------------------------*/
body{border: none transparent 0;}
h1{font-size:14pt;margin:10px 0;}
h2{font-size:12pt;margin:8px 0;}
h3{font-size:11pt;margin:5px 0;}
h4{font-size:10pt;margin:5px 0;}
h5{font-size:9pt;margin:5px 0;}
h6{font-size:8pt;margin:4px 0;}
p{margin:4px 0;}

/* vseobecne pomocne styly -------------------------------------------------------------*/
br.endFloat{/*konec float*/
	clear:both;
}
input.button {
	font-weight:bold;
	font-size:9pt;
	padding:0 5px 2px 5px;
	height:25px;
}
p.buttons input{
	font-weight:bold;
	font-size:9pt;
	padding:0 5px 2px 5px;
	height:25px;
}
img.button{
	cursor:pointer;
	border:outset #DCDCDC 2px;
	background-color:#DCDCDC;
	padding:1px;
	margin-top:2px;
}

#layoutSimplePage{/*vnitrni blok simple page*/
	margin:0 25px;
	text-align:left;
}

/* preddefinovane prekryvne okno se zpravou --------------------------------------------*/
div.Message {
	position:absolute;
	top:7%;
	left:0;
	margin: 10px 0px 10px 25%;
	width:50%;
	border: ridge #FF3031 2px;
	background-color:yellow;
	color:#DC143C;
	font-weight:bold;
	padding:0;
	z-index:99;
	text-align:left;
}

div.Message span{
	background-color:#00008B;
	display:block;
	padding: 4px 20px;
	color:white;
	background-image:url('../images/system/msgtitle.png');
}

div.Message p{
	padding:5px 20px 10px 20px;
}

div.Message div{
	display:None;
	position: absolute;
	right:1px;
	top:1px;
	border:outset white 2px;
	background-color:#c5c5c5;
	color:black;
	padding:2px 4px 2px 4px;
	font-size:11px;
	cursor:pointer;
	font-family:Verdana,Tahoma,Helvetica,sans-serif;
	text-align:center;
}

div.noscript{
	position:absolute;
	top:5%;
	left:12%;
	width:70%;
	background-color:#8B0000;
	border:groove white 2px;
	color:yellow;
	margin:0;
	padding:25px;
	font-weight:bold;
	font-size:11pt;
	z-index:10;
}

/* tlacitko na odchod ------------------------------------------------------------------*/
#divSimpleBack{
	position:absolute;
	top:3px;
	right:3px;
}

#divSimpleBack a{
	display:block;
	background-image:url('../images/system/close21.png');
	width:21px;
	height:21px;
}

a.imgButton{
	display:block;
	background-image:url('../images/button/multi21w.gif');
	color:black;
	padding:3px 15px 4px 15px;
	text-decoration:none;
	font-size:8pt;
}

/* datovy formular ---------------------------------------------------------------------*/
form.data{
	padding:10px;
	border:groove white 2px;
	color:black;
	background-color:#D6D3CE;
}
form.data, form.data label, form.data input, form.data select, form.data textarea{
	font-size:8pt;
}
form.data label, form.data h1, form.data h2, form.data h3, form.data h4, form.data h5, form.data h6{
	font-weight:bold;
	color:navy;
}
form.data label.left{
	text-align:left;
}
form.data label.right{
	text-align:right;
}
form.data input.right{
	text-align:right;
}
form.data input.btn{
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
}
form.data .box{
	border:groove #D6D3CE 2px;
	padding:5px;
}

/* preddefinovany formular gform -------------------------------------------------------*/
#gform{
	padding:0 10px;
	background-image:url('../images/system/gform_header.gif');
	background-repeat:repeat-x;
}
#gform #gformTitleBar{/*h5 titlebar gform*/
	margin:0 0 10px 0;
	padding:7px 20px 0 5px;
	color:white;
	text-align:left;
	font-size:9pt;
}
#gform #gformTitleBar #gformClose{/*a close button*/
	float:right;
	width:20px;
	height:20px;
	position:relative;
	left:26px;
	top:-3px;
	font-size:1pt;
	text-decoration:none;
	background-image:url('../images/button/gform_exit.gif');
}

/* preddefinovane okno warn ------------------------------------------------------------*/
#warn{
	background-color:#2C6D8D;
	color: yellow;
	border:groove silver 2px;
	padding:0 10px;
	margin:5px 0;
}
#warn h4{
	color:white;
}

