/*  =============================================================
    # Tables v1.0 (22 may 2009)
============================================================== */

/*  -------------------------------------------------------------
    Table 1
-------------------------------------------------------------- */
.table1 {}
.table1 th, .table1 td {text-align: left; padding: 4px 4px; border: 1px solid #e2d46b; cursor: default; vertical-align: middle;}

.table1 tr th {background: #FEF2AE; color: #666666; text-align: center; font-weight: bold;} /* (1) */
.table1 tr td {background: #FFFFFF; color: #555555;} /* (2) */

.table1 tr.odd th  {background: #FEF2AE;} /* (3) */
.table1 tr.even th {background: #FEF2AE;} /* (4) */
.table1 tr.over th {background: #FFF4C7; color: #555555;} /* (5) */
.table1 tr.sel th  {background: #FEF2AE; color: #333333;} /* (6) */

.table1 tr.odd td  {background: #FFFFFF; color: #555555;} /* (7) */
.table1 tr.even td {background: #FFF7C7;} /* (8) */
.table1 tr.over td {background: #FEF2AE; color: #555555;} /* (9) */
.table1 tr.sel td  {background: #FEF2AE; color: #333333;} /* (10) */

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