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