| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 | 
							- /****************************************************************
 
- ** 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.
 
- *****************************************************************/
 
- /*Banner ***included in tm1webtop.css***/
 
- .globalheader_background
 
- {
 
-     background-image: url(../../images/skins/modern/banner/globalheader_background.png);
 
-     background-repeat: repeat-x;
 
-     width: 100%;
 
- }
 
- .globalheader_links
 
- {
 
-     width: 100%;
 
-     text-align: right;
 
-     vertical-align:middle;
 
-     background-image: url(../../images/skins/modern/banner/globalheader_background.png);
 
-     background-repeat: repeat-x;
 
- }
 
- .globalheader_logo
 
- {
 
-     width: 300px;
 
-     height: 14px;
 
-     background-image: url(../../images/skins/modern/banner/globalheader_logo.gif);
 
-     background-repeat: no-repeat;
 
-     background-position: 0px;
 
-     padding: 0px 0px 0px 0px;
 
-     height: 10px;
 
- }
 
- /*Tab bar ***included in tm1webstyle.css***/
 
- .tab_bar
 
- {
 
- 	position: absolute;
 
- 	top: 0px;
 
- 	overflow: hidden;
 
- 	height: 27px;
 
- 	border: 0px;
 
- 	background-image: url(../../images/skins/modern/tabs/tabbbar-background.png);
 
- 	background-repeat:repeat-x;
 
- }
 
- .tab_button_left
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-inactive-lt-blank.gif);
 
- 	background-repeat: no-repeat;
 
- 	width:27px;
 
- }
 
- .tab_button_center
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-inactive-cntr.gif); 
 
- 	background-repeat: repeat-x;
 
- }
 
- .tab_button_right
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-inactive-rt-blank.gif);
 
- 	background-repeat: no-repeat;
 
- 	width:27px;
 
- }
 
- .chart_tab_button_right
 
- {
 
- 	background-image: url(../../images/skins/modern/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:#000000;
 
- }
 
- .tab_button_text_selected
 
- {
 
- 	font-weight: bold;
 
- 	color:#000000;
 
- 	text-decoration:none;
 
- }
 
- .tab_button_left_selected
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-active-lt-blank.gif);
 
- 	background-repeat: no-repeat;
 
- 	width:27px;
 
- }
 
- .tab_button_center_selected
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-active-cntr.gif); 
 
- 	background-repeat: repeat-x;
 
- }
 
- .tab_button_right_selected
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-active-rt-blank.gif);
 
- 	background-repeat: no-repeat;
 
- 	width:27px;
 
- }
 
- .chart_tab_button_right_selected
 
- {
 
- 	background-image: url(../../images/skins/modern/tabs/tab-active-rt-short.gif);
 
- 	background-repeat: no-repeat;
 
- 	width:14px;
 
- }
 
- /*Dialog ***included in ElementSelector.css***/
 
- .titlebar
 
- {
 
- 	position: absolute;
 
- 	left: 0px;
 
- 	top: 0px;
 
- 	height: 20px;
 
- 	width: 100%;
 
- 	background-color: #515298;
 
- 	border: #000000  1px solid;
 
- }
 
- .titletext
 
- {
 
- 	font-weight: bold;
 
- 	margin-left: 3px;
 
- 	color: #ffffff;
 
- }
 
- /*Menu ***included in tm1webstyle.css***/
 
- .menu 
 
- {
 
- 	border: #003399 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;
 
- 	font-weight: normal; /*copy from document*/ 
 
- 	font-size: 100%; 
 
- }
 
- .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;
 
- 	width:100%;
 
- 	margin-bottom:3px;
 
- 	margin-top:1px;
 
- 	font-size:0px;
 
- 	height:1px;
 
- }
 
- .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;
 
- 	text-decoration:underline;
 
- }
 
- .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;
 
- }
 
 
  |