123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401 |
- @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: #336699;
- font-weight: bold;
- }
- .clsMenuTitle
- {
- font-size: 8pt;
- color: #336699;
- 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: #336699;
- font-weight: normal;
- }
- .clsControlLabel
- {
- font-size: 8pt;
- color: #336699;
- 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 #336699;
- 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 #336699;
- 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: #336699;
- 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: #336699;
- color: #FFFFFF;
- font-weight: bold;
- }
- .clsSelectDateMonths
- {
- color: #336699;
- 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:#336699;
- 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: 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: #336699;
- }
- .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:20px;
- margin-left: 5px;
- margin-right: 5px;
- color: #000000;
- }
- .clsSwsOptions
- {
- margin-top: 5px;
- color: #000000;
- font-size: 10pt;
- }
- .clsSwsResultsHeader, .clsSwsChoicesHeader
- {
- color: #336699;
- 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: #336699;
- }
- .clsDialogIntroduction
- {
- font-size: 8pt;
- color: #003399;
- }
- .clsDialogSeperator
- {
- background-color: #999999;
- }
- .clsDialogFooterButtons
- {
- background-color: #999999;
- }
- .clsFormLabel
- {
- font-size: 8pt;
- font-weight: bold;
- color: #336699;
- }
- .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: #336699;
- text-decoration : underline;
- }
- .clsTableText
- {
- font-size: 8pt;
- color: #336699;
- }
- .clsTableItemCount
- {
- font-size: 8pt;
- font-weight: normal;
- color: #000000;
- }
- .clsTableSortTitle
- {
- text-decoration : none;
- font-weight: bold;
- color: #336699;
- }
- .clsTableTitle
- {
- font-size: 8pt;
- font-weight: bold;
- color: #336699;
- }
- .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: 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;
- }
- .clsTreeCheckboxPartial {
- background-image : url(images/checkbox_mixed.gif);
- /* background-image : url(images/checkboxRadioButtonStates.png);
- background-position: -60px; */
- }
- /* 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;
- }
|