123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514 |
- /****************************************************************
- ** 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).
- ***********************************************************************************************/
- body
- {
- background-color: White;
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 100%;
- margin-top: 5px;
- margin-bottom: 5px;
- margin-left: 5px;
- margin-right: 5px;
- overflow-x: visible;
- overflow-y: auto;
- }
- .graphCanvas
- {
- overflow: visible;
- font-family: Tahoma, Arial, geneva, helvetica, sans-serif;
- color: Black;
- background-color: White;
- border-top: Blue 0px solid;
- border-right: Blue 0px solid;
- border-left: Blue 0px solid;
- border-bottom: Blue 0px solid;
- }
- .graphHeader
- {
- position: relative;
- overflow: hidden;
- height: 22px;
- width: auto;
- max-width: none;
- border-top: #CCCCCC 1px solid;
- border-right: #CCCCCC 1px solid;
- border-left: #CCCCCC 1px solid;
- border-bottom: #CCCCCC 1px solid;
- background-color: White;
- background-attachment: scroll;
- }
- .graphBody
- {
- position: absolute;
- overflow: auto;
- height: 95%;
- width: 100%;
- background-color: White;
- border-top: #CCCCCC 0px solid;
- border-right: #CCCCCC 1px solid;
- border-left: #CCCCCC 1px solid;
- border-bottom: #CCCCCC 1px solid;
- }
- .propertyGridTechnical
- {
- width: 100%;
- border: 1px solid #CCCCCC;
- background-color: White;
- overflow: auto;
- }
- .propertyGridBusiness
- {
- position: relative;
- height: 100%;
- width: 100%;
- border: 1px solid Lightgrey;
- background-color: White;
- overflow: auto;
- }
- .propertyTablePrefix
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 12px;
- overflow: hidden;
- background-color: White;
- border-collapse: collapse;
- }
- .propertyTableCaption
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 12px;
- overflow: hidden;
- background-color: White;
- border-collapse: collapse;
- border-top: #CCCCCC 1px solid;
- border-right: #CCCCCC 1px solid;
- border-left: #CCCCCC 1px solid;
- border-bottom: #CCCCCC 0px solid;
- }
- .propertyTable
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 12px;
- overflow: auto;
- background-color: White;
- border-top: #000000 0px solid;
- border-right: #999999 0px solid;
- border-left: #000000 0px solid;
- border-bottom: Black 0px solid;
- border-collapse: collapse;
- }
- .propertyTableContainer
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 70%;
- overflow: auto;
- background-color: White;
- border-top: #000000 0px solid;
- border-right: #999999 0px solid;
- border-left: #000000 0px solid;
- border-bottom: Black 0px solid;
- border-collapse: collapse;
- padding-left: 21px;
- }
- .propertyTableBusiness
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 12px;
- overflow: auto;
- background-color: White;
- border-top: #000000 1px solid;
- border-right: #999999 1px solid;
- border-left: #000000 1px solid;
- border-bottom: Black 1px solid;
- border-collapse: collapse;
- padding-top: 0px;
- padding-bottom: 0px;
- padding-left: 21px;
- padding-right: 0px;
- margin-top: 5px;
- margin-bottom: 5px;
- }
- #id_business_view th
- {
- background-color: WhiteSmoke;
- text-align: left;
- }
- #tableCaption th
- {
- background-color: White;
- }
- .sectionCaption
- {
- font-weight: bold;
- color: Blue;
- }
- .propCaption
- {
- /*font-weight: normal;
- color: Blue;*/
- height: 22px;
- padding-left: 4px;
- }
- .Col1
- {
- vertical-align: top;
- text-align: left;
- font-weight: bold;
- padding-left: 4px;
- white-space: pre;
- width: 20%;
- }
- .Col2
- {
- vertical-align: top;
- text-align: left;
- font-weight: normal;
- padding-left: 4px;
- white-space: normal;
- width: 80%;
- }
- .querySubject
- {
- color: black;
- border: 1px solid;
- border-color: black;
- background-color: white;
- text-align: center;
- }
- .Ink
- {
- position: absolute;
- background-color: transparent;
- border-top: 1px solid transparent;
- border-bottom: 0px solid transparent;
- border-left: 0px solid transparent;
- border-right: 0px solid transparent;
- width: 1px;
- height: 1px;
- }
- .classIconType
- {
- width: 15px;
- height: 15px;
- cursor: default;
- position: absolute;
- z-index: 2;
- opacity: 1.0;
- filter: alpha(opacity=100);
- display: inline;
- }
- .classIconAction
- {
- width: 15px;
- height: 15px;
- cursor: pointer;
- position: absolute;
- opacity: 1.0;
- filter: alpha(opacity=100);
- display: inline;
- }
- .classBkImage
- {
- cursor: move;
- position: absolute;
- z-index: 0;
- opacity: 0.8;
- filter: alpha(opacity=80);
- display: inline;
- }
- .headerCaption
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, Sans-serif;
- font-weight: bold;
- font-size: 12px;
- cursor: default;
- position: absolute;
- color: #000000;
- background-color: transparent;
- z-index: 1000;
- opacity: 1.0;
- filter: alpha(opacity=100);
- text-decoration: none;
- white-space: nowrap;
- display: inline;
- padding-top: 3px;
- }
- .headerCaption:hover
- {
- color: DarkSlateBlue;
- text-decoration: none;
- background-color: transparent;
- cursor: default;
- }
- .headerLink
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, Sans-serif;
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- position: absolute;
- color: OrangeRed;
- background-color: transparent;
- z-index: 1000;
- opacity: 1.0;
- filter: alpha(opacity=100);
- text-decoration: none;
- display: inline;
- }
- .headerLink:hover
- {
- color: Purple;
- text-decoration: underline;
- background-color: transparent;
- }
- /*
- a.headerLink a:active:hover
- {
- color: Brown;
- text-decoration: underline;
- background-color: Purple;
- }
- */
- /*
- a.headerLink A:link {text-decoration: none}
- a.headerLink A:visited {text-decoration: none}
- a.headerLink A:active {text-decoration: none}
- a.headerLink A:hover {text-decoration: underline; color: red;}
- */
- .classBackground
- {
- position: absolute;
- background-color: #f3f3f3;
- z-index: 0;
- opacity: 0.8;
- filter: alpha(opacity=80);
- overflow: auto;
- }
- .classImageHolder
- {
- position: absolute;
- background-color: transparent;
- z-index: 1;
- opacity: 0.40;
- filter: alpha(opacity=40);
- overflow: hidden;
- }
- .classGraphItem
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 10px;
- position: absolute;
- color: inherited;
- /* background-color: transparent; */
- background-color: GhostWhite;
- z-index: 5;
- border-top: LightGrey 0px solid;
- border-right: LightGrey 0px solid;
- border-left: LightGrey 0px solid;
- border-bottom: LightGrey 1px solid;
- opacity: 0.8;
- filter: alpha(opacity=80);
- padding-left: 4px;
- }
- .classGraphCaption
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 12px;
- color: black;
- /*background-color: transparent;*/
- /*background-attachment: scroll;*/
- /*background-image:url(images/Gradient1.png);*/
- z-index: 5;
- border-top: LightGrey 0px solid;
- border-right: LightGrey 0px solid;
- border-left: LightGrey 0px solid;
- border-bottom: LightGrey 1px solid;
- opacity: 0.8;
- filter: alpha(opacity=80);
- /*padding-top: 4px;*/
- /*padding-left: 21px;*/
- text-align: center;
- }
- classGraphCaption.img
- {
- display: inline;
- margin: 2px;
- border: 1px solid #0000ff;
- height: auto;
- width: auto;
- float: left;
- text-align: center;
- }
- .classGraphNode
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: bold;
- font-size: 60%;
- position: absolute;
- color: inherited;
- background-color: transparent;
- z-index: 10;
- }
- .classGraphNode:hover
- {
- background-color: Brown;
- cursor: move;
- }
- .classGraphConnection
- {
- font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
- font-weight: normal;
- font-size: 10px;
- position: absolute;
- overflow: visible;
- color: inherited;
- background-color: transparent;
- z-index: 2;
- }
- .classExpandAllLink
- {
- font-family: Arial, Tahoma, Geneva, Helvetica, Sans-serif;
- font-weight: normal;
- font-size: 12px;
- cursor: pointer;
- color: DarkBlue;
- background-color: AliceBlue;
- filter: alpha(opacity=100);
- text-decoration: underline;
- display: inline;
- }
- /* Try to create an underlined link on hover event */
- /*
- a
- {
- color: blue;
- text-decoration: none;
- font-family: arial,helvetica;
- }
- a:hover
- {
- color: yellow;
- text-decoration: underline;
- }
- a:link:hover
- {
- color: yellow;
- text-decoration: underline;
- }
- a:visited:hover
- {
- color: yellow;
- text-decoration: underline;
- }
- a:active:hover
- {
- color: yellow;
- text-decoration: underline;
- }
- */
- #id_graph_header .graphHeader a
- {
- color: Yellow;
- text-decoration: none;
- }
- /*
- #id_graph_header a:hover
- {
- color: DarkRed;
- background-color: White;
- text-decoration: underline;
- }
- */
- /*
- .graphHeader a:hover
- {
- color: blue;
- background-color: White;
- text-decoration: underline;
- }
- */
- a.nav:link {color: red; background-color: White; text-decoration: none; }
- a.nav:visited {color: purple; background-color: White; text-decoration: none; }
- a.nav:hover {color: red; background-color: White; text-decoration: underline; }
- a.nav:active {color: blue; }
- .progressControl
- {
- color: black;
- border: 1px solid;
- border-color: black;
- background-color: white;
- }
- .progressComponent
- {
- color: black;
- border: 0px solid;
- border-color: black;
- background-color: Lightgrey;
- }
|