myinbox.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  1. /*
  2. (C) Copyright IBM Corp. 2005, 2011.
  3. Licensed Material - Property of IBM Corp. IBM, the IBM logo, and Cognos are trademarks of IBM Corp., registered in many jurisdictions worldwide.
  4. */
  5. /*****************************************************************************************
  6. This is a generated file. Any changes you make to it will not be upgraded.
  7. /*****************************************************************************************/
  8. .separator {
  9. border-left-width: 1px;
  10. border-left-style: solid;
  11. border-left-color: #999999;
  12. height: 25px;
  13. padding-right: 6px;
  14. }
  15. .dropDownButton {
  16. background-color: #ffffff;
  17. border-width: 1px;
  18. border-style: solid;
  19. border-color: #cccccc;
  20. height: 20px;
  21. padding-left: 5px;
  22. padding-right: 3px;
  23. padding-top: 5px;
  24. padding-bottom: 0px;
  25. margin-bottom: 3px;
  26. margin-right: 7px;
  27. height: 20px;
  28. }
  29. .dropdownButtonMouseOver {
  30. background-color: #e3e9f3;
  31. border-width: 1px;
  32. border-style: solid;
  33. border-color: #cccccc;
  34. height: 20px;
  35. cursor: hand;
  36. cursor: pointer;
  37. padding-left: 5px;
  38. padding-right: 3px;
  39. padding-top: 5px;
  40. padding-bottom: 0px;
  41. margin-bottom: 3px;
  42. margin-right: 7px;
  43. height: 20px;
  44. }
  45. .dropdownButtonMouseOut {
  46. background-color: #ffffff;
  47. border-width: 1px;
  48. border-style: solid;
  49. border-color: #cccccc;
  50. height: 20px;
  51. padding-left: 5px;
  52. padding-top: 5px;
  53. padding-right: 3px;
  54. padding-bottom: 0px;
  55. margin-bottom: 3px;
  56. margin-right: 7px;
  57. height: 20px;
  58. }
  59. .dropDownButtonMouseDown {
  60. background-color: #bec8dc;
  61. border-width: 1px;
  62. border-style: solid;
  63. border-color: #336699;
  64. height: 20px;
  65. padding-left: 5px;
  66. padding-right: 3px;
  67. padding-top: 5px;
  68. padding-bottom: 0px;
  69. margin-bottom: 3px;
  70. margin-right: 7px;
  71. height: 20px;
  72. }
  73. .labelTable {
  74. margin-right: 7px;
  75. }
  76. .labelCell {
  77. height: 20px;
  78. vertical-alignment: middle;
  79. }
  80. .spinInput, .spinContainer /* * Change this to modify the default spin control background color */ {
  81. background-color: #ffffff;
  82. }
  83. .spinLeftRightEdge, .spinTopBottomEdge {
  84. background-color: #99aacc;
  85. overflow: hidden;
  86. position: absolute;
  87. }
  88. .spinContainer {
  89. font-size: 0px;
  90. height: 20px;
  91. position: relative;
  92. }
  93. .spinLeftRightEdge {
  94. height: 20px;
  95. width: 1px;
  96. }
  97. .spinTopBottomEdge {
  98. height: 1px;
  99. left: 1px;
  100. }
  101. .spinInput {
  102. border: 0px;
  103. color: black;
  104. font-family: arial;
  105. font-size: 9pt;
  106. height: 18px;
  107. left: 2px;
  108. position: absolute;
  109. top: 1px;
  110. }
  111. .spinUpBtn, .spinUpBtnHover, .spinUpBtnPress, .spinDownBtn, .spinDownBtnHover, .spinDownBtnPress {
  112. background-color: #000000;
  113. background-image: url('spin_control_buttons.png');
  114. background-repeat: no-repeat;
  115. height: 8px;
  116. position: absolute;
  117. right: 2px;
  118. width: 15px;
  119. }
  120. .spinUpBtn, .spinUpBtnHover, .spinUpBtnPress {
  121. top: 2px;
  122. }
  123. .spinDownBtn, .spinDownBtnHover, .spinDownBtnPress {
  124. top: 10px;
  125. }
  126. .spinUpBtn {
  127. background-position: 0px 0px;
  128. }
  129. .spinUpBtnHover {
  130. background-position: 0px -16px;
  131. }
  132. .spinUpBtnPress {
  133. background-position: 0px -32px;
  134. }
  135. .spinDownBtn {
  136. background-position: 0px -8px;
  137. }
  138. .spinDownBtnHover {
  139. background-position: 0px -24px;
  140. }
  141. .spinDownBtnPress {
  142. background-position: 0px -40px;
  143. }
  144. .taskDetailsButtonBar {
  145. background-color: #bec8dc;
  146. border-width: 1px;
  147. padding-top: 2px;
  148. padding-bottom: 2px;
  149. border-style: solid;
  150. border-color: #cccccc;
  151. }
  152. .tableHeader {
  153. background-color: #e7e7e7;
  154. color: #444465;
  155. font-weight: bolder;
  156. text-align: left;
  157. }
  158. .tableRowSelected {
  159. background-color: #99aacc;
  160. }
  161. .tableHeaderCellDivider {
  162. border-left-width: 1px;
  163. border-left-style: solid;
  164. border-left-color: #cccccc;
  165. }
  166. /* Task pool page css start */
  167. .poolTableBody {
  168. border-left-width: 1px;
  169. border-left-style: solid;
  170. border-left-color: #cccccc;
  171. border-right-width: 1px;
  172. border-right-style: solid;
  173. border-right-color: #cccccc;
  174. border-bottom-width: 1px;
  175. border-bottom-style: solid;
  176. border-bottom-color: #cccccc;
  177. border-top-width: 1px;
  178. border-top-style: solid;
  179. border-top-color: #cccccc;
  180. margin-top: 3px;
  181. }
  182. .oddTableRow {
  183. background-color: #f3f3f3;
  184. cursor: pointer;
  185. }
  186. .oddTableRow:hover {
  187. background-color: #bec8dc;
  188. cursor: pointer;
  189. }
  190. .oddTableRowUnread {
  191. background-color: #f3f3f3;
  192. cursor: pointer;
  193. font-weight: bolder;
  194. }
  195. .oddTableRowUnread:hover {
  196. background-color: #bec8dc;
  197. cursor: pointer;
  198. font-weight: bolder;
  199. }
  200. .evenTableRow {
  201. background-color: #ffffff;
  202. cursor: pointer;
  203. }
  204. .evenTableRow:hover {
  205. background-color: #bec8dc;
  206. cursor: pointer;
  207. }
  208. .evenTableRowUnread {
  209. background-color: #ffffff;
  210. cursor: pointer;
  211. font-weight: bolder;
  212. }
  213. .evenTableRowUnread:hover {
  214. background-color: #bec8dc;
  215. cursor: pointer;
  216. }
  217. .superTipHeader {
  218. font-weight: bolder;
  219. }
  220. .superTipDiv {
  221. background-color: #ffffcc;
  222. border-style: solid;
  223. border-width: 1px;
  224. display: none;
  225. position: absolute;
  226. z-index: 99;
  227. }
  228. /* Task pool page css end */
  229. /* Task viewer css start */
  230. .taskOptionsAdvancedTableData {
  231. background-color: lightpink;
  232. height: 200px;
  233. width: 600px;
  234. }
  235. .taskOptionsAdvancedEmptyTableData {
  236. height: 10px;
  237. }
  238. .scrollFrame {
  239. background-color: #ffffff;
  240. border: 0px;
  241. overflow: auto;
  242. padding: 0px;
  243. }
  244. .taskMainSubTitle {
  245. color: #336699;
  246. background-color: #ffffff;
  247. border: 0px solid;
  248. font-size: 110%;
  249. height: 100%;
  250. width: 100%;
  251. text-align: left;
  252. }
  253. .taskSubTitle {
  254. background-color: #e3e9f3;
  255. text-align: left;
  256. }
  257. .taskView {
  258. background-color: #ffffff;
  259. border: 1px solid #336699;
  260. }
  261. .taskAttr {
  262. font-weight: bolder;
  263. }
  264. .selectDropDown {
  265. border: 0px;
  266. font-size: 11px;
  267. }
  268. .advancedPropertiesHeader {
  269. color: #ffffff;
  270. font-size: normal;
  271. font-weight: bold;
  272. }
  273. .editSubscriptionsLink {
  274. float: left;
  275. }
  276. .cogstyle-usv-subscriptiondialog-advanced-table {
  277. padding-bottom: 5px;
  278. padding-left: 0px;
  279. padding-top: 5px;
  280. }
  281. .cogstyle-usv-subscriptiondialog-advanced-tabledata {
  282. padding: left:3px;
  283. }
  284. /* Task viewer css end */
  285. /* Subscriptions dialog css start */
  286. .sub_wrapper {
  287. background-color: #ffffff;
  288. }
  289. .sub_wrapper_over {
  290. background-color: #e3e9f3;
  291. }
  292. .sub_main {
  293. padding-bottom: 20px;
  294. width: 100%;
  295. }
  296. /* Subscriptions dialog css end */
  297. /* agent user task renderings start */
  298. .actions {
  299. padding-bottom: 10px;
  300. }
  301. /* agent user task renderings end */
  302. /* comments viewer css start */
  303. .cogstyle-comment-area {
  304. background-color: #ffffff;
  305. border: 1px solid #99aacc;
  306. border-spacing: 2pt;
  307. }
  308. .cogstyle-usv-comment-table-row {
  309. background-color: #ffffff;
  310. border: 1px solid #eeeeee;
  311. border-spacing: 2pt;
  312. }
  313. .cogstyle-usv-comment-table-row:hover {
  314. background-color: #eeeeee;
  315. }
  316. /* comments viewer css end */
  317. /* *common - render output css start */
  318. .mask {
  319. position: absolute;
  320. -moz-opacity: 0.5;
  321. background-color: #ffffff;
  322. cursor: not-allowed;
  323. display: block;
  324. filter: alpha(opacity=50);
  325. opacity: 0.5;
  326. z-index: 1;
  327. }
  328. .att_enabled {
  329. border: 2px solid blue;
  330. clear: none;
  331. cursor: hand;
  332. cursor: pointer;
  333. float: left;
  334. position: relative;
  335. text-decoration: none;
  336. }
  337. .att_disabled {
  338. -moz-opacity: 0.5;
  339. border: 2px solid blue;
  340. clear: none;
  341. cursor: not-allowed;
  342. filter: alpha(opacity=50);
  343. float: left;
  344. opacity: 0.5;
  345. position: relative;
  346. text-decoration: none;
  347. }
  348. .wrapper {
  349. clear: left;
  350. float: left;
  351. padding-bottom: 20px;
  352. padding-top: 20px;
  353. width: 100%;
  354. }
  355. .task_icon {
  356. margin-left: 3px;
  357. }
  358. .cell {
  359. background-color: #ffffff;
  360. float: left;
  361. margin: 2px;
  362. padding: 1px;
  363. }
  364. .cell_over {
  365. background-color: #eff5ff;
  366. border: 1px solid #dfebff;
  367. cursor: hand;
  368. cursor: pointer;
  369. float: left;
  370. margin: 3px;
  371. }
  372. .viewer {
  373. border: 1px solid #99aacc;
  374. margin-top: 25px;
  375. overflow: auto;
  376. }
  377. .task_name {
  378. clear: left;
  379. font-size: 110%;
  380. font-weight: 500;
  381. }
  382. /* *common - render output css end */
  383. /* * render context menu css start */
  384. #leftcontent {
  385. float: left;
  386. }
  387. #rightcontent {
  388. float: right;
  389. }
  390. #leftcontent div {
  391. float: left;
  392. }
  393. #rightcontent div {
  394. float: left;
  395. margin-right: 3px;
  396. }
  397. /* start cross browser vertical text alignment without tables */
  398. .valign-wrapper {
  399. display: table;
  400. #position: relative;
  401. overflow: hidden;
  402. width: 100%;
  403. }
  404. .valign-inner {
  405. #position: absolute;
  406. #top: 50%;
  407. width: 100%;
  408. vertical-align: middle;
  409. }
  410. .valign-text {
  411. #position: relative;
  412. #top: -50%;
  413. text-align: center;
  414. }
  415. /* stop cross browser vertical text alignment without tables */
  416. /* * render context menu css start */
  417. /* * action menu css start */
  418. .menuDiv {
  419. color: #134679;
  420. text-decoration: underline;
  421. }
  422. /* * action menu css start */
  423. /* * render renderings css start */
  424. .cogstyle-usv-scroll-frame {
  425. background: #ffffff;
  426. border: 0px;
  427. height: 270px;
  428. overflow: auto;
  429. padding: 0px;
  430. }
  431. .cogstyle-usv-task-title {
  432. font-size: larger;
  433. font-weight: bolder;
  434. text-align: left;
  435. }
  436. .cogstyle-usv-task-description {
  437. text-align: left;
  438. }
  439. .cogstyle-usv-task-deadline {
  440. text-align: right;
  441. }
  442. .cogstyle-usv-task-table-row {
  443. background-color: #ffffff;
  444. border: 1px solid #eeeeee;
  445. border-spacing: 5pt;
  446. }
  447. .cogstyle-usv-task-table-row:hover {
  448. background-color: #eeeeee;
  449. }
  450. .cogstyle-usv-selectable {
  451. cursor: pointer;
  452. }
  453. .cogstyle-layout-button {
  454. vertical-align: top;
  455. horizontal-align: left;
  456. padding-top: 2px;
  457. padding-bottom: 2px;
  458. }
  459. .cogstyle-usv-rendering-table {
  460. background-color: #ffffff;
  461. border: 0px;
  462. width: 100%;
  463. }
  464. /* * render renderings css end */
  465. /* * task wizard css start */
  466. .cogstyle-usv-taskwizard-table {
  467. padding-left: 5px;
  468. }
  469. .cogstyle-hts-subscription-div-border {
  470. border: 1px solid lightgrey;
  471. }
  472. .cogstyle-hts-table-text {
  473. padding-left: 3px;
  474. padding-right: 3px;
  475. }
  476. /* * task wizard css end */
  477. .subject_line {
  478. margin-top: 5px;
  479. height: 20px;
  480. width: 100%;
  481. font-weight: bolder;
  482. }
  483. .taskDetailsWrapper {
  484. background-color: #ffffff;
  485. border-width: 1px;
  486. border-style: solid;
  487. border-color: #cccccc;
  488. margin: 0px 3px 3px 3px;
  489. padding: 0px;
  490. *width: 100%;
  491. }
  492. .taskOptionsWrapper {
  493. background-color: #ffffff;
  494. border-width: 1px;
  495. border-bottom: 0px;
  496. border-style: solid;
  497. border-color: #cccccc;
  498. margin: 0px 3px 0px 3px;
  499. padding: 0px;
  500. }
  501. .taskNoSelectionWrapper {
  502. background-color: #ffffff;
  503. border-width: 1px;
  504. border-style: solid;
  505. border-color: #cccccc;
  506. margin: 0px 3px 3px 3px;
  507. padding: 0px;
  508. }
  509. .taskOptionButtons {
  510. background-color: #ffffff;
  511. text-decoration: none !important;
  512. vertical-align: middle !important;
  513. padding-top: 3px !important;
  514. padding-bottom: 3px !important;
  515. padding-left: 2px !important;
  516. padding-right: 3px !important;
  517. }
  518. .taskOptionButtonsMouseOver {
  519. background-color: #e3e9f3;
  520. text-decoration: none !important;
  521. vertical-align: middle !important;
  522. padding-top: 3px !important;
  523. padding-bottom: 3px !important;
  524. padding-left: 2px !important;
  525. padding-right: 3px !important;
  526. border: 1px solid;
  527. border-color: #999999;
  528. color: #000000;
  529. cursor: pointer;
  530. font-size: 129%;
  531. height: 24px;
  532. overflow-x: visible;
  533. padding: 0 10px;
  534. width: 70px;
  535. }
  536. .taskOptionButtonsMouseOut {
  537. background-color: #ffffff;
  538. text-decoration: none !important;
  539. vertical-align: middle !important;
  540. padding-top: 3px !important;
  541. padding-bottom: 3px !important;
  542. padding-left: 2px !important;
  543. padding-right: 3px !important;
  544. border: 1px solid;
  545. border-color: #999999;
  546. color: #000000;
  547. cursor: pointer;
  548. font-size: 129%;
  549. height: 24px;
  550. overflow-x: visible;
  551. padding: 0 10px;
  552. width: 70px;
  553. }
  554. .taskOptionButtons_hidden {
  555. color: #737373 !important;
  556. vertical-align: middle !important;
  557. padding-top: 3px !important;
  558. padding-bottom: 3px !important;
  559. padding-left: 2px !important;
  560. padding-right: 3px !important;
  561. }
  562. .taskOptionButtons_hiddenMouseOver {
  563. background-color: #ffffff;
  564. vertical-align: middle !important;
  565. padding-top: 3px !important;
  566. padding-bottom: 3px !important;
  567. padding-left: 2px !important;
  568. padding-right: 3px !important;
  569. border: 1px solid;
  570. color: #737373 !important;
  571. cursor: not-allowed;
  572. font-size: 129%;
  573. height: 24px;
  574. overflow-x: visible;
  575. padding: 0 10px;
  576. width: 70px;
  577. }
  578. .taskOptionButtons_separator {
  579. border-right-color: rgb(153, 153, 153);
  580. border-right-style: solid;
  581. border-right-width: 1px;
  582. height: 24px;
  583. padding-left: 10px;
  584. }
  585. .htsButton {
  586. background-color: #ffffff;
  587. text-decoration: none !important;
  588. vertical-align: middle !important;
  589. padding-top: 3px !important;
  590. padding-bottom: 3px !important;
  591. padding-left: 2px !important;
  592. padding-right: 3px !important;
  593. border: 1px solid;
  594. border-color: #999999;
  595. color: #000000;
  596. cursor: pointer;
  597. font-size: 129%;
  598. height: 24px;
  599. overflow-x: visible;
  600. padding: 0 10px;
  601. width: 70px;
  602. }
  603. .htsButtonMouseOver {
  604. background-color: #e3e9f3;
  605. text-decoration: none !important;
  606. vertical-align: middle !important;
  607. padding-top: 3px !important;
  608. padding-bottom: 3px !important;
  609. padding-left: 2px !important;
  610. padding-right: 3px !important;
  611. border: 1px solid;
  612. border-color: #999999;
  613. color: #000000;
  614. cursor: pointer;
  615. font-size: 129%;
  616. height: 24px;
  617. overflow-x: visible;
  618. padding: 0 10px;
  619. width: 70px;
  620. }
  621. .taskSubcontentWrapper {
  622. top: -10px;
  623. position: relative;
  624. }
  625. ul.CList_ul {
  626. padding: 0;
  627. margin: 0;
  628. text-align: justify;
  629. font-size: 10pt;
  630. }
  631. li.CList_li {
  632. display: table;
  633. float: left;
  634. }
  635. li.CList_over {
  636. display: table;
  637. float: left;
  638. word-wrap: break-word;
  639. background-color: #cccccc;
  640. }
  641. li.CList_selected {
  642. display: table;
  643. float: left;
  644. word-wrap: break-word;
  645. background-color: #99aacc;
  646. color: white;
  647. }
  648. li.SelValCList_li {
  649. display: table;
  650. }
  651. li.SelValCList_over {
  652. display: table;
  653. word-wrap: break-word;
  654. background-color: #cccccc;
  655. }
  656. li.SelValCList_selected {
  657. display: table;
  658. word-wrap: break-word;
  659. background-color: #99aacc;
  660. color: white;
  661. }
  662. .htsLinkArea {
  663. border: 1px solid;
  664. border-color: #cccccc;
  665. height: 30px;
  666. padding: 4px 2px 2px 2px;
  667. overflow: auto;
  668. }
  669. .reportLink {
  670. margin: 0px 2px 0px 2px;
  671. font-size: 80%;
  672. }
  673. td.scrollCell {
  674. padding: 0px;
  675. white-space: nowrap;
  676. overflow: hidden;
  677. height: auto;
  678. }
  679. div.myinboxListTableBody {
  680. height: 200px;
  681. overflow-x: hidden;
  682. overflow-y: scroll;
  683. }
  684. div.myinboxListTableHeader {
  685. background-color: #E7E7E7;
  686. _width: 100%;
  687. padding-right: 16px;
  688. }
  689. div.myinboxList {
  690. border-left-width: 1px;
  691. border-left-style: solid;
  692. border-left-color: #cccccc;
  693. border-right-width: 1px;
  694. border-right-style: solid;
  695. border-right-color: #cccccc;
  696. border-bottom-width: 1px;
  697. border-bottom-style: solid;
  698. border-bottom-color: #cccccc;
  699. border-top-width: 1px;
  700. border-top-style: solid;
  701. border-top-color: #cccccc;
  702. margin-top: 3px;
  703. }
  704. col.col1 {
  705. width: 1%;
  706. }
  707. col.col2 {
  708. width: 1%;
  709. }
  710. col.col3 {
  711. width: 1%;
  712. }
  713. col.col4 {
  714. width: 54%;
  715. }
  716. col.col5 {
  717. width: 16%;
  718. }
  719. col.col6 {
  720. width: 10%;
  721. }
  722. col.col7 {
  723. width: 17%;
  724. }