<?php
$rowColor = array();
$rowColor[0] = "#F7F9FB"; // odd row color
$rowColor[1] = "#ffffff"; // even row color
$rowColor[2] = "#d9e3f1"; // odd row color in main colomn
$rowColor[3] = "#e4ecf7"; // even row color in main colomn
$rowColor[4] = "#fdfde7"; // row mouse over lighting
$rowColor[5] = "#fdfde7"; // on mouse click
$rowColor[6] = "#fcfaf6"; // header (th main) column
$rowColor[7] = "#f9f9e3"; // selected row mouse over lighting
$rowColor[8] = "#d3ddeb";
$rowColor[9] = "#dee6f1";
?>