#divAPITrace
{
	font: 9pt 'Courier New';
	white-space: nowrap;
}

/* style of api trace title */
#divAPITrace span.title
{
	font-weight: bold;
}

/* style of timestamp */
#divAPITrace span.timestamp
{
	
}

/* color of error message, i.e. ERROR 123: The description of the error */
#divAPITrace span.err
{
	color: #FF0000;
	font-weight: bold;
}

/* color of warning (non-critical error message), i.e. ERROR 123: The description of the error */
#divAPITrace span.warn
{
	color: #FF7F00;
	font-weight: bold;
}

/* color of string, i.e. "cmi.suspend_data" */
#divAPITrace span.str
{
	color: #0000FF;
	
}

/* color of function call, i.e. SetValue */
#divAPITrace span.func
{
	/*color: #000080;*/
	font-weight: bold;
	
}
