.core_error
{
	margin-bottom: 5px;
	background-color: #FFF;
}

	.core_error table
	{
		padding: 1px;
		border: #cc0000 1px solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
	}
	
		.core_error table tr td
		{
			padding-left: 3px;
			padding-right: 3px;
			color: #000;
		}
		
			.core_error table tr td a,
			.core_error table tr td b
			{
				font-weight: bold;
				color: #006;
			}
		
		.core_error table tr.error_row
		{
			background-color: #eee;
		}
		
			.core_error table tr.error_row td.type
			{
				cursor: pointer;
				min-width: 60px;
				padding: 3px 5px;
				background-color: #ff0000;
				text-align: center;
				font-size: 10px;
				font-weight: bold;
				color: #ffffff;
			}
		
		.core_error table tr.trace_row
		{
			background-color: #eee;
		}
			
			.core_error table tr.trace_row td
			{
				border-top: 1px solid #ffffff;
			}
			
			.core_error table tr.trace_row td.trace
			{
				background-color: #ddd;
				text-align: center;
				font-size: 9px;
				color: #555;
			}
			
			.core_error table tr.error_row td.type,
			.core_error table tr.trace_row td.trace
			{
				border-right: 1px solid #ffffff;
			}