source: sandbox/newExpressoMail/prototype/plugins/wijmo/jquery-ui.wijmo2.css @ 7209

Revision 7209, 59.3 KB checked in by gustavo, 12 years ago (diff)

Ticket #0000 - Criado novo modulo para o desenvolvimento do novo ExpressoMail?

  • Property svn:executable set to *
Line 
1/*!
2 * jQuery UI Bootstrap (0.22)
3 * http://addyosmani.github.com/jquery-ui-bootstrap
4 *
5 * Copyright 2012, Addy Osmani
6 * Dual licensed under the MIT or GPL Version 2 licenses.
7 *
8 * Portions copyright jQuery UI & Twitter Bootstrap
9 */
10
11
12/* Layout helpers
13----------------------------------*/
14.ui-helper-hidden
15{
16    display: none;
17}
18.ui-helper-hidden-accessible
19{
20    position: absolute !important;
21    clip: rect(1px 1px 1px 1px);
22    clip: rect(1px,1px,1px,1px);
23}
24.ui-helper-reset
25{
26    margin: 0;
27    padding: 0;
28    border: 0;
29    outline: 0;
30    line-height: 1.3;
31    text-decoration: none;
32    font-size: 100%;
33    list-style: none;
34}
35.ui-helper-clearfix:before, .ui-helper-clearfix:after {
36        content: "";
37        display: table;
38}
39.ui-helper-clearfix:after {
40        clear: both;
41}
42.ui-helper-clearfix {
43        zoom: 1;
44}
45.ui-helper-zfix
46{
47    width: 100%;
48    height: 100%;
49    top: 0;
50    left: 0;
51    position: absolute;
52    opacity: 0;
53    filter: Alpha(Opacity=0);
54}
55
56
57/* Interaction Cues
58----------------------------------*/
59.ui-state-disabled
60{
61    cursor: default !important;
62}
63
64
65/* Icons
66----------------------------------*/
67
68/* states and images */
69.ui-icon
70{
71    display: block;
72    text-indent: -99999px;
73    overflow: hidden;
74    background-repeat: no-repeat;
75}
76
77
78/* Misc visuals
79----------------------------------*/
80
81/* Overlays */
82.ui-widget-overlay
83{
84    position: absolute;
85    top: 0;
86    left: 0;
87    width: 100%;
88    height: 100%;
89}
90
91
92/*
93 * jQuery UI CSS Framework 1.8.16
94 *
95 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
96 * Dual licensed under the MIT or GPL Version 2 licenses.
97 * http://jquery.org/license
98 *
99 * http://docs.jquery.com/UI/Theming/API
100 *
101 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
102 */
103
104
105/* Component containers
106----------------------------------*/
107.ui-widget
108{
109    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
110    font-size: 100%;
111}
112.ui-widget .ui-widget
113{
114    font-size: 1em;
115}
116.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
117{
118    font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
119    font-size: 1em;
120}
121.ui-widget-content
122{
123    border: 1px solid #aaaaaa;
124    background: #ffffff url(images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x;
125    color: #404040;
126}
127.ui-widget-content a
128{
129    color: #404040;
130}
131.ui-widget-header
132{
133    font-weight: bold;
134    border-color: #0064cd #0064cd #003f81;
135    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
136    border: 1px solid #666;
137}
138.ui-widget-header a
139{
140    color: #222222;
141}
142
143/* Interaction states
144----------------------------------*/
145.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
146{
147    background-color: #e6e6e6;
148    background-repeat: no-repeat;
149    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
150    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
151    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
152    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
153    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
154    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
155    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
156    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
157    color: #333;
158    font-size: 13px;
159    line-height: normal;
160    border: 1px solid #ccc;
161    border-bottom-color: #bbb;
162    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
163    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
164    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
165    -webkit-transition: 0.1s linear background-image;
166    -moz-transition: 0.1s linear background-image;
167    -ms-transition: 0.1s linear background-image;
168    -o-transition: 0.1s linear background-image;
169    transition: 0.1s linear background-image;
170    overflow: visible;
171}
172
173
174.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited
175{
176    color: #555555;
177    text-decoration: none;
178}
179.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
180{
181    background-position: 0 -15px;
182    color: #333;
183    text-decoration: none;
184}
185.ui-state-hover a, .ui-state-hover a:hover
186{
187    color: #212121;
188    text-decoration: none;
189}
190.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
191{
192    border: 1px solid #aaaaaa;
193    font-weight: normal;
194    color: #212121;
195}
196.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
197{
198    color: #212121;
199    text-decoration: none;
200}
201.ui-widget :active
202{
203    outline: none;
204}
205
206/* Interaction Cues
207----------------------------------*/
208
209
210.ui-state-highlight p, .ui-state-error p, .ui-state-default p
211{
212    font-size: 13px;
213    font-weight: normal;
214    line-height: 18px;
215    margin: 7px 15px;
216}
217.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight
218{
219    position: relative;
220    margin-bottom: 18px;
221    color: #404040;
222    background-color: #eedc94;
223    background-repeat: repeat-x;
224    background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
225    background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
226    background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
227    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
228    background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
229    background-image: -o-linear-gradient(top, #fceec1, #eedc94);
230    background-image: linear-gradient(top, #fceec1, #eedc94);
231    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
232    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
233    border-color: #eedc94 #eedc94 #e4c652;
234    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
235    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
236    border-width: 1px;
237    border-style: solid;
238    -webkit-border-radius: 4px;
239    -moz-border-radius: 4px;
240    border-radius: 4px;
241    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
242    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
243    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
244}
245.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a
246{
247    color: #363636;
248}
249.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
250{
251    position: relative;
252    margin-bottom: 18px;
253    color: #ffffff;
254    border-width: 1px;
255    border-style: solid;
256    -webkit-border-radius: 4px;
257    -moz-border-radius: 4px;
258    border-radius: 4px;
259    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
260    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
261    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
262    background-color: #c43c35;
263    background-repeat: repeat-x;
264    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
265    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
266    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
267    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
268    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
269    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
270    background-image: linear-gradient(top, #ee5f5b, #c43c35);
271    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
272    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
273    border-color: #c43c35 #c43c35 #882a25;
274    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
275}
276.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a
277{
278    color: #cd0a0a;
279}
280.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text
281{
282    color: #cd0a0a;
283}
284.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary
285{
286    font-weight: bold;
287}
288.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary
289{
290    opacity: .7;
291    filter: Alpha(Opacity=70);
292    font-weight: normal;
293}
294.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled
295{
296    opacity: .35;
297    filter: Alpha(Opacity=35);
298    background-image: none;
299}
300
301
302
303/* Icons
304----------------------------------*/
305
306/* states and images */
307.ui-icon
308{
309    width: 16px;
310    height: 16px;
311    background-image: url(images/ui-icons_222222_256x240.png);
312}
313.ui-widget-content .ui-icon
314{
315    background-image: url(images/ui-icons_222222_256x240.png);
316}
317.ui-widget-header .ui-icon
318{
319    background-image: url(images/ui-icons_222222_256x240.png);
320}
321.ui-state-default .ui-icon
322{
323    background-image: url(images/ui-icons_888888_256x240.png);
324}
325.ui-state-hover .ui-icon, .ui-state-focus .ui-icon
326{
327    background-image: url(images/ui-icons_454545_256x240.png);
328}
329.ui-state-active .ui-icon
330{
331    background-image: url(images/ui-icons_454545_256x240.png);
332}
333.ui-state-highlight .ui-icon
334{
335    background-image: url(images/ui-icons_2e83ff_256x240.png);
336}
337.ui-state-error .ui-icon, .ui-state-error-text .ui-icon
338{
339    background-image: url(images/ui-icons_f6cf3b_256x240.png);
340}
341
342/* positioning */
343.ui-icon-carat-1-n
344{
345    background-position: 0 0;
346}
347.ui-icon-carat-1-ne
348{
349    background-position: -16px 0;
350}
351.ui-icon-carat-1-e
352{
353    background-position: -32px 0;
354}
355.ui-icon-carat-1-se
356{
357    background-position: -48px 0;
358}
359.ui-icon-carat-1-s
360{
361    background-position: -64px 0;
362}
363.ui-icon-carat-1-sw
364{
365    background-position: -80px 0;
366}
367.ui-icon-carat-1-w
368{
369    background-position: -96px 0;
370}
371.ui-icon-carat-1-nw
372{
373    background-position: -112px 0;
374}
375.ui-icon-carat-2-n-s
376{
377    background-position: -128px 0;
378}
379.ui-icon-carat-2-e-w
380{
381    background-position: -144px 0;
382}
383.ui-icon-triangle-1-n
384{
385    background-position: 0 -16px;
386}
387.ui-icon-triangle-1-ne
388{
389    background-position: -16px -16px;
390}
391.ui-icon-triangle-1-e
392{
393    background-position: -32px -16px;
394}
395.ui-icon-triangle-1-se
396{
397    background-position: -48px -16px;
398}
399.ui-icon-triangle-1-s
400{
401    background-position: -64px -16px;
402}
403.ui-icon-triangle-1-sw
404{
405    background-position: -80px -16px;
406}
407.ui-icon-triangle-1-w
408{
409    background-position: -96px -16px;
410}
411.ui-icon-triangle-1-nw
412{
413    background-position: -112px -16px;
414}
415.ui-icon-triangle-2-n-s
416{
417    background-position: -128px -16px;
418}
419.ui-icon-triangle-2-e-w
420{
421    background-position: -144px -16px;
422}
423.ui-icon-arrow-1-n
424{
425    background-position: 0 -32px;
426}
427.ui-icon-arrow-1-ne
428{
429    background-position: -16px -32px;
430}
431.ui-icon-arrow-1-e
432{
433    background-position: -32px -32px;
434}
435.ui-icon-arrow-1-se
436{
437    background-position: -48px -32px;
438}
439.ui-icon-arrow-1-s
440{
441    background-position: -64px -32px;
442}
443.ui-icon-arrow-1-sw
444{
445    background-position: -80px -32px;
446}
447.ui-icon-arrow-1-w
448{
449    background-position: -96px -32px;
450}
451.ui-icon-arrow-1-nw
452{
453    background-position: -112px -32px;
454}
455.ui-icon-arrow-2-n-s
456{
457    background-position: -128px -32px;
458}
459.ui-icon-arrow-2-ne-sw
460{
461    background-position: -144px -32px;
462}
463.ui-icon-arrow-2-e-w
464{
465    background-position: -160px -32px;
466}
467.ui-icon-arrow-2-se-nw
468{
469    background-position: -176px -32px;
470}
471.ui-icon-arrowstop-1-n
472{
473    background-position: -192px -32px;
474}
475.ui-icon-arrowstop-1-e
476{
477    background-position: -208px -32px;
478}
479.ui-icon-arrowstop-1-s
480{
481    background-position: -224px -32px;
482}
483.ui-icon-arrowstop-1-w
484{
485    background-position: -240px -32px;
486}
487.ui-icon-arrowthick-1-n
488{
489    background-position: 0 -48px;
490}
491.ui-icon-arrowthick-1-ne
492{
493    background-position: -16px -48px;
494}
495.ui-icon-arrowthick-1-e
496{
497    background-position: -32px -48px;
498}
499.ui-icon-arrowthick-1-se
500{
501    background-position: -48px -48px;
502}
503.ui-icon-arrowthick-1-s
504{
505    background-position: -64px -48px;
506}
507.ui-icon-arrowthick-1-sw
508{
509    background-position: -80px -48px;
510}
511.ui-icon-arrowthick-1-w
512{
513    background-position: -96px -48px;
514}
515.ui-icon-arrowthick-1-nw
516{
517    background-position: -112px -48px;
518}
519.ui-icon-arrowthick-2-n-s
520{
521    background-position: -128px -48px;
522}
523.ui-icon-arrowthick-2-ne-sw
524{
525    background-position: -144px -48px;
526}
527.ui-icon-arrowthick-2-e-w
528{
529    background-position: -160px -48px;
530}
531.ui-icon-arrowthick-2-se-nw
532{
533    background-position: -176px -48px;
534}
535.ui-icon-arrowthickstop-1-n
536{
537    background-position: -192px -48px;
538}
539.ui-icon-arrowthickstop-1-e
540{
541    background-position: -208px -48px;
542}
543.ui-icon-arrowthickstop-1-s
544{
545    background-position: -224px -48px;
546}
547.ui-icon-arrowthickstop-1-w
548{
549    background-position: -240px -48px;
550}
551.ui-icon-arrowreturnthick-1-w
552{
553    background-position: 0 -64px;
554}
555.ui-icon-arrowreturnthick-1-n
556{
557    background-position: -16px -64px;
558}
559.ui-icon-arrowreturnthick-1-e
560{
561    background-position: -32px -64px;
562}
563.ui-icon-arrowreturnthick-1-s
564{
565    background-position: -48px -64px;
566}
567.ui-icon-arrowreturn-1-w
568{
569    background-position: -64px -64px;
570}
571.ui-icon-arrowreturn-1-n
572{
573    background-position: -80px -64px;
574}
575.ui-icon-arrowreturn-1-e
576{
577    background-position: -96px -64px;
578}
579.ui-icon-arrowreturn-1-s
580{
581    background-position: -112px -64px;
582}
583.ui-icon-arrowrefresh-1-w
584{
585    background-position: -128px -64px;
586}
587.ui-icon-arrowrefresh-1-n
588{
589    background-position: -144px -64px;
590}
591.ui-icon-arrowrefresh-1-e
592{
593    background-position: -160px -64px;
594}
595.ui-icon-arrowrefresh-1-s
596{
597    background-position: -176px -64px;
598}
599.ui-icon-arrow-4
600{
601    background-position: 0 -80px;
602}
603.ui-icon-arrow-4-diag
604{
605    background-position: -16px -80px;
606}
607.ui-icon-extlink
608{
609    background-position: -32px -80px;
610}
611.ui-icon-newwin
612{
613    background-position: -48px -80px;
614}
615.ui-icon-refresh
616{
617    background-position: -64px -80px;
618}
619.ui-icon-shuffle
620{
621    background-position: -80px -80px;
622}
623.ui-icon-transfer-e-w
624{
625    background-position: -96px -80px;
626}
627.ui-icon-transferthick-e-w
628{
629    background-position: -112px -80px;
630}
631.ui-icon-folder-collapsed
632{
633    background-position: 0 -96px;
634}
635.ui-icon-folder-open
636{
637    background-position: -16px -96px;
638}
639.ui-icon-document
640{
641    background-position: -32px -96px;
642}
643.ui-icon-document-b
644{
645    background-position: -48px -96px;
646}
647.ui-icon-note
648{
649    background-position: -64px -96px;
650}
651.ui-icon-mail-closed
652{
653    background-position: -80px -96px;
654}
655.ui-icon-mail-open
656{
657    background-position: -96px -96px;
658}
659.ui-icon-suitcase
660{
661    background-position: -112px -96px;
662}
663.ui-icon-comment
664{
665    background-position: -128px -96px;
666}
667.ui-icon-person
668{
669    background-position: -144px -96px;
670}
671.ui-icon-print
672{
673    background-position: -160px -96px;
674}
675.ui-icon-trash
676{
677    background-position: -176px -96px;
678}
679.ui-icon-locked
680{
681    background-position: -192px -96px;
682}
683.ui-icon-unlocked
684{
685    background-position: -208px -96px;
686}
687.ui-icon-bookmark
688{
689    background-position: -224px -96px;
690}
691.ui-icon-tag
692{
693    background-position: -240px -96px;
694}
695.ui-icon-home
696{
697    background-position: 0 -112px;
698}
699.ui-icon-flag
700{
701    background-position: -16px -112px;
702}
703.ui-icon-calendar
704{
705    background-position: -32px -112px;
706}
707.ui-icon-cart
708{
709    background-position: -48px -112px;
710}
711.ui-icon-pencil
712{
713    background-position: -64px -112px;
714}
715.ui-icon-clock
716{
717    background-position: -80px -112px;
718}
719.ui-icon-disk
720{
721    background-position: -96px -112px;
722}
723.ui-icon-calculator
724{
725    background-position: -112px -112px;
726}
727.ui-icon-zoomin
728{
729    background-position: -128px -112px;
730}
731.ui-icon-zoomout
732{
733    background-position: -144px -112px;
734}
735.ui-icon-search
736{
737    background-position: -160px -112px;
738}
739.ui-icon-wrench
740{
741    background-position: -176px -112px;
742}
743.ui-icon-gear
744{
745    background-position: -192px -112px;
746}
747.ui-icon-heart
748{
749    background-position: -208px -112px;
750}
751.ui-icon-star
752{
753    background-position: -224px -112px;
754}
755.ui-icon-link
756{
757    background-position: -240px -112px;
758}
759.ui-icon-cancel
760{
761    background-position: 0 -128px;
762}
763.ui-icon-plus
764{
765    background-position: -16px -128px;
766}
767.ui-icon-plusthick
768{
769    background-position: -32px -128px;
770}
771.ui-icon-minus
772{
773    background-position: -48px -128px;
774}
775.ui-icon-minusthick
776{
777    background-position: -64px -128px;
778}
779.ui-icon-close
780{
781    background-position: -80px -128px;
782}
783.ui-icon-closethick
784{
785    background-position: -96px -128px;
786}
787.ui-icon-key
788{
789    background-position: -112px -128px;
790}
791.ui-icon-lightbulb
792{
793    background-position: -128px -128px;
794}
795.ui-icon-scissors
796{
797    background-position: -144px -128px;
798}
799.ui-icon-clipboard
800{
801    background-position: -160px -128px;
802}
803.ui-icon-copy
804{
805    background-position: -176px -128px;
806}
807.ui-icon-contact
808{
809    background-position: -192px -128px;
810}
811.ui-icon-image
812{
813    background-position: -208px -128px;
814}
815.ui-icon-video
816{
817    background-position: -224px -128px;
818}
819.ui-icon-script
820{
821    background-position: -240px -128px;
822}
823.ui-icon-alert
824{
825    background-position: 0 -144px;
826}
827.ui-icon-info
828{
829    background-position: -16px -144px;
830}
831.ui-icon-notice
832{
833    background-position: -32px -144px;
834}
835.ui-icon-help
836{
837    background-position: -48px -144px;
838}
839.ui-icon-check
840{
841    background-position: -64px -144px;
842}
843.ui-icon-bullet
844{
845    background-position: -80px -144px;
846}
847.ui-icon-radio-off
848{
849    background-position: -96px -144px;
850}
851.ui-icon-radio-on
852{
853    background-position: -112px -144px;
854}
855.ui-icon-pin-w
856{
857    background-position: -128px -144px;
858}
859.ui-icon-pin-s
860{
861    background-position: -144px -144px;
862}
863.ui-icon-play
864{
865    background-position: 0 -160px;
866}
867.ui-icon-pause
868{
869    background-position: -16px -160px;
870}
871.ui-icon-seek-next
872{
873    background-position: -32px -160px;
874}
875.ui-icon-seek-prev
876{
877    background-position: -48px -160px;
878}
879.ui-icon-seek-end
880{
881    background-position: -64px -160px;
882}
883.ui-icon-seek-start
884{
885    background-position: -80px -160px;
886}
887/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
888.ui-icon-seek-first
889{
890    background-position: -80px -160px;
891}
892.ui-icon-stop
893{
894    background-position: -96px -160px;
895}
896.ui-icon-eject
897{
898    background-position: -112px -160px;
899}
900.ui-icon-volume-off
901{
902    background-position: -128px -160px;
903}
904.ui-icon-volume-on
905{
906    background-position: -144px -160px;
907}
908.ui-icon-power
909{
910    background-position: 0 -176px;
911}
912.ui-icon-signal-diag
913{
914    background-position: -16px -176px;
915}
916.ui-icon-signal
917{
918    background-position: -32px -176px;
919}
920.ui-icon-battery-0
921{
922    background-position: -48px -176px;
923}
924.ui-icon-battery-1
925{
926    background-position: -64px -176px;
927}
928.ui-icon-battery-2
929{
930    background-position: -80px -176px;
931}
932.ui-icon-battery-3
933{
934    background-position: -96px -176px;
935}
936.ui-icon-circle-plus
937{
938    background-position: 0 -192px;
939}
940.ui-icon-circle-minus
941{
942    background-position: -16px -192px;
943}
944.ui-icon-circle-close
945{
946    background-position: -32px -192px;
947}
948.ui-icon-circle-triangle-e
949{
950    background-position: -48px -192px;
951}
952.ui-icon-circle-triangle-s
953{
954    background-position: -64px -192px;
955}
956.ui-icon-circle-triangle-w
957{
958    background-position: -80px -192px;
959}
960.ui-icon-circle-triangle-n
961{
962    background-position: -96px -192px;
963}
964.ui-icon-circle-arrow-e
965{
966    background-position: -112px -192px;
967}
968.ui-icon-circle-arrow-s
969{
970    background-position: -128px -192px;
971}
972.ui-icon-circle-arrow-w
973{
974    background-position: -144px -192px;
975}
976.ui-icon-circle-arrow-n
977{
978    background-position: -160px -192px;
979}
980.ui-icon-circle-zoomin
981{
982    background-position: -176px -192px;
983}
984.ui-icon-circle-zoomout
985{
986    background-position: -192px -192px;
987}
988.ui-icon-circle-check
989{
990    background-position: -208px -192px;
991}
992.ui-icon-circlesmall-plus
993{
994    background-position: 0 -208px;
995}
996.ui-icon-circlesmall-minus
997{
998    background-position: -16px -208px;
999}
1000.ui-icon-circlesmall-close
1001{
1002    background-position: -32px -208px;
1003}
1004.ui-icon-squaresmall-plus
1005{
1006    background-position: -48px -208px;
1007}
1008.ui-icon-squaresmall-minus
1009{
1010    background-position: -64px -208px;
1011}
1012.ui-icon-squaresmall-close
1013{
1014    background-position: -80px -208px;
1015}
1016.ui-icon-grip-dotted-vertical
1017{
1018    background-position: 0 -224px;
1019}
1020.ui-icon-grip-dotted-horizontal
1021{
1022    background-position: -16px -224px;
1023}
1024.ui-icon-grip-solid-vertical
1025{
1026    background-position: -32px -224px;
1027}
1028.ui-icon-grip-solid-horizontal
1029{
1030    background-position: -48px -224px;
1031}
1032.ui-icon-gripsmall-diagonal-se
1033{
1034    background-position: -64px -224px;
1035}
1036.ui-icon-grip-diagonal-se
1037{
1038    background-position: -80px -224px;
1039}
1040
1041
1042/* Misc visuals
1043----------------------------------*/
1044
1045/* Corner radius */
1046.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
1047{
1048    -moz-border-radius-topleft: 4px;
1049    -webkit-border-top-left-radius: 4px;
1050    -khtml-border-top-left-radius: 4px;
1051    border-top-left-radius: 4px;
1052}
1053.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
1054{
1055    -moz-border-radius-topright: 4px;
1056    -webkit-border-top-right-radius: 4px;
1057    -khtml-border-top-right-radius: 4px;
1058    border-top-right-radius: 4px;
1059}
1060.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
1061{
1062    -moz-border-radius-bottomleft: 4px;
1063    -webkit-border-bottom-left-radius: 4px;
1064    -khtml-border-bottom-left-radius: 4px;
1065    border-bottom-left-radius: 4px;
1066}
1067.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
1068{
1069    -moz-border-radius-bottomright: 4px;
1070    -webkit-border-bottom-right-radius: 4px;
1071    -khtml-border-bottom-right-radius: 4px;
1072    border-bottom-right-radius: 4px;
1073}
1074
1075
1076
1077/* Overlays */
1078.ui-widget-overlay
1079{
1080    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1081    opacity: .30;
1082    filter: Alpha(Opacity=30);
1083}
1084.ui-widget-shadow
1085{
1086    margin: -8px 0 0 -8px;
1087    padding: 8px;
1088    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
1089    opacity: .30;
1090    filter: Alpha(Opacity=30);
1091    -moz-border-radius: 8px;
1092    -khtml-border-radius: 8px;
1093    -webkit-border-radius: 8px;
1094    border-radius: 8px;
1095}
1096/*
1097 * jQuery UI Resizable 1.8.16
1098 *
1099 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1100 * Dual licensed under the MIT or GPL Version 2 licenses.
1101 * http://jquery.org/license
1102 *
1103 * http://docs.jquery.com/UI/Resizable#theming
1104 */
1105.ui-resizable
1106{
1107    position: relative;
1108}
1109.ui-resizable-handle
1110{
1111    position: absolute;
1112    font-size: 0.1px;
1113    z-index: 99999;
1114    display: block;
1115}
1116.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
1117{
1118    display: none;
1119}
1120.ui-resizable-n
1121{
1122    cursor: n-resize;
1123    height: 7px;
1124    width: 100%;
1125    top: -5px;
1126    left: 0;
1127}
1128.ui-resizable-s
1129{
1130    cursor: s-resize;
1131    height: 7px;
1132    width: 100%;
1133    bottom: -5px;
1134    left: 0;
1135}
1136.ui-resizable-e
1137{
1138    cursor: e-resize;
1139    width: 7px;
1140    right: -5px;
1141    top: 0;
1142    height: 100%;
1143}
1144.ui-resizable-w
1145{
1146    cursor: w-resize;
1147    width: 7px;
1148    left: -5px;
1149    top: 0;
1150    height: 100%;
1151}
1152.ui-resizable-se
1153{
1154    cursor: se-resize;
1155    width: 12px;
1156    height: 12px;
1157    right: 1px;
1158    bottom: 1px;
1159}
1160.ui-resizable-sw
1161{
1162    cursor: sw-resize;
1163    width: 9px;
1164    height: 9px;
1165    left: -5px;
1166    bottom: -5px;
1167}
1168.ui-resizable-nw
1169{
1170    cursor: nw-resize;
1171    width: 9px;
1172    height: 9px;
1173    left: -5px;
1174    top: -5px;
1175}
1176.ui-resizable-ne
1177{
1178    cursor: ne-resize;
1179    width: 9px;
1180    height: 9px;
1181    right: -5px;
1182    top: -5px;
1183}
1184/*
1185 * jQuery UI Selectable 1.8.16
1186 *
1187 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1188 * Dual licensed under the MIT or GPL Version 2 licenses.
1189 * http://jquery.org/license
1190 *
1191 * http://docs.jquery.com/UI/Selectable#theming
1192 */
1193.ui-selectable-helper
1194{
1195    position: absolute;
1196    z-index: 100;
1197    border: 1px dotted black;
1198}
1199/*
1200 * jQuery UI Accordion 1.8.16
1201 *
1202 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1203 * Dual licensed under the MIT or GPL Version 2 licenses.
1204 * http://jquery.org/license
1205 *
1206 * http://docs.jquery.com/UI/Accordion#theming
1207 */
1208/* IE/Win - Fix animation bug - #4615 */
1209.ui-accordion
1210{
1211    width: 100%;
1212}
1213.ui-accordion .ui-accordion-header
1214{
1215    cursor: pointer;
1216    position: relative;
1217    margin-top: 1px;
1218    zoom: 1;
1219    font-weight: bold;
1220}
1221.ui-accordion .ui-accordion-li-fix
1222{
1223    display: inline;
1224}
1225.ui-accordion .ui-accordion-header-active
1226{
1227    border-bottom: 0 !important;
1228}
1229.ui-accordion .ui-accordion-header a
1230{
1231    display: block;
1232    font-size: 1em;
1233    padding: .5em .5em .5em .7em;
1234}
1235.ui-accordion-icons .ui-accordion-header a
1236{
1237    padding-left: 2.2em;
1238}
1239.ui-accordion .ui-accordion-header .ui-icon
1240{
1241    position: absolute;
1242    left: .5em;
1243    top: 50%;
1244    margin-top: -8px;
1245}
1246.ui-accordion .ui-accordion-content
1247{
1248    padding: 1em 2.2em;
1249    border-top: 0;
1250    margin-top: -2px;
1251    position: relative;
1252    top: 1px;
1253    margin-bottom: 2px;
1254    overflow: auto;
1255    display: none;
1256    zoom: 1;
1257}
1258.ui-accordion .ui-accordion-content-active
1259{
1260    display: block;
1261}
1262/*
1263 * jQuery UI Autocomplete 1.8.16
1264 *
1265 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1266 * Dual licensed under the MIT or GPL Version 2 licenses.
1267 * http://jquery.org/license
1268 *
1269 * http://docs.jquery.com/UI/Autocomplete#theming
1270 */
1271.ui-autocomplete
1272{
1273    position: absolute;
1274    cursor: default;
1275}
1276
1277/* workarounds */
1278* html .ui-autocomplete
1279{
1280    width: 1px;
1281}
1282/* without this, the menu expands to 100% in IE6 */
1283
1284/*
1285 * jQuery UI Menu 1.8.16
1286 *
1287 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
1288 * Dual licensed under the MIT or GPL Version 2 licenses.
1289 * http://jquery.org/license
1290 *
1291 * http://docs.jquery.com/UI/Menu#theming
1292 */
1293.ui-menu
1294{
1295    list-style: none;
1296    padding: 2px;
1297    margin: 0;
1298    display: block;
1299    float: left;
1300}
1301.ui-menu .ui-menu
1302{
1303    margin-top: -3px;
1304}
1305.ui-menu .ui-menu-item
1306{
1307    margin: 0;
1308    padding: 0;
1309    zoom: 1;
1310    float: left;
1311    clear: left;
1312    width: 100%;
1313}
1314.ui-menu .ui-menu-item a
1315{
1316    text-decoration: none;
1317    display: block;
1318    padding: .2em .4em;
1319    line-height: 1.5;
1320    zoom: 1;
1321}
1322.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active
1323{
1324    font-weight: normal;
1325    background: #0064CD;
1326    color: #fff;
1327}
1328
1329
1330/*
1331 * jQuery UI Button 1.8.16
1332 *
1333 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1334 * Dual licensed under the MIT or GPL Version 2 licenses.
1335 * http://jquery.org/license
1336 *
1337 * http://docs.jquery.com/UI/Button#theming
1338 */
1339.ui-button
1340{
1341    cursor: pointer;
1342    display: inline-block;
1343    background-color: #e6e6e6;
1344    background-repeat: no-repeat;
1345    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
1346    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1347    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
1348    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1349    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1350    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
1351    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1352    padding: 5px 14px 6px;
1353    margin: 0;
1354    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1355    color: #333;
1356    font-size: 13px;
1357    line-height: normal;
1358    border: 1px solid #ccc;
1359    border-bottom-color: #bbb;
1360    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1361    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1362    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1363    -webkit-transition: 0.1s linear background-image;
1364    -moz-transition: 0.1s linear background-image;
1365    -ms-transition: 0.1s linear background-image;
1366    -o-transition: 0.1s linear background-image;
1367    transition: 0.1s linear background-image;
1368    overflow: visible;
1369}
1370/* the overflow property removes extra width in IE */
1371
1372.ui-button-primary
1373{
1374    color: #ffffff;
1375    background-color: #0064cd;
1376    background-repeat: repeat-x;
1377    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
1378    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
1379    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
1380    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
1381    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
1382    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
1383    background-image: linear-gradient(top, #049cdb, #0064cd);
1384    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
1385    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1386    border-color: #0064cd #0064cd #003f81;
1387    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1388}
1389
1390
1391
1392.ui-button-success
1393{
1394    color: #ffffff;
1395    background-color: #57a957;
1396    background-repeat: repeat-x;
1397    background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
1398    background-image: -moz-linear-gradient(top, #62c462, #57a957);
1399    background-image: -ms-linear-gradient(top, #62c462, #57a957);
1400    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
1401    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
1402    background-image: -o-linear-gradient(top, #62c462, #57a957);
1403    background-image: linear-gradient(top, #62c462, #57a957);
1404    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
1405    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1406    border-color: #57a957 #57a957 #3d773d;
1407    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1408}
1409
1410.ui-button-error
1411{
1412    color: #ffffff;
1413    background-color: #c43c35;
1414    background-repeat: repeat-x;
1415    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
1416    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
1417    background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
1418    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
1419    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
1420    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
1421    background-image: linear-gradient(top, #ee5f5b, #c43c35);
1422    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
1423    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1424    border-color: #c43c35 #c43c35 #882a25;
1425    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1426}
1427
1428.ui-button-icon-only
1429{
1430    width: 2.2em;
1431}
1432/* to make room for the icon, a width needs to be set here */
1433button.ui-button-icon-only
1434{
1435}
1436/* button elements seem to need a little more width */
1437.ui-button-icons-only
1438{
1439    width: 3.4em;
1440}
1441button.ui-button-icons-only
1442{
1443    width: 3.7em;
1444}
1445
1446/*button text element */
1447
1448.ui-button .ui-button-text
1449{
1450    display: block;
1451}
1452.ui-button-text-only .ui-button-text
1453{
1454}
1455.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text
1456{
1457    padding: .4em;
1458    text-indent: -9999999px; /*tempfix*/
1459    display: none;
1460}
1461.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text
1462{
1463    padding: .4em 1em .4em 2.1em;
1464}
1465.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text
1466{
1467    padding: .4em 2.1em .4em 1em;
1468}
1469.ui-button-text-icons .ui-button-text
1470{
1471    padding-left: 2.1em;
1472    padding-right: 2.1em;
1473}
1474/* no icon support for input elements, provide padding by default */
1475/* input.ui-button { padding: .4em 1em; } */
1476
1477/*button icon element(s) */
1478.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
1479{
1480    top: 50%;
1481    margin-top: -3px;
1482    margin-bottom: 3px;
1483}
1484.ui-button-icon-only .ui-icon
1485{
1486    left: 50%;
1487    margin-left: -8px;
1488}
1489.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
1490{
1491    left: .5em;
1492}
1493.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
1494{
1495    right: .5em;
1496}
1497.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary
1498{
1499    right: .5em;
1500}
1501
1502/*button sets*/
1503
1504
1505.ui-buttonset
1506{
1507    margin-right: 7px;
1508}
1509.ui-buttonset .ui-state-active
1510{
1511    color: #ffffff;
1512    background-color: #0064cd;
1513    background-repeat: repeat-x;
1514    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
1515    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
1516    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
1517    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
1518    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
1519    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
1520    background-image: linear-gradient(top, #049cdb, #0064cd);
1521    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
1522    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1523    border-color: #0064cd #0064cd #003f81;
1524    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1525}
1526.ui-buttonset .ui-button
1527{
1528    margin-left: 0;
1529    margin-right: -.4em;
1530}
1531
1532/* workarounds */
1533button.ui-button::-moz-focus-inner
1534{
1535    border: 0;
1536    padding: 0;
1537}
1538/* reset extra padding in Firefox */
1539
1540
1541
1542/*
1543 * jQuery UI Dialog 1.8.16
1544 *
1545 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1546 * Dual licensed under the MIT or GPL Version 2 licenses.
1547 * http://jquery.org/license
1548 *
1549 * http://docs.jquery.com/UI/Dialog#theming
1550 */
1551.ui-dialog
1552{
1553    position: absolute;
1554    padding: .2em;
1555    width: 300px;
1556    overflow: hidden;
1557}
1558.ui-dialog .ui-dialog-titlebar
1559{
1560    /*padding: .4em 1em;*/
1561    position: relative;
1562    padding: 5px 15px;
1563    border: 0px 0px 0px 1px solid;
1564    border-color: white;
1565    padding: 5px 15px;
1566    font-size: 18px;
1567    text-decoration: none;
1568    background: none;
1569    -moz-border-radius-bottomright: 0px;
1570    -webkit-border-bottom-right-radius: 0px;
1571    -khtml-border-bottom-right-radius: 0px;
1572    -moz-border-radius-bottomleft: 0px;
1573    -webkit-border-bottom-left-radius: 0px;
1574    -khtml-border-bottom-left-radius: 0px;
1575    border-bottom-left-radius: 0px;
1576    border-bottom: 1px solid #ccc;
1577}
1578.ui-dialog .ui-dialog-title
1579{
1580    float: left;
1581    color: #404040;
1582    font-weight: bold;
1583    margin-top: 5px;
1584    margin-bottom: 5px;
1585    padding: 5px;
1586}
1587.ui-dialog .ui-dialog-titlebar-close
1588{
1589    position: absolute;
1590    right: .3em;
1591    top: 50%;
1592    width: 19px;
1593    margin: -10px 0 0 0;
1594    padding: 1px;
1595    height: 18px;
1596    font-size: 20px;
1597    font-weight: bold;
1598    line-height: 13.5px;
1599    text-shadow: 0 1px 0 #ffffff;
1600    filter: alpha(opacity=25);
1601    -khtml-opacity: 0.25;
1602    -moz-opacity: 0.25;
1603    opacity: 0.25;
1604}
1605
1606.ui-dialog .ui-dialog-titlebar-close span
1607{
1608    display: block;
1609    margin: 1px;
1610    text-indent: 9999px;
1611}
1612
1613.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
1614{
1615    padding: 0;
1616    filter: alpha(opacity=90);
1617    -khtml-opacity: 0.90;
1618    -moz-opacity: 0.90;
1619    opacity: 0.90;
1620}
1621
1622.ui-dialog .ui-dialog-content
1623{
1624    position: relative;
1625    border: 0;
1626    padding: .5em 1em;
1627    background: none;
1628    overflow: auto;
1629    zoom: 1;
1630}
1631
1632.ui-dialog .ui-dialog-buttonpane
1633{
1634    text-align: left;
1635    border-width: 1px 0 0 0;
1636    background-image: none;
1637    margin: .5em 0 0 0;
1638    background-color: #f5f5f5;
1639    padding: 5px 15px 5px;
1640    border-top: 1px solid #ddd;
1641    -webkit-border-radius: 0 0 6px 6px;
1642    -moz-border-radius: 0 0 6px 6px;
1643    border-radius: 0 0 6px 6px;
1644    -webkit-box-shadow: inset 0 1px 0 #ffffff;
1645    -moz-box-shadow: inset 0 1px 0 #ffffff;
1646    box-shadow: inset 0 1px 0 #ffffff;
1647    zoom: 1;
1648    margin-bottom: 0;
1649}
1650.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
1651{
1652    float: right;
1653}
1654.ui-dialog .ui-dialog-buttonpane button
1655{
1656    margin: .5em .4em .5em 0;
1657    cursor: pointer;
1658}
1659.ui-dialog .ui-resizable-se
1660{
1661    width: 14px;
1662    height: 14px;
1663    right: 3px;
1664    bottom: 3px;
1665}
1666.ui-draggable .ui-dialog-titlebar
1667{
1668    cursor: move;
1669}
1670
1671.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button
1672{
1673    color: #ffffff;
1674    background-color: #0064cd;
1675    background-repeat: repeat-x;
1676    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
1677    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
1678    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
1679    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
1680    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
1681    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
1682    background-image: linear-gradient(top, #049cdb, #0064cd);
1683    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
1684    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1685    border-color: #0064cd #0064cd #003f81;
1686    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1687}
1688/*
1689 * jQuery UI Slider 1.8.16
1690 *
1691 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1692 * Dual licensed under the MIT or GPL Version 2 licenses.
1693 * http://jquery.org/license
1694 *
1695 * http://docs.jquery.com/UI/Slider#theming
1696 */
1697.ui-slider
1698{
1699    position: relative;
1700    text-align: left;
1701}
1702.ui-slider .ui-slider-handle
1703{
1704    position: absolute;
1705    z-index: 2;
1706    width: 1.2em;
1707    height: 1.2em;
1708    cursor: default;
1709}
1710.ui-slider .ui-slider-range
1711{
1712    position: absolute;
1713    z-index: 1;
1714    font-size: .7em;
1715    display: block;
1716    border: 0;
1717    background-position: 0 0;
1718    color: #ffffff;
1719    background-color: #0064cd;
1720    background-repeat: repeat-x;
1721    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
1722    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
1723    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
1724    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
1725    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
1726    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
1727    background-image: linear-gradient(top, #049cdb, #0064cd);
1728    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
1729    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1730    border-color: #0064cd #0064cd #003f81;
1731    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1732}
1733
1734.ui-slider-horizontal
1735{
1736    height: .8em;
1737}
1738.ui-slider-horizontal .ui-slider-handle
1739{
1740    top: -.3em;
1741    margin-left: -.6em;
1742}
1743.ui-slider-horizontal .ui-slider-range
1744{
1745    top: 0;
1746    height: 100%;
1747}
1748.ui-slider-horizontal .ui-slider-range-min
1749{
1750    left: 0;
1751}
1752.ui-slider-horizontal .ui-slider-range-max
1753{
1754    right: 0;
1755}
1756
1757.ui-slider-vertical
1758{
1759    width: .8em;
1760    height: 100px;
1761}
1762.ui-slider-vertical .ui-slider-handle
1763{
1764    left: -.3em;
1765    margin-left: 0;
1766    margin-bottom: -.6em;
1767}
1768.ui-slider-vertical .ui-slider-range
1769{
1770    left: 0;
1771    width: 100%;
1772}
1773.ui-slider-vertical .ui-slider-range-min
1774{
1775    bottom: 0;
1776}
1777.ui-slider-vertical .ui-slider-range-max
1778{
1779    top: 0;
1780}
1781/*
1782 * jQuery UI Tabs 1.8.16
1783 *
1784 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1785 * Dual licensed under the MIT or GPL Version 2 licenses.
1786 * http://jquery.org/license
1787 *
1788 * http://docs.jquery.com/UI/Tabs#theming
1789 */
1790.ui-tabs .ui-tabs-nav
1791{
1792    background: none;
1793    border-color: #ddd;
1794    border-style: solid;
1795    border-width: 0 0 1px;
1796}
1797.ui-tabs
1798{
1799    position: relative;
1800    padding: .2em;
1801    zoom: 1;
1802    border: 0px;
1803}
1804/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
1805
1806
1807.ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover
1808{
1809    background: whiteSmoke;
1810    border-bottom: 1px solid #ddd;
1811    padding-bottom: 0px;
1812    color: #00438A;
1813}
1814
1815
1816.ui-tabs .ui-tabs-nav
1817{
1818    margin: 0;
1819    padding: .2em .2em 0;
1820    border-bottom: 1px solid #DDD;
1821}
1822.ui-tabs .ui-tabs-nav li
1823{
1824    text-decoration: none;
1825    list-style: none;
1826    float: left;
1827    position: relative;
1828    top: 1px;
1829    padding: 0px 0px 1px 0px;
1830    white-space: nowrap;
1831    background: none;
1832    border: 0px;
1833}
1834
1835.ui-tabs-nav .ui-state-default
1836{
1837    -webkit-box-shadow: 0px 0px 0px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
1838    -moz-box-shadow: 0px 0px 0px #ffffff; /* FF3.5 - 3.6 */
1839    box-shadow: 0px 0px 0px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
1840}
1841.ui-tabs .ui-tabs-nav li a
1842{
1843    float: left;
1844    text-decoration: none;
1845    cursor: text;
1846    padding: 0 15px;
1847    margin-right: 2px;
1848    line-height: 34px;
1849    border: 1px solid transparent;
1850    -webkit-border-radius: 4px 4px 0 0;
1851    -moz-border-radius: 4px 4px 0 0;
1852    border-radius: 4px 4px 0 0;
1853}
1854.ui-tabs .ui-tabs-nav li.ui-tabs-selected
1855{
1856    margin-bottom: 0;
1857    padding-bottom: 0px;
1858    outline: none;
1859}
1860
1861.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
1862{
1863    background-color: #ffffff;
1864    border: 1px solid #ddd;
1865    border-bottom-color: #ffffff;
1866    cursor: default;
1867    color: gray;
1868    outline: none;
1869}
1870
1871
1872.ui-tabs .ui-tabs-nav li.ui-tabs-selected:hover
1873{
1874    background: #ffffff;
1875    outline: none;
1876}
1877
1878.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
1879{
1880    cursor: pointer;
1881    color: #0069D6;
1882    background: none;
1883    font-weight: normal;
1884    margin-bottom: -1px;
1885}
1886/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
1887.ui-tabs .ui-tabs-panel
1888{
1889    display: block;
1890    border-width: 0;
1891    padding: 1em 1.4em;
1892    background: none;
1893}
1894.ui-tabs-panel .ui-button
1895{
1896    text-decoration: none;
1897}
1898.ui-tabs .ui-tabs-hide
1899{
1900    display: none !important;
1901}
1902
1903
1904/* IE fix for background inheritance from ui-widget*/
1905.ui-tabs .ui-tabs-nav li
1906{
1907    filter: none;
1908}
1909
1910
1911
1912/*
1913 * jQuery UI Datepicker 1.8.16
1914 *
1915 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
1916 * Dual licensed under the MIT or GPL Version 2 licenses.
1917 * http://jquery.org/license
1918 *
1919 * http://docs.jquery.com/UI/Datepicker#theming
1920 */
1921.ui-datepicker
1922{
1923    width: 17em;
1924    padding: .2em .2em 0;
1925    display: none;
1926}
1927.ui-datepicker .ui-datepicker-header
1928{
1929    position: relative;
1930    padding: .2em 0;
1931    border: 0px;
1932    font-weight: bold;
1933    width: 100%;
1934    padding: 4px 0;
1935    background-color: #f5f5f5;
1936    color: #808080;
1937}
1938.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
1939{
1940    position: absolute;
1941    top: 2px;
1942    width: 1.8em;
1943    height: 1.8em;
1944}
1945
1946.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover
1947{
1948    /*top: 1px;*/
1949}
1950.ui-datepicker .ui-datepicker-prev
1951{
1952    left: 2px;
1953}
1954.ui-datepicker .ui-datepicker-next
1955{
1956    right: 2px;
1957}
1958
1959.ui-datepicker .ui-datepicker-prev-hover
1960{
1961    /*left:1px;*/
1962}
1963.ui-datepicker .ui-datepicker-next-hover
1964{
1965    /*right:1px;*/
1966}
1967
1968.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span
1969{
1970    display: block;
1971    position: absolute;
1972    left: 50%;
1973    margin-left: -8px;
1974    top: 50%;
1975    margin-top: -8px;
1976}
1977.ui-datepicker .ui-datepicker-title
1978{
1979    margin: 0 2.3em;
1980    line-height: 1.8em;
1981    text-align: center;
1982}
1983.ui-datepicker .ui-datepicker-title select
1984{
1985    font-size: 1em;
1986    margin: 1px 0;
1987}
1988.ui-datepicker select.ui-datepicker-month-year
1989{
1990    width: 100%;
1991}
1992.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year
1993{
1994    width: 49%;
1995}
1996.ui-datepicker table
1997{
1998    width: 100%;
1999    font-size: .9em;
2000    border-collapse: collapse;
2001    margin: 0 0 .4em;
2002}
2003.ui-datepicker th
2004{
2005    padding: .7em .3em;
2006    text-align: center;
2007    font-weight: bold;
2008    border: 0;
2009}
2010.ui-datepicker td
2011{
2012    border: 0;
2013    padding: 1px;
2014}
2015.ui-datepicker td span, .ui-datepicker td a
2016{
2017    display: block;
2018    padding: .2em;
2019    text-align: right;
2020    text-decoration: none;
2021}
2022.ui-datepicker .ui-datepicker-buttonpane
2023{
2024    background-image: none;
2025    margin: .7em 0 0 0;
2026    padding: 0 .2em;
2027    border-left: 0;
2028    border-right: 0;
2029    border-bottom: 0;
2030}
2031.ui-datepicker .ui-datepicker-buttonpane button
2032{
2033    float: right;
2034    margin: .5em .2em .4em;
2035    cursor: pointer;
2036    padding: .2em .6em .3em .6em;
2037    width: auto;
2038    overflow: visible;
2039}
2040.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current
2041{
2042    float: left;
2043}
2044
2045/* with multiple calendars */
2046.ui-datepicker.ui-datepicker-multi
2047{
2048    width: auto;
2049}
2050.ui-datepicker-multi .ui-datepicker-group
2051{
2052    float: left;
2053}
2054.ui-datepicker-multi .ui-datepicker-group table
2055{
2056    width: 95%;
2057    margin: 0 auto .4em;
2058}
2059.ui-datepicker-multi-2 .ui-datepicker-group
2060{
2061    width: 50%;
2062}
2063.ui-datepicker-multi-3 .ui-datepicker-group
2064{
2065    width: 33.3%;
2066}
2067.ui-datepicker-multi-4 .ui-datepicker-group
2068{
2069    width: 25%;
2070}
2071.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header
2072{
2073    border-left-width: 0;
2074}
2075.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header
2076{
2077    border-left-width: 0;
2078}
2079.ui-datepicker-multi .ui-datepicker-buttonpane
2080{
2081    clear: left;
2082}
2083.ui-datepicker-row-break
2084{
2085    clear: both;
2086    width: 100%;
2087    font-size: 0em;
2088}
2089
2090/* RTL support */
2091.ui-datepicker-rtl
2092{
2093    direction: rtl;
2094}
2095.ui-datepicker-rtl .ui-datepicker-prev
2096{
2097    right: 2px;
2098    left: auto;
2099}
2100.ui-datepicker-rtl .ui-datepicker-next
2101{
2102    left: 2px;
2103    right: auto;
2104}
2105.ui-datepicker-rtl .ui-datepicker-prev:hover
2106{
2107    right: 1px;
2108    left: auto;
2109}
2110.ui-datepicker-rtl .ui-datepicker-next:hover
2111{
2112    left: 1px;
2113    right: auto;
2114}
2115.ui-datepicker-rtl .ui-datepicker-buttonpane
2116{
2117    clear: right;
2118}
2119.ui-datepicker-rtl .ui-datepicker-buttonpane button
2120{
2121    float: left;
2122}
2123.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current
2124{
2125    float: right;
2126}
2127.ui-datepicker-rtl .ui-datepicker-group
2128{
2129    float: right;
2130}
2131.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header
2132{
2133    border-right-width: 0;
2134    border-left-width: 1px;
2135}
2136.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header
2137{
2138    border-right-width: 0;
2139    border-left-width: 1px;
2140}
2141
2142/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
2143.ui-datepicker-cover
2144{
2145    display: none; /*sorry for IE5*/
2146    display: /**/ block; /*sorry for IE5*/
2147    position: absolute; /*must have*/
2148    z-index: -1; /*must have*/
2149    filter: mask(); /*must have*/
2150    top: -4px; /*must have*/
2151    left: -4px; /*must have*/
2152    width: 200px; /*must have*/
2153    height: 200px; /*must have*/
2154}
2155
2156.ui-datepicker th
2157{
2158    font-weight: bold;
2159    color: gray;
2160}
2161
2162.ui-datepicker-today a:hover
2163{
2164    background-color: #808080;
2165    color: #ffffff;
2166}
2167.ui-datepicker-today a
2168{
2169    background-color: #BFBFBF;
2170    cursor: pointer;
2171    padding: 0 4px;
2172    margin-bottom: 0px;
2173}
2174
2175
2176.ui-datepicker td a
2177{
2178    margin-bottom: 0px;
2179    border: 0px;
2180}
2181
2182.ui-datepicker td:hover
2183{
2184    color: white;
2185}
2186
2187.ui-datepicker td .ui-state-default
2188{
2189    border: 0px;
2190    background: none;
2191    margin-bottom: 0px;
2192    padding: 5px;
2193    color: gray;
2194    text-align: center;
2195    filter: none;
2196}
2197
2198
2199.ui-datepicker td .ui-state-active
2200{
2201    background: #BFBFBF;
2202    margin-bottom: 0px;
2203    font-size: normal;
2204    text-shadow: 0px;
2205    color: white;
2206    -webkit-border-radius: 4px;
2207    -moz-border-radius: 4px;
2208    border-radius: 4px;
2209}
2210
2211.ui-datepicker td .ui-state-default:hover
2212{
2213    background: #0064cd;
2214    color: white;
2215    -webkit-border-radius: 4px;
2216    -moz-border-radius: 4px;
2217    border-radius: 4px;
2218}
2219
2220
2221/*
2222 * jQuery UI Progressbar 1.8.16
2223 *
2224 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
2225 * Dual licensed under the MIT or GPL Version 2 licenses.
2226 * http://jquery.org/license
2227 *
2228 * http://docs.jquery.com/UI/Progressbar#theming
2229 */
2230.ui-progressbar
2231{
2232    height: 2em;
2233    text-align: left;
2234}
2235.ui-progressbar .ui-progressbar-value
2236{
2237    margin: -1px;
2238    height: 100%; /*this can be removed if ui-widget-header is blue*/
2239    color: #ffffff;
2240    background-color: #0064cd;
2241    background-repeat: repeat-x;
2242    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
2243    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
2244    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
2245    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
2246    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
2247    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
2248    background-image: linear-gradient(top, #049cdb, #0064cd);
2249    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
2250    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2251    border-color: #0064cd #0064cd #003f81;
2252    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2253}
2254
2255
2256
2257/*** Input field styling from Bootstrap **/
2258input, textarea
2259{
2260    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
2261    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
2262    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
2263    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
2264    transition: border linear 0.2s, box-shadow linear 0.2s;
2265    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
2266    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
2267    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
2268}
2269input:focus, textarea:focus
2270{
2271    outline: 0;
2272    border-color: rgba(82, 168, 236, 0.8);
2273    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
2274    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
2275    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
2276}
2277input[type=file]:focus, input[type=checkbox]:focus, select:focus
2278{
2279    -webkit-box-shadow: none;
2280    -moz-box-shadow: none;
2281    box-shadow: none;
2282    outline: 1px dotted #666;
2283}
2284
2285input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input
2286{
2287    display: inline-block;
2288    padding: 4px;
2289    font-size: 13px;
2290    line-height: 18px;
2291    color: #808080;
2292    border: 1px solid #ccc;
2293    -webkit-border-radius: 3px;
2294    -moz-border-radius: 3px;
2295    border-radius: 3px;
2296}
2297
2298
2299
2300/**Toolbar**/
2301
2302.ui-toolbar
2303{
2304    padding: 7px 14px;
2305    margin: 0 0 18px;
2306    background-color: #f5f5f5;
2307    background-repeat: repeat-x;
2308    background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
2309    background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
2310    background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
2311    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
2312    background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
2313    background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
2314    background-image: linear-gradient(top, #ffffff, #f5f5f5);
2315    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
2316    border: 1px solid #ddd;
2317    -webkit-border-radius: 3px;
2318    -moz-border-radius: 3px;
2319    border-radius: 3px;
2320    -webkit-box-shadow: inset 0 1px 0 #ffffff;
2321    -moz-box-shadow: inset 0 1px 0 #ffffff;
2322    box-shadow: inset 0 1px 0 #ffffff;
2323}
2324
2325
2326/***Dialog fixes**/
2327
2328.ui-dialog-buttonset .ui-button:nth-child(2)
2329{
2330    cursor: pointer;
2331    display: inline-block;
2332    background-color: #e6e6e6;
2333    background-repeat: no-repeat;
2334    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
2335    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
2336    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
2337    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
2338    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
2339    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
2340    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
2341    padding: 5px 14px 6px;
2342    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
2343    color: #333;
2344    font-size: 13px;
2345    line-height: normal;
2346    border: 1px solid #ccc;
2347    border-bottom-color: #bbb;
2348    -webkit-border-radius: 4px;
2349    -moz-border-radius: 4px;
2350    border-radius: 4px;
2351    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2352    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2353    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2354    -webkit-transition: 0.1s linear all;
2355    -moz-transition: 0.1s linear all;
2356    -ms-transition: 0.1s linear all;
2357    -o-transition: 0.1s linear all;
2358    transition: 0.1s linear all;
2359    overflow: visible;
2360}
2361
2362
2363
2364/***Wijmo Theming**/
2365
2366div.wijmo-wijmenu
2367{
2368    padding: 0 20px;
2369    background-color: #222;
2370    background-color: #222222;
2371    background-repeat: repeat-x;
2372    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
2373    background-image: -moz-linear-gradient(top, #333333, #222222);
2374    background-image: -ms-linear-gradient(top, #333333, #222222);
2375    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
2376    background-image: -webkit-linear-gradient(top, #333333, #222222);
2377    background-image: -o-linear-gradient(top, #333333, #222222);
2378    background-image: linear-gradient(top, #333333, #222222);
2379    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2380    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2381    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2382    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2383}
2384
2385.wijmo-wijmenu .ui-state-default
2386{
2387    box-shadow: none;
2388    color: #BFBFBF;
2389}
2390
2391.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text
2392{
2393    color: #BFBFBF;
2394}
2395
2396.wijmo-wijmenu .ui-state-hover
2397{
2398    background: #444;
2399    background: rgba(255, 255, 255, 0.05);
2400}
2401
2402.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text
2403{
2404    color: #ffffff;
2405}
2406
2407div.wijmo-wijmenu .ui-widget-header h3
2408{
2409    position: relative;
2410    margin-top: 1px;
2411    padding: 0;
2412}
2413
2414.wijmo-wijmenu h3 a
2415{
2416    color: #FFFFFF;
2417    display: block;
2418    float: left;
2419    font-size: 20px;
2420    font-weight: 200;
2421    line-height: 1;
2422    margin-left: -20px;
2423    margin-top: 1px;
2424    padding: 8px 20px 12px;
2425}
2426
2427.wijmo-wijmenu h3 a:hover
2428{
2429    background-color: rgba(255, 255, 255, 0.05);
2430    color: #FFFFFF;
2431    text-decoration: none;
2432}
2433
2434.wijmo-wijmenu .ui-widget-header
2435{
2436    border: 0px;
2437}
2438
2439.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child
2440{
2441    padding: 0.3em 0;
2442}
2443
2444div.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child
2445{
2446    background: #333;
2447    border: 0;
2448    margin: 0;
2449    padding: 6px 0;
2450    width: 160px;
2451    -webkit-border-radius: 0 0 6px 6px;
2452    -moz-border-radius: 0 0 6px 6px;
2453    border-radius: 0 0 6px 6px;
2454    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
2455    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
2456    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
2457}
2458
2459div.wijmo-wijmenu .wijmo-wijmenu-item
2460{
2461    margin: 0;
2462    border: 0;
2463}
2464
2465.wijmo-wijmenu a.wijmo-wijmenu-link
2466{
2467    margin: 0;
2468    line-height: 19px;
2469    padding: 10px 10px 11px;
2470    border: 0;
2471    -webkit-border-radius: 0;
2472    -moz-border-radius: 0;
2473    border-radius: 0;
2474}
2475
2476div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link
2477{
2478    display: block;
2479    float: none;
2480    padding: 4px 15px;
2481    width: auto;
2482}
2483
2484div.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text
2485{
2486    float: none;
2487}
2488
2489.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover
2490{
2491    background: #191919;
2492}
2493
2494.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator
2495{
2496    padding: 5px 0;
2497    background-image: none;
2498    background-color: #222;
2499    border-top: 1px solid #444;
2500    border-bottom: 0;
2501    border-left: 0;
2502    border-right: 0;
2503}
2504
2505.wijmo-wijmenu .wijmo-wijmenu-item input
2506{
2507    -moz-transition: none 0s ease 0s;
2508    background-color: rgba(255, 255, 255, 0.3);
2509    border: 1px solid #111111;
2510    border-radius: 4px 4px 4px 4px;
2511    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.25);
2512    color: rgba(255, 255, 255, 0.75);
2513    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
2514    line-height: 1;
2515    margin: 5px 10px 0 10px;
2516    padding: 4px 9px;
2517    width: 100px;
2518}
2519
2520.wijmo-wijmenu .wijmo-wijmenu-item input:hover
2521{
2522    background-color: rgba(255, 255, 255, 0.5);
2523    color: #FFFFFF;
2524}
2525
2526.wijmo-wijmenu .wijmo-wijmenu-item input:focus
2527{
2528    background-color: #FFFFFF;
2529    border: 0 none;
2530    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2531    color: #404040;
2532    outline: 0 none;
2533    padding: 5px 10px;
2534    text-shadow: 0 1px 0 #FFFFFF;
2535}
2536
2537
2538.wijmo-wijmenu .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
2539{
2540    text-shadow: none;
2541}
2542
2543
2544.wijmo-wijmenu .ui-state-default
2545{
2546    box-shadow: none;
2547    color: #BFBFBF;
2548    filter: none;
2549}
2550
2551
2552.wijmo-wijinput .wijmo-wijinput-input
2553{
2554    color: #333;
2555}
Note: See TracBrowser for help on using the repository browser.