Global report styles

Use the styles included with the global report style sheet, GlobalReportStyles.css, to format your new HCL® Cognos reports. The styles in your new reports must match the styles in the reports in the HCL® Marketing Software 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 - Chart Palette In XML Report Specification Before the closing chart tag (</combinationChart>) in the XML Report Specification, paste the following lines:
<chartPalette>
<chartColor value="#00a6a0"/>
<chartColor value="#734098"/>
<chartColor value="#7cc7ff"/>
<chartColor value="#a6266e"/>
<chartColor value="#d74108"/>
<chartColor value="#efc100"/>
<chartColor value="#aeb8b8"/>
<chartColor value="#4178be"/>
</chartPalette>