123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609 |
- /********************************************************************************************************************************
- * Licensed Materials - Property of IBM *
- * *
- * IBM Cognos Products: AGS *
- * *
- * (C) Copyright IBM Corp. 2005, 2008 *
- * *
- * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
- *********************************************************************************************************************************/
- #ghost_splitter {
- width: 2px;
- height:100%;
- overflow:hidden;
- cursor:e-resize;
- position:absolute;
- opacity:0.5;
- display:none;
- background-color:gray;
- }
- #splitter {
- overflow:hidden;
- cursor:e-resize;
- width:3px;
- height:100%;
- }
- HTML {
- height: 100%;
- }
- BODY{
- width:100%;
- height:100%;
- }
- /*Used to fix percentage issue of Quirks mode to Standards mode.*/
- .taskFullFill{
- width: 100%;
- height:100%;
- }
- BUTTON.clsPropertySheetDotDotDot
- {
- font-family: sans-serif
- }
- .agsResizeDivider
- {
- border-left: #cccccc 1px solid;
- color: #336699;
- background-color: white;
- }
- .assMenuButton
- {
- border-left: #336699 1px solid;
- border-collapse: collapse
- }
- .taskHeader {
- background-color: #336699;
- color: #FFFFFF;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 20px;
- font-weight: bold;
- }
- .taskHideButton{
- background-color: #ffffff;
- }
- .taskBorder {
- background-color: #e3e9f3;
- border-width: 1px;
- border-color: #336699;
- border-style: solid;
- }
- .taskItem {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- text-decoration: underline;
- }
- .taskItemSelected {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- font-weight: bold;
- text-decoration: underline;
- }
- .taskItemCurrent {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- text-decoration: none;
- }
- .taskItemLast {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- }
- .taskItemHidden {
- background-color: #e3e9f3;
- color: #e3e9f3;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- visibility: hidden;
- }
- .taskbarButton {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 18px;
- text-decoration: underline;
- }
- .taskbarButtonOver {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- padding: 3px 10px;
- height: 18px;
- font-weight: bold;
- text-decoration: underline;
- cursor: hand;
- }
- .taskbarButtonHidden {
- background-color: #e3e9f3;
- color: #336699;
- border-collapse: collapse;
- padding: 3px 10px;
- height: 18px;
- visibility: hidden;
- }
- .treeHeader {
- background-color: #e3e9f3;
- color: #999999;
- border-collapse: collapse;
- cursor: default;
- padding: 3px 10px;
- height: 20px;
- font-weight: bold;
- }
- .treeBorder {
- border-top: 0px solid;
- border-bottom: 0px solid;
- border-left: 1px solid;
- border-right: 1px solid;
- border-color: #999999;
- background-color: white
- }
- .infoErrorTab {
- border-top: 1px solid;
- border-bottom: 0px solid;
- border-left: 1px solid;
- border-right: 1px solid;
- border-color: #999999;
- overflow:auto;
- height:65px
- }
- .infoErrorTabText
- {
- font-family: sans-serif;
- margin: 2px;
- width: 100%;
- }
- .infoErrorTabTextBold
- {
- font-family: sans-serif;
- font-weight: bold;
- margin: 2px;
- width: 100%;
- }
- TABLE.clsComboBox
- {
- border-right: #336699 1px solid;
- table-layout: fixed;
- border-top: #336699 1px solid;
- border-left: #336699 1px solid;
- COLOR: windowtext;
- border-bottom: #336699 1px solid;
- background-color: window
- }
- TD.clsComboBoxIcon
- {
- vertical-align: middle;
- width: 13px;
- cursor: default;
- height: 12px
- }
- TD.clsComboBoxText
- {
- padding-left: 2px;
- vertical-align: middle;
- overflow: hidden;
- white-space: nowrap;
- height: 18px
- }
- TD.clsComboBoxText_hilight
- {
- padding-left: 2px;
- vertical-align: middle;
- overflow: hidden;
- white-space: nowrap;
- height: 18px
- }
- TD.clsComboBoxText INPUT
- {
- border-right: medium none;
- padding-right: 0px;
- border-top: medium none;
- padding-left: 0px;
- padding-bottom: 0px;
- margin: 0px;
- border-left: medium none;
- width: 100%;
- padding-top: 0px;
- border-bottom: medium none;
- background-color: transparent
- }
- TD.clsComboBoxText_hilight
- {
- background-color: #e3e9f3;
- }
- TD.clsComboBoxArrow
- {
- vertical-align: middle;
- width: 18px;
- cursor: default;
- background-repeat: no-repeat;
- height: 18px;
- background-color: ButtonFace
- }
- TD.clsComboBoxArrow_down
- {
- vertical-align: middle;
- width: 18px;
- cursor: default;
- background-repeat: no-repeat;
- height: 18px;
- background-color: ButtonFace
- }
- TD.clsComboBoxArrow
- {
- border-right: ButtonHighlight 1px outset;
- background-position: 0px 1px;
- border-top: ButtonHighlight 1px outset;
- border-left: ButtonHighlight 1px outset;
- border-bottom: ButtonHighlight 1px outset
- }
- TD.clsComboBoxArrow_down
- {
- border-right: ButtonShadow 1px solid;
- background-position: 2px 3px;
- border-top: ButtonShadow 1px solid;
- border-left: ButtonShadow 1px solid;
- border-bottom: ButtonShadow 1px solid
- }
- TD.clsPropertySheetTitle
- {
- border-right: #336699 1px solid;
- padding-right: 10px;
- border-top: #336699 1px solid;
- margin-top: 3px;
- padding-left: 10px;
- font-weight: bold;
- padding-bottom: 3px;
- border-left: #336699 1px solid;
- cursor: default;
- color: #336699;
- padding-top: 3px;
- border-bottom: #336699 1px solid;
- border-collapse: collapse;
- height: 20px;
- background-color: #e3e9f3;
- }
- TABLE.clsPropertySheet
- {
- width: 100%;
- color: windowtext;
- border-collapse: collapse;
- background-color: window
- }
- TD.clsPropertySheetExpand
- {
- width: 13px
- }
- TD.clsPropertySheetLabel_active
- {
- border-right: silver 1px solid;
- padding-right: 4px;
- border-top: silver 1px solid;
- padding-left: 4px;
- padding-bottom: 0px;
- border-left: silver 1px solid;
- cursor: default;
- padding-top: 0px;
- border-bottom: silver 1px solid;
- white-space: nowrap;
- height: 18px
- }
- TD.clsPropertySheetLabel_inactive
- {
- border-right: silver 1px solid;
- padding-right: 4px;
- border-top: silver 1px solid;
- padding-left: 4px;
- padding-bottom: 0px;
- border-left: silver 1px solid;
- cursor: default;
- padding-top: 0px;
- border-bottom: silver 1px solid;
- white-space: nowrap;
- height: 18px
- }
- TD.clsPropertySheetLabel_inactive
- {
- color: windowtext;
- background-color: window
- }
- TD.clsPropertySheetLabel_active
- {
- color: highlighttext;
- background-color: highlight
- }
- TD.clsPropertySheetValue
- {
- border-right: silver 1px solid;
- padding-right: 0px;
- border-top: silver 1px solid;
- padding-left: 1px;
- padding-bottom: 0px;
- border-left: silver 1px solid;
- width: 100%;
- padding-top: 0px;
- border-bottom: silver 1px solid;
- white-space: nowrap;
- height: 18px
- }
- TD.clsPropertySheetValue_active
- {
- border-right: silver 1px solid;
- padding-right: 0px;
- border-top: silver 1px solid;
- padding-left: 1px;
- padding-bottom: 0px;
- border-left: silver 1px solid;
- width: 100%;
- padding-top: 0px;
- border-bottom: silver 1px solid;
- white-space: nowrap;
- height: 18px
- }
- TD.clsPropertySheetValue_active
- {
- background-color: #e3e9f3;
- }
- BUTTON.clsPropertySheetDotDotDot
- {
- padding-right: 0px;
- padding-left: 0px;
- font-size: 2pt;
- padding-bottom: 0px;
- padding-top: 0px
- }
- IMG.clsPropertySheetDotDotDot
- {
- width: 10px;
- height: 9px
- }
- TEXTAREA.hintText_active
- {
- background-position: center center;
- background-image: url(images/arrow_template.gif);
- COLOR: #336699;
- background-repeat: no-repeat
- }
- TEXTAREA.hintText_inactive
- {
- background-position: center;
- COLOR: black
- }
- .pInputDrag
- {
- width: 400px;
- overflow: hidden;
- white-space: nowrap;
- }
- .pInputDrag2
- {
- width: 300px;
- overflow: hidden;
- white-space: nowrap;
- }
- .pInputDrag3
- {
- width:500px;
- overflow:hidden;
- white-space:nowrap;
- }
- .pTextarea
- {
- width:400px;
- }
- .pTextarea2
- {
- width:300px;
- }
- .pTextarea3
- {
- width:500px;
- }
- .fullWidth
- {
- width:100%;
- }
- .fullWidthNoScroll
- {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- }
- .sumbarButtonTitle {
- font-size:100%;
- color: #330099;
- }
- .sumbarButton {
- border: 2px solid #cccccc;
- width: 25px;
- height: 25px;
- padding-top: 2px;
- background-color: #e3e9f3;
- color: #0000cc;
- width: 80px;
- height: 50px;
- }
- .sumbarButtonOver {
- border: 2px solid #FFCC00;
- background-color: #FFFFCC;
- width: 25px;
- height: 25px;
- padding-top: 2px;
- cursor: hand;
- color: #0000cc;
- width: 80px;
- height: 50px;
- }
- .clsDragTooltip {
- color: black;
- padding: 1px;
- font-size: 10pt;
- border: 1px solid black;
- background-color: #FFFFCC;
- filter: alpha(opacity=50);
- -moz-opacity: 50%;
- }
- .clsTooltipTable {
- color: black;
- font-size: 8pt;
- padding: 0px;
- margin: 0px;
- }
- .clsTooltipTable {
- color: black;
- font-size: 8pt;
- padding: 0px;
- margin: 0px;
- }
- .CList_hintText_active
- {
- BORDER: #99AACC 1px solid;
- PADDING: 2px;
- background-position: center center;
- background-image: url(images/arrow_template.gif);
- COLOR: #336699;
- background-repeat: no-repeat;
- font-size: 10pt
- }
- .CList_hintText_inactive
- {
- BORDER: #99AACC 1px solid;
- PADDING: 2px;
- background-position: center;
- COLOR: black
- }
- ul.CList_ul {
- padding : 0;
- margin : 0;
- text-align: justify;
- font-size: 10pt
- }
- li.CList_li {
- display:table;
- float:left;
- }
- li.CList_over {
- display:table;
- float:left;
- word-wrap:break-word;
- background-color:lightblue;
- }
- li.CList_selected {
- display:table;
- float:left;
- word-wrap:break-word;
- background-color:darkblue;
- color: white;
- }
- li.SelValCList_li {
- display:table;
- }
- li.SelValCList_over {
- display:table;
- word-wrap:break-word;
- background-color:lightblue;
- }
- li.SelValCList_selected {
- display:table;
- word-wrap:break-word;
- background-color:darkblue;
- color: white;
- }
- #idHALStartupBlocker
- {
- cursor: wait;
- position: absolute;
- z-index: 20000;
- width: 100%;
- height: 100%;
- background-color: appworkspace;
- }
- #idHALStartupDialog
- {
- font-family: Tahoma, Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, 'Arial Unicode MS', 'Andale WT', sans-serif;
- font-size: 8pt;
- cursor: wait;
- width: 433px;
- padding: 10px;
- background-color: #E3E3E3;
- border: 2px outset white;
- }
- #idHALStartupBarContainer
- {
- cursor: wait;
- border: 2px inset threedhighlight;
- width: 100%;
- height: 20px;
- }
- #idHALStartupBar
- {
- cursor: wait;
- padding-top: 1px;
- width: 0%;
- height: 100%;
- background-color: #666699;
- color: captiontext;
- text-align: center;
- }
|