/* BEGIN ERROR PAGE STYLES*/
#errorPageContent {
	padding: 70px 0;
	min-height: 200px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 auto;
}

#errorPageContent h2 {
	font-weight: normal;
	font-size: 1.43em;
	line-height: 1.5em;
	margin: 20px 0;
	text-align: center;
}

#errorPageContent h3 {
	font-weight: normal;
	font-size: 1.14em;
	line-height: 1.5em;
	text-align: center;
}

/* Unauthorized/Permlink Unavailable styling */
#errorPageContent.errorUnauthorized,
#errorPageContent.errorPermlinkUnavailable {
	text-align: left;
	width: 500px;
}
#errorPageContent.errorUnauthorized .conditions > div.preface,
#errorPageContent.errorPermlinkUnavailable .conditions > div.preface {
	font-size: 1.14em;
	margin: 10px 0;
}

#errorPageContent.errorUnauthorized .conditions ol,
#errorPageContent.errorPermlinkUnavailable .conditions ol {
	margin: 1em 3em;
	padding: 0;
}

#errorPageContent.errorUnauthorized .conditions li,
#errorPageContent.errorPermlinkUnavailable .conditions li {
	list-style-type: decimal;
	padding: 0;
	margin: 0;
}

/* Not Found styling */
#errorPageContent.errorNotFound {
	text-align: center;
}

/* System Error styling */
#errorPageContent.errorSystemError {
	text-align: center;
}
#errorPageContent.errorSystemError h2 {
	color: red;
}
#errorPageContent.errorSystemError h3 {
	margin: 10px 0;
}
#errorPageContent #errorCode {
	color: red;
}
#page.error div.exceptionDetailsWidget {
	padding: 10px;
}

/* END ERROR PAGE STYLES*/