/* =============================================================================
   BootStrap ICBF Table AHI styles
   ========================================================================== */    
   /* .BSicbfTable  */
        table tr td.result_positive {
                background-color: #FF0000 !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_positive {
                background-color: #FF3300 !important; 
            }
            
            table tr td.result_pi {
                background-color: #FF0000 !important; color: white; font-weight:bold; text-shadow:none;
            }
            table tr:hover td.result_pi {
                background-color: #FF3300 !important; 
            }
            
            table tr td.result_inipos {
                background-color: #FF0000 !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_inipos {
                background-color: #FF3300 !important; 
            }
            
            table tr td.result_iniinc {
                background-color: #FF0000 !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_iniinc {
                background-color: #FF3300 !important; 
            }
            
            table tr td.result_inconclusive {
                background-color: #FF0000 !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_inconclusive {
                background-color: #FF3300 !important; 
            }
            
            table tr td.result_negative {
                background-color: #009933 !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_negative {
                background-color: #00CC33 !important; 
            }
            
            table tr td.result_dampi, td.result_ab_inc {
                background-color: #FFC266 !important; color: black; font-weight:normal; text-shadow:none;
            }
            
            table tr:hover td.result_dampi, tr:hover td.result_ab_inc {
                background-color: #FFFF99 !important; 
            }
            
            table tr td.result_offpi {
                background-color: #FFC266 !important; color: black; font-weight:normal; text-shadow:none;
            }
            
            table tr:hover td.result_offpi {
                background-color: #FFFF99 !important; 
            }
            
            table tr td.result_ab_pos,  td.result_ab_hig, td.result_ab_low{
                background-color: #107ACC !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr td.result_ab_pos a, td.result_ab_hig a, td.result_ab_low a{
                color: white; font-weight:bold;
            }
            
            table tr:hover td.result_ab_pos, tr:hover td.result_ab_hig, tr:hover td.result_ab_low{
                background-color:  #00BFFF  !important; 
            }
            
            table tr td.result_ab_neg {
                background-color: #F0E68C !important; color: black; font-weight:bold; text-shadow:none;
            }
            
            table tr td.result_ab_neg a{
                color: black; font-weight:bold;
            }
            table tr:hover td.result_ab_neg {
                background-color: #FFFFE0 !important; 
            }
            
            table tr td.result_abscess {
                background-color: #66CCFF !important; color: white; font-weight:bold; text-shadow:none;
            }
            
            table tr:hover td.result_abscess {
                background-color: #C1EAFF !important; 
            }    