.reportRowHeader
{
  font-weight: bolder;
  background: silver;
  color: white;
}
.reportRowHeader.A
{
  color: White;
  }
.reportRowFooter
{
  font-weight: bolder;
  background: #685aaa;
  color: white;
}
.reportRowHeaderSortColumn
{
    BACKGROUND: #b2b2b2;
    COLOR: red
}
.reportRowHighlight
{
  color: #1e1e1e;
  background-color: #f7f7f7;
}
.reportRowNormal
{
    BACKGROUND: white;    
    COLOR: #1e1e1e
}
.reportDescriptionText
{
}
.reportDescriptionTextLarge
{
    FONT-SIZE: 10pt
}
.reportRowSelected
{
  color: #1e1e1e;
  background-color: #d9d9ff;
}
.boxOutline
{
    BORDER-RIGHT: #9a9a9a 1px solid;
    BORDER-TOP: #9a9a9a 1px solid;
    BORDER-LEFT: #9a9a9a 1px solid;
    BORDER-BOTTOM: #9a9a9a 1px solid;
    BACKGROUND-COLOR: #e5e5e5
}
.boxOutlineNoBackground
{
    BORDER-RIGHT: #9a9a9a 1px solid;
    BORDER-TOP: #9a9a9a 1px solid;
    BORDER-LEFT: #9a9a9a 1px solid;
    BORDER-BOTTOM: #9a9a9a 1px solid;
    BACKGROUND-COLOR: white;
}
.boxOutlineSelected
{
    BORDER-RIGHT: #9a9a9a 1px solid;
    BORDER-TOP: #9a9a9a 1px solid;
    BORDER-LEFT: #9a9a9a 1px solid;
    BORDER-BOTTOM: #9a9a9a 1px solid;
    BACKGROUND-COLOR: #b2b2b2
}
.reportRoll
{
  color: #003399;
  text-decoration: underline;
}
.reportRoll:hover
{
    COLOR: #CC0000;
    TEXT-DECORATION: underline
}
.grid
{  
  BORDER-RIGHT: #9a9a9a 1px solid;
    BORDER-TOP: #9a9a9a 1px solid;
    BORDER-LEFT: #9a9a9a 1px solid;
    BORDER-BOTTOM: #9a9a9a 1px solid;
}
.gridHeader
{
  color: White;
  background-color: silver; 
}
.break 
{
    page-break-after: always
}