Global report styles

Use the styles included with the global report style sheet, GlobalReportStyles.css for your HCL® Campaign and eMessage Cognos report.

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
Page - Header ph padding-bottom:10px;

font-size:8pt;

font-weight:bold;

Page - Footer pf padding-top:10px;

font-size:8pt;

font-weight:bold;

Table - List column title cell lt text-align:left;

background-color:#FFF;

font-weight:bold;

border-left:0px solid silver;

border-bottom:1.5pt solid black;

border-right:1px solid silver;

vertical-align; top;

padding-top: 3px 5px;

Table - List column body cell interior lci

border-top:1px solid #A0A0A0;

border-bottom:1px solid #A0A0A0;

background-color: white !important;

text-align: right;

padding: 3px 5px;

vertical-align: middle;

Table - List column body cell lc

border-top:1px solid #ddd;

border-bottom:1px solid #ddd;

padding: 3px 5px;

text-align: left;

vertical-align: middle;

Table - List column body measure cell lm

vertical-align: top;

border:1px solid #ddd;

border-right: 0;

border-left: 0;

padding: 3px 5px;

text-align: right;

Crosstab - Totals first row tr

border-left: 2px solid black;

background-color: #bebebe !important;

font-weight: bold;

padding: 3px 5px;

Complex table total -new class added ctth

color: #000000;

background-color: #bebebe;

border-bottom:2px solid black;

padding: 3px 5px;

border-left: 2px solid #bebebe;

Table totals row ttr

color: #000000;

background-color: #bebebe;

padding: 3px 5px;

border-left: 2px solid #bebebe;

Table totals row ctr

color: #000000;

font-weight: bold;

border-left:2px solid black;

background-color: white;

border-bottom:1px solid #a2a2a2;

Table totals header cth

color: #000000;

border-bottom:2px solid black;

border-left:1.5px solid white;

border-right:1.5px solid white;

font-weight: 100;

List - Inner header cell ih

border-top:1px solid #A0A0A0;

border-bottom:1px solid #A0A0A0;

padding: 3px 5px;

vertical-align: middle;

List - Outer header cell oh

font-weight: bold;

vertical-align: top;

background-color: #ddd;

border: 1px solid #CCCCCC;

border-right: 0;

border-left: 0;

padding: 3px 5px;

word-break:keep-all;

Outer header cell with top border ohl

font-weight: bold;

vertical-align: top;

background-color: #ddd;

padding: 3px 5px;

word-break:keep-all;

border-top:2px solid black;

border-left:1.5px solid #ddd;

border-right: 5pt solid #ddd;

border-style:solid;

border-bottom:none;

Crosstab xt

border-bottom: 2px solid black;

Crosstab - Member label cell ml

font-style: normal !important;

color: black;

font-weight: 300;

height: 30px;

border-left: none;

border-right: none;

border-bottom:1px solid #a2a2a2;

Crosstab - Member label cell cht

vertical-align: top;

background-color:transparent;

padding: 3px 5px;

text-align: left;

Crosstab - Member value cell mv

vertical-align: top;

white-space: nowrap;

border: 1px solid #a2a2a2;

padding: 3px 5px;

text-align: right;

border-left:none;

border-right:none;

Field set fs

display: -moz-inline-block;

display: inline;

text-align: left;

font-size:8pt;

margin-right: 1446px;

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

font-size:10pt;

font-weight:bold;

Chart - Axis labels al font-size:10pt;
Chart - Axis title at

font-weight:bold;

text-align:center;

font-size:10pt;

color:#939393;

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

<chartPalette>

<chartColor value="#C7E0E9"/>

<chartColor value="#A8C9E5"/>

<chartColor value="#59A0BD"/>

<chartColor value="#497C91"/>

<chartColor value="#C9C6E4"/>

<chartColor value="#B1ADD8"/>

<chartColor value="#8D88C7"/>

<chartColor value="#7B78A4"/>

<chartColor value="#F0EEBB"/>

<chartColor value="#EEEA99"/>

<chartColor value="#E8E667"/>

<chartColor value="#B7B35C"/>

<chartColor value="#C0D0A0"/>

<chartColor value="#A8C179"/>

<chartColor value="#677E13"/>

<chartColor value="#768B4E"/>

</chartPalette>