123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567 |
- /****************************************************************
- ** 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.
- *****************************************************************/
- .toolbar
- {
- background-color: #8FB3E6;
- white-space:nowrap;
- }
- .toolbar_button
- {
- background-color:#8FB3E6;
- margin-left: 3px;
- margin-top: 3px;
- vertical-align: middle;
- border: 1px solid;
- border-top-color: #8FB3E6;
- border-left-color: #8FB3E6;
- border-right-color: #8FB3E6;
- border-bottom-color: #8FB3E6;
- }
- .toolbar_button_on
- {
- background-color:#8FB3E6;
- margin-left: 3px;
- margin-top: 3px;
- vertical-align: middle;
- border: 1px solid;
- border-top-color: #FFFFFF;
- border-left-color: #FFFFFF;
- border-right-color: #716F64;
- border-bottom-color: #716F64;
- }
- .toolbar_button_pressed
- {
- background-color:#8FB3E6;
- margin-left: 3px;
- margin-top: 3px;
- vertical-align: middle;
- border: 1px solid;
- border-top-color: #716F64;
- border-left-color: #716F64;
- border-right-color: #FFFFFF;
- border-bottom-color: #FFFFFF;
- }
- .toolbar_label
- {
- font-family: Tahoma, Arial;
- font-weight: bold;
- font-size: 8pt;
- color: Black;
- }
- .OLDtab_button
- {
- BACKGROUND-REPEAT: no-repeat;
- background-position:center left;
- padding-left:15px;
- font-size: 10pt;
- font-family: Tahoma, Arial;
- margin-top: 3px;
- background-color: #ECE9D8;
- border-bottom: 0;
- border-top:1px solid;
- border-left: 1px solid;
- border-right: 1px solid;
- font-weight:normal;
- cursor:pointer;
- }
- .OLDtab_button_selected
- {
- background-color: #FFEEC2;
- font-weight:bold;
- border-top:2px solid;
- }
- .tab_bar
- {
- position: absolute;
- top: 0px;
- overflow: hidden;
- height: 27px;
- border: 0px;
- background-image: url(../../images/tabs/tabbbar-background.png);
- background-repeat:repeat-x;
- }
- .tab_button
- {
- font-size: 10pt;
- font-family: Tahoma, Arial;
- font-weight:normal;
- cursor:pointer;
- vertical-align: middle;
- border: 0px;
- height: 20px;
- }
- .chart_tab_button
- {
- font-size: 8pt;
- font-family: Tahoma, Arial;
- margin-top: 3px;
- font-weight:normal;
- cursor:pointer;
- vertical-align: middle;
- border: 0px;
- height: 20px;
- }
- .tab_button_left
- {
- background-image: url(../../images/tabs/tab-inactive-lt-blank.gif);
- background-repeat: no-repeat;
- width:27px;
- }
- .tab_button_center
- {
- background-image: url(../../images/tabs/tab-inactive-cntr.gif);
- background-repeat: repeat-x;
- }
- .tab_button_right
- {
- background-image: url(../../images/tabs/tab-inactive-rt-blank.gif);
- background-repeat: no-repeat;
- width:27px;
- }
- .chart_tab_button_right
- {
- background-image: url(../../images/tabs/tab-inactive-rt-short.gif);
- background-repeat: no-repeat;
- width:14px;
- }
- .tab_button_text
- {
- cursor: pointer;
- vertical-align: middle;
- margin-left: 3px;
- padding-top: 3px;
- font-weight:normal;
- text-decoration:underline;
- color: #0000cc;
- }
- .tab_button_text_selected
- {
- font-weight: bold;
- color:#336699;
- text-decoration:none;
- }
- .tab_button_left_selected
- {
- background-image: url(../../images/tabs/tab-active-lt-blank.gif);
- background-repeat: no-repeat;
- width:27px;
- }
- .tab_button_center_selected
- {
- background-image: url(../../images/tabs/tab-active-cntr.gif);
- background-repeat: repeat-x;
- }
- .tab_button_right_selected
- {
- background-image: url(../../images/tabs/tab-active-rt-blank.gif);
- background-repeat: no-repeat;
- width:27px;
- }
- .chart_tab_button_right_selected
- {
- background-image: url(../../images/tabs/tab-active-rt-short.gif);
- background-repeat: no-repeat;
- width:14px;
- }
- .menu
- {
- border: #336699 1px solid;
- background-color: #ffffff;
- position: absolute;
- top: 0px;
- left: 0px;
- padding-bottom: 0px;
- padding-top: 0px;
- padding-left: 0px;
- padding-right: 0px;
- z-index: 701;
- }
- .subMenu
- {
- z-index: 702;
- }
- .menuItem
- {
- cursor:pointer;
- color: #000000;
- height: 20px;
- background-color: #ffffff;
- font-size: 8pt;
- font-family: Tahoma, Arial;
- }
- .menuItemSeparator
- {
- border-bottom: #c0c0c0 1px solid;
- }
- .menuItemWithPopup
- {
- background-image:url(../../images/right.gif);
- background-repeat: no-repeat;
- background-position: right;
- background-color: transparent;
- }
- .menuItemWithDisabledPopup
- {
- background-image:url(../../images/right_disabled.gif);
- background-repeat: no-repeat;
- background-position: right;
- background-color: transparent;
- }
- .menuItemDisabled
- {
- color:Gray;
- cursor:auto;
- }
- .menuItemHeader
- {
- border: 0px;
- text-align:center;
- padding-right: 2px;
- padding-left: 3px;
- background-color:#e7e7e7;
- }
- .menuItemBody
- {
- border: 0px;
- padding-left: 2px;
- padding-right:15px;
- padding-top: 3px;
- padding-bottom: 3px;
- }
- .menuItemBodyWithPopup
- {
- background-image:url(../../images/right.gif);
- background-repeat: no-repeat;
- background-position: right;
- background-color: transparent;
- }
- .menuItemHeaderSelected
- {
- background-color: #e3e9f3;
- }
- .menuItemBodySelected
- {
- color: #000000;
- background-color: #e3e9f3;
- }
- .loginBody
- {
- margin: 0;
- background-color: #ffffff;
- }
- .loginBodyMini
- {
- margin: 0;
- background-image: url('../../images/mini_image.jpg');
- background-repeat: no-repeat;
- background-position: center center;
- }
- .loginMain
- {
- background-image: url('../../images/main_image.jpg');
- background-repeat: no-repeat;
- background-position:top left;
- }
- .loginOuterTD
- {
- padding-left:5px;
- }
- .loginInfoLabel
- {
- width: 100px;
- text-align: right;
- vertical-align: middle;
- font-size: 8pt;
- font-family: tahoma,arial,sans-serif;
- }
- .loginInfoTextbox
- {
- font-size: 8pt;
- font-family: tahoma,arial,sans-serif;
- }
- .loginButton
- {
- width: 87px;
- font-size: 8pt;
- font-family: tahoma,arial,sans-serif;
- }
- .loginRefreshButton
- {
- width: 78px;
- font-size:8pt;
- font-family: tahoma,arial,sans-serif;
- }
- .loginSpacerTD
- {
- height:3px;
- font-size:2pt;
- }
- .loginFooterLeft
- {
- PADDING-LEFT:10px;
- FONT-SIZE:8pt;
- COLOR:rgb(84,84,84);
- FONT-FAMILY:tahoma,arial,sans-serif;
- TEXT-ALIGN:left;
- white-space: nowrap;
- }
- .loginFooterRight
- {
- PADDING-right:10px;
- FONT-SIZE:8pt;
- COLOR:rgb(84,84,84);
- FONT-FAMILY:tahoma,arial,sans-serif;
- TEXT-ALIGN:right;
- white-space: nowrap;
- }
- .drpLstDiv
- {
- overflow: hidden;
- border: 1px solid black;
- padding: 0px;
- margin: 0px;
- z-index: 98765;
- position: absolute;
- background: white;
- }
- .drpLstFrmHst
- {
- top: 0;
- left: 0;
- overflow: hidden;
- /*background-image: url('../../images/PMMTM1TC/view_loader.gif'); TODO - add some cool loading image*/
- }
- .drpLstIfrm
- {
- left: -2;
- top: -2;
- position: absolute;
- overflow: hidden;
- border: 0px solid white;
- padding: 0px;
- margin: 0px;
- }
- .drpLstResizeImg
- {
- cursor: nw-resize;
- z-index: 98767;
- position: absolute;
- }
- .drpListPopupImg
- {
- z-index: 98767;
- position: absolute;
- cursor:pointer;
- }
- .drpLstCoverDiv
- {
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- z-index: 98766;
- position:absolute;
- }
- .tm1Widget{
- }
- .dropdownButtonForSubset{
- position: absolute;
- bottom: 0px;
- left:0px;
- z-index:-1;
- visibility: hidden;
- }
- .treeDiv
- {
- width:332px;
- height:284px;
- overflow:auto;
- margin:10px 7px;
- border:solid 1px black;
- }
- .treeNodeCheck
- {
- height: 14px;
- margin: 0px;
- margin-right: 3px;
- padding: 0px;
- border: 1px;
- vertical-align:bottom;
- }
- .sandboxCreateDialog
- {
- width:360px;
- height:500px;
- }
- .sandboxDeleteDialog
- {
- width:360px;
- height:450px;
- }
- .sandboxDialogHeader
- {
- padding-left: 4px;
- }
- .verticalSpacer
- {
- height:20px;
- }
- .leftAlign
- {
- padding:4px;
- text-align:left;
- }
- .highlight
- {
- background-color:#d4dff2;
- }
- .ajaxBusy{
- cursor: wait;
- filter: Alpha(opacity=0);
- opacity: 0;
- }
- .claro .dijitDialog .dijitDialogPaneContent
- {
- padding:4px 6px;
- }
- .claro .dijitDialogTitleBar
- {
- padding-left:0px;
- }
- .entry_field_visible
- {
- position:fixed;
- font-family: Tahoma, 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
- font-size:8pt;
- font-weight: 400;
- z-index:10;
- }
- .hidden {
- display: none;
- }
- .sandbox_changed {
- color: #0000C0;
- }
- .consolidated {
- font-weight: bold;
- }
- .cell_readonly {
- background-color: #EAEAEA;
- }
- .TM1MenuItemInlineBlock {
- width: 16px;
- height: 16px;
- display:-moz-inline-box;
- display:inline-block;
- #zoom: 1;
- #display:inline;
- margin: 0 2px 0 4px;
- }
- .resizeOverlay
- {
- z-index: 19;
- top: 0px;
- left: 0px;
- position: absolute;
- background-color: white;
- opacity: 0;
- filter: alpha(opacity=0);
- }
- .clickable
- {
- cursor: pointer;
- }
- .busy
- {
- cursor: wait;
- }
- .progress
- {
- cursor: progress;
- }
- .relationalDrillThroughGrid
- {
- border-collapse: collapse;
- }
- .relationalDrillThroughGrid td
- {
- border: solid 1px black;
- padding: 1px;
- }
|