
.msg_yes {
background:none repeat scroll 0 0 green;
border:2px solid Wheat;
font-weight:bold;
margin:auto;
padding:5px;
text-align:center;
width:88%;}

.nahledy{

margin-left:2px;
margin-top:14px;
padding:0;
margin: auto;
width:810px; 
}

.nahledy img{ 
width: 95px;
margin: 1px;
padding: 1px;
border:1px solid navy;
}

.linkuj_input { 
font-size:11px; 
width:100%;
border:1px solid navy;
background-color: rgb(27,90,169);
color: white;
}
body {
  background-color: #3d79bc;
  background-image: url("imgs/bg.png"); 
  background-repeat: repeat-y;
  font-family: "Verdana";
	font-size: 12px;
	color: white;
}
#menu {
  position: relative; 
  width: 100%; 
  top: 10px; 
  left: 0px; 
  height: 37px; 
  background-color: #1b5aa9;
  border-style: solid; 
  border-width: 1px;
  z-index: 1;
  border-color: navy;
}
#menu td a {display: block;}

#menu td a:hover { background-color: #174d90; }
a { 
  color: white; 
  text-decoration: underline;
  font-size: 11px;
}

a:hover { 
  color: rgb(223,223,223); 
  text-decoration: none;
  font-size: 11px; 
}


#obsah {
  position: relative; 
  width: 100%; 
}




#window {
  position: relative; 
  top: 15px; 
  left: 15%; 
  width: 70%; 
  background-color: #1b5aa9;
  border-style: solid; 
  border-width: 1px;
  border-color: navy;
  padding:0px;
}

#timer {
  position: relative; 
  top: 25px; 
  left: 25%; 
  width: 50%; 
  background-color: #1b5aa9;
  border-style: solid; 
  border-width: 1px;
  border-color: navy;
  padding:0px;
}

#down {
  position: relative; 
  width: 100%;
  height: 29px;
  bottom: -20px;  
  background-color: #1b5aa9;
  border-style: solid; 
  border-width: 1px;
  border-color: navy;
}

#full {
  position: relative; 
  width: 100%;
  top: 25px;  
  background-color: #1b5aa9;
  border-style: solid; 
  border-width: 1px;
  border-color: navy;
  padding:0px;
}
#full table{
  font-family: "Verdana";
	font-size: 12px;
}
#window table{
  font-family: "Verdana";
	font-size: 12px;
}

table {
font-size: 12px;
}
h1 { 
text-decoration: none; 
color: rgb(0,0,128);
margin-top: 5px; 
margin-bottom: 5px;
margin-left : 10px; 
font-size: 18px; 




} 
.popup { 
 padding:10px; 
  background-color: black;
  opacity: 0.6;   
  filter: alpha(opacity=60);   
  -moz-opacity: 0.6;   
  -khtml-opacity: 0.6;   
 border:1px solid white;
 width:600px; 
 font-size: small; 
 }

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:41%;
	z-index:9999;
	width:600px;
	height:200px;
	padding:10px;
	margin:-220px 0 0 -250px;
	border:1px solid rgb(0,0,65);
	background:rgb(27,90,169);
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#lightbox.done img{
	width:100%;
	height:100%;
}

