body {
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: rgb(250, 250, 250);
}
p {
	font-size: 0.9em;
	text-indent: 1em;
	padding: 1em;
}
p.comment {
	display: inline;
	color: #fff;
	text-indent: 0;
	font-size: 0.8em;
	background-color: transparent;
	border: none;
}
p.icomment {
	color: #999;
	font-size: 0.85em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	float: none;
	border: 1px solid #fff;
	border-bottom-color: #ccc;
	padding-bottom: 0.3em;
	font-size: 1.8em;}
h3 {
	float: none;
	border: 1px solid #fff;
	border-bottom-color: #ccc;
	padding-bottom: 0.3em;
	font-size: 1.4em;
}
h4 {
	display: inline;
	color: #fff;
	text-indent: 1em;
	font-size: 1.2em;
}
table {
	border-collapse: collapse;
	margin-left: 3%;
	width: 90%;
}
td {
	font-size: 0.9em;
}
td.tested {
	width: 5ex;
	color: #fff;
	text-align: center;
	padding: 0.2em;
}
ul {
	list-style-type: none;
}

/* classes */

div.section {
	width: 100%;
	padding: 0.5%;
	padding-top: 1.5%;
	clear: both;
}
div.item {
	border: 1px dotted #999;
	width: 40%;
	float: right;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	color: #fff;
	background-color: #fff;
}
div.notes {
	background-color: #ccc;
}
div.contents {
	color: #333;
	padding-top: 2%;
	background-color: #fff;
	height: 100%;
}
span.tested {	color: #fff;
}

span.untested {	color: #fff;
}

.warning {
	color: #f30;
	font-weight: bold;
	text-transform: uppercase;
}
.tested {
	background-color: #69c;
}

.untested {
	background-color: #ccc;
}
.group_cell {
	background-color: #eee;
	text-align: center;
	padding: 0.2em;
	width: 1ex;
	border-bottom: 0.2em solid #fff;
}
.cost_cell {
	text-align: right;
	color: #888;
}
.total_cell {
	border-top: 1px dashed #ccc;
	text-align: right;
	color: #888;
}
.cost_per {
	margin: 0px;
	font-size: 0.9em;
	color: #888;
	text-align: right;
}
.index table {
	margin-top: 3px;
	border-collapse: collapse;
}
.index td {
	border-bottom: 1px dotted #ccc;
	border-top: 1px dotted #ccc;
}
.even {
	background-color: #edf3fe;
}