promptCommon.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426
  1. @charset "UTF-8";
  2. /*
  3. *+-----------------------------------------------------------------------------------+
  4. *| Licensed Materials - Property of IBM
  5. *| BI and PM: prmt
  6. *| (C) Copyright IBM Corp. 2002, 2015
  7. *|
  8. *| US Government Users Restricted Rights - Use, duplication or
  9. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  10. *|
  11. *+------------------------------------------------------------------------------------+
  12. */
  13. /*
  14. Prompt Control Styles
  15. This cascading stylesheet provides visual styles for the prompt user interface
  16. controls in IBM Cognos.
  17. */
  18. /* Common Prompt Styles */
  19. .clsPromptComponent
  20. {
  21. /* box type */
  22. display: inline;
  23. vertical-align: top;
  24. /* floating */
  25. clear: none;
  26. }
  27. /* used on block type containers
  28. to allow prompt controls to flow */
  29. .clsDisplayInline
  30. {
  31. display: inline;
  32. }
  33. .clsApplicationTitle
  34. {
  35. font-size: 10.5pt;
  36. color: #000000;
  37. font-weight: bold;
  38. }
  39. .clsDocumentTitle
  40. {
  41. font-size: 10.5pt;
  42. color: #000000;
  43. font-weight: normal;
  44. }
  45. .clsSecondaryTitle
  46. {
  47. font-size: 10.5pt;
  48. color: #336699;
  49. font-weight: bold;
  50. }
  51. .clsMenuTitle
  52. {
  53. font-size: 8pt;
  54. color: #336699;
  55. font-weight: bold;
  56. }
  57. .clsLink
  58. {
  59. font-size: 8pt;
  60. color: #0000CC;
  61. font-weight: normal;
  62. }
  63. span.clsLink
  64. {
  65. cursor: default;
  66. }
  67. .clsHighLevelLink
  68. {
  69. font-size: 10.5pt;
  70. color: #0000CC;
  71. font-weight: normal;
  72. }
  73. .clsReadOnlyText
  74. {
  75. font-size: 8pt;
  76. color: #000000;
  77. font-weight: normal;
  78. }
  79. .clsControlLabel
  80. {
  81. font-size: 8pt;
  82. color: #336699;
  83. font-weight: bold;
  84. }
  85. .clsButtonText
  86. {
  87. font-size: 10.5pt;
  88. color: #000000;
  89. font-weight: normal;
  90. text-decoration: none;
  91. }
  92. .clsFieldSet
  93. {
  94. border:none;
  95. text-align:left;
  96. display:inline;
  97. vertical-align: top;
  98. padding:0px;
  99. }
  100. /*
  101. Do not merge the following class with a previous .clsFieldSet definition.
  102. ( IE will ignore the previous value for display, which we want to use as default. )
  103. */
  104. .clsFieldSet
  105. {
  106. display: -moz-inline-grid;
  107. }
  108. .clsDialogButton
  109. {
  110. height: 22px;
  111. border: 1px solid #999999;
  112. cursor: pointer;
  113. cursor: hand;
  114. }
  115. .clsDialogButton:hover
  116. {
  117. border: 1px solid #336699;
  118. background-color: #E3E9F3;
  119. }
  120. .clsToolbarButton,.clsToolbarButton_hover,.clsToolbarButton_active
  121. {
  122. margin: 3px 0;
  123. padding: 2px;
  124. }
  125. .clsToolbarButton
  126. {
  127. border: 1px solid #cccccc;
  128. background-color: #ffffff;
  129. }
  130. .clsToolbarButton_hover
  131. {
  132. border: 1px solid #336699;
  133. background-color: #E3E9F3;
  134. }
  135. .clsToolbarButton_active
  136. {
  137. border: 1px solid #E3E9F3;
  138. background-color: #cccccc;
  139. }
  140. .clsBottomBar
  141. {
  142. border-top: 1px solid #999999;
  143. margin: 0px;
  144. padding: 0px;
  145. padding-top: 5px;
  146. padding-bottom: 5px;
  147. text-align: right;
  148. }
  149. .clsBtnYearUp, .clsBtnYearDown {
  150. height: 15px;
  151. width: 15px;
  152. }
  153. .clsBtnYearUp {
  154. background-image : url(images/icon_year_up.gif);
  155. }
  156. .clsBtnYearDown {
  157. background-image : url(images/icon_year_down.gif);
  158. }
  159. .clsBtnTimeDown,.clsBtnTimeUp {
  160. width: 15px;
  161. height: 7px;
  162. }
  163. .clsBtnTimeDown {
  164. background-image : url(images/icon_time_down.gif);
  165. }
  166. .clsBtnTimeUp {
  167. background-image : url(images/icon_time_up.gif);
  168. }
  169. .clsInsertRemoveButton
  170. {
  171. color: #000000;
  172. text-decoration : none;
  173. text-align: center;
  174. padding:2px;
  175. width: 100%;
  176. overflow: visible;
  177. background-color: #FFFFFF;
  178. border: solid 1px #989898;
  179. white-space: nowrap;
  180. }
  181. .clsInsertRemoveButton[disabled]
  182. {
  183. color: #777777;
  184. text-decoration : none;
  185. text-align: center;
  186. padding:2px;
  187. width: 100%;
  188. overflow: visible;
  189. background-color: #FFFFFF;
  190. border: solid 1px #CCCCCC;
  191. white-space: nowrap;
  192. }
  193. .clsInsertRemoveButtonOver
  194. {
  195. color: #000000;
  196. background-color: #E3E9F3;
  197. text-decoration : none;
  198. text-align: center;
  199. padding:2px;
  200. width: 100%;
  201. overflow: visible;
  202. border: solid 1px #999999;
  203. white-space: nowrap;
  204. }
  205. .clsInsertRemoveTable {
  206. width: 90px;
  207. min-width: 90px;
  208. }
  209. /* fix width for standard browsers, allow to stretch, so long custom labels are not truncated */
  210. html>body .clsInsertRemoveButton, html>body .clsInsertRemoveButton[disabled], html>body .clsInsertRemoveButtonOver
  211. {
  212. width: auto;
  213. min-width: 90px;
  214. }
  215. .clsChoicesHeader
  216. {
  217. color: #336699;
  218. font-size: 10pt;
  219. }
  220. .clsChoicesListbox
  221. {
  222. margin-top:0px;
  223. }
  224. .clsFeedbackWidget
  225. {
  226. margin-top:0px;
  227. margin-bottom:0px;
  228. border-width: 0px;
  229. border-top-style: solid;
  230. border-color: #FFFFFF;
  231. border-top-color: none;
  232. padding-top:2px;
  233. }
  234. .clsFeedbackWidgetParseError
  235. {
  236. margin-top:0px;
  237. margin-bottom:0px;
  238. border-width: 2px;
  239. border-top-color: #FF6600;
  240. border-top-style: dashed;
  241. padding-top:0px;
  242. }
  243. .clsFeedbackWidgetParseErrorArrowLeft
  244. {
  245. margin: 0px;
  246. border-width: 2px;
  247. border-top-color: #FF6600;
  248. border-top-style: dashed;
  249. padding-top: 0px;
  250. }
  251. .clsFeedbackSpacer
  252. {
  253. width: 100%;
  254. min-width: 200px;
  255. }
  256. /* textBox Control */
  257. .clsTextWidget
  258. {
  259. }
  260. .clsTextWidgetParseError
  261. {
  262. border-bottom-width: 2px;
  263. border-bottom-color: #FF6600;
  264. border-bottom-style: dashed;
  265. }
  266. /* selectValue control: Radio Button, Check Box Styles */
  267. .clsCheckBoxList, .clsRadioGroupList
  268. {
  269. overflow: auto;
  270. border: 2px inset ThreeDHighlight;
  271. -moz-border-right-colors: ThreeDLightShadow ThreeDHighlight;
  272. -moz-border-bottom-colors: ThreeDLightShadow ThreeDHighlight;
  273. border-right-color: ThreeDLightShadow;
  274. border-bottom-color: ThreeDLightShadow;
  275. padding-left:5px;
  276. padding-right:10px;
  277. padding-bottom:2px;
  278. margin: 0px;
  279. width: 200px;
  280. cursor: default;
  281. max-height: 165px;
  282. /* the following is done for IE which does not support max-height */
  283. height: expression(offsetHeight > 165 ? "165px" : offsetHeight + "px");
  284. }
  285. .clsAlignRight
  286. {
  287. text-align:right;
  288. }
  289. /* selectValue control: Drop Down, List Styles */
  290. .clsListControl, .clsSelectControl
  291. {
  292. width: 200px;
  293. }
  294. .clsSelectControl option
  295. {
  296. white-space: pre;
  297. }
  298. .clsCheckBoxRow, .clsCheckBox
  299. {
  300. font-size: 8pt;
  301. color: #000000;
  302. white-space: nowrap;
  303. }
  304. /* checkbox 3-state, using classnames that match dojo */
  305. .clsPromptComponent .dijitCheckBox, .clsPromptComponent .dijitRadio, .clsPromptComponent .dijitCheckBoxInput {
  306. margin: 0 2px 0 0;
  307. padding: 0;
  308. border: 0;
  309. width: 16px;
  310. height: 16px;
  311. background-position:center center;
  312. background-repeat:no-repeat;
  313. overflow: hidden;
  314. vertical-align: middle;
  315. }
  316. .clsPromptComponent .dijitCheckBox INPUT,.clsPromptComponent .dijitRadio INPUT {
  317. margin: 0;
  318. padding: 0;
  319. }
  320. /* checkboxes CC & BUX, radio BUX */
  321. .clsPromptComponent .dijitCheckBoxInput {
  322. opacity : 0.01;
  323. filter: alpha(opacity=0);
  324. }
  325. /* just for radio button in CC */
  326. .clsPromptComponent .dijitRadio .dijitCheckBoxInput {
  327. opacity : 1;
  328. filter: none;
  329. }
  330. /* prompt high contrast */
  331. .clsPrompt_a11y .dijitCheckBox,.clsPrompt_a11y .dijitRadio {
  332. width: auto !important;
  333. height: auto !important;
  334. margin-left:2px;
  335. }
  336. .clsPrompt_a11y .dijitCheckBoxInput
  337. {
  338. margin: 0;
  339. opacity : 1;
  340. filter: none;
  341. width: auto;
  342. height: auto;
  343. }
  344. .clsPromptComponent .dijitCheckBox {
  345. background-image : url(images/checkbox_unchecked.gif);
  346. }
  347. .clsPromptComponent .dijitCheckBoxChecked {
  348. background-image : url(images/checkbox_checked.gif);
  349. }
  350. .clsPromptComponent .dijitCheckBoxMixed {
  351. background-image : url(images/checkbox_mixed.gif);
  352. }
  353. .clsCheckBoxRow input
  354. {
  355. vertical-align: middle;
  356. }
  357. /*
  358. In Firefox, it looks better with 'bottom'.
  359. We are using a selector that IE do not understand to make it specific to Firefox.
  360. */
  361. .clsCheckBoxRow > input
  362. {
  363. vertical-align: bottom;
  364. }
  365. .clsPromptComponent .dijitInline {
  366. display: inline;
  367. }
  368. .icdUI .clsPromptComponent .dijitInline {
  369. display: inline-block;
  370. }
  371. /* select date styles */
  372. .clsSelectDateCalendar
  373. {
  374. border: 1px solid #999999;
  375. color: #000000;
  376. padding: 3px;
  377. margin-right: 5px;
  378. text-align: center;
  379. vertical-align:top;
  380. background-color: #FFFFFF;
  381. height: 240px;
  382. overflow: visible;
  383. width: 200px;
  384. }
  385. .clsSelectDateCalendarDialog
  386. {
  387. border: 1px solid #999999;
  388. background-color: #FFFFFF;
  389. color: #000000;
  390. padding: 3px;
  391. text-align: center;
  392. vertical-align:top;
  393. overflow: visible;
  394. width:200px;
  395. }
  396. .clsSelectDateDialogTopTable
  397. {
  398. border-collapse: separate;
  399. }
  400. .clsSelectDateYears
  401. {
  402. text-align: center;
  403. background-color: #336699;
  404. color: #FFFFFF;
  405. font-weight: bold;
  406. }
  407. .clsSelectDateMonths
  408. {
  409. color: #336699;
  410. font-size: 8pt;
  411. text-decoration: underline;
  412. margin-top: 3px;
  413. text-align: center;
  414. vertical-align: bottom;
  415. cursor: pointer;
  416. font-weight: normal;
  417. }
  418. .clsSelectDateMonthsSelected
  419. {
  420. background-color: #E3E9F3;
  421. color: #336699;
  422. font-size: 8pt;
  423. text-decoration: underline;
  424. margin-top: 3px;
  425. text-align: center;
  426. vertical-align: bottom;
  427. cursor: pointer;
  428. font-weight: bold;
  429. }
  430. .clsSelectDateMonthsDisabled
  431. {
  432. color: #000000;
  433. font-size: 8pt;
  434. text-decoration: none;
  435. margin-top: 3px;
  436. text-align: center;
  437. vertical-align: bottom;
  438. cursor: default;
  439. font-weight: normal;
  440. }
  441. .clsSelectDateDaysOfWeek
  442. {
  443. background-color: #E7E7E7;
  444. font-size: 9pt;
  445. padding: 3px;
  446. color: #000000;
  447. text-decoration: none;
  448. text-align: center;
  449. white-space:nowrap;
  450. }
  451. .clsSelectDateDays
  452. {
  453. color: #336699;
  454. text-decoration: underline;
  455. text-align: center;
  456. font-size: 10pt;
  457. padding: 3px;
  458. cursor: pointer;
  459. cursor: hand;
  460. font-weight: normal;
  461. background-color: #FFFFFF;
  462. }
  463. .clsSelectDateDaysSelected
  464. {
  465. color: #336699;
  466. text-decoration: none;
  467. text-align: center;
  468. font-size: 10pt;
  469. padding: 3px;
  470. cursor: pointer;
  471. cursor: hand;
  472. font-weight: bold;
  473. background-color: #E3E9F3;
  474. }
  475. .clsSelectDateDaysDisabled
  476. {
  477. color: #000000;
  478. text-decoration: none;
  479. text-align: center;
  480. font-size: 10pt;
  481. padding: 3px;
  482. cursor: default;
  483. font-weight: normal;
  484. background-color: #FFFFFF;
  485. }
  486. .clsSelectDateEditBox
  487. {
  488. padding:0px;
  489. padding-left: 5px;
  490. margin-top: 0px;
  491. margin-left: 2px;
  492. margin-right: 5px;
  493. width: auto;
  494. min-width: 140px;
  495. }
  496. .clsSelectDateEditBoxParseError
  497. {
  498. padding:0px;
  499. padding-left: 5px;
  500. margin-top: 0px;
  501. margin-left: 2px;
  502. margin-right: 5px;
  503. border-bottom-color: #FF6600;
  504. border-bottom-style: dashed;
  505. width: auto;
  506. min-width: 140px;
  507. }
  508. .clsSelectDateYearEditBox
  509. {
  510. text-align: center;
  511. font-weight: bold;
  512. }
  513. .clsSelectDateYearEditBoxParseError
  514. {
  515. text-align: center;
  516. border-bottom-color: #FF6600;
  517. border-bottom-style: dashed;
  518. font-weight: bold;
  519. }
  520. /* selectTime control */
  521. .clsSelectTimeEditBox, .clsSelectTimeEditBoxRTL
  522. {
  523. border: 2px inset threedhighlight;
  524. margin:0px;
  525. padding:0px;
  526. overflow: visible;
  527. overflow-x:visible;
  528. background-color:#FFFFFF;
  529. width: auto;
  530. max-width: 150px
  531. }
  532. .clsSelectTimeEditBox
  533. {
  534. margin-right: 5px;
  535. }
  536. /* selectTime control RTL */
  537. .clsSelectTimeEditBoxRTL
  538. {
  539. margin-left: 5px;
  540. }
  541. /* selectTime control with Milliseconds */
  542. .clsSelectTimeEditBoxExtend, .clsSelectTimeEditBoxExtendRTL
  543. {
  544. border: 2px inset threedhighlight;
  545. margin:0px;
  546. padding:0px;
  547. overflow: visible;
  548. overflow-x:visible;
  549. background-color:#FFFFFF;
  550. width:195px;
  551. }
  552. .clsSelectTimeEditBoxExtend
  553. {
  554. margin-right: 5px;
  555. }
  556. /* selectTime control RTL with Milliseconds */
  557. .clsSelectTimeEditBoxExtendRTL
  558. {
  559. margin-left: 5px;
  560. }
  561. .clsSelectTime
  562. {
  563. margin-left: 2px;
  564. top:0px;
  565. left:0px;
  566. }
  567. .clsClockPosition
  568. {
  569. }
  570. .clsSelectTimeControl, .clsSelectTimeControlParseError
  571. {
  572. text-align:center;
  573. padding:0px;
  574. margin:0px;
  575. border:none;
  576. border-bottom-width: 2px;
  577. width:2em;
  578. }
  579. .clsSelectTimeControl
  580. {
  581. border-bottom-color: #FFFFFF;
  582. border-bottom-style: solid;
  583. }
  584. .clsSelectTimeControlParseError
  585. {
  586. border-bottom-color: #FF6600;
  587. border-bottom-style: dashed;
  588. }
  589. .clsColon
  590. {
  591. vertical-align:absmiddle;
  592. background-color: #ffffff;
  593. margin:0px;
  594. border:0px;
  595. padding:0px;
  596. }
  597. .clsClock
  598. {
  599. margin:0px;
  600. height: 200px;
  601. width: 140px;
  602. background-color: #ffffff;
  603. position:relative;
  604. }
  605. .clsClockBlock
  606. {
  607. border: solid 1px #999999;
  608. background-color: #ffffff;
  609. margin-bottom:10px;
  610. width: 100%;
  611. text-align: center;
  612. position:relative;
  613. }
  614. .clsClockDigits
  615. {
  616. position:absolute;
  617. top:0px;
  618. left:0px;
  619. font-size:10px;
  620. color:#000000;
  621. text-align:center;
  622. }
  623. .clsClockDisabled, .clsDisabled
  624. {
  625. filter: alpha(opacity=75);
  626. -moz-opacity: 0.70;
  627. }
  628. *>.clsDisabled
  629. {
  630. height: auto;
  631. }
  632. .clsDisabled
  633. {
  634. cursor: default;
  635. }
  636. /* minutes */
  637. .clsMinuteHand
  638. {
  639. position:absolute;
  640. width:2px;
  641. height:2px;
  642. font-size:2px;
  643. background: #000000;
  644. }
  645. /* hours */
  646. .clsHourHand
  647. {
  648. position:absolute;
  649. width:2px;
  650. height:2px;
  651. font-size:2px;
  652. background: #000000;
  653. }
  654. /* seconds */
  655. .clsSecondHand
  656. {
  657. position:absolute;
  658. width:2px;
  659. height:2px;
  660. font-size:2px;
  661. background: #336699;
  662. }
  663. .clsDivClock
  664. {
  665. position:absolute;
  666. top:0px;
  667. left:0px
  668. }
  669. .clsDivRelative
  670. {
  671. position:relative;
  672. }
  673. /* selectDateTime control */
  674. .clsBoundingBox
  675. {
  676. background-color:#E7E7E7;
  677. margin:5px;
  678. }
  679. /* interval control styles */
  680. .clsIntervalWidget
  681. {
  682. margin-top: 5px;
  683. margin-left: 0px;
  684. margin-right: 3px;
  685. }
  686. .clsIntervalWidgetParseError
  687. {
  688. margin-top: 5px;
  689. margin-left: 0px;
  690. margin-right: 3px;
  691. border-bottom-color: #FF6600;
  692. border-bottom-style: dashed;
  693. }
  694. /* selectWithSearch Prompt control styles */
  695. .clsSwsEditBox
  696. {
  697. margin-right: 5px;
  698. }
  699. .clsSwsSearchButton
  700. {
  701. padding:2px;
  702. margin-left: 5px;
  703. margin-right: 5px;
  704. color: #000000;
  705. }
  706. .clsSwsOptions
  707. {
  708. margin-top: 5px;
  709. color: #000000;
  710. font-size: 10pt;
  711. }
  712. .clsSwsResultsHeader, .clsSwsChoicesHeader
  713. {
  714. color: #336699;
  715. font-size: 10pt;
  716. }
  717. .clsSwsResultsListbox
  718. {
  719. margin-top:0px;
  720. margin-left:5px;
  721. margin-right:5px;
  722. margin-bottom:5px;
  723. }
  724. .clsSwsChoicesListbox
  725. {
  726. margin-top:0px;
  727. margin-left:5px;
  728. margin-right:5px;
  729. margin-bottom:5px;
  730. }
  731. .clsOptions
  732. {
  733. cursor: pointer;
  734. cursor: hand;
  735. vertical-align:bottom;
  736. width:240px;
  737. padding: 0px;
  738. }
  739. .clsSearchOptionsExpand, .clsSearchOptionsCollapse {
  740. height:10px;
  741. width:10px;
  742. }
  743. .clsSearchOptionsExpand {
  744. background-image : url(images/prompt_option_expand.gif);
  745. }
  746. .clsSearchOptionsCollapse {
  747. background-image : url(images/prompt_option_collapse.gif);
  748. }
  749. /* Default Prompt Page Dialog Styles */
  750. .clsDialogTitle
  751. {
  752. font-size: 10.5pt;
  753. font-weight: bold;
  754. color: #336699;
  755. }
  756. .clsDialogHeaderBorder
  757. {
  758. background-color: #336699;
  759. }
  760. .clsDialogIntroduction
  761. {
  762. font-size: 8pt;
  763. color: #336699;
  764. }
  765. .clsDialogSeperator
  766. {
  767. background-color: #999999;
  768. }
  769. .clsDialogFooterButtons
  770. {
  771. background-color: #999999;
  772. }
  773. .clsFormLabel
  774. {
  775. font-size: 8pt;
  776. font-weight: bold;
  777. color: #336699;
  778. }
  779. .clsButton
  780. {
  781. font-size: 8pt;
  782. color: #000000;
  783. text-decoration : none;
  784. cursor: pointer;
  785. cursor:hand;
  786. width: 100%;
  787. height: 18px;
  788. padding-top : 2px;
  789. }
  790. .clsButtonLeftRightPadding
  791. {
  792. padding-left: 10px;
  793. padding-right: 10px;
  794. }
  795. .clsButton:hover
  796. {
  797. background-color: #E3E9F3;
  798. }
  799. /* prompt button styles */
  800. .clsPromptButton, .clsPromptButtonOver, .clsPromptButton[disabled]
  801. {
  802. font-size: 10.5pt;
  803. text-decoration : none;
  804. text-align: center;
  805. width: auto;
  806. height:26px;
  807. padding-top: 2px;
  808. padding-bottom: 2px;
  809. margin-right: 7px;
  810. white-space:nowrap;
  811. }
  812. .clsPromptButton
  813. {
  814. color: #000000;
  815. background-color: #FFFFFF;
  816. border: solid 1px #989898;
  817. cursor: pointer;
  818. }
  819. .clsPromptButtonOver
  820. {
  821. color: #000000;
  822. background-color: #E3E9F3;
  823. border: solid 1px #999999;
  824. cursor: pointer;
  825. }
  826. .clsPromptButton[disabled]
  827. {
  828. color: #777777;
  829. background-color: #FFFFFF;
  830. border: solid 1px #CCCCCC;
  831. cursor: not-allowed;
  832. }
  833. /* styles for the table look, used with pager controls */
  834. .clsTableHeader
  835. {
  836. background-color: #E7E7E7;
  837. }
  838. .clsTableLink
  839. {
  840. font-size: 8pt;
  841. color: #336699;
  842. text-decoration : underline;
  843. }
  844. .clsTableText
  845. {
  846. font-size: 8pt;
  847. color: #336699;
  848. }
  849. .clsTableItemCount
  850. {
  851. font-size: 8pt;
  852. font-weight: normal;
  853. color: #000000;
  854. }
  855. .clsTableSortTitle
  856. {
  857. text-decoration : none;
  858. font-weight: bold;
  859. color: #336699;
  860. }
  861. .clsTableTitle
  862. {
  863. font-size: 8pt;
  864. font-weight: bold;
  865. color: #336699;
  866. }
  867. .clsTableOutline
  868. {
  869. background-color: #000000;
  870. }
  871. .clsTableBody
  872. {
  873. background-color: #ffffff;
  874. }
  875. .clsTableOutlineIE
  876. {
  877. border : 1px solid;
  878. border-color : #000000 #999999 #999999 #000000;
  879. }
  880. .clsTableOutline1
  881. {
  882. background-color: #000000;
  883. }
  884. .clsTableOutline2
  885. {
  886. background-color: #999999;
  887. }
  888. .clsTableOutline3
  889. {
  890. background-color: #999999;
  891. }
  892. /* Tree Prompt Styles*/
  893. .clsTreePane
  894. {
  895. height: 400px;
  896. width: 300px;
  897. overflow: auto;
  898. border:solid #000000 1px;
  899. padding:5px;
  900. }
  901. .clsTreeNode_unselected
  902. {
  903. cursor: pointer;
  904. cursor: hand;
  905. margin: 0px;
  906. padding: 0px;
  907. background-color: #FFFFFF;
  908. color: #000000;
  909. vertical-align: middle;
  910. border: 0 none;
  911. }
  912. .clsTreeNode_partial
  913. {
  914. cursor: pointer;
  915. cursor: hand;
  916. background-color: #E3E9F3;
  917. margin: 0px;
  918. padding: 0px;
  919. color: #000000;
  920. vertical-align: middle;
  921. }
  922. .clsTreeNode_selected
  923. {
  924. cursor: pointer;
  925. cursor: hand;
  926. margin: 0px;
  927. padding: 0px;
  928. background-color: #000000;
  929. color: #ffffff;
  930. vertical-align: middle;
  931. }
  932. .clsTreeNode_hover
  933. {
  934. cursor: pointer;
  935. cursor: hand;
  936. margin: 0px;
  937. padding: 0px;
  938. color: #000000;
  939. background-color: #bec8dc;
  940. vertical-align: middle;
  941. }
  942. .clsPrompt_a11y .clsTreeNode_hover {
  943. border-style: dotted;
  944. border-width: thin;
  945. }
  946. .clsTreeLevel
  947. {
  948. margin:0px;
  949. padding:0px;
  950. vertical-align: middle;
  951. }
  952. .clsPrompt_a11y .clsTreeLevel {
  953. margin:2px;
  954. }
  955. .clsTreeLineIcon
  956. {
  957. width:19px;
  958. height:20px;
  959. vertical-align: middle;
  960. background-position: center;
  961. background-repeat: no-repeat;
  962. background-image : url(images/icon_tree_I.gif);
  963. }
  964. .clsTreeLineIconSpace
  965. {
  966. background-image : none;
  967. }
  968. .clsTreeLabel
  969. {
  970. cursor: pointer;
  971. cursor: hand;
  972. }
  973. img, span
  974. {
  975. margin:0px;
  976. padding:0px;
  977. }
  978. .clsTreeText
  979. {
  980. padding: 0px 1px 0px 3px;
  981. font-size: 8pt;
  982. vertical-align: middle;
  983. }
  984. .noLink
  985. {
  986. text-decoration: none;
  987. color: #000000;
  988. font-weight: normal;
  989. }
  990. SPAN.clsTreeNode_selected A.noLink
  991. {
  992. color: #FFFFFF;
  993. }
  994. .clsErrorRequired
  995. {
  996. margin-right: 2px;
  997. }
  998. /* tree toggle */
  999. .clsPromptComponent .dijitTreeExpando {
  1000. width:19px;
  1001. height:20px;
  1002. cursor: pointer;
  1003. vertical-align: middle;
  1004. }
  1005. .clsPrompt_a11y .dijitTreeExpando {
  1006. display: none !important;
  1007. }
  1008. .clsPromptComponent .dijitTreeExpandoClosed {
  1009. background-image:url(images/icon_tree_Lplus.gif);
  1010. }
  1011. .clsPromptComponent .dijitTreeExpandoOpened {
  1012. background-image:url(images/icon_tree_Lminus.gif);
  1013. }
  1014. .clsPromptComponent .dijitTreeExpandoClosedRTL {
  1015. background-image:url(images/icon_tree_Lplus_rtl.gif);
  1016. }
  1017. .clsPromptComponent .dijitTreeExpandoOpenedRTL {
  1018. background-image:url(images/icon_tree_Lminus_rtl.gif);
  1019. }
  1020. .clsPromptComponent .dijitTreeExpandoNone {
  1021. width:16px;
  1022. height:16px;
  1023. background-image:url(images/spacer.png);
  1024. }
  1025. .clsPromptComponent .dijitExpandoText {
  1026. display: none;
  1027. }
  1028. .clsPrompt_a11y .dijitExpandoText {
  1029. border-style: solid;
  1030. border-width: thin;
  1031. cursor: pointer;
  1032. display: inline;
  1033. font-family: monospace;
  1034. padding-left: 5px;
  1035. padding-right: 5px;
  1036. }
  1037. /* Color Picker Styles */
  1038. .clsCPCell
  1039. {
  1040. border:1px solid #CCCCCC;
  1041. width:15px;
  1042. height:15px;
  1043. text-align: center;
  1044. cursor: pointer;
  1045. cursor: hand;
  1046. }
  1047. .clsCPCell_hover
  1048. {
  1049. border:1px solid #336699;
  1050. width:15px;
  1051. height:15px;
  1052. text-align: center;
  1053. cursor: pointer;
  1054. cursor: hand;
  1055. }
  1056. .clsCPCell_active
  1057. {
  1058. border:1px solid #336699;
  1059. width:15px;
  1060. height:15px;
  1061. text-align: center;
  1062. }
  1063. .clsCPCellLabel
  1064. {
  1065. padding-left: 10px;
  1066. padding-right:40px;
  1067. padding-top: 5px;
  1068. padding-bottom: 5px;
  1069. }
  1070. .clsCPCustomTB
  1071. {
  1072. padding-left: 5px;
  1073. padding-right:5px;
  1074. }
  1075. .clsCPPreview
  1076. {
  1077. height:177px;
  1078. width:240px;
  1079. background-color : #E7E7E7;
  1080. border : 1px solid;
  1081. border-color : #cccccc;
  1082. }
  1083. .clsCPPreviewSwatch
  1084. {
  1085. height:110px;
  1086. width:145px;
  1087. cursor: pointer;
  1088. cursor: hand;
  1089. }
  1090. .clsCPButton
  1091. {
  1092. height:22px;
  1093. width:29px;
  1094. background-color: #ffffff;
  1095. border : 1px solid #ffffff;
  1096. margin-right:3px;
  1097. cursor: pointer;
  1098. cursor: hand;
  1099. }
  1100. .clsCPButtonOver
  1101. {
  1102. height:22px;
  1103. width:29px;
  1104. background-color: #E3E9F3;
  1105. border: 1px solid #336699;
  1106. margin-right:3px;
  1107. cursor: pointer;
  1108. cursor: hand;
  1109. }
  1110. .clsCPLink
  1111. {
  1112. text-decoration:underline;
  1113. font-size: 8pt;
  1114. color: #336699;
  1115. cursor: pointer;
  1116. cursor: hand;
  1117. }
  1118. .clsCPMenuContainer
  1119. {
  1120. background-color: #ffffff;
  1121. border: 1px solid #336699;
  1122. }
  1123. .clsCPCaptionBar
  1124. {
  1125. padding: 3px;
  1126. background-color:#E3E9F3;
  1127. }
  1128. .clsCPPalette
  1129. {
  1130. padding: 3px;
  1131. }
  1132. .clsCPItem
  1133. {
  1134. border: 1px solid #FFFFFF;
  1135. padding: 1px;
  1136. }
  1137. .clsCPItem_hover
  1138. {
  1139. border: 1px solid #336699;
  1140. background-color: #bec8dc;
  1141. padding: 1px;
  1142. }
  1143. .clsCPItem_active
  1144. {
  1145. border: 1px solid #336699;
  1146. background-color: #E3E9F3;
  1147. padding: 1px;
  1148. }
  1149. /* Alignment Picker Styles */
  1150. .clsAPButtonNormal
  1151. {
  1152. border : 1px solid #cccccc;
  1153. background-color: #ffffff;
  1154. padding: 2px;
  1155. }
  1156. .clsAPButtonOver
  1157. {
  1158. border : 1px solid #cccccc;
  1159. background-color: #bec8dc;
  1160. cursor: pointer;
  1161. cursor: hand;
  1162. padding: 2px;
  1163. }
  1164. .clsAPButtonPressed
  1165. {
  1166. border : 1px solid #336699;
  1167. background-color: #E3E9F3;
  1168. padding: 2px;
  1169. }
  1170. .clsAPButtonOverPressed
  1171. {
  1172. border : 1px solid #336699;
  1173. background-color: #E3E9F3;
  1174. padding: 2px;
  1175. }
  1176. .clsAPContainer
  1177. {
  1178. background-color: #ffffff;
  1179. border: 1px solid #336699;
  1180. }
  1181. .clsParentDetail
  1182. {
  1183. display: none;
  1184. }
  1185. /* expand/collapse icons */
  1186. .clsExpandCollapseHover
  1187. {
  1188. cursor: pointer;
  1189. cursor: hand;
  1190. }
  1191. .clsPromptDialog
  1192. {
  1193. border: 1px solid black;
  1194. background-color: #ffffff;
  1195. position: absolute;
  1196. padding: 2px;
  1197. top: 10%;
  1198. left: 10%;
  1199. width: 80%;
  1200. height: 80%;
  1201. z-index: 50;
  1202. }
  1203. /*
  1204. The following classes are required to fix Firefox's issues with display:inline on block elements.
  1205. */
  1206. .clsPromptComponent, .clsDisplayInline, .clsFieldSet
  1207. {
  1208. display: -moz-inline-grid;
  1209. }
  1210. *>.clsPromptComponent
  1211. {
  1212. /* ff3 supported feature(CSS 2.0) This value(inisde-table) map to formatting objects that are like tables on the inside, but participate in inline layout.*/
  1213. display: inline-table;
  1214. }
  1215. .clsPromptComponent[pt="btn"]
  1216. {
  1217. display: -moz-inline-box;
  1218. width: auto;
  1219. }
  1220. /*
  1221. In Firefox the tree view the icon and text are not aligned correctly.The following class is required to fix Firefox's issues with align:middle issue in tree.
  1222. */
  1223. .clsTextIconAlignFix
  1224. {
  1225. vertical-align:middle;
  1226. }
  1227. .clsHTML5Input
  1228. {
  1229. width:auto;
  1230. }