

a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-decoration: underline;
}
a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        color: #1B60AA;
        text-decoration: underline;
}

.bulbtype {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: bold;
        color: #1B60AA;
        text-decoration: none;
}
.bulbtype:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: bold;
        color: #cc0000;
        text-decoration: underline;
}
BODY {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #433F2D;
}
TD {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #433F2D;
}

.white {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #ffffff;
        text-decoration: none;
}
.white:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #eeeeee;
        text-decoration: underline;
}
.infotab {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 15px;
        color: #333333;
}
  G R I D  styles
*/
.Tab
{
  border: solid 1px #999999;
  border-collapse: collapse;

  margin-top: 20px;

  color: Black;
}

.Tab .TabHeader,
.Tab .TabHeader:hover
{
  color: Black;

  text-align: center;
}

.Tab TR:hover
{
  color: #12685e;
}

.Tab TD
{
  border: solid 1px #999999;
}

.gridControlPanel
{
  margin: 10px 0px;
}

.Tab .TabHeader
{
  background-color: #F0F6EE;
  font-size: 100%;
}

.Tab .DataRow
{
  background-color: #FFFFFF;
}

.Tab .AltDataRow
{

}

.Tab2
{
  border: double 1px white; /* // TRICK: IE does not understand the "border: hidden;" rule */
  border: hidden;

  border-collapse: collapse;

  margin-top: 20px;

  color: Black;
}

.Tab2 .TabHeader
{
  vertical-align: top;
}

.Tab2 .TabHeader TD
{
  border-bottom: solid 1px Black;

  font-weight: bold;

  text-align: center;
}

.Tab2 TD
{
  border-left: solid 1px Black;
}


div.clayer_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

div.clayer_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}


div.clayer2_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
div.clayer2_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

