/**************************************************************** ** 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; }