promptCommon.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401
  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: #336699;
  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: #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 #336699;
  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: #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. 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 .clsPromptComponent .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: #336699;
  403. color: #FFFFFF;
  404. font-weight: bold;
  405. }
  406. .clsSelectDateMonths
  407. {
  408. color: #336699;
  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:#336699;
  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: 150px;
  530. }
  531. .clsSelectTimeEditBox
  532. {
  533. margin-right: 5px;
  534. }
  535. /* selectTime control RTL */
  536. .clsSelectTimeEditBoxRTL
  537. {
  538. margin-left: 5px;
  539. }
  540. .clsSelectTime
  541. {
  542. margin-left: 2px;
  543. top:0px;
  544. left:0px;
  545. }
  546. .clsClockPosition
  547. {
  548. }
  549. .clsSelectTimeControl, .clsSelectTimeControlParseError
  550. {
  551. text-align:center;
  552. padding:0px;
  553. margin:0px;
  554. border:none;
  555. border-bottom-width: 2px;
  556. width:2em;
  557. }
  558. .clsSelectTimeControl
  559. {
  560. border-bottom-color: #FFFFFF;
  561. border-bottom-style: solid;
  562. }
  563. .clsSelectTimeControlParseError
  564. {
  565. border-bottom-color: #FF6600;
  566. border-bottom-style: dashed;
  567. }
  568. .clsColon
  569. {
  570. vertical-align:absmiddle;
  571. background-color: #ffffff;
  572. margin:0px;
  573. border:0px;
  574. padding:0px;
  575. }
  576. .clsClock
  577. {
  578. margin:0px;
  579. height: 200px;
  580. width: 140px;
  581. background-color: #ffffff;
  582. position:relative;
  583. }
  584. .clsClockBlock
  585. {
  586. border: solid 1px #999999;
  587. background-color: #ffffff;
  588. margin-bottom:10px;
  589. width: 100%;
  590. text-align: center;
  591. position:relative;
  592. }
  593. .clsClockDigits
  594. {
  595. position:absolute;
  596. top:0px;
  597. left:0px;
  598. font-size:10px;
  599. color:#333333;
  600. text-align:center;
  601. }
  602. .clsClockDisabled, .clsDisabled
  603. {
  604. filter: alpha(opacity=75);
  605. -moz-opacity: 0.70;
  606. }
  607. *>.clsDisabled
  608. {
  609. height: auto;
  610. }
  611. .clsDisabled
  612. {
  613. cursor: default;
  614. }
  615. /* minutes */
  616. .clsMinuteHand
  617. {
  618. position:absolute;
  619. width:2px;
  620. height:2px;
  621. font-size:2px;
  622. background: #000000;
  623. }
  624. /* hours */
  625. .clsHourHand
  626. {
  627. position:absolute;
  628. width:2px;
  629. height:2px;
  630. font-size:2px;
  631. background: #000000;
  632. }
  633. /* seconds */
  634. .clsSecondHand
  635. {
  636. position:absolute;
  637. width:2px;
  638. height:2px;
  639. font-size:2px;
  640. background: #336699;
  641. }
  642. .clsDivClock
  643. {
  644. position:absolute;
  645. top:0px;
  646. left:0px
  647. }
  648. .clsDivRelative
  649. {
  650. position:relative;
  651. }
  652. /* selectDateTime control */
  653. .clsBoundingBox
  654. {
  655. background-color:#E3E3E3;
  656. margin:5px;
  657. }
  658. /* interval control styles */
  659. .clsIntervalWidget
  660. {
  661. margin-top: 5px;
  662. margin-left: 0px;
  663. margin-right: 3px;
  664. }
  665. .clsIntervalWidgetParseError
  666. {
  667. margin-top: 5px;
  668. margin-left: 0px;
  669. margin-right: 3px;
  670. border-bottom-color: #FF6600;
  671. border-bottom-style: dashed;
  672. }
  673. /* selectWithSearch Prompt control styles */
  674. .clsSwsEditBox
  675. {
  676. margin-right: 5px;
  677. }
  678. .clsSwsSearchButton
  679. {
  680. padding:20px;
  681. margin-left: 5px;
  682. margin-right: 5px;
  683. color: #000000;
  684. }
  685. .clsSwsOptions
  686. {
  687. margin-top: 5px;
  688. color: #000000;
  689. font-size: 10pt;
  690. }
  691. .clsSwsResultsHeader, .clsSwsChoicesHeader
  692. {
  693. color: #336699;
  694. font-size: 10pt;
  695. }
  696. .clsSwsResultsListbox
  697. {
  698. margin-top:0px;
  699. margin-left:5px;
  700. margin-right:5px;
  701. margin-bottom:5px;
  702. }
  703. .clsSwsChoicesListbox
  704. {
  705. margin-top:0px;
  706. margin-left:5px;
  707. margin-right:5px;
  708. margin-bottom:5px;
  709. }
  710. .clsOptions
  711. {
  712. cursor: pointer;
  713. cursor: hand;
  714. vertical-align:bottom;
  715. width:240px;
  716. padding: 0px;
  717. }
  718. .clsSearchOptionsExpand, .clsSearchOptionsCollapse {
  719. height:10px;
  720. width:10px;
  721. }
  722. .clsSearchOptionsExpand {
  723. background-image : url(images/prompt_option_expand.gif);
  724. }
  725. .clsSearchOptionsCollapse {
  726. background-image : url(images/prompt_option_collapse.gif);
  727. }
  728. /* Default Prompt Page Dialog Styles */
  729. .clsDialogTitle
  730. {
  731. font-size: 10.5pt;
  732. font-weight: bold;
  733. color: #003399;
  734. }
  735. .clsDialogHeaderBorder
  736. {
  737. background-color: #336699;
  738. }
  739. .clsDialogIntroduction
  740. {
  741. font-size: 8pt;
  742. color: #003399;
  743. }
  744. .clsDialogSeperator
  745. {
  746. background-color: #999999;
  747. }
  748. .clsDialogFooterButtons
  749. {
  750. background-color: #999999;
  751. }
  752. .clsFormLabel
  753. {
  754. font-size: 8pt;
  755. font-weight: bold;
  756. color: #336699;
  757. }
  758. .clsButton
  759. {
  760. font-size: 8pt;
  761. color: #000000;
  762. text-decoration : none;
  763. cursor: pointer;
  764. cursor:hand;
  765. width: 100%;
  766. height: 18px;
  767. padding-top : 2px;
  768. }
  769. .clsButton:hover
  770. {
  771. background-color: #CCCCE3;
  772. }
  773. /* prompt button styles */
  774. .clsPromptButton, .clsPromptButtonOver, .clsPromptButton[disabled]
  775. {
  776. font-size: 10.5pt;
  777. text-decoration : none;
  778. text-align: center;
  779. width: auto;
  780. height:26px;
  781. padding-top: 2px;
  782. padding-bottom: 2px;
  783. margin-right: 7px;
  784. white-space:nowrap;
  785. }
  786. .clsPromptButton
  787. {
  788. color: #000000;
  789. background-color: #FFFFFF;
  790. border: solid 1px #989898;
  791. cursor: pointer;
  792. }
  793. .clsPromptButtonOver
  794. {
  795. color: #000000;
  796. background-color: #E3E9F3;
  797. border: solid 1px #999999;
  798. cursor: pointer;
  799. }
  800. .clsPromptButton[disabled]
  801. {
  802. color: #777777;
  803. background-color: #FFFFFF;
  804. border: solid 1px #CCCCCC;
  805. cursor: not-allowed;
  806. }
  807. /* styles for the table look, used with pager controls */
  808. .clsTableHeader
  809. {
  810. background-color: #E7E7E7;
  811. }
  812. .clsTableLink
  813. {
  814. font-size: 8pt;
  815. color: #336699;
  816. text-decoration : underline;
  817. }
  818. .clsTableText
  819. {
  820. font-size: 8pt;
  821. color: #336699;
  822. }
  823. .clsTableItemCount
  824. {
  825. font-size: 8pt;
  826. font-weight: normal;
  827. color: #000000;
  828. }
  829. .clsTableSortTitle
  830. {
  831. text-decoration : none;
  832. font-weight: bold;
  833. color: #336699;
  834. }
  835. .clsTableTitle
  836. {
  837. font-size: 8pt;
  838. font-weight: bold;
  839. color: #336699;
  840. }
  841. .clsTableOutline
  842. {
  843. background-color: #000000;
  844. }
  845. .clsTableBody
  846. {
  847. background-color: #ffffff;
  848. }
  849. .clsTableOutlineIE
  850. {
  851. border : 1px solid;
  852. border-color : #000000 #9C9C9C #9C9C9C #000000;
  853. }
  854. .clsTableOutline1
  855. {
  856. background-color: #000000;
  857. }
  858. .clsTableOutline2
  859. {
  860. background-color: #9C9C9C;
  861. }
  862. .clsTableOutline3
  863. {
  864. background-color: #9C9C9C;
  865. }
  866. /* Tree Prompt Styles*/
  867. .clsTreePane
  868. {
  869. height: 400px;
  870. width: 300px;
  871. overflow: auto;
  872. border:solid #330000 1px;
  873. padding:5px;
  874. }
  875. .clsTreeNode_unselected
  876. {
  877. cursor: pointer;
  878. cursor: hand;
  879. margin: 0px;
  880. padding: 0px;
  881. background-color: #FFFFFF;
  882. color: #000000;
  883. vertical-align: middle;
  884. border: 0 none;
  885. }
  886. .clsTreeNode_partial
  887. {
  888. cursor: pointer;
  889. cursor: hand;
  890. /* background-color: #e8ecf4; New Bering Color */
  891. background-color: #E7E7E7;
  892. margin: 0px;
  893. padding: 0px;
  894. color: #000000;
  895. vertical-align: middle;
  896. }
  897. .clsTreeNode_selected
  898. {
  899. cursor: pointer;
  900. cursor: hand;
  901. margin: 0px;
  902. padding: 0px;
  903. /* background-color: #000000; New Bering Color */
  904. background-color: #CCCCE3;
  905. /* color: #ffffff; New Bering Color */
  906. color: #000000;
  907. vertical-align: middle;
  908. }
  909. .clsTreeNode_hover
  910. {
  911. cursor: pointer;
  912. cursor: hand;
  913. margin: 0px;
  914. padding: 0px;
  915. color: #000000;
  916. background-color: #bec8dc;
  917. vertical-align: middle;
  918. }
  919. .clsPrompt_a11y .clsTreeNode_hover {
  920. border-style: dotted;
  921. border-width: thin;
  922. }
  923. .clsTreeLevel
  924. {
  925. margin:0px;
  926. padding:0px;
  927. vertical-align: middle;
  928. }
  929. .clsPrompt_a11y .clsTreeLevel {
  930. margin:2px;
  931. }
  932. .clsTreeLabel
  933. {
  934. cursor: pointer;
  935. cursor: hand;
  936. }
  937. .clsTreeLineIcon
  938. {
  939. width:19px;
  940. height:20px;
  941. vertical-align: middle;
  942. background-position: center;
  943. background-repeat: no-repeat;
  944. background-image : url(images/icon_tree_I.gif);
  945. }
  946. .clsTreeLineIconSpace
  947. {
  948. background-image : none;
  949. }
  950. img, span
  951. {
  952. margin:0px;
  953. padding:0px;
  954. }
  955. .clsTreeText
  956. {
  957. padding: 0px 1px 0px 3px;
  958. font-size: 8pt;
  959. vertical-align: middle;
  960. }
  961. .noLink
  962. {
  963. text-decoration: none;
  964. color: #000000;
  965. font-weight: normal;
  966. }
  967. .clsErrorRequired
  968. {
  969. margin-right: 2px;
  970. }
  971. /* tree toggle */
  972. .clsPromptComponent .dijitTreeExpando {
  973. width:19px;
  974. height:20px;
  975. cursor: pointer;
  976. vertical-align: middle;
  977. }
  978. .clsPrompt_a11y .dijitTreeExpando {
  979. display: none !important;
  980. }
  981. .clsPromptComponent .dijitTreeExpandoClosed {
  982. background-image:url(images/icon_tree_Lplus.gif);
  983. }
  984. .clsPromptComponent .dijitTreeExpandoOpened {
  985. background-image:url(images/icon_tree_Lminus.gif);
  986. }
  987. .clsPromptComponent .dijitTreeExpandoClosedRTL {
  988. background-image:url(images/icon_tree_Lplus_rtl.gif);
  989. }
  990. .clsPromptComponent .dijitTreeExpandoOpenedRTL {
  991. background-image:url(images/icon_tree_Lminus_rtl.gif);
  992. }
  993. .clsPromptComponent .dijitTreeExpandoNone {
  994. width:16px;
  995. height:16px;
  996. background-image:url(images/spacer.png);
  997. }
  998. .clsPromptComponent .dijitExpandoText {
  999. display: none;
  1000. }
  1001. .clsPrompt_a11y .dijitExpandoText {
  1002. border-style: solid;
  1003. border-width: thin;
  1004. cursor: pointer;
  1005. display: inline;
  1006. font-family: monospace;
  1007. padding-left: 5px;
  1008. padding-right: 5px;
  1009. }
  1010. .clsTreeCheckboxPartial {
  1011. background-image : url(images/checkbox_mixed.gif);
  1012. /* background-image : url(images/checkboxRadioButtonStates.png);
  1013. background-position: -60px; */
  1014. }
  1015. /* Color Picker Styles */
  1016. .clsCPCell
  1017. {
  1018. border:1px solid #cccccc;
  1019. width:15px;
  1020. height:15px;
  1021. text-align: center;
  1022. cursor: pointer;
  1023. cursor: hand;
  1024. }
  1025. .clsCPCell_hover
  1026. {
  1027. border:1px solid #336699;
  1028. width:15px;
  1029. height:15px;
  1030. text-align: center;
  1031. cursor: pointer;
  1032. cursor: hand;
  1033. }
  1034. .clsCPCell_active
  1035. {
  1036. border:1px solid #336699;
  1037. width:15px;
  1038. height:15px;
  1039. text-align: center;
  1040. }
  1041. .clsCPCellLabel
  1042. {
  1043. padding-left: 10px;
  1044. padding-right:40px;
  1045. padding-top: 5px;
  1046. padding-bottom: 5px;
  1047. }
  1048. .clsCPCustomTB
  1049. {
  1050. padding-left: 5px;
  1051. padding-right:5px;
  1052. }
  1053. .clsCPPreview
  1054. {
  1055. height:177px;
  1056. width:240px;
  1057. background-color : #e3e3e3;
  1058. border : 1px solid;
  1059. border-color : #cccccc;
  1060. }
  1061. .clsCPPreviewSwatch
  1062. {
  1063. height:110px;
  1064. width:145px;
  1065. cursor: pointer;
  1066. cursor: hand;
  1067. }
  1068. .clsCPButton
  1069. {
  1070. height:22px;
  1071. width:29px;
  1072. background-color: #ffffff;
  1073. border : 1px solid #ffffff;
  1074. margin-right:3px;
  1075. cursor: pointer;
  1076. cursor: hand;
  1077. }
  1078. .clsCPButtonOver
  1079. {
  1080. height:22px;
  1081. width:29px;
  1082. background-color: #cccce3;
  1083. border: 1px solid #666699;
  1084. margin-right:3px;
  1085. cursor: pointer;
  1086. cursor: hand;
  1087. }
  1088. .clsCPLink
  1089. {
  1090. text-decoration:underline;
  1091. font-size: 8pt;
  1092. color: #336699;
  1093. cursor: pointer;
  1094. cursor: hand;
  1095. }
  1096. .clsCPMenuContainer
  1097. {
  1098. background-color: #ffffff;
  1099. border: 1px solid #336699;
  1100. }
  1101. .clsCPCaptionBar
  1102. {
  1103. padding: 3px;
  1104. background-color:#E8ECF4;
  1105. }
  1106. .clsCPPalette
  1107. {
  1108. padding: 3px;
  1109. }
  1110. .clsCPItem
  1111. {
  1112. border: 1px solid #FFFFFF;
  1113. padding: 1px;
  1114. }
  1115. .clsCPItem_hover
  1116. {
  1117. border: 1px solid #336699;
  1118. background-color: #bec8dc;
  1119. padding: 1px;
  1120. }
  1121. .clsCPItem_active
  1122. {
  1123. border: 1px solid #336699;
  1124. background-color: #E3E9F3;
  1125. padding: 1px;
  1126. }
  1127. /* Alignment Picker Styles */
  1128. .clsAPButtonNormal
  1129. {
  1130. border : 1px solid #cccccc;
  1131. background-color: #ffffff;
  1132. padding: 2px;
  1133. }
  1134. .clsAPButtonOver
  1135. {
  1136. border : 1px solid #cccccc;
  1137. background-color: #bec8dc;
  1138. cursor: pointer;
  1139. cursor: hand;
  1140. padding: 2px;
  1141. }
  1142. .clsAPButtonPressed
  1143. {
  1144. border : 1px solid #336699;
  1145. background-color: #E3E9F3;
  1146. padding: 2px;
  1147. }
  1148. .clsAPButtonOverPressed
  1149. {
  1150. border : 1px solid #336699;
  1151. background-color: #E3E9F3;
  1152. padding: 2px;
  1153. }
  1154. .clsAPContainer
  1155. {
  1156. background-color: #ffffff;
  1157. border: 1px solid #336699;
  1158. }
  1159. .clsParentDetail
  1160. {
  1161. display: none;
  1162. }
  1163. /* expand/collapse icons */
  1164. .clsExpandCollapseHover
  1165. {
  1166. cursor: pointer;
  1167. cursor: hand;
  1168. }
  1169. .clsPromptDialog
  1170. {
  1171. border: 1px solid black;
  1172. background-color: #ffffff;
  1173. position: absolute;
  1174. padding: 2px;
  1175. top: 10%;
  1176. left: 10%;
  1177. width: 80%;
  1178. height: 80%;
  1179. z-index: 50;
  1180. }
  1181. /*
  1182. The following classes are required to fix Firefox's issues with display:inline on block elements.
  1183. */
  1184. .clsPromptComponent, .clsDisplayInline, .clsFieldSet
  1185. {
  1186. display: -moz-inline-grid;
  1187. }
  1188. *>.clsPromptComponent
  1189. {
  1190. /* 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.*/
  1191. display: inline-table;
  1192. }
  1193. .clsPromptComponent[pt="btn"]
  1194. {
  1195. display: -moz-inline-box;
  1196. width: auto;
  1197. }
  1198. /*
  1199. 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.
  1200. */
  1201. .clsTextIconAlignFix
  1202. {
  1203. vertical-align:middle;
  1204. }
  1205. .clsHTML5Input
  1206. {
  1207. width:auto;
  1208. }