#dbglog, #dbglog pre
{
	background-color: #FF9;
	font-family: Monaco, monospace, sans-serif;
	font-size: 9px;
	line-height: 11px;
	clear: all;
}

#dbglog .onlinehost { color: #f00; }
#dbglog .localhost { color: #333; }

#dbglog li
{
	color: #111;
	font-size: 9px;
}

#dbglog .errlog { 
	color: #C00; 
	font-size: 9px;
}

/*
.errlist
{
	font-family: ProFont, VT100, Monaco, monospace, sans-serif, Courier;
	font-size: 10px;
}

.error
{
	color: #C33;
	font-weight: bold;
}
*/
.debug
{
	color: #C33;
	font-weight: bold;
}


