
/* ----- WARNING ----- \\
// COPYRIGHTED CONTENT \\
//  COPYRIGHT © NERVA  \\
//   nerva@nerva.ee    \\
// All rights reserved \\
// ------------------- */

body {
	background-color: #000d4d;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #444444;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
	vertical-align: top;
}
.minwidth {
  width: 1px;
}
.maxwidth {
	width: 100%;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.textbottom {
	vertical-align: text-bottom;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.pointer {
  cursor: pointer;
}
.move {
  cursor: move;
}
.hidden {
  display: none;
}
.print_only {
  display: none;
}
.visible {
  display: inherit;
}
.nowrap {
	white-space: nowrap;
}
.error {
  color: #990000;
	font-style: italic;
}
.smaller {
	font-size: 0.8em;
}
abbr {
	text-decoration: none;
	background-color: #dfdfdf;
}
a {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #444444;
}
a.selected {
	border-style: dotted;
	border-width: 1px;
	border-color: white;
}
.private {
  font-style: italic;
}
table.inline {
  display: inline-table;
}
td.bg {
  background-position: left top;
	background-repeat: no-repeat;
}
td.bgcenter {
  background-position: center;
	background-repeat: no-repeat;
}
td.bgcentermiddle {
  background-position: center;
	background-repeat: no-repeat;
}
td.repeat {
	background-repeat: repeat;
}
td.repeatx {
	background-repeat: repeat-x;
}
td.repeaty {
	background-repeat: repeat-y;
}
td.cut {
  overflow: hidden;
}
hr {
	color: #dfdfdf;
	height: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
}
.lightbg {
  background-color: #dfdfdf;
}

/* main */
#main_logo {
  background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	left: 0px;
	top: 0px;
}
#main_loadingcontent {
  position: absolute;
	left: 16px;
	top: 160px;
	color: white;
	font-size: 1.1em;
}
#main_noscript {
  position: absolute;
	left: 16px;
	top: 180px;
	color: white;
	font-size: 1.1em;
}
#main_noscript a {
	color: white;
	font-weight: bold;
}

input[type="text"] {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #ffe28a;
}
input[type="password"] {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: #ffe28a;
}
input[type="submit"] {
  background-color: #555555;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color: #eeeeee;
	font-weight: bold;
}
input[type="button"] {
  background-color: #555555;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	color: #eeeeee;
	font-weight: bold;
}
#main_langbuttons {
	font-size: 0.8em;
	color: white;
	text-align: center;
	vertical-align: top;
	letter-spacing: +2px;
}
#main_langbuttons div {
	position: relative;
	top: -10px;
  vertical-align: middle;
	white-space: nowrap;
}
#main_langbuttons img {
  vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
}
#main_langbuttons a {
	color: white;
  vertical-align: middle;
}
#main_langbuttons a:hover {
	color: white;
  vertical-align: middle;
}
#main_langbuttons a:visited {
	color: white;
  vertical-align: middle;
}
#main_error_on_top {
	color: white;
	position: absolute;
	left: 410px;
	top: 40px;
	margin-right: 70px;
}

/* Contents */
div.contents {
  font-size: 0.8em;
	white-space: nowrap;
}
div.pagelevel0 {
  font-weight: bold;
}
div.pagelevel1 {
  font-weight: bold;
}
div.contents_separator {
  font-size: 0.8em;
	font-weight: bold;
	margin-top: 4px;
	padding-top: 4px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px;
}

td.user {
  color: white;
	font-size: 0.8em;
}
