﻿table.common
{
  background-color: #ffffff;
  border-top: #003366 1px solid;
  border-left: #003366 1px solid;
  border-right: #003366 1px solid;
  border-collapse: collapse;
  font-size: 11px;
  font-family: Verdana;
}


table.common tr.hd
{
  font-weight: bold;
  color: #000000;
  background-color: #eceaff;
}
table.common tr.hd td
{
  border: solid 1px #000000;
}
table.common tr.true,
table.common tr.True
{
  background-color: #e5eef9;
}
table.common tr.false,
table.common tr.False
{
  background-color: #ffffff;
}
table.common tr.False:hover,
table.common tr.True:hover
{
  background-color: #ccffcc;
}
table.clickable tr.False:hover,
table.clickable tr.True:hover
{
  cursor: pointer;
}

table.common img.otn
{
  height: 90px;
  width: 120px;
}

table.common td
{
  border-bottom: solid 1px #336699;
  padding: 5px;
}
table.common td.hd
{
  width: 220px;
  cursor: help;
}
table.common td.hd:hover div.hd
{
  visibility: visible;
}
table.common td.hd div.hd
{
  position: absolute;
  visibility: hidden;
  width: 220px;
  padding: 10px;
  border: solid 1px #003366;
  background-color: #ffffcc;
  font-size: 12px;
  font-family: Verdana;
  color: #003366;
}


table.pss
{
  margin-right: 20px;
  background-color: #f6f6ff;
  border-top: solid 1px #003366;
  border-left: solid 1px #003366;
  border-right: solid 1px #003366;
  border-collapse: collapse;
  font-size: 11px;
  font-family: Verdana;
  color: #003366;
}
table.pss td
{
  padding: 5px;
  border-bottom: solid 1px #003366;
}
table.pss td.header
{
  padding-right: 20px;
}


table.currentpopulation
{
  border-top: #336633 1px solid;
  border-left: #336633 1px solid;
  border-right: #336633 1px solid;
}
table.currentpopulation td
{
  border-bottom: solid 1px #336633;
  padding: 5px;
}
table.currentpopulation tr.hd
{
  font-weight: bold;
  color: #ffffff;
  background-color: #006666;
}
table.currentpopulation tr.hd td
{
  border: solid 1px #ccff99;
}
table.currentpopulation tr.False:hover,
table.currentpopulation tr.True:hover
{
  background-color: #ccffcc;
  cursor: pointer;
}
table.currentpopulation img.otn
{
  height: 90px;
  width: 120px;
  visibility: hidden;
  position: absolute;
}
table.currentpopulation tr.True
{
  background-color: #ccff99;
}
table.currentpopulation tr.False:hover img,
table.currentpopulation tr.True:hover img
{
  visibility: visible;
}
