/* TABELLEN CSS van template NORMAL  */

/* ALGEMENE OPMAAK TABELLEN */


/* class die met jQuery wordt toegevoegd/verwijderd als het element de focus heeft */
   .tabeloddcolor {
      background-color: #F8F8F8;
   }
   .tabelevencolor {
      background-color: #EBEBEB;
   }

   .geselecteerd {
      background-color: #FFFF00;
   }

   .lvblauw {    /* LV-blauw (vrij donkere kleur) */
      background-color: #1595D3;
   }

   .lvlichtblauw {    /* LV-lichtblauw */
      background-color: #F2F9FD;
   }


   .bold {
      font-weight: bold;
   }




