source: vanHelsing/trunk/gui/WebContent/css/rime.css@ 854

Last change on this file since 854 was 854, checked in by tobias, on Mar 26, 2010 at 6:01:33 PM

some beautification regarding the tree view

File size: 64.0 KB
Line 
1/*
2 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3 *
4 * "The contents of this file are subject to the Mozilla Public License
5 * Version 1.1 (the "License"); you may not use this file except in
6 * compliance with the License. You may obtain a copy of the License at
7 * http://www.mozilla.org/MPL/
8 *
9 * Software distributed under the License is distributed on an "AS IS"
10 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
11 * License for the specific language governing rights and limitations under
12 * the License.
13 *
14 * The Original Code is ICEfaces 1.5 open source software code, released
15 * November 5, 2006. The Initial Developer of the Original Code is ICEsoft
16 * Technologies Canada, Corp. Portions created by ICEsoft are Copyright (C)
17 * 2004-2006 ICEsoft Technologies Canada, Corp. All Rights Reserved.
18 *
19 * Contributor(s): _____________________.
20 *
21 * Alternatively, the contents of this file may be used under the terms of
22 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"
23 * License), in which case the provisions of the LGPL License are
24 * applicable instead of those above. If you wish to allow use of your
25 * version of this file only under the terms of the LGPL License and not to
26 * allow others to use your version of this file under the MPL, indicate
27 * your decision by deleting the provisions above and replace them with
28 * the notice and other provisions required by the LGPL License. If you do
29 * not delete the provisions above, a recipient may use your version of
30 * this file under either the MPL or the LGPL License."
31 *
32 */
33
34/* Basic CSS styles This stylesheet is intended to match the style of the default Windows XP UI */
35/* Default CSS styles. These styles override the basic HTML tags on the page */
36/* Version received from KF Apr 01 2006 v1.2 */
37
38/*
39=================== Font Family, Size and Color ==============
40*/
41
42/* set the attributes for the font family, size and color for ALL elements on the page */
43/* make the fonts inside tables and forms == the default size of the page */
44body, table {
45 font-family: Arial, Helvetica, sans-serif;
46 font-size: .95em;
47 color: #000000;
48}
49
50/* now set the size and other attributes of the fonts for any of the form elements for non-ICE form elements. (note this will also affect any ICE components that render out any of the following HTML tags */
51input, textarea, select {
52}
53
54/*
55=================== HTML Form Element Appearence ==============
56*/
57
58/* set the style elements for any of the textarea form elements */
59textarea {
60
61}
62
63/* set the style elements for any of the select form elements */
64select {
65
66}
67
68/* set the style elements for any of the input form elements */
69input {
70
71}
72
73fieldset {
74 border: 0px none;
75}
76
77/*
78=================== Style class definitions for ICE Standard Extended Component Appearance ==============
79*/
80.iceInpTxt, .iceInpSecrt, .iceInpTxtArea {
81 margin: 2px;
82 padding: 3px;
83 font: 11px tahoma;
84 background: #FFF;
85 border: 1px solid #d9d9d9;
86}
87
88.iceSelMnyCb {
89 white-space: nowrap;
90}
91
92.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
93 margin: 2px;
94 padding: 2px;
95}
96
97.iceSelOneRb table tr td {
98 padding: 1px;
99}
100
101
102.iceSelOneMnu, .iceSelMnyLb, .iceSelMnyMnu, .iceSelOneLb {
103 margin: 2px;
104 padding: 3px;
105 font: 11px tahoma;
106 background: #FFF;
107 border: 1px solid #d9d9d9;
108}
109
110.iceInpTxtArea {
111 margin: 2px;
112 padding: 3px;
113 font: 11px tahoma;
114 background: #FFF;
115 border: 1px solid #d9d9d9;
116}
117
118.iceCmdLnk, .iceOutLnk {
119 text-decoration: none;
120 font-weight: normal;
121 color: #333333;
122}
123
124.iceOutTxt, .iceOutLbl {
125 font-family: Arial, Helvetica, sans-serif;
126 color: #000000;
127 padding-left: 0px;
128 padding-right: 0px;
129 padding-top: 2px;
130 padding-bottom: 2px;
131}
132
133.iceOutLbl {
134 font-weight: bold;
135 color: #484848;
136}
137
138.iceCmdBtn {
139 font-family: Arial, Helvetica, sans-serif;
140}
141
142/*
143=================== ICE Component Appearence ==============
144*/
145/*
146----------- Calendar Component classes
147*/
148.iceSelInpDate {
149/* calendar outline & background color */
150 background-color: #FFFFFF;
151 border-top: 1px solid #d9d9d9;
152 border-left: 1px solid #d9d9d9;
153 /*margin-top: 10px;*/
154}
155table.iceSelInpDate tbody tr td table{
156 border-right: 1px solid #d9d9d9;
157}
158
159.iceSelInpDateIFrameFix, .iceIEIFrameFix {
160 z-index: -1;
161 position: absolute;
162 display: block;
163 filter: mask();
164}
165
166.iceIEIFrameFix {
167 height: 0;
168}
169
170.iceSelInpDatePopup {
171 min-width: 172px;
172}
173
174.iceSelInpDateInput {
175 width: 150px;
176 margin: 2px;
177}
178
179.iceSelInpDateOpenPopup {
180 display: inline;
181 text-decoration: none;
182 background-color: transparent;
183 background-image: url( "./css-images/cal_button.gif" );
184 background-repeat: no-repeat;
185 text-align: center;
186 border: none;
187 width: 16px;
188 height: 16px;
189 margin-left: 5px;
190}
191
192.iceSelInpDateClosePopup {
193 display: inline;
194 text-decoration: none;
195 background-color: transparent;
196 background-image: url( "./css-images/cal_off.gif" );
197 background-repeat: no-repeat;
198 text-align: center;
199 border: none;
200 width: 16px;
201 height: 16px;
202 margin-left: 5px;
203}
204
205.iceSelInpDateMonthYear, .iceSelInpDateTime{
206 background: #F5F5F5;
207 font-weight: bold;
208 text-align: center;
209 color: #666;
210 padding-left: 1px;
211 padding-right: 1px;
212 padding-top: 4px;
213 padding-bottom: 4px;
214
215}
216
217.iceSelInpDateTime{
218 border-left: 1px solid #d9d9d9;
219 border-bottom: 1px solid #d9d9d9;
220 border-right: 1px solid #d9d9d9;
221}
222
223.iceSelInpDateMoYrDropdown, .iceSelInpDateTimeDropDown {
224 background: #F5F5F5;
225 font-weight: bold;
226 color: #666;
227}
228
229.iceSelInpDateMonthYear img {
230 border: none;
231 margin-left: 3px;
232 padding: 3px;
233}
234
235.iceSelInpDateMovePrev {
236 text-decoration: none;
237 display: inline;
238 background-color: transparent;
239 background-image: url( "./css-images/cal_arrow_left.gif" );
240 background-repeat: no-repeat;
241 text-align: center;
242 border: none;
243 width: 17px;
244 height: 16px;
245}
246
247.iceSelInpDateMoveNext {
248 text-decoration: none;
249 display: inline;
250 background-color: transparent;
251 background-image: url( "./css-images/cal_arrow_right.gif" );
252 background-repeat: no-repeat;
253 text-align: center;
254 border: none;
255 width: 17px;
256 height: 16px;
257}
258
259.iceSelInpDateWeek {
260/* the days of the week row */
261 font-weight: normal;
262 color: #666;
263 text-align: center;
264 padding: 3px;
265 border-top: 1px solid #d9d9d9;
266 border-right: 1px solid #d9d9d9;
267 border-bottom: 1px solid #d9d9d9;
268 /*width: 22px;*/
269}
270
271/* set the look for the days of the week backgrounds */
272
273.iceSelInpDateDay {
274 text-align: center;
275 border-right: 1px solid #d9d9d9;
276 border-bottom: 1px solid #d9d9d9;
277 padding: 3px;
278}
279
280.iceSelInpDateCur {
281 background: #faa620;
282 text-align: center;
283 border-right: 1px solid #d9d9d9;
284 border-bottom: 1px solid #d9d9d9;
285}
286
287.iceSelInpDateCur .iceCmdLnk {
288 background: none;
289 border: none;
290}
291
292.iceSelInpDateCur .iceOutTxt {
293 color: #FFFFFF;
294}
295
296.weekend {
297 background: #e9e9e9;
298}
299
300.weekend .iceOutTxt {
301 color: #666;
302}
303
304.weekend .iceCmdLnk {
305 background: none;
306 border: none;
307}
308
309/* now set the attributes for the numbers for each day of the week */
310
311.iceSelInpDateDay a {
312/* the day text */
313 text-decoration: none;
314 background-color: #FFFFFF;
315 /*border: 1px solid #FFFFFF;*/
316 color: #000000;
317 width: 100%;
318 height: 100%;
319 padding: 0px;
320 display: block;
321}
322.iceSelInpDateDay .iceOutTxt {
323 color: #000000;
324}
325
326.iceSelInpDateCur a {
327 text-decoration: none;
328 background-color: #2A6CC2;
329 border: 1px solid #2A6CC2;
330 color: #FFFFFF;
331 width: 100%;
332 height: 100%;
333 padding: 0px;
334 display: block;
335}
336
337/* now set the color attributes for the hover effect on non-current days */
338.iceSelInpDateDay a:hover {
339/* the day text */
340 text-decoration: none;
341 color: #666;
342}
343
344.exampleBoxCol1 {
345 padding: 7px;
346}
347
348/*
349----------- Output Table Component classes
350*/
351
352/*
353.firstChildTitle .icePnlGrd {
354 margin-top: 10px;
355 border: 1px solid #d9d9d9;
356 border-collapse: collapse;
357}
358
359.firstChildTitle .icePnlGrdRow1 {
360 background: #f1f1f1;
361 border-left: 1px solid #d9d9d9;
362}
363
364.firstChildTitle .icePnlGrdRow2 {
365 background: #FFF;
366 border-left: 1px solid #d9d9d9;
367}
368
369.firstChildTitle .icePnlGrdCol1 {
370 font-weight: bold;
371 padding: 7px;
372 border-right: 1px solid #CCCCCC;
373 border-bottom: 1px solid #CCCCCC;
374 text-align: left;
375}
376
377.firstChildTitle .icePnlGrdCol2 {
378 padding: 7px;
379 border-right: 1px solid #CCCCCC;
380 border-bottom: 1px solid #CCCCCC;
381 text-align: left;
382
383}
384*/
385
386/*
387----------- Data Table Component classes
388*/
389.iceDatTbl {
390/* was iceDataTblOutline */
391 background-color: #FFFFFF;
392 border-collapse: collapse;
393 border: none;
394 border-left: 1px solid #d9d9d9;
395 margin: 10px 0 0 0;
396}
397
398.iceDatTbl table {
399 border-collapse: collapse;
400}
401
402.iceDatTblColHdr, .iceDatTblColHdr1, .iceDatTblColHdr2, .iceDatTblColGrpHdrCol, .iceDatTblFtr {
403/* was iceTblHeader */
404 text-align: center;
405 font: 11px tahoma;
406 color: #484848;
407 padding: 5px;
408 font-weight: bold;
409 background: #FFF url( './css-images/table_col_header.gif' ) repeat-x bottom left;
410 border: 1px solid #d9d9d9;
411}
412
413.iceDatTblResHdlr {
414 margin:0px;;
415 padding:0px;
416 border-width: 0px;
417 width:2px;
418 background-color:transparent;
419
420}
421
422.iceDatTblResBor {
423 margin:0px;;
424 padding:0px;
425 background-color: #d9d9d9;
426 background-position: bottom;
427 background-repeat: repeat-x;
428 width:2px;
429 border-top: 1px solid #CCCCCC;
430}
431
432.iceDatTblBlkTd {
433 border-bottom: 1px solid #CCCCCC;
434 background-color: #d9d9d9;
435}
436/* data tables are rendered with alternating row colors */
437
438.iceDatTblRow1 {
439/* was iceTblRow1 */
440 background: #FFF;
441 border-left: 1px solid #d9d9d9;
442}
443
444.iceDatTblRow2 {
445/* was iceTblRow2 */
446 background: #F7F7F7;
447 border-left: 1px solid #d9d9d9;
448}
449
450/* set the common attributes for the column classes */
451.iceDatTblCol, .iceDatTblCol1, .iceDatTblCol2 {
452/*was column, column1, column2, column3*/
453 color: #000000;
454 padding-left: 5px;
455 padding-right: 5px;
456 padding-top: 3px;
457 padding-bottom: 3px;
458 border-right: 1px solid #CCCCCC;
459 border-bottom: 1px solid #CCCCCC;
460 text-align: left;
461}
462
463.iceDatTblHdr {
464}
465
466/*was iceTblHeader */
467.iceDatTblFtr {
468 background: none;
469 border-top: 1px solid #d9d9d9;
470}
471
472.iceDatTblScrlSpr{
473 background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
474 border-top: 1px solid #d9d9d9;
475 border-right: 1px solid #d9d9d9;
476}
477
478.iceDatTblScrlSprFtr{
479 border-bottom: 1px solid #d9d9d9;
480 border-right: 1px solid #d9d9d9;
481}
482
483.iceDatTblScrlSprFtr .iceDatTblFtr{
484 border-bottom: none;
485}
486
487.iceDatTblScrlSpr .iceDatTblColHdr1, .iceDatTblScrlSpr .iceDatTblColHdr2 {
488 border-left-style: none;
489 border-top-style: none;
490}
491
492.iceDatTblActvSrtHdr{}
493/*was iceTblFooter */
494
495/*
496----- for datatable when cell content length exceeds-----
497*/
498
499.iceDatTbl td span.iceOutTxt {
500 overflow: hidden;
501 display: block;
502 padding: 2px 0px;
503}
504
505/* etc */
506
507/*
508----------- Data Scroller Component classes
509*/
510.iceDatPgrScrOut {
511/* the class for the outside table */
512 background-color: transparent;
513 margin: 10px;
514}
515
516.iceDatPgrScrBtn {
517/* the cells behind the scroll buttons */
518 background-color: transparent;
519 padding: 2px;
520}
521
522.iceDatPgrScrBtn .iceCmdLnk-dis {
523 border-bottom:none;
524}
525
526.iceDatPgrTbl {
527/* the container for the pagination*/
528 background-color: transparent;
529}
530
531/* set the common attributes for the pagination numbers */
532.iceDatPgrScrCol a, .iceDatPgrCol a {
533 text-decoration: none;
534 font-weight: normal;
535 background-color: #FFFFFF;
536 color: #656565;
537 display: block;
538 padding-left: 5px;
539 padding-right: 5px;
540 padding-top: 2px;
541 padding-bottom: 2px;
542 border: 1px solid #DBDBDB;
543}
544
545/** html .iceDatPgrCol a {*/
546 /*width: 1%;*/
547/*}*/
548
549/* override the attributes for the currently selected page */
550.iceDatPgrScrCol a {
551 color: #FFFFFF;
552 border: 1px solid #DBDBDB;
553 background-color: #FFA600;
554}
555
556/** html .iceDatPgrScrCol a {*/
557 /*width: 1%;*/
558/*}*/
559
560/* set the attributes for the mouseover on none-current pages */
561.iceDatPgrCol a:hover {
562 color: #000000;
563 border: 1px solid #FFA600;
564 text-decoration: none;
565 padding-bottom: 1px;
566}
567.iceDatPgrScrCol a:hover {
568 color: #000000;
569 border: 1px solid #DBDBDB;
570 text-decoration: none;
571 padding-bottom: 1px;
572}
573
574/*
575----------- commandSortHeader classes
576*/
577.iceCmdSrtHdrAsc, .iceCmdSrtHdrDesc{
578 background-repeat: no-repeat;
579 background-position: center;
580 width:10px;
581 height:10px;
582}
583.iceCmdSrtHdrAsc{
584 background-image: url('./css-images/column_sort_asc.gif');
585}
586.iceCmdSrtHdrDesc{
587 background-image: url('./css-images/column_sort_desc.gif');
588}
589
590/*
591----------- Tabbed Pane Component classes
592*/
593
594/* tabOn style classes */
595
596.icePnlTbOn {
597 margin-right: 0;
598}
599
600.icePnlTbOn .MidMid td, .icePnlTbOn .MidMid div.ptfd {
601 font-weight: bold;
602 white-space: nowrap;
603 text-align: center;
604}
605
606.icePnlTbOn .LftTop {
607 background: url( './css-images/Tab_LftTop.gif' ) no-repeat top left;
608 border: none;
609 padding: 0;
610 text-align: center;
611 width: 4px;
612 height: 4px;
613}
614
615.icePnlTbOn .MidTop {
616 background: url( './css-images/Tab_MidTop.gif' ) repeat-x top left;
617 border: none;
618 padding: 0;
619 text-align: center;
620 height: 4px;
621}
622
623.icePnlTbOn .RtTop {
624 background: url( './css-images/Tab_RtTop.gif' ) no-repeat top left;
625 border: none;
626 padding: 0;
627 text-align: center;
628 width: 4px;
629 height: 4px;
630}
631
632.icePnlTbOn .LftMid {
633 background: url( './css-images/Tab_LftMid.gif' ) repeat top left;
634 border: none;
635 padding: 0;
636 text-align: center;
637 width: 4px;
638}
639
640.icePnlTbOn .MidMid {
641 background: url( './css-images/Tab_MidMid.gif' ) repeat top left;
642 border: none;
643 padding: 0;
644 text-align: center;
645}
646
647.icePnlTbOn .MidMid a, .icePnlTbOn .MidMid div.ptfd {
648 background: url( './css-images/Tab_MidMid_bullet.gif' ) no-repeat top left;
649 border: none;
650 padding: 4px 8px 5px 28px;
651 margin: 3px;
652 text-decoration: none;
653 font-weight: bold;
654 color: #666;
655 cursor: pointer;
656 display: block;
657}
658
659.icePnlTbOn .MidMid div.ptfd {
660 padding: 1px 8px 5px 28px;
661}
662
663.icePnlTbOn .RtMid {
664 background: url( './css-images/Tab_RtMid.gif' ) repeat top left;
665 border: none;
666 padding: 0;
667 text-align: center;
668 width: 4px;
669}
670
671.icePnlTbOn .LftBtm {
672 background: #f7f7f7;
673
674 padding: 0;
675 text-align: center;
676 height: 1px;
677}
678
679.icePnlTbOn .MidBtm {
680 background: #f7f7f7;
681 border: none;
682 padding: 0;
683 text-align: center;
684 height: 1px;
685}
686
687.icePnlTbOn .RtBtm {
688 background: #f7f7f7;
689
690 padding: 0;
691 text-align: center;
692 height: 1px;
693}
694
695* html .icePnlTbOn .MidMid a, * html .icePnlTbOn .MidMid div.ptfd{
696 width: 1%;
697}
698
699/* tabOff style classes */
700
701.icePnlTbOff {
702 margin-right: 0;
703}
704
705.icePnlTbOff .MidMid td, .icePnlTbOff .MidMid div.ptfd {
706 text-align: center;
707 white-space: nowrap;
708 font-weight: bold;
709}
710
711.icePnlTbOff .LftTop {
712 background: url( './css-images/Tab_LftTop_off.gif' ) no-repeat top left;
713 border: none;
714 padding: 0;
715 text-align: center;
716 width: 4px;
717 height: 4px;
718}
719
720.icePnlTbOff .MidTop {
721 background: url( './css-images/Tab_MidTop_off.gif' ) repeat-x top left;
722 border: none;
723 padding: 0;
724 text-align: center;
725 height: 4px;
726}
727
728.icePnlTbOff .RtTop {
729 background: url( './css-images/Tab_RtTop_off.gif' ) no-repeat top left;
730 border: none;
731 padding: 0;
732 text-align: center;
733 width: 4px;
734 height: 4px;
735}
736
737.icePnlTbOff .LftMid {
738 background: url( './css-images/Tab_LftMid_off.gif' ) repeat top left;
739 border: none;
740 padding: 0;
741 text-align: center;
742 width: 4px;
743}
744
745.icePnlTbOff .MidMid {
746 background: url( './css-images/Tab_MidMid_off.gif' ) repeat top left;
747 border: none;
748 padding: 0;
749 text-align: center;
750}
751
752.icePnlTbOff .MidMid a, .icePnlTbOff .MidMid div.ptfd {
753 background: url( './css-images/Tab_MidMid_bullet_off.gif' ) no-repeat top left;
754 border: none;
755 padding: 4px 8px 5px 28px;
756 margin: 3px;
757 font-weight: bold;
758 text-decoration: none;
759 color: #666;
760 cursor: pointer;
761 display: block;
762}
763
764.icePnlTbOff .MidMid div.ptfd {
765 padding: 1px 8px 5px 28px;
766}
767
768.icePnlTbOff .MidMid a:hover {
769 font-weight: bold;
770}
771.icePnlTbOff .MidMid td:hover{
772 color: #3581A5;
773}
774
775.icePnlTbOff .RtMid {
776 background: url( './css-images/Tab_RtMid_off.gif' ) repeat top left;
777 border: none;
778 padding: 0;
779 text-align: center;
780 width: 4px;
781}
782
783.icePnlTbOff .LftBtm {
784 background: #d9d9d9;
785 border: none;
786 padding: 0;
787 text-align: center;
788 width: 4px;
789 height: 1px;
790}
791
792.icePnlTbOff .MidBtm {
793 background: #d9d9d9;
794 border: none;
795 padding: 0;
796 text-align: center;
797 height: 1px;
798}
799
800.icePnlTbOff .RtBtm {
801 background: #d9d9d9;
802 border: none;
803 padding: 0;
804 text-align: center;
805 width: 4px;
806 height: 1px;
807}
808
809* html .icePnlTbOff .MidMid a, * html .icePnlTbOff .MidMid div.ptfd{
810 width: 1%;
811}
812
813/* tabOver style classes */
814
815.icePnlTbOver {
816/* was iceTabSetTabOver */
817
818}
819
820.icePnlTbOver .MidMid td, .icePnlTbOver .MidMid div.ptfd{
821 text-align: center;
822 white-space: nowrap;
823 font-weight: bold;
824}
825
826.icePnlTbOver .LftTop {
827 background: url( './css-images/Tab_LftTop_off.gif' ) no-repeat top left;
828 border: none;
829 padding: 0;
830 text-align: center;
831 width: 4px;
832 height: 4px;
833}
834
835.icePnlTbOver .MidTop {
836 background: url( './css-images/Tab_MidTop_off.gif' ) repeat-x top left;
837 border: none;
838 padding: 0;
839 text-align: center;
840 height: 4px;
841}
842
843.icePnlTbOver .RtTop {
844 background: url( './css-images/Tab_RtTop_off.gif' ) no-repeat top left;
845 border: none;
846 padding: 0;
847 text-align: center;
848 width: 4px;
849 height: 4px;
850}
851
852.icePnlTbOver .LftMid {
853 background: url( './css-images/Tab_LftMid_off.gif' ) repeat top left;
854 border: none;
855 padding: 0;
856 text-align: center;
857 width: 4px;
858}
859
860.icePnlTbOver .MidMid {
861 background: url( './css-images/Tab_MidMid_off.gif' ) repeat top left;
862 border: none;
863 padding: 0;
864 text-align: center;
865}
866
867.icePnlTbOver .MidMid a, .icePnlTbOver .MidMid div.ptfd {
868 background: url( './css-images/Tab_MidMid_bullet_over.gif' ) no-repeat top left;
869 border: none;
870 padding: 4px 8px 5px 28px;
871 margin: 3px;
872 font-weight: bold;
873 text-decoration: none;
874 color: #666;
875 cursor: pointer;
876 display: block;
877}
878
879.icePnlTbOver .MidMid div.ptfd {
880 padding: 1px 8px 5px 28px;
881}
882
883.icePnlTbOver .MidMid a:hover {
884 font-weight: bold;
885 color: #3581A5;
886}
887
888.icePnlTbOver .RtMid {
889 background: url( './css-images/Tab_RtMid_off.gif' ) repeat top left;
890 border: none;
891 padding: 0;
892 text-align: center;
893 width: 4px;
894}
895
896.icePnlTbOver .LftBtm {
897 background: #d9d9d9;
898 border: none;
899 padding: 0;
900 text-align: center;
901 width: 4px;
902 height: 1px;
903}
904
905.icePnlTbOver .MidBtm {
906 background: #d9d9d9;
907 border: none;
908 padding: 0;
909 text-align: center;
910 height: 1px;
911}
912
913.icePnlTbOver .RtBtm {
914 background: #d9d9d9;
915 border: none;
916 padding: 0;
917 text-align: center;
918 width: 4px;
919 height: 1px;
920}
921
922* html .icePnlTbOver .MidMid a, * html .icePnlTbOver .MidMid div.ptfd {
923 width: 1%;
924}
925
926/* tabSpacer */
927
928.icePnlTbSetSpcr {
929 width: 100%;
930 border-bottom: 1px solid #d9d9d9;
931}
932
933/* tabPanel */
934.icePnlTbSet {
935/* was iceTabSet*/
936 width: 100%;
937}
938
939.icePnlTbSetCnt {
940/*newly added class*/
941 background: #FFF url( './css-images/contentContainer_bg.gif' ) repeat-x top left;
942 border-bottom: 1px solid #d9d9d9;
943 border-left: 1px solid #d9d9d9;
944 border-right: 1px solid #d9d9d9;
945 padding: 20px;
946}
947
948.icePnlTbSetCntBtm {
949/*was iceTabSetBottom*/
950 background: url( './css-images/contentContainer_bg_up.gif' ) repeat-x top left;
951 border-top: 1px solid #d9d9d9;
952 border-left: 1px solid #d9d9d9;
953 border-right: 1px solid #d9d9d9;
954 padding: 20px;
955}
956
957/* TABS ON BOTTOM STYLE CLASSES */
958/* tabOn style classes */
959
960.icePnlTbOnBtm {
961 margin-right: 0;
962}
963
964.icePnlTbOnBtm .MidMid td, .icePnlTbOnBtm .MidMid div.ptfd {
965 font-weight: bold;
966 text-align: center;
967 white-space: nowrap;
968}
969
970.icePnlTbOnBtm .LftTop {
971 background: #f7f7f7;
972 padding: 0;
973 text-align: center;
974 height: 1px;
975
976}
977
978.icePnlTbOnBtm .MidTop {
979 background: #f7f7f7;
980 border: none;
981 padding: 0;
982 text-align: center;
983 height: 1px;
984}
985
986.icePnlTbOnBtm .RtTop {
987 background: #f7f7f7;
988 padding: 0;
989 text-align: center;
990 height: 1px;
991}
992
993.icePnlTbOnBtm .LftMid {
994 background: url( './css-images/Tab_Btm_LftMid.gif' ) repeat bottom left;
995 border: none;
996 padding: 0;
997 text-align: center;
998 width: 4px;
999}
1000
1001.icePnlTbOnBtm .MidMid {
1002 background: url( './css-images/Tab_Btm_MidMid.gif' ) repeat bottom left;
1003 border: none;
1004 padding: 0;
1005 text-align: center;
1006}
1007
1008.icePnlTbOnBtm .MidMid a, .icePnlTbOnBtm .MidMid div.ptfd{
1009 background: url( './css-images/Tab_MidMid_bullet.gif' ) no-repeat top left;
1010 border: none;
1011 padding: 3px 8px 2px 28px;
1012 margin: 3px;
1013 font-weight: bold;
1014 text-decoration: none;
1015 color: #666;
1016 cursor: pointer;
1017 display: block;
1018}
1019
1020.icePnlTbOnBtm .MidMid div.ptfd {
1021 padding: 0px 0px 0px 28px;
1022}
1023
1024
1025.icePnlTbOnBtm .RtMid {
1026 background: url( './css-images/Tab_Btm_RtMid.gif' ) repeat bottom left;
1027 border: none;
1028 padding: 0;
1029 text-align: center;
1030 width: 4px;
1031}
1032
1033.icePnlTbOnBtm .LftBtm {
1034 background: url( './css-images/Tab_Btm_LftBtm.gif' ) no-repeat bottom left;
1035 border: none;
1036 padding: 0;
1037 text-align: center;
1038 width: 4px;
1039 height: 4px;
1040}
1041
1042.icePnlTbOnBtm .MidBtm {
1043 background: url( './css-images/Tab_Btm_MidBtm.gif' ) repeat-x bottom left;
1044 border: none;
1045 padding: 0;
1046 text-align: center;
1047 height: 4px;
1048}
1049
1050.icePnlTbOnBtm .RtBtm {
1051 background: url( './css-images/Tab_Btm_RtBtm.gif' ) no-repeat bottom left;
1052 border: none;
1053 padding: 0;
1054 text-align: center;
1055 width: 4px;
1056 height: 4px;
1057}
1058
1059* html .icePnlTbOnBtm .MidMid a, * html .icePnlTbOnBtm .MidMid div.ptfd {
1060 width: 1%;
1061}
1062
1063/* tabOff style classes */
1064
1065.icePnlTbOffBtm {
1066 margin-right: 0;
1067}
1068
1069.icePnlTbOffBtm .MidMid td, .icePnlTbOffBtm .MidMid div.ptfd {
1070 text-align: center;
1071 white-space: nowrap;
1072 font-weight: bold;
1073}
1074
1075.icePnlTbOffBtm .LftTop {
1076 background: #d9d9d9;
1077 border: none;
1078 padding: 0;
1079 text-align: center;
1080 width: 4px;
1081 height: 1px;
1082}
1083
1084.icePnlTbOffBtm .MidTop {
1085 background: #d9d9d9;
1086 border: none;
1087 padding: 0;
1088 text-align: center;
1089 height: 1px;
1090}
1091
1092.icePnlTbOffBtm .RtTop {
1093 background: #d9d9d9;
1094 border: none;
1095 padding: 0;
1096 text-align: center;
1097 width: 4px;
1098 height: 1px;
1099}
1100
1101.icePnlTbOffBtm .LftMid {
1102 background: url( './css-images/Tab_Btm_LftMid_off.gif' ) repeat bottom left;
1103 border: none;
1104 padding: 0;
1105 text-align: center;
1106 width: 4px;
1107}
1108
1109.icePnlTbOffBtm .MidMid {
1110 background: url( './css-images/Tab_Btm_MidMid_off.gif' ) repeat bottom left;
1111 border: none;
1112 padding: 0;
1113 text-align: center;
1114}
1115
1116.icePnlTbOffBtm .MidMid a, .icePnlTbOffBtm .MidMid div.ptfd {
1117 background: url( './css-images/Tab_MidMid_bullet_off.gif' ) no-repeat top left;
1118 border: none;
1119 padding: 3px 8px 2px 28px;
1120 margin: 3px;
1121 font-weight: bold;
1122 text-decoration: none;
1123 color: #666;
1124 cursor: pointer;
1125 display: block;
1126}
1127
1128.icePnlTbOffBtm .MidMid div.ptfd{
1129 padding: 0px 0px 0px 28px;
1130}
1131
1132.icePnlTbOffBtm .MidMid a:hover, .icePnlTbOffBtm .MidMid>td:hover {
1133 font-weight: bold;
1134}
1135
1136.icePnlTbOffBtm .RtMid {
1137 background: url( './css-images/Tab_Btm_RtMid_off.gif' ) repeat bottom left;
1138 border: none;
1139 padding: 0;
1140 text-align: center;
1141 width: 4px;
1142}
1143
1144.icePnlTbOffBtm .LftBtm {
1145 background: url( './css-images/Tab_Btm_LftBtm_off.gif' ) no-repeat bottom left;
1146 border: none;
1147 padding: 0;
1148 text-align: center;
1149 width: 4px;
1150 height: 4px;
1151}
1152
1153.icePnlTbOffBtm .MidBtm {
1154 background: url( './css-images/Tab_Btm_MidBtm_off.gif' ) repeat-x bottom left;
1155 border: none;
1156 padding: 0;
1157 text-align: center;
1158 height: 4px;
1159}
1160
1161.icePnlTbOffBtm .RtBtm {
1162 background: url( './css-images/Tab_Btm_RtBtm_off.gif' ) no-repeat bottom left;
1163 border: none;
1164 padding: 0;
1165 text-align: center;
1166 width: 4px;
1167 height: 4px;
1168}
1169
1170* html .icePnlTbOffBtm .MidMid a, * html .icePnlTbOffBtm .MidMid td{
1171 width: 1%;
1172}
1173
1174/* tabOver style classes */
1175
1176.icePnlTbOverBtm {
1177/* was iceTabSetTabOverBottom*/
1178
1179}
1180
1181.icePnlTbOverBtm .MidMid td, .icePnlTbOverBtm .MidMid div.ptfd {
1182 text-align: center;
1183 white-space: nowrap;
1184 font-weight: bold;
1185}
1186
1187.icePnlTbOverfBtm .LftTop {
1188 background: #d9d9d9;
1189 border: none;
1190 padding: 0;
1191 text-align: center;
1192 width: 4px;
1193 height: 1px;
1194}
1195
1196.icePnlTbOverBtm .MidTop {
1197 background: #d9d9d9;
1198 border: none;
1199 padding: 0;
1200 text-align: center;
1201 height: 1px;
1202}
1203
1204.icePnlTbOverBtm .RtTop {
1205 background: #d9d9d9;
1206 border: none;
1207 padding: 0;
1208 text-align: center;
1209 width: 4px;
1210 height: 1px;
1211}
1212
1213.icePnlTbOverBtm .LftMid {
1214 background: url( './css-images/Tab_Btm_LftMid_off.gif' ) repeat bottom left;
1215 border: none;
1216 padding: 0;
1217 text-align: center;
1218 width: 4px;
1219}
1220
1221.icePnlTbOverBtm .MidMid {
1222 background: url( './css-images/Tab_Btm_MidMid_off.gif' ) repeat bottom left;
1223 border: none;
1224 padding: 0;
1225 text-align: center;
1226}
1227
1228.icePnlTbOverBtm .MidMid a, .icePnlTbOverBtm .MidMid div.ptfd {
1229 background: url( './css-images/Tab_MidMid_bullet_over.gif' ) no-repeat top left;
1230 border: none;
1231 padding: 3px 8px 2px 28px;
1232 margin: 3px;
1233 font-weight: bold;
1234 text-decoration: none;
1235 color: #666;
1236 cursor: pointer;
1237 display: block;
1238}
1239
1240.icePnlTbOverBtm .MidMid div.ptfd {
1241 padding: 0px 0px 0px 28px;
1242}
1243
1244.icePnlTbOverBtm .MidMid a:hover, .icePnlTbOverBtm .MidMid td:hover {
1245 font-weight: bold;
1246}
1247
1248.icePnlTbOverBtm .RtMid {
1249 background: url( './css-images/Tab_Btm_RtMid_off.gif' ) repeat bottom left;
1250 border: none;
1251 padding: 0;
1252 text-align: center;
1253 width: 4px;
1254}
1255
1256.icePnlTbOverBtm .LftBtm {
1257 background: url( './css-images/Tab_Btm_LftBtm_off.gif' ) no-repeat bottom left;
1258 border: none;
1259 padding: 0;
1260 text-align: center;
1261 width: 4px;
1262 height: 4px;
1263}
1264
1265.icePnlTbOverBtm .MidBtm {
1266 background: url( './css-images/Tab_Btm_MidBtm_off.gif' ) repeat-x bottom left;
1267 border: none;
1268 padding: 0;
1269 text-align: center;
1270 height: 4px;
1271}
1272
1273.icePnlTbOverBtm .RtBtm {
1274 background: url( './css-images/Tab_Btm_RtBtm_off.gif' ) no-repeat bottom left;
1275 border: none;
1276 padding: 0;
1277 text-align: center;
1278 width: 4px;
1279 height: 4px;
1280}
1281
1282* html .icePnlTbOverBtm .MidMid a {
1283
1284}
1285
1286/* tabSpacer */
1287.icePnlTbSetSpcrBtm {
1288 width: 100%;
1289 border-top: 1px solid #d9d9d9;
1290}
1291
1292/* tabPanel */
1293
1294.icePnlTbSetBtm {
1295 padding-top: 10px;
1296 padding-left: 10px;
1297 padding-right: 10px;
1298 padding-bottom: 10px;
1299 border-right: 1px solid #ABABAB;
1300 border-top: 1px solid #ABABAB;
1301 border-left: 1px solid #ABABAB;
1302 background-color: #FFFFFF;
1303}
1304
1305.icePnlTbOn .MidMid div.ptfd a ,
1306.icePnlTbOff .MidMid div.ptfd a ,
1307.icePnlTbOver .MidMid div.ptfd a ,
1308.icePnlTbOnBtm .MidMid div.ptfd a ,
1309.icePnlTbOffBtm .MidMid div.ptfd a ,
1310.icePnlTbOverBtm .MidMid div.ptfd a {
1311 background-image:none;
1312 border:none;
1313 margin:0;
1314 padding:0;
1315}
1316
1317
1318/*
1319------------- BorderLayout
1320*/
1321.icePnlBrdrNorth {
1322 padding: 5px;
1323 background: #FFF;
1324 font-weight: bold;
1325 height: 60px;
1326 text-align: center;
1327}
1328
1329.icePnlBrdrEast {
1330 width: 10%;
1331 background-color: #FFFFFF;
1332 padding: 5px;
1333 vertical-align: top;
1334}
1335
1336.icePnlBrdrWest {
1337 width: 20%;
1338 background-color: #FFFFFF;
1339 vertical-align: top;
1340}
1341
1342.icePnlBrdrCenter {
1343 width: 70%;
1344 background-color: #FFFFFF;
1345 padding: 5px;
1346 vertical-align: top;
1347}
1348
1349.icePnlBrdrSouth {
1350 border-top: 1px solid #FFFFFF;
1351 color: #666666;
1352 padding: 4px;
1353}
1354
1355/*
1356------------- PanelLayout
1357*/
1358
1359.pageHdr {
1360 font-weight: bold;
1361 height: 80px;
1362 background-color: #CDCDCD;
1363 padding: 5px;
1364 text-align: center;
1365}
1366
1367.icePnlBrdrStyle {
1368 background-color: #FFFFFF;
1369 border: 1px solid #ABABAB;
1370 margin: 10px;
1371 width: 97%;
1372}
1373
1374.pageNavigation {
1375 width: 20%;
1376 background-color: #DEDEDE;
1377 padding: 5px;
1378 vertical-align: top;
1379}
1380
1381.pageBody {
1382 width: 80%;
1383 background-color: #FFFFFF;
1384 padding: 5px;
1385 vertical-align: top;
1386}
1387
1388.pageFtr {
1389 border-top: 1px solid #ABABAB;
1390 color: #666666;
1391 padding: 4px;
1392}
1393
1394/*
1395------------ PanelNavigation
1396*/
1397
1398.navFormOutline {
1399 background-color: #DEDEDE;
1400 margin: 0px;
1401 width: 100%;
1402 padding: 0px;
1403}
1404
1405.navItem, .navActvItem, .navOpenItem {
1406 color: #333333;
1407 text-decoration: none;
1408 background-color: #CDCDCD;
1409 width: 100%;
1410 border: 1px solid #CDCDCD;
1411 border-bottom: 1px solid #FFFFFF;
1412 padding-top: 3px;
1413 padding-bottom: 3px;
1414 padding-left: 5px;
1415 padding-right: 1px;
1416 display: block;
1417}
1418
1419.navItem:hover, .navActvItem:hover, .navOpenItem:hover {
1420 background-color: #FFFFFF;
1421 color: #000000;
1422 border: 1px solid #2A6CC2;
1423}
1424
1425.navOpenItem {
1426 white-space: nowrap;
1427 text-decoration: none;
1428 font-weight: bold;
1429}
1430
1431.navActvItem {
1432 width: 100%;
1433 background-color: #2A6CC2;
1434 color: #FFFFFF;
1435 background-image: url( ./css-images/cal_arrow_right.gif );
1436 background-position: center right;
1437 background-repeat: no-repeat;
1438}
1439
1440.navSeparator {
1441 width: 100%;
1442 height: 1px;
1443 padding: 0px;
1444 margin: 0px;
1445 background-color: #CDCDCD;
1446 border-bottom: 1px solid #DEDEDE;
1447}
1448
1449/*
1450--------------- Progress bar
1451*/
1452.iceOutProg {
1453 margin: 0;
1454}
1455
1456.iceOutProgBg {
1457 width: 300px;
1458 height: 17px;
1459 border: 1px solid #d9d9d9;
1460 background: #FFF;
1461}
1462
1463.iceOutProgFill {
1464 display: block;
1465 margin: 1px;
1466 height: 17px;
1467 background: url( './css-images/ProgFill_bg.gif' ) repeat-x top left;
1468}
1469
1470.iceOutProgTxt {
1471 color: #484848;
1472}
1473
1474/*
1475--------------- autoComplete classes ------
1476*/
1477
1478.iceSelInpTxtTxt {
1479 border: 1px solid #ABABAB;
1480 background-color: #FFFFFF;
1481 margin: 10px 0 0 2px;
1482 padding: 2px;
1483}
1484
1485.iceSelInpTxtList {
1486 position: absolute;
1487 display: block;
1488 border-top: 1px solid #ABABAB;
1489 border-right: 1px solid #666666;
1490 border-left: 1px solid #ABABAB;
1491 border-bottom: 1px solid #333333;
1492}
1493
1494.iceSelInpTxtRow {
1495 display: block;
1496 background-color: #FFFFFF;
1497 color: #333333;
1498 padding: 2px;
1499 padding-left: 10px;
1500 border-bottom: 1px solid #DEDEDE;
1501 position: relative;
1502}
1503
1504.iceSelInpTxtSelRow {
1505 display: block;
1506 background-color: #4591A1;
1507 color: #FFFFFF;
1508 padding: 2px;
1509 padding-left: 10px;
1510 border-bottom: 1px solid #FFFFFF;
1511 position: relative;
1512}
1513
1514.iceSelInpTxtSelRow span {
1515 color: #FFFFFF;
1516}
1517
1518/*
1519--------------- autoComplete disable class ------
1520*/
1521
1522.iceSelInpTxtTxt-dis {
1523 font-family: Arial, Helvetica, sans-serif;
1524 font-size: .95em;
1525 color: #ABABAB;
1526 border: 1px dotted #CCCCCC;
1527 cursor: default;
1528}
1529
1530/*
1531----------- FileUpload Component classes
1532*/
1533.iceInpFile {
1534 overflow: hidden;
1535}
1536
1537.iceInpFileTxt {
1538 border: 1px solid #ABABAB;
1539 background-color: #FFFFFF;
1540 margin: 2px;
1541 padding: 2px;
1542 font-family: Arial, Helvetica, sans-serif;
1543
1544 color: #000000;
1545}
1546
1547.iceInpFileBtn {
1548 border: 1px solid #ABABAB;
1549 background-color: #FFFFFF;
1550 margin: 2px;
1551 padding: 2px;
1552 font-family: Arial, Helvetica, sans-serif;
1553
1554 color: #000000;
1555}
1556
1557/*
1558----------- Data Navigation Bar classes
1559*/
1560
1561.tablebg {
1562 background-color: #EEF3FB;
1563 border: 1px solid #6392C6;
1564 width: 70%;
1565}
1566
1567.oddRow {
1568 background-color: #FFFFFF;
1569}
1570
1571.evenRow {
1572 background-color: #EEF3FB;
1573}
1574
1575.barCol1 {
1576 width: 40%;
1577 text-align: left;
1578}
1579
1580.barCol2 {
1581 width: 15%;
1582 text-align: left;
1583}
1584
1585.barCol3 {
1586 width: 20%;
1587 text-align: left;
1588}
1589
1590.barCol4 {
1591 width: 15%;
1592 text-align: right;
1593}
1594
1595.barCol5 {
1596 width: 15%;
1597 text-align: left;
1598}
1599
1600/*
1601----------- TreeView component
1602*/
1603
1604.iceTreeRow {
1605 white-space: nowrap;
1606 vertical-align: middle;
1607 padding: 0;
1608}
1609
1610.iceTreeRow a {
1611 text-decoration: none;
1612 color: #000000;
1613 cursor: pointer;
1614 padding: 0;
1615 /*padding-left: 3px;*/
1616 vertical-align: middle;
1617}
1618
1619.iceTreeRow a:hover {
1620 text-decoration: underline;
1621}
1622
1623.iceTreeRow img {
1624 border: 0;
1625 vertical-align: middle;
1626 background-repeat: repeat-y;
1627 padding: 0;
1628}
1629.iceTreeRow > img{
1630 /*width: 10px;*/
1631 /*height:16px;*/
1632}
1633
1634
1635.iceTreeRow a img {
1636/* vertical-align: top; - Bug in FF, when img has focus it is not highlighted with a box.*/
1637 background-repeat: repeat-y;
1638 border: 0;
1639 padding: 0;
1640}
1641
1642.iceTreeRow * div {
1643 padding: 0;
1644 vertical-align: middle;
1645}
1646
1647/* ------------ Menu Classes --
1648*/
1649
1650.iceMnuBar, .iceMnuBarVrt {
1651 padding: 0;
1652 margin: 0;
1653 white-space: nowrap;
1654 background-image: none;
1655 background-color: #FCFCFC;
1656}
1657
1658.iceMnuBarItem, .iceMnuBarVrtItem {
1659 border: 1px solid #DBDBDB;
1660 float: left;
1661 white-space: nowrap;
1662 background-color: #FCFCFC;
1663}
1664
1665.iceMnuBarVrtItem {
1666 float: none;
1667}
1668
1669.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover, .iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
1670 text-decoration: none;
1671 font-weight: bold;
1672 display: block;
1673 font-size: 1.0em;
1674 color: #000000;
1675}
1676
1677.iceMnuBarItem a, .iceMnuBarItem span, .iceMnuBarItem a:hover {
1678 padding: 3px 6px 3px 6px;
1679}
1680
1681.iceMnuBarVrtItem a, .iceMnuBarVrtItem span, .iceMnuBarVrtItem a:hover {
1682 padding: 3px 0 3px 6px;
1683}
1684
1685.iceMnuBarItem a, .iceMnuBarVrtItem a {
1686 background-image: url( "./css-images/bottom_menu_bg.png" );
1687}
1688
1689.iceMnuBarItem a:hover, .iceMnuBarVrtItem a:hover {
1690 background-image: url( "./css-images/bottom_menu_btn_bg_on.png" );
1691}
1692
1693.iceMnuItmSep {
1694 border-bottom: 1px solid #DBDBDB;
1695}
1696
1697.iceMnuItmSep hr {
1698 width: 100%;
1699 /*border: 1px inset #000000;*/
1700}
1701
1702.iceMnuBarSubMenu, .iceMnuBarVrtSubMenu {
1703 position: absolute;
1704 background-color: #FCFCFC;
1705 display: block;
1706 width: 145px;
1707 border-right: 1px solid #DBDBDB;
1708 border-left: 1px solid #DBDBDB;
1709 border-top: 1px solid #DBDBDB;
1710 z-index: 1000;
1711}
1712
1713.iceMnuItm {
1714 padding: 0;
1715 margin: 0;
1716 vertical-align: top;
1717 border-bottom: 1px solid #DBDBDB;
1718}
1719
1720.iceMnuItm a, .iceMnuItm a:hover, .iceMnuItmVrt a, .iceMnuItmVrt a:hover {
1721 border: 0;
1722 padding: 0;
1723 margin: 0;
1724 display: block;
1725 text-decoration: none;
1726 text-align: left;
1727 vertical-align: top;
1728 line-height: 25px;
1729 height: 25px;
1730 width: 100%;
1731}
1732
1733.iceMnuItm a, .iceMnuItmVrt a {
1734 background-color: #FCFCFC;
1735 color: #000000;
1736}
1737
1738.iceMnuItm a:hover, .iceMnuItmVrt a:hover {
1739 background-color: #4591A1;
1740 color: #4591A1;
1741}
1742
1743.iceMnuItm a:hover .iceOutTxt, .iceMnuItmVrt a:hover .iceOutTxt {
1744 color: #FFFFFF;
1745}
1746
1747.iceMnuItm a:hover .iceOutTxt, .iceMnuItmVrt a:hover .iceOutTxt, .iceMnuItm a:hover .iceMnuItmLabel {
1748 color: #FFFFFF;
1749}
1750
1751.iceMnuItmLabel {
1752 padding-top: 0;
1753 padding-bottom: 0;
1754 padding-left: 7px;
1755 font-weight: normal;
1756}
1757
1758.iceMnuItmLabel, .iceMnuBarItemLabel {
1759 font-size: 1.0em;
1760 /*width: 100%;*/
1761 vertical-align: top;
1762}
1763
1764.iceDatTbl td span.iceMnuItmLabel {
1765 display: inline;
1766 padding: 0 0 0 7px;
1767}
1768
1769.iceMnuItmImage, .iceMnuBarItemImage, .iceMnuBarVrtItemImage {
1770 display: inline;
1771}
1772
1773.iceMnuItmImage, .iceMnuItmLabel {
1774 vertical-align: middle;
1775}
1776
1777.iceMnuBarSubMenuInd {
1778 float: right;
1779 padding: 5px 0 0 0;
1780 margin: 0;
1781}
1782
1783.iceMnuBarVrt {
1784 width: 160px;
1785 display: block;
1786}
1787
1788.iceMnuBarVrtSubMenuInd {
1789 display: inline;
1790 float: right;
1791 padding-top: 3px;
1792 padding-right: 1px;
1793}
1794
1795/*
1796----------- PanelPopup ----------
1797*/
1798
1799.iceMnuPopVrtItemLabel {
1800 vertical-align: middle;
1801 color: #333333;
1802}
1803
1804.iceMnuPopVrtItemImage {
1805 width: 19px;
1806 vertical-align: middle;
1807}
1808
1809.iceMnuPopVrt {
1810/* was iceMenu_vertical */
1811 float: left;
1812 white-space: nowrap;
1813 margin: 0px;
1814 padding: 0px;
1815 border: 0px;
1816 width: 0px;
1817 height: 0px;
1818}
1819
1820.iceMnuPopVrtTopSubMenu {
1821 padding: 1px;
1822 width: 160px;
1823 background-color: #FCFCFC;
1824 border: 1px solid #999999;
1825 position: absolute;
1826 font-size: 10px;
1827 height: auto;
1828 display: block;
1829}
1830
1831.iceMnuPopVrtItem {
1832/* was iceMenu_verticalItem */
1833 width: 160px;
1834 display: block;
1835}
1836
1837.iceMnuPopVrtItem a {
1838/* was iceMenu_verticalItem */
1839/* background-color: #DDDDDD;*/
1840 height: auto;
1841 padding-left: 3px;
1842 padding-right: 3px;
1843 padding-top: 3px;
1844 padding-bottom: 3px;
1845 color: #333333;
1846 font-size: 1.1em;
1847 margin-bottom: 1px;
1848 float: none;
1849 display: block;
1850 text-decoration: none;
1851 border: 0px solid #FFFFFF; /*width: 100%;*/
1852}
1853
1854.iceMnuPopVrtItem a:hover {
1855/* was iceMenu_verticalItem */
1856 background-color: #4591A1;
1857 color: #4591A1;
1858 text-decoration: none;
1859}
1860
1861.iceMnuPopVrtItem a:hover .iceMnuPopVrtItemLabel {
1862 color: #FFFFFF;
1863}
1864
1865.iceMnuPopVrtSubMenu {
1866/* was iceSubMenu_vertical*/
1867 padding: 1px;
1868 width: 160px;
1869 background-color: #EFEFEF;
1870 border-top: 1px solid #999999;
1871 border-right: 1px solid #999999;
1872 border-left: 1px solid #999999;
1873 border-bottom: 1px solid #999999;
1874 position: absolute;
1875 height: auto;
1876 display: block;
1877}
1878
1879.iceMnuPopVrtSubMenuInd {
1880/* was iceSubMenuDividerVert */
1881 display: inline;
1882 float: right;
1883 padding-top: 0px;
1884 padding-right: 1px;
1885}
1886
1887/*
1888----------- PanelPopup & panelTooltip ----------
1889*/
1890
1891.icePnlPop, .icePnlTlTip {
1892 padding: 0px;
1893 z-index: 1000;
1894 background: #F5F5F5;
1895 border: 1px solid #d9d9d9;
1896 color: #666666;
1897}
1898
1899.icePnlPopHdr, .icePnlTlTipHdr {
1900 height: 2.0em;
1901 font-weight: bold;
1902 background: #FFF url( './css-images/PnlHdr_bgslice.gif' ) repeat-x top left;
1903 border-bottom: 1px solid #d9d9d9;
1904}
1905
1906.icePnlPopHdr .iceOutTxt, .icePnlTlTipHdr .iceOutTxt {
1907 padding: 4px;
1908 text-align: center;
1909 vertical-align: middle;
1910 font: 11px tahoma;
1911 color: #484848;
1912 font-weight: bold;
1913}
1914
1915.icePnlPopBody, .icePnlTlTipBody {
1916 padding: 10px;
1917}
1918
1919.icePnlPopFtr, .icePnlTlTipFtr {
1920 float: right;
1921 height: auto;
1922 background-color: #DDDDDD;
1923}
1924
1925.popupTopTextDrag, .popupTopTextModal {
1926 margin: 2px 0 0 4px;
1927 display: inline;
1928 float: left;
1929}
1930
1931.popupTopClose, .popupTopCloseModal {
1932 vertical-align: middle;
1933 margin: 4px;
1934 display: inline;
1935 float: right;
1936}
1937
1938.popupContentText {
1939 display: block;
1940}
1941
1942/*
1943 Classes for the output progress bar
1944*/
1945
1946.iceOutProgIndetActv {
1947 margin: 1px;
1948 height: 17px;
1949 background: url( './css-images/ProgFill_Indet_Bg_active.gif' ) repeat-x top left;
1950}
1951
1952.iceOutProgIndetInactv {
1953 margin: 1px;
1954 height: 17px;
1955 background: url( './css-images/ProgFill_Indet_Bg_inactive.gif' ) repeat-x top left;
1956}
1957
1958/*
1959 Classes for the connection status indicator
1960*/
1961
1962.iceOutConStatInactv, .iceOutConStatActv, .iceOutConStatCaution, .iceOutConStatDisconnect {
1963 height: 33px;
1964 width: 33px;
1965 position: absolute;
1966 margin-left: -10px;
1967}
1968
1969.iceOutConStat {
1970 margin: 10px;
1971 width: 25px;
1972 height: 25px;
1973 border: none;
1974 font-size: .5em;
1975}
1976
1977.iceOutConStatInactv {
1978 background: url( './css-images/connect_idle.gif' ) no-repeat center top;
1979}
1980
1981.iceOutConStatActv {
1982 background: url( './css-images/connect_active.gif' ) no-repeat center top;
1983}
1984
1985.iceOutConStatCaution {
1986 background: url( './css-images/connect_caution.gif' ) no-repeat center top;
1987}
1988
1989.iceOutConStatDisconnect {
1990 background: url( './css-images/connect_disconnected.gif' ) no-repeat center top;
1991}
1992
1993/* XP Disabled styles CSS Document v1.0 mar 31 2006 */
1994
1995.iceCmdBtn-dis {
1996}
1997
1998.iceCmdLnk-dis, .iceOutLnk-dis {
1999 color: #ABABAB;
2000 text-decoration: none;
2001 border-bottom: 1px dotted #CCCCCC;
2002 cursor: default;
2003}
2004
2005.iceOutTxt-dis, .iceOutLbl-dis {
2006 color: #ABABAB;
2007 text-decoration: none;
2008 border-bottom: 1px dotted #CCCCCC;
2009 cursor: default;
2010}
2011
2012.iceInpTxt-dis, .iceInpSecrt-dis {
2013 color: #ABABAB;
2014 cursor: default;
2015 margin: 2px;
2016 padding: 3px;
2017 font: 11px tahoma;
2018 border: 1px dotted #CCCCCC;
2019}
2020
2021.iceInpTxtArea-dis {
2022 font-family: Arial, Helvetica, sans-serif;
2023 font-size: .95em;
2024 color: #ABABAB;
2025 border: 1px dotted #CCCCCC;
2026 cursor: default;
2027 margin: 2px;
2028 padding: 2px;
2029}
2030
2031.iceSelMnyCb-dis {
2032 background-color: #CCCCCC;
2033 padding: 2px;
2034 margin: 2px;
2035 cursor: default;
2036 color: #CCCCCC;
2037 border: none;
2038}
2039
2040.iceSelOneMnu-dis, .iceSelMnyLb-dis, .iceSelMnyMnu-dis, .iceSelOneLb-dis {
2041 font-family: Arial, Helvetica, sans-serif;
2042 color: #CCCCCC;
2043 padding: 2px;
2044 font-size: .95em;
2045 cursor: default;
2046 border: none;
2047}
2048
2049.iceSelOneRb-dis {
2050 background-color: #CCCCCC;
2051 padding: 2px;
2052 margin: 2px;
2053 cursor: default;
2054 color: #444444;
2055 border: none;
2056}
2057
2058.iceInpFileTxt-dis {
2059 border: none;
2060 background-color: #FFFFFF;
2061 margin: 2px;
2062 padding: 2px;
2063 font-family: Arial, Helvetica, sans-serif;
2064 color: #CCCCCC;
2065 cursor: default;
2066}
2067
2068.iceInpFileBtn-dis {
2069 border: 1px solid #CCCCCC;
2070 background-color: #FFFFFF;
2071 margin: 2px;
2072 padding: 2px;
2073 font-family: Arial, Helvetica, sans-serif;
2074 color: #CCCCCC;
2075 cursor: default;
2076}
2077
2078/* submenu disabled style classes */
2079.iceSubMenuRowLabel-dis {
2080 color: #ABABAB;
2081 text-decoration: none;
2082 cursor: default;
2083}
2084
2085.iceSubMenuRow-dis {
2086 color: #ABABAB;
2087 text-decoration: none;
2088 cursor: default;
2089 padding: 0px;
2090 display: block;
2091 height: auto;
2092}
2093
2094.iceSubMenuRow-dis a {
2095 color: #333333;
2096 text-decoration: none;
2097 cursor: default;
2098 display: block;
2099 padding-left: 3px;
2100 padding-right: 3px;
2101 padding-top: 3px;
2102 padding-bottom: 3px;
2103
2104}
2105
2106.iceSubMenuRow-dis a:hover {
2107 color: #ABABAB;
2108 text-decoration: none;
2109 border-bottom: 1px dotted #CCCCCC;
2110 cursor: default;
2111}
2112
2113/* panel tabs disabled style classes */
2114.icePnlTbOff {
2115/* was iceTabSetTabOff*/
2116
2117}
2118
2119.icePnlTbOff .LftTop-dis {
2120 background-color: transparent;
2121 background-image: url( "./css-images/off-left-top-dis.gif" );
2122 background-repeat: no-repeat;
2123 background-position: bottom;
2124 text-align: center;
2125 padding-top: 1px;
2126 border: none;
2127 height: 4px;
2128}
2129
2130.icePnlTbOff .MidTop-dis {
2131 background-color: #DEDEDE;
2132 background-image: url( './css-images/off-mid-top-dis.gif' );
2133 background-repeat: repeat-x;
2134 text-align: center;
2135 padding-top: 1px;
2136 border: none;
2137}
2138
2139.icePnlTbOff .RtTop-dis {
2140 background-color: transparent;
2141 background-image: url( "./css-images/off-right-top-dis.gif" );
2142 background-repeat: no-repeat;
2143 background-position: bottom;
2144 text-align: center;
2145 padding-top: 1px;
2146 border: none;
2147}
2148
2149.icePnlTbOff .LftMid-dis {
2150 background-color: #DEDEDE;
2151 /* background-image: url("./css-images/off-left-mid.gif");
2152 background-repeat:no-repeat;*/
2153 text-align: center;
2154 padding-top: 15px;
2155 border: none;
2156}
2157
2158.icePnlTbOff .MidMid-dis {
2159 background-color: #DEDEDE;
2160 /* background-image: url("./css-images/off-mid-mid.gif");
2161 background-repeat:repeat-x;*/
2162 text-align: center;
2163 padding-top: 5px;
2164 padding-right: 15px;
2165 padding-left: 15px;
2166 border: none;
2167 white-space: nowrap;
2168 color: #ABABAB;
2169}
2170
2171.icePnlTbOff .MidMid-dis a, .icePnlTbOff .MidMid-dis div.ptfd {
2172 text-decoration: none;
2173 color: #ABABAB;
2174 cursor: default;
2175
2176}
2177
2178.icePnlTbOff .RtMid-dis {
2179 background-color: #DEDEDE;
2180 /* background-image: url("./css-images/off-right-mid.gif");
2181 background-repeat:no-repeat;*/
2182 text-align: center;
2183 padding-top: 15px;
2184 border: none;
2185}
2186
2187.icePnlTbOff .LftBtm-dis {
2188 background-color: transparent;
2189 background-image: url( "./css-images/off-left-bot.gif" );
2190 background-repeat: no-repeat;
2191 border: none;
2192}
2193
2194.icePnlTbOff .MidBtm-dis {
2195 background-color: transparent;
2196 background-image: url( "./css-images/off-mid-bot.gif" );
2197 background-repeat: repeat-x;
2198 border: none;
2199}
2200
2201.icePnlTbOff .RtBtm-dis {
2202 background-color: transparent;
2203 background-image: url( "./css-images/off-right-bot.gif" );
2204 background-repeat: no-repeat;
2205 border: none;
2206}
2207
2208/* disabled bottom tab off */
2209.icePnlTbOffBtm .LftBtm-dis {
2210 background-color: transparent;
2211 background-image: url( "./css-images/off-left-top-dis.gif" );
2212 background-repeat: no-repeat;
2213 background-position: bottom;
2214 text-align: center;
2215 padding-top: 1px;
2216 border: none;
2217 height: 4px;
2218}
2219
2220.icePnlTbOffBtm .MidBtm-dis {
2221 background-color: #DEDEDE;
2222 background-image: url( './css-images/off-mid-top-dis.gif' );
2223 background-repeat: repeat-x;
2224 text-align: center;
2225 padding-top: 1px;
2226 border: none;
2227}
2228
2229.icePnlTbOffBtm .RtBtm-dis {
2230 background-color: transparent;
2231 background-image: url( "./css-images/off-right-top-dis.gif" );
2232 background-repeat: no-repeat;
2233 background-position: bottom;
2234 text-align: center;
2235 padding-top: 1px;
2236 border: none;
2237}
2238
2239.icePnlTbOffBtm .LftMid-dis {
2240 background-color: #DEDEDE;
2241 /* background-image: url("./css-images/off-left-mid.gif");
2242 background-repeat:no-repeat;*/
2243 text-align: center;
2244 padding-top: 15px;
2245 border: none;
2246}
2247
2248.icePnlTbOffBtm .MidMid-dis {
2249 background-color: #DEDEDE;
2250 /* background-image: url("./css-images/off-mid-mid.gif");
2251 background-repeat:repeat-x;*/
2252 text-align: center;
2253 padding-top: 5px;
2254 padding-right: 15px;
2255 padding-left: 15px;
2256 border: none;
2257 white-space: nowrap;
2258 color: #ABABAB;
2259}
2260
2261.icePnlTbOffBtm .MidMid-dis a, .icePnlTbOffBtm .MidMid-dis div.ptfd{
2262 text-decoration: none;
2263 color: #ABABAB;
2264 cursor: default;
2265
2266}
2267
2268.icePnlTbOffBtm .RtMid-dis {
2269 background-color: #DEDEDE;
2270 /* background-image: url("./css-images/off-right-mid.gif");
2271 background-repeat:no-repeat;*/
2272 text-align: center;
2273 padding-top: 15px;
2274 border: none;
2275}
2276
2277.icePnlTbOffBtm .LftTop-dis {
2278 background-color: transparent;
2279 background-image: url( "./css-images/off-left-bot.gif" );
2280 background-repeat: no-repeat;
2281 border: none;
2282}
2283
2284.icePnlTbOffBtm .MidTop-dis {
2285 background-color: transparent;
2286 background-image: url( "./css-images/off-mid-bot.gif" );
2287 background-repeat: repeat-x;
2288 border: none;
2289}
2290
2291.icePnlTbOffBtm .RtTop-dis {
2292 background-color: transparent;
2293 background-image: url( "./css-images/off-right-bot.gif" );
2294 background-repeat: no-repeat;
2295 border: none;
2296}
2297
2298/* disabled bottom tab on */
2299
2300.icePnlTbOnBtm .LftBtm-dis {
2301 background-color: transparent;
2302 background-image: url( "./css-images/off-left-top-dis.gif" );
2303 background-repeat: no-repeat;
2304 background-position: bottom;
2305 text-align: center;
2306 padding-top: 1px;
2307 border: none;
2308 height: 4px;
2309}
2310
2311.icePnlTbOnBtm .MidBtm-dis {
2312 background-color: #DEDEDE;
2313 background-image: url( './css-images/off-mid-top-dis.gif' );
2314 background-repeat: repeat-x;
2315 text-align: center;
2316 padding-top: 1px;
2317 border: none;
2318}
2319
2320.icePnlTbOnBtm .RtBtm-dis {
2321 background-color: transparent;
2322 background-image: url( "./css-images/off-right-top-dis.gif" );
2323 background-repeat: no-repeat;
2324 background-position: bottom;
2325 text-align: center;
2326 padding-top: 1px;
2327 border: none;
2328}
2329
2330.icePnlTbOnBtm .LftMid-dis {
2331 background-color: #DEDEDE;
2332 /* background-image: url("./css-images/off-left-mid.gif");
2333 background-repeat:no-repeat;*/
2334 text-align: center;
2335 padding-top: 15px;
2336 border: none;
2337}
2338
2339.icePnlTbOnBtm .MidMid-dis {
2340 background-color: #DEDEDE;
2341 /* background-image: url("./css-images/off-mid-mid.gif");
2342 background-repeat:repeat-x;*/
2343 text-align: center;
2344 padding-top: 5px;
2345 padding-right: 15px;
2346 padding-left: 15px;
2347 border: none;
2348 white-space: nowrap;
2349 color: #ABABAB;
2350}
2351
2352.icePnlTbOnBtm .MidMid-dis a, .icePnlTbOnBtm .MidMid-dis a{
2353 text-decoration: none;
2354 color: #ABABAB;
2355 cursor: default;
2356}
2357
2358.icePnlTbOnBtm .RtMid-dis {
2359 background-color: #DEDEDE;
2360 /* background-image: url("./css-images/off-right-mid.gif");
2361 background-repeat:no-repeat;*/
2362 text-align: center;
2363 padding-top: 15px;
2364 border: none;
2365}
2366
2367.icePnlTbOnBtm .LftTop-dis {
2368 background-color: transparent;
2369 background-image: url( "./css-images/off-left-bot.gif" );
2370 background-repeat: no-repeat;
2371 border: none;
2372}
2373
2374.icePnlTbOnBtm .MidTop-dis {
2375 background-color: transparent;
2376 background-image: url( "./css-images/off-mid-bot.gif" );
2377 background-repeat: repeat-x;
2378 border: none;
2379}
2380
2381.icePnlTbOnBtm .RtTop-dis {
2382 background-color: transparent;
2383 background-image: url( "./css-images/off-right-bot.gif" );
2384 background-repeat: no-repeat;
2385 border: none;
2386}
2387
2388/* tab on disabled */
2389.icePnlTbOn {
2390
2391}
2392
2393.icePnlTbOn .LftTop-dis {
2394 background-color: transparent;
2395 background-image: url( "./css-images/off-left-top-dis.gif" );
2396 background-repeat: no-repeat;
2397 background-position: bottom;
2398 text-align: center;
2399 padding-top: 1px;
2400 border: none;
2401 height: 4px;
2402}
2403
2404.icePnlTbOn .MidTop-dis {
2405 background-color: #DEDEDE;
2406 background-image: url( './css-images/off-mid-top-dis.gif' );
2407 background-repeat: repeat-x;
2408 text-align: center;
2409 padding-top: 1px;
2410 border: none;
2411}
2412
2413.icePnlTbOn .RtTop-dis {
2414 background-color: transparent;
2415 background-image: url( "./css-images/off-right-top-dis.gif" );
2416 background-repeat: no-repeat;
2417 background-position: bottom;
2418 text-align: center;
2419 padding-top: 1px;
2420 border: none;
2421}
2422
2423.icePnlTbOn .LftMid-dis {
2424 background-color: #DEDEDE;
2425 /* background-image: url("./css-images/off-left-mid.gif");
2426 background-repeat:no-repeat;*/
2427 text-align: center;
2428 padding-top: 15px;
2429 border: none;
2430}
2431
2432.icePnlTbOn .MidMid-dis {
2433 background-color: #DEDEDE;
2434 /* background-image: url("./css-images/off-mid-mid.gif");
2435 background-repeat:repeat-x;*/
2436 text-align: center;
2437 padding-top: 5px;
2438 padding-right: 15px;
2439 padding-left: 15px;
2440 border: none;
2441 white-space: nowrap;
2442 color: #ABABAB;
2443}
2444
2445.icePnlTbOn .MidMid-dis a, .icePnlTbOn .MidMid-dis div.ptfd {
2446 text-decoration: none;
2447 color: #ABABAB;
2448 cursor: default;
2449}
2450
2451.icePnlTbOn .RtMid-dis {
2452 background-color: #DEDEDE;
2453 /* background-image: url("./css-images/off-right-mid.gif");
2454 background-repeat:no-repeat;*/
2455 text-align: center;
2456 padding-top: 15px;
2457 border: none;
2458}
2459
2460.icePnlTbOn .LftBtm-dis {
2461 background-color: transparent;
2462 background-image: url( "./css-images/off-left-bot.gif" );
2463 background-repeat: no-repeat;
2464 border: none;
2465}
2466
2467.icePnlTbOn .MidBtm-dis {
2468 background-color: transparent;
2469 background-image: url( "./css-images/off-mid-bot.gif" );
2470 background-repeat: repeat-x;
2471 border: none;
2472}
2473
2474.icePnlTbOn .RtBtm-dis {
2475 background-color: transparent;
2476 background-image: url( "./css-images/off-right-bot.gif" );
2477 background-repeat: no-repeat;
2478 border: none;
2479}
2480
2481/*
2482data scroller classes disabled styles
2483*/
2484.sclBtnCell-dis {
2485/* the cells behind the scroll buttons */
2486 background-color: #FFFFFF;
2487 padding: 2px;
2488}
2489
2490.sclBtnCell-dis img {
2491 cursor: default;
2492}
2493
2494.icePaginatorTbl-dis {
2495/* the container for the pagination*/
2496 background-color: #FFFFFF;
2497}
2498
2499/* set the common attributes for the pagination numbers */
2500.icePaginatorAtvCol-dis a, .icePaginatorCol-dis a {
2501 text-decoration: none;
2502 font-weight: normal;
2503 background-color: #FFFFFF;
2504 color: #ABABAB;
2505 display: block;
2506 padding-left: 5px;
2507 padding-right: 5px;
2508 border: 1px solid #FFFFFF;
2509 cursor: default;
2510}
2511
2512/* override the attributes for the currently selected page */
2513.icePaginatorAtvCol-dis a {
2514 color: #ABABAB;
2515 /* border:1px solid #2A6CC2;
2516 background-color:#2A6CC2;
2517 */
2518 cursor: default;
2519}
2520
2521/* set the attributes for the mouseover on none-current pages */
2522.icePaginatorCol-dis a:hover {
2523 /* color:#000000;
2524 border:1px solid #2A6CC2;*/
2525}
2526
2527/*
2528Disabled classes for the calendar controls
2529*/
2530
2531.iceSelInpDate-dis {
2532/* calendar outline & background color */
2533 background-color: #FFFFFF;
2534 border: 1px solid #DEDEDE; /* removed margin from calendar outline - better absolute positioning of popup */
2535/*margin:10px;*/
2536}
2537
2538.iceSelInpDateMonthYear-dis {
2539 background-color: #EFEFEF;
2540 /* background-image: url("./css-images/table_col_header.gif");
2541 background-position:bottom;
2542 background-repeat:repeat-x;*/
2543 font-weight: normal;
2544 text-align: center;
2545 color: #999999;
2546 padding-left: 1px;
2547 padding-right: 1px;
2548 padding-top: 4px;
2549 padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
2550}
2551
2552.iceSelInpDateMoYrDropdown-dis {
2553 background-color: #EFEFEF;
2554 color: #999999;
2555}
2556
2557.iceSelInpDateMonthYear-dis img {
2558 cursor: default;
2559}
2560
2561.iceSelInpDateWeek-dis {
2562/* the days of the week row */
2563 font-weight: normal;
2564 color: #999999;
2565 background-color: #EFEFEF;
2566 text-align: center;
2567 padding-left: 5px;
2568 padding-right: 5px;
2569 border-bottom: 1px solid #ABABAB;
2570}
2571
2572/* set the look for the days of the week backgrounds */
2573.iceSelInpDateDay-dis, .iceSelInpDateCur-dis {
2574/* the background & alignment for the days */
2575 padding: 3px;
2576 text-align: center;
2577}
2578
2579/* now set the attributes for the numbers for each day of the week */
2580.iceSelInpDateDay-dis a {
2581/* the day text */
2582 text-decoration: none;
2583 background-color: #FFFFFF;
2584 border: 1px solid #FFFFFF;
2585 color: #ABABAB;
2586 width: 100%;
2587 height: 100%;
2588 padding: 0px;
2589 display: block;
2590 cursor: default;
2591}
2592
2593.iceSelInpDateCur-dis a {
2594 text-decoration: none;
2595 background-color: #ABABAB;
2596 border: 1px solid #ABABAB;
2597 color: #FFFFFF;
2598 width: 100%;
2599 height: 100%;
2600 padding: 0px;
2601 display: block;
2602 cursor: default;
2603}
2604
2605/*
2606----------- commandSortHeader ----------
2607*/
2608.iceCmdSrtHdr {
2609 text-decoration: none; /*border: 1px solid #ABABAB;*/
2610 color: #333333;
2611 width: 100%;
2612 height: 100%;
2613 padding: 0px;
2614 display: block;
2615}
2616
2617.iceCmdSrtHdr-dis {
2618 text-decoration: none; /*border: 1px solid #ABABAB;*/
2619 color: #999999;
2620 width: 100%;
2621 height: 100%;
2622 padding: 0px;
2623 display: block;
2624 cursor: default;
2625}
2626
2627/* IE specific CSS to enlarge clickable area of SortHeader links */
2628* html .iceCmdSrtHdr {
2629 height: 1%;
2630}
2631
2632/*
2633----------- form ----------
2634*/
2635.iceFrm {
2636
2637}
2638
2639/*
2640----------- graphicImage ----------
2641*/
2642.iceGphImg {
2643
2644}
2645
2646/*
2647----------- message ----------
2648*/
2649.iceMsg {
2650
2651}
2652
2653.iceMsgFatal {
2654
2655}
2656
2657.iceMsgError {
2658
2659}
2660
2661.iceMsgWarn {
2662
2663}
2664
2665.iceMsgInfo {
2666
2667}
2668
2669/*
2670----------- messages ----------
2671*/
2672.iceMsgs {
2673
2674}
2675
2676.iceMsgsFatal {
2677
2678}
2679
2680.iceMsgsError {
2681
2682}
2683
2684.iceMsgsWarn {
2685
2686}
2687
2688.iceMsgsInfo {
2689
2690}
2691
2692/*
2693----------- panelGrid ----------
2694*/
2695.icePnlGrd {
2696
2697}
2698
2699.icePnlGrdHdr {
2700
2701}
2702
2703.icePnlGrdFtr {
2704
2705}
2706
2707.icePnlGrdRow1 {
2708
2709}
2710
2711.icePnlGrdRow2 {
2712
2713}
2714
2715.icePnlGrdCol1 {
2716
2717}
2718
2719.icePnlGrdCol2 {
2720
2721}
2722
2723/*
2724----------- panelGroup ----------
2725*/
2726.icePnlGrp {
2727
2728}
2729
2730/*
2731----------- outputFormat ----------
2732*/
2733.iceOutFrmt {
2734
2735}
2736
2737/*
2738----------- tree ----------
2739*/
2740.iceTree {
2741
2742}
2743
2744.iceTreeRow {
2745
2746}
2747
2748/*
2749----------- panelSeries ----------
2750*/
2751.icePnlSrs {
2752
2753}
2754
2755/*
2756----------- positionedPanel ----------
2757*/
2758.icePnlPos {
2759
2760}
2761
2762.icePnlPos-dis {
2763
2764}
2765
2766/*
2767----------- positionedPanel ----------
2768*/
2769.icePnlStk {
2770}
2771
2772.icePnlStkRow {
2773}
2774
2775.icePnlStkCol {
2776}
2777
2778/*
2779----------- panelTab header ----------
2780*/
2781.icePnlTbSetHdrIconLft {
2782 display: none;
2783 width: 0;
2784 height: 0;
2785
2786}
2787
2788.icePnlTbSetHdrIconRt {
2789 display: none;
2790 width: 0;
2791 height: 0;
2792}
2793
2794.icePnlTbSetHdrLbl {
2795 padding-top: 2px;
2796 padding-bottom: 2px;
2797 white-space: nowrap;
2798}
2799
2800/*
2801----------- Table Row Selection --------
2802*/
2803.iceRowSelSelected {
2804 background: #E5E5E5;
2805}
2806.iceRowSelSelected .iceOutTxt{
2807 color: #578E93;
2808}
2809.iceRowSelSelected .iceOutTxt {
2810 color: #428F99;
2811}
2812.iceRowSelSelectedMouseOver {
2813 background: #FFA326;
2814}
2815.iceRowSelSelectedMouseOver .iceOutTxt {
2816 color: white;
2817}
2818.iceRowSelMouseOver {
2819 color: white;
2820 background: #4591A1;
2821}
2822.iceRowSelMouseOver .iceOutTxt {
2823 color: white;
2824}
2825
2826/*
2827----------- outputChart --------
2828*/
2829
2830.iceOutChrt {
2831
2832}
2833
2834/*
2835----------- Panel Collapsible --------
2836*/
2837
2838.icePnlClpsbl, .icePnlClpsbl-dis {
2839 border: 1px solid #d9d9d9;
2840}
2841
2842.icePnlClpsblCnt .icePnlClpsbl {
2843 border: none;
2844}
2845
2846.icePnlClpsblHdr, .icePnlClpsblHdr-dis {
2847 font: 11px tahoma;
2848 color: #484848;
2849 padding: 3px 0 1px 4px;
2850 font-weight: bold;
2851 height: 20px;
2852 background: #FFF url( './css-images/table_col_header.gif' ) repeat-x top left;
2853 border-bottom: 1px solid #d9d9d9;
2854}
2855
2856.icePnlClpsblHdr-dis {
2857 background: #FFF url( './css-images/table_col_header_dis.gif' ) repeat-x top left;
2858}
2859
2860.icePnlClpsblHdr .iceCmdLnk, .icePnlClpsblColpsdHdr .iceCmdLnk {
2861 padding-left: 22px;
2862}
2863
2864.icePnlClpsblHdr .icePnlGrp a, .icePnlClpsblHdr-dis .icePnlGrp a {
2865 font-weight: bold;
2866}
2867
2868.icePnlClpsblCnt, .icePnlClpsblCnt-dis {
2869 font: 11px / 17px tahoma;
2870 color: #494949;
2871 background: #f5f5f5;
2872 padding: 4px 4px 4px 9px;
2873 border-bottom: none;
2874}
2875
2876.icePnlClpsblCnt-dis {
2877 background-color: #e5e5e5;
2878}
2879
2880.icePnlClpsblCnt .icePnlClpsblHdr {
2881 font: 11px tahoma;
2882 color: #484848;
2883 padding: 0 0 0 0;
2884 font-weight: bold;
2885 height: 20px;
2886 border: none;
2887 margin-top: 8px;
2888}
2889
2890.icePnlClpsblCnt .icePnlClpsblHdr .iceOutTxt {
2891 background: none;
2892}
2893
2894.icePnlClpsblCnt .icePnlClpsblColpsdHdr {
2895 font: 11px tahoma;
2896 color: #484848;
2897 padding: 0 0 0 0;
2898 font-weight: bold;
2899 height: 20px;
2900 border: none;
2901 margin-top: 8px;
2902}
2903
2904.icePnlClpsblCnt .icePnlClpsblColpsdHdr .iceOutTxt{
2905 background: none;
2906}
2907
2908.icePnlClpsblCnt .icePnlClpsblCnt {
2909 border-left: none;
2910 border-right: none;
2911 padding: 0 0 0 10px;
2912}
2913
2914.icePnlClpsblColpsd, .icePnlClpsblColpsd-dis {
2915 border: 1px solid #d9d9d9;
2916}
2917
2918.icePnlClpsblCnt .icePnlClpsblColpsd {
2919 border: none;
2920}
2921
2922.icePnlClpsblColpsdHdr, .icePnlClpsblColpsdHdr-dis {
2923 font: 11px tahoma;
2924 color: #484848;
2925 padding: 3px 0 1px 4px;
2926 font-weight: bold;
2927 height: 20px;
2928 background: #FFF url( './css-images/table_col_header.gif' ) repeat-x top left;
2929 border-bottom: none;
2930}
2931
2932.icePnlClpsblColpsdHdr-dis {
2933 background: #FFF url( './css-images/table_col_header_dis.gif' ) repeat-x top left;
2934}
2935
2936.icePnlClpsblColpsdHdr .iceOutTxt, .icePnlClpsblHdr .iceOutTxt,
2937.icePnlClpsblColpsdHdr-dis .iceOutTxt, .icePnlClpsblHdr-dis .iceOutTxt {
2938 padding-left: 21px;
2939}
2940
2941.icePnlClpsblColpsdCnt, .icePnlClpsblColpsdCnt-dis {
2942 border: none;
2943}
2944
2945.icePnlClpsblHdr, .icePnlClpsblColpsdHdr {
2946 cursor: pointer;
2947}
2948
2949.icePnlClpsblHdr-dis, .icePnlClpsblColpsdHdr-dis {
2950 cursor: default;
2951}
2952
2953.icePnlClpsblHdr div, .icePnlClpsblHdr-dis div, .icePnlClpsblColpsdHdr div, .icePnlClpsblColpsdHdr-dis div {
2954 background-repeat: no-repeat;
2955 background-position: left top;
2956 height: 21px;
2957}
2958
2959.icePnlClpsblHdr div {
2960 background: url( './css-images/PnlHdr_down.gif' ) no-repeat top left;
2961 padding: 5px 0 0 5px;
2962 margin: -2px 0 0 -2px;
2963 background-position: 3px 2px;
2964}
2965
2966.icePnlClpsblHdr-dis div {
2967 background: url( './css-images/PnlHdr_down_dis.gif' ) no-repeat top left;
2968 padding: 5px 0 0 5px;
2969 margin: -2px 0 0 -2px;
2970 background-position: 3px 2px;
2971}
2972
2973.icePnlClpsblColpsdHdr div {
2974 background: url( './css-images/PnlHdr_collapsed.gif' ) no-repeat top left;
2975 padding: 5px 0 0 5px;
2976 margin: -2px 0 0 -2px;
2977 background-position: 3px 2px;
2978}
2979
2980.icePnlClpsblColpsdHdr-dis div {
2981 background: url( './css-images/PnlHdr_collapsed_dis.gif' ) no-repeat top left;
2982 padding: 5px 0 0 5px;
2983 margin: -2px 0 0 -2px;
2984 background-position: 3px 2px;
2985}
2986
2987.icePnlClpsbl-dis, .icePnlClpsblHdr-dis, .icePnlClpsblCnt-dis,
2988.icePnlClpsblColpsd-dis, .icePnlClpsblColpsdHdr-dis, .icePnlClpsblColpsdCnt-dis{
2989 color: #999;
2990}
2991
2992.icePnlClpsblHdr-dis .iceOutTxt, .icePnlClpsblCnt-dis .iceOutTxt,
2993.icePnlClpsblColpsdHdr-dis .iceOutTxt, .icePnlClpsblColpsdCnt-dis .iceOutTxt {
2994 color: #999;
2995}
2996
2997.icePnlClpsblHdr img, .icePnlClpsblColpsdHdr img {
2998 border: 0;
2999}
3000/*
3001----------- Google Maps --------
3002*/
3003
3004.iceGmp{
3005 border-collapse:collapse;
3006 border-spacing:0px;
3007 padding:0px;
3008}
3009
3010.iceGmpMapTd {
3011 vertical-align: top;
3012}
3013
3014.iceGmpMapTd div.gmap {
3015 width: 600px;
3016 height: 400px;
3017}
3018
3019.iceInpRchTxt {
3020 width: 100%;
3021}
3022
3023/* panel divider */
3024.icePnlDvr, .icePnlDvrHor {
3025 width: 800px;
3026 height: 400px;
3027}
3028
3029.icePnlDvrCnt, .icePnlDvrHorCnt {
3030 border: 1px solid #ABABAB;
3031 /*width: 100%;*/
3032 height: 100%;
3033}
3034
3035.icePnlDvrFst, .icePnlDvrSnd {
3036 height: 100%;
3037 display: block;
3038 float: left;
3039 overflow: auto;
3040}
3041
3042.icePnlDvrSpt {
3043 width: 2px;
3044 height: 100%;
3045 display: inline;
3046 background-color: #EFEFEF;
3047 border-left: 1px solid #ABABAB;
3048 border-right: 1px solid #ABABAB;
3049 float: left;
3050 cursor: e-resize;
3051}
3052
3053.icePnlDvrHorFst, .icePnlDvrHorSnd {
3054 width: 100%;
3055 display: block;
3056 overflow: auto;
3057 display: block;
3058}
3059
3060.icePnlDvrHorSpt {
3061 width: 100%;
3062 height: 2px;
3063 background-color: #EFEFEF;
3064 border-top: 1px solid #ABABAB;
3065 border-bottom: 1px solid #ABABAB;
3066 cursor: n-resize;
3067}
3068
3069.iceSelMnyCb input, .iceSelOneRb input, .iceSelBoolChkbx {
3070 margin: 0 5px 2px 2px;
3071 padding: 2px;
3072 vertical-align: middle;
3073}
3074
3075/*
3076----------- PanelConfirmation ----------
3077*/
3078
3079.icePnlCnf {
3080 background-color: #F5F5F5;
3081 border: 1px solid #d9d9d9;
3082 width: 300px;
3083 padding: 0;
3084 z-index: 1000;
3085 color: #666666;
3086 font-family: Arial, Helvetica, sans-serif;
3087}
3088
3089.icePnlCnfHdr {
3090 background: #FFF url( './css-images/PnlHdr_bgslice.gif' ) repeat-x top left;
3091 border-bottom: 1px solid #d9d9d9;
3092 height: 2.0em;
3093 padding: 4px;
3094 text-align: left;
3095 vertical-align: middle;
3096 font: 11px tahoma;
3097 color: #484848;
3098 font-weight: bold;
3099}
3100
3101.icePnlCnfBody {
3102 padding: 10px 10px 5px 10px;
3103 font-size: 1em;
3104 font-weight: normal;
3105}
3106
3107.icePnlCnfBtns {
3108 padding: 5px 10px 10px 10px;
3109 text-align: center;
3110 font-size: 1em;
3111 font-weight: normal;
3112}
3113
3114.icePnlCnfBtns input {
3115 margin: 0 20px 0 20px;
3116}
3117
3118/*
3119----------- DataExporter ----------
3120*/
3121.iceDatExp input{
3122 font-family: Arial, Helvetica, sans-serif;
3123}
3124
3125.icePnlTbLblLnk img {
3126 border: 0;
3127}
Note: See TracBrowser for help on using the repository browser.