.ErrorTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFF00;
	background-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #CCCCCC;
}
.ErrorFldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	padding-right: 3px;
	font-size: 10pt;
}
.ErrorInline {
	color: #DF0101 !IMPORTANT ;
  font-weight: bold ;
}
.ErrorInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
  background-color: #FFFFFF ;
}
table.ErrorInfo td{
	padding: 1px 5px;
}
.ErrorLink {
	text-decoration: none;
	cursor: hand ;
}
.ErrorDescrip {
	color: #000000;
	padding-left: 2px;
}
.ErrorTDAlt, .ErrorTextAlt {
	color: #000066;
	background-color: #DFEAF2;
  line-height: 1.5em;
}
.ErrorTD {
	color: #000066;
	background-color: #FFFFFF;
  line-height: 1.5em;
}
.ProcClass0 {
	color: #190707;
	font-weight: bold;
}
.ProcClass1 {
	color: #610B0B;
	font-weight: bold;
}
.ProcClass2 {
	color: #21610B;
	font-weight: bold;
}
.ProcClass3 {
	color: #DF013A;
	font-weight: bold;
}
.ProcClass4 {
	color: #2E64FE;
	font-weight: bold;
}
.ProcClass5 {
	color: #8A4B08;
	font-weight: bold;
}
.ProcClass6 {
	color: #000000;
	background-color: ##FF00FF;
	font-weight: bold;
}
.ProcClass7 {
	color: #610B5E;
	font-weight: bold;
}
.ProcClass8 {
	color: #000000;
	background-color: #AEB404;
	font-weight: bold;
}
.ProcClass9 {
	color: #21610B;
	font-weight: bold;
}
.NotifTitle
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #190707;
	font-weight: bold;
}
.NotifFld
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #190707;
  background-color: #EBE2C7;
  font-weight: bold;
  border: 1px solid #901010;
  border-radius:4px; 
}
.NotifFld2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width:100%;
  color: #190707;
  background-color: #EBE2C7;
  font-weight: bold;
  border: 1px solid #901010;
  border-radius:4px; 
}
.Notification
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #21610B;
	font-weight: normal;
}
.URL, .URL a {
  color           : #21610B ;
	font-family     : Arial, Helvetica, sans-serif ;
  font-size       : 12px;
  text-decoration : none ;
  font-weight     : bold ;
}
.ImgLink {
  cursor: pointer ;
}
.Page{
  outline: 2px solid #04B431 ;
}
.ChartError  { 
   width          : 100%; 
   height         : 100%;
   display        : flex; 
   justify-content:center; 
   align-items    : center; 
   background     : red; 
   color          : #FFFF00; 
   font-size      : 18px; 
}