.bannercell
{
	border: 0px;
	padding: 0px;
}
body
{
	margin: 0;
	font: normal 100% arial,helvetica,sanserif;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0;
}
table.status
{
	font: bold 80% arial,helvetica,sanserif;
	background-color: #525D76;
	color: #ffffff;
}
table.log tr td, tr th
{
	font-size: 80%;
}
.error
{
	color: red;
}
.warn
{
	color: brown;
}
.info
{
	color: gray;
}
.debug
{
	color: gray;
}
.failed
{
	font-size: 80%;
	background-color: red;
	color: #FFFFFF;
	font-weight: bold;
}
.complete
{
	font-size: 80%;
	background-color: #525D76;
	color: #FFFFFF;
	font-weight: bold;
}
.a td
{
	background: #efefef;
}
.b td
{
	background: #fff;
}
th, td
{
	text-align: left;
	vertical-align: top;
}
th
{
	background: #ccc;
	color: black;
}
table, th, td
{
	border: 1px;
}
h3
{
	font: bold 80% arial,helvetica,sanserif;
	background: #525D76;
	color: white;
	text-decoration: none;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0;
}

h4 
{
	font: bold 70% arial,helvetica,sanserif;
	text-decoration: none;
}
h2
{
	font: bold 85% arial,helvetica,sanserif;
}
a { font:normal 100% courrier new;
	text-decoration:none; }
a:link {color: #FF0000; text-decoration: none;}     /* unvisited link */
a:visited {color: #FF0000; text-decoration: none;}  /* visited link */
a:hover {color: #FF00FF; text-decoration: none;}   /* mouse over link */
a:active {color: #0000FF; text-decoration: none;}   /* selected link */ 
