Global report styles

Use the styles included with the global report style sheet, GlobalReportStyles.css for your new IBM Cognos report. The styles in the new reports must match the styles that are used by the reports that are already provided in the IBM® EMM reports packages.

Table 1. Global report styles

This three-columned table provides information about the items in one column, the CSS class name in the second column, and the style in the third column.

Item CSS class name Style
General font family pg, pp font-family: Arial,
Report title ta font-size: 10pt;
Page - Header ph padding-bottom:10px;

font-size:8pt;

font-weight:bold;

Page - Footer pf padding-top:10px;

font-size:8pt;

font-weight:bold;

Field Set Labels fs font-size:8pt;
Table tb border-collapse:collapse
Table - List Column Title Cell lt text-align:left;

background-color:#F2F2F2; /*light grey*/

font-weight:bold;

border-top:1px solid silver;

border-left:1px solid silver;

border-bottom:1.5pt solid black;

border-right:1px solid silver;

padding-top: 13px;

Table - List Column Body Cell lc, lm border:1px solid silver;
Table - Outer header oh background-color:#FFFFCC; /*light yellow*/
Table - List Footer of, os border-top:1.5pt solid black;
Crosstab xt border-collapse:collapse;
Crosstab - Default Measure Cell xm border-top:1px solid silver;

border-left:1px solid silver;

border-bottom:1.5pt solid black;

border-right:1.5pt solid black;

Crosstab - Member Label Cell ml

background-color: transparent;

border:1px solid silver;

Crosstab - Outer Level Total ol background-color:#F7F7F7; /*offwhite*/
Crosstab - Spacer xs

background-color: transparent;

font-weight: bold;

Chart ch border:1pt solid #E4E4E4;
Chart - Title ct

font-size:10pt;

font-weight:bold;

Chart - Axis Labels al font-size:10pt;
Chart - Axis Line at color:#939393;
Chart - Gradient In XML Report Specification Before the closing chart tag (</combinationChart>) in the XML Report Specification, paste the following:

<fillEffects>

<chartGradient direction="up" fromColor="#F2F2F2" toColor="#FFFFFF"/>

</fillEffects>

Chart - Chart Palette In XML Report Specification Before the closing chart tag (</combinationChart>) in the XML Report Specification, paste the following:

<chartPalette>

<chartColor value="#00508A"/>

<chartColor value="#376C37"/>

<chartColor value="#FB9A4D"/>

<chartColor value="#B8351F"/>

<chartColor value="#69817B"/>

<chartColor value="#473E9A"/>

<chartColor value="#5384AE"/>

<chartColor value="#61C2A3"/>

<chartColor value="#FF5656"/>

<chartColor value="#A583BB"/>

<chartColor value="#506079"/>

<chartColor value="#A0A080"/>

<chartColor value="#F1EDC1"/>

<chartColor value="#A6A6A6"/>

<chartColor value="#818181"/>

</chartPalette>