div.Logs table
{
	border-spacing: 0px;
}

div.Logs table *.TimeElapsed
{
	white-space: nowrap; 
	text-align: center;
}

div.Logs table *.TimeElapsed div
{
	font-size: 0.8em;
	font-weight: bold;
}

div.Logs table th
{
	border-width: 0px;
}

div.Logs table td
{
	padding: 1px 4px;
	border-width: 0px;
	border-bottom: 1px solid #000;
}

div.Logs table tr.Fatal td
{
	background-color: #000;
	color: #f00;
	font-weight: bold;
}

div.Logs table tr.Success td
{
	background-color: #0c0;
	color: #000;
	font-weight: bold;
}

div.Logs table tr.Error td
{
	background-color: #800;
	color: #ee0;
	font-weight: bold;
}

div.Logs table tr.Bug td
{
	background-color: #ddd;
	color: #c00;
	font-weight: bold;
}

div.Logs table tr.Warn td
{
	background-color: #ffcc00;
	color: #000;
}

div.Logs table tr.Info td
{
	background-color: #fff;
	color: #000;
}

div.Logs table tr.Debug td
{
	background-color: #bbf;
	color: #000;
}

table tr.RareDebug td
{
	background-color: #0aa; color: #000;
}
