123456789101112131415161718192021222324 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- .errorHeader
- {
- font-size: 12pt;
- font-weight: bold;
- color: Red;
- }
- .errorMessage
- {
- font-size: 10pt;
- }
|