12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424 |
- @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: 10.5pt;
- color: #000000;
- font-weight: bold;
- }
- .clsDocumentTitle
- {
- font-size: 10.5pt;
- color: #000000;
- font-weight: normal;
- }
- .clsSecondaryTitle
- {
- font-size: 10.5pt;
- color: #003399;
- font-weight: bold;
- }
- .clsMenuTitle
- {
- font-size: 8pt;
- color: #003399;
- font-weight: bold;
- }
- .clsLink
- {
- font-size: 8pt;
- color: #0000CC;
- font-weight: normal;
- }
- span.clsLink
- {
- cursor: default;
- }
- .clsHighLevelLink
- {
- font-size: 10.5pt;
- color: #0000CC;
- font-weight: normal;
- }
- .clsReadOnlyText
- {
- font-size: 8pt;
- color: #000000;
- font-weight: normal;
- }
- .clsControlLabel
- {
- font-size: 8pt;
- color: #003399;
- 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: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 #003399;
- 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 #003399;
- background-color: #cccce3;
- }
- .clsToolbarButton_active
- {
- border: 1px solid #cccce3;
- background-color: #cccccc;
- }
- .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: #cccce3;
- 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: #003399;
- 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 .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: #003399;
- color: #FFFFFF;
- font-weight: bold;
- }
- .clsSelectDateMonths
- {
- color: #003399;
- 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: #003399;
- 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: #003399;
- text-decoration: underline;
- text-align: center;
- font-size: 10pt;
- padding: 3px;
- cursor: pointer;
- cursor: hand;
- font-weight: normal;
- background-color: #FFFFFF;
- }
- .clsSelectDateDaysSelected
- {
- color: #003399;
- text-decoration: none;
- text-align: center;
- font-size: 10pt;
- padding: 3px;
- cursor: pointer;
- cursor: hand;
- font-weight: bold;
- background-color: #CCCCE3;
- }
- .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: 140px;
- }
- .clsSelectTimeEditBox
- {
- margin-right: 5px;
- }
- /* selectTime control RTL */
- .clsSelectTimeEditBoxRTL
- {
- margin-left: 5px;
- }
- /* selectTime control with Milliseconds */
- .clsSelectTimeEditBoxExtend, .clsSelectTimeEditBoxExtendRTL
- {
- border: 2px inset threedhighlight;
- margin:0px;
- padding:0px;
- overflow: visible;
- overflow-x:visible;
- background-color:#FFFFFF;
- width:195px;
- }
- .clsSelectTimeEditBoxExtend
- {
- margin-right: 5px;
- }
- /* selectTime control RTL with Milliseconds */
- .clsSelectTimeEditBoxExtendRTL
- {
- 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: #003399;
- }
- .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: #003399;
- 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: #003399;
- }
- .clsDialogIntroduction
- {
- font-size: 8pt;
- color: #003399;
- }
- .clsDialogSeperator
- {
- background-color: #999999;
- }
- .clsDialogFooterButtons
- {
- background-color: #999999;
- }
- .clsFormLabel
- {
- font-size: 8pt;
- font-weight: bold;
- color: #003399;
- }
- .clsButton
- {
- font-size: 8pt;
- color: #000000;
- text-decoration : none;
- cursor:hand;
- width: 100%;
- height: 18px;
- padding-top : 2px;
- }
- .clsButtonLeftRightPadding
- {
- padding-left: 10px;
- padding-right: 10px;
- }
- .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: #003399;
- text-decoration : underline;
- }
- .clsTableText
- {
- font-size: 8pt;
- color: #003399;
- }
- .clsTableItemCount
- {
- font-size: 8pt;
- font-weight: normal;
- color: #000000;
- }
- .clsTableSortTitle
- {
- text-decoration : none;
- font-weight: bold;
- color: #003399;
- }
- .clsTableTitle
- {
- font-size: 8pt;
- font-weight: bold;
- color: #003399;
- }
- .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: #CCCCE3;
- /* 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: bold;
- }
- .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: #cccce3;
- 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: #bec8dc;
- 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;
- }
|