body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 0px;
    background: white;
    color: black;
}

a:link, a:active, a:visited {
	color: blue;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.vybrany {
	font-weight: bold;
}

.upozorneni {
	font-weight: bold;
}

.alert {
	font-weight: bold;
	color: red;
}

.wait {
	font-weight: bold;
	color: purple;
}

.kategorie {
	
	color: green;
	font-weight: bold;
}

.skategorie {
	
	color: olive;
	font-weight: bold;
}

.disabled {
	color: gray;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	color: black;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: black;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: black;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color: black;
}

input, select, textarea {
	font-size: 11px;
}

.editor_nazev {
	width: 628px;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	color: black;
	text-align: center;
	border: 0px;
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

.editor_poradi {
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

.editor_pole {
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

.editor_seznamy {
	color: black;
	font-weight: bold;
	padding: 3px;
	border: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

#od {
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

#do {
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	border: 0px;
	border-bottom: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
}

a.chars {
	padding: 3px;
	font-weight: bold;
	border: 1px solid rgb(204,204,204);
	background-color: rgb(240,240,238);
	text-decoration: none;
	color: black;
}

a.chars:hover, a.chars_active {
	padding: 3px;
	font-weight: bold;
	border: 1px solid rgb(204,204,204);
	background-color: lightyellow;
	text-decoration: none;
	color: red;
}

a.chars_active {
	padding: 3px;
	font-weight: bold;
	border: 1px solid black;
	background-color: lightgreen;
	text-decoration: none;
	color: black;
}

.table_dokumenty {
	background-color: silver;
}

.tr_dokumenty_head {
	background-color: silver;
	font-weight: bold;
	color: black;
}

.tr_dokumenty1 {
	background-color: #EFEFEF;
}
.tr_dokumenty2 {
	background-color: lightblue;
}