﻿.ContentTable {
	border: none;
	border-collapse: collapse;
	text-align: center;
	vertical-align: top;
	background-color: white;
}
.ContentTableParameter {
	color: white;
	text-align: left;
	vertical-align: top;
	padding: 0px 8px 8px 8px;
	vertical-align: top;
}
.board {
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.boardcell {
	width: 8px;
	height: 8px;
	font-size: 1px;
	border: solid 1px #EEEEEE;
	padding: 0px;
	margin: 0px;
}
.StatusNormal {
	background-color: White;
}
.StatusWait {
	background-color: Yellow;
}
a.footertext {
	text-decoration: none;
	background-color: #3d5fa3;
	color: white;
	text-align: center;
}
a.footertext:visited {
	text-decoration: none;
	background-color: #3d5fa3;
	color: white;
	text-align: center;
}
a.footertext:hover {
	text-decoration: underline;
	background-color: #3d5fa3;
	color: white;
	text-align: center;
}

