/* Additional style to format the tables in the CFD pages
   and to make it available as a template in the FCKeditor.
*/

.customTable {
    border: 1px solid #c9c9c9;
}
.customTable tr td {
    border: 1px solid #c9c9c9;
}
.t_red {
    color: #FF0505;
    border: 1px solid #c9c9c9;
}
.customTable th {
    color: #FFF;
    background-color: #2F76B5;
    border: 1px solid #c9c9c9;
}
.customTable tr:nth-child(odd) {
    background: #DDEBF7;
}
.customTable tr:nth-child(even) {
    background: #FFF;
}
.customTable tr th {
        color: #FFF;
}
.customTable tr.tr_red {
    background: #F2DEDE !important;
}

