#securityAudit {
   border: 1px solid #c0c0c0;
 }
 #securityAudit th {
   background-color: #d0d0d0;
 }
 #securityAudit .odd {
   background-color: #E0E0E0;
 }
 #securityAudit .even {
   background-color: #ffffff;
 }
 #securityAuditNotes {
   margin: 20px;
   border:1px solid ' . $GLOBALS['TABLEBG'] . ';
   ' . background_css($GLOBALS['CELLBG'], 150) . '
 }
 #securityAuditNotes li {
   margin-top: 4px;
   margin-bottom: 4px;
 }
 #accountiframe,
 #useriframe {
   width:90%;
   border:0;
 }
 #accountiframe {
   height:210px;
 }
 #useriframe {
   height:280px;
Example #2
0
?>
;
  <?php 
echo background_css($GLOBALS['CELLBG'], 200);
?>
  font-size: 12px;
}
.cookies {
  font-size: 13px;
}
.standard th {
  color: <?php 
echo $GLOBALS['THFG'];
?>
;
  <?php 
echo background_css($GLOBALS['THBG'], 100);
?>
  font-size: 18px;
  padding: 0px;
  border-bottom: 1px solid <?php 
echo $GLOBALS['TABLEBG'];
?>
;
}
abbr {
  cursor: help;
}
-->
</style>