123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679 |
- /********************************************************************************************************************************
- * Licensed Materials - Property of IBM *
- * *
- * IBM Cognos Products: AGS *
- * *
- * (C) Copyright IBM Corp. 2005, 2015 *
- * *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
- *********************************************************************************************************************************/
- /*General styles*/
- a
- {
- font-family: Tahoma;
- color: #0000cc;
- text-decoration: underline;
- }
- .text
- {
- font-family: Tahoma;
- color: #000000;
- }
- .text2
- {
- font-family: Tahoma;
- color: #336699;
- }
- .bold {
- font-weight: bold;
- }
- .inactiveText {
- color: #999999;
- }
- .button
- {
- background-color: #ffffff;
- border : 1px solid;
- border-color : #cccccc;
- }
- .button_hover
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #99aacc;
- }
- .button_pressed
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #336699;
- }
- .flybutton
- {
- background-color: #ffffff;
- border : 1px solid;
- border-color : #cccccc;
- padding: 0;
- }
- .flybutton_hover
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #99aacc;
- padding: 0;
- }
- .flybutton_pressed
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #336699;
- padding: 0;
- }
- .mainHeader3
- {
- padding: 0px;
- background-color: #ffffff;
- }
- * { margin: 0; padding: 0 }
- .page_label
- {
- font-family: Tahoma
- font-size: 110%;
- color: #336699;
- font-weight: bold;
- }
- /*menu bar styles
- Note that until common styles are placed into a single location
- for all studios/portal to use the menuItem_XX classes can be found
- in webcontent\skins\current\portal\default.css
- */
- /*menu bar styles*/
- .menuBar
- {
- background-image:url(images/title_bar_graphic_studios.gif);
- background-repeat: no-repeat;
- background-position: left bottom;
- border-bottom: #deac77 3px solid;
- border-left: #e7e7e7 0px solid;
- border-top: #e7e7e7 1px solid;
- border-right: #e7e7e7 1px solid;
- height: 25px;
- width:100%;
- padding: 1px
- }
- .menuTitle_normal
- {
- padding: 3px;
- /*background-color: #336699;*/
- color:#ffffff;
- font-family: Tahoma;
- font-weight: bold;
- }
- .menuTitle_hover
- {
- padding: 2px 3px 2px 3px;
- background-color: #e3e9f3;
- border: 0px solid #cccccc;
- color: #134679;
- font-family: Tahoma;
- font-weight: bold;
- cursor: hand;
- }
- .menuTitle_pressed
- {
- padding: 2px;
- background-color: #e3e9f3;
- border: 1px solid #ffffff;
- color: #134679;
- font-family: Tahoma;
- font-weight: bold;
- cursor: hand;
- }
- .menuItem_normal
- {
- background-color: white;
- border: 1px solid white;
- color:blue;
- text-decoration: underline;
- cursor: pointer;
- cursor: hand;
- font-family: Tahoma;
- font-weight: normal;
- }
- .menuItem_disabled
- {
- background-color: white;
- border: 1px solid white;
- color:lightgrey;
- text-decoration: underline;
- font-family: Tahoma;
- font-weight: normal;
- }
- .menuItem_hover
- {
- background-color: #E3E9F3;
- border: 1px solid #cccccc;
- color:blue;
- text-decoration: underline;
- cursor: pointer;
- cursor: hand;
- font-family: Tahoma;
- font-weight: normal;
- }
- .menuItem_pressed
- {
- background-color: #E3E9F3;
- border: 1px solid #ffffff;
- color:blue;
- text-decoration: underline;
- cursor: pointer;
- cursor: hand;
- font-family: Tahoma;
- font-weight: normal;
- padding: 1px;
- }
- .menuContainer
- {
- background-color: #ffffff;
- border: 1px solid #336699;
- padding: 2px;
- }
- /* Drop down arrow */
- .dropDownArrow
- {
- border : 1px solid #f3f3f3;
- height:20px;
- width:11px;
- background-color: #f3f3f3;
- padding: 0px;
- margin:0px;
- cursor: pointer;
- cursor: hand;
- align:center
- }
- .dropDownArrowOver
- {
- border : 1px solid #336699;
- height:20px;
- width:11px;
- background-color: #e3e9f3;
- padding: 0px;
- margin:0px;
- cursor: pointer;
- cursor: hand
- align:center
- }
- /*toolbar styles*/
- .toolbar
- {
- background-color: #f3f3f3;
- /*border-top: #cc9900 0px solid;*/
- border-bottom: #cccccc 1px solid ;
- border-left: #cccccc 1px solid ;
- border-right: #cccccc 1px solid ;
-
- padding-top: 2px;
- padding-bottom: 1px;
- }
- .toolbar_studio
- {
- padding: 2px;
- background-color: #f3f3f3;
- border-bottom: 1px solid #cccccc;
- }
- .toolbarImageNormal
- {
- border : 1px solid #f3f3f3;
- background-color: #ffffff;
- padding : 1px;
- }
- .toolbarImageOver
- {
- border : 1px solid #336699;
- background-color: #e3e9f3;
- padding : 1px;
- }
- .toolbarDropdownImageNormal_studio
- {
- border : 1px solid #f3f3f3;
- height:20px;
- width:30px;
- background-color: #f3f3f3;
- padding: 0px;
- }
- .toolbarDropdownImageOver_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:30px;
- background-color: #e3e9f3;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarDropdownImagePressed_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:30px;
- background-color: #bec8dc;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarDropdownImageOverPressed_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:30px;
- background-color: #e3e9f3;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarImageNormal_studio
- {
- border : 1px solid #f3f3f3;
- height:20px;
- width:20px;
- background-color: #f3f3f3;
- padding: 0px;
- }
- .toolbarImageOver_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:20px;
- background-color: #e3e9f3;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarImagePressed_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:20px;
- background-color: #bec8dc;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarImageOverPressed_studio
- {
- border : 1px solid #336699;
- height:20px;
- width:20px;
- background-color: #e3e9f3;
- padding: 0px;
- cursor: pointer;
- cursor: hand;
- }
- .toolbarImageUnavailable
- {
- border: 1px solid #f3f3f3;
- background-color: #ffffff;
- padding: 1px;
- }
- /*Pane Area*/
- .pane
- {
- background-color: #f3f3f3;
- border : 1px solid;
- border-color : #f3f3f3 #cccccc #cccccc #f3f3f3;
- }
- /*AREAS - General*/
- .area
- {
- background-color: #F3F3F3;
- padding: 0px;
- border-top : 0px solid;
- border-bottom : 1px solid;
- border-left : 1px solid;
- border-right : 1px solid;
- border-color : #cccccc;
- }
- .area_header
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #f3f3f3;
- background-color: #99aacc;
- padding: 3px;
- border : 1px solid;
- border-color : #336699;
- }
- .area_tabbed
- {
- background-color: #ffffff;
- padding: 3px;
- border : 1px solid;
- border-color : #cccccc;
- }
- .resize
- {
- background-color: #e7e7e7;
- padding-bottom: 3px;
- padding-top: 3px;
- }
- .hide_show_leftpane
- {
- background-color: #e7e7e7;
- border : 1px solid;
- border-color : #cccccc;
- }
- .hide_show_taskspane
- {
- background-color: #99aacc;
- border : 1px solid;
- border-color : #99aacc;
- }
- .hide_show_hover
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #cccccc;
- }
- .hide_show_pressed
- {
- background-color: #bec8dc;
- border : 1px solid;
- border-color : #336699;
- }
- /*Insertable Objects Area*/
- .area_reserved
- {
- background-color: #ffffff;
- padding: 3px;
- border : 1px solid;
- border-top: cccccc;
- }
- .tab_active
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #336699;
- background-color: #ffffff;
- padding: 3px;
- border : 1px solid;
- border-color : #ffffff #cccccc #cccccc #cccccc;
- }
- .tab_inactive
- {
- font-family: Tahoma;
- font-weight: normal;
- text-decoration: underline;
- color: Blue;
- background-color: #e7e7e7;
- padding: 3px;
- border : 1px solid;
- border-color : #cccccc #ffffff #ffffff #cccccc;
- }
- /* override the default.css style */
- .internal_div
- {
- width:2px;
- border : 1px solid;
- }
- .external_div
- {
- padding : 2px;
- width : 4px;
- height : 100%;
- border : solid #cccccc 1px;
- background-color: white;
- }
- .external_div_hidden
- {
- padding : 2px;
- width : 4px;
- height : 100%;
- border : 1px solid #ffffff;
- background-color : white;
- }
- /*Information Area*/
- .area_descriptive_info
- {
- background-color: #e3e9f3;
- padding: 3px;
- border : 1px solid;
- border-color : #99aacc
- }
- .area_label_value_info
- {
- background-color: #e7e7e7;
- padding: 3px;
- border : 1px solid;
- border-color : #99aacc
- }
- .tooltip
- {
- font-family : Tahoma;
- font-weight : normal;
- color : #000000;
- padding : 1px;
- border : 1px solid inherit;
- border-color : #000000;
- background-color : #FFFFCC;
- }
- .screentip
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #336699;
- }
- .info_label
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #000000;
- }
- /*Summary and Context Areas*/
- .summary_bar
- {
- background-color: #ffffff;
- padding: 3px;
- }
- .summaryBoundary {
- border-width : 0 1px;
- border-color : #999999;
- border-style : solid;
- overflow : hidden;
- scrollbars : no;
- }
- .summaryHeaderBoundary {
- border-width : 0 1px;
- border-color : #ffffff;
- border-style : solid;
- overflow : hidden;
- scrollbars : no;
- }
- .context_bar
- {
- background-color: #ffffff;
- padding: 5px;
- border-bottom : 1px solid #cccccc;
- }
- .item_not_selected
- {
- border-width : 0 0 1px;
- border-color : #999999;
- border-style : solid;
- margin-left : 1px;
- cursor: hand;
- margin-right : 1px;
- margin-top : 0px;
- }
- .item_selected
- {
- border-width: 1px 1px 0;
- border-color: #999999;
- border-style: solid;
- cursor: hand;
- }
- .item
- {
- background-color: #e3e9f3;
- border : 1px solid;
- border-color : #99aacc ;
-
- padding-bottom: 1px;
- padding-left: 3px;
- padding-right: 3px;
- padding-top: 1px;
- }
- .item_active
- {
- background-color: #e3e9f3;
- border : 2px solid;
- border-color: #336699;
-
- padding-bottom: 0px;
- padding-left: 2px;
- padding-right: 2px;
- padding-top: 0px;
-
- }
- .item_label
- {
- font-family : Tahoma;
- font-weight : normal;
- color : #336699;
- padding : 0px;
- }
- .item_label_active
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #336699;
- padding: 0px;
- }
- .item_active_replace
- {
- background-color: #000000;
- color:#ffffff;
- padding: 3px;
- }
- .tab_line
- {
- border : 1px solid;
- border-color : #cccccc #ffffff #ffffff #cccccc;
- padding-top: 4px;
- padding-bottom: 4px;
- padding-left: 3px;
- padding-right: 3px;
- }
- /*Dialogs*/
- .button_bar
- {
- background : #e7e7e7;
- border : 1px solid;
- border-color : #bec8dc #cccccc #cccccc #cccccc;
- padding-top: 3px;
- padding-bottom: 3px;
- padding-left: 3px;
- padding-right: 3px;
- }
- /*Tree Control*/
- .hover
- {
- background-color: #bec8dc;
- }
- .select
- {
- color: #ffffff;
- background-color: #000000;
- }
- .select_secondary
- {
- color: #ffffff;
- background-color: #e3e9f3;
- }
- .select_blur
- {
- background-color: #cccccc;
- }
- .group_label
- {
- font-family : Tahoma;
- font-weight : normal;
- color : #336699;
- padding : 3px;
- }
- /*Pager Control*/
- .tableHeader {
- background-color: #e7e7e7;
- }
- .RowDivider
- {
- border-top : 1px solid #e7e7e7;
- }
- .tableTitle
- {
- font-weight: bold;
- color: #336699;
- }
- /*Controls*/
- .formText
- {
- color: #000000;
- }
- .task_inactive
- {
- font-family: Tahoma;
- color: #0000cc;
- text-decoration: underline;
- cursor: pointer;
- }
- .task_active
- {
- font-family: Tahoma;
- font-weight: bold;
- color: #336699;
- cursor: pointer;
- }
- .insertableItemsPaneBorder{
- background-color: #F3F3F3 ;
- }
- /*MenuTabs and Props*/
- .normalTabImage {
- margin:0px;
- padding:0px;
- }
- .selectedTabImage {
- outline: 2px solid #6374AB;
- }
|