/* CSS Document */
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.info {
	background-color: #FEDDDA;
	font-weight: bold;
	color: #FF0000;
	border: 2px solid #ff0000;
	padding: 10px;
	margin: 1em 0em;
}
h1 {
	padding: 0.5em 0 0 0;
	margin: 0 0 1em 0;
	font-size: 150%;
	color: #006699;
	border-top: 1px solid #9DB5C6;
}
p {
	margin-bottom:0.5em;
	margin-top:0;
}
.vypis {
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
}
.vypis th {
	background-color: #eeeeee;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 0.5em 1em;
}
.vypis td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration:underline;
}
a.img {
	border: 0;
}
ul {
	margin-top: 0.5em;
	margin-left:2em;
	margin-bottom:0.5em;
}


.help {
	position: absolute;
	z-index: 1;
	display: none;
	width: 250px;
	padding: 2px 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	background-color: #FFFFD9;
	border: 1px solid #666666;
	filter: alpha(opacity:85);
	-moz-opacity: 0.85;
	left: 2px;
	top: -13px;
	_top: 1px;
}
ul.hint {
	list-style-type: decimal;
	margin: 0.5em 0 0.5em 2.5em;
}
.hot {
	background-color: #FCDEDC;
}