/**
 * (C) Copyright 2007 Rits. All rights reserved.
 * Use is subject to license terms.
 */

#layMain {

}

#layError {
	text-align: left;
	background-color: #FFFFFF;   
	font-family: Arial, Verdana;
	padding: 20px;
}

h1 {
	font-size: 22px;
	color: #5E5E5E;
}

h2 {
	font-size: 16px;
	color: #CCBBAA;
}

a:link, a:visited, a:active {
	color: #0000FF;		
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.contentErrorTrace {
	font-size: 12px;
	color: #0000BB;   
}

.contentErrorContext {
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	color: #000000;
}