/**************************************************************** ** IBM Confidential ** ** OCO Source Materials ** ** BI and PM: tm1web ** ** (C) Copyright IBM Corp. 2007, 2009, 2011 ** ** The source code for this program is not published or otherwise ** divested of its trade secrets, irrespective of what has been ** deposited with the U.S. Copyright Office. *****************************************************************/ .ReviewBody { background-color: rgb(176,204,232); } .backPanel { position: absolute; overflow: auto; top: 50px; left: 0px; width: 100%; border: solid 1px black; padding: 0px; } .ReviewTable { margin: 0px; border-right: #b0cce8 thin inset; border-top: #b0cce8 thin inset; margin-left: 5px; border-left: #b0cce8 thin inset; border-bottom: #b0cce8 thin inset; border-collapse: collapse; background-color: white; } .ReviewTableCell { border-right: thin solid; border-top: thin solid; font-size: 8pt; border-left: thin solid; cursor: pointer; border-bottom: thin solid; font-family: Tahoma; border-collapse: collapse; text-align: center; } .ReviewTableCellReverted { background-color: Gray; } .ReviewTableCellName { text-align: center; border-right: thin solid; border-top: thin solid; font-size: 8pt; border-left: thin solid; cursor: pointer; border-bottom: thin solid; font-family: Tahoma; border-collapse: collapse; background-color: #6588c1; color: White; font-weight: bold; } .ReviewTableCellHeader { border-right: thin solid; border-top: thin solid; font-size: 8pt; border-left: thin solid; cursor: pointer; border-bottom: thin solid; font-family: Tahoma; border-collapse: collapse; background-color: #6588c1; text-align: center; } .ReviewTableButtonCell { border-right: thin solid; border-top: thin solid; border-left: thin solid; border-bottom: thin solid; border-collapse: collapse; text-align: center; width: 62px; } .ReviewActionButton { font-family: Tahoma; font-size: 8pt; width: 60px; } .ReviewEntryField { width: 100%; font-family: Tahoma, arial, monospace; font-size: 8pt; } .ReviewExplanationTable { margin-left: 5px; border-collapse: collapse; background-color: white; } .ReviewExplanation { font-size: 10pt; font-family: Tahoma; } .buttonPanel { padding-right: 2px; padding-left: 2px; padding-bottom: 2px; padding-top: 2px; font-family: Tahoma; } .ReviewButton { position: absolute; }