123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303 |
- /****************************************************************
- ** IBM Confidential
- **
- ** OCO Source Materials
- **
- ** BI and PM: tm1web
- **
- ** (C) Copyright IBM Corp. 2007, 2009, 2011
- **
- ** The source code for this program is not published or otherwise
- ** divested of its trade secrets, irrespective of what has been
- ** deposited with the U.S. Copyright Office.
- *****************************************************************/
- /* Disable default selection in Firefox */
- table
- {
- -moz-user-select: none;
- }
- .ti_prompt_button
- {
- font-family: tahoma, arial, monospace;
- font-size: 10pt;
- font-weight: normal;
- cursor: pointer;
- background-color: rgb(255, 255, 202);
- padding: 1px 5px 1px 5px;
- }
- .sheet_button
- {
- font-family: tahoma, arial, monospace;
- font-size: 10pt;
- background-color: #ECE9D8;
- color: Gray;
- margin-bottom: 2px;
- margin-right: 1px;
- font-weight:normal;
- cursor:pointer;
- padding-right: 5px;
- padding-left : 5px;
- border-bottom: solid 1px Gray;
- border-left: solid 1px Gray;
- border-right: solid 1px Gray;
- border-top: 0px;
- white-space: nowrap;
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ECE9D8, endColorstr=#FBF8F3);
- }
- .sheet_button_selected
- {
- background-color: gold;
- font-weight:bold;
- color: Black;
- border-bottom: solid 1px Black;
- border-left: solid 1px Black;
- border-right: solid 1px Black;
- }
- .tm1_btn_hyperlink
- {
- font-family: tahoma, arial, monospace;
- font-size: 10pt;
- cursor: pointer;
- color: #0000FF;
- text-decoration: underline;
- border: 0;
- background-color: transparent;
- }
- .cell
- {
- font-family: arial, tahoma, monospace;
- font-size: 10pt;
- padding-top: 0px;
- padding-bottom: 0px;
- }
- .cell_active
- {
- border: 2px solid;
- border-top-color: #D2D0D0;
- border-left-color: #D2D0D0;
- border-right-color: #A7A6A6;
- border-bottom-color: #A7A6A6;
- }
- .cell_comment
- {
- background-image:url(../../images/cell_comment.gif);
- background-repeat: no-repeat;
- background-position: right top;
- }
- .cell_comment_popup
- {
- position: absolute;
- top: 0px;
- left: 0px;
- color: Black;
- margin: 0;
- background: lightyellow;
- border: 1 solid;
- border-color: #505050;
- font-family: tahoma, Arial, monospace;
- font-size: 8pt;
- padding-left: 5px;
- padding-top: 2px;
- padding-bottom: 2px;
- padding-right: 5px;
- white-space: nowrap;
- z-index: 9999;
- }
- .entry_field
- {
- position: absolute;
- visibility: hidden;
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight: 400;
- }
- /*** used ***/
- .entry_txtAreaField
- {
- position: absolute;
- visibility: hidden;
- font-family: Tahoma, arial, monospace;
- font-size: 8pt;
- font-weight: 400;
- }
- .toolbar
- {
- height: 27px;
- background-image: url(../../images/toolbar-bkgrnd.png);
- background-color: Transparent;
- white-space: normal;
- }
- .bottombar
- {
- height: 25px;
- background-image: url(../../images/toolbar-bkgrnd.png);
- background-color: Transparent;
- white-space: normal;
- }
- .pagination_div
- {
- background-image: url(../../images/toolbar-bkgrnd.png);
- background-color: Transparent;
- white-space: normal;
- }
- .tbi_hide, .tbi_show
- {
- position: absolute;
- top: 2px;
- }
- .tbi_hide
- {
- visibility: hidden;
- }
- .tbi_show
- {
- visibility: visible;
- }
- .tbLabel
- {
- position: absolute;
- top: 15px;
- cursor: default;
- font-family: Tahoma;
- font-size: 8pt;
- font-weight: bold;
- }
- .ExportLoopDimensionsOption
- {
- font-family: Tahoma, arial, monospace;
- font-size: 8pt;
- font-weight: bold;
- }
- .excelControl
- {
- color:windowtext;
- font-size:8.0pt;
- font-weight:400;
- font-style:normal;
- text-decoration:none;
- font-family:Tahoma, sans-serif;
- }
- .Chart_Error
- {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- background-color: white;
- border: 0;
- color: Red;
- margin-bottom: 2px;
- margin-right: 1px;
- font-weight:normal;
- }
- .validationbtn
- {
- position: absolute;
- top: 0px;
- left: 0px;
- padding-bottom: 0px;
- padding-top: 3px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: CCCCCC;
- z-index: 701;
- BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
- BACKGROUND-REPEAT : no-repeat;
- background-position: center center;
- }
- .ValidationDlg
- {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight:normal;
- }
- .listmenu
- {
- font-family: tahoma, arial, monospace;
- font-size: 8pt;
- font-weight:normal;
- /*z-index: 701;*/
- background-color: #ffffff;
- }
- .listmenu_sel
- {
- background-color: rgb(196, 217, 231);
- }
- .picklistbtn
- {
- position: absolute;
- top: 0px;
- left: 0px;
- padding-bottom: 0px;
- padding-top: 3px;
- padding-left: 0px;
- padding-right: 3px;
- background-color: CCCCCC;
- z-index: 701;
- BACKGROUND-IMAGE : url(../../images/downArrow1.gif);
- BACKGROUND-REPEAT : no-repeat;
- background-position: center center;
- }
- .picklisttab
- {
- background-color: #ffffff;
- border: gray 1px solid;
- position: absolute;
- }
- .picklistdiv
- {
- overflow: auto;
- background-color: #ffffff;
- position: relative;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- z-index: 701;
- }
- /***Sandbox dropdownlist ***/
- .ddl
- {
- position: absolute;
- top: 0px;
- }
- .checkableControlTable
- {
- table-layout: fixed;
- padding-top: 2px;
- }
- .checkableControlCell
- {
- padding-left: 3px;
- width: 15px;
- }
- .labelControl
- {
- padding: 2px 3px;
- }
|