﻿table.ErrorTable {
  width		   : 100%;
  table-layout	   : auto;
  border           : 0px solid black;
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  color            : black;
  background-color : White;
  margin-top	   : 10px
}

table.ErrorTable th 
{
  font-size        : 12px;	
  font-weight      : bold;
  text-align       : left;
  height           : 21px;
  line-height      : 21px;
  text-indent      : 8px;
  letter-spacing   : 0px;
  color            : #FFFFFF;
  background-color : Red;
  background-image : url(/common/images/modullight.jpg);   
}


table.ErrorTable td {
  font-family      : Verdana, Arial, Helvetica;
  background-color : lightgoldenrodyellow;   
  padding          : 2px; 
 }

.ErrorLine
{
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  height           : 11px;
  line-height      : 11px;
  color            : black;

}

.ErrorHeader
{
  font-family	   : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  height           : 12px;
  line-height      : 12px;
  color            : Black;

}


