@charset "UTF-8"; /* Licensed Materials - Property of IBM IBM Cognos Products: rstyles (C) Copyright IBM Corp. 2003, 2018 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). */ /* ====================================================== Named styles: Page styles ----------- pg : page pb : page body ph : page header pf : page footer Title styles ------------ ta : report title area (container of the report title text) tt : report title text ts : subtitle area ft : filter subtitle area fi : filter subtitle icon List styles ----------- ls : list table lt : list column title cell lc : list column body cell lm : list column body measure cell lh : list header cell lf : list footer cell ih : inner header cell if : inner footer cell is : inner sumnmary cell oh : outer header cell of : outer footer cell os : outer sumnmary cell Section styles -------------- sc : section list sb : section body sh : section header cell sf : section footer cell sg : section summary cell sk : section inner header cell so : section inner footer cell sp : section inner summary cell ss : section summary text Crosstab styles --------------- xt : crosstab table xm : crosstab default measure label cell ml : member label cell mv : member value cell cl : calculated member label cell cv : calculated member value cell c2 : calculated member value cell (no italics) sl : subtotal (items) label cell sv : subtotal (items) value cell hl : subtotal (more + hidden) label cell hv : subtotal (more + hidden) value cell nl : subtotal (included) label cell nv : subtotal (included) value cell xl : subtotal (excluded) label cell xv : subtotal (excluded) value cell il : inner total (nested) label cell iv : inner total (nested) value cell ol : outer total (not nested) total label cell ov : outer total (not nested) total value cell dm : drillable member label text xs : crosstab spacer hs : crosstab header spacer hsv : crosstab header spacer value/fact cell Chart styles ------------ ct : chart title cb : chart body cn : chart note cs : chart subtitle cf : chart footer lx : chart legend title lg : chart legend at : chart axis title al : chart axis labels ch : chart Prompt styles ------------- pp : prompt page hp : prompt page header fp : prompt page footer py : prompt page body bp : prompt button Repeater styles --------------- rt : repeater table rc : repeater table cell Other styles ------------ dp : default container padding hy : hyperlink bt : button fs : field set tb : table np : no print (do not render element in printable output) h1-6: heading text em : emphasized text stg : strong text Conditional styles ------------------ pd_1 : Excellent pd_2 : Very good pd_3 : Average pd_4 : Below average pd_5 : Poor ====================================================== */ /* Default Font for the Report */ /* --------------------------- */ .vnone .pg /* page */, .vnone .pp /* prompt page */ { font-family: Tahoma, 'Arial Unicode MS', 'Andale WT', Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif; empty-cells:show; } .vnone .pg *, .vnone .pp * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } IMG { -moz-box-sizing: content-box !important; -webkit-box-sizing: content-box !important; box-sizing: content-box !important; } /* 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. */ .vnone .pg /* page */, .vnone .pp /* prompt page */, .vnone .tb /* table */, .vnone .rt /* repeaterTable */, .vnone .sc /* section list */, .vnone .ls /* list */, .vnone .xt /* crosstab */ { color: #000000; } .vnone .pg /* page */, .vnone .pp /* prompt page */, .vnone .tb /* table */, .vnone .rt /* repeaterTable */, .vnone .sc /* section list */ { font-size: 10pt; } /* Page Styles */ /* ----------- */ .vnone .pg /* page */ { width: 100%; height: 100%; } .vnone .pb /* page body */ { height: 100%; vertical-align: top; padding: 3px 5px; } .vnone .ph /* page header */, .vnone .pf /* page footer */ { vertical-align: top; padding: 3px 5px; } /* Title Styles */ /* ----------- */ .vnone .ta /* report title area (container of the report title text) */ { font-size: 14pt; font-weight: bold; text-align: center; padding: 3px 5px; } .vnone .tt /* report title text */ { text-decoration: underline; } .vnone .ts /* subtitle area */ { font-size: 10pt; text-align: center; padding: 3px 5px; } .vnone .ft /* filter subtitle area */ { font-size: 8pt; color: #000000; padding: 3px 5px; } .vnone .fi /* filter subtitle icon */ { vertical-align: middle; margin-right: 4px; border: 0px; } /* List Styles */ /* ----------- */ .vnone .ls /* list */ { font-size: 8pt; } .vnone .lt /* list column title cell */ { text-align: center; vertical-align: top; padding: 3px 5px; } .vnone .lc /* list column body cell */ { vertical-align: top; padding: 3px 5px; } .vnone .lm /* list column body measure cell */ { vertical-align: top; padding: 3px 5px; text-align: right; } .vnone .lh /* list header cell */, .vnone .lf /* list footer cell */ { vertical-align: top; padding: 3px 5px; } .vnone .ih /* inner header cell */, .vnone .if /* inner footer cell */ { vertical-align: top; padding: 3px 5px; } .vnone .is /* inner sumnmary cell */ { vertical-align: top; padding: 3px 5px; text-align: right; } .vnone .oh /* outer header cell */, .vnone .of /* outer footer cell */ { vertical-align: top; padding: 3px 5px; } .vnone .os /* outer sumnmary cell */ { vertical-align: top; padding: 3px 5px; text-align: right; } /* Section Styles */ /* -------------- */ .vnone .sb /* section body */ { padding: 3px 5px; } .vnone .sh /* section header cell */, .vnone .sk /* section inner header cell */ { padding: 3px 5px; padding-top: 8px; } .vnone .sf /* section footer cell */, .vnone .sg /* section summary cell */, .vnone .so /* section inner footer cell */, .vnone .sp /* section inner summary cell */ { padding: 3px 5px; } .vnone .ss /* section summary text */ { padding: 3px 5px; } /* Crosstab Styles */ /* --------------- */ .vnone .xt /* crosstab */ { font-size: 8pt; } .vnone .xm /* crosstab default measure label cell */ { vertical-align: top; text-align: center; padding: 3px 5px; } .vnone .ml /* member label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .mv /* member value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .cl /* calculated member label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .cv /* calculated member value cell */, .vnone .c2 /* calculated member value cell (no italics) */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .sl /* subtotal (items) label cell */ { vertical-align: top; padding: 3px 5px; padding-left: 10px; } .vnone .sv /* subtotal (items) value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .hl /* subtotal (more + hidden) label cell */ { vertical-align: top; padding: 3px 5px; padding-left: 10px; } .vnone .hv /* subtotal (more + hidden) value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .nl /* subtotal (included) label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .nv /* subtotal (included) value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .xl /* subtotal (excluded) label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .xv /* subtotal (excluded) value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .il /* inner total (nested) label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .iv /* inner total (nested) value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .ol /* outer total (not nested) total label cell */ { vertical-align: top; padding: 3px 5px; } .vnone .ov /* outer total (not nested) total value cell */ { vertical-align: top; white-space: nowrap; padding: 3px 5px; text-align: right; } .vnone .dm /* drillable member label text */ { color: blue; text-decoration: underline; cursor: pointer; } .vnone .xs /* crosstab spacer */ { vertical-align: top; padding: 3px 5px; } .vnone .hs /* crosstab header spacer */ { vertical-align: top; padding: 3px 5px; font-weight: bold; } .vnone .hsv /* crosstab header spacer value/fact cell */ { } /* Chart Styles */ /* ------------ */ .vnone .ct /* chart title */ { font-size: 12pt; text-align: center; font-weight: bold; } .vnone .cs /* chart subtitle */, .vnone .cf /* chart footer */ { font-size: 10pt; text-align: center; } .vnone .lx /* chart legend title */ { font-weight: bold; } .vnone .lg /* chart legend */ { } .vnone .at /* chart axis title */ { font-weight:bold; text-align:center; } .vnone .al /* chart axis labels */ { } .vnone .ch /* chart */ { font-size: 8pt; padding: 5px; } /* Prompt Styles */ /* ----------- */ .vnone .pp /* prompt page */ { width: 100%; height: 100%; } .vnone .py /* prompt page body */ { height: 100%; vertical-align: top; padding: 3px 5px; } .vnone .hp /* prompt page header */ { vertical-align: top; padding: 3px 5px; } .vnone .fp /* prompt page footer */ { vertical-align: top; background-color: #E7E7E7; border: 1px solid; border-color: #BEC7DC #CCCCCC #CCCCCC #CCCCCC; padding: 3px 5px; } .vnone .bp /* prompt button */ { font-size: 90%; text-align: center; padding-left: 10px; padding-right: 10px; padding-bottom: 3px; padding-top: 2px; margin-right: 7px; background-color: #FFFFFF; color: #000000; border: 1px solid #CCCCCC; } /* Repeater Styles */ /* --------------- */ .vnone .rc /* repeaterTableCell */ { vertical-align: top; } /* Other Styles */ /* ------------ */ .vnone .dp /* default container padding */ { padding: 3px 5px; } .vnone .hy /* hyperlink */ { color: blue; text-decoration: underline; cursor: pointer; } .vnone .bt /* button */ { border: 2px outset threedhighlight; background-color: buttonface; color: buttontext; padding: 2px; text-align: center; font-size: 10pt; } .vnone .fs /* field set */ { display: inline; text-align: left; } @media print { .vnone .np /* no print (do not render element in printable output) */ { display: none; } } .vnone .h1 /* heading 1 text */ { font-size: 14pt; font-weight: bold; display: block; } .vnone .h2 /* heading 2 text */ { font-size: 12pt; font-weight: bold; display: block; } .vnone .h3 /* heading 3 text */ { font-size: 11pt; font-weight: bold; display: block; } .vnone .h4 /* heading 4 text */ { font-size: 10pt; font-weight: bold; display: block; } .vnone .h5 /* heading 5 text */ { font-size: 9pt; font-weight: bold; display: block; } .vnone .h6 /* heading 6 text */ { font-size: 8pt; font-weight: bold; display: block; } .vnone .em /* emphasized text */ { font-style: italic; } .vnone .stg /* strong text */ { font-weight: bold; } /* Using the language specific font list below can help to workaround the following rendering issues on Browsers: 1. The Japanese Yen and Korean Won sign appears as the "backslash" when they are represented by the code point "U+005C". 2. Browser fails to supply a reasonable fall-back font support based on the font list in the "generic fonts" section. Also, these font lists will be useful for rendering some of the Unified Han ideographs to the form and shape which is typographically preferred by different Asian writing scripts. */ /* For Japanese: .vnone .pg, .vnone .pp { font-family: 'MS UI Gothic', Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT J'; } */ /* For Simplified Chinese: .vnone .pg, .vnone .pp { font-family: SimSun, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT'; } */ /* For Traditional Chinese: .vnone .pg, .vnone .pp { font-family: PMingLiU, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT'; } */ /* For Korean: .vnone .pg, .vnone .pp { font-family: Gulim, Tahoma, arial, geneva, helvetica, sans-serif, 'Andale WT K'; } */ .vnone .lt /* list column title cell */, .vnone .lc /* list column body cell */, .vnone .lm /* list column body measure cell */, .vnone .lh /* list header cell */, .vnone .lf /* list footer cell */, .vnone .ih /* inner header cell */, .vnone .if /* inner footer cell */, .vnone .is /* inner sumnmary cell */, .vnone .oh /* outer header cell */, .vnone .of /* outer footer cell */, .vnone .os /* outer sumnmary cell */, .vnone .xm /* crosstab default measure label cell */, .vnone .ml /* member label cell */, .vnone .mv /* member value cell */, .vnone .cl /* calculated member label cell */, .vnone .cv /* calculated member value cell */, .vnone .c2 /* calculated member value cell (no italics) */, .vnone .sl /* subtotal (items) label cell */, .vnone .sv /* subtotal (items) value cell */, .vnone .hl /* subtotal (more + hidden) label cell */, .vnone .hv /* subtotal (more + hidden) value cell */, .vnone .nl /* subtotal (included) label cell */, .vnone .nv /* subtotal (included) value cell */, .vnone .xl /* subtotal (excluded) label cell */, .vnone .xv /* subtotal (excluded) value cell */, .vnone .il /* inner total (nested) label cell */, .vnone .iv /* inner total (nested) value cell */, .vnone .ol /* outer total (not nested) total label cell */, .vnone .ov /* outer total (not nested) total value cell */, .vnone .xs /* crosstab spacer */ { line-break: strict; } /* Conditional Styles */ /* --------------- */ .vnone .pd_1 /* Excellent */ { background-color: #009933; color: #FFFFFF; } .vnone .pd_2 /* Very good */ { background-color: #FFFFFF; color: #009933; } .vnone .pd_3 /* Average */ { background-color: #FFFFFF; color: #CC9900; } .vnone .pd_4 /* Below average */ { background-color: #FFFFFF; color: #990000; } .vnone .pd_5 /* Poor */ { background-color: #990000; color: #FFFFFF; }