1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396 |
- @charset "UTF-8";
- /*
- *+-----------------------------------------------------------------------------------+
- *| Licensed Materials - Property of IBM
- *| BI and PM: prmt
- *| (C) Copyright IBM Corp. 2002, 2015
- *|
- *| US Government Users Restricted Rights - Use, duplication or
- *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- *|
- *+------------------------------------------------------------------------------------+
- */
- /*
- Prompt Control Styles
- This cascading stylesheet provides visual styles for the prompt user interface
- controls in IBM Cognos.
- */
- /* Common Prompt Styles */
- .clsPromptComponent
- {
- /* box type */
- display: inline;
- vertical-align: top;
- /* floating */
- clear: none;
- }
- /* used on block type containers
- to allow prompt controls to flow */
- .clsDisplayInline
- {
- display: inline;
- }
- .clsApplicationTitle
- {
- font-size: 80%;
- color: #000000;
- font-weight: bold;
- }
- .clsDocumentTitle
- {
- font-size: 80%;
- color: #000000;
- font-weight: normal;
- }
- .clsSecondaryTitle
- {
- font-size: 80%;
- color: #2c4f55;
- font-weight: bold;
- }
- .clsMenuTitle
- {
- font-size: 8pt;
- color: #2c4f55;
- font-weight: bold;
- }
- .clsLink
- {
- font-size: 8pt;
- color: #000000;
- font-weight: normal;
- }
- span.clsLink
- {
- cursor: default;
- }
- .clsHighLevelLink
- {
- font-size: 10.5pt;
- color: #000000;
- font-weight: normal;
- }
- .clsReadOnlyText
- {
- font-size: 8pt;
- color: #000000;
- font-weight: normal;
- }
- .clsControlLabel
- {
- font-size: 8pt;
- color: #6f8f7a;
- font-weight: bold;
- }
- .clsButtonText
- {
- font-size: 10.5pt;
- color: #000000;
- font-weight: normal;
- text-decoration: none;
- }
- .clsFieldSet
- {
- border:none;
- text-align:left;
- display:inline;
- vertical-align: top;
- padding-top:0px;
- }
- /*
- Do not merge the following class with a previous .clsFieldSet definition.
- ( IE will ignore the previous value for display, which we want to use as default. )
- */
- .clsFieldSet
- {
- display: -moz-inline-grid;
- }
- .clsDialogButton
- {
- height: 22px;
- border: 1px solid #999999;
- cursor: pointer;
- cursor: hand;
- }
- .clsDialogButton:hover
- {
- border: 1px solid #d9e8db;
- background-color: #cccce3;
- }
- .clsToolbarButton,.clsToolbarButton_hover,.clsToolbarButton_active
- {
- margin: 3px 0;
- padding: 2px;
- }
-
- .clsToolbarButton
- {
- border: 1px solid #cccccc;
- background-color: #ffffff;
- }
- .clsToolbarButton_hover
- {
- border: 1px solid #2c4f55;
- background-color: #d9e8db;
- }
- .clsToolbarButton_active
- {
- border: 1px solid #cccccc;
- background-color: #d9e8db;
- }
- .clsBottomBar
- {
- border-top: 1px solid #999999;
- margin: 0px;
- padding: 0px;
- padding-top: 5px;
- padding-bottom: 5px;
- text-align: right;
- }
- .clsBtnYearUp, .clsBtnYearDown {
- height: 15px;
- width: 15px;
- }
- .clsBtnYearUp {
- background-image : url(images/icon_year_up.gif);
- }
- .clsBtnYearDown {
- background-image : url(images/icon_year_down.gif);
- }
- .clsBtnTimeDown,.clsBtnTimeUp {
- width: 15px;
- height: 7px;
- }
- .clsBtnTimeDown {
- background-image : url(images/icon_time_down.gif);
- }
- .clsBtnTimeUp {
- background-image : url(images/icon_time_up.gif);
- }
- .clsInsertRemoveButton
- {
- color: #000000;
- text-decoration : none;
- text-align: center;
- padding:2px;
- width: 100%;
- overflow: visible;
- background-color: #FFFFFF;
- border: solid 1px #989898;
- white-space: nowrap;
- }
- .clsInsertRemoveButton[disabled]
- {
- color: #777777;
- text-decoration : none;
- text-align: center;
- padding:2px;
- width: 100%;
- overflow: visible;
- background-color: #FFFFFF;
- border: solid 1px #CCCCCC;
- white-space: nowrap;
- }
- .clsInsertRemoveButtonOver
- {
- color: #000000;
- background-color: #d9e8db;
- text-decoration : none;
- text-align: center;
- padding:2px;
- width: 100%;
- overflow: visible;
- border: solid 1px #999999;
- white-space: nowrap;
- }
- .clsInsertRemoveTable {
- width: 90px;
- min-width: 90px;
- }
- /* fix width for standard browsers, allow to stretch, so long custom labels are not truncated */
- html>body .clsInsertRemoveButton, html>body .clsInsertRemoveButton[disabled], html>body .clsInsertRemoveButtonOver
- {
- width: auto;
- min-width: 90px;
- }
- .clsChoicesHeader
- {
- color: #2c4f55;
- font-size: 10pt;
- }
- .clsChoicesListbox
- {
- margin-top:0px;
- }
- .clsFeedbackWidget
- {
- margin-top:0px;
- margin-bottom:0px;
- border-width: 0px;
- border-top-style: solid;
- border-color: #FFFFFF;
- border-top-color: none;
- padding-top:2px;
- }
- .clsFeedbackWidgetParseError
- {
- margin-top:0px;
- margin-bottom:0px;
- border-width: 2px;
- border-top-color: #FF6600;
- border-top-style: dashed;
- padding-top:0px;
- }
- .clsFeedbackWidgetParseErrorArrowLeft
- {
- margin: 0px;
- border-width: 2px;
- border-top-color: #FF6600;
- border-top-style: dashed;
- padding-top: 0px;
- }
- .clsFeedbackSpacer
- {
- width: 100%;
- min-width: 200px;
- }
- /* textBox Control */
- .clsTextWidget
- {
- }
- .clsTextWidgetParseError
- {
- border-bottom-width: 2px;
- border-bottom-color: #FF6600;
- border-bottom-style: dashed;
- }
- /* selectValue control: Radio Button, Check Box Styles */
- .clsCheckBoxList, .clsRadioGroupList
- {
- overflow: auto;
- border: 2px inset ThreeDHighlight;
- -moz-border-right-colors: ThreeDLightShadow ThreeDHighlight;
- -moz-border-bottom-colors: ThreeDLightShadow ThreeDHighlight;
- border-right-color: ThreeDLightShadow;
- border-bottom-color: ThreeDLightShadow;
- padding-left:5px;
- padding-right:10px;
- padding-bottom:2px;
- margin: 0px;
- width: 200px;
- cursor: default;
- max-height: 165px;
- /* the following is done for IE which does not support max-height */
- height: expression(offsetHeight > 165 ? "165px" : offsetHeight + "px");
- }
- .clsAlignRight
- {
- text-align:right;
- }
- /* selectValue control: Drop Down, List Styles */
- .clsListControl, .clsSelectControl
- {
- width: 200px;
- }
- .clsSelectControl option
- {
- white-space: pre;
- }
- .clsCheckBoxRow, .clsCheckBox
- {
- font-size: 8pt;
- color: #000000;
- white-space: nowrap;
- }
- /* checkbox 3-state, using classnames that match dojo */
- .clsPromptComponent .dijitCheckBox, .clsPromptComponent .dijitRadio, .clsPromptComponent .dijitCheckBoxInput {
- margin: 0 2px 0 0;
- padding: 0;
- border: 0;
- width: 16px;
- height: 16px;
- background-position:center center;
- background-repeat:no-repeat;
- overflow: hidden;
- vertical-align: middle;
- }
- .clsPromptComponent .dijitCheckBox INPUT, .clsPromptComponent .dijitRadio INPUT {
- margin: 0;
- padding: 0;
- }
- /* checkboxes CC & BUX, radio BUX */
- .clsPromptComponent .dijitCheckBoxInput {
- opacity : 0.01;
- filter: alpha(opacity=0);
- }
- /* just for radio button in CC */
- .clsPromptComponent .dijitRadio .dijitCheckBoxInput {
- opacity : 1;
- filter: none;
- }
- /* prompt high contrast */
- .clsPrompt_a11y .dijitCheckBox,.clsPrompt_a11y .dijitRadio {
-
- width: auto !important;
- height: auto !important;
- margin-left:2px;
- }
- .clsPrompt_a11y .dijitCheckBoxInput
- {
- margin: 0;
- opacity : 1;
- filter: none;
- width: auto;
- height: auto;
- }
- .clsPromptComponent .dijitCheckBox {
- background-image : url(images/checkbox_unchecked.gif);
- }
- .clsPromptComponent .dijitCheckBoxChecked {
- background-image : url(images/checkbox_checked.gif);
- }
- .clsPromptComponent .dijitCheckBoxMixed {
- background-image : url(images/checkbox_mixed.gif);
- }
- .clsCheckBoxRow input
- {
- vertical-align: middle;
- }
- /*
- In Firefox, it looks better with 'bottom'.
- We are using a selector that IE do not understand to make it specific to Firefox.
- */
- .clsCheckBoxRow> input
- {
- vertical-align: bottom;
- }
- .clsPromptComponent .dijitInline {
- display: inline;
- }
- .icdUI .clsPromptComponent .dijitInline {
- display: inline-block;
- }
- /* select date styles */
- .clsSelectDateCalendar
- {
- border: 1px solid #999999;
- color: #000000;
- padding: 3px;
- margin-right: 5px;
- text-align: center;
- vertical-align:top;
- background-color: #FFFFFF;
- height: 240px;
- overflow: visible;
- width: 200px;
- }
- .clsSelectDateCalendarDialog
- {
- border: 1px solid #999999;
- background-color: #FFFFFF;
- color: #000000;
- padding: 3px;
- text-align: center;
- vertical-align:top;
- overflow: visible;
- width:200px;
- }
- .clsSelectDateDialogTopTable
- {
- border-collapse: separate;
- }
- .clsSelectDateYears
- {
- text-align: center;
- background-color: #6f8f7a;
- color: #FFFFFF;
- font-weight: bold;
- }
- .clsSelectDateMonths
- {
- color: #2c4f55;
- font-size: 8pt;
- text-decoration: underline;
- margin-top: 3px;
- text-align: center;
- vertical-align: bottom;
- cursor: pointer;
- font-weight: normal;
- }
- .clsSelectDateMonthsSelected
- {
- background-color: #E3E9F3;
- color: #2c4f55;
- font-size: 8pt;
- text-decoration: underline;
- margin-top: 3px;
- text-align: center;
- vertical-align: bottom;
- cursor: pointer;
- font-weight: bold;
- }
- .clsSelectDateMonthsDisabled
- {
- color: #000000;
- font-size: 8pt;
- text-decoration: none;
- margin-top: 3px;
- text-align: center;
- vertical-align: bottom;
- cursor: default;
- font-weight: normal;
- }
- .clsSelectDateDaysOfWeek
- {
- background-color: #E3E3E3;
- font-size: 9pt;
- padding: 3px;
- color: #000000;
- text-decoration: none;
- text-align: center;
- white-space:nowrap;
- }
- .clsSelectDateDays
- {
- color: #2c4f55;
- text-decoration: underline;
- text-align: center;
- font-size: 10pt;
- padding: 3px;
- cursor: pointer;
- cursor: hand;
- font-weight: normal;
- background-color: #FFFFFF;
- }
- .clsSelectDateDaysSelected
- {
- color: #2c4f55;
- text-decoration: none;
- text-align: center;
- font-size: 10pt;
- padding: 3px;
- cursor: pointer;
- cursor: hand;
- font-weight: bold;
- background-color: #d9e8db;
- }
- .clsSelectDateDaysDisabled
- {
- color: #000000;
- text-decoration: none;
- text-align: center;
- font-size: 10pt;
- padding: 3px;
- cursor: default;
- font-weight: normal;
- background-color: #FFFFFF;
- }
- .clsSelectDateEditBox
- {
- padding:0px;
- padding-left: 5px;
- margin-top: 0px;
- margin-left: 2px;
- margin-right: 5px;
- width: auto;
- min-width: 140px;
- }
- .clsSelectDateEditBoxParseError
- {
- padding:0px;
- padding-left: 5px;
- margin-top: 0px;
- margin-left: 2px;
- margin-right: 5px;
- border-bottom-color: #FF6600;
- border-bottom-style: dashed;
- width: auto;
- min-width: 140px;
- }
- .clsSelectDateYearEditBox
- {
- text-align: center;
- font-weight: bold;
- }
- .clsSelectDateYearEditBoxParseError
- {
- text-align: center;
- border-bottom-color: #FF6600;
- border-bottom-style: dashed;
- font-weight: bold;
- }
- /* selectTime control */
- .clsSelectTimeEditBox, .clsSelectTimeEditBoxRTL
- {
- border: 2px inset threedhighlight;
- margin:0px;
- padding:0px;
- overflow: visible;
- overflow-x:visible;
- background-color:#FFFFFF;
- width: auto;
- min-width: 150px;
- }
- .clsSelectTimeEditBox
- {
- margin-right: 5px;
- }
- /* selectTime control RTL */
- .clsSelectTimeEditBoxRTL
- {
- margin-left: 5px;
- }
- .clsSelectTime
- {
- margin-left: 2px;
- top:0px;
- left:0px;
- }
- .clsClockPosition
- {
- }
- .clsSelectTimeControl, .clsSelectTimeControlParseError
- {
- text-align:center;
- padding:0px;
- margin:0px;
- border:none;
- border-bottom-width: 2px;
- width:2em;
- }
- .clsSelectTimeControl
- {
- border-bottom-color: #FFFFFF;
- border-bottom-style: solid;
- }
- .clsSelectTimeControlParseError
- {
- border-bottom-color: #FF6600;
- border-bottom-style: dashed;
- }
- .clsColon
- {
- vertical-align:absmiddle;
- background-color: #ffffff;
- margin:0px;
- border:0px;
- padding:0px;
- }
- .clsClock
- {
- margin:0px;
- height: 200px;
- width: 140px;
- background-color: #ffffff;
- position:relative;
- }
- .clsClockBlock
- {
- border: solid 1px #999999;
- background-color: #ffffff;
- margin-bottom:10px;
- width: 100%;
- text-align: center;
- position:relative;
- }
- .clsClockDigits
- {
- position:absolute;
- top:0px;
- left:0px;
- font-size:10px;
- color:#333333;
- text-align:center;
- }
- .clsClockDisabled, .clsDisabled
- {
- filter: alpha(opacity=75);
- -moz-opacity: 0.70;
- }
- *>.clsDisabled
- {
- height: auto;
- }
- .clsDisabled
- {
- cursor: default;
- }
- /* minutes */
- .clsMinuteHand
- {
- position:absolute;
- width:2px;
- height:2px;
- font-size:2px;
- background: #000000;
- }
- /* hours */
- .clsHourHand
- {
- position:absolute;
- width:2px;
- height:2px;
- font-size:2px;
- background: #000000;
- }
- /* seconds */
- .clsSecondHand
- {
- position:absolute;
- width:2px;
- height:2px;
- font-size:2px;
- background: #2c4f55;
- }
- .clsDivClock
- {
- position:absolute;
- top:0px;
- left:0px
- }
- .clsDivRelative
- {
- position:relative;
- }
- /* selectDateTime control */
- .clsBoundingBox
- {
- background-color:#E3E3E3;
- margin:5px;
- }
- /* interval control styles */
- .clsIntervalWidget
- {
- margin-top: 5px;
- margin-left: 0px;
- margin-right: 3px;
- }
- .clsIntervalWidgetParseError
- {
- margin-top: 5px;
- margin-left: 0px;
- margin-right: 3px;
- border-bottom-color: #FF6600;
- border-bottom-style: dashed;
- }
- /* selectWithSearch Prompt control styles */
- .clsSwsEditBox
- {
- margin-right: 5px;
- }
- .clsSwsSearchButton
- {
- padding:2px;
- margin-left: 5px;
- margin-right: 5px;
- color: #000000;
- }
- .clsSwsOptions
- {
- margin-top: 5px;
- color: #000000;
- font-size: 10pt;
- }
- .clsSwsResultsHeader, .clsSwsChoicesHeader
- {
- color: #2c4f55;
- font-size: 10pt;
- }
- .clsSwsResultsListbox
- {
- margin-top:0px;
- margin-left:5px;
- margin-right:5px;
- margin-bottom:5px;
- }
- .clsSwsChoicesListbox
- {
- margin-top:0px;
- margin-left:5px;
- margin-right:5px;
- margin-bottom:5px;
- }
- .clsOptions
- {
- cursor: pointer;
- cursor: hand;
- vertical-align:bottom;
- width:240px;
- padding: 0px;
- }
- .clsSearchOptionsExpand, .clsSearchOptionsCollapse {
- height:10px;
- width:10px;
- }
- .clsSearchOptionsExpand {
- background-image : url(images/prompt_option_expand.gif);
- }
- .clsSearchOptionsCollapse {
- background-image : url(images/prompt_option_collapse.gif);
- }
- /* Default Prompt Page Dialog Styles */
- .clsDialogTitle
- {
- font-size: 10.5pt;
- font-weight: bold;
- color: #003399;
- }
- .clsDialogHeaderBorder
- {
- background-color: #2c4f55;
- }
- .clsDialogIntroduction
- {
- font-size: 8pt;
- color: #003399;
- }
- .clsDialogSeperator
- {
- background-color: #999999;
- }
- .clsDialogFooterButtons
- {
- background-color: #999999;
- }
- .clsFormLabel
- {
- font-size: 8pt;
- font-weight: bold;
- color: #2c4f55;
- }
- .clsButton
- {
- font-size: 8pt;
- color: #000000;
- text-decoration : none;
- cursor: pointer;
- cursor:hand;
- width: 100%;
- height: 18px;
- padding-top : 2px;
- }
- .clsButton:hover
- {
- background-color: #CCCCE3;
- }
- /* prompt button styles */
- .clsPromptButton, .clsPromptButtonOver, .clsPromptButton[disabled]
- {
- font-size: 10.5pt;
- text-decoration : none;
- text-align: center;
- width: auto;
- height:26px;
- padding-top: 2px;
- padding-bottom: 2px;
- margin-right: 7px;
- white-space:nowrap;
- }
-
- .clsPromptButton
- {
- color: #000000;
- background-color: #FFFFFF;
- border: solid 1px #989898;
- cursor: pointer;
- }
- .clsPromptButtonOver
- {
- color: #000000;
- background-color: #E3E9F3;
- border: solid 1px #999999;
- cursor: pointer;
- }
- .clsPromptButton[disabled]
- {
- color: #777777;
- background-color: #FFFFFF;
- border: solid 1px #CCCCCC;
- cursor: not-allowed;
- }
- /* styles for the table look, used with pager controls */
- .clsTableHeader
- {
- background-color: #E7E7E7;
- }
- .clsTableLink
- {
- font-size: 8pt;
- color: #2c4f55;
- text-decoration : underline;
- }
- .clsTableText
- {
- font-size: 8pt;
- color: #2c4f55;
- }
- .clsTableItemCount
- {
- font-size: 8pt;
- font-weight: normal;
- color: #000000;
- }
- .clsTableSortTitle
- {
- text-decoration : none;
- font-weight: bold;
- color: #2c4f55;
- }
- .clsTableTitle
- {
- font-size: 8pt;
- font-weight: bold;
- color: #2c4f55;
- }
- .clsTableOutline
- {
- background-color: #000000;
- }
- .clsTableBody
- {
- background-color: #ffffff;
- }
- .clsTableOutlineIE
- {
- border : 1px solid;
- border-color : #000000 #9C9C9C #9C9C9C #000000;
- }
- .clsTableOutline1
- {
- background-color: #000000;
- }
- .clsTableOutline2
- {
- background-color: #9C9C9C;
- }
- .clsTableOutline3
- {
- background-color: #9C9C9C;
- }
- /* Tree Prompt Styles*/
- .clsTreePane
- {
- height: 400px;
- width: 300px;
- overflow: auto;
- border:solid #330000 1px;
- padding:5px;
- }
- .clsTreeNode_unselected
- {
- cursor: pointer;
- cursor: hand;
- margin: 0px;
- padding: 0px;
- background-color: #FFFFFF;
- color: #000000;
- vertical-align: middle;
- border: 0 none;
- }
- .clsTreeNode_partial
- {
- cursor: pointer;
- cursor: hand;
- /* background-color: #e8ecf4; New Bering Color */
- background-color: #E7E7E7;
- margin: 0px;
- padding: 0px;
- color: #000000;
- vertical-align: middle;
- }
- .clsTreeNode_selected
- {
- cursor: pointer;
- cursor: hand;
- margin: 0px;
- padding: 0px;
- /* background-color: #000000; New Bering Color */
- background-color: #d9e8db;
- /* color: #ffffff; New Bering Color */
- color: #000000;
- vertical-align: middle;
- }
- .clsTreeNode_hover
- {
- cursor: pointer;
- cursor: hand;
- margin: 0px;
- padding: 0px;
- color: #000000;
- background-color: #bec8dc;
- vertical-align: middle;
- }
- .clsPrompt_a11y .clsTreeNode_hover {
- border-style: dotted;
- border-width: thin;
- }
- .clsTreeLevel
- {
- margin:0px;
- padding:0px;
- vertical-align: middle;
- }
- .clsPrompt_a11y .clsTreeLevel {
- margin:2px;
- }
- .clsTreeLabel
- {
- cursor: pointer;
- cursor: hand;
- }
- .clsTreeLineIcon
- {
- width:19px;
- height:20px;
- vertical-align: middle;
- background-position: center;
- background-repeat: no-repeat;
- background-image : url(images/icon_tree_I.gif);
- }
- .clsTreeLineIconSpace
- {
- background-image : none;
- }
- img, span
- {
- margin:0px;
- padding:0px;
- }
- .clsTreeText
- {
- padding: 0px 1px 0px 3px;
- font-size: 8pt;
- vertical-align: middle;
- }
- .noLink
- {
- text-decoration: none;
- color: #000000;
- font-weight: normal;
- }
- .clsErrorRequired
- {
- margin-right: 2px;
- }
- /* tree toggle */
- .clsPromptComponent .dijitTreeExpando {
- width:19px;
- height:20px;
- cursor: pointer;
- vertical-align: middle;
- }
- .clsPrompt_a11y .dijitTreeExpando {
- display: none !important;
- }
- .clsPromptComponent .dijitTreeExpandoClosed {
- background-image:url(images/icon_tree_Lplus.gif);
- }
- .clsPromptComponent .dijitTreeExpandoOpened {
- background-image:url(images/icon_tree_Lminus.gif);
- }
- .clsPromptComponent .dijitTreeExpandoClosedRTL {
- background-image:url(images/icon_tree_Lplus_rtl.gif);
- }
- .clsPromptComponent .dijitTreeExpandoOpenedRTL {
- background-image:url(images/icon_tree_Lminus_rtl.gif);
- }
- .clsPromptComponent .dijitTreeExpandoNone {
- width:16px;
- height:16px;
- background-image:url(images/spacer.png);
- }
- .clsPromptComponent .dijitExpandoText {
- display: none;
- }
- .clsPrompt_a11y .dijitExpandoText {
- border-style: solid;
- border-width: thin;
- cursor: pointer;
- display: inline;
- font-family: monospace;
- padding-left: 5px;
- padding-right: 5px;
- }
- /* Color Picker Styles */
- .clsCPCell
- {
- border:1px solid #cccccc;
- width:15px;
- height:15px;
- text-align: center;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPCell_hover
- {
- border:1px solid #336699;
- width:15px;
- height:15px;
- text-align: center;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPCell_active
- {
- border:1px solid #336699;
- width:15px;
- height:15px;
- text-align: center;
- }
- .clsCPCellLabel
- {
- padding-left: 10px;
- padding-right:40px;
- padding-top: 5px;
- padding-bottom: 5px;
- }
- .clsCPCustomTB
- {
- padding-left: 5px;
- padding-right:5px;
- }
- .clsCPPreview
- {
- height:177px;
- width:240px;
- background-color : #e3e3e3;
- border : 1px solid;
- border-color : #cccccc;
- }
- .clsCPPreviewSwatch
- {
- height:110px;
- width:145px;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPButton
- {
- height:22px;
- width:29px;
- background-color: #ffffff;
- border : 1px solid #ffffff;
- margin-right:3px;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPButtonOver
- {
- height:22px;
- width:29px;
- background-color: #d9e8db;
- border: 1px solid #666699;
- margin-right:3px;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPLink
- {
- text-decoration:underline;
- font-size: 8pt;
- color: #336699;
- cursor: pointer;
- cursor: hand;
- }
- .clsCPMenuContainer
- {
- background-color: #ffffff;
- border: 1px solid #336699;
- }
- .clsCPCaptionBar
- {
- padding: 3px;
- background-color:#E8ECF4;
- }
- .clsCPPalette
- {
- padding: 3px;
- }
- .clsCPItem
- {
- border: 1px solid #FFFFFF;
- padding: 1px;
- }
- .clsCPItem_hover
- {
- border: 1px solid #336699;
- background-color: #bec8dc;
- padding: 1px;
- }
- .clsCPItem_active
- {
- border: 1px solid #336699;
- background-color: #E3E9F3;
- padding: 1px;
- }
- /* Alignment Picker Styles */
- .clsAPButtonNormal
- {
- border : 1px solid #cccccc;
- background-color: #ffffff;
- padding: 2px;
- }
- .clsAPButtonOver
- {
- border : 1px solid #cccccc;
- background-color: #d9e8db;
- cursor: pointer;
- cursor: hand;
- padding: 2px;
- }
- .clsAPButtonPressed
- {
- border : 1px solid #336699;
- background-color: #E3E9F3;
- padding: 2px;
- }
- .clsAPButtonOverPressed
- {
- border : 1px solid #336699;
- background-color: #E3E9F3;
- padding: 2px;
- }
- .clsAPContainer
- {
- background-color: #ffffff;
- border: 1px solid #336699;
- }
- .clsParentDetail
- {
- display: none;
- }
- /* expand/collapse icons */
- .clsExpandCollapseHover
- {
- cursor: pointer;
- cursor: hand;
- }
- .clsPromptDialog
- {
- border: 1px solid black;
- background-color: #ffffff;
- position: absolute;
- padding: 2px;
- top: 10%;
- left: 10%;
- width: 80%;
- height: 80%;
- z-index: 50;
- }
- /*
- The following classes are required to fix Firefox's issues with display:inline on block elements.
- */
- .clsPromptComponent, .clsDisplayInline, .clsFieldSet
- {
- display: -moz-inline-grid;
- }
- *>.clsPromptComponent
- {
- /* 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.*/
- display: inline-table;
- }
- .clsPromptComponent[pt="btn"]
- {
- display: -moz-inline-box;
- width: auto;
- }
- /*
- 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.
- */
- .clsTextIconAlignFix
- {
- vertical-align:middle;
- }
- .clsHTML5Input
- {
- width:auto;
- }
|