/* ---- Üldine stuff ---- */
body {
	font-family: verdana;
	font-size: 8pt;
}

input, textarea {
	border: 1px solid #CCC;
	background: #FFF;
	font-family: Verdana;
	font-size: 8pt;
	color: #000;
}

th {
	background: #CCC;
}

a {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

a: hover {
	font-family: verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
}

h1 {
	font-size: 12pt;
	text-align: center;
	color: #000000;
	background-color: #eeeeee;
	border: solid 1px #cccccc;
	margin: 5px;
}

img {
	border: none;
}

/* ---- Peamenüü ---- */
.menyy {
	width: 150px;
	border: dashed 1px #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom: 10px;
	margin: 0px 10px 10px 0px;
}

.menyy ul {
	margin-left: 10px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 10px;
}

.menyy a {
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	border: solid 1px #ffffff;
	width: 100px;
	display: block;
}

.menyy a:hover {
	display: block;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: solid 1px #bbbbbb;
	background: #eeeeee;
	width: 100px;
}

/* ---- Prema bloki elemendid ---- */
.element {
	width: 150px;
	border: dashed 1px #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom: 10px;
	margin: 0px 10px 10px 0px;
}

.element ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
}

.element a {
	position: inside;
	font-size: 8pt;
	font-weight: normal;
	color: #1B13A8;
	text-decoration: none;
}

.element a:hover {
	position: inside;
	font-size: 8pt;
	font-weight: normal;
	color: #1B13A8;
	text-decoration: underline;
}

.element p {
	margin: 10px;
}

.element form {
	margin: 10px;
	position: inside;
}

/* ---- Keskmine blokk ---- */
.keskmine {
	width: 460px;
	border: dashed 1px #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	margin-bottom: 10px;
	margin: 0px 10px 10px 0px;
}

.keskmine h2 {
	margin: 5px;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.keskmine h3 {
	margin: 5px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.keskmine p {
	margin: 10px;
}

.keskmine a {
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: #1B13A8;
}

.keskmine a:hover {
	font-family: Verdana;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
	color: #1B13A8;
}

.keskmine form {
	margin: 10px;
}

.keskmine table {
	margin: 10px;
	text-align: center;
	border: none;
}

.keskmine table td {
	text-align: left;
}

.keskmine input, textarea {
	border solid 1px #000000;
}

/* ---- Jalus ---- */
.jalus {
	border: dashed 1px #cccccc;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 10px 0px;
}

.dark {
	background: #EEE;
}