/* alternative styles */ table.its thead tr { background-color: #69c; } table.its tr.even { background-color: #def; } table.mars thead tr { background-color: #9c9; } table.mars tr.even { background-color: #ccb; } table.mars tr.odd { background-color: #eec; } table.simple thead tr th { background-color: #eee; } table.simple tr.odd { background-color: #fff; } table.simple tr.even { background-color: #F8F8F8 } table.simple { border: 1px solid #ccc; border-collapse: collapse; width:100%; } table.simple td,table.simple th { border: 1px solid #ccc; } table.nocol tbody td,table.nocol tbody th { border-left: none; border-right: none; } table.report td,table.report th { font: menu; } table.report th { background: buttonface; border-width: 1px; border-style: solid; border-color: threedhighlight threedshadow threedshadow threedhighlight; cursor: hand; } table.report idcol { background: buttonface; } table.report tr.even { background-color: #399; } table.report tbody { height: 100px; overflow: auto; } table.report { height: 120px; overflow: auto; } table.report tbody tr { height: 10px; } table.mark td.tableCellError { background-color: #d00; color: #fff; } table.simple td.textRed { color: #b11; }