promptCommon.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425
  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: #003399;
  49. font-weight: bold;
  50. }
  51. .clsMenuTitle
  52. {
  53. font-size: 8pt;
  54. color: #003399;
  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: #003399;
  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 #003399;
  118. background-color: #cccce3;
  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 #003399;
  133. background-color: #cccce3;
  134. }
  135. .clsToolbarButton_active
  136. {
  137. border: 1px solid #cccce3;
  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: #cccce3;
  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: #003399;
  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: #003399;
  404. color: #FFFFFF;
  405. font-weight: bold;
  406. }
  407. .clsSelectDateMonths
  408. {
  409. color: #003399;
  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: #003399;
  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: #E3E3E3;
  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: #003399;
  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: #003399;
  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: #CCCCE3;
  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. min-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:#333333;
  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: #003399;
  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:#E3E3E3;
  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: #003399;
  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: #003399;
  755. }
  756. .clsDialogHeaderBorder
  757. {
  758. background-color: #003399;
  759. }
  760. .clsDialogIntroduction
  761. {
  762. font-size: 8pt;
  763. color: #003399;
  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: #003399;
  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: #CCCCE3;
  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: #003399;
  842. text-decoration : underline;
  843. }
  844. .clsTableText
  845. {
  846. font-size: 8pt;
  847. color: #003399;
  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: #003399;
  860. }
  861. .clsTableTitle
  862. {
  863. font-size: 8pt;
  864. font-weight: bold;
  865. color: #003399;
  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 #9C9C9C #9C9C9C #000000;
  879. }
  880. .clsTableOutline1
  881. {
  882. background-color: #000000;
  883. }
  884. .clsTableOutline2
  885. {
  886. background-color: #9C9C9C;
  887. }
  888. .clsTableOutline3
  889. {
  890. background-color: #9C9C9C;
  891. }
  892. /* Tree Prompt Styles*/
  893. .clsTreePane
  894. {
  895. height: 400px;
  896. width: 300px;
  897. overflow: auto;
  898. border:solid #330000 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: #e8ecf4; New Bering Color */
  917. background-color: #E7E7E7;
  918. margin: 0px;
  919. padding: 0px;
  920. color: #000000;
  921. vertical-align: middle;
  922. }
  923. .clsTreeNode_selected
  924. {
  925. cursor: pointer;
  926. cursor: hand;
  927. margin: 0px;
  928. padding: 0px;
  929. /* background-color: #000000; New Bering Color */
  930. background-color: #CCCCE3;
  931. /* color: #ffffff; New Bering Color */
  932. color: #000000;
  933. vertical-align: middle;
  934. }
  935. .clsTreeNode_hover
  936. {
  937. cursor: pointer;
  938. cursor: hand;
  939. margin: 0px;
  940. padding: 0px;
  941. color: #000000;
  942. background-color: #bec8dc;
  943. vertical-align: middle;
  944. }
  945. .clsPrompt_a11y .clsTreeNode_hover {
  946. border-style: dotted;
  947. border-width: thin;
  948. }
  949. .clsTreeLevel
  950. {
  951. margin:0px;
  952. padding:0px;
  953. vertical-align: middle;
  954. }
  955. .clsPrompt_a11y .clsTreeLevel {
  956. margin:2px;
  957. }
  958. .clsTreeLabel
  959. {
  960. cursor: pointer;
  961. cursor: hand;
  962. }
  963. .clsTreeLineIcon
  964. {
  965. width:19px;
  966. height:20px;
  967. vertical-align: middle;
  968. background-position: center;
  969. background-repeat: no-repeat;
  970. background-image : url(images/icon_tree_I.gif);
  971. }
  972. .clsTreeLineIconSpace
  973. {
  974. background-image : none;
  975. }
  976. img, span
  977. {
  978. margin:0px;
  979. padding:0px;
  980. }
  981. .clsTreeText
  982. {
  983. padding: 0px 1px 0px 3px;
  984. font-size: 8pt;
  985. vertical-align: middle;
  986. }
  987. .noLink
  988. {
  989. text-decoration: none;
  990. color: #000000;
  991. font-weight: normal;
  992. }
  993. .clsErrorRequired
  994. {
  995. margin-right: 2px;
  996. }
  997. /* tree toggle */
  998. .clsPromptComponent .dijitTreeExpando {
  999. width:19px;
  1000. height:20px;
  1001. cursor: pointer;
  1002. vertical-align: middle;
  1003. }
  1004. .clsPrompt_a11y .dijitTreeExpando {
  1005. display: none !important;
  1006. }
  1007. .clsPromptComponent .dijitTreeExpandoClosed {
  1008. background-image:url(images/icon_tree_Lplus.gif);
  1009. }
  1010. .clsPromptComponent .dijitTreeExpandoOpened {
  1011. background-image:url(images/icon_tree_Lminus.gif);
  1012. }
  1013. .clsPromptComponent .dijitTreeExpandoClosedRTL {
  1014. background-image:url(images/icon_tree_Lplus_rtl.gif);
  1015. }
  1016. .clsPromptComponent .dijitTreeExpandoOpenedRTL {
  1017. background-image:url(images/icon_tree_Lminus_rtl.gif);
  1018. }
  1019. .clsPromptComponent .dijitTreeExpandoNone {
  1020. width:16px;
  1021. height:16px;
  1022. background-image:url(images/spacer.png);
  1023. }
  1024. .clsPromptComponent .dijitExpandoText {
  1025. display: none;
  1026. }
  1027. .clsPrompt_a11y .dijitExpandoText {
  1028. border-style: solid;
  1029. border-width: thin;
  1030. cursor: pointer;
  1031. display: inline;
  1032. font-family: monospace;
  1033. padding-left: 5px;
  1034. padding-right: 5px;
  1035. }
  1036. /* Color Picker Styles */
  1037. .clsCPCell
  1038. {
  1039. border:1px solid #cccccc;
  1040. width:15px;
  1041. height:15px;
  1042. text-align: center;
  1043. cursor: pointer;
  1044. cursor: hand;
  1045. }
  1046. .clsCPCell_hover
  1047. {
  1048. border:1px solid #336699;
  1049. width:15px;
  1050. height:15px;
  1051. text-align: center;
  1052. cursor: pointer;
  1053. cursor: hand;
  1054. }
  1055. .clsCPCell_active
  1056. {
  1057. border:1px solid #336699;
  1058. width:15px;
  1059. height:15px;
  1060. text-align: center;
  1061. }
  1062. .clsCPCellLabel
  1063. {
  1064. padding-left: 10px;
  1065. padding-right:40px;
  1066. padding-top: 5px;
  1067. padding-bottom: 5px;
  1068. }
  1069. .clsCPCustomTB
  1070. {
  1071. padding-left: 5px;
  1072. padding-right:5px;
  1073. }
  1074. .clsCPPreview
  1075. {
  1076. height:177px;
  1077. width:240px;
  1078. background-color : #e3e3e3;
  1079. border : 1px solid;
  1080. border-color : #cccccc;
  1081. }
  1082. .clsCPPreviewSwatch
  1083. {
  1084. height:110px;
  1085. width:145px;
  1086. cursor: pointer;
  1087. cursor: hand;
  1088. }
  1089. .clsCPButton
  1090. {
  1091. height:22px;
  1092. width:29px;
  1093. background-color: #ffffff;
  1094. border : 1px solid #ffffff;
  1095. margin-right:3px;
  1096. cursor: pointer;
  1097. cursor: hand;
  1098. }
  1099. .clsCPButtonOver
  1100. {
  1101. height:22px;
  1102. width:29px;
  1103. background-color: #cccce3;
  1104. border: 1px solid #666699;
  1105. margin-right:3px;
  1106. cursor: pointer;
  1107. cursor: hand;
  1108. }
  1109. .clsCPLink
  1110. {
  1111. text-decoration:underline;
  1112. font-size: 8pt;
  1113. color: #336699;
  1114. cursor: pointer;
  1115. cursor: hand;
  1116. }
  1117. .clsCPMenuContainer
  1118. {
  1119. background-color: #ffffff;
  1120. border: 1px solid #336699;
  1121. }
  1122. .clsCPCaptionBar
  1123. {
  1124. padding: 3px;
  1125. background-color:#E8ECF4;
  1126. }
  1127. .clsCPPalette
  1128. {
  1129. padding: 3px;
  1130. }
  1131. .clsCPItem
  1132. {
  1133. border: 1px solid #FFFFFF;
  1134. padding: 1px;
  1135. }
  1136. .clsCPItem_hover
  1137. {
  1138. border: 1px solid #336699;
  1139. background-color: #cccce3;
  1140. padding: 1px;
  1141. }
  1142. .clsCPItem_active
  1143. {
  1144. border: 1px solid #336699;
  1145. background-color: #E3E9F3;
  1146. padding: 1px;
  1147. }
  1148. /* Alignment Picker Styles */
  1149. .clsAPButtonNormal
  1150. {
  1151. border : 1px solid #cccccc;
  1152. background-color: #ffffff;
  1153. padding: 2px;
  1154. }
  1155. .clsAPButtonOver
  1156. {
  1157. border : 1px solid #cccccc;
  1158. background-color: #cccce3;
  1159. cursor: pointer;
  1160. cursor: hand;
  1161. padding: 2px;
  1162. }
  1163. .clsAPButtonPressed
  1164. {
  1165. border : 1px solid #336699;
  1166. background-color: #E3E9F3;
  1167. padding: 2px;
  1168. }
  1169. .clsAPButtonOverPressed
  1170. {
  1171. border : 1px solid #336699;
  1172. background-color: #E3E9F3;
  1173. padding: 2px;
  1174. }
  1175. .clsAPContainer
  1176. {
  1177. background-color: #ffffff;
  1178. border: 1px solid #336699;
  1179. }
  1180. .clsParentDetail
  1181. {
  1182. display: none;
  1183. }
  1184. /* expand/collapse icons */
  1185. .clsExpandCollapseHover
  1186. {
  1187. cursor: pointer;
  1188. cursor: hand;
  1189. }
  1190. .clsPromptDialog
  1191. {
  1192. border: 1px solid black;
  1193. background-color: #ffffff;
  1194. position: absolute;
  1195. padding: 2px;
  1196. top: 10%;
  1197. left: 10%;
  1198. width: 80%;
  1199. height: 80%;
  1200. z-index: 50;
  1201. }
  1202. /*
  1203. The following classes are required to fix Firefox's issues with display:inline on block elements.
  1204. */
  1205. .clsPromptComponent, .clsDisplayInline, .clsFieldSet
  1206. {
  1207. display: -moz-inline-grid;
  1208. }
  1209. *>.clsPromptComponent
  1210. {
  1211. /* 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.*/
  1212. display: inline-table;
  1213. }
  1214. .clsPromptComponent[pt="btn"]
  1215. {
  1216. display: -moz-inline-box;
  1217. width: auto;
  1218. }
  1219. /*
  1220. 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.
  1221. */
  1222. .clsTextIconAlignFix
  1223. {
  1224. vertical-align:middle;
  1225. }
  1226. .clsHTML5Input
  1227. {
  1228. width:auto;
  1229. }