@CHARSET "UTF-8";
html {
	margin: 0px; padding: 0px;
}

body {
	margin: 0px; padding: 0px;
	background: #fff;
	font: normal 80% Tahoma, sans-serif;
	color: #222;
	font-weight: normal;
}

button {
	font-weight: bold;
	border: 1px solid #bbb;
	background: #eee; padding: 4px 6px;
}

a img { border: none; }

a:link, a:visited, a:active, a:hover {
	font-weight: normal; text-decoration: underline;
	color: navy;
}

a:hover {
	text-decoration: none;
}

ul.navigation {
	padding-left: 0px;

}

ul.navigation li {
	padding-left: 0px;
	list-style-type: none;
	border-bottom: 2px solid #b3d037;
	padding-bottom: 14px; padding-top: 14px;
}

ul.navigation li a {
	font: normal 13px "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	color: #000; text-decoration: none;
}

/***** TABLE.DATA ***************/
table.data {
	border-collapse: collapse;
	border: 1px solid #fff;
	width: 100%;
}

table.data td, table.data th {
	border: 1px solid #fff;
	padding: 3px 6px;
	vertical-align: top; background: #dfdfdf;
	font-weight: normal;
}

table.data th {
	background: #2f559d;
	color: #fff; font-weight: bold; text-align: left;
}

#header {
	height: 100px; background: #fff;/*#2f559d;*/
	background: url(/img/header.png) no-repeat top center;
}

#header #header_Content {
	width: 880px; position: absolute; left: 50%;
	margin-left: -400px;
	color: #000; text-align: right;
	padding-top: 4px;
}

#header #header_Content a
	{
		color: #000080;
	}

form {
	padding: 0px; margin: 0px;
}

dl.zend_form dt {
	margin: 0px; padding: 0px;
	float: left:
}
dl.zend_form dd label {
	float: left; width: 160px;
}
dl.zend_form label, dl.zend_form input, dl.zend_form textarea, dl.zend_form select {
	margin: 0 0 0.7em 0; font-weight: normal;
}

dl.zend_form dd input {

}

input.radio { width: auto; }

fieldset {
	border: none; font-weight: normal;
	margin: 0px; background: #efefef; padding: 10px; border: 2px solid #b3d037;
	border-width: 1px 0px 0px 2px;
}

hr {
	border: 1px solid lighgrey; margin: 5px 0px; height: 1px;
	background: #ccc; color: lighgrey; border: none;
}

div.moreBox {
	background: #eee; border: 1px solid #aaa; padding: 4px;
	margin: 6px; margin-left: 20px;
}

.error {
	background: #fff6bf url(/img/icons/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

div.floatingImage, div.floatingImageRight {
	float: left; border: 1px solid #ccc;
	padding: 4px; background: #eee;
	text-align: center;
	font-size: 9pt;
	margin-right: 12px; margin-bottom: 8px;
}

div.floatingImageRight {
	float: right; margin-right: 0px;
	margin-left: 8px;
}

div.floatingImage img, div.floatingImageRight img {
	display: block; border: 1px solid #bbb;
}

a img { border: 0px; }

div#contentSortable ul li {
	list-style-type: none;
	width: 250px; background: #eee; border: 1px solid #aaa;
	padding: 6px; margin: 2px;
}

.error, .information, .info, .help, ul.errors li {
	background: #fff6bf url(/img/icons-gif/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	list-style-type: none;
}

.information, .help, .info {
	background: #f8fafc url(/img/icons-gif/information.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #3a589a;
	border-bottom: 2px solid #3a589a;
}

.help {
	background: #f8fafc url(/img/icons-gif/help.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid #3a589a;
	border-bottom: 2px solid #3a589a;
}

div#columnSortable ul li {
	list-style-type: none;
	width: 350px; background: #eee; border: 1px solid #aaa;
	padding: 6px; margin: 2px;
}


td.em-eva-dotaznik-popis {
	width :25%;
}

#form-dotaznik table {
	width: 100%;
}

#messages, #alert {
	margin: 1em 0;
	padding: 1ex;
	background: #eee;
}

#messages p {
	margin: 1ex;
}

#middleContent {
	width: 500px;
	float: left;

}

#rightContent {
	width: 200px;
	float: left;
	clear: right;
	padding-left: 20px;
}

.greyBox {
	background: #efefef; padding: 10px;	margin-top: 10px; margin-bottom: 10px;
	
}

legend {
	font-weight: bold;
	background: #efefef; padding-left: 4px;  padding-right: 4px;
}

#napoveda p {
	margin: 0 1ex 1em 1ex;
}

.margin {
	margin: 1ex 0;
}

table.calendar tr td a {
	width: 18px; height: 18px; text-align: center;
	border: 1px solid #aaa; background: #eee; display: block;
	padding: 2px; color: #000; text-decoration: none;
}

table.calendar tr td a:hover {
	background: #aaa;
}

table.calendar tr.header td { background: #efefef; }

table.calendar tr.dayNames td {
	width: 18px; height: 18px; text-align: center;
	background: #888; color: #fff; font-weight: bold;
	
}

table.calendar a.interesting { font-weight: bold; background: #ddd; }
table.calendar a.selected { background: #bbb; }

#zpusob_ukonceni-element label { 
	width: 400px;
}
#zpusob_ukonceni-element input { margin-right: 8px; }

h2 a { font-size: 13pt; }

p { padding-bottom: 8px; }