ags.css 11 KB

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