123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893 |
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: pps
- (C) Copyright IBM Corp. 2005, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /*
- * Please consult your documentation for PowerPlay Web Administrator for more information...
- */
- /*
- * Notes regarding use of this file:
- *
- * Generally, specifications that can be overridden in the Administrator are
- * commented out here. Also, what is shown here is the default, which is also
- * specified in the HTML code itself, this ensures same look for the Netscape 3.
- * The one exception is that there is no cheap way to specify a different font
- * for Netscape 3, so that is only possible using CSS.
- *
- * There are a number of differences of how IE and Netscape treat CSS,
- * generally speaking, the Netscape 4 implementation has bugs and is somewhat
- * incomplete, please see comments below for differences.
- * One other point to note is that simple typo errors could cause the rest of
- * the file to be ignored, so watch out for extraneous characters, mismatched
- * braces etc.
- */
- /* default text font families for all text displayed */
- HTML
- {
- font-family: Tahoma, Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- word-break: keep-all;
- }
- /*
- 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:
- HTML
- {
- font-family: 'MS UI Gothic', Tahoma, Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam,'Andale WT J';
- word-break: keep-all;
- }
- */
- /* For Simplified Chinese:
- HTML
- {
- font-family: SimSun, Tahoma, Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- word-break: keep-all;
- }
- */
- /* For Traditional Chinese:
- HTML
- {
- font-family: PMingLiU, Tahoma, Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- word-break: keep-all;
- }
- */
- /* For Korean:
- HTML
- {
- font-family: Gulim, Tahoma, Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT K';
- word-break: keep-all;
- }
- */
- /* Netscape 4 ignores the BODY tag */
- /* Text properties here are ignored unless table declarations commented out below */
- BODY {
- font-size: 10pt;
- font-weight: normal;
- }
- A.SMALL {
- font-size: 8pt;
- font-weight: normal;
- color: #000099;
- }
- /* Links with cursor over them */
- A:hover
- {
- color: orange;
- }
- A.MTW {
- font-weight: bold;
- font-size: 9pt;
- color: white;
- text-decoration: none;
-
- }
- /* Medium bold text */
- .MT {
- font-weight: bold;
- font-size: 10pt;
- }
- /* Medium WHITE bold text */
- .MTW {
- font-weight: bold;
- font-size: 9pt;
- color: white;
- }
- /* Medium and Large ORANGE bold text */
- .MTO {
- font-weight: bold;
- font-size: 9pt;
- color: orange;
- }
- .LTO {
- font-weight: bold;
- font-size: 10pt;
- color: orange;
- }
- /* Exception Highlighting high and low*/
- .EH {
- font-weight: bold;
- color: green;
- }
- .EL {
- font-weight: bold;
- color: red;
- }
- /* Drop downs in crosstab */
- /* May not work in IE */
- /* Please do not comment this out */
- .Drop {
- font-size: 9pt;
- font-weight: normal;
- }
- /* Dimension Line */
- #lDim
- {
- }
- /* Toolbar */
- .ToolBar
- {
- }
- /* Need to comment out total level cell tags below in this file to enable this */
- /* Column control table cell (outside of crosstab, e.g. Financial Format) */
- /*--------------------
- .ColumnControl {
- background: #cccccc;
- }
- --------------------*/
- /* Row control table cell (outside of crosstab, e.g. Financial Format) */
- /*--------------------
- .RowControl {
- background: #cccccc;
- }
- --------------------*/
- /* Scrollarea (IE) */
- .Scrollarea {
- font-size: 9pt;
- font-weight: normal;
- }
- .Scrollarea TD {
- font-size: 9pt;
- font-weight: normal;
- }
- /* Scrollarea (Netscape) - this is actually incorrect syntax for CSS */
- .Scrollarea.TH {
- font-size: 9pt;
- font-weight: bold;
- }
- .Scrollarea.TD {
- font-size: 9pt;
- font-weight: normal;
- }
- /* Buttonbar (IE) */
- .Buttonbar TH {
- font-size: 9pt;
- font-weight: bold;
- }
- .Buttonbar TD {
- font-size: 9pt;
- font-weight: normal;
- }
- /* Buttonbar (Netscape) - this is actually incorrect syntax for CSS */
- .Buttonbar.TH {
- font-size: 9pt;
- font-weight: bold;
- }
- .Buttonbar.TD {
- font-size: 9pt;
- font-weight: normal;
- }
- /* Crosstab (IE) */
- .Crosstab TH {
- font-size: 10pt;
- font-weight: bold;
- }
- .Crosstab TD {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Crosstab (Netscape) - this is actually incorrect syntax for CSS */
- .Crosstab.TH {
- font-size: 10pt;
- font-weight: bold;
- }
- .Crosstab.TD {
- font-size: 10pt;
- font-weight: normal;
- }
-
- /* Chart (IE) - Multiple Chart Cells */
- .Chart TH {
- font-size: 10pt;
- font-weight: bold;
- }
- .Chart TD {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Chart (Netscape) - Multiple Chart Cells - this is actually incorrect syntax for CSS */
- .Chart.TH {
- font-size: 10pt;
- font-weight: bold;
- }
- .Chart.TD {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Crosstab status information */
- .StatusBar { font-family: Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- font-size: 10pt;
- font-weight: normal;
- font-style: italic;
- }
- /* Measures dropdown table cell */
- /*--------------------
- .Measures {
- }
- --------------------*/
- /* Column Headings for total levels */
- TH.CH1 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.CH2 {
- font-size: 10pt;
- background: #9999ff;
- }
- TH.CH3 {
- font-size: 10pt;
- background: #6666ff;
- }
- TH.CH4 {
- font-size: 10pt;
- background: #3333ff;
- }
- TH.CH5 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.CH6 {
- font-size: 10pt;
- background: #9999ff;
- }
- TH.CH7 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.CH8 {
- font-size: 10pt;
- background: #9999ff;
- }
- /* Row Headings for total levels */
- TH.RH1 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.RH2 {
- font-size: 10pt;
- background: #9999ff;
- }
- TH.RH3 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.RH4 {
- font-size: 10pt;
- background: #9999ff;
- }
- TH.RH5 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.RH6 {
- font-size: 10pt;
- background: #9999ff;
- }
- TH.RH7 {
- font-size: 10pt;
- background: #ccccff;
- }
- TH.RH8 {
- font-size: 10pt;
- background: #9999ff;
- }
- /* Data for total levels */
- /* Note that the .Tx tags are used in both the <B> tag and
- * its surrounding <TD> tag. However, Netscape and IE have
- * different inheritance rules, so you need to experiment here
- * to get it to do what you want.
- */
- .T1 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- }
- .T2 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- }
- .T3 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- }
- .T4 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- }
- .T5 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- }
- .T6 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- }
- .T7 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- }
- .T8 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- }
- /* Data for crosstab */
- /* Previous table cell declarations will take precedence */
- TR.Data {
- font-size: 10pt;
- font-weight: bold;
- }
- /* Legend headings */
- .LH {
- font-size: 8pt;
- font-weight: bold;
- }
- /* Legend elements (links and data) */
- .LE {
- font-size: 8pt;
- font-weight: normal;
- }
- /* Data for Explain */
- TR.ExplainData {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Explain headers */
- TD.ExplainHeader {
- font-size: 10pt;
- font-weight: bold;
- }
- /* Explain selected category */
- TD.ExplainSelection {
- font-size: 10pt;
- font-weight: bold;
- background-color:#FFFFCC;
- }
- /* Explain selected cell */
- TD.ExplainCellSelection {
- font-size: 10pt;
- font-weight: bold;
- background-color:#FFFF99;
- }
- /* Explain text descriptions */
- TD.ExplainDescription {
- font-size: 9pt;
- font-weight: bold;
- }
- /* Data for Alert */
- TR.AlertData {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Alert headers */
- TD.AlertHeader {
- font-size: 10pt;
- font-weight: bold;
- }
- TD.CreateAgentHeader {
- font-size: 10pt;
- font-weight: bold;
- }
- TD.CreateDisAgentHeader {
- font-size: 10pt;
- font-weight: bold;
- color: gray;
-
- }
- /* Alert selected category */
- TD.AlertSelection {
- font-size: 10pt;
- font-weight: bold;
- background-color:#FFFFCC;
- }
- /* Alert selected cell */
- TD.AlertCellSelection {
- font-size: 10pt;
- font-weight: bold;
- background-color:#FFFF99;
- }
- /* Alert text descriptions */
- TD.AlertDescription {
- font-size: 9pt;
- font-weight: bold;
- }
- /* Data for Custom Exceptions */
- TR.CustomExceptionData {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Custom Exception cell text */
- TD.CustomException {
- font-size: 10pt;
- font-weight: normal;
- }
- /* Custom Exception headers */
- TD.CustomExceptionHeader {
- font-size: 10pt;
- font-weight: bold;
- }
- /* Custom Exception selected category */
- TD.CustomExceptionSelection {
- font-size: 10pt;
- font-weight: bold;
- background-color: #FFFFCC;
- border-color: #FFFFFF;
- border-width: 1px;
- border-style: solid;
- }
- /* Custom Exception text descriptions */
- TD.CustomExceptionDescription {
- font-size: 9pt;
- font-weight: bold;
- }
- /* Custom Exception text descriptions */
- DIV.CustomExceptionLabel {
- font-size: 9pt;
- font-weight: bold;
- background-color: #FFFFFF;
- }
- /* Custom Exception error messages */
- TD.CustomExceptionError {
- font-size: 9pt;
- font-weight: bold;
- color: red;
- }
- /* Find result descriptions */
- DIV.FindResult {
- background-color: #FFFFFF;
- width: 97%;
- }
- TD.FindText {
- font-size: 9pt;
- font-weight: bold;
- }
- TD.FindResultLabel {
- font-size: 9pt;
- height: 15px;
- width: 25px;
- vertical-align: top;
- font-style: italic;
- text-align: left;
- }
- TD.FindResultPath {
- font-size: 9pt;
- height: 15px;
- width: 100%;
- vertical-align: top;
- text-align: left;
- }
- TD.FindResultMessage {
- font-size: 9pt;
- height: 15px;
- width: 100%;
- vertical-align: top;
- font-style: italic;
- text-align: left;
- }
- A.FindResultCategory {
- font-size: 9pt;
- text-decoration: none;
- vertical-align: top;
- color: #000000;
- }
- TD.FindError {
- font-size: 9pt;
- font-weight: bold;
- color: black;
- }
- /* Suppression Options */
- TD.SuppressionOptionsDescription {
- font-size: 9pt;
- font-weight: bold;
- }
- /* Custom Exception text descriptions */
- DIV.SuppressionOptionsLabel {
- font-size: 9pt;
- font-weight: bold;
- background-color: #FFFFFF;
- }
- .CalculationPaneSelect
- {
- width: 170px;
- }
- /* Dropdown text */
- .droplist {
- font-family: Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- font-weight: normal;
- text-decoration: none;
- font-size: 8pt;
- }
- /* Dropdown links - Netscape only */
- A.droplist {
- font-family: Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- font-weight: normal;
- text-decoration: none;
- font-size: 8pt;
- }
- .menuLink {
- font-family: Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- font-size: 9pt;
- font-weight: normal;
- text-decoration: underline;
- color: blue;
- white-space: nowrap;
- }
- SPAN.menuItem {
- font-family: Arial, Helvetica, sans-serif, 'MS Gothic', 'MS Mincho', 'MS Song', SimSun, NSimSun, MingLiu, PMingLiu, Gulim, GulimChe, Miriam, 'Andale WT';
- font-size: 9pt;
- font-weight: normal;
- color: black;
- }
- /* "Home" cell - contains the Measures drop down */
- TH.Measures {
- border: 1px solid Gray;
- }
- /* Column Headings for data columns when grand totals are hidden */
- TH.HTCH {
- font-size: 10pt;
- border : 1px solid Gray;
- }
- /* Column Headings for total levels when grand totals are hidden */
- TH.HTCH1 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTCH2 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTCH3 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTCH4 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTCH5 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTCH6 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTCH7 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTCH8 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- /* Row Heading for data rows when totals are hidden */
- TH.HTRH {
- font-size: 10pt;
- border : 1px solid Gray;
- }
- /* Row Headings for total levels when grand totals are hidden */
- TH.HTRH1 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTRH2 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTRH3 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTRH4 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTRH5 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTRH6 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- TH.HTRH7 {
- font-size: 10pt;
- background: #ccccff;
- border : 1px solid Gray;
- }
- TH.HTRH8 {
- font-size: 10pt;
- background: #9999ff;
- border : 1px solid Gray;
- }
- /* Data for total levels when grand totals are hidden */
- .HT1 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- border : 1px solid Gray;
- }
- .HT2 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- border : 1px solid Gray;
- }
- .HT3 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- border : 1px solid Gray;
- }
- .HT4 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- border : 1px solid Gray;
- }
- .HT5 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- border : 1px solid Gray;
- }
- .HT6 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- border : 1px solid Gray;
- }
- .HT7 {
- font-size: 10pt;
- font-weight: bold;
- background: #ccccff;
- border : 1px solid Gray;
- }
- .HT8 {
- font-size: 10pt;
- font-weight: bold;
- background: #9999ff;
- border : 1px solid Gray;
- }
- /* Data cells when either Row or Column total is hidden */
- TD.HTData {
- font-size: 10pt;
- font-weight: normal;
- border : 1px solid Gray;
- }
- /* Selected data cell */
- TD.Selected {
- background-color: #FFFFCC;
- border : 1px solid Gray;
- }
- /* Intersection of a selected row and column */
- TD.SelectedCell {
- background-color: #FFFF99;
- border : 1px solid Gray;
- }
- /* Selected row/column label */
- TH.Selected {
- background-color: #FFFFCC;
- border : 1px solid Gray;
- }
|