/** CSS STYLE FOR EXCEPTION PAGE:BEGIN **/
body.exception {
	background-color: #ffffff;
	min-width:1000px;	
	max-width:1000px;	
}

div.exception {
	padding: 10px;
	min-height: 200px;	
}

div.exception table {
	border: 1px solid #000000;
	border-spacing: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

div.exception table tr td {
	border: 0px solid #000000;
	padding: 10px;
}
	
div.exception table tr td.title {
	border-bottom: 1px solid #000000;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
 	padding:5px;
 	background:#A40607;
}

div.exception table tr td.menu {
	border-bottom: 1px solid #000000;
	text-align: right;
	width: 200px;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
 	padding:5px;
 	background:#A40607;
}

div.exception table tr td.basic span.message {
	font-weight: bold;
	font-style :italic;
}

div.exception table tr td.detail {
	text-align: left;
}

div.exception table tr td.detail span.classpath {
	color: #ff0000;	
}
/** CSS STYLE FOR EXCEPTION PAGE:END **/