1bb13001f623a43eaf4166c4e08fc4573ea3afe7
[mirrors/Kyberia-bloodline.git] / wwwroot / _js / ijab / ijab / standard / iJab.css
1 /*!* ijab UI v2.0.0pre * http://www.ijab.im/ * * Copyright(c) 2009 Hidden * * Date:* Revision:*/
2 .ijab-Reference-standard {
3 height: 5px;
4 width: 5px;
5 zoom: 1;
6 }
7
8 body {
9 margin: 0;
10 }
11
12 .ijab,.ijab * {
13 margin: 0;
14 padding: 0;
15 }
16
17 .ijab img {
18 border: 0;
19 }
20
21 .ijab {
22 font-size: 10px;
23 line-height: 1.5;
24 font-family: "lucida grande", tahoma, helvetica, arial,
25 "bitstream vera sans", sans-serif;
26 text-align: left;
27 }
28
29 .ijab a {
30 text-decoration: none;
31 }
32
33 .ijab a:hover {
34 text-decoration: underline;
35 }
36
37 .ijab h4 {
38 clear:none;
39 font-size: 1em;
40 }
41
42 .ijab h5 {
43 font-size: .83em;
44 }
45
46 .ijab-gray {
47 color: gray;
48 }
49
50 .ijab-icon {
51 display: block;
52 overflow: hidden;
53 text-indent: -99999px;
54 background-repeat: no-repeat;
55 height: 16px;
56 width: 16px;
57 background-image: url(images/icons/icon16.gif);
58 }
59
60 .ijab-other-message
61 {
62 color:#3B5998;
63 }
64
65 .ijab-local-message
66 {
67 color:#a6002c;
68 }
69
70 a .ijab-icon,a .ui-icon {
71 cursor: pointer;
72 }
73
74 .ui-helper-hidden {
75 display: none;
76 }
77
78 .ui-helper-hidden-accessible {
79 position: absolute;
80 left: -99999999px;
81 }
82
83 .ui-helper-reset {
84 margin: 0;
85 padding: 0;
86 border: 0;
87 outline: 0;
88 line-height: 1.3;
89 text-decoration: none;
90 font-size: 100%;
91 list-style: none;
92 }
93
94 .ui-helper-clearfix:after {
95 content: ".";
96 display: block;
97 height: 0;
98 clear: both;
99 visibility: hidden;
100 }
101
102 .ui-helper-clearfix {
103 display: inline-block;
104 } /* required comment for clearfix to work in Opera \*/
105 * html .ui-helper-clearfix {
106 height: 1%;
107 }
108
109 .ui-helper-clearfix {
110 display: block;
111 } /* end clearfix */
112 .ui-helper-zfix {
113 width: 100%;
114 height: 100%;
115 top: 0;
116 left: 0;
117 position: absolute;
118 opacity: 0;
119 filter: Alpha(Opacity = 0);
120 }
121
122 .ui-state-disabled {
123 cursor: default !important;
124 }
125
126 .ui-icon {
127 display: block;
128 text-indent: -99999px;
129 overflow: hidden;
130 background-repeat: no-repeat;
131 }
132
133 .ui-widget-overlay {
134 position: absolute;
135 top: 0;
136 left: 0;
137 width: 100%;
138 height: 100%;
139 }
140
141 .ijab-icon-home {
142 background-position: 0 0;
143 }
144
145 .ijab-icon-buddy {
146 background-position: -16px 0;
147 }
148
149 .ijab-icon-buddy-connecting
150 {
151 background-image: url(../images/loading.gif);
152 }
153
154 .ijab-icon-buddy-disconnected
155 {
156 background-image: url(../images/status/offline.png);
157 }
158
159 .ijab-icon-video
160 {
161 display: block;
162 overflow: hidden;
163 text-indent: -99999px;
164 background-repeat: no-repeat;
165 height: 16px;
166 width: 16px;
167 cursor:pointer;
168 background-image:url(../images/video.png);
169 }
170
171 .ijab-icon-notification {
172 background-position: -32px 0;
173 }
174
175 .ijab-icon-hotpost {
176 background-image: url(images/icons/hotpost.jpg);
177 }
178
179 .ijab-icon-config {
180 background-position: -48px 0;
181 }
182
183 .ijab-icon-muc
184 {
185 background-position: -64px 0;
186 }
187
188 .ijab-icon-chat {
189 background-position: 0 -16px;
190 }
191
192 .ijab-icon-clear {
193 background-position: -16px -16px;
194 }
195
196 .ijab-icon-history {
197 background-position: -48px -16px;
198 }
199
200 .ijab-icon-emot {
201 background-position: -32px -16px;
202 }
203
204 .ijab-emot {
205 display: none;
206 }
207
208 .ijab-emot-show {
209 display: block;
210 }
211
212 .ijab-emot ul {
213 padding: .2em;
214 list-style: none;
215 }
216
217 .ijab-emot img
218 {
219 width:24px;
220 height:24px;
221 }
222
223 .ijab-emot ul li {
224 float: left;
225 cursor: pointer;
226 }
227
228 .ijab-chat .ijab-emot {
229 position: absolute;
230 bottom: 0;
231 border-left-width: 0;
232 border-right-width: 0;
233 width: 100%;
234 }
235
236 .ijab-chatlink span {
237 cursor: pointer;
238 padding-left: 1.2em; *
239 display: inline-block;
240 }
241
242 .ijab-chatlink .ijab-chatlink-off-i {
243 background: url(images/chat_offline.gif) no-repeat 2px center;
244 }
245
246 .ijab-chatlink .ijab-chatlink-on-i {
247 background: url(images/chat_online.gif) no-repeat 2px center;
248 display: none;
249 }
250
251 .ijab-chatlink-on .ijab-chatlink-off-i {
252 display: none;
253 }
254
255 .ijab-chatlink-on .ijab-chatlink-on-i {
256 display: inline; *
257 display: inline-block;
258 }
259
260 .ijab-chatlink-no-offline .ijab-chatlink-off-i {
261 display: none;
262 }
263
264 .ijab-chatlink-disable span {
265 display: none !important;
266 }
267
268 .ijab-notification {
269 padding: 1em .5em;
270 overflow-x: hidden;
271 overflow-y: auto;
272 }
273
274 .ijab-notification ul {
275 list-style: none;
276 }
277
278 .ijab-notification ul li {
279 overflow: hidden;
280 padding: .1em 0;
281 }
282
283 .ijab-config {
284 padding: 0 0 8px;
285 }
286
287 #ijab-options span label
288 {
289 float:none;
290 font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
291 font-size:10px;
292 line-height:1.3em !important;
293 }
294 #ijab-options ul {
295 list-style: none;
296 }
297
298 #ijab-options ul li {
299 overflow: hidden;
300 }
301
302 .ijab-ie #ijab-options .gwt-CheckBox
303 {
304 float:left;
305 }
306
307 .ijab-ie #ijab-options .gwt-CheckBox input
308 {
309 width:32px;
310 float:left;
311 }
312
313 .ijab-ie #ijab-options .gwt-CheckBox label
314 {
315 float:left;
316 font-size:10px;
317 white-space:nowrap;
318 }
319
320
321 .ijab-buddy-search {
322 padding: 0 1.6em 0 1.6em;
323 background:#EEEEEE none repeat scroll 0 0;
324 border:1px solid #CCCCCC;
325 border-top:0px;
326 border-bottom:1px solid #CCCCCC;
327 border-left:0px;
328 border-right:0px;
329 }
330
331 .ijab-buddy-search-warning
332 {
333 background-color:#ff8a94;
334 }
335
336
337 .ijab-buddy-search input {
338 border: none;
339 background: none;
340 padding: .2em;
341 width: 100%;
342 }
343
344 .ijab-buddy-search .ui-icon-search {
345 float: left;
346 margin: .1em 0 0 -1.5em;
347 }
348
349 .ijab-buddy-search .ui-icon-close {
350 float: right;
351 margin: .1em -1.5em 0 0;
352 cursor:pointer;
353 }
354
355 .ijab-indicator
356 {
357 background:#EEEEEE none repeat scroll 0 0;
358 border:1px solid #CCCCCC;
359 border-top:1px solid #CCCCCC;
360 border-bottom:1px solid #CCCCCC;
361 border-left:0px;
362 border-right:0px;
363 border-spacing:0px;
364 padding-top:1px;
365 padding-left:2px;
366 }
367
368 .ijab-self-status
369 {
370 width:140px;
371 height:15px;
372 overflow:hidden;
373 text-overflow:ellipsis;
374 white-space:nowrap;
375 font-size:10px;
376 color:gray;
377 cursor:pointer;
378 padding-left:4px;
379 }
380
381 .ijab-self-statusicon
382 {
383 cursor:pointer;
384 }
385
386 .ijab-self-status-hover
387 {
388 background:#8F9193 none;
389 color:#FFFFFF;
390 }
391
392 .ijab-self-status-editor
393 {
394 width:100%;
395 height:14px;
396 font-size:10px !important;
397 background:#FFFFFF none repeat scroll 0 0;
398 overflow:hidden;
399 border-color:#999999 #CCCCCC #CCCCCC #999999;
400 border-width:1px;
401 border-style:solid;
402 margin:0px;
403 }
404
405 .ijab-self-nick
406 {
407 diskplay:block;
408 float:left;
409 max-width:120px;
410 font-size:14px;
411 font-weight:bold;
412 overflow:hidden;
413 margin-right:8px;
414 padding-left:4px;
415 color:#1E2229;
416 text-shadow:0 2px 1px #C0C1C2;
417 }
418
419 .ijab-self-avatar
420 {
421 padding:1px;
422 cursor:pointer;
423 }
424
425 .ijab .ijab-user {
426 margin-left: 6em;
427 }
428
429 .ijab-status-selector
430 {
431 width:32px;
432 float:left;
433 cursor:pointer;
434 }
435
436 .ijab-ie .ijab-status-selector
437 {
438 height:16px;
439 width:40px;
440 }
441
442 .ijab-status-selector-hover
443 {
444 background:#8F9193 none;
445 }
446
447 .ijab-status-selector-icon
448 {
449 width:16px;
450 height:16px;
451 float:left;
452 }
453
454 .ijab-status-selector-triangle
455 {
456 float:left;
457 width:16px;
458 height:16px;
459 }
460
461 .ijab-user {
462 margin-left: 6em;
463 }
464
465 .ijab-user-pic {
466 position: relative;
467 float: left;
468 margin-left: -5.5em;
469 margin-top: -1.8em;
470 }
471
472 .ijab-user-pic img
473 {
474 width:32px;
475 height:32px;
476 cursor:pointer;
477 }
478
479 .ijab-user-status {
480 height: 3em;
481 display: block;
482 }
483
484 .ijab-chat .ijab-chat-header {
485 border-left-width: 0;
486 border-right-width: 0;
487 }
488
489 .ijab-chat-content {
490 height: 16em;
491 overflow-y: auto;
492 overflow-x: hidden; *
493 background: url(about:blank);
494 }
495
496 .ijab-chat-status {
497 font-style: italic;
498 margin-left: 5em;
499 }
500
501 .ijab-chat .ijab-chat-actions {
502 border-width: 0;
503 border-top-width: 1px;
504 }
505
506 .ijab-chat-t {
507 width: 100%;
508 border-spacing: 0;
509 border: 0;
510 }
511
512 .ijab-chat-t em {
513 margin: .1em .2em;
514 }
515
516 .ijab-chat-input {
517 border: none;
518 background: transparent;
519 overflow: auto;
520 width: 100% !important;
521 height: 3em;
522 padding: .3em 0 .2em;
523 font-size:13px !important;
524 }
525
526 .ijab-chat .ijab-chat-notice {
527 border-right-width: 0;
528 border-left-width: 0;
529 display: none;
530 padding: 0 .5em;
531 position: relative;
532 }
533
534 .ijab-chat .ijab-chat-tools {
535 padding: 0 .3em;
536 border-left-width: 0;
537 border-right-width: 0;
538 }
539
540 .ijab-chat-tools a,.ijab .ijab-chat-tools a em {
541 float: left;
542 }
543
544 .ijab-chat-tools a {
545 padding: .2em;
546 }
547
548 .ijab-chat-tool-content {
549 position: relative;
550 height: 0;
551 }
552
553 .ijab-status-menu {
554 overflow-x: hidden;
555 overflow-y: auto;
556 }
557
558 .ijab-status-menu img
559 {
560 border:none;
561 }
562
563 .ijab-status-menu ul {
564 list-style: none;
565 }
566
567 .ijab-status-menu ul li {
568 overflow: hidden;
569 cursor:pointer;
570 }
571
572 .ijab-status-menu ul li * {
573 cursor: pointer;
574 float: left;
575 text-decoration:none;
576 }
577
578 .ijab-status-menu ul li span {
579 padding: 0 .4em;
580 font-size:12px;
581 text-decoration:none;
582 color:#003EA8;
583 }
584
585 .ijab-status-menuitem
586 {
587 background-color:white;
588 color:#003EA8;
589 cursor:pointer;
590 margin:0 1px;
591 padding:3px 7px 3px 3px;
592 font-size:13px;
593 }
594
595 .ijab-status-menuitem-hover
596 {
597 background-color:#4086FF;
598 color:#FFFFFF;
599 text-shadow:0 1px 0 #3B5A7A;
600 cursor:pointer;
601 }
602
603 .ijab-status-menuitem-hover span
604 {
605 color:#FFFFFF !important;
606 }
607
608 .ijab-status-menuitem-select
609 {
610 text-decoration:underline !important;
611 }
612
613
614 .ijab-menu {
615 padding: 1em .5em;
616 overflow-x: hidden;
617 overflow-y: auto;
618 }
619
620 .ijab-menu ul {
621 list-style: none;
622 }
623
624 .ijab-menu ul li {
625 overflow: hidden;
626 padding: .4em 0;
627 }
628
629 .ijab-menu ul li * {
630 cursor: pointer;
631 float: left;
632 }
633
634 .ijab-menu ul li span {
635 padding: 0 .4em;
636 }
637
638 .ijab-history-actions {
639 margin: 0;
640 padding: .3em .5em 0;
641 }
642
643 .ijab-history-content {
644 margin: .3em .5em;
645 }
646
647 .ijab-history h5 {
648 margin-top: .5em;
649 padding: 0 .4em;
650 }
651
652 .ijab-history h4 {
653 border-top: 1px solid #eee;
654 margin-top: .1em;
655 padding: .2em .3em .1em;
656 font-weight: bold;
657 }
658
659 .ijab-history h4 span {
660 float: right; padding .1em 0;
661 font-size: .8em;
662 }
663
664 .ijab-history p {
665 margin: .2em .3em;
666 }
667
668 .ijab-history *
669 {
670 background: url(about:blank);
671 word-spacing:normal;
672 word-wrap:break-word;
673 }
674
675 .ui-widget {
676 font-size: 1.2em !important;
677 }
678
679 .ui-toolbar {
680 border: 1px solid #b5b5b5;
681 background: #eee url(images/bar_bg.gif) repeat-x scroll left top;
682 color: #333;
683 }
684
685 .ui-widget-subheader {
686 border: 1px solid #ccc;
687 background: #eee;
688 color: gray;
689 }
690
691 .ijab-webapi {
692 position: fixed;
693 bottom: 0;
694 right: 1.5em;
695 z-index: 50000;
696 }
697
698 .ijab-webapi-max
699 {
700 left: 1.5em;
701 }
702
703 .ijab-webapi-minimize {
704 left: auto;
705 }
706
707 .ijab-webapi .ijab-ui {
708 border-bottom-width: 0;
709 }
710
711 .ijab-left
712 {
713 float:left;
714 }
715
716 .ijab-shortcut {
717 float: left;
718 position: relative;
719 }
720
721 .ijab-layout-r {
722 /*float: right;*/
723 }
724
725 .ijab-right
726 {
727 float:right;
728 }
729
730 .ijab-apps {
731 float: left;
732 position: relative;
733 }
734
735 .ijab-panels {
736 float: left;
737 }
738
739 .ijab-webapi .ijab-window {
740 float: left;
741 }
742
743 .ijab-webapi .ijab-window-tab {
744 z-index: 6;
745 float: left;
746 cursor: pointer;
747 height: 2.2em;
748 display: block;
749 position: relative;
750 border-width: 0;
751 padding-left: 1px;
752 text-decoration: none;
753 border-left-width: 1px;
754 }
755
756 .ijab-webapi .ijab-window-tab-wrap {
757 float: left;
758 }
759
760 .ijab-webapi .ijab-window-tab .ijab-icon {
761 float: left;
762 display: inline;
763 margin: .4em .5em .2em; *
764 margin: .3em .5em .3em;
765 }
766
767 .ijab-panels .ijab-window-tab h4
768 {
769 max-width:75px !important;
770 }
771
772 .ijab-webapi .ijab-window-tab h4
773 {
774 max-width:140px;
775 float: left;
776 font-weight: normal;
777 margin: .3em 2em .3em .3em;
778 display: inline;
779 white-space:nowrap;
780 overflow-x:hidden;
781 }
782
783 .ijab-ie .ijab-webapi .ijab-window-tab h4
784 {
785 width: auto;
786 }
787
788 .ijab-webapi .ijab-window-tab .ijab-window-close {
789 right: .3em;
790 top: .4em;
791 position: absolute;
792 }
793
794 .ijab-webapi .ijab-window-window {
795 position: absolute;
796 bottom: 2.20em;
797 z-index: 5;
798 right: 0;
799 width: 20em;
800 }
801
802 .ijab-webapi .ijab-window-content {
803 border-top-width: 0;
804 }
805
806 .ijab-webapi .ijab-window-header {
807 cursor: pointer;
808 text-align: center;
809 padding: .2em .5em;
810 }
811
812 .ijab-webapi .ijab-window-actions {
813 float: right;
814 }
815
816 .ijab-webapi .ijab-window-actions a {
817 float: left;
818 margin: 0 .1em;
819 }
820
821 .ijab-webapi .ijab-window-header h4 {
822 margin: 0;
823 font-weight: normal;
824 background: url(about:blank);
825 }
826
827 .ijab-webapi .ijab-window-minimize .ijab-window-window {
828 display: none;
829 }
830
831 .ijab-webapi .ijab-shortcut .ijab-window-tab {
832 border-left-width: 0;
833 border-right-width: 1px;
834 }
835
836 .ijab-webapi .ijab-shortcut .ijab-window-window {
837 right: auto;
838 left: 0;
839 width: 12em;
840 z-index:10;
841 }
842
843 .ijab-webapi .ijab-window-normal .ijab-window-tab,.ijab-webapi .ijab-window-maximize .ijab-window-tab
844 {
845 margin-top: -1px;
846 padding-left: 0;
847 border-width: 1px;
848 border-top-width: 0;
849 }
850
851 .ijab-webapi .ijab-window-normal .ijab-window-tab-inner,.ijab-webapi .ijab-window-maximize .ijab-window-tab-inner
852 {
853 border-top: 1px solid #eee;
854 }
855
856 .ijab-webapi .ijab-apps .ijab-window-window {
857 width: 100%;
858 }
859
860 .ijab-webapi .ijab-buddy-window .ijab-window-tab {
861 width: 15em;
862 }
863
864 .ijab-webapi .ijab-buddy-window .ijab-window-tab h4 {
865 margin-right: 0;
866 }
867
868 .ijab-webapi .ijab-window-tab-count {
869 font-size: 10px;
870 font-weight: bold;
871 height: 17px;
872 width: 22px;
873 padding-top: 2px;
874 position: absolute;
875 right: 0;
876 top: -16px;
877 text-align: center;
878 overflow: hidden;
879 line-height: 1.2;
880 display: none;
881 color: #fff;
882 background: url(images/count_bg.gif) no-repeat;
883 }
884
885 .ijab-webapi .ijab-window-tab-tip {
886 background: transparent url(images/dark_pointer.gif) no-repeat scroll
887 right bottom;
888 bottom: 2.3em;
889 display: none;
890 padding-bottom: .34em;
891 position: absolute;
892 right: 1.2em;
893 z-index: 3;
894 }
895
896 .ijab-collapse-tip
897 {
898 }
899
900 .ijab-webapi .ijab-window-tab-tip strong {
901 background: #282828;
902 color: #FFF;
903 display: block;
904 font-weight: normal;
905 margin: 0 -.5em 0 0;
906 padding: .3em .8em;
907 text-align: center;
908 white-space: nowrap;
909 float: left;
910 position: relative;
911 }
912
913 .ijab-webapi .ijab-window-tab-wrap .ui-state-hover .ijab-window-tab-tip
914 {
915 display: block;
916 }
917
918 .ijab-webapi .ijab-window-tab-wrap .ui-state-active .ijab-window-tab-tip
919 {
920 display: none;
921 }
922
923 .ijab-webapi .ijab-shortcut .ijab-window-tab-tip {
924 background-position: left bottom;
925 right: auto;
926 left: .8em;
927 }
928
929 .ijab-webapi .ijab-shortcut .ijab-window-tab-tip strong {
930 margin: 0 0 0 -.5em;
931 }
932
933 .ijab-webapi .ijab-shortcut-item .ui-state-hover {
934 border-width: 0;
935 }
936
937 .ijab-webapi .ijab-panels .ijab-window {
938 position: relative;
939 }
940
941 .ijab-webapi .ijab-panels-tab-wrap {
942 float: left;
943 }
944
945 .ijab-webapi .ijab-panels-tab {
946 float: left;
947 }
948
949 .ijab-webapi .ijab-panels-prev,.ijab-webapi .ijab-panels-next {
950 display: none;
951 }
952
953 .ijab-webapi .ijab-panels-prev .ui-icon,.ijab-webapi .ijab-panels-next .ui-icon
954 {
955 float: left;
956 margin: .4em 0 .2em;
957 }
958
959 .ijab-webapi .ijab-panels-next span {
960 float: left;
961 font-weight: normal;
962 margin: .4em .3em .2em 0;
963 }
964
965 .ijab-webapi .ijab-panels-prev span {
966 float: left;
967 font-weight: normal;
968 margin: .4em -.3em .2em .2em;
969 }
970
971 .ijab-webapi .ijab-panels-next .ui-icon {
972 width: 13px;
973 }
974
975 .ijab-webapi .ijab-collapse .ui-icon,.ijab-webapi .ijab-expand .ui-icon
976 {
977 margin-top: .4em;
978 }
979
980 .ijab-webapi .ijab-expand-wrap {
981 display: none;
982 }
983
984 .ijab-webapi-minimize .ijab-expand-wrap {
985 display: block;
986 }
987
988 .ijab-webapi-minimize .ijab-collapse-wrap {
989 display: none;
990 }
991
992 .ijab-contactview
993 {
994 height:300px;
995 overflow-x:hidden;
996 overflow-y:auto;
997 }
998
999 .ijab-contactview-grouphead
1000 {
1001 color:#FFFFFF;
1002 display:block;
1003 font-size:12px;
1004 height:15px;
1005 line-height:15px;
1006 text-decoration:none !important;
1007 cursor:pointer;
1008 background:#FFFFFF url(images/groupheader.png) repeat-x scroll 0 0;
1009 overflow:hidden;
1010 }
1011
1012 .ijab-contactview-grouphead em
1013 {
1014 height:15px;
1015 width:15px;
1016 float:left;
1017 margin-left:-3px;
1018 background-image:url(images/ui-icons_d8e7f3_256x240.png) !important;
1019 }
1020
1021 .ijab-contactview-grouphead-name
1022 {
1023 float:left;
1024 }
1025
1026 .ijab-contactview-grouphead-count
1027 {
1028 float:right;
1029 padding-right:4px;
1030 }
1031
1032 .ijab-contactview-item
1033 {
1034 height:30px;
1035 overflow:hidden;
1036 padding-left:6px;
1037 padding-right:4px;
1038 }
1039
1040
1041 .ijab-contactview-item-normal
1042 {
1043 background: transparent none repeat scroll 0% 0%;
1044 }
1045
1046 .ijab-contactview-item-odd
1047 {
1048 background:rgb(236,243,255) none repeat scroll 0% 0%;
1049 }
1050
1051
1052 .ijab-contactview-item-hover
1053 {
1054 background:rgb(58,118,215) none repeat scroll 0% 0%;
1055 }
1056
1057 .ijab-contactview-item-highlight
1058 {
1059 background:rgb(58,118,215) none repeat scroll 0% 0%;
1060 }
1061
1062
1063
1064 .ijab-contactview-item div
1065 {
1066 float:left;
1067 }
1068
1069 .ijab-contactview-item a
1070 {
1071 display:block;
1072 height:28px;
1073 width:28px;
1074 color:#333333;
1075 cursor:pointer;
1076 text-decoration:none !important;
1077 margin-top:1px;
1078 }
1079
1080 .ijab-contactview-item .avatar
1081 {
1082 float:right !important;
1083 height:100%;
1084 }
1085
1086 .ijab-contactview-item .statusicon
1087 {
1088 height:100%;
1089 }
1090
1091 .ijab-contactview-item .statusicon img
1092 {
1093 height:16px !important;
1094 width:16px !important;
1095 margin-top:7px;
1096 }
1097
1098 .ijab-contactviewitem-avatar
1099 {
1100 background:#FFFFFF url(../images/default_avatar.png) no-repeat scroll center center;
1101 display:block;
1102 height:24px;
1103 overflow:hidden;
1104 padding:1px;
1105 width:24px;
1106 }
1107
1108 .ijab-offline
1109 {
1110 opacity:0.4;
1111 }
1112
1113 .ijab-contactview-item .names
1114 {
1115 cursor:default;
1116 margin-right:5px;
1117 overflow:hidden;
1118 padding-left:3px;
1119 line-height:15px;
1120 white-space:nowrap;
1121 width:130px;
1122 }
1123
1124 .ijab-contactview-item .names_nostatus
1125 {
1126 padding-top:7.5px;
1127 }
1128
1129 .ijab-blacklistwnd
1130 {
1131 width:500px;
1132 height:200px;
1133 margin-top:8px;
1134 margin-bottom:8px;
1135 border-top:1px solid #EEEEEE;
1136 border-bottom:1px solid #EEEEEE;
1137 font-size:13px;
1138 }
1139
1140 .ijab-blacklistwnd-prompt
1141 {
1142 margin-top:50px;
1143 margin-left:80px;
1144 color:#E6007C;
1145 }
1146
1147 .ijab-blacklistwnd-title
1148 {
1149 font-size:14px;
1150 color:red;
1151 }
1152
1153 .ijab-blacklistwnd-item
1154 {
1155 border-bottom:1px solid #EEEEEE;
1156 padding-top:4px;
1157 padding-bottom:4px;
1158 padding-left:2px;
1159 padding-right:2px;
1160 color:#3B5998;
1161 }
1162
1163 .ijab-blacklistwnd-item a
1164 {
1165 float:right;
1166 color:#E6007C;
1167 cursor:pointer;
1168 }
1169
1170 .ijab-searchwnd_tabpanel
1171 {
1172 max-width:1000px;
1173 min-width:400px;
1174 max-height:500px;
1175 }
1176
1177 .ijab-searchwnd_tabpanel .gwt-TextBox
1178 {
1179 width:150px;
1180 font-size:14px;
1181 padding:0px !important;
1182 margin:0px !important;
1183 }
1184
1185
1186 .ijab-vcardsearchlist-outer
1187 {
1188 border-left: 1px solid #999;
1189 border-right: 1px solid #999;
1190 border-bottom: 1px solid #999;
1191 cursor: pointer;
1192 cursor: hand;
1193 }
1194
1195 .ijab-vcardsearchlist-header
1196 {
1197 background-color: #d3d6dd;
1198 table-layout: fixed;
1199 width: 100%;
1200 height: 100%;
1201 }
1202
1203 .ijab-vcardsearchlist-header td {
1204 font-weight: bold;
1205 text-shadow: #fff 0 2px 2px;
1206 padding: 2px 0 1px 10px;
1207 border-top: 1px solid #999;
1208 border-bottom: 1px solid #999;
1209 }
1210
1211 .ijab-vcardsearchlist-body
1212 {
1213 table-layout: fixed;
1214 width: 100%;
1215 }
1216
1217 .ijab-vcardsearchlist-body td
1218 {
1219 border-top: 1px solid #fff;
1220 border-bottom: 1px solid #fff;
1221 padding: 2px 0 2px 10px;
1222 }
1223
1224 .selectedRow {
1225 background: #adcce7;
1226 }
1227
1228 .selectedRow td {
1229 border-top: 1px solid #88a4d6;
1230 border-bottom: 1px solid #7b97d0;
1231 }
1232
1233 * html {
1234 background: url(blank) fixed;
1235 }
1236
1237 * html .ijab-webapi {
1238 position: absolute;
1239 bottom: auto;
1240 right: 1.5em;
1241 top: expression(eval(document.compatMode && document.compatMode ==
1242 'CSS1Compat') ? documentElement.scrollTop +(
1243 documentElement.clientHeight-this.clientHeight ) :
1244 document.body.scrollTop +(
1245 document.body.clientHeight-this.clientHeight ) );
1246 }
1247
1248 * html .ijab-webapi .ijab-apps .ijab-window-window {
1249 width: 17.2em;
1250 }
1251
1252 * html .ijab-webapi-minimize {
1253 left: auto;
1254 }
1255
1256 * html .ijab-webapi-minimize .ijab-ui {
1257 display: inline;
1258 }
1259
1260 * html .ijab-webapi-minimize .ijab-layout-r {
1261 float: left;
1262 }
1263
1264 .ijab_tabsubtitle
1265 {
1266 background-color:#EEEEEE;
1267 border-bottom:1px solid #CCCCCC;
1268 color:#666666;
1269 font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
1270 font-size:9px;
1271 line-height:1.3em !important;
1272 padding:5px;
1273 text-align:left;
1274 }
1275
1276 .ijab_status_box
1277 {
1278 padding:5px 5px 0px;
1279 }
1280
1281 .ijab_status_box a
1282 {
1283 padding-left:16px;
1284 cursor:pointer;
1285 }
1286
1287 .ijab_status_box .select
1288 {
1289 text-decoration:underline;
1290 }
1291
1292 .ijab_status_box .available
1293 {
1294 background: url(../images/status/available.png) no-repeat 0px center;
1295 }
1296
1297 .ijab_status_box .away
1298 {
1299 background: url(../images/status/away.png) no-repeat 0px center;
1300 }
1301
1302 .ijab_status_box .busy
1303 {
1304 background: url(../images/status/busy.png) no-repeat 0px center;
1305 }
1306
1307 .ijab_tabsubtitle a
1308 {
1309 color:#000000;
1310 text-align:left;
1311 }
1312
1313 .ijab_statustextarea
1314 {
1315 border:1px solid #CCCCCC;
1316 color:#444444;
1317 font-family:'lucida grande',tahoma,verdana,arial,sans-serif;
1318 font-size:11px;
1319 height:42px;
1320 margin-bottom:3px;
1321 margin-top:3px;
1322 outline-color:-moz-use-text-color;
1323 outline-style:none;
1324 outline-width:medium;
1325 overflow-x:hidden;
1326 overflow-y:auto;
1327 padding:4px;
1328 text-align:left;
1329 width:95%;
1330 }
1331
1332 .ijab-actions-hover
1333 {
1334 background-image:url(images/ui-icons_f9bd01_256x240.png) !important;
1335 }
1336
1337 .ijab-actions-prompt
1338 {
1339 background-image:url(images/ui-icons_cd0a0a_256x240.png) !important;
1340 }
1341
1342 .ijab-searchbox
1343 {
1344 width:100%;
1345 }
1346
1347 .ijab-login-form
1348 {
1349 margin:0px;
1350 margin-top:4px;
1351 width:auto;
1352 }
1353
1354 /* for context menu */
1355 .ijab-contextmenu
1356 {
1357 background: white;
1358 z-index:99999;
1359 opacity: 1;
1360 }
1361
1362 html>body .ijab-contextmenu
1363 {
1364 z-index:99999;
1365 }
1366
1367 .ijab-contextmenu-body-vertical table
1368 {
1369 border-collapse:collapse;
1370 }
1371
1372 .ijab-contextmenu-body-horizontal table
1373 {
1374 border-collapse:collapse;
1375 }
1376
1377 .ijab-contextmenu-ebb
1378 {
1379 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAADCAYAAAAAyCU4AAAAMUlEQVR42u3XQREAAAQAQSnlkk0hYvDYnbkQF1k9kiRJkiTpthgAAADgnEEHAACABxaMsb4A6I472gAAAABJRU5ErkJggg==) repeat-x scroll 0 0;
1380 height:3px;
1381 left:2px;
1382 overflow:hidden;
1383 position:absolute;
1384 right:2px;
1385 top:-3px;
1386 }
1387
1388 .ijab-contextmenu-fbb
1389 {
1390 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAADCAYAAABF//VLAAAAV0lEQVR42mMIm3Dpf/Pau3cmrdirzMDAwAbFrEDMAsTMQMwExIxgfO7+p/8lS26BNQAFuIGYC4g5gJgdqgmh4T8QnLn78X/ijKv/gAICQMwPxLxQTSgaAKtnHCYpcRuVAAAAAElFTkSuQmCC) no-repeat scroll 0 0;
1391 height:3px;
1392 overflow:hidden;
1393 position:absolute;
1394 right:-9px;
1395 top:-3px;
1396 width:11px;
1397 }
1398
1399 .ijab-contextmenu-dbb
1400 {
1401 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAi0lEQVR42m3PUQqCUBRF0UtlVhppUpQiRBmCRoVBzaRxNbYmlDs5xvvoY/1t7jvPnq/3x8zWSBAhxBRjjDAwRTlSxbHCCTwM+6jADhlWuhjA764pqnBUmOrp+e+aoovCQk9/n11g1m1TdMMZpa5ttC1wozuuurbHFkt9wO+jBxrUODi7/kYn7crc8S0ZfB8on3LctgAAAABJRU5ErkJggg==) no-repeat scroll 0 0;
1402 height:9px;
1403 overflow:hidden;
1404 position:absolute;
1405 right:-9px;
1406 top:0;
1407 width:9px;
1408 }
1409 .ijab-contextmenu-cbb
1410 {
1411 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAPoCAYAAAAMYdSqAAAAnklEQVR42u3KIQGAQAAEsJMYFBKLxGFIQi6yUYi/EC8n5pbn/f4kd1111lF7bbXWEkmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSJEmSZqQBOFF72/pGXZMAAAAASUVORK5CYII=) repeat-y scroll 0 0;
1412 bottom:0;
1413 overflow:hidden;
1414 position:absolute;
1415 right:-9px;
1416 top:9px;
1417 width:9px;
1418 }
1419 .ijab-contextmenu-ibb
1420 {
1421 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA50lEQVR42m3QOQrCUBQF0OcYMU4kSBwJDiiiECfExg3Y2IgLsHYPrsHOzjrbEcXUCq5AW783eBURA6f5//L+fRGF73C5qcVmr0RkDH3oQB2KYEISYuJd72q189TaPV1wMIIetKEGBYYToMlye3ysXe88mc5nOBiCAy2oQB6MT5hPjxjsskIDbLAgAzpE/fCATzsMNqEKJchCGuLvcIcdW5zoB8uQY4XXciIR4dY1drQ5McfFUpzq9w0Lf0+By1h82mBQZ9CfGhJOMBnIsGPya+I7GBReJEhnKPYnGJCvC40bRxkK/wQDT+N7JDEz8Ba7AAAAAElFTkSuQmCC) no-repeat scroll 0 0;
1422 bottom:-11px;
1423 height:11px;
1424 overflow:hidden;
1425 position:absolute;
1426 right:-9px;
1427 width:11px;
1428 }
1429 .ijab-contextmenu-hbb
1430 {
1431 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA+gAAAALCAYAAADsm6dVAAAAb0lEQVR42u3XoRGAQAADwUgMColF4jBUQl3URkMPXQSxN7MNxCVDkiRJkiTViwkkSZIkSfrBQb/uZwAAAABd+ToBAACAuhwAAABAXXYAAACgLhsAAABQlxUAAACoywIAAADUZQYAAADqMgEAAABdLwbPnmxRs7tzAAAAAElFTkSuQmCC) repeat-x scroll 0 0;
1432 bottom:-11px;
1433 height:11px;
1434 left:10px;
1435 overflow:hidden;
1436 position:absolute;
1437 right:2px;
1438 }
1439
1440 .ijab-contextmenu-jbb
1441 {
1442 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAy0lEQVR42o3PzQoBURjG8eNrZvIxPqbJd2QkhETiTqwtXYcVOzsbexsLF+AWlCQbkmuwkhjP1DM1zQKnfrv3f95zxGhxfO9vd/OfI6ab6268PJlW8Hi+vg/PVltjsr6ch/OD+YvAkSAEMUhCASrQhA70oA8DezgIUdAhByWoQQvajLrWcAAUCEMCUpAHA6pQhwYJP8i8XQXNERS5pUzCx9tlvl3lBp1RGjKQtYa9rsDaEOEf4gw1Eh5XIPEPQW4KU8QedgZ+RnYok/IBrrF3xkv3SDAAAAAASUVORK5CYII=) no-repeat scroll 0 0;
1443 bottom:-11px;
1444 height:11px;
1445 left:-1px;
1446 overflow:hidden;
1447 position:absolute;
1448 width:11px;
1449 }
1450 .ijab-contextmenu-lbb
1451 {
1452 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAPoCAYAAAAftpReAAAAJUlEQVR42u3EMQEAAAgDoKU0l9kspCn84CDVs5EkSZIkSZL02QHrQ5tv5uTjowAAAABJRU5ErkJggg==) repeat-y scroll 0 0;
1453 bottom:0;
1454 left:-1px;
1455 overflow:hidden;
1456 position:absolute;
1457 top:0;
1458 width:1px;
1459 }
1460 .ijab-contextmenu-gbb
1461 {
1462 background:transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAL0lEQVR42mNYevSefOemB+cSpl/9x9Cy/v6tzLnX/5+++/E/Q9jES/8vPPj0HwQA9AUb0BPRzY0AAAAASUVORK5CYII=) no-repeat scroll 0 0;
1463 height:3px;
1464 left:-1px;
1465 overflow:hidden;
1466 position:absolute;
1467 top:-3px;
1468 width:3px;
1469 }
1470
1471 .ijab-contextmenu-item,.ijab-contextmenu-body .gwt-MenuItem
1472 {
1473 background-color:white;
1474 color:#003EA8;
1475 cursor:pointer;
1476 margin:0 1px;
1477 padding:3px 7px 3px 12px;
1478 font-size:13px;
1479 }
1480
1481 .ijab-contextmenu-item-selected,.ijab-contextmenu-body .gwt-MenuItem-selected
1482 {
1483 background-color:#4086ff;
1484 color:white;
1485 }
1486
1487
1488 .ijab-contextmenu .subMenuIcon {
1489 padding-right: 4px;
1490 }
1491 .ijab-contextmenu .subMenuIcon-selected {
1492 background: #4086ff;
1493 }
1494
1495
1496
1497 .ijab-mainwidget-toolbar
1498 {
1499 height:25px;
1500 padding:0 0 0 5px;
1501 border-top:1px solid #CCCCCC;
1502 background:none repeat scroll 0 0 #EEEEEE;
1503 }
1504
1505 .ijab-mainwidget-toolbar .ijab-toolbutton
1506 {
1507 float:left;
1508 height:25px;
1509 line-height:25px;
1510 overflow:hidden;
1511 padding:0 12px 0 0;
1512 color:#2E6E9E;
1513 cursor:pointer;
1514 }
1515
1516 .button_icon
1517 {
1518 display:block;
1519 float:left;
1520 height:20px;
1521 line-height:25px;
1522 margin-top:4px;
1523 text-indent:-999em;
1524 width:18px;
1525 background-image:url("images/ui-icons_6da8d5_256x240.png");
1526 }
1527
1528
1529 .ijab-archive-top
1530 {
1531 background:rgb(58,118,215) none repeat scroll 0% 0%;
1532 color:white;
1533 padding-left:4px;
1534 margin-bottom:4px;
1535 }
1536
1537 .ijab-archive-collection
1538 {
1539 background-color:gray;
1540 margin-bottom:4px;
1541 cursor:pointer;
1542 }
1543
1544 .ijab-archive-bottom-button
1545 {
1546 background:rgb(58,118,215) none repeat scroll 0% 0%;
1547 color:white;
1548 cursor:pointer;
1549 float:left;
1550 padding-left:4px;
1551 padding-right:4px;
1552 margin-right:4px;
1553 margin-bottom:4px;
1554 }
1555
1556 .ijab-roomlist-widget
1557 {
1558 height:300px;
1559 overflow-x:hidden;
1560 overflow-y:auto;
1561 }
1562
1563 .ijab-mucroomwidget-toolbar
1564 {
1565 }
1566
1567 .ijab-muctoolbar-button
1568 {
1569 float:right !important;
1570 }
1571
1572 .ijab-muc-item
1573 {
1574 height:30px;
1575 overflow:hidden;
1576 padding-left:6px;
1577 padding-right:4px;
1578 cursor:pointer;
1579 }
1580
1581 .ijab-muc-item-hover
1582 {
1583 background:rgb(58,118,215) none repeat scroll 0% 0% !important;
1584 }
1585
1586 .ijab-muc-item-odd
1587 {
1588 background:none repeat scroll 0 0 #ECF3FF;
1589 }
1590
1591 .ijab-muc-item .name-outer
1592 {
1593 padding-top:7.5px;
1594 }
1595
1596 .ijab-muc-item .name
1597 {
1598 line-height:15px;
1599 white-space:nowrap;
1600 }
1601
1602 .ijab-muc-dialog
1603 {
1604 }
1605
1606 .ijab-muc-dialog .ijab-contactview-item .names, .ijab-muc-button .ijab-contactview-item .names
1607 {
1608 width:auto !important;
1609 font-size:12px !important;
1610 white-space:nowrap;
1611 overflow-x:hidden;
1612 }
1613
1614 .ijab-muc-dialog .dialogMiddleCenter
1615 {
1616 padding:0px !important;
1617 }
1618
1619 .ijab-muc-dialog .ijab-chat .ijab-chat-header,.ijab-muc-button .ijab-chat .ijab-chat-header
1620 {
1621 display:none !important;
1622 }
1623
1624 .ijab-webapi .ijab-muc-button .ijab-window-window
1625 {
1626 width:402px !important;
1627 }
1628
1629
1630
1631 /* copy from gwt */
1632 .gwt-HorizontalSplitPanel .hsplitter {
1633 cursor: move;
1634 border: 0px;
1635 background: #91c0ef url(images/vborder.png) repeat-y;
1636 }
1637
1638 .gwt-DecoratedPopupPanel table {
1639 margin:0 0;
1640 }
1641
1642 .gwt-DecoratedPopupPanel table tbody {
1643 border 0;
1644 }
1645
1646 .gwt-DecoratedPopupPanel table td,
1647 .gwt-DecoratedPopupPanel table th {
1648 padding:0 0;
1649 }
1650
1651
1652 .gwt-DecoratorPanel {
1653 }
1654 .gwt-DecoratorPanel .topCenter,
1655 .gwt-DecoratorPanel .bottomCenter {
1656 background: url(images/hborder.png) repeat-x;
1657 }
1658 .gwt-DecoratorPanel .middleLeft,
1659 .gwt-DecoratorPanel .middleRight {
1660 background: url(images/vborder.png) repeat-y;
1661 }
1662 .gwt-DecoratorPanel .topLeftInner,
1663 .gwt-DecoratorPanel .topRightInner,
1664 .gwt-DecoratorPanel .bottomLeftInner,
1665 .gwt-DecoratorPanel .bottomRightInner {
1666 width: 5px;
1667 height: 5px;
1668 zoom: 1;
1669 }
1670 .gwt-DecoratorPanel .topLeft {
1671 background: url(images/corner.png) no-repeat 0px 0px;
1672 -background: url(images/corner_ie6.png) no-repeat 0px 0px;
1673 }
1674 .gwt-DecoratorPanel .topRight {
1675 background: url(images/corner.png) no-repeat -5px 0px;
1676 -background: url(images/corner_ie6.png) no-repeat -5px 0px;
1677 }
1678 .gwt-DecoratorPanel .bottomLeft {
1679 background: url(images/corner.png) no-repeat 0px -5px;
1680 -background: url(images/corner_ie6.png) no-repeat 0px -5px;
1681 }
1682 .gwt-DecoratorPanel .bottomRight {
1683 background: url(images/corner.png) no-repeat -5px -5px;
1684 -background: url(images/corner_ie6.png) no-repeat -5px -5px;
1685 }
1686 html>body .gwt-DecoratorPanel {
1687 }
1688 * html .gwt-DecoratorPanel .topLeftInner,
1689 * html .gwt-DecoratorPanel .topRightInner,
1690 * html .gwt-DecoratorPanel .bottomLeftInner,
1691 * html .gwt-DecoratorPanel .bottomRightInner {
1692 width: 5px;
1693 height: 5px;
1694 overflow: hidden;
1695 }
1696
1697 .gwt-PopupPanel {
1698 border: 3px solid #C3D9FF;
1699 padding: 3px;
1700 background: white;
1701 }
1702
1703 .gwt-PopupPanelGlass {
1704 background-color: #000;
1705 opacity: 0.3;
1706 filter: alpha(opacity=30);
1707 }
1708
1709 html>body .gwt-PopupPanel {
1710
1711 }
1712
1713 * html .gwt-PopupPanel {
1714 }
1715
1716 .gwt-DecoratedPopupPanel .popupContent {
1717
1718 }
1719
1720 .gwt-DecoratedPopupPanel .popupMiddleCenter {
1721 padding: 3px;
1722 background: #d0e4f6;
1723 }
1724
1725 .gwt-DecoratedPopupPanel .popupTopCenter {
1726 background: url(images/hborder.png) repeat-x;
1727 }
1728
1729 .gwt-DecoratedPopupPanel .popupBottomCenter {
1730 background: url(images/hborder.png) repeat-x 0px -4px;
1731 -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
1732 }
1733
1734 .gwt-DecoratedPopupPanel .popupMiddleLeft {
1735 background: url(images/vborder.png) repeat-y;
1736 }
1737
1738 .gwt-DecoratedPopupPanel .popupMiddleRight {
1739 background: url(images/vborder.png) repeat-y -4px 0px;
1740 -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
1741 }
1742
1743 .gwt-DecoratedPopupPanel .popupTopLeftInner {
1744 width: 5px;
1745 height: 5px;
1746 zoom: 1;
1747 }
1748
1749 .gwt-DecoratedPopupPanel .popupTopRightInner {
1750 width: 8px;
1751 height: 5px;
1752 zoom: 1;
1753 }
1754
1755 .gwt-DecoratedPopupPanel .popupBottomLeftInner {
1756 width: 5px;
1757 height: 8px;
1758 zoom: 1;
1759 }
1760
1761 .gwt-DecoratedPopupPanel .popupBottomRightInner {
1762 width: 8px;
1763 height: 8px;
1764 zoom: 1;
1765 }
1766
1767 .gwt-DecoratedPopupPanel .popupTopLeft {
1768 background: url(images/corner.png) no-repeat 0px -10px;
1769 -background: url(images/corner_ie6.png) no-repeat 0px -10px;
1770 }
1771
1772 .gwt-DecoratedPopupPanel .popupTopRight {
1773 background: url(images/corner.png) no-repeat -5px -10px;
1774 -background: url(images/corner_ie6.png) no-repeat -5px -10px;
1775 }
1776
1777 .gwt-DecoratedPopupPanel .popupBottomLeft {
1778 background: url(images/corner.png) no-repeat 0px -15px;
1779 -background: url(images/corner_ie6.png) no-repeat 0px -15px;
1780 }
1781
1782 .gwt-DecoratedPopupPanel .popupBottomRight {
1783 background: url(images/corner.png) no-repeat -5px -15px;
1784 -background: url(images/corner_ie6.png) no-repeat -5px -15px;
1785 }
1786
1787 html>body .gwt-DecoratedPopupPanel {
1788 z-index:99999;
1789 }
1790
1791 .gwt-DecoratedPopupPanel
1792 {
1793 z-index:99999;
1794 }
1795
1796 * html .gwt-DecoratedPopupPanel .popupTopLeftInner {
1797 width: 5px;
1798 height: 5px;
1799 overflow: hidden;
1800 }
1801
1802 * html .gwt-DecoratedPopupPanel .popupTopRightInner {
1803 width: 8px;
1804 height: 5px;
1805 overflow: hidden;
1806 }
1807
1808 * html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
1809 width: 5px;
1810 height: 8px;
1811 overflow: hidden;
1812 }
1813
1814 * html .gwt-DecoratedPopupPanel .popupBottomRightInner {
1815 width: 8px;
1816 height: 8px;
1817 overflow: hidden;
1818 }
1819
1820 .gwt-MenuBarPopup {
1821 z-index:99999;
1822 }
1823
1824 .gwt-MenuBarPopup .menuPopupTopCenter {
1825 background: url(images/hborder.png) 0px -12px repeat-x;
1826 }
1827
1828 .gwt-MenuBarPopup .menuPopupBottomCenter {
1829 background: url(images/hborder.png) 0px -13px repeat-x;
1830 -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
1831 }
1832
1833 .gwt-MenuBarPopup .menuPopupMiddleLeft {
1834 background: url(images/vborder.png) -12px 0px repeat-y;
1835 -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
1836 }
1837
1838 .gwt-MenuBarPopup .menuPopupMiddleRight {
1839 background: url(images/vborder.png) -13px 0px repeat-y;
1840 -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
1841 }
1842
1843 .gwt-MenuBarPopup .menuPopupTopLeftInner {
1844 width: 5px;
1845 height: 5px;
1846 zoom: 1;
1847 }
1848
1849 .gwt-MenuBarPopup .menuPopupTopRightInner {
1850 width: 8px;
1851 height: 5px;
1852 zoom: 1;
1853 }
1854
1855 .gwt-MenuBarPopup .menuPopupBottomLeftInner {
1856 width: 5px;
1857 height: 8px;
1858 zoom: 1;
1859 }
1860
1861 .gwt-MenuBarPopup .menuPopupBottomRightInner {
1862 width: 8px;
1863 height: 8px;
1864 zoom: 1;
1865 }
1866
1867 .gwt-MenuBarPopup .menuPopupTopLeft {
1868 background: url(images/corner.png) no-repeat 0px -36px;
1869 -background: url(images/corner_ie6.png) no-repeat 0px -36px;
1870 }
1871
1872 .gwt-MenuBarPopup .menuPopupTopRight {
1873 background: url(images/corner.png) no-repeat -5px -36px;
1874 -background: url(images/corner_ie6.png) no-repeat -5px -36px;
1875 }
1876
1877 .gwt-MenuBarPopup .menuPopupBottomLeft {
1878 background: url(images/corner.png) no-repeat 0px -41px;
1879 -background: url(images/corner_ie6.png) no-repeat 0px -41px;
1880 }
1881
1882 .gwt-MenuBarPopup .menuPopupBottomRight {
1883 background: url(images/corner.png) no-repeat -5px -41px;
1884 -background: url(images/corner_ie6.png) no-repeat -5px -41px;
1885 }
1886
1887 html>body .gwt-MenuBarPopup {
1888 z-index:99999;
1889 }
1890
1891 * html .gwt-MenuBarPopup .menuPopupTopLeftInner {
1892 width: 5px;
1893 height: 5px;
1894 overflow: hidden;
1895 }
1896
1897 * html .gwt-MenuBarPopup .menuPopupTopRightInner {
1898 width: 8px;
1899 height: 5px;
1900 overflow: hidden;
1901 }
1902
1903 * html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
1904 width: 5px;
1905 height: 8px;
1906 overflow: hidden;
1907 }
1908
1909 * html .gwt-MenuBarPopup .menuPopupBottomRightInner {
1910 width: 8px;
1911 height: 8px;
1912 overflow: hidden;
1913 }
1914
1915 .gwt-DecoratedTabBar {
1916 }
1917
1918 .gwt-DecoratedTabBar .gwt-TabBarFirst {
1919 width: 5px; /* first tab distance from the left */
1920 }
1921
1922 .gwt-DecoratedTabBar .gwt-TabBarRest {
1923 }
1924
1925 .gwt-DecoratedTabBar .gwt-TabBarItem {
1926 border-collapse: collapse;
1927 margin-left: 6px;
1928 }
1929
1930 .gwt-DecoratedTabBar .tabTopCenter {
1931 padding: 0px;
1932 background: #d0e4f6;
1933 }
1934
1935 .gwt-DecoratedTabBar .tabTopLeft,
1936 .gwt-DecoratedTabBar .tabTopRight {
1937 padding: 0px;
1938 zoom: 1;
1939 }
1940
1941 .gwt-DecoratedTabBar .tabTopLeftInner,
1942 .gwt-DecoratedTabBar .tabTopRightInner {
1943 width: 6px;
1944 height: 6px;
1945 }
1946
1947 .gwt-DecoratedTabBar .tabTopLeft {
1948 background: url(images/corner.png) no-repeat 0px -55px;
1949 -background: url(images/corner_ie6.png) no-repeat 0px -55px;
1950 }
1951
1952 .gwt-DecoratedTabBar .tabTopRight {
1953 background: url(images/corner.png) no-repeat -6px -55px;
1954 -background: url(images/corner_ie6.png) no-repeat -6px -55px;
1955 }
1956
1957 .gwt-DecoratedTabBar .tabMiddleLeft,
1958 .gwt-DecoratedTabBar .tabMiddleRight {
1959 width: 6px;
1960 padding: 0px;
1961 background: #d0e4f6;
1962 }
1963
1964 .gwt-DecoratedTabBar .tabMiddleLeftInner,
1965 .gwt-DecoratedTabBar .tabMiddleRightInner {
1966 width: 1px;
1967 height: 1px;
1968 }
1969
1970 .gwt-DecoratedTabBar .tabMiddleCenter {
1971 padding: 0px 4px 2px 4px;
1972 cursor: pointer;
1973 cursor: hand;
1974 color: black;
1975 font-weight: bold;
1976 text-align: center;
1977 background: #d0e4f6;
1978 }
1979
1980 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
1981 background: #92c1f0;
1982 }
1983
1984 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
1985 background-position: 0px -61px;
1986 }
1987
1988 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
1989 background-position: -6px -61px;
1990 }
1991
1992 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
1993 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
1994 background: #92c1f0;
1995 }
1996
1997 .gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
1998 cursor: default;
1999 background: #92c1f0;
2000 }
2001
2002 .gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
2003 cursor: default;
2004 color: #999999;
2005 }
2006
2007 html>body .gwt-DecoratedTabBar {
2008 }
2009
2010 * html .gwt-DecoratedTabBar .tabTopLeftInner,
2011 * html .gwt-DecoratedTabBar .tabTopRightInner {
2012 width: 6px;
2013 height: 6px;
2014 overflow: hidden;
2015 }
2016
2017 .gwt-TabPanel {
2018 }
2019
2020 .gwt-TabPanelBottom {
2021 border-color: #92c1f0;
2022 border-style: solid;
2023 border-width: 3px 2px 2px;
2024 overflow: hidden;
2025 padding: 6px;
2026 }
2027
2028 /*
2029 * jQuery UI CSS Framework
2030 * Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
2031 * Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
2032 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
2033 */
2034
2035
2036 /* Component containers
2037 ----------------------------------*/
2038 .ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
2039 .ui-widget .ui-widget { font-size: 1em; }
2040 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; width:auto;}
2041 .ui-widget-content { border: 1px solid #a6c9e2; background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x; color: #222222; }
2042 .ui-widget-content a { color: #222222; }
2043 .ui-widget-header { border: 1px solid #4297d7; background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
2044 .ui-widget-header a { color: #ffffff; }
2045
2046 /* Interaction states
2047 ----------------------------------*/
2048 .ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
2049 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
2050 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
2051 .ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
2052 .ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
2053 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }
2054
2055 /* Interaction Cues
2056 ----------------------------------*/
2057 .ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x; color: #363636; }
2058 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
2059 .ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
2060 .ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
2061 .ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
2062 .ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
2063 .ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
2064 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
2065
2066 /* Icons
2067 ----------------------------------*/
2068
2069 /* states and images */
2070 .ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_469bdd_256x240.png); }
2071 .ui-widget-content .ui-icon {background-image: url(images/ui-icons_469bdd_256x240.png); }
2072 .ui-widget-header .ui-icon {background-image: url(images/ui-icons_d8e7f3_256x240.png); }
2073 .ui-state-default .ui-icon { background-image: url(images/ui-icons_6da8d5_256x240.png); }
2074 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_217bc0_256x240.png); }
2075 .ui-state-active .ui-icon {background-image: url(images/ui-icons_f9bd01_256x240.png); }
2076 .ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png); }
2077 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png); }
2078
2079 /* positioning */
2080 .ui-icon-carat-1-n { background-position: 0 0; }
2081 .ui-icon-carat-1-ne { background-position: -16px 0; }
2082 .ui-icon-carat-1-e { background-position: -32px 0; }
2083 .ui-icon-carat-1-se { background-position: -48px 0; }
2084 .ui-icon-carat-1-s { background-position: -64px 0; }
2085 .ui-icon-carat-1-sw { background-position: -80px 0; }
2086 .ui-icon-carat-1-w { background-position: -96px 0; }
2087 .ui-icon-carat-1-nw { background-position: -112px 0; }
2088 .ui-icon-carat-2-n-s { background-position: -128px 0; }
2089 .ui-icon-carat-2-e-w { background-position: -144px 0; }
2090 .ui-icon-triangle-1-n { background-position: 0 -16px; }
2091 .ui-icon-triangle-1-ne { background-position: -16px -16px; }
2092 .ui-icon-triangle-1-e { background-position: -32px -16px; }
2093 .ui-icon-triangle-1-se { background-position: -48px -16px; }
2094 .ui-icon-triangle-1-s { background-position: -64px -16px; }
2095 .ui-icon-triangle-1-sw { background-position: -80px -16px; }
2096 .ui-icon-triangle-1-w { background-position: -96px -16px; }
2097 .ui-icon-triangle-1-nw { background-position: -112px -16px; }
2098 .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
2099 .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
2100 .ui-icon-arrow-1-n { background-position: 0 -32px; }
2101 .ui-icon-arrow-1-ne { background-position: -16px -32px; }
2102 .ui-icon-arrow-1-e { background-position: -32px -32px; }
2103 .ui-icon-arrow-1-se { background-position: -48px -32px; }
2104 .ui-icon-arrow-1-s { background-position: -64px -32px; }
2105 .ui-icon-arrow-1-sw { background-position: -80px -32px; }
2106 .ui-icon-arrow-1-w { background-position: -96px -32px; }
2107 .ui-icon-arrow-1-nw { background-position: -112px -32px; }
2108 .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
2109 .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
2110 .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
2111 .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
2112 .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
2113 .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
2114 .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
2115 .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
2116 .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
2117 .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
2118 .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
2119 .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
2120 .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
2121 .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
2122 .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
2123 .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
2124 .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
2125 .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
2126 .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
2127 .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
2128 .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
2129 .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
2130 .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
2131 .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
2132 .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
2133 .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
2134 .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
2135 .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
2136 .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
2137 .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
2138 .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
2139 .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
2140 .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
2141 .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
2142 .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
2143 .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
2144 .ui-icon-arrow-4 { background-position: 0 -80px; }
2145 .ui-icon-arrow-4-diag { background-position: -16px -80px; }
2146 .ui-icon-extlink { background-position: -32px -80px; }
2147 .ui-icon-newwin { background-position: -48px -80px; }
2148 .ui-icon-refresh { background-position: -64px -80px; }
2149 .ui-icon-shuffle { background-position: -80px -80px; }
2150 .ui-icon-transfer-e-w { background-position: -96px -80px; }
2151 .ui-icon-transferthick-e-w { background-position: -112px -80px; }
2152 .ui-icon-folder-collapsed { background-position: 0 -96px; }
2153 .ui-icon-folder-open { background-position: -16px -96px; }
2154 .ui-icon-document { background-position: -32px -96px; }
2155 .ui-icon-document-b { background-position: -48px -96px; }
2156 .ui-icon-note { background-position: -64px -96px; }
2157 .ui-icon-mail-closed { background-position: -80px -96px; }
2158 .ui-icon-mail-open { background-position: -96px -96px; }
2159 .ui-icon-suitcase { background-position: -112px -96px; }
2160 .ui-icon-comment { background-position: -128px -96px; }
2161 .ui-icon-person { background-position: -144px -96px; }
2162 .ui-icon-print { background-position: -160px -96px; }
2163 .ui-icon-trash { background-position: -176px -96px; }
2164 .ui-icon-locked { background-position: -192px -96px; }
2165 .ui-icon-unlocked { background-position: -208px -96px; }
2166 .ui-icon-bookmark { background-position: -224px -96px; }
2167 .ui-icon-tag { background-position: -240px -96px; }
2168 .ui-icon-home { background-position: 0 -112px; }
2169 .ui-icon-flag { background-position: -16px -112px; }
2170 .ui-icon-calendar { background-position: -32px -112px; }
2171 .ui-icon-cart { background-position: -48px -112px; }
2172 .ui-icon-pencil { background-position: -64px -112px; }
2173 .ui-icon-clock { background-position: -80px -112px; }
2174 .ui-icon-disk { background-position: -96px -112px; }
2175 .ui-icon-calculator { background-position: -112px -112px; }
2176 .ui-icon-zoomin { background-position: -128px -112px; }
2177 .ui-icon-zoomout { background-position: -144px -112px; }
2178 .ui-icon-search { background-position: -160px -112px; }
2179 .ui-icon-wrench { background-position: -176px -112px; }
2180 .ui-icon-gear { background-position: -192px -112px; }
2181 .ui-icon-heart { background-position: -208px -112px; }
2182 .ui-icon-star { background-position: -224px -112px; }
2183 .ui-icon-link { background-position: -240px -112px; }
2184 .ui-icon-cancel { background-position: 0 -128px; }
2185 .ui-icon-plus { background-position: -16px -128px; }
2186 .ui-icon-plusthick { background-position: -32px -128px; }
2187 .ui-icon-minus { background-position: -48px -128px; }
2188 .ui-icon-minusthick { background-position: -64px -128px; }
2189 .ui-icon-close { background-position: -80px -128px; }
2190 .ui-icon-closethick { background-position: -96px -128px; }
2191 .ui-icon-key { background-position: -112px -128px; }
2192 .ui-icon-lightbulb { background-position: -128px -128px; }
2193 .ui-icon-scissors { background-position: -144px -128px; }
2194 .ui-icon-clipboard { background-position: -160px -128px; }
2195 .ui-icon-copy { background-position: -176px -128px; }
2196 .ui-icon-contact { background-position: -192px -128px; }
2197 .ui-icon-image { background-position: -208px -128px; }
2198 .ui-icon-video { background-position: -224px -128px; }
2199 .ui-icon-script { background-position: -240px -128px; }
2200 .ui-icon-alert { background-position: 0 -144px; }
2201 .ui-icon-info { background-position: -16px -144px; }
2202 .ui-icon-notice { background-position: -32px -144px; }
2203 .ui-icon-help { background-position: -48px -144px; }
2204 .ui-icon-check { background-position: -64px -144px; }
2205 .ui-icon-bullet { background-position: -80px -144px; }
2206 .ui-icon-radio-off { background-position: -96px -144px; }
2207 .ui-icon-radio-on { background-position: -112px -144px; }
2208 .ui-icon-pin-w { background-position: -128px -144px; }
2209 .ui-icon-pin-s { background-position: -144px -144px; }
2210 .ui-icon-play { background-position: 0 -160px; }
2211 .ui-icon-pause { background-position: -16px -160px; }
2212 .ui-icon-seek-next { background-position: -32px -160px; }
2213 .ui-icon-seek-prev { background-position: -48px -160px; }
2214 .ui-icon-seek-end { background-position: -64px -160px; }
2215 .ui-icon-seek-first { background-position: -80px -160px; }
2216 .ui-icon-stop { background-position: -96px -160px; }
2217 .ui-icon-eject { background-position: -112px -160px; }
2218 .ui-icon-volume-off { background-position: -128px -160px; }
2219 .ui-icon-volume-on { background-position: -144px -160px; }
2220 .ui-icon-power { background-position: 0 -176px; }
2221 .ui-icon-signal-diag { background-position: -16px -176px; }
2222 .ui-icon-signal { background-position: -32px -176px; }
2223 .ui-icon-battery-0 { background-position: -48px -176px; }
2224 .ui-icon-battery-1 { background-position: -64px -176px; }
2225 .ui-icon-battery-2 { background-position: -80px -176px; }
2226 .ui-icon-battery-3 { background-position: -96px -176px; }
2227 .ui-icon-circle-plus { background-position: 0 -192px; }
2228 .ui-icon-circle-minus { background-position: -16px -192px; }
2229 .ui-icon-circle-close { background-position: -32px -192px; }
2230 .ui-icon-circle-triangle-e { background-position: -48px -192px; }
2231 .ui-icon-circle-triangle-s { background-position: -64px -192px; }
2232 .ui-icon-circle-triangle-w { background-position: -80px -192px; }
2233 .ui-icon-circle-triangle-n { background-position: -96px -192px; }
2234 .ui-icon-circle-arrow-e { background-position: -112px -192px; }
2235 .ui-icon-circle-arrow-s { background-position: -128px -192px; }
2236 .ui-icon-circle-arrow-w { background-position: -144px -192px; }
2237 .ui-icon-circle-arrow-n { background-position: -160px -192px; }
2238 .ui-icon-circle-zoomin { background-position: -176px -192px; }
2239 .ui-icon-circle-zoomout { background-position: -192px -192px; }
2240 .ui-icon-circle-check { background-position: -208px -192px; }
2241 .ui-icon-circlesmall-plus { background-position: 0 -208px; }
2242 .ui-icon-circlesmall-minus { background-position: -16px -208px; }
2243 .ui-icon-circlesmall-close { background-position: -32px -208px; }
2244 .ui-icon-squaresmall-plus { background-position: -48px -208px; }
2245 .ui-icon-squaresmall-minus { background-position: -64px -208px; }
2246 .ui-icon-squaresmall-close { background-position: -80px -208px; }
2247 .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
2248 .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
2249 .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
2250 .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
2251 .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
2252 .ui-icon-grip-diagonal-se { background-position: -80px -224px; }
2253
2254
2255 /* Misc visuals
2256 ----------------------------------*/
2257
2258 /* Corner radius */
2259 .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
2260 .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
2261 .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
2262 .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
2263 .ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
2264 .ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
2265 .ui-corner-right { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
2266 .ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
2267 .ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
2268
2269 /* Overlays */
2270 .ui-widget-overlay { background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
2271 .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }
2272
2273
2274 /* copy from gwt */
2275
2276 .gwt-DialogBox .Caption {
2277 background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
2278 padding: 4px 4px 4px 8px;
2279 cursor: default;
2280 border-bottom: 1px solid #bbbbbb;
2281 border-top: 5px solid #d0e4f6;
2282 }
2283
2284 .gwt-DialogBox .dialogContent {
2285 }
2286
2287 .gwt-DialogBox .dialogMiddleCenter {
2288 padding: 3px;
2289 background: white;
2290 }
2291
2292 .gwt-DialogBox .dialogBottomCenter {
2293 background: url(images/hborder.png) repeat-x 0px -4px;
2294 -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
2295 }
2296
2297 .gwt-DialogBox .dialogMiddleLeft {
2298 background: url(images/vborder.png) repeat-y;
2299 }
2300
2301 .gwt-DialogBox .dialogMiddleRight {
2302 background: url(images/vborder.png) repeat-y -4px 0px;
2303 -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
2304 }
2305
2306 .gwt-DialogBox .dialogTopLeftInner {
2307 width: 5px;
2308 zoom: 1;
2309 }
2310
2311 .gwt-DialogBox .dialogTopRightInner {
2312 width: 8px;
2313 zoom: 1;
2314 }
2315
2316 .gwt-DialogBox .dialogBottomLeftInner {
2317 width: 5px;
2318 height: 8px;
2319 zoom: 1;
2320 }
2321
2322 .gwt-DialogBox .dialogBottomRightInner {
2323 width: 5px;
2324 height: 8px;
2325 zoom: 1;
2326 }
2327
2328 .gwt-DialogBox .dialogTopLeft {
2329 background: url(images/corner.png) no-repeat -13px 0px;
2330 -background: url(images/corner_ie6.png) no-repeat -13px 0px;
2331 }
2332
2333 .gwt-DialogBox .dialogTopRight {
2334 background: url(images/corner.png) no-repeat -18px 0px;
2335 -background: url(images/corner_ie6.png) no-repeat -18px 0px;
2336 }
2337
2338 .gwt-DialogBox .dialogBottomLeft {
2339 background: url(images/corner.png) no-repeat 0px -15px;
2340 -background: url(images/corner_ie6.png) no-repeat 0px -15px;
2341 }
2342
2343 .gwt-DialogBox .dialogBottomRight {
2344 background: url(images/corner.png) no-repeat -5px -15px;
2345 -background: url(images/corner_ie6.png) no-repeat -5px -15px;
2346 }
2347
2348 html>body .gwt-DialogBox {
2349 z-index:99998;
2350 font-size:9px;
2351 }
2352
2353 * html .gwt-DialogBox .dialogTopLeftInner {
2354 width: 5px;
2355 overflow: hidden;
2356 }
2357
2358 * html .gwt-DialogBox .dialogTopRightInner {
2359 width: 8px;
2360 overflow: hidden;
2361 }
2362
2363 * html .gwt-DialogBox .dialogBottomLeftInner {
2364 width: 5px;
2365 height: 8px;
2366 overflow: hidden;
2367 }
2368
2369 * html .gwt-DialogBox .dialogBottomRightInner {
2370 width: 8px;
2371 height: 8px;
2372 overflow: hidden;
2373 }
2374
2375 .cw-DialogBox {
2376 }
2377
2378 .gwt-MenuBarPopup table {margin:0 0;}
2379 .gwt-MenuBarPopup table tbody {border:0;}
2380 .gwt-MenuBarPopup table td,.gwt-MenuBarPopup table th{padding:0 0;}
2381
2382 .gwt-TextBox {
2383 padding: 2px;
2384 }
2385
2386 .gwt-TextBox-readonly {
2387 color: #888;
2388 }
2389
2390 .gwt-PasswordTextBox {
2391 padding: 2px;
2392 }
2393
2394 .gwt-PasswordTextBox-readonly {
2395 color: #888;
2396 }
2397
2398 .gwt-DialogBox table
2399 {
2400 border-collapse:separate;
2401 margin:0 0;
2402 }
2403
2404 .gwt-DialogBox table tbody
2405 {
2406 border:0;
2407 }
2408
2409 .gwt-DialogBox table td, .gwt-DialogBox table th
2410 {
2411 padding:0px;
2412 }
2413
2414 .ijab-contextmenu-body-vertical .gwt-MenuItemSeparator
2415 {
2416 background-color:white;
2417 padding:2px 0;
2418 }
2419
2420 .ijab-contextmenu-body-vertical table
2421 {
2422 margin:0 0;
2423 }
2424
2425 .ijab-contextmenu-body-vertical .gwt-MenuItemSeparator .menuSeparatorInner,.gwt-MenuItemSeparator .menuSeparatorInner
2426 {
2427 background:none repeat scroll 0 0 #DDDDEE;
2428 border-color:#777777 -moz-use-text-color -moz-use-text-color;
2429 border-right:0 none;
2430 border-style:solid none none;
2431 border-width:1px 0 0;
2432 height:1px;
2433 overflow:hidden;
2434 padding:0;
2435 }
2436
2437 .ijab-status-menu ul li span {
2438 padding: 0 .4em;
2439 font-size:12px;
2440 text-decoration:none;
2441 color:#003EA8;
2442 display:inline;
2443 }
2444
2445 .ijab-mainwidget-toolbar .ijab-toolbutton span
2446 {
2447 display:inline;
2448 }
This page took 1.170342 seconds and 3 git commands to generate.