/** ====== ENZYME ======= **/

.bgcolor_enzyme1 {background-color:#CCCCCC}
.bgcolor_enzyme2 {background-color:#EEEEEE}
.bgcolor_enzyme3 {background-color:#CCCC99}

/* ENZYME gray background, blue th background, th left-aligned white text, thin gray border (collapsed)*/
table.enzyme1 {border: 1px solid #CCCCCC;border-collapse: collapse;font-size: medium}
table.enzyme1 tr {background-color: #EEEEEE}
table.enzyme1 th {border: 1px solid #CCCCCC;font-weight: bold;font-style: normal;font-size:medium;background-color:#0000DD;color: white;text-align: left; padding: 1px}
table.enzyme1 td {border: 0px;}
table.enzyme1 table, table.enzyme1 table td {border: 0px}
table.enzyme1 th a:link {color:#CCCCFF;text-decoration:none;}
table.enzyme1 th a:visited  {color:#FFCCFF;text-decoration:none;}
table.enzyme1 th a:hover {color:#AAAAFF;text-decoration:underline;}

