h1.h1
{
  clear: both;
  width: 100%;
  background: whitesmoke;
  border: 1px solid silver;
  color: gray;
}
h1.h1_inactiv
{
  clear: both;
  width: 100%;
  background: black;
  color: silver;
}
/* TABEL PRINCIPAL ACTIV */
table.tabel_activ
{
  background-color: #2D2F2F;
  font-family: "tahoma";
  margin-bottom: 20px;
}
/* TABEL PRINCIPAL ACTIV HEADER */
table.tabel_activ thead tr.t1 td
{
  background: #85C78D url("../images/colt_1.gif") no-repeat bottom left;
  font: 20px "tahoma";
  color: white;
}
table.tabel_activ thead tr.t2 td
{
  background: #DA6C5F url("../images/colt_2.gif") no-repeat bottom left;
  font: bold 15px "tahoma";
  color: white;
  text-align: left;
  padding-left: 20px;
}
/* TABEL PRINCIPAL ACTIV CAPETE COLOANE */
table.tabel_activ tbody td.h1
{
  background: #FDAD99;
  font: bold 11px "tahoma";
  color: #C02903;
}
table.tabel_activ tbody td.h2
{
  background: #E87A62;
  font: bold 11px "tahoma";
  color: #FDF5F4;
}
table.tabel_activ tbody td.h3
{
  background: #F5BD49;
  font: bold 11px "tahoma";
  color: #733F04;
}
/* CLASE PENTRU RANDURI PARE*/
table.tabel_activ tr.par td.c1
{
  background: #F9DCD1;
  font: 11px "tahoma";
  color: black;
}
table.tabel_activ tr.par td.c2
{
  background: #F0A591;
  font: bold 11px "tahoma";
  color: black;
  text-align: left;
  padding-left: 10px;
}
table.tabel_activ tr.par td.c3
{
  background: #FBEABB;
  font: bold 11px "tahoma";
  color: black;
}
table.tabel_activ tr.par td.c1_center
{
  background: #F9DCD1;
  font: 11px "tahoma";
  color: black;
  text-align: center;
}
table.tabel_activ tr.par td.c2_center
{
  background: #F0A591;
  font: bold 11px "tahoma";
  color: black;
  text-align: center;
  padding-left: 10px;
}
/* CLASE PENTRU RANDURI IMPARE */
table.tabel_activ tr.impar td.c1
{
  background: #D2B7AE;
  font: 11px "tahoma";
  color: #573B32;
}
table.tabel_activ tr.impar td.c2
{
  background: #CA8875;
  font: bold 11px "tahoma";
  color: #573B32;
  text-align: left;
  padding-left: 10px;
}
table.tabel_activ tr.impar td.c3
{
  background: #D1C198;
  font: bold 11px "tahoma";
  color: #573B32;
}
/****************************/
/* TABEL PRINCIPAL IN-ACTIV */
/****************************/
table.tabel_inactiv
{
  background-color: #2D2F2F;
  font-family: "tahoma";
  margin-bottom: 20px;
}
/* TABEL PRINCIPAL ACTIV HEADER */
table.tabel_inactiv thead tr.t1 td
{
  background: #85C78D url("../images/colt_1.gif") no-repeat bottom left;
  font: 20px "tahoma";
  color: white;
}
table.tabel_inactiv thead tr.t2 td
{
  background: #A29595;
  font: bold 15px "tahoma";
  color: white;
  text-align: left;
  padding-left: 20px;
}
/* TABEL PRINCIPAL ACTIV CAPETE COLOANE */
table.tabel_inactiv tbody td.h1
{
  background: #AB9E9C;
  font: bold 11px "tahoma";
  color: #6B5956;
}
table.tabel_inactiv tbody td.h2
{
  background: #AB9E9C;
  font: bold 11px "tahoma";
  color: #F8F7F7;
}
table.tabel_inactiv tbody td.h3
{
  background: #A8A195;
  font: bold 11px "tahoma";
  color: #413A34;
}
/* CLASE PENTRU RANDURI IMPARE*/
table.tabel_inactiv tr.par td.c1
{
  background: #C1BEBE;
  font: 11px "tahoma";
  color: black;
}
table.tabel_inactiv tr.par td.c2
{
  background: #A39B9A;
  font: bold 11px "tahoma";
  color: black;
  text-align: left;
  padding-left: 10px;
}
table.tabel_inactiv tr.par td.c3
{
  background: #B7B5B0;
  font: bold 11px "tahoma";
  color: black;
}
/* CLASE PENTRU RANDURI PARE */
table.tabel_inactiv tr.impar td.c1
{
  background: #E6E2E1;
  font: 11px "tahoma";
  color: #573B32;
}
table.tabel_inactiv tr.impar td.c2
{
  background: #C5BCBA;
  font: bold 11px "tahoma";
  color: #573B32;
  text-align: left;
  padding-left: 10px;
}
table.tabel_inactiv tr.impar td.c3
{
  background: #DEDCD7;
  font: bold 11px "tahoma";
  color: #573B32;
}
tr.blocat td
{
  background: #F58836;
  font: 11px "tahoma";
  color: black;
}