input.error
 
{
    background-color: #FF0000;
    
}

input.disabled
 
{
    background-color: #CCFFCC;
    
}
    
select.error 

{

    background-color: #FF0000;

}

.tabelheader

{

    background-color: #C0C0C0;
    font-style: italic; 
    font-weight: bold;
    
}

.highlight

{

    background-color: #CCCCCC;
    
}

.tabeleven

{

    background-color: #CCFFCC;
    
}

.tabeloneven

{

    background-color: #FF6666;
    
}

.tabelwit

{

    background-color: #FFFFFF;
    
}

.tabellichtgrijs

{

    background-color: #C0C0C0;
    
}