/*

Exceptions

*/

div.exception, div.exception_sql {
	margin: auto;
	margin-bottom: 20px;
	color: #333333;
	border: 1px solid #4C7D9C;
	background-color: #F7E8E8;
	background-image: url(../gfx/message.error.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding: 20px;
	padding-left: 75px;
}

div.exception_sql div.headline, div.message div.headline {
	font-weight: bold;
}

div.exception_sql div.error, div.message div.error {
	padding-top: 10px;
	text-align: left;
}

div.exception_sql div.query {
	color: blue;
}

table.trace {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000000;
	display: none;
}

table.trace tr:hover {
	background-color: #FBC021;
}

table.trace td {
	border: 1px solid #000000;
	padding: 2px;
}
