/* Copyright (c) 2012 Trimble Navigation Ltd.
 * $Id: trimbleRX.css,v 1.1 2020/11/03 21:33:06 stuart Exp $
 * $Source: /home/wlentz/cvs_stinger/GPSTools/FFTMash/static/trimbleRX.css,v $
 */

td.unhealthy {
 background: #FF7777;
 text-align: center;
 border: 1px solid #AAAAAA;
}

td.NoPos {
   text-align: center;
   border: 1px solid #AAAAAA;
   color: #FF0000;
}

td.fll {
   background: #00FFFA;
   text-align: center;
   border: 1px solid #AAAAAA;
}

td.raimFault {
  background: #FF7700;
  text-align: center;
  border: 1px solid #AAAAAA;
}

tr.unhealthy {
  background: #FF7777;
}

tr.raimFault {
  background: #FF7700;
}

tr.fll {
  background: #00FFFA;
}

tr.noSV{
   background: #FFDD99;
}

tr.search {
  background: #FFFF88;
}


th.trmbTab {
  padding: 0.2em 0.5em 0.2em 0.5em ;
  border-style: solid ;
  border-color: #AAAAAA;
  border-width: 2px 2px 0px ;
  color:black ;
  cursor:pointer ;
}

th.trmbTab:hover
{
  color:red ;
}

th.trmbTabUnSelected
{
  /* No background color */
}

th.trmbTabUnSelected:hover
{
  background-color:#c7d5e7 ;
}

th.trmbTabSelected
{
  background-color: #8fabcf;
}

