promptCommon.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424
  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. margin: 0;
  338. opacity : 1;
  339. filter: none;
  340. width: auto;
  341. height: auto;
  342. }
  343. .clsPromptComponent .dijitCheckBox {
  344. background-image : url(images/checkbox_unchecked.gif);
  345. }
  346. .clsPromptComponent .dijitCheckBoxChecked {
  347. background-image : url(images/checkbox_checked.gif);
  348. }
  349. .clsPromptComponent .dijitCheckBoxMixed {
  350. background-image : url(images/checkbox_mixed.gif);
  351. }
  352. .clsCheckBoxRow input
  353. {
  354. vertical-align: middle;
  355. }
  356. /*
  357. In Firefox, it looks better with 'bottom'.
  358. We are using a selector that IE do not understand to make it specific to Firefox.
  359. */
  360. .clsCheckBoxRow> input
  361. {
  362. vertical-align: bottom;
  363. }
  364. .clsPromptComponent .dijitInline {
  365. display: inline;
  366. }
  367. .icdUI .dijitInline {
  368. display: inline-block;
  369. }
  370. /* select date styles */
  371. .clsSelectDateCalendar
  372. {
  373. border: 1px solid #999999;
  374. color: #000000;
  375. padding: 3px;
  376. margin-right: 5px;
  377. text-align: center;
  378. vertical-align:top;
  379. background-color: #FFFFFF;
  380. height: 240px;
  381. overflow: visible;
  382. width: 200px;
  383. }
  384. .clsSelectDateCalendarDialog
  385. {
  386. border: 1px solid #999999;
  387. background-color: #FFFFFF;
  388. color: #000000;
  389. padding: 3px;
  390. text-align: center;
  391. vertical-align:top;
  392. overflow: visible;
  393. width:200px;
  394. }
  395. .clsSelectDateDialogTopTable
  396. {
  397. border-collapse: separate;
  398. }
  399. .clsSelectDateYears
  400. {
  401. text-align: center;
  402. background-color: #003399;
  403. color: #FFFFFF;
  404. font-weight: bold;
  405. }
  406. .clsSelectDateMonths
  407. {
  408. color: #003399;
  409. font-size: 8pt;
  410. text-decoration: underline;
  411. margin-top: 3px;
  412. text-align: center;
  413. vertical-align: bottom;
  414. cursor: pointer;
  415. font-weight: normal;
  416. }
  417. .clsSelectDateMonthsSelected
  418. {
  419. background-color: #E3E9F3;
  420. color: #003399;
  421. font-size: 8pt;
  422. text-decoration: underline;
  423. margin-top: 3px;
  424. text-align: center;
  425. vertical-align: bottom;
  426. cursor: pointer;
  427. font-weight: bold;
  428. }
  429. .clsSelectDateMonthsDisabled
  430. {
  431. color: #000000;
  432. font-size: 8pt;
  433. text-decoration: none;
  434. margin-top: 3px;
  435. text-align: center;
  436. vertical-align: bottom;
  437. cursor: default;
  438. font-weight: normal;
  439. }
  440. .clsSelectDateDaysOfWeek
  441. {
  442. background-color: #E3E3E3;
  443. font-size: 9pt;
  444. padding: 3px;
  445. color: #000000;
  446. text-decoration: none;
  447. text-align: center;
  448. white-space:nowrap;
  449. }
  450. .clsSelectDateDays
  451. {
  452. color: #003399;
  453. text-decoration: underline;
  454. text-align: center;
  455. font-size: 10pt;
  456. padding: 3px;
  457. cursor: pointer;
  458. cursor: hand;
  459. font-weight: normal;
  460. background-color: #FFFFFF;
  461. }
  462. .clsSelectDateDaysSelected
  463. {
  464. color: #003399;
  465. text-decoration: none;
  466. text-align: center;
  467. font-size: 10pt;
  468. padding: 3px;
  469. cursor: pointer;
  470. cursor: hand;
  471. font-weight: bold;
  472. background-color: #CCCCE3;
  473. }
  474. .clsSelectDateDaysDisabled
  475. {
  476. color: #000000;
  477. text-decoration: none;
  478. text-align: center;
  479. font-size: 10pt;
  480. padding: 3px;
  481. cursor: default;
  482. font-weight: normal;
  483. background-color: #FFFFFF;
  484. }
  485. .clsSelectDateEditBox
  486. {
  487. padding:0px;
  488. padding-left: 5px;
  489. margin-top: 0px;
  490. margin-left: 2px;
  491. margin-right: 5px;
  492. width: auto;
  493. min-width: 140px;
  494. }
  495. .clsSelectDateEditBoxParseError
  496. {
  497. padding:0px;
  498. padding-left: 5px;
  499. margin-top: 0px;
  500. margin-left: 2px;
  501. margin-right: 5px;
  502. border-bottom-color: #FF6600;
  503. border-bottom-style: dashed;
  504. width: auto;
  505. min-width: 140px;
  506. }
  507. .clsSelectDateYearEditBox
  508. {
  509. text-align: center;
  510. font-weight: bold;
  511. }
  512. .clsSelectDateYearEditBoxParseError
  513. {
  514. text-align: center;
  515. border-bottom-color: #FF6600;
  516. border-bottom-style: dashed;
  517. font-weight: bold;
  518. }
  519. /* selectTime control */
  520. .clsSelectTimeEditBox, .clsSelectTimeEditBoxRTL
  521. {
  522. border: 2px inset threedhighlight;
  523. margin:0px;
  524. padding:0px;
  525. overflow: visible;
  526. overflow-x:visible;
  527. background-color:#FFFFFF;
  528. width: auto;
  529. min-width: 140px;
  530. }
  531. .clsSelectTimeEditBox
  532. {
  533. margin-right: 5px;
  534. }
  535. /* selectTime control RTL */
  536. .clsSelectTimeEditBoxRTL
  537. {
  538. margin-left: 5px;
  539. }
  540. /* selectTime control with Milliseconds */
  541. .clsSelectTimeEditBoxExtend, .clsSelectTimeEditBoxExtendRTL
  542. {
  543. border: 2px inset threedhighlight;
  544. margin:0px;
  545. padding:0px;
  546. overflow: visible;
  547. overflow-x:visible;
  548. background-color:#FFFFFF;
  549. width:195px;
  550. }
  551. .clsSelectTimeEditBoxExtend
  552. {
  553. margin-right: 5px;
  554. }
  555. /* selectTime control RTL with Milliseconds */
  556. .clsSelectTimeEditBoxExtendRTL
  557. {
  558. margin-left: 5px;
  559. }
  560. .clsSelectTime
  561. {
  562. margin-left: 2px;
  563. top:0px;
  564. left:0px;
  565. }
  566. .clsClockPosition
  567. {
  568. }
  569. .clsSelectTimeControl, .clsSelectTimeControlParseError
  570. {
  571. text-align:center;
  572. padding:0px;
  573. margin:0px;
  574. border:none;
  575. border-bottom-width: 2px;
  576. width:2em;
  577. }
  578. .clsSelectTimeControl
  579. {
  580. border-bottom-color: #FFFFFF;
  581. border-bottom-style: solid;
  582. }
  583. .clsSelectTimeControlParseError
  584. {
  585. border-bottom-color: #FF6600;
  586. border-bottom-style: dashed;
  587. }
  588. .clsColon
  589. {
  590. vertical-align:absmiddle;
  591. background-color: #ffffff;
  592. margin:0px;
  593. border:0px;
  594. padding:0px;
  595. }
  596. .clsClock
  597. {
  598. margin:0px;
  599. height: 200px;
  600. width: 140px;
  601. background-color: #ffffff;
  602. position:relative;
  603. }
  604. .clsClockBlock
  605. {
  606. border: solid 1px #999999;
  607. background-color: #ffffff;
  608. margin-bottom:10px;
  609. width: 100%;
  610. text-align: center;
  611. position:relative;
  612. }
  613. .clsClockDigits
  614. {
  615. position:absolute;
  616. top:0px;
  617. left:0px;
  618. font-size:10px;
  619. color:#333333;
  620. text-align:center;
  621. }
  622. .clsClockDisabled, .clsDisabled
  623. {
  624. filter: alpha(opacity=75);
  625. -moz-opacity: 0.70;
  626. }
  627. *>.clsDisabled
  628. {
  629. height: auto;
  630. }
  631. .clsDisabled
  632. {
  633. cursor: default;
  634. }
  635. /* minutes */
  636. .clsMinuteHand
  637. {
  638. position:absolute;
  639. width:2px;
  640. height:2px;
  641. font-size:2px;
  642. background: #000000;
  643. }
  644. /* hours */
  645. .clsHourHand
  646. {
  647. position:absolute;
  648. width:2px;
  649. height:2px;
  650. font-size:2px;
  651. background: #000000;
  652. }
  653. /* seconds */
  654. .clsSecondHand
  655. {
  656. position:absolute;
  657. width:2px;
  658. height:2px;
  659. font-size:2px;
  660. background: #003399;
  661. }
  662. .clsDivClock
  663. {
  664. position:absolute;
  665. top:0px;
  666. left:0px
  667. }
  668. .clsDivRelative
  669. {
  670. position:relative;
  671. }
  672. /* selectDateTime control */
  673. .clsBoundingBox
  674. {
  675. background-color:#E3E3E3;
  676. margin:5px;
  677. }
  678. /* interval control styles */
  679. .clsIntervalWidget
  680. {
  681. margin-top: 5px;
  682. margin-left: 0px;
  683. margin-right: 3px;
  684. }
  685. .clsIntervalWidgetParseError
  686. {
  687. margin-top: 5px;
  688. margin-left: 0px;
  689. margin-right: 3px;
  690. border-bottom-color: #FF6600;
  691. border-bottom-style: dashed;
  692. }
  693. /* selectWithSearch Prompt control styles */
  694. .clsSwsEditBox
  695. {
  696. margin-right: 5px;
  697. }
  698. .clsSwsSearchButton
  699. {
  700. padding:2px;
  701. margin-left: 5px;
  702. margin-right: 5px;
  703. color: #000000;
  704. }
  705. .clsSwsOptions
  706. {
  707. margin-top: 5px;
  708. color: #000000;
  709. font-size: 10pt;
  710. }
  711. .clsSwsResultsHeader, .clsSwsChoicesHeader
  712. {
  713. color: #003399;
  714. font-size: 10pt;
  715. }
  716. .clsSwsResultsListbox
  717. {
  718. margin-top:0px;
  719. margin-left:5px;
  720. margin-right:5px;
  721. margin-bottom:5px;
  722. }
  723. .clsSwsChoicesListbox
  724. {
  725. margin-top:0px;
  726. margin-left:5px;
  727. margin-right:5px;
  728. margin-bottom:5px;
  729. }
  730. .clsOptions
  731. {
  732. cursor: pointer;
  733. cursor: hand;
  734. vertical-align:bottom;
  735. width:240px;
  736. padding: 0px;
  737. }
  738. .clsSearchOptionsExpand, .clsSearchOptionsCollapse {
  739. height:10px;
  740. width:10px;
  741. }
  742. .clsSearchOptionsExpand {
  743. background-image : url(images/prompt_option_expand.gif);
  744. }
  745. .clsSearchOptionsCollapse {
  746. background-image : url(images/prompt_option_collapse.gif);
  747. }
  748. /* Default Prompt Page Dialog Styles */
  749. .clsDialogTitle
  750. {
  751. font-size: 10.5pt;
  752. font-weight: bold;
  753. color: #003399;
  754. }
  755. .clsDialogHeaderBorder
  756. {
  757. background-color: #003399;
  758. }
  759. .clsDialogIntroduction
  760. {
  761. font-size: 8pt;
  762. color: #003399;
  763. }
  764. .clsDialogSeperator
  765. {
  766. background-color: #999999;
  767. }
  768. .clsDialogFooterButtons
  769. {
  770. background-color: #999999;
  771. }
  772. .clsFormLabel
  773. {
  774. font-size: 8pt;
  775. font-weight: bold;
  776. color: #003399;
  777. }
  778. .clsButton
  779. {
  780. font-size: 8pt;
  781. color: #000000;
  782. text-decoration : none;
  783. cursor:hand;
  784. width: 100%;
  785. height: 18px;
  786. padding-top : 2px;
  787. }
  788. .clsButtonLeftRightPadding
  789. {
  790. padding-left: 10px;
  791. padding-right: 10px;
  792. }
  793. .clsButton:hover
  794. {
  795. background-color: #CCCCE3;
  796. }
  797. /* prompt button styles */
  798. .clsPromptButton, .clsPromptButtonOver, .clsPromptButton[disabled]
  799. {
  800. font-size: 10.5pt;
  801. text-decoration : none;
  802. text-align: center;
  803. width: auto;
  804. height:26px;
  805. padding-top: 2px;
  806. padding-bottom: 2px;
  807. margin-right: 7px;
  808. white-space:nowrap;
  809. }
  810. .clsPromptButton
  811. {
  812. color: #000000;
  813. background-color: #FFFFFF;
  814. border: solid 1px #989898;
  815. cursor: pointer;
  816. }
  817. .clsPromptButtonOver
  818. {
  819. color: #000000;
  820. background-color: #E3E9F3;
  821. border: solid 1px #999999;
  822. cursor: pointer;
  823. }
  824. .clsPromptButton[disabled]
  825. {
  826. color: #777777;
  827. background-color: #FFFFFF;
  828. border: solid 1px #CCCCCC;
  829. cursor: not-allowed;
  830. }
  831. /* styles for the table look, used with pager controls */
  832. .clsTableHeader
  833. {
  834. background-color: #E7E7E7;
  835. }
  836. .clsTableLink
  837. {
  838. font-size: 8pt;
  839. color: #003399;
  840. text-decoration : underline;
  841. }
  842. .clsTableText
  843. {
  844. font-size: 8pt;
  845. color: #003399;
  846. }
  847. .clsTableItemCount
  848. {
  849. font-size: 8pt;
  850. font-weight: normal;
  851. color: #000000;
  852. }
  853. .clsTableSortTitle
  854. {
  855. text-decoration : none;
  856. font-weight: bold;
  857. color: #003399;
  858. }
  859. .clsTableTitle
  860. {
  861. font-size: 8pt;
  862. font-weight: bold;
  863. color: #003399;
  864. }
  865. .clsTableOutline
  866. {
  867. background-color: #000000;
  868. }
  869. .clsTableBody
  870. {
  871. background-color: #ffffff;
  872. }
  873. .clsTableOutlineIE
  874. {
  875. border : 1px solid;
  876. border-color : #000000 #9C9C9C #9C9C9C #000000;
  877. }
  878. .clsTableOutline1
  879. {
  880. background-color: #000000;
  881. }
  882. .clsTableOutline2
  883. {
  884. background-color: #9C9C9C;
  885. }
  886. .clsTableOutline3
  887. {
  888. background-color: #9C9C9C;
  889. }
  890. /* Tree Prompt Styles*/
  891. .clsTreePane
  892. {
  893. height: 400px;
  894. width: 300px;
  895. overflow: auto;
  896. border:solid #330000 1px;
  897. padding:5px;
  898. }
  899. .clsTreeNode_unselected
  900. {
  901. cursor: pointer;
  902. cursor: hand;
  903. margin: 0px;
  904. padding: 0px;
  905. background-color: #FFFFFF;
  906. color: #000000;
  907. vertical-align: middle;
  908. border: 0 none;
  909. }
  910. .clsTreeNode_partial
  911. {
  912. cursor: pointer;
  913. cursor: hand;
  914. /* background-color: #e8ecf4; New Bering Color */
  915. background-color: #E7E7E7;
  916. margin: 0px;
  917. padding: 0px;
  918. color: #000000;
  919. vertical-align: middle;
  920. }
  921. .clsTreeNode_selected
  922. {
  923. cursor: pointer;
  924. cursor: hand;
  925. margin: 0px;
  926. padding: 0px;
  927. /* background-color: #000000; New Bering Color */
  928. background-color: #CCCCE3;
  929. /* color: #ffffff; New Bering Color */
  930. color: #000000;
  931. vertical-align: middle;
  932. }
  933. .clsTreeNode_hover
  934. {
  935. cursor: pointer;
  936. cursor: hand;
  937. margin: 0px;
  938. padding: 0px;
  939. color: #000000;
  940. background-color: #bec8dc;
  941. vertical-align: middle;
  942. }
  943. .clsPrompt_a11y .clsTreeNode_hover {
  944. border-style: dotted;
  945. border-width: thin;
  946. }
  947. .clsTreeLevel
  948. {
  949. margin:0px;
  950. padding:0px;
  951. vertical-align: middle;
  952. }
  953. .clsPrompt_a11y .clsTreeLevel {
  954. margin:2px;
  955. }
  956. .clsTreeLabel
  957. {
  958. cursor: pointer;
  959. cursor: hand;
  960. }
  961. .clsTreeLineIcon
  962. {
  963. width:19px;
  964. height:20px;
  965. vertical-align: middle;
  966. background-position: center;
  967. background-repeat: no-repeat;
  968. background-image : url(images/icon_tree_I.gif);
  969. }
  970. .clsTreeLineIconSpace
  971. {
  972. background-image : none;
  973. }
  974. img, span
  975. {
  976. margin:0px;
  977. padding:0px;
  978. }
  979. .clsTreeText
  980. {
  981. padding: 0px 1px 0px 3px;
  982. font-size: 8pt;
  983. vertical-align: middle;
  984. }
  985. .noLink
  986. {
  987. text-decoration: none;
  988. color: #000000;
  989. font-weight: bold;
  990. }
  991. .clsErrorRequired
  992. {
  993. margin-right: 2px;
  994. }
  995. /* tree toggle */
  996. .clsPromptComponent .dijitTreeExpando {
  997. width:19px;
  998. height:20px;
  999. cursor: pointer;
  1000. vertical-align: middle;
  1001. }
  1002. .clsPrompt_a11y .dijitTreeExpando {
  1003. display: none !important;
  1004. }
  1005. .clsPromptComponent .dijitTreeExpandoClosed {
  1006. background-image:url(images/icon_tree_Lplus.gif);
  1007. }
  1008. .clsPromptComponent .dijitTreeExpandoOpened {
  1009. background-image:url(images/icon_tree_Lminus.gif);
  1010. }
  1011. .clsPromptComponent .dijitTreeExpandoClosedRTL {
  1012. background-image:url(images/icon_tree_Lplus_rtl.gif);
  1013. }
  1014. .clsPromptComponent .dijitTreeExpandoOpenedRTL {
  1015. background-image:url(images/icon_tree_Lminus_rtl.gif);
  1016. }
  1017. .clsPromptComponent .dijitTreeExpandoNone {
  1018. width:16px;
  1019. height:16px;
  1020. background-image:url(images/spacer.png);
  1021. }
  1022. .clsPromptComponent .dijitExpandoText {
  1023. display: none;
  1024. }
  1025. .clsPrompt_a11y .dijitExpandoText {
  1026. border-style: solid;
  1027. border-width: thin;
  1028. cursor: pointer;
  1029. display: inline;
  1030. font-family: monospace;
  1031. padding-left: 5px;
  1032. padding-right: 5px;
  1033. }
  1034. /* Color Picker Styles */
  1035. .clsCPCell
  1036. {
  1037. border:1px solid #cccccc;
  1038. width:15px;
  1039. height:15px;
  1040. text-align: center;
  1041. cursor: pointer;
  1042. cursor: hand;
  1043. }
  1044. .clsCPCell_hover
  1045. {
  1046. border:1px solid #336699;
  1047. width:15px;
  1048. height:15px;
  1049. text-align: center;
  1050. cursor: pointer;
  1051. cursor: hand;
  1052. }
  1053. .clsCPCell_active
  1054. {
  1055. border:1px solid #336699;
  1056. width:15px;
  1057. height:15px;
  1058. text-align: center;
  1059. }
  1060. .clsCPCellLabel
  1061. {
  1062. padding-left: 10px;
  1063. padding-right:40px;
  1064. padding-top: 5px;
  1065. padding-bottom: 5px;
  1066. }
  1067. .clsCPCustomTB
  1068. {
  1069. padding-left: 5px;
  1070. padding-right:5px;
  1071. }
  1072. .clsCPPreview
  1073. {
  1074. height:177px;
  1075. width:240px;
  1076. background-color : #e3e3e3;
  1077. border : 1px solid;
  1078. border-color : #cccccc;
  1079. }
  1080. .clsCPPreviewSwatch
  1081. {
  1082. height:110px;
  1083. width:145px;
  1084. cursor: pointer;
  1085. cursor: hand;
  1086. }
  1087. .clsCPButton
  1088. {
  1089. height:22px;
  1090. width:29px;
  1091. background-color: #ffffff;
  1092. border : 1px solid #ffffff;
  1093. margin-right:3px;
  1094. cursor: pointer;
  1095. cursor: hand;
  1096. }
  1097. .clsCPButtonOver
  1098. {
  1099. height:22px;
  1100. width:29px;
  1101. background-color: #cccce3;
  1102. border: 1px solid #666699;
  1103. margin-right:3px;
  1104. cursor: pointer;
  1105. cursor: hand;
  1106. }
  1107. .clsCPLink
  1108. {
  1109. text-decoration:underline;
  1110. font-size: 8pt;
  1111. color: #336699;
  1112. cursor: pointer;
  1113. cursor: hand;
  1114. }
  1115. .clsCPMenuContainer
  1116. {
  1117. background-color: #ffffff;
  1118. border: 1px solid #336699;
  1119. }
  1120. .clsCPCaptionBar
  1121. {
  1122. padding: 3px;
  1123. background-color:#E8ECF4;
  1124. }
  1125. .clsCPPalette
  1126. {
  1127. padding: 3px;
  1128. }
  1129. .clsCPItem
  1130. {
  1131. border: 1px solid #FFFFFF;
  1132. padding: 1px;
  1133. }
  1134. .clsCPItem_hover
  1135. {
  1136. border: 1px solid #336699;
  1137. background-color: #bec8dc;
  1138. padding: 1px;
  1139. }
  1140. .clsCPItem_active
  1141. {
  1142. border: 1px solid #336699;
  1143. background-color: #E3E9F3;
  1144. padding: 1px;
  1145. }
  1146. /* Alignment Picker Styles */
  1147. .clsAPButtonNormal
  1148. {
  1149. border : 1px solid #cccccc;
  1150. background-color: #ffffff;
  1151. padding: 2px;
  1152. }
  1153. .clsAPButtonOver
  1154. {
  1155. border : 1px solid #cccccc;
  1156. background-color: #bec8dc;
  1157. cursor: pointer;
  1158. cursor: hand;
  1159. padding: 2px;
  1160. }
  1161. .clsAPButtonPressed
  1162. {
  1163. border : 1px solid #336699;
  1164. background-color: #E3E9F3;
  1165. padding: 2px;
  1166. }
  1167. .clsAPButtonOverPressed
  1168. {
  1169. border : 1px solid #336699;
  1170. background-color: #E3E9F3;
  1171. padding: 2px;
  1172. }
  1173. .clsAPContainer
  1174. {
  1175. background-color: #ffffff;
  1176. border: 1px solid #336699;
  1177. }
  1178. .clsParentDetail
  1179. {
  1180. display: none;
  1181. }
  1182. /* expand/collapse icons */
  1183. .clsExpandCollapseHover
  1184. {
  1185. cursor: pointer;
  1186. cursor: hand;
  1187. }
  1188. .clsPromptDialog
  1189. {
  1190. border: 1px solid black;
  1191. background-color: #ffffff;
  1192. position: absolute;
  1193. padding: 2px;
  1194. top: 10%;
  1195. left: 10%;
  1196. width: 80%;
  1197. height: 80%;
  1198. z-index: 50;
  1199. }
  1200. /*
  1201. The following classes are required to fix Firefox's issues with display:inline on block elements.
  1202. */
  1203. .clsPromptComponent, .clsDisplayInline, .clsFieldSet
  1204. {
  1205. display: -moz-inline-grid;
  1206. }
  1207. *>.clsPromptComponent
  1208. {
  1209. /* 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.*/
  1210. display: inline-table;
  1211. }
  1212. .clsPromptComponent[pt="btn"]
  1213. {
  1214. display: -moz-inline-box;
  1215. width: auto;
  1216. }
  1217. /*
  1218. 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.
  1219. */
  1220. .clsTextIconAlignFix
  1221. {
  1222. vertical-align:middle;
  1223. }
  1224. .clsHTML5Input
  1225. {
  1226. width:auto;
  1227. }