123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- /****************************************************************
- ** 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;
- }
|