a.menu-item-submenu {
	color: navy;
}

a.value {
	color: green;
}

a.value-chosen {
	color: red;
}

a.logout {
	color: blue;
}

a.update {
	color: red;
}

div.header {
	color: orange;
	border: thin solid yellow;
	background-color: #ffc;
	text-align: center;
	font-size: xx-large;
}

div.footer {
	margin-top: 0.5em;
	border-top: thin solid black;
	padding-top: 0.5em;
	text-align: center;
	font-size: small;
}

div.navigation {
	border: thin solid yellow;
	border-top: none;
	background-color: #ffc;
}

table.navigation {
	width: 100%;
	font-size: smaller;
}

td.desc {
	text-align: left;
}

td.input {
	text-align: left;
}

td.user {
	text-align: left;
}

td.update {
	text-align: right;
}

div.auth {
	text-align: center;
	margin-top: 0.5em;
}

div.menu-body {
	position: relative;
}

img.menu-img {
	position: absolute;
	top: 0px;
}

div.cmd {
	display: inline;
}

div.cmd-item {
	display: inline;
}

div.cmd-float {
	position: absolute;
	z-index: 4;
}

div.link {
	position: absolute;
	z-index: 3;
	border: thin dashed green;
}

img.link-transparent {
	width: 100%;
	height: 100%;
	border: none;
}

div.link:hover {
	background-image: url(alpha.png);
}

div.img {
	position: absolute;
}

div.value-float {
	position: absolute;
	z-index: 3;
	color: red;
	display: inline;
}

div.log {
	margin-top: 0.5em;
	border: thin solid red;
	background-color: #fcc;
}

div.state {
	display: inline;
	font-weight: bold;
}

div.value {
	display: inline;
	color: red;
}

div.log-title {
	display: inline;
	margin-left: 0.25em;
	border-bottom: medium solid red;
	font-size: x-large;
	font-weight: bold;
}

div.log-msg {
	margin-top: 0.5em;
	margin-left: 1em;
	margin-right: 1em;
}

table.auth {
	display: inline;
}

form {
	display: inline;
	margin-left: 0.5em;
}

input.cmd {
	border: thin solid navy;
	width: 10em;
}

input.cmd-send {
	color: navy;
	text-decoration: underline;
	background-color: white;
	border: 0em;
	cursor: pointer;
}

/*
 * width javascript (hamwww.js):
 * background: white;
 * text-align: right;
 * width: 2em;
 */
input.update {
	text-align: center;
	width: 7em;
	border: thin solid orange;
	background: #eee;
}

input.auth {
	border: thin solid black;
}

input.auth-login {
	color: black;
	text-decoration: underline;
	background-color: white;
	border: 0em;
	padding-left: 0em;
	cursor: pointer;
}
