123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- @charset "UTF-8";
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: rstyles
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /*
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- */
- /*
- Default font for the report
- */
- .page,
- .chart
- {
- font-family: 'Arial Unicode MS', 'Andale WT', Tahoma, Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
- }
- .chartTitle
- {
- font-size: 12pt;
- text-align: center;
- font-weight: bold;
- }
- .chartSubtitle,
- .chartNoteText,
- .chartFooter
- {
- font-size: 10pt;
- text-align: center;
- font-weight: normal;
- }
- .chartLegendTitle,
- {
- font-size: 10pt;
- font-weight: bold;
- text-align: left;
- }
- .chartAxisTitle
- {
- font-size: 10pt;
- text-align: center;
- font-weight: bold;
- }
- .chartLegend,
- .chartAxisLabels,
- .chartBody
- {
- font-size: 10pt;
- font-weight: normal;
- }
- /*
- A bug in IE prevents TABLE elements from properly inheriting text properties.
- These properties include color, font-size, font-weight, font-style,
- font-variant, text-decoration, text-transform, letter-spacing, and line-height.
- All of the text properties of TABLE elements, except font-family, are inherited
- from the BODY element otherwise setting these on the page would be enough.
- */
- .page,
- .table,
- .list,
- .crosstab,
- .repeater,
- .section
- {
- font-size: 10pt;
- color: #000000;
- }
- /*
- These values should be consistent with the design mode attributes to
- ensure that drag and drop is consistent by default
- */
- .pageBody,
- .pageHeader,
- .pageFooter,
- .listColumn,
- .listColumnTitle,
- .rowCell,
- .crosstabLevel,
- .crosstabMember,
- .levelHeader,
- .levelFooter,
- .crosstabCell,
- .crosstabCorner,
- .fieldSet,
- .inlineHeader,
- .inlineFooter,
- .inlineSummary,
- .innerHeader,
- .innerFooter,
- .innerSummary,
- .outerHeader,
- .outerFooter,
- .outerSummary,
- .crosstabInnerHeaderCell,
- .crosstabInnerFooterCell,
- .crosstabOuterHeaderCell,
- .crosstabOuterFooterCell
- {
- padding-left: 5px;
- padding-right: 5px;
- }
- .page
- {
- width: 100%;
- height: 100%;
- }
- .pageBody
- {
- height: 100%;
- }
- .listColumn,
- .listColumnTitle,
- .rowCell,
- .levelHeader,
- .levelFooter,
- .crosstabCell,
- .crosstabLevel,
- .crosstabMember,
- .crosstabCorner,
- .inlineHeader,
- .inlineFooter,
- .inlineSummary,
- .innerHeader,
- .innerFooter,
- .innerSummary,
- .outerHeader,
- .outerFooter,
- .outerSummary,
- .crosstabInnerHeaderCell,
- .crosstabInnerFooterCell,
- .crosstabOuterHeaderCell,
- .crosstabOuterFooterCell,
- .reportTitle,
- .filterSubtitle,
- .reportSubtitle
- {
- padding-top: 3px;
- padding-bottom: 3px;
- }
- .listColumn,
- .listColumnTitle,
- .crosstabLevel,
- .crosstabMember,
- .crosstabCell,
- .levelHeader,
- .levelFooter,
- .rowCell,
- .inlineHeader,
- .inlineFooter,
- .inlineSummary,
- .crosstabInnerHeaderCell,
- .crosstabInnerFooterCell,
- .crosstabOuterHeaderCell,
- .crosstabOuterFooterCell
- {
- border: 1px solid #CCCCCC;
- }
- .listColumn,
- .listColumnTitle,
- .rowCell,
- .levelHeader,
- .levelFooter,
- .crosstabLevel,
- .crosstabMember,
- .crosstabCorner
- {
- vertical-align: top;
- line-break: strict;
- }
- .listColumnTitle
- {
- text-align: center;
- }
- .listColumnTitle,
- .crosstabLevel,
- .crosstabMember
- {
- background-color: #E3E3FC;
- font-weight: bold;
- }
- .levelHeader,
- .levelFooter
- {
- background-color: #E3E3FC;
- font-weight: bold;
- font-style: italic;
- }
- .crosstabCell,
- .crosstabInnerHeaderCell,
- .crosstabInnerFooterCell,
- .crosstabOuterHeaderCell,
- .crosstabOuterFooterCell
- {
- text-align: right;
- }
- .crosstabCorner
- {
- font-weight: bold;
- color: #CCCCCC;
- }
- .crosstabCell
- {
- white-space: nowrap;
- }
- .pageHeader,
- .pageBody,
- .pageFooter
- {
- vertical-align: top;
- }
- .fieldSet
- {
- display: inline;
- text-align: left;
- }
- .hyperlink
- {
- color: blue;
- text-decoration: underline;
- cursor: pointer; /* needed for ReportViewer NS7 */
- cursor: hand;
- }
- .button
- {
- border: 2px outset threedhighlight;
- background-color: buttonface;
- color: buttontext;
- padding: 2px;
- text-align: center;
- font-size: 10pt;
- }
- .promptButton
- {
- font-size: 90%;
- color: #000000;
- text-align: center;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 3px;
- padding-top: 2px;
- margin-right: 7px;
- background-color: #FFFFFF;
- border: 1px solid #999999;
- }
- .outerHeader
- {
- font-size: 10pt;
- font-weight: bold;
- border-bottom: 2px solid black;
- padding-top: 8px;
- }
- .innerHeader
- {
- font-weight: bold;
- padding-top: 8px;
- }
- .outerFooter,
- .outerSummary
- {
- border-top: 2px solid #999999;
- }
- .inlineHeader,
- .inlineFooter,
- .innerFooter,
- .outerFooter
- {
- color: #999999;
- }
- .inlineSummary,
- .innerSummary,
- .outerSummary,
- .crosstabInnerHeaderCell,
- .crosstabInnerFooterCell,
- .crosstabOuterHeaderCell,
- .crosstabOuterFooterCell
- {
- font-weight: bold;
- padding-left: 3px;
- padding-right: 3px;
- }
- .reportTitle
- {
- font-size: 14pt;
- font-weight: bold;
- text-align: center;
- color: #000000;
- }
- .reportTitleText
- {
- text-decoration: underline;
- }
- .filterSubtitle
- {
- font-size: 10pt;
- color: #9999CC;
- }
- .reportSubtitle
- {
- font-size: 10pt;
- text-align: center;
- color: #9999CC;
- }
- .filterSubtitleIcon
- {
- vertical-align: middle;
- margin-right: 4px;
- border: 0px;
- }
- @media print
- {
- .dontPrint
- {
- display: none;
- }
- }
|