TABLE.PlainContainer {
  border-collapse: collapse;
  border: 0px;
  width: 98%;
}

TABLE.PlainContainer TR TD.ActionsCell {
  padding: 0px;
  height: 0px;
  text-align: left;
}

TABLE.PlainContainter TR TD.ContentCell {
  padding: 0px;
}

TABLE.InvisibleContainer {
  border-collapse: collapse;
  border: 0px;
  width: 98%;
}

TABLE.InvisibleContainer TR TD.ActionsCell {
  padding: 0px;
  vertical-align: middle;
  font-size: 1px;
}

TABLE.InvisibleContainer TR TD.IconCell {
  text-align: center;
  vertical-align: middle;
}

TABLE.InvisibleContainer TR TD.TitleCell {
  text-align: center;
  vertical-align: middle;
}

table.InvisibleContainer tr td.TitleCell span {
  font-family: Verdana;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: darkred;
}

TABLE.InvisibleContainer TR TD.ContentCell {
  text-align: left;
  veritcal-align: top;
}

table.STAContainer {
  border-collapse: collapse;
  border: 1px solid darkgreen;
  width: 98%;
}

table.STAContainer tr th.TitleCell {
  padding: 3px;
  background-color: darkgreen;
  text-align: left;
}

table.STAContainer tr th.TitleCell p span.Head {
  color: white;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

table.STAContainer tr td.ContentCell {
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

