/* Reporting */

.error, div.success, ul.success, .notice, .output, .debug {
	padding: 0px;
	margin: 0px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	background-color: white;
	padding: 5px;
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	min-height: 25px;
		padding-left: 35px;
	list-style-type: none;
}

.error {
	border: 1px solid red;
	background-image: url('../images/reporting/error.gif');
	color: red;
}

.debug {
	border: 1px solid red;
	background-image: url('../images/icons/bug.gif');
	color: black;
	white-space: pre;
	font-size: 11px;
}

div.success, ul.success {
	border: 1px solid green;
	background-image: url('../images/reporting/success.gif');
	color: green;
}

.notice {
	border: 1px solid #F9B207;
	background-image: url('../images/reporting/notice.gif');
}

	.notice input {
		vertical-align: -4px;
	}

.output {
	border: 1px solid #eeeeff;
	background-image: url('../images/reporting/output.gif');
	color: #003CA5;
}

.debug {
	display: none;
}

pre {
	text-align: left;
}