/* Progress Monitor Section */

.ProgressMonitorBackground
{
	margin: 0px 0ox 0px 0px;
	BACKGROUND-COLOR: red;
}
.ProgressMonitorBackground tbody tr td 
{
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	color: #ffffff;
}

/* End Progress Monitor Section */


/* Error Page Section */
/* CQ 51627  -changed the appearence of the erro page */

.ErrorPageText
{
	margin-left:10px;
	height: 200px;
	width: 95%;
	color: black;
	font-family: Arial,Verdana;
	font-weight: lighter;
	background-color: white;
	font-size:14;
	border-style:groove;
	border-width:thin;
    border-color:Silver;
    margin-bottom:2px;
    margin-top:20px;
}

.ErrorPageDebugText
{
	margin-left:10px;
	height: 400px;
	width: 95%;
	color: black;
	font-family: Arial,Verdana;
	font-weight: bold;
	font-size:13;
	background-color: white;
    border-style:groove;
	border-width:thin;
    border-color:Silver;
    margin-bottom:2px;
}

.ErrorPageExceptionText
{
	margin-left:10px;
	height: 400px;
	width: 100%;
	color: black;
	font-family: Arial,Verdana;
	font-size:13;
	font-weight:bold;
	background-color: white;
    border-style:groove;
	border-width:thin;
    border-color:Silver;
    margin-bottom:2px;
}

.ErrorBoldText
{	font-family: Arial,Verdana;
	font-size: 11pt;
	font-style: normal; 
	font-weight: bold;
	color: Black;	
}

/* End Error Page Section */
