html, td {
	color: black;
	font-family: "Arial", sans-serif;
	font-size: normal;
}

A {
	color : navy;
	text-decoration: none;
}

A:HOVER {
	color: #0060c1;
	text-decoration: underline;
}

TEXTAREA {
	width: 300px;
	height: 100px;
}

IMG {
	border-width: 0px;
}

.button {
}

.tabulka {
  border-style: solid;
  border-width: 1px 0px 0px 1px;
  border-color: silver;
  border-style: dotted;
  padding: 0px;
  border-spacing: 0px 0px;
  empty-cells: show;
}

.tabulka th {
  font-size: 10pt;
  background-color: #deded6;
  padding: 2px 4px 2px 4px;
  border-width: 0px 1px 1px 0px;
  border-color: silver;
  border-style: dotted;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

.tabulka td {
  font-size: 10pt;
  padding: 2px 4px 2px 4px;
  border-width: 0px 1px 1px 0px;
  border-color: silver;
  border-style: dotted;
  white-space: nowrap;
  vertical-align: middle;
}

.skrytaTabulka {
  border-width: 0px;
}

.skrytaTabulka th {
  font-size: 10pt;
  background-color: #deded6;
  border-width: 0px;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}

.skrytaTabulka td {
  font-size: 10pt;
  border-width: 0px;
  white-space: nowrap;
  vertical-align: middle;
}

.polozka {
	color: black;
	text-align: right;
}

.povinnaPolozka {
	color: darkred;
	text-align: right;
}

.chybnaPolozka {
}

.sekce {
	border: 1px solid gray;
	background-color: #e8f0e8;
	text-align: center;
	padding: 2px 4px 2px 4px;
}

.nadpisStranky {
	font-size: large;
	font-weight: bold;
	color: black;
	text-align: center;
	padding: 2px 4px 10px 4px;
}

.menuOdkaz {
	text-align: right;
}

.error {
	color: red;
	x-text-decoration: blink;
}

.warning {
	color: orange;
	text-decoration: blink;
}

.jsOdkaz {
	color : navy;
	text-decoration: none;
	cursor: hand;
}

.jsOdkaz:hover {
	color: #0060c1;
	text-decoration: underline;
	cursor: hand;
}

.motto {
	padding-right: 2px;
}

.usageTip {
	padding-top: 4px;
}

.annotation {
	font-size: small;
	color: gray;
}
