body
{
	margin: 0;
	text-align: center;
}

.BodyWrapper
{
	font-family: "Times New Roman", sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 768px;
	text-align: left;
}

.ExceptionHeader
{
	background-color: #a40000;
	float: left;
	height: auto;
	clear: both;
	width: 100%;
}

.ExceptionHeaderPadd
{
	padding: 15px;
}

.ExceptionBody
{
	width: 100%;
}

.ExceptionListView
{
	float: left;
	width: 100%;
}

.ExceptionListItem
{
	background-color: #555753;
	clear: both;
	width: 100%;
	height: inherit;
	overflow: auto;
	margin-top: 5px;
}

.ExceptionListItemWrapper
{
	padding: 15px;
}

.ExceptionListItemC1
{
	float: left;
	width: 30%;
}

.ExceptionListItemC2
{
	float: left;
	width: 69%;
	height: inherit;
	overflow: auto;
	padding-bottom: 15px;
}

.ExceptionFooter
{
	clear: both;
	float: left;
	text-align: center;
	width: 100%;
}

.ExceptionFooterWrapper
{
	padding: 15px;	
}

.ExceptionHeaderFont
{
	font-size: 1.2em;
	color: #eeeeec;
}

.ExceptionBigFont
{
	font-size: 1.9em;
	color: #eeeeeb;
}

.ExceptionMediumFont
{
	color: #babdb6;
	font-size: 1.3em;
}

.ExceptionSmallFont
{
	font-size: 0.7em;
}

