1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- .cell
- {
- font-family: arial, tahoma, monospace;
- font-size: 10pt;
- padding-top: 0px;
- padding-bottom: 0px;
- }
- .toolbar
- {
- height: 48px;
- background-image: url(../../images/toolbar-bkgrnd.png);
- background-color: Transparent;
- white-space: normal;
- }
- .tbi_hide, .tbi_show
- {
- position: absolute;
- top: 9px;
- }
- .tbi_hide
- {
- visibility: hidden;
- }
- .tbi_show
- {
- visibility: visible;
- }
- .tbLabel
- {
- position: absolute;
- top: 15px;
- cursor: default;
- font-family: Tahoma;
- font-size: 8pt;
- font-weight: bold;
- }
|