/**************************************************************** ** Licensed Materials - Property of IBM ** ** IBM Cognos Products: mdsrv ** ** (C) Copyright IBM Corp. 2008, 2015 ** ** 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). ***********************************************************************************************/ /** Root table. */ .businessViewRootTable { border:none; width:100%; font-family: Tahoma, 'Arial Unicode MS', 'Andale WT', Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif; } /** Secondary grouping table. */ .groupingTables { border:solid 1px white; width:100%; } /** Nested tables. */ .nestingTable{ width:100%; } /** Compound property cells [objects with more then a simple value */ .dataCell { vertical-align:top; font-size: 70%; color:#000000; padding: 3px 5px; } /** Secondary headers. */ .header2 { vertical-align:top; background-color:#eeeeee; font-size: 70%; color:#000000; font-weight: bold; padding: 3px 5px; } /** Class for TD used to display image for FM type. */ .fmicon { width:16px; height:16px; } .fmicon img { width:16px; height:16px; } .itemHeaderFirst { width:150px; vertical-align:top; background-color:#eeeeee; font-size: 70%; color:#000000; font-weight: bold; padding: 3px 5px; border-right:2px solid white; } /** Secondary headerss, which are the last secondary header in their groups. */ .itemHeader{ width:150px; vertical-align:top; background-color:#eeeeee; font-size: 70%; color:#000000; font-weight: bold; padding: 3px 5px; border-top:2px solid white; border-right:2px solid white; } /** Third headers. */ .header3 { width:40%; vertical-align:top; } /* Default Font for the Report */ /* --------------------------- */ .pg /* page */, .pp /* prompt page */ { font-family: Tahoma, 'Arial Unicode MS', 'Andale WT', Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif; } /* 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. */ .pg /* page */, .pp /* prompt page */, .tb /* table */, .rt /* repeaterTable */, .sc /* section list */, .ls /* list */, .xt /* crosstab */ { color: #000000; } .pg /* page */, .pp /* prompt page */, .tb /* table */, .rt /* repeaterTable */, .sc /* section list */ { font-size: 10pt; } /* Page Styles */ /* ----------- */ .pg /* page */ { width: 100%; height: 100%; } .pb /* page body */ { height: 100%; vertical-align: top; padding: 3px 5px; } .ph /* page header */, .pf /* page footer */ { vertical-align: top; padding: 3px 5px; } /* Title Styles */ /* ----------- */ .ta /* report title area (container of the report title text) */ { font-size: 14pt; font-weight: bold; color: #325c88; text-align: left; padding: 3px 5px; } .tt /* report title text */ { text-decoration: underline; } .ts /* subtitle area */ { font-size: 10pt; color: #325c88; text-align: left; padding: 3px 5px; font-weight: bold; border:solid 1px grey; } caption { font-family: Tahoma,'Arial Unicode MS','Andale WT',Arial,'MS UI Gothic',Gulim,SimSun,PMingLiU,Raghu8,sans-serif; font-weight: bold; } .businessViewRootTable { table-layout:fixed; } #NormalOrDetailedViewCell { font-size: 10pt; } .textGraphLink { font-size: 70%; } .referencesList { list-style-type = "none"; } #tableOfContents { border: 1px solid #325C88; font-size: 70%; font-weight: normal; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px; padding-top: 5px; width: 40%; }