ags.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. /********************************************************************************************************************************
  2. * Licensed Materials - Property of IBM *
  3. * *
  4. * IBM Cognos Products: AGS *
  5. * *
  6. * (C) Copyright IBM Corp. 2005, 2008 *
  7. * *
  8. * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. *
  9. *********************************************************************************************************************************/
  10. #ghost_splitter {
  11. width: 2px;
  12. height:100%;
  13. overflow:hidden;
  14. cursor:e-resize;
  15. position:absolute;
  16. opacity:0.5;
  17. display:none;
  18. background-color:gray;
  19. }
  20. #splitter {
  21. overflow:hidden;
  22. cursor:e-resize;
  23. width:3px;
  24. height:100%;
  25. }
  26. HTML {
  27. height: 100%;
  28. }
  29. BODY{
  30. width:100%;
  31. height:100%;
  32. }
  33. /*Used to fix percentage issue of Quirks mode to Standards mode.*/
  34. .taskFullFill{
  35. width: 100%;
  36. height:100%;
  37. }
  38. BUTTON.clsPropertySheetDotDotDot
  39. {
  40. font-family: sans-serif
  41. }
  42. .agsResizeDivider
  43. {
  44. border-left: #cccccc 1px solid;
  45. color: #666699;
  46. background-color: white;
  47. }
  48. .assMenuButton
  49. {
  50. border-left: #666699 1px solid;
  51. border-collapse: collapse
  52. }
  53. .taskHeader {
  54. background-color: #666699;
  55. color: #FFFFFF;
  56. border-collapse: collapse;
  57. cursor: default;
  58. padding: 3px 10px;
  59. height: 20px;
  60. font-weight: bold;
  61. }
  62. .taskHideButton{
  63. background-color: #ffffff;
  64. }
  65. .taskBorder {
  66. background-color: #cccce3;
  67. border-width: 1px;
  68. border-color: #666699;
  69. border-style: solid;
  70. }
  71. .taskItem {
  72. background-color: #cccce3;
  73. color: #666699;
  74. border-collapse: collapse;
  75. cursor: default;
  76. padding: 3px 10px;
  77. height: 18px;
  78. text-decoration: underline;
  79. }
  80. .taskItemSelected {
  81. background-color: #cccce3;
  82. color: #666699;
  83. border-collapse: collapse;
  84. cursor: default;
  85. padding: 3px 10px;
  86. height: 18px;
  87. font-weight: bold;
  88. text-decoration: underline;
  89. }
  90. .taskItemCurrent {
  91. background-color: #cccce3;
  92. color: #666699;
  93. border-collapse: collapse;
  94. cursor: default;
  95. padding: 3px 10px;
  96. height: 18px;
  97. text-decoration: none;
  98. }
  99. .taskItemLast {
  100. background-color: #cccce3;
  101. color: #666699;
  102. border-collapse: collapse;
  103. cursor: default;
  104. padding: 3px 10px;
  105. height: 18px;
  106. }
  107. .taskItemHidden {
  108. background-color: #cccce3;
  109. color: #cccce3;
  110. border-collapse: collapse;
  111. cursor: default;
  112. padding: 3px 10px;
  113. height: 18px;
  114. visibility: hidden;
  115. }
  116. .taskbarButton {
  117. background-color: #cccce3;
  118. color: #666699;
  119. border-collapse: collapse;
  120. cursor: default;
  121. padding: 3px 10px;
  122. height: 18px;
  123. text-decoration: underline;
  124. }
  125. .taskbarButtonOver {
  126. background-color: #cccce3;
  127. color: #666699;
  128. border-collapse: collapse;
  129. padding: 3px 10px;
  130. height: 18px;
  131. font-weight: bold;
  132. text-decoration: underline;
  133. cursor: hand;
  134. }
  135. .taskbarButtonHidden {
  136. background-color: #cccce3;
  137. color: #666699;
  138. border-collapse: collapse;
  139. padding: 3px 10px;
  140. height: 18px;
  141. visibility: hidden;
  142. }
  143. .treeHeader {
  144. background-color: #cccce3;
  145. color: #999999;
  146. border-collapse: collapse;
  147. cursor: default;
  148. padding: 3px 10px;
  149. height: 20px;
  150. font-weight: bold;
  151. }
  152. .treeBorder {
  153. border-top: 0px solid;
  154. border-bottom: 0px solid;
  155. border-left: 1px solid;
  156. border-right: 1px solid;
  157. border-color: #999999;
  158. }
  159. .infoErrorTab {
  160. border-top: 1px solid;
  161. border-bottom: 0px solid;
  162. border-left: 1px solid;
  163. border-right: 1px solid;
  164. border-color: #999999;
  165. overflow:auto;
  166. height:65px
  167. }
  168. .infoErrorTabText
  169. {
  170. font-family: sans-serif;
  171. margin: 2px;
  172. width: 100%;
  173. }
  174. .infoErrorTabTextBold
  175. {
  176. font-family: sans-serif;
  177. font-weight: bold;
  178. margin: 2px;
  179. width: 100%;
  180. }
  181. TABLE.clsComboBox
  182. {
  183. border-right: #666699 1px solid;
  184. table-layout: fixed;
  185. border-top: #666699 1px solid;
  186. border-left: #666699 1px solid;
  187. COLOR: windowtext;
  188. border-bottom: #666699 1px solid;
  189. background-color: window
  190. }
  191. TD.clsComboBoxIcon
  192. {
  193. vertical-align: middle;
  194. width: 13px;
  195. cursor: default;
  196. height: 12px
  197. }
  198. TD.clsComboBoxText
  199. {
  200. padding-left: 2px;
  201. vertical-align: middle;
  202. overflow: hidden;
  203. white-space: nowrap;
  204. height: 18px
  205. }
  206. TD.clsComboBoxText_hilight
  207. {
  208. padding-left: 2px;
  209. vertical-align: middle;
  210. overflow: hidden;
  211. white-space: nowrap;
  212. height: 18px
  213. }
  214. TD.clsComboBoxText INPUT
  215. {
  216. border-right: medium none;
  217. padding-right: 0px;
  218. border-top: medium none;
  219. padding-left: 0px;
  220. padding-bottom: 0px;
  221. margin: 0px;
  222. border-left: medium none;
  223. width: 100%;
  224. padding-top: 0px;
  225. border-bottom: medium none;
  226. background-color: transparent
  227. }
  228. TD.clsComboBoxText_hilight
  229. {
  230. background-color: #cccce3;
  231. }
  232. TD.clsComboBoxArrow
  233. {
  234. vertical-align: middle;
  235. width: 18px;
  236. cursor: default;
  237. background-repeat: no-repeat;
  238. height: 18px;
  239. background-color: ButtonFace
  240. }
  241. TD.clsComboBoxArrow_down
  242. {
  243. vertical-align: middle;
  244. width: 18px;
  245. cursor: default;
  246. background-repeat: no-repeat;
  247. height: 18px;
  248. background-color: ButtonFace
  249. }
  250. TD.clsComboBoxArrow
  251. {
  252. border-right: ButtonHighlight 1px outset;
  253. background-position: 0px 1px;
  254. border-top: ButtonHighlight 1px outset;
  255. border-left: ButtonHighlight 1px outset;
  256. border-bottom: ButtonHighlight 1px outset
  257. }
  258. TD.clsComboBoxArrow_down
  259. {
  260. border-right: ButtonShadow 1px solid;
  261. background-position: 2px 3px;
  262. border-top: ButtonShadow 1px solid;
  263. border-left: ButtonShadow 1px solid;
  264. border-bottom: ButtonShadow 1px solid
  265. }
  266. TD.clsPropertySheetTitle
  267. {
  268. border-right: #666699 1px solid;
  269. padding-right: 10px;
  270. border-top: #666699 1px solid;
  271. margin-top: 3px;
  272. padding-left: 10px;
  273. font-weight: bold;
  274. padding-bottom: 3px;
  275. border-left: #666699 1px solid;
  276. cursor: default;
  277. color: #666699;
  278. padding-top: 3px;
  279. border-bottom: #666699 1px solid;
  280. border-collapse: collapse;
  281. height: 20px;
  282. background-color: #cccce3;
  283. }
  284. TABLE.clsPropertySheet
  285. {
  286. width: 100%;
  287. color: windowtext;
  288. border-collapse: collapse;
  289. background-color: window
  290. }
  291. TD.clsPropertySheetExpand
  292. {
  293. width: 13px
  294. }
  295. TD.clsPropertySheetLabel_active
  296. {
  297. border-right: silver 1px solid;
  298. padding-right: 4px;
  299. border-top: silver 1px solid;
  300. padding-left: 4px;
  301. padding-bottom: 0px;
  302. border-left: silver 1px solid;
  303. cursor: default;
  304. padding-top: 0px;
  305. border-bottom: silver 1px solid;
  306. white-space: nowrap;
  307. height: 18px
  308. }
  309. TD.clsPropertySheetLabel_inactive
  310. {
  311. border-right: silver 1px solid;
  312. padding-right: 4px;
  313. border-top: silver 1px solid;
  314. padding-left: 4px;
  315. padding-bottom: 0px;
  316. border-left: silver 1px solid;
  317. cursor: default;
  318. padding-top: 0px;
  319. border-bottom: silver 1px solid;
  320. white-space: nowrap;
  321. height: 18px
  322. }
  323. TD.clsPropertySheetLabel_inactive
  324. {
  325. color: windowtext;
  326. background-color: window
  327. }
  328. TD.clsPropertySheetLabel_active
  329. {
  330. color: highlighttext;
  331. background-color: highlight
  332. }
  333. TD.clsPropertySheetValue
  334. {
  335. border-right: silver 1px solid;
  336. padding-right: 0px;
  337. border-top: silver 1px solid;
  338. padding-left: 1px;
  339. padding-bottom: 0px;
  340. border-left: silver 1px solid;
  341. width: 100%;
  342. padding-top: 0px;
  343. border-bottom: silver 1px solid;
  344. white-space: nowrap;
  345. height: 18px
  346. }
  347. TD.clsPropertySheetValue_active
  348. {
  349. border-right: silver 1px solid;
  350. padding-right: 0px;
  351. border-top: silver 1px solid;
  352. padding-left: 1px;
  353. padding-bottom: 0px;
  354. border-left: silver 1px solid;
  355. width: 100%;
  356. padding-top: 0px;
  357. border-bottom: silver 1px solid;
  358. white-space: nowrap;
  359. height: 18px
  360. }
  361. TD.clsPropertySheetValue_active
  362. {
  363. background-color: #cccce3;
  364. }
  365. BUTTON.clsPropertySheetDotDotDot
  366. {
  367. padding-right: 0px;
  368. padding-left: 0px;
  369. font-size: 2pt;
  370. padding-bottom: 0px;
  371. padding-top: 0px
  372. }
  373. IMG.clsPropertySheetDotDotDot
  374. {
  375. width: 10px;
  376. height: 9px
  377. }
  378. TEXTAREA.hintText_active
  379. {
  380. background-position: center center;
  381. background-image: url(images/arrow_template.gif);
  382. COLOR: #666699;
  383. background-repeat: no-repeat
  384. }
  385. TEXTAREA.hintText_inactive
  386. {
  387. background-position: center;
  388. COLOR: black
  389. }
  390. .pInputDrag
  391. {
  392. width: 400px;
  393. overflow: hidden;
  394. white-space: nowrap;
  395. }
  396. .pInputDrag2
  397. {
  398. width: 300px;
  399. overflow: hidden;
  400. white-space: nowrap;
  401. }
  402. .pInputDrag3
  403. {
  404. width:500px;
  405. overflow:hidden;
  406. white-space:nowrap;
  407. }
  408. .pTextarea
  409. {
  410. width:400px;
  411. }
  412. .pTextarea2
  413. {
  414. width:300px;
  415. }
  416. .pTextarea3
  417. {
  418. width:500px;
  419. }
  420. .fullWidth
  421. {
  422. width:100%;
  423. }
  424. .fullWidthNoScroll
  425. {
  426. width: 100%;
  427. overflow: hidden;
  428. white-space: nowrap;
  429. }
  430. .sumbarButtonTitle {
  431. font-size:100%;
  432. color: #330099;
  433. }
  434. .sumbarButton {
  435. border: 2px solid #cccccc;
  436. width: 25px;
  437. height: 25px;
  438. padding-top: 2px;
  439. background-color: #cccce3;
  440. color: #0000cc;
  441. width: 80px;
  442. height: 50px;
  443. }
  444. .sumbarButtonOver {
  445. border: 2px solid #FFCC00;
  446. background-color: #FFFFCC;
  447. width: 25px;
  448. height: 25px;
  449. padding-top: 2px;
  450. cursor: hand;
  451. color: #0000cc;
  452. width: 80px;
  453. height: 50px;
  454. }
  455. .clsDragTooltip {
  456. color: black;
  457. padding: 1px;
  458. font-size: 10pt;
  459. border: 1px solid black;
  460. background-color: #FFFFCC;
  461. filter: alpha(opacity=50);
  462. -moz-opacity: 50%;
  463. }
  464. .clsTooltipTable {
  465. color: black;
  466. font-size: 8pt;
  467. padding: 0px;
  468. margin: 0px;
  469. }
  470. .clsTooltipTable {
  471. color: black;
  472. font-size: 8pt;
  473. padding: 0px;
  474. margin: 0px;
  475. }
  476. .CList_hintText_active
  477. {
  478. BORDER: #99AACC 1px solid;
  479. PADDING: 2px;
  480. background-position: center center;
  481. background-image: url(images/arrow_template.gif);
  482. COLOR: #336699;
  483. background-repeat: no-repeat;
  484. font-size: 10pt
  485. }
  486. .CList_hintText_inactive
  487. {
  488. BORDER: #99AACC 1px solid;
  489. PADDING: 2px;
  490. background-position: center;
  491. COLOR: black
  492. }
  493. ul.CList_ul {
  494. padding : 0;
  495. margin : 0;
  496. text-align: justify;
  497. font-size: 10pt
  498. }
  499. li.CList_li {
  500. display:table;
  501. float:left;
  502. }
  503. li.CList_over {
  504. display:table;
  505. float:left;
  506. word-wrap:break-word;
  507. background-color:lightblue;
  508. }
  509. li.CList_selected {
  510. display:table;
  511. float:left;
  512. word-wrap:break-word;
  513. background-color:darkblue;
  514. color: white;
  515. }
  516. li.SelValCList_li {
  517. display:table;
  518. }
  519. li.SelValCList_over {
  520. display:table;
  521. word-wrap:break-word;
  522. background-color:lightblue;
  523. }
  524. li.SelValCList_selected {
  525. display:table;
  526. word-wrap:break-word;
  527. background-color:darkblue;
  528. color: white;
  529. }
  530. #idHALStartupBlocker
  531. {
  532. cursor: wait;
  533. position: absolute;
  534. z-index: 20000;
  535. width: 100%;
  536. height: 100%;
  537. background-color: appworkspace;
  538. }
  539. #idHALStartupDialog
  540. {
  541. font-family: Tahoma, Arial, 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, 'Arial Unicode MS', 'Andale WT', sans-serif;
  542. font-size: 8pt;
  543. cursor: wait;
  544. width: 433px;
  545. padding: 10px;
  546. background-color: #E3E3E3;
  547. border: 2px outset white;
  548. }
  549. #idHALStartupBarContainer
  550. {
  551. cursor: wait;
  552. border: 2px inset threedhighlight;
  553. width: 100%;
  554. height: 20px;
  555. }
  556. #idHALStartupBar
  557. {
  558. cursor: wait;
  559. padding-top: 1px;
  560. width: 0%;
  561. height: 100%;
  562. background-color: #666699;
  563. color: captiontext;
  564. text-align: center;
  565. }