table.generique
       {
        border-right: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        font-size:8pt;
        width:100%;
        border-spacing: 0px;
         cursor:pointer;
        }

table.generique caption
        {
        text-align:center;
        font-weight:bold;
        caption-side:top;
        margin-bottom:0.2em;
        }

table.generique td
        {
        vertical-align:top;
        text-align:left;
        border-left: 1px solid #C1DAD7;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;

        }
table.generique th
        {
        font-weight:bold;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-left: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        text-align: center;
        line-height:1.2em;
        overflow:hidden
        }
table.generique th a
        {
        text-decoration:none;
        color:#4f6b72;
        font-weight:bold;
        }
table.generique th a:focus
        {
        color:#a80000;
        }
table.generique td a:focus
        {
        text-decoration:underline;
        }
table.generique th span
        {
        color:#4f6b72;
        }
table.generique th.centered,
table.generique td.centered
        {
        text-align:center;
        }
table.generique td.alternative,
table.generique tr.alternative
        {
        background: #f5fafa;
        }
table.generique tr.highlight { background-color: #8888FF }

th.sortable,
th.sortable-date,
th.sortable-numeric,
th.sortable-currency
        {
        color:#242424;
        cursor:pointer;
        text-align:center;
        }
table.generique a
        {
        color:#239;
        }
th.sort-active,
table.generique th.sort-active
        {
        color:#ff0000;
        background: #f5fafa;
        }
