PluginProbe
RSVP and Event Management / trunk
RSVP and Event Management vtrunk
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / assets / admin / css / jquery-ui.css

jquery-ui.css in RSVP and Event Management trunk, at assets/admin/css/jquery-ui.css

1,844 lines 35.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*
2 * jQuery UI CSS Framework @VERSION
3 *
4 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
5 * Dual licensed under the MIT or GPL Version 2 licenses.
6 * http://jquery.org/license
7 *
8 * http://docs.jquery.com/UI/Theming/API
9 */
10
11 /* Layout helpers
12 ----------------------------------*/
13 .ui-helper-hidden {
14 display : none;
15 }
16
17 .ui-helper-hidden-accessible {
18 position : absolute;
19 left : -99999999px;
20 }
21
22 .ui-helper-reset {
23 margin : 0;
24 padding : 0;
25 border : 0;
26 outline : 0;
27 line-height : 1.3;
28 text-decoration : none;
29 font-size : 100%;
30 list-style : none;
31 }
32
33 .ui-helper-clearfix:after {
34 content : ".";
35 display : block;
36 height : 0;
37 clear : both;
38 visibility : hidden;
39 }
40
41 .ui-helper-clearfix {
42 display : inline-block;
43 }
44
45 /* required comment for clearfix to work in Opera \*/
46 * html .ui-helper-clearfix {
47 height : 1%;
48 }
49
50 .ui-helper-clearfix {
51 display : block;
52 }
53
54 /* end clearfix */
55 .ui-helper-zfix {
56 width : 100%;
57 height : 100%;
58 top : 0;
59 left : 0;
60 position : absolute;
61 opacity : 0;
62 filter : Alpha(Opacity=0);
63 }
64
65
66 /* Interaction Cues
67 ----------------------------------*/
68 .ui-state-disabled {
69 cursor : default !important;
70 }
71
72
73 /* Icons
74 ----------------------------------*/
75 /* states and images */
76 .ui-icon { width: 16px; height: 16px; background-image: url(../../../images/ui-icons_469bdd_256x240.png); }
77 .ui-widget-content .ui-icon {background-image: url(../../../images/ui-icons_469bdd_256x240.png); }
78 .ui-widget-header .ui-icon {background-image: url(../../../images/ui-icons_d8e7f3_256x240.png); }
79 .ui-state-default .ui-icon { background-image: url(../../../images/ui-icons_6da8d5_256x240.png); }
80 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../../../images/ui-icons_217bc0_256x240.png); }
81 .ui-state-active .ui-icon {background-image: url(../../../images/ui-icons_f9bd01_256x240.png); }
82 .ui-state-highlight .ui-icon {background-image: url(../../../images/ui-icons_2e83ff_256x240.png); }
83 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../../../images/ui-icons_cd0a0a_256x240.png); }
84
85 /* states and images */
86 .ui-icon {
87 display : block;
88 text-indent : -99999px;
89 overflow : hidden;
90 background-repeat : no-repeat;
91 }
92
93
94 /* Misc visuals
95 ----------------------------------*/
96
97 /* Overlays */
98 .ui-widget-overlay {
99 position : absolute;
100 top : 0;
101 left : 0;
102 width : 100%;
103 height : 100%;
104 }
105
106
107 /*
108 * jQuery UI CSS Framework @VERSION
109 *
110 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
111 * Dual licensed under the MIT or GPL Version 2 licenses.
112 * http://jquery.org/license
113 *
114 * http://docs.jquery.com/UI/Theming/API
115 *
116 * 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
117 */
118
119
120 /* Component containers
121 ----------------------------------*/
122 .ui-widget {
123 font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
124 font-size : 1.1em;
125 }
126
127 .ui-widget .ui-widget {
128 font-size : 1em;
129 }
130
131 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
132 font-family : Lucida Grande, Lucida Sans, Arial, sans-serif;
133 font-size : 1em;
134 }
135
136 .ui-widget-content {
137 border : 1px solid #a6c9e2;
138 background : #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
139 color : #222222;
140 }
141
142 .ui-widget-content a {
143 color : #222222;
144 }
145
146 .ui-widget-header {
147 border : 1px solid #4297d7;
148 background : #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
149 color : #ffffff;
150 font-weight : bold;
151 }
152
153 .ui-widget-header a {
154 color : #ffffff;
155 }
156
157 /* Interaction states
158 ----------------------------------*/
159 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
160 border : 1px solid #c5dbec;
161 background : #dfeffc;
162 font-weight : bold;
163 color : #2e6e9e;
164 }
165
166 .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
167 color : #2e6e9e;
168 text-decoration : none;
169 }
170
171 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
172 border : 1px solid #79b7e7;
173 background : #d0e5f5;
174 font-weight : bold;
175 color : #1d5987;
176 }
177
178 .ui-state-hover a, .ui-state-hover a:hover {
179 color : #1d5987;
180 text-decoration : none;
181 }
182
183 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
184 border : 1px solid #79b7e7;
185 background : #f5f8f9;
186 font-weight : bold;
187 color : #e17009;
188 }
189
190 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
191 color : #e17009;
192 text-decoration : none;
193 }
194
195 .ui-widget :active {
196 outline : none;
197 }
198
199 /* Interaction Cues
200 ----------------------------------*/
201 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
202 border : 1px solid #fad42e;
203 background : #fbec88;
204 color : #363636;
205 }
206
207 .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
208 color : #363636;
209 }
210
211 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
212 border : 1px solid #cd0a0a;
213 background : #fef1ec;
214 color : #cd0a0a;
215 }
216
217 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
218 color : #cd0a0a;
219 }
220
221 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
222 color : #cd0a0a;
223 }
224
225 .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
226 font-weight : bold;
227 }
228
229 .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
230 opacity : .7;
231 filter : Alpha(Opacity=70);
232 font-weight : normal;
233 }
234
235 .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
236 opacity : .35;
237 filter : Alpha(Opacity=35);
238 background-image : none;
239 }
240
241 /* Icons
242 ----------------------------------*/
243 /* positioning */
244 .ui-icon-carat-1-n {
245 background-position : 0 0;
246 }
247
248 .ui-icon-carat-1-ne {
249 background-position : -16px 0;
250 }
251
252 .ui-icon-carat-1-e {
253 background-position : -32px 0;
254 }
255
256 .ui-icon-carat-1-se {
257 background-position : -48px 0;
258 }
259
260 .ui-icon-carat-1-s {
261 background-position : -64px 0;
262 }
263
264 .ui-icon-carat-1-sw {
265 background-position : -80px 0;
266 }
267
268 .ui-icon-carat-1-w {
269 background-position : -96px 0;
270 }
271
272 .ui-icon-carat-1-nw {
273 background-position : -112px 0;
274 }
275
276 .ui-icon-carat-2-n-s {
277 background-position : -128px 0;
278 }
279
280 .ui-icon-carat-2-e-w {
281 background-position : -144px 0;
282 }
283
284 .ui-icon-triangle-1-n {
285 background-position : 0 -16px;
286 }
287
288 .ui-icon-triangle-1-ne {
289 background-position : -16px -16px;
290 }
291
292 .ui-icon-triangle-1-e {
293 background-position : -32px -16px;
294 }
295
296 .ui-icon-triangle-1-se {
297 background-position : -48px -16px;
298 }
299
300 .ui-icon-triangle-1-s {
301 background-position : -64px -16px;
302 }
303
304 .ui-icon-triangle-1-sw {
305 background-position : -80px -16px;
306 }
307
308 .ui-icon-triangle-1-w {
309 background-position : -96px -16px;
310 }
311
312 .ui-icon-triangle-1-nw {
313 background-position : -112px -16px;
314 }
315
316 .ui-icon-triangle-2-n-s {
317 background-position : -128px -16px;
318 }
319
320 .ui-icon-triangle-2-e-w {
321 background-position : -144px -16px;
322 }
323
324 .ui-icon-arrow-1-n {
325 background-position : 0 -32px;
326 }
327
328 .ui-icon-arrow-1-ne {
329 background-position : -16px -32px;
330 }
331
332 .ui-icon-arrow-1-e {
333 background-position : -32px -32px;
334 }
335
336 .ui-icon-arrow-1-se {
337 background-position : -48px -32px;
338 }
339
340 .ui-icon-arrow-1-s {
341 background-position : -64px -32px;
342 }
343
344 .ui-icon-arrow-1-sw {
345 background-position : -80px -32px;
346 }
347
348 .ui-icon-arrow-1-w {
349 background-position : -96px -32px;
350 }
351
352 .ui-icon-arrow-1-nw {
353 background-position : -112px -32px;
354 }
355
356 .ui-icon-arrow-2-n-s {
357 background-position : -128px -32px;
358 }
359
360 .ui-icon-arrow-2-ne-sw {
361 background-position : -144px -32px;
362 }
363
364 .ui-icon-arrow-2-e-w {
365 background-position : -160px -32px;
366 }
367
368 .ui-icon-arrow-2-se-nw {
369 background-position : -176px -32px;
370 }
371
372 .ui-icon-arrowstop-1-n {
373 background-position : -192px -32px;
374 }
375
376 .ui-icon-arrowstop-1-e {
377 background-position : -208px -32px;
378 }
379
380 .ui-icon-arrowstop-1-s {
381 background-position : -224px -32px;
382 }
383
384 .ui-icon-arrowstop-1-w {
385 background-position : -240px -32px;
386 }
387
388 .ui-icon-arrowthick-1-n {
389 background-position : 0 -48px;
390 }
391
392 .ui-icon-arrowthick-1-ne {
393 background-position : -16px -48px;
394 }
395
396 .ui-icon-arrowthick-1-e {
397 background-position : -32px -48px;
398 }
399
400 .ui-icon-arrowthick-1-se {
401 background-position : -48px -48px;
402 }
403
404 .ui-icon-arrowthick-1-s {
405 background-position : -64px -48px;
406 }
407
408 .ui-icon-arrowthick-1-sw {
409 background-position : -80px -48px;
410 }
411
412 .ui-icon-arrowthick-1-w {
413 background-position : -96px -48px;
414 }
415
416 .ui-icon-arrowthick-1-nw {
417 background-position : -112px -48px;
418 }
419
420 .ui-icon-arrowthick-2-n-s {
421 background-position : -128px -48px;
422 }
423
424 .ui-icon-arrowthick-2-ne-sw {
425 background-position : -144px -48px;
426 }
427
428 .ui-icon-arrowthick-2-e-w {
429 background-position : -160px -48px;
430 }
431
432 .ui-icon-arrowthick-2-se-nw {
433 background-position : -176px -48px;
434 }
435
436 .ui-icon-arrowthickstop-1-n {
437 background-position : -192px -48px;
438 }
439
440 .ui-icon-arrowthickstop-1-e {
441 background-position : -208px -48px;
442 }
443
444 .ui-icon-arrowthickstop-1-s {
445 background-position : -224px -48px;
446 }
447
448 .ui-icon-arrowthickstop-1-w {
449 background-position : -240px -48px;
450 }
451
452 .ui-icon-arrowreturnthick-1-w {
453 background-position : 0 -64px;
454 }
455
456 .ui-icon-arrowreturnthick-1-n {
457 background-position : -16px -64px;
458 }
459
460 .ui-icon-arrowreturnthick-1-e {
461 background-position : -32px -64px;
462 }
463
464 .ui-icon-arrowreturnthick-1-s {
465 background-position : -48px -64px;
466 }
467
468 .ui-icon-arrowreturn-1-w {
469 background-position : -64px -64px;
470 }
471
472 .ui-icon-arrowreturn-1-n {
473 background-position : -80px -64px;
474 }
475
476 .ui-icon-arrowreturn-1-e {
477 background-position : -96px -64px;
478 }
479
480 .ui-icon-arrowreturn-1-s {
481 background-position : -112px -64px;
482 }
483
484 .ui-icon-arrowrefresh-1-w {
485 background-position : -128px -64px;
486 }
487
488 .ui-icon-arrowrefresh-1-n {
489 background-position : -144px -64px;
490 }
491
492 .ui-icon-arrowrefresh-1-e {
493 background-position : -160px -64px;
494 }
495
496 .ui-icon-arrowrefresh-1-s {
497 background-position : -176px -64px;
498 }
499
500 .ui-icon-arrow-4 {
501 background-position : 0 -80px;
502 }
503
504 .ui-icon-arrow-4-diag {
505 background-position : -16px -80px;
506 }
507
508 .ui-icon-extlink {
509 background-position : -32px -80px;
510 }
511
512 .ui-icon-newwin {
513 background-position : -48px -80px;
514 }
515
516 .ui-icon-refresh {
517 background-position : -64px -80px;
518 }
519
520 .ui-icon-shuffle {
521 background-position : -80px -80px;
522 }
523
524 .ui-icon-transfer-e-w {
525 background-position : -96px -80px;
526 }
527
528 .ui-icon-transferthick-e-w {
529 background-position : -112px -80px;
530 }
531
532 .ui-icon-folder-collapsed {
533 background-position : 0 -96px;
534 }
535
536 .ui-icon-folder-open {
537 background-position : -16px -96px;
538 }
539
540 .ui-icon-document {
541 background-position : -32px -96px;
542 }
543
544 .ui-icon-document-b {
545 background-position : -48px -96px;
546 }
547
548 .ui-icon-note {
549 background-position : -64px -96px;
550 }
551
552 .ui-icon-mail-closed {
553 background-position : -80px -96px;
554 }
555
556 .ui-icon-mail-open {
557 background-position : -96px -96px;
558 }
559
560 .ui-icon-suitcase {
561 background-position : -112px -96px;
562 }
563
564 .ui-icon-comment {
565 background-position : -128px -96px;
566 }
567
568 .ui-icon-person {
569 background-position : -144px -96px;
570 }
571
572 .ui-icon-print {
573 background-position : -160px -96px;
574 }
575
576 .ui-icon-trash {
577 background-position : -176px -96px;
578 }
579
580 .ui-icon-locked {
581 background-position : -192px -96px;
582 }
583
584 .ui-icon-unlocked {
585 background-position : -208px -96px;
586 }
587
588 .ui-icon-bookmark {
589 background-position : -224px -96px;
590 }
591
592 .ui-icon-tag {
593 background-position : -240px -96px;
594 }
595
596 .ui-icon-home {
597 background-position : 0 -112px;
598 }
599
600 .ui-icon-flag {
601 background-position : -16px -112px;
602 }
603
604 .ui-icon-calendar {
605 background-position : -32px -112px;
606 }
607
608 .ui-icon-cart {
609 background-position : -48px -112px;
610 }
611
612 .ui-icon-pencil {
613 background-position : -64px -112px;
614 }
615
616 .ui-icon-clock {
617 background-position : -80px -112px;
618 }
619
620 .ui-icon-disk {
621 background-position : -96px -112px;
622 }
623
624 .ui-icon-calculator {
625 background-position : -112px -112px;
626 }
627
628 .ui-icon-zoomin {
629 background-position : -128px -112px;
630 }
631
632 .ui-icon-zoomout {
633 background-position : -144px -112px;
634 }
635
636 .ui-icon-search {
637 background-position : -160px -112px;
638 }
639
640 .ui-icon-wrench {
641 background-position : -176px -112px;
642 }
643
644 .ui-icon-gear {
645 background-position : -192px -112px;
646 }
647
648 .ui-icon-heart {
649 background-position : -208px -112px;
650 }
651
652 .ui-icon-star {
653 background-position : -224px -112px;
654 }
655
656 .ui-icon-link {
657 background-position : -240px -112px;
658 }
659
660 .ui-icon-cancel {
661 background-position : 0 -128px;
662 }
663
664 .ui-icon-plus {
665 background-position : -16px -128px;
666 }
667
668 .ui-icon-plusthick {
669 background-position : -32px -128px;
670 }
671
672 .ui-icon-minus {
673 background-position : -48px -128px;
674 }
675
676 .ui-icon-minusthick {
677 background-position : -64px -128px;
678 }
679
680 .ui-icon-close {
681 background-position : -80px -128px;
682 }
683
684 .ui-icon-closethick {
685 background-position : -96px -128px;
686 }
687
688 .ui-icon-key {
689 background-position : -112px -128px;
690 }
691
692 .ui-icon-lightbulb {
693 background-position : -128px -128px;
694 }
695
696 .ui-icon-scissors {
697 background-position : -144px -128px;
698 }
699
700 .ui-icon-clipboard {
701 background-position : -160px -128px;
702 }
703
704 .ui-icon-copy {
705 background-position : -176px -128px;
706 }
707
708 .ui-icon-contact {
709 background-position : -192px -128px;
710 }
711
712 .ui-icon-image {
713 background-position : -208px -128px;
714 }
715
716 .ui-icon-video {
717 background-position : -224px -128px;
718 }
719
720 .ui-icon-script {
721 background-position : -240px -128px;
722 }
723
724 .ui-icon-alert {
725 background-position : 0 -144px;
726 }
727
728 .ui-icon-info {
729 background-position : -16px -144px;
730 }
731
732 .ui-icon-notice {
733 background-position : -32px -144px;
734 }
735
736 .ui-icon-help {
737 background-position : -48px -144px;
738 }
739
740 .ui-icon-check {
741 background-position : -64px -144px;
742 }
743
744 .ui-icon-bullet {
745 background-position : -80px -144px;
746 }
747
748 .ui-icon-radio-off {
749 background-position : -96px -144px;
750 }
751
752 .ui-icon-radio-on {
753 background-position : -112px -144px;
754 }
755
756 .ui-icon-pin-w {
757 background-position : -128px -144px;
758 }
759
760 .ui-icon-pin-s {
761 background-position : -144px -144px;
762 }
763
764 .ui-icon-play {
765 background-position : 0 -160px;
766 }
767
768 .ui-icon-pause {
769 background-position : -16px -160px;
770 }
771
772 .ui-icon-seek-next {
773 background-position : -32px -160px;
774 }
775
776 .ui-icon-seek-prev {
777 background-position : -48px -160px;
778 }
779
780 .ui-icon-seek-end {
781 background-position : -64px -160px;
782 }
783
784 .ui-icon-seek-start {
785 background-position : -80px -160px;
786 }
787
788 /* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
789 .ui-icon-seek-first {
790 background-position : -80px -160px;
791 }
792
793 .ui-icon-stop {
794 background-position : -96px -160px;
795 }
796
797 .ui-icon-eject {
798 background-position : -112px -160px;
799 }
800
801 .ui-icon-volume-off {
802 background-position : -128px -160px;
803 }
804
805 .ui-icon-volume-on {
806 background-position : -144px -160px;
807 }
808
809 .ui-icon-power {
810 background-position : 0 -176px;
811 }
812
813 .ui-icon-signal-diag {
814 background-position : -16px -176px;
815 }
816
817 .ui-icon-signal {
818 background-position : -32px -176px;
819 }
820
821 .ui-icon-battery-0 {
822 background-position : -48px -176px;
823 }
824
825 .ui-icon-battery-1 {
826 background-position : -64px -176px;
827 }
828
829 .ui-icon-battery-2 {
830 background-position : -80px -176px;
831 }
832
833 .ui-icon-battery-3 {
834 background-position : -96px -176px;
835 }
836
837 .ui-icon-circle-plus {
838 background-position : 0 -192px;
839 }
840
841 .ui-icon-circle-minus {
842 background-position : -16px -192px;
843 }
844
845 .ui-icon-circle-close {
846 background-position : -32px -192px;
847 }
848
849 .ui-icon-circle-triangle-e {
850 background-position : -48px -192px;
851 }
852
853 .ui-icon-circle-triangle-s {
854 background-position : -64px -192px;
855 }
856
857 .ui-icon-circle-triangle-w {
858 background-position : -80px -192px;
859 }
860
861 .ui-icon-circle-triangle-n {
862 background-position : -96px -192px;
863 }
864
865 .ui-icon-circle-arrow-e {
866 background-position : -112px -192px;
867 }
868
869 .ui-icon-circle-arrow-s {
870 background-position : -128px -192px;
871 }
872
873 .ui-icon-circle-arrow-w {
874 background-position : -144px -192px;
875 }
876
877 .ui-icon-circle-arrow-n {
878 background-position : -160px -192px;
879 }
880
881 .ui-icon-circle-zoomin {
882 background-position : -176px -192px;
883 }
884
885 .ui-icon-circle-zoomout {
886 background-position : -192px -192px;
887 }
888
889 .ui-icon-circle-check {
890 background-position : -208px -192px;
891 }
892
893 .ui-icon-circlesmall-plus {
894 background-position : 0 -208px;
895 }
896
897 .ui-icon-circlesmall-minus {
898 background-position : -16px -208px;
899 }
900
901 .ui-icon-circlesmall-close {
902 background-position : -32px -208px;
903 }
904
905 .ui-icon-squaresmall-plus {
906 background-position : -48px -208px;
907 }
908
909 .ui-icon-squaresmall-minus {
910 background-position : -64px -208px;
911 }
912
913 .ui-icon-squaresmall-close {
914 background-position : -80px -208px;
915 }
916
917 .ui-icon-grip-dotted-vertical {
918 background-position : 0 -224px;
919 }
920
921 .ui-icon-grip-dotted-horizontal {
922 background-position : -16px -224px;
923 }
924
925 .ui-icon-grip-solid-vertical {
926 background-position : -32px -224px;
927 }
928
929 .ui-icon-grip-solid-horizontal {
930 background-position : -48px -224px;
931 }
932
933 .ui-icon-gripsmall-diagonal-se {
934 background-position : -64px -224px;
935 }
936
937 .ui-icon-grip-diagonal-se {
938 background-position : -80px -224px;
939 }
940
941
942 /* Misc visuals
943 ----------------------------------*/
944
945 /* Corner radius */
946 .ui-corner-tl {
947 -moz-border-radius-topleft : 5px;
948 -webkit-border-top-left-radius : 5px;
949 border-top-left-radius : 5px;
950 }
951
952 .ui-corner-tr {
953 -moz-border-radius-topright : 5px;
954 -webkit-border-top-right-radius : 5px;
955 border-top-right-radius : 5px;
956 }
957
958 .ui-corner-bl {
959 -moz-border-radius-bottomleft : 5px;
960 -webkit-border-bottom-left-radius : 5px;
961 border-bottom-left-radius : 5px;
962 }
963
964 .ui-corner-br {
965 -moz-border-radius-bottomright : 5px;
966 -webkit-border-bottom-right-radius : 5px;
967 border-bottom-right-radius : 5px;
968 }
969
970 .ui-corner-top {
971 -moz-border-radius-topleft : 5px;
972 -webkit-border-top-left-radius : 5px;
973 border-top-left-radius : 5px;
974 -moz-border-radius-topright : 5px;
975 -webkit-border-top-right-radius : 5px;
976 border-top-right-radius : 5px;
977 }
978
979 .ui-corner-bottom {
980 -moz-border-radius-bottomleft : 5px;
981 -webkit-border-bottom-left-radius : 5px;
982 border-bottom-left-radius : 5px;
983 -moz-border-radius-bottomright : 5px;
984 -webkit-border-bottom-right-radius : 5px;
985 border-bottom-right-radius : 5px;
986 }
987
988 .ui-corner-right {
989 -moz-border-radius-topright : 5px;
990 -webkit-border-top-right-radius : 5px;
991 border-top-right-radius : 5px;
992 -moz-border-radius-bottomright : 5px;
993 -webkit-border-bottom-right-radius : 5px;
994 border-bottom-right-radius : 5px;
995 }
996
997 .ui-corner-left {
998 -moz-border-radius-topleft : 5px;
999 -webkit-border-top-left-radius : 5px;
1000 border-top-left-radius : 5px;
1001 -moz-border-radius-bottomleft : 5px;
1002 -webkit-border-bottom-left-radius : 5px;
1003 border-bottom-left-radius : 5px;
1004 }
1005
1006 .ui-corner-all {
1007 -moz-border-radius : 5px;
1008 -webkit-border-radius : 5px;
1009 border-radius : 5px;
1010 }
1011
1012 /* Overlays */
1013 .ui-widget-overlay {
1014 background : #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1015 opacity : .30;
1016 filter : Alpha(Opacity=30);
1017 }
1018
1019 .ui-widget-shadow {
1020 margin : -8px 0 0 -8px;
1021 padding : 8px;
1022 background : #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1023 opacity : .30;
1024 filter : Alpha(Opacity=30);
1025 -moz-border-radius : 8px;
1026 -webkit-border-radius : 8px;
1027 border-radius : 8px;
1028 }
1029
1030 /*
1031 * jQuery UI Resizable @VERSION
1032 *
1033 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1034 * Dual licensed under the MIT or GPL Version 2 licenses.
1035 * http://jquery.org/license
1036 *
1037 * http://docs.jquery.com/UI/Resizable#theming
1038 */
1039 .ui-resizable {
1040 position : relative;
1041 }
1042
1043 .ui-resizable-handle {
1044 position : absolute;
1045 font-size : 0.1px;
1046 z-index : 99999;
1047 display : block;
1048 }
1049
1050 .ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
1051 display : none;
1052 }
1053
1054 .ui-resizable-n {
1055 cursor : n-resize;
1056 height : 7px;
1057 width : 100%;
1058 top : -5px;
1059 left : 0;
1060 }
1061
1062 .ui-resizable-s {
1063 cursor : s-resize;
1064 height : 7px;
1065 width : 100%;
1066 bottom : -5px;
1067 left : 0;
1068 }
1069
1070 .ui-resizable-e {
1071 cursor : e-resize;
1072 width : 7px;
1073 right : -5px;
1074 top : 0;
1075 height : 100%;
1076 }
1077
1078 .ui-resizable-w {
1079 cursor : w-resize;
1080 width : 7px;
1081 left : -5px;
1082 top : 0;
1083 height : 100%;
1084 }
1085
1086 .ui-resizable-se {
1087 cursor : se-resize;
1088 width : 12px;
1089 height : 12px;
1090 right : 1px;
1091 bottom : 1px;
1092 }
1093
1094 .ui-resizable-sw {
1095 cursor : sw-resize;
1096 width : 9px;
1097 height : 9px;
1098 left : -5px;
1099 bottom : -5px;
1100 }
1101
1102 .ui-resizable-nw {
1103 cursor : nw-resize;
1104 width : 9px;
1105 height : 9px;
1106 left : -5px;
1107 top : -5px;
1108 }
1109
1110 .ui-resizable-ne {
1111 cursor : ne-resize;
1112 width : 9px;
1113 height : 9px;
1114 right : -5px;
1115 top : -5px;
1116 }
1117
1118 /*
1119 * jQuery UI Selectable @VERSION
1120 *
1121 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1122 * Dual licensed under the MIT or GPL Version 2 licenses.
1123 * http://jquery.org/license
1124 *
1125 * http://docs.jquery.com/UI/Selectable#theming
1126 */
1127 .ui-selectable-helper {
1128 position : absolute;
1129 z-index : 100;
1130 border : 1px dotted black;
1131 }
1132
1133 /*
1134 * jQuery UI Accordion @VERSION
1135 *
1136 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1137 * Dual licensed under the MIT or GPL Version 2 licenses.
1138 * http://jquery.org/license
1139 *
1140 * http://docs.jquery.com/UI/Accordion#theming
1141 */
1142 /* IE/Win - Fix animation bug - #4615 */
1143 .ui-accordion {
1144 width : 100%;
1145 }
1146
1147 .ui-accordion .ui-accordion-header {
1148 cursor : pointer;
1149 position : relative;
1150 margin-top : 1px;
1151 zoom : 1;
1152 }
1153
1154 .ui-accordion .ui-accordion-li-fix {
1155 display : inline;
1156 }
1157
1158 .ui-accordion .ui-accordion-header-active {
1159 border-bottom : 0 !important;
1160 }
1161
1162 .ui-accordion .ui-accordion-header a {
1163 display : block;
1164 font-size : 1em;
1165 padding : .5em .5em .5em .7em;
1166 }
1167
1168 .ui-accordion-icons .ui-accordion-header a {
1169 padding-left : 2.2em;
1170 }
1171
1172 .ui-accordion .ui-accordion-header .ui-icon {
1173 position : absolute;
1174 left : .5em;
1175 top : 50%;
1176 margin-top : -8px;
1177 }
1178
1179 .ui-accordion .ui-accordion-content {
1180 padding : 1em 2.2em;
1181 border-top : 0;
1182 margin-top : -2px;
1183 position : relative;
1184 top : 1px;
1185 margin-bottom : 2px;
1186 overflow : auto;
1187 display : none;
1188 zoom : 1;
1189 }
1190
1191 .ui-accordion .ui-accordion-content-active {
1192 display : block;
1193 }
1194
1195 /*
1196 * jQuery UI Autocomplete @VERSION
1197 *
1198 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1199 * Dual licensed under the MIT or GPL Version 2 licenses.
1200 * http://jquery.org/license
1201 *
1202 * http://docs.jquery.com/UI/Autocomplete#theming
1203 */
1204 .ui-autocomplete {
1205 position : absolute;
1206 cursor : default;
1207 }
1208
1209 /* workarounds */
1210 * html .ui-autocomplete {
1211 width : 1px;
1212 }
1213
1214 /* without this, the menu expands to 100% in IE6 */
1215
1216 /*
1217 * jQuery UI Menu @VERSION
1218 *
1219 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1220 * Dual licensed under the MIT or GPL Version 2 licenses.
1221 * http://jquery.org/license
1222 *
1223 * http://docs.jquery.com/UI/Menu#theming
1224 */
1225 .ui-menu {
1226 list-style : none;
1227 padding : 2px;
1228 margin : 0;
1229 display : block;
1230 float : left;
1231 }
1232
1233 .ui-menu .ui-menu {
1234 margin-top : -3px;
1235 }
1236
1237 .ui-menu .ui-menu-item {
1238 margin : 0;
1239 padding : 0;
1240 zoom : 1;
1241 float : left;
1242 clear : left;
1243 width : 100%;
1244 }
1245
1246 .ui-menu .ui-menu-item a {
1247 text-decoration : none;
1248 display : block;
1249 padding : .2em .4em;
1250 line-height : 1.5;
1251 zoom : 1;
1252 }
1253
1254 .ui-menu .ui-menu-item a.ui-state-hover,
1255 .ui-menu .ui-menu-item a.ui-state-active {
1256 font-weight : normal;
1257 margin : -1px;
1258 }
1259
1260 /*
1261 * jQuery UI Button @VERSION
1262 *
1263 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1264 * Dual licensed under the MIT or GPL Version 2 licenses.
1265 * http://jquery.org/license
1266 *
1267 * http://docs.jquery.com/UI/Button#theming
1268 */
1269 .ui-button {
1270 display : inline-block;
1271 position : relative;
1272 padding : 0;
1273 margin-right : .1em;
1274 text-decoration : none !important;
1275 cursor : pointer;
1276 text-align : center;
1277 zoom : 1;
1278 overflow : visible;
1279 }
1280
1281 /* the overflow property removes extra width in IE */
1282 .ui-button-icon-only {
1283 width : 2.2em;
1284 }
1285
1286 /* to make room for the icon, a width needs to be set here */
1287 button.ui-button-icon-only {
1288 width : 2.4em;
1289 }
1290
1291 /* button elements seem to need a little more width */
1292 .ui-button-icons-only {
1293 width : 3.4em;
1294 }
1295
1296 button.ui-button-icons-only {
1297 width : 3.7em;
1298 }
1299
1300 /*button text element */
1301 .ui-button .ui-button-text {
1302 display : block;
1303 line-height : 1.4;
1304 }
1305
1306 .ui-button-text-only .ui-button-text {
1307 padding : .4em 1em;
1308 }
1309
1310 .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
1311 padding : .4em;
1312 text-indent : -9999999px;
1313 }
1314
1315 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
1316 padding : .4em 1em .4em 2.1em;
1317 }
1318
1319 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
1320 padding : .4em 2.1em .4em 1em;
1321 }
1322
1323 .ui-button-text-icons .ui-button-text {
1324 padding-left : 2.1em;
1325 padding-right : 2.1em;
1326 }
1327
1328 /* no icon support for input elements, provide padding by default */
1329 input.ui-button {
1330 padding : .4em 1em;
1331 }
1332
1333 /*button icon element(s) */
1334 .ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
1335 position : absolute;
1336 top : 50%;
1337 margin-top : -8px;
1338 }
1339
1340 .ui-button-icon-only .ui-icon {
1341 left : 50%;
1342 margin-left : -8px;
1343 }
1344
1345 .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
1346 left : .5em;
1347 }
1348
1349 .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
1350 right : .5em;
1351 }
1352
1353 .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
1354 right : .5em;
1355 }
1356
1357 /*button sets*/
1358 .ui-buttonset {
1359 margin-right : 7px;
1360 }
1361
1362 .ui-buttonset .ui-button {
1363 margin-left : 0;
1364 margin-right : -.3em;
1365 }
1366
1367 /* workarounds */
1368 button.ui-button::-moz-focus-inner {
1369 border : 0;
1370 padding : 0;
1371 }
1372
1373 /* reset extra padding in Firefox */
1374 /*
1375 * jQuery UI Dialog @VERSION
1376 *
1377 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1378 * Dual licensed under the MIT or GPL Version 2 licenses.
1379 * http://jquery.org/license
1380 *
1381 * http://docs.jquery.com/UI/Dialog#theming
1382 */
1383 .ui-dialog {
1384 position : absolute;
1385 padding : .2em;
1386 width : 300px;
1387 overflow : hidden;
1388 }
1389
1390 .ui-dialog .ui-dialog-titlebar {
1391 padding : .5em 1em .3em;
1392 position : relative;
1393 }
1394
1395 .ui-dialog .ui-dialog-title {
1396 float : left;
1397 margin : .1em 16px .2em 0;
1398 }
1399
1400 .ui-dialog .ui-dialog-titlebar-close {
1401 position : absolute;
1402 right : .3em;
1403 top : 50%;
1404 width : 19px;
1405 margin : -10px 0 0 0;
1406 padding : 1px;
1407 height : 18px;
1408 }
1409
1410 .ui-dialog .ui-dialog-titlebar-close span {
1411 display : block;
1412 margin : 1px;
1413 }
1414
1415 .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
1416 padding : 0;
1417 }
1418
1419 .ui-dialog .ui-dialog-content {
1420 position : relative;
1421 border : 0;
1422 padding : .5em 1em;
1423 background : none;
1424 overflow : auto;
1425 zoom : 1;
1426 }
1427
1428 .ui-dialog .ui-dialog-buttonpane {
1429 text-align : left;
1430 border-width : 1px 0 0 0;
1431 background-image : none;
1432 margin : .5em 0 0 0;
1433 padding : .3em 1em .5em .4em;
1434 }
1435
1436 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
1437 float : right;
1438 }
1439
1440 .ui-dialog .ui-dialog-buttonpane button {
1441 margin : .5em .4em .5em 0;
1442 cursor : pointer;
1443 }
1444
1445 .ui-dialog .ui-resizable-se {
1446 width : 14px;
1447 height : 14px;
1448 right : 3px;
1449 bottom : 3px;
1450 }
1451
1452 .ui-draggable .ui-dialog-titlebar {
1453 cursor : move;
1454 }
1455
1456 /*
1457 * jQuery UI Slider @VERSION
1458 *
1459 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1460 * Dual licensed under the MIT or GPL Version 2 licenses.
1461 * http://jquery.org/license
1462 *
1463 * http://docs.jquery.com/UI/Slider#theming
1464 */
1465 .ui-slider {
1466 position : relative;
1467 text-align : left;
1468 }
1469
1470 .ui-slider .ui-slider-handle {
1471 position : absolute;
1472 z-index : 2;
1473 width : 1.2em;
1474 height : 1.2em;
1475 cursor : default;
1476 }
1477
1478 .ui-slider .ui-slider-range {
1479 position : absolute;
1480 z-index : 1;
1481 font-size : .7em;
1482 display : block;
1483 border : 0;
1484 background-position : 0 0;
1485 }
1486
1487 .ui-slider-horizontal {
1488 height : .8em;
1489 }
1490
1491 .ui-slider-horizontal .ui-slider-handle {
1492 top : -.3em;
1493 margin-left : -.6em;
1494 }
1495
1496 .ui-slider-horizontal .ui-slider-range {
1497 top : 0;
1498 height : 100%;
1499 }
1500
1501 .ui-slider-horizontal .ui-slider-range-min {
1502 left : 0;
1503 }
1504
1505 .ui-slider-horizontal .ui-slider-range-max {
1506 right : 0;
1507 }
1508
1509 .ui-slider-vertical {
1510 width : .8em;
1511 height : 100px;
1512 }
1513
1514 .ui-slider-vertical .ui-slider-handle {
1515 left : -.3em;
1516 margin-left : 0;
1517 margin-bottom : -.6em;
1518 }
1519
1520 .ui-slider-vertical .ui-slider-range {
1521 left : 0;
1522 width : 100%;
1523 }
1524
1525 .ui-slider-vertical .ui-slider-range-min {
1526 bottom : 0;
1527 }
1528
1529 .ui-slider-vertical .ui-slider-range-max {
1530 top : 0;
1531 }
1532
1533 /*
1534 * jQuery UI Tabs @VERSION
1535 *
1536 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1537 * Dual licensed under the MIT or GPL Version 2 licenses.
1538 * http://jquery.org/license
1539 *
1540 * http://docs.jquery.com/UI/Tabs#theming
1541 */
1542 .ui-tabs {
1543 position : relative;
1544 padding : .2em;
1545 zoom : 1;
1546 }
1547
1548 /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
1549 .ui-tabs .ui-tabs-nav {
1550 margin : 0;
1551 padding : .2em .2em 0;
1552 }
1553
1554 .ui-tabs .ui-tabs-nav li {
1555 list-style : none;
1556 float : left;
1557 position : relative;
1558 top : 1px;
1559 margin : 0 .2em 1px 0;
1560 border-bottom : 0 !important;
1561 padding : 0;
1562 white-space : nowrap;
1563 }
1564
1565 .ui-tabs .ui-tabs-nav li a {
1566 float : left;
1567 padding : .5em 1em;
1568 text-decoration : none;
1569 }
1570
1571 .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
1572 margin-bottom : 0;
1573 padding-bottom : 1px;
1574 }
1575
1576 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
1577 cursor : text;
1578 }
1579
1580 .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
1581 cursor : pointer;
1582 }
1583
1584 /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
1585 .ui-tabs .ui-tabs-panel {
1586 display : block;
1587 border-width : 0;
1588 padding : 1em 1.4em;
1589 background : none;
1590 }
1591
1592 .ui-tabs .ui-tabs-hide {
1593 display : none !important;
1594 }
1595
1596 /*
1597 * jQuery UI Datepicker @VERSION
1598 *
1599 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1600 * Dual licensed under the MIT or GPL Version 2 licenses.
1601 * http://jquery.org/license
1602 *
1603 * http://docs.jquery.com/UI/Datepicker#theming
1604 */
1605 .ui-datepicker {
1606 width : 17em;
1607 padding : .2em .2em 0;
1608 }
1609
1610 .ui-datepicker .ui-datepicker-header {
1611 position : relative;
1612 padding : .2em 0;
1613 }
1614
1615 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
1616 position : absolute;
1617 top : 2px;
1618 width : 1.8em;
1619 height : 1.8em;
1620 }
1621
1622 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
1623 top : 1px;
1624 }
1625
1626 .ui-datepicker .ui-datepicker-prev {
1627 left : 2px;
1628 }
1629
1630 .ui-datepicker .ui-datepicker-next {
1631 right : 2px;
1632 }
1633
1634 .ui-datepicker .ui-datepicker-prev-hover {
1635 left : 1px;
1636 }
1637
1638 .ui-datepicker .ui-datepicker-next-hover {
1639 right : 1px;
1640 }
1641
1642 .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
1643 display : block;
1644 position : absolute;
1645 left : 50%;
1646 margin-left : -8px;
1647 top : 50%;
1648 margin-top : -8px;
1649 }
1650
1651 .ui-datepicker .ui-datepicker-title {
1652 margin : 0 2.3em;
1653 line-height : 1.8em;
1654 text-align : center;
1655 }
1656
1657 .ui-datepicker .ui-datepicker-title select {
1658 font-size : 1em;
1659 margin : 1px 0;
1660 }
1661
1662 .ui-datepicker select.ui-datepicker-month-year {
1663 width : 100%;
1664 }
1665
1666 .ui-datepicker select.ui-datepicker-month,
1667 .ui-datepicker select.ui-datepicker-year {
1668 width : 49%;
1669 }
1670
1671 .ui-datepicker table {
1672 width : 100%;
1673 font-size : .9em;
1674 border-collapse : collapse;
1675 margin : 0 0 .4em;
1676 }
1677
1678 .ui-datepicker th {
1679 padding : .7em .3em;
1680 text-align : center;
1681 font-weight : bold;
1682 border : 0;
1683 }
1684
1685 .ui-datepicker td {
1686 border : 0;
1687 padding : 1px;
1688 }
1689
1690 .ui-datepicker td span, .ui-datepicker td a {
1691 display : block;
1692 padding : .2em;
1693 text-align : right;
1694 text-decoration : none;
1695 }
1696
1697 .ui-datepicker .ui-datepicker-buttonpane {
1698 background-image : none;
1699 margin : .7em 0 0 0;
1700 padding : 0 .2em;
1701 border-left : 0;
1702 border-right : 0;
1703 border-bottom : 0;
1704 }
1705
1706 .ui-datepicker .ui-datepicker-buttonpane button {
1707 float : right;
1708 margin : .5em .2em .4em;
1709 cursor : pointer;
1710 padding : .2em .6em .3em .6em;
1711 width : auto;
1712 overflow : visible;
1713 }
1714
1715 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
1716 float : left;
1717 }
1718
1719 /* with multiple calendars */
1720 .ui-datepicker.ui-datepicker-multi {
1721 width : auto;
1722 }
1723
1724 .ui-datepicker-multi .ui-datepicker-group {
1725 float : left;
1726 }
1727
1728 .ui-datepicker-multi .ui-datepicker-group table {
1729 width : 95%;
1730 margin : 0 auto .4em;
1731 }
1732
1733 .ui-datepicker-multi-2 .ui-datepicker-group {
1734 width : 50%;
1735 }
1736
1737 .ui-datepicker-multi-3 .ui-datepicker-group {
1738 width : 33.3%;
1739 }
1740
1741 .ui-datepicker-multi-4 .ui-datepicker-group {
1742 width : 25%;
1743 }
1744
1745 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
1746 border-left-width : 0;
1747 }
1748
1749 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
1750 border-left-width : 0;
1751 }
1752
1753 .ui-datepicker-multi .ui-datepicker-buttonpane {
1754 clear : left;
1755 }
1756
1757 .ui-datepicker-row-break {
1758 clear : both;
1759 width : 100%;
1760 }
1761
1762 /* RTL support */
1763 .ui-datepicker-rtl {
1764 direction : rtl;
1765 }
1766
1767 .ui-datepicker-rtl .ui-datepicker-prev {
1768 right : 2px;
1769 left : auto;
1770 }
1771
1772 .ui-datepicker-rtl .ui-datepicker-next {
1773 left : 2px;
1774 right : auto;
1775 }
1776
1777 .ui-datepicker-rtl .ui-datepicker-prev:hover {
1778 right : 1px;
1779 left : auto;
1780 }
1781
1782 .ui-datepicker-rtl .ui-datepicker-next:hover {
1783 left : 1px;
1784 right : auto;
1785 }
1786
1787 .ui-datepicker-rtl .ui-datepicker-buttonpane {
1788 clear : right;
1789 }
1790
1791 .ui-datepicker-rtl .ui-datepicker-buttonpane button {
1792 float : left;
1793 }
1794
1795 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
1796 float : right;
1797 }
1798
1799 .ui-datepicker-rtl .ui-datepicker-group {
1800 float : right;
1801 }
1802
1803 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
1804 border-right-width : 0;
1805 border-left-width : 1px;
1806 }
1807
1808 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
1809 border-right-width : 0;
1810 border-left-width : 1px;
1811 }
1812
1813 /* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
1814 .ui-datepicker-cover {
1815 display : none; /*sorry for IE5*/
1816 display /**/ : block; /*sorry for IE5*/
1817 position : absolute; /*must have*/
1818 z-index : -1; /*must have*/
1819 filter : mask(); /*must have*/
1820 top : -4px; /*must have*/
1821 left : -4px; /*must have*/
1822 width : 200px; /*must have*/
1823 height : 200px; /*must have*/
1824 }
1825
1826 /*
1827 * jQuery UI Progressbar @VERSION
1828 *
1829 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1830 * Dual licensed under the MIT or GPL Version 2 licenses.
1831 * http://jquery.org/license
1832 *
1833 * http://docs.jquery.com/UI/Progressbar#theming
1834 */
1835 .ui-progressbar {
1836 height : 2em;
1837 text-align : left;
1838 }
1839
1840 .ui-progressbar .ui-progressbar-value {
1841 margin : -1px;
1842 height : 100%;
1843 }
1844