/*== Error and Notices ======================================
---------------------------------------------------------- */
.pageErrors, .pageSuccess, .pageNotice, .pageInfo, .pageExample, .pageQuestion {
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-style: normal;
}

/* == 1 == */
div.pageErrors {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('/graphics/icons/error.png');
}

/* == 2 == */
div.pageSuccess {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('/graphics/icons/success.png');
}
/* == 3 == */
div.pageNotice {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('/graphics/icons/info.png');
}
/* == 4 == */
div.pageInfo {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('/graphics/icons/warning.png');
}
/* == 5 == */
div.pageExample {
	color: #333333;
	background-color: #eeeeee;
	background-image: url('/graphics/icons/example.png');
}
/* == 6 == */
div.pageQuestion {
	color: #754585;
	background-color: #D8C4E1;
	background-image: url('/graphics/icons/question.png');
}

#errorList {
	list-style: none;
	margin: 0;
}

#errorList li {
	padding-left: 20px;
	background: transparent url('/graphics/icons/tick.gif') no-repeat left top;
}

#errorList a {
	color: #333;
}

.error {
	background: #FFBABA url('/graphics/errorbottom.jpg') bottom repeat-x;
	border: 1px solid red;
}

.errorText {
	color: #c00;
}