| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- @charset "UTF-8";
 
- /*
 
-   Licensed Materials - Property of IBM
 
-   IBM Cognos Products: Viewer
 
-   (C) Copyright IBM Corp. 2001, 2011
 
-   US Government Users Restricted Rights - Use, duplication or
 
-   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 
- */
 
- .headerMouseover
 
- {
 
- 	color: #ffffff !important;
 
- 	background-color: #336699 !important;
 
- }
 
- .headerSelected
 
- {
 
- 	color: #ffffff !important;
 
- 	background-color: #cc9900 !important;
 
- }
 
- .headerCut
 
- {
 
- 	color: #666666 !important;
 
- 	background-color: #CCCCCC !important;
 
- }
 
- .dataCut
 
- {
 
- 	color: #666666 !important;
 
- }
 
- .dataSelected
 
- {
 
- 	background-color: #fbefd6 !important;
 
- }
 
- .crosstabCornerMouseover
 
- {
 
- 	color: black !important;
 
- }
 
- .crosstabCornerSelected
 
- {
 
- 	color: #ffffff !important;
 
- 	background-color: #cc9900 !important;
 
- }
 
 
  |