/* $Id */

body {
	font-family: ariel, sans, sans-serif;
}

table {
/*    border-collapse: collapse; */
    border-width: 5px;
}

thead tr {
  background: #ccc;
}

tbody tr td {
  border-bottom: 1px solid #ccc;
}

tbody tr:hover {
 background: #eee;
}

.pass :hover {
 background: #ede;
}

td, th {
 padding: 2px;
 padding-left: 6px
}

.reporter {
   font-family: monospace;
   font-size: 0.8em;
   margin-top: 0;
   margin-bottom: 0;
}

.links {
   font-size: 0.75em;
}

.pass {
   background: #0E0
}

.fail {
   background: #F00
}

.nodata {
   background: #DDD
}

.desc {
   font-size: 0.8em;
}

.explanation {
   margin-left: 3em;
   border: thin, black;
   font-style: italic;
   font-size: 80%;
}

h2 {
 color: #000;
 background: #DDD;
 padding: 4px
}

.testTypeName {
  align: left;
}

.status {
  background: #DED;
}

.minLevel {
}

.linkToTable {
}