/* Global Fonts */
body, td { line-height: normal; color: #000000; font: normal normal normal 12px arial, helvetica, sans-serif; } 

/* Global Hyperlink Style */
a         { text-decoration: underline; color: #ee5019; }
a:visited { text-decoration: underline; color: #ee5019; }
a:hover   { text-decoration: underline; color: #6cb528; }


/* Body Elements */
body { background: #f9f9f9; text-align: center; }

code { text-align: left; }

/* Error Table Container Elements */
.errorGeneralTable { 
	width: 400px; height: auto;	
	margin: 0 auto 0 auto;
}

.errorGeneralCellTop {
	width: auto; height: 20px;	
	background: url(../images/error_general_top.gif) no-repeat;
}

.errorGeneralCellMiddle {
	width: auto; height: auto;
	padding: 5px 20px 5px 20px;
	background: url(../images/error_general_middle_bg.gif) repeat-y;
	vertical-align: top;
	text-align: left;
}

.errorGeneralCellBottom {
	width: auto; height: 20px;
	background: url(../images/error_general_bottom.gif) no-repeat;
}

.errorExceptionId {
    font-size: 10px;
    margin: 20px 0;
}