body {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 9pt;
	font-family: Gil sans, Arial, Verdana, Helvetica, sans serif;
	text-decoration: none;
	height: 100%;
}

h1.noscript {
	margin: 0px;
	padding: 5px;
	text-align: center;
	border: 1px dotted rgb(150,10,10);
	background-color: rgb(220,180,180);
	color: rgb(150,10,10);
}

table.main {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table.details {
	width: 100%;
	border: 1px solid black;
	margin-top: 50px;
}

table.details tr td {
	padding: 4px 10px 4px 10px;
}

.descr {
	font-weight: bold;
	white-space: nowrap;
}
.value {
}
.check {
}

.even {
	background-color: rgb(240,240,240);
}
.odd {
	background-color: rgb(255,255,255);
}

.checkSuccess {
	font-weight: bold;
	color: rgb(10,150,10);
}
.checkFailed {
	font-weight: bold;
	color: rgb(150,10,10);
}
