body {
	background-color: #fffff0;
	color: #000000;
	font-family: verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.notactive {
	text-decoration: line-through;
	color: #909090;
}
.w70 {
	width: 70%;
	float: left;
}
.w30 {
	width: 30%;
	float: left;
}

/* links */
a:link {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}
/***************/

/* input elements */
input.button, button {
	border: 1px solid #aaaaa0;
	background-color: #ddddd0;
}

input.text {
	border: 1px solid #ddddd0;
	background-color: #fffff8;
}
/*******************/

/* topbar */
div.topbar {
	background: #eeeee0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5%;
	z-index: 100;
	text-align: center;
}
div.topbar div.left, div.topbar div.right {
	width: 33%;
	float: left;
}
div.topbar div.center {
	width: 34%;
	float: left;
}
/****************/

/* menu */
div.menu {
	background: #eeeee0;
	position: fixed;
	top: 5%;
	left: 0;
	width: 15%;
	height: 95%;
	z-index: 100;
	overflow-y: auto;
}
div.menu ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.menu ul ul {
	padding-left: 1em;
}
div.menu ul li.domain {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
/*****************/

/* login */
div.login {
	position: fixed;
	width: 100%;
	top: 30%;
	left: 0;
}
div.login > table {
	margin-left: auto;
	margin-right: auto;

}

div.login > table input {
	width: 100%;
}
/**********/

/* messages */
div.messages {
	text-align: center;
	color: #ff0000;
}

div.main {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 85%;
	height: 95%;
	z-index: 10;
	overflow-y: auto;
}
div.main > table, div.main form > table {
	border-spacing: 2px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.main table tr.odd {
	background-color: #eeeee0;
}
div.main table tr.even {
	background-color: #fffff8;
}
div.main table th, div.main table td.enum {
	background-color: #ddddd0;
}
div.main table.ind {
	margin-left: 0;
	margin-right: 0;
	width: auto;
}

div.percent {
	width: 100%;
	position: relative;
}
div.percent > div.bar {
	position: relative;
	background-color: #aaaaa0;
	height: 1.3em;
}
div.percent > div.redbar {
	position: relative;
	background-color: #ff0000;
	height: 1.3em;
}
div.percent > div.text {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 0;
}


tr {
	vertical-align: top;
}
td {
	text-decoration: inherit;
}
hr {
	border: 1px solid #000000;
	width: 80%;
}

th.asc form a:after {
	content: '\0000a0\0025b2';
	float: right;
}
th.desc form a:after {
	content: '\0000a0\0025bc';
	float: right;
}

div.filter {
	display: flex;
}
div.filter form {
	display: flex;
}
div.filter form span.s {
	background: #e0e0d0;
	margin-left: 1em;
	padding: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
div.filter form span.c {
	background: #d0d0c0;
	padding: 0.3em;
}
select {
	border: 1px solid #ddddd0;
	background-color: #fffff8;
}
