label
{
	cursor: Pointer;
	cursor: Hand;
}

input
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Fixedsys, Arial, Sans-serif;
	background: #FFFAF0;
}
		 
.text
{
	color: #000000;
	border: 1px solid #000000;
}				 
			 
.tlacitko
{
	color: #000000;
	/* border: 3px double red; */
	cursor: Pointer;
	cursor: Hand;
}

textarea
{
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Fixedsys, Arial, Sans-serif;
    background: #FFFAF0;
	color: #000000;
	border: 1px solid #000000;
}

.ok, .varovani, .chyba
{
	display: block;
	font-weight: Bold;
	width: 450px;
	border-width: 1px;
	border-style: solid;
	background-color: White;
}
	
.ok
{
	color: #9D1305;
}

.varovani
{
	color: green;
}

.chyba
{
	color: red;
}
								 
td.prispevek
{
	 background-color: #FFFAF0;
	 font-weight: normal;
}
th
{
  font-weight: bold;
  font-size: 12px;
  color: #000000; /* navy */
}
td
{
	font-size: 11px;
	font-weight: bold;
}