ags.css 11 KB

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