<span style="color: Black; background-color: Transparent; font-family: Courier New; font-size: 11px;"><script><br> $(document).ready(<span style="color: Blue; background-color: Transparent; font-family: Courier New; font-size: 11px;">function</span>()<br> {<br> <span style="color: Green; background-color: Transparent; font-family: Courier New; font-size: 11px;">//set the color of the row based on rowindex</span>
$(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">".report-table-horizontal tr:even"</span>).css(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"background-color"</span>, <span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"#FFF8DC"</span>);<br> $(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">".report-table-horizontal tr:odd"</span>).css(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"background-color"</span>, <span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"#FFFBD0"</span>);<br> <br> <span style="color: Green; background-color: Transparent; font-family: Courier New; font-size: 11px;">//highlight the table titles by selecting the first row</span>
$(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">".report-table-horizontal tr:first"</span>).css(<span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"background-color"</span>, <span style="color: rgb(102, 102, 102); background-color: rgb(228, 228, 228); font-family: Courier New; font-size: 11px;">"#FFCC33"</span>);<br> <br> });<br> </script></span>