body
{
	font-family: Verdana, sans-serif;
	color: #9ACD32;
	background: white;
}

*
{
	line-height: 1.5em;
}

.clicky
{
	text-decoration: underline;
	cursor: pointer;
}

hr
{
	border: 0;
	border-top: solid 1px #9ACD32;
	margin-top: 5px;
	margin-bottom: 3px;
}

a:link, a:visited
{
	color: #5C7B1E;
}
a:hover, a:active, .clicky:hover
{
	color: #FFD700;
}
a img
{
	border: none;
}

.hidden
{
	display: none;
}

.highlight
{
	background-color: yellow;
}

th
{
	text-align: left;
}

input[type="text"], textarea, .textarea, .input_kloon
{
	color: #E6C200;
	width: 300px;
	border: none;
	background-color: #E5FFCC;
	margin-bottom: 2px;
}

input[type="button"], input[type="submit"]
{
	background-color: #9ACD32;
	color: white;
}

.input_kloon /* TODO: kasutusel korrektselt? */
{
  color: #E6C200;
  height: 14px;
}

textarea, .textarea
{
	color: #004600;
	font-family: Verdana, sans-serif;
	width: 350px;
}

div[contenteditable="true"]
{
	background-color: #E5FFCC;
}

.h
{
	font-size: 150%;
	font-weight: bold;
	color: #9ACD32;
}

nav
{
	text-align: center;
	z-index: 32000;
	padding: 0em 0.5em;
}
nav a
{
	text-decoration: none;
}
nav ul ul
{
	display: none;
}
nav ul li:hover > ul
{
	display: block;
}
nav ul
{
	background: #9ACD32;
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 0;
}
nav ul:after
{
	content: "";
	clear: both;
	display: block;
}
nav ul li
{
	float: left;
}
nav ul li:hover a
{
	color: white;
}
nav ul li a
{
	display: block;
	padding: 0.6em 0.6em;
	text-decoration: none;
}
nav > ul > li > a
{
	padding: 0.3em 6px 0.3em 5px;
}
/*nav > ul > li:not(:last-child) > a
{
	border-right: solid 1px white;
}
*/
nav ul ul
{
	text-align: left;
	position: absolute;
	top: 0%;
}
nav ul ul li
{
	float: none;
	position: relative;
}
nav ul ul li a
{
	color: red;
}
nav ul ul ul /* kolmas tase */
{
	position: absolute;
	left: 100%;
	top: 0;
}
#kontroll
{
	top: 0;
	left: 0;
	background: #9ACD32;
	position: fixed;
	z-index: 32000;
	color: white;
	/*margin-right: 20em;*/
	line-height: 0.5em;
}
#kontroll a:link, #kontroll a:visited
{
	color: white;
}
#vali_kujundus a:link, #vali_kujundus a:visited /* TODO: õige koht? */
{
	color: #9ACD32;
}
#kontroll a:hover, #kontroll a:active, #vali_kujundus a:hover, #vali_kujundus a:active
{
	color: #FFD700;
}

.fancy_border, input[type="button"], input[type="submit"]
{
	border: solid 2px #9ACD32;
	border-radius: 5px;
}

#kontroll, #vali_kujundus
{
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
}

.tabel td
{
	border: solid 1px rgb(200, 200, 200);
	line-height: 135%;
	padding: 2px;
}

#log
{
	margin-top: 5em;
}

.kustuta_submit
{
	color: red !important;
}
