/*  =============================================================
    # Tables v1.0
============================================================== */

/*  -------------------------------------------------------------
    Table 1
-------------------------------------------------------------- */
.table1 {margin: 5px 0;}
.table1 th, .table1 td {text-align: left; padding: 3px 5px; border: 1px solid #febc71; cursor: default; }

.table1 tr th {background: #FFD823; color: #000000;} /* (1) */
.table1 tr td {background: #FFFFFF; color: #222222;} /* (2) */

.table1 tr.odd th  {background: #FFD823;} /* (3) */
.table1 tr.even th {background: #FFD823;} /* (4) */
.table1 tr.over th {background: #FFD823;} /* (5) */
.table1 tr.sel th  {background: #F6CE17;} /* (6) */

.table1 tr.odd td  {background: #FFFFFF; color: #444444;} /* (7) */
.table1 tr.even td {background: #FFFFFF; color: #444444;} /* (8) */
.table1 tr.over td {background: #FFFFFF; color: #000000;} /* (9) */
.table1 tr.sel td  {background: #F6CE17; color: #000000;} /* (10) */

.table1 .sel2 {background: #FFFFFF !important; color: #000000 !important;} /* (11) */