body
{
  background-color: lightCyan;
}

div {
font-family: Arial, Helvetica, sans-serif;
}

h1
	{margin-right:0cm;
	margin-left:0cm;
	text-align:center;
        color: gray;
	font-size:xx-large;
	font-weight:bold;}
h2
	{margin-right:0cm;
	margin-left:0cm;
	text-align:center;
        color: gray;
	font-size:x-large;
	font-weight:bold;}
h3
	{margin-right:0cm;
	margin-left:0cm;
        color: gray;
	font-size:large;
	font-weight:bold;}

p
	{margin-right:0cm;
	margin-left:0cm;
        text-align: justify;
	font-size:1em;}

table {
  background-color:lightBlue;
  border-collapse:collapse;
  border: 2px solid slateGray;
}

table th {
  background-color: slateGray;
  color:white;
  border: 2px solid slateGray;
}

table tr {
  color: dimGray;
  border: 2px solid slateGray;
}

tr[status=OK]
{
  background-color: lightGreen;
}

div#adcTable table
{
  float: left;
}

div#adcTable :last-child
{
  float: none;
}

div#adcTable table tr td
{
    font-family: courier, monospace;
}

div#dacTable table tr td
{
  font-family: courier, monospace;
}

div#dacTable table
{
  float: left;
}

div#dacTable :last-child
{
  float: none;
}

div#eyeTable table tr td
{
  font-family: courier, monospace;
}

div#eyeTable table
{
  float: left;
}

div#eyeTable :last-child
{
  float: none;
}

div#tcmTable table tr td:first-child
{
  font-family: courier, monospace;
}

div#dtmTable table tr td:first-child
{
  font-family: courier, monospace;
}

td
{
  font-size: small;
  padding: 0px 1em;
}

th
{
  font-size: small;
  padding: 0px 1em;
  text-align: right;
}

div#phaseTrainTable tr th
{
    text-align: center;
}

div#phaseTrainTable tr td
{
    text-align: center;
}

div#bitErrorTable tr th
{
    text-align: center;
}

div#bitErrorTable tr td
{
    text-align: center;
}

div#phaseTrainTable tr th
{
    text-align: center;
}

div#phaseTrainTable tr td
{
    text-align: center;
}

dfn {
   font-weight: bold;
}

.transparent {
	-moz-opacity: 0.6;
	opacity: 0.6;
}

@media print
{
  p {
    font-size: 1.5em;
    line-height: 1;
  }
  p, h1, h2, h3 {
    font-family: times,serif;
  }
.noprint {
    display: none;
  }
}
