123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407 |
- @charset "UTF-8";
- /*
- Licensed Materials - Property of IBM
- IBM Cognos Products: ans
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- html
- {
- font-family: Tahoma;
- color: #000000;
- font-weight: bold;
- }
- .menubar
- {
- position: absolute;
- overflow: hidden;
- padding: 0px;
- background-color: #FFFFF;
- border-bottom: 3px solid #DEAC77;
- border-top: 1px solid #e7e7e7;
- border-right: 1px solid #e7e7e7;
- }
- .menubar_content_div
- {
- background-image: url(../../../skins/presentation/ans/images/title_bar_graphic_studios.gif);
- background-repeat: no-repeat;
- padding: 2px;
- border: 0px;
- width: 582px;
- }
- .menu, .menu_hover, .menu_pressed
- {
- cursor: pointer;
- cursor: hand;
- font-size: 8pt;
- padding: 3px;
- padding-left: 6px;
- padding-right: 6px;
- color: #FFFFFF ;
- display: inline-block;
- font-family: Tahoma;
- font-weight: bold;
-
- }
- .menu_hover
- {
- background-color: #e3e9f3;
- border: 1px solid #e3e9f3;
- color:#134679;
- padding: 2px;
- padding-left: 5px;
- padding-right: 5px;
- }
- .menu_pressed
- {
- padding: 2px;
- padding-left: 5px;
- padding-right: 5px;
- background-color: #e3e9f3;
- border: 1px solid #ffffff;
- color:#134679;
- }
- .main_toolbar
- {
- position: absolute;
- white-space: nowrap;
- padding: 2px;
- background-color: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- border-right: 1px solid #cccccc;
- overflow: hidden;
- }
- .toolbar_button, .toolbar_button_hover, .toolbar_button_disabled, .toolbar_button_on,
- .toolbar_button_off,.toolbar_button_on_hover, .toolbar_dropdown_button, .toolbar_dropdown_button_hover,
- .toolbar_button_pressed, .toolbar_dropdown_button_pressed
- {
- border : 1px solid #f3f3f3;
- background-color: #f3f3f3;
- padding : 1px;
- /* pointer for standards compliant browsers, hand for ie 5.5*/
- cursor: pointer;
- cursor: hand;
- display: inline;
- }
- .toolbar_button_on
- {
- border-color:#cccccc;
- background-color:#cccce3;
- }
- .toolbar_button_disabled
- {
- cursor:default;
- }
- .toolbar_button_on_hover
- {
- border-color:#336699;
- background-color:#bec8dc;
- }
- .toolbar_arrow, .toolbar_arrow_hover, .toolbar_arrow_pressed, .toolbar_arrow_combo, .toolbar_arrow_combo_hover, .toolbar_arrow_combo_pressed
- {
- background-color: #f3f3f3;
- border : 1px solid #f3f3f3;
- display: inline-block;
- padding: 1px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbar_arrow, .toolbar_arrow_hover, .toolbar_arrow_pressed
- {
- border-left-width: 0px;
- }
- .toolbar_button_hover, .toolbar_dropdown_button_hover, .toolbar_arrow_hover, .toolbar_arrow_combo_hover
- {
- border : 1px solid #336699;
- background-color: #e3e9f3;
- }
- .toolbar_button_pressed, .toolbar_arrow_pressed, .toolbar_dropdown_button_pressed, .toolbar_arrow_combo_pressed
- {
- border : 1px solid #336699;
- background-color: #bec8dc;
- }
- .toolbar_arrow_hover, .toolbar_arrow_pressed
- {
- border-left-width: 0px;
- }
- .toolbar_dropdown_button, .toolbar_dropdown_button_hover, .toolbar_dropdown_button_pressed
- {
- border-right: none;
- }
- .toolbar_group_sep
- {
- height: 20px;
- width: 12px;
- }
- .tab_div, .tab_div_reportOption, .tab_div_NS, .tab_div_reportOption_NS
- {
- text-align: left;
- position:absolute;
- padding: 0px 0px 0px 0px;
- overflow: hidden;
- }
- .tab_div_reportOption
- {
- margin-top: -10px;
- }
- .tab_div_NS, .tab_div_reportOption_NS
- {
- margin-left:-3px;
- margin-top:-3px;
- }
- .tab_td_selected, .top_tab_td_selected
- {
- text-align: left;
- white-space: nowrap;
- border-collapse : collapse;
- font-family: Tahoma;
- font-size: 70%;
- font-weight: bold;
- color: #336699;
- background-color: #ffffff;
- padding: 3px 15px 3px 15px;
- border-right : 1px solid #CCCCCC;
- }
- .tab_td_selected
- {
- border-bottom : 1px solid #CCCCCC;
- }
- .top_tab_td_selected
- {
- border-top : 1px solid #CCCCCC;
- }
- .tab_td_none_selected, .top_tab_td_none_selected,.top_tab_dummy_td_none_selected,.tab_dummy_td_none_selected
- {
- text-align: left;
- color: #0000CC;
- padding: 3px 15px 3px 15px;
- white-space: nowrap;
- border-collapse : collapse;
- text-decoration: underline;
- font-family: Tahoma;
- font-size: 70%;
- font-weight: normal;
- text-decoration: underline;
- border-top: 1px solid #cccccc;
- border-bottom: 1px solid #cccccc;
- border-left: 1px solid #cccccc;
- border-right: 1px solid #cccccc;
- }
- .top_tab_dummy_td_none_selected{
- border-top: 0px;
- border-right: 0px;
- }
- .tab_dummy_td_none_selected {
- border-bottom: 0px;
- border-right: 0px;
- }
- .tab_td_none_selected
- {
- border-top : 1px solid #cccccc;
- }
- .top_tab_td_none_selected
- {
- border-bottom : 1px solid #cccccc;
- }
- .tab_right_border
- {
- border-right: 1px solid #cccccc;
- }
- .tab_left_border
- {
- border-left: 1px solid #cccccc;
- }
- /**********************************************
- * Context Menu Style
- ***********************************************/
- .contextMenu_body, .contextMenu_body_NS
- {
- background-color: white;
- padding: 3px;
- border: 1px solid #336699;
- font-size: 8pt;
- position: absolute;
- visibility: visible;
- left: -1000px;
- cursor: default;
- display: block;
- overflow-y: auto;
- }
- .contextMenu_body_NS
- {
- overflow: auto;
- padding-right: 3px;
- }
-
- .contextMenu_item, .contextMenu_item_with_submenu, .contextMenu_item_over , .contextMenu_item_with_submenu_over,
- .contextMenu_item_disabled, .contextMenu_item_disabled_over, .contextMenu_item_default_over, .contextMenu_item_default,
- .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
- .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
- {
- font-size: 8pt;
- padding: 1px 0px 1px 3px;
- border: 1px solid #FFFFFF ;
- white-space: nowrap;
- text-align: left;
- cursor: default;
- text-decoration: underline;
- background-color: white;
- color: #0000CC;
- }
- .contextMenu_item_NS, .contextMenu_item_with_submenu_NS, .contextMenu_item_over_NS, .contextMenu_item_with_submenu_over_NS,
- .contextMenu_item_disabled_NS, .contextMenu_item_disabled_over_NS, .contextMenu_item_default_over_NS, .contextMenu_item_default_NS
- {
- margin-left : 0px;
- margin-right : 15px;
- }
- .contextMenu_item_over,.contextMenu_item_with_submenu_over,.contextMenu_item_over_NS,.contextMenu_item_with_submenu_over_NS
- {
- cursor: pointer;
- cursor: hand;
- background-color: #e3e9f3;
- border: 1px solid #99aacc;
- }
- .contextMenu_item_disabled,.contextMenu_item_disabled_NS
- {
- color: graytext;
- white-space: nowrap;
- text-decoration: none;
- }
- .contextMenu_item_disabled_over, .contextMenu_item_disabled_over_NS
- {
- color: graytext;
- text-decoration: none;
- }
- .contextMenu_item_default, .contextMenu_item_default_NS
- {
- font-weight : bold;
- }
- .contextMenu_item_default_over,.contextMenu_item_default_over_NS
- {
- cursor: pointer;
- cursor: hand;
- font-weight : bold;
- background-color: #e3e9f3;
- border: 1px solid #99aacc;
- }
- .ToggleBar, .DlgTitleBar, .ToggleBar_NS, .DlgTitleBar_NS
- {
- overflow: hidden;
- table-layout: fixed;
- white-space:nowrap;
- font-family: Tahoma;
- font-size: 70%;
- font-weight: bold;
- color: #ffffff;
- background-color: #99aacc;
- padding: 3px;
- border : 1px solid;
- border-color : #336699;
- }
- .ToggleBar_NS, .DlgTitleBar_NS
- {
- padding: 0px;
- }
- /**********************************************************
- * toggle bar, dim viewer title bar, property pane title bar
- ************************************************************/
- .ToggleBarTitle,.DlgTitle
- {
- overflow: hidden;
- white-space: nowrap;
- }
- .ToggleBarArrow,.DlgCloseIcon
- {
- text-align: right;
- border-style: solid;
- /*default to same border color as toggle bar*/
- border-color: #99aacc;
- border-width: 1px;
- cursor: pointer;
- cursor: hand;
- }
- .dialogFunctionLink
- {
- text-decoration : underline;
- font-size: 8pt;
- text-align: right;
- color: blue;
- cursor: hand;
- }
- .dialogbuttons,.blockproppanebutton
- {
- border-top: 1px solid #bec8dc;
- border-right: 1px solid #999999;
- border-left: 1px solid #999999;
- border-bottom: 1px solid #999999;
- background-color: #e7e7e7;
- width: 100%;
- padding: 2px 3px 2px 3px;
- }
- .dialogButton_hover, .dialogButton_hover_NS
- {
- background-color: #bec8dc;
- }
- .InfoContainer
- {
- background-color: #e7e7e7;
- border-width: 0px 1px 1px 1px;
- border-style: solid;
- border-color : #99aacc;
- overflow: auto;
- overflow-x: hidden;
- }
- .ins_obj_title_bar{
- overflow: hidden;
- font-family: Tahoma;
- font-size: 70%;
- font-weight: bold;
- color: #ffffff;
- background-color: #99aacc;
- padding: 3px;
- border : 1px solid;
- border-color : #336699;
- }
|