img.sysinfo {
	background-image: url('/images/wait.gif');
	background-repeat: no-repeat;
	background-position: center;
	max-width: 100%; 
	height: auto;
}
.notification {
	color: red;
}
body {
	background-color: #ffffff;
	margin: 0px;
	font-size: 100%;
/*	max-width: 90em; */
/*	margin: 0em auto 0em auto; */
}
@media (min-width: 800px) {
	#footer {
		padding-bottom: 2.5em
	}
	.powered {
		position: fixed;
		bottom: 0px;
/*		margin: 0em auto 0em auto;
		max-width: 90em; */
		width: 100%;
		background-color: white;
		z-index: 999;
		box-shadow: 0px 0px 5px #555555;
	}
	.powered ul {
		display: table;
		table-layout: fixed;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.powered li {
		display: table-cell;
		text-align: center;
	}
}
	nav {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	nav ul {
		display: table-row;
		margin: 0;
		padding: 0;
	}
	nav ul li {
		list-style: none;
		display: table-cell;
		text-align: center;
	}
	nav ul li a {
		display: block;
	}
	nav li {
		border-left: 1px solid grey;
	}
	nav li:first-child {
		border-left: none;
	}
	nav a:visited, nav a:link {
		color: black;
		border-bottom: 1px solid grey;
	}
@media (max-width: 400px) {
	nav a:visited, a:link {
		font-size: 75%;
		font-weight: lighter;
	}
}
@media (max-width: 799px) {
	.powered {
		display: none;
	}
}
nav {
	margin: 0em;
	background: #ffffff;
	color: #C3C4C4;
}
nav h1 {
	position: relative;
}
nav ul {
	list-style-type: none;
	box-shadow: 0px 0px 5px #555555;
}
nav a {
    text-decoration: none;
    color: #0000ff;
    font-weight: bold;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #0000ff;
}
a:visited {
    color: #0000ff;
}
a:hover {
    background-color: #E0E0F4;
}
.selected {
	background-color: #E0E0F4;
	border-bottom: 1px solid #E0E0F4 !important;
}
#main {
    text-align: justify;
    background: #ffffff;
/*    margin-top: 0em; */
/*    padding-top: 0.2em; */
    border: 0em;
}
h2:first-child {
    padding-top: 0.5em;
}
#footer {
    text-align: justify;
    margin-top: 0em;
    border: 0em;
    color: grey;
}
img {
    border: 0em;
}
h1 {
    margin: 4px;
    font-size: 1em;
}
h2 {
    background-color: #E0E0F4;
    color: #000033;
    font-size: 1em;
    margin-top: 0;
}
h3 {
    font-size: 0.8em;
}
p {
    font-size: 0.8em;
    margin: 4px;
}
p.center {
    text-align: center;
}
blockquote {
    font-size: 1em;
}
pre {
    font-size: 0.8em;
}
img.fancy {
    border: 0.3em solid black;
}
#mychart {
    width: auto;
    height: 400px;
	max-width: 100%;
	text-align: left;
}
dl {
	margin: 0px;
	font-size: smaller;
}
dt {
	font-weight: bolder;
}
dd {
	margin-bottom: 0.2em;
}
ul {
	margin: 0px;
}
