~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to lib/jquery/jquery.ui-1.6rc2/themes/default/ui.all.css

  • Committer: V. Keith Hughitt
  • Date: 2009-03-26 19:20:57 UTC
  • Revision ID: hughitt1@kore-20090326192057-u0x8rf8sf5lmmnwh
nightly build 03-26-2009: Using alpha-channel JPEG 2000 dataset

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * jQuery UI screen structure and presentation
3
 
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
4
 
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
5
 
 * Visit themeroller.com
6
 
*/
7
 
 
8
 
 
9
 
 
10
 
 
11
 
/*UI accordion*/
12
 
.ui-accordion {
13
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
14
 
        font-family: Verdana, Arial, sans-serif;
15
 
        border-bottom: 1px solid #d3d3d3;
16
 
}
17
 
.ui-accordion-group {
18
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
19
 
        border: 1px solid #d3d3d3;
20
 
        border-bottom: none;
21
 
}
22
 
.ui-accordion-header {
23
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
24
 
        cursor: pointer;
25
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
26
 
}
27
 
.ui-accordion-header a {
28
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
29
 
        display: block;
30
 
        font-size: 1.1em;
31
 
        font-weight: normal;
32
 
        text-decoration: none;
33
 
        padding: .5em .5em .5em 1.7em;
34
 
        color: #555555;
35
 
        background: url(images/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
36
 
}
37
 
.ui-accordion-header a:hover {
38
 
        background: url(images/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
39
 
        color: #212121;
40
 
}
41
 
.ui-accordion-header:hover {
42
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
43
 
        color: #212121;
44
 
}
45
 
.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
46
 
        background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
47
 
}
48
 
.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
49
 
        color: #222222;
50
 
        background: url(images/222222_7x7_arrow_down.gif) .5em 50% no-repeat;
51
 
}
52
 
.ui-accordion-content {
53
 
        padding: 1.5em 1.7em;   
54
 
        background: #ffffff;
55
 
        color: #222222;
56
 
        font-size: 1.1em;
57
 
}
58
 
 
59
 
 
60
 
/*slider*/
61
 
.ui-slider {
62
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
63
 
        font-family: Verdana, Arial, sans-serif;
64
 
        background: #ffffff;
65
 
        border: 1px solid #d3d3d3;
66
 
        height: .8em;
67
 
        position: relative;
68
 
}
69
 
.ui-slider-handle {
70
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
71
 
        position: absolute;
72
 
        z-index: 2;
73
 
        top: -3px;
74
 
        width: 1.2em;
75
 
        height: 1.2em;
76
 
        background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
77
 
        border: 1px solid #dddddd;
78
 
}
79
 
.ui-slider-handle:hover {
80
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
81
 
        border: 1px solid #999999;
82
 
}
83
 
.ui-slider-handle-active, .ui-slider-handle-active:hover {
84
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
85
 
        border: 1px solid #dddddd;
86
 
}
87
 
.ui-slider-range {
88
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
89
 
        height: .8em;
90
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
91
 
        position: absolute;
92
 
        border: 1px solid #d3d3d3;
93
 
        border-left: 0;
94
 
        border-right: 0;
95
 
        top: -1px;
96
 
        z-index: 1;
97
 
}
98
 
 
99
 
 
100
 
 
101
 
 
102
 
 
103
 
 
104
 
/*dialog*/
105
 
.ui-dialog {
106
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
107
 
        font-family: Verdana, Arial, sans-serif;
108
 
        background: #ffffff;
109
 
        color: #222222;
110
 
        border: 4px solid #d3d3d3;
111
 
        position: relative;
112
 
}
113
 
.ui-dialog-content {
114
 
        border: 1px solid #d3d3d3;
115
 
        background: #ffffff;
116
 
        color: #222222;
117
 
}
118
 
.ui-resizable-handle {
119
 
        position: absolute;
120
 
        font-size: 0.1px;
121
 
        z-index: 99999;
122
 
}
123
 
.ui-resizable .ui-resizable-handle {
124
 
        display: block; 
125
 
}
126
 
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
127
 
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
128
 
.ui-resizable-n { 
129
 
        cursor: n-resize; 
130
 
        height: 7px; 
131
 
        width: 100%; 
132
 
        top: -5px; 
133
 
        left: 0px;  
134
 
}
135
 
.ui-resizable-s { 
136
 
        cursor: s-resize; 
137
 
        height: 7px; 
138
 
        width: 100%; 
139
 
        bottom: -5px; 
140
 
        left: 0px; 
141
 
}
142
 
.ui-resizable-e { 
143
 
        cursor: e-resize; 
144
 
        width: 7px; 
145
 
        right: -5px; 
146
 
        top: 0px; 
147
 
        height: 100%; 
148
 
}
149
 
.ui-resizable-w { 
150
 
        cursor: w-resize; 
151
 
        width: 7px; 
152
 
        left: -5px; 
153
 
        top: 0px; 
154
 
        height: 100%;
155
 
}
156
 
.ui-resizable-se { 
157
 
        cursor: se-resize; 
158
 
        width: 13px; 
159
 
        height: 13px; 
160
 
        right: 0px; 
161
 
        bottom: 0px; 
162
 
        background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
163
 
}
164
 
.ui-resizable-sw { 
165
 
        cursor: sw-resize; 
166
 
        width: 9px; 
167
 
        height: 9px; 
168
 
        left: 0px; 
169
 
        bottom: 0px;  
170
 
}
171
 
.ui-resizable-nw { 
172
 
        cursor: nw-resize; 
173
 
        width: 9px; 
174
 
        height: 9px; 
175
 
        left: 0px; 
176
 
        top: 0px; 
177
 
}
178
 
.ui-resizable-ne { 
179
 
        cursor: ne-resize; 
180
 
        width: 9px; 
181
 
        height: 9px; 
182
 
        right: 0px; 
183
 
        top: 0px; 
184
 
}
185
 
.ui-dialog-titlebar {
186
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
187
 
        padding: .5em 1.5em .5em 1em;
188
 
        color: #555555;
189
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
190
 
        border-bottom: 1px solid #d3d3d3;
191
 
        font-size: 1.1em;
192
 
        font-weight: normal;
193
 
        position: relative;
194
 
}
195
 
.ui-dialog-title {
196
 
 
197
 
}
198
 
.ui-dialog-titlebar-close {
199
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
200
 
        background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
201
 
        position: absolute;
202
 
        right: 8px;
203
 
        top: .7em;
204
 
        width: 11px;
205
 
        height: 11px;
206
 
        z-index: 100;
207
 
}
208
 
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
209
 
        background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
210
 
}
211
 
.ui-dialog-titlebar-close:active {
212
 
        background: url(images/222222_11x11_icon_close.gif) 0 0 no-repeat;
213
 
}
214
 
.ui-dialog-titlebar-close span {
215
 
        display: none;
216
 
}
217
 
.ui-dialog-content {
218
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
219
 
        background: #ffffff;
220
 
        color: #222222;
221
 
        padding: 1.5em 1.7em;   
222
 
}
223
 
.ui-dialog-buttonpane {
224
 
        position: absolute;
225
 
        bottom: 0;
226
 
        width: 100%;
227
 
        text-align: left;
228
 
        border-top: 1px solid #d3d3d3;
229
 
        background: ;
230
 
}
231
 
.ui-dialog-buttonpane button {
232
 
        margin: .5em 0 .5em 8px;
233
 
        color: #555555;
234
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
235
 
        font-size: 1.1em;
236
 
        border: 1px solid #d3d3d3;
237
 
        cursor: pointer;
238
 
        padding: .2em .6em .3em .6em;
239
 
        line-height: 1.4em;
240
 
}
241
 
.ui-dialog-buttonpane button:hover {
242
 
        color: #212121;
243
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
244
 
        border: 1px solid #999999;
245
 
}
246
 
.ui-dialog-buttonpane button:active {
247
 
        color: #222222;
248
 
        background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
249
 
        border: 1px solid #dddddd;
250
 
}
251
 
/* This file skins dialog */
252
 
.ui-dialog.ui-draggable .ui-dialog-titlebar,
253
 
.ui-dialog.ui-draggable .ui-dialog-titlebar {
254
 
        cursor: move;
255
 
}
256
 
 
257
 
 
258
 
 
259
 
 
260
 
 
261
 
 
262
 
 
263
 
/*datepicker*/
264
 
/* Main Style Sheet for jQuery UI date picker */
265
 
.ui-datepicker-div, #ui-datepicker-div, .ui-datepicker-inline {
266
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
267
 
        font-family: Verdana, Arial, sans-serif;
268
 
        background: #ffffff;
269
 
        font-size: 1.1em;
270
 
        border: 4px solid #d3d3d3;
271
 
        width: 15.5em;
272
 
        padding: 2.5em .5em .5em .5em;
273
 
        position: relative;
274
 
}
275
 
#ui-datepicker-div, .ui-datepicker-div {
276
 
        z-index: 9999; /*must have*/
277
 
        display: none;
278
 
        background: #ffffff;
279
 
}
280
 
.ui-datepicker-inline {
281
 
        float: left;
282
 
        display: block;
283
 
}
284
 
.ui-datepicker-control {
285
 
        display: none;
286
 
}
287
 
.ui-datepicker-current {
288
 
        display: none;
289
 
}
290
 
.ui-datepicker-next, .ui-datepicker-prev {
291
 
        position: absolute;
292
 
        left: .5em;
293
 
        top: .5em;
294
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
295
 
}
296
 
.ui-datepicker-next {
297
 
        left: 14.6em;
298
 
}
299
 
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
300
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
301
 
}
302
 
.ui-datepicker-next a, .ui-datepicker-prev a {
303
 
        text-indent: -999999px;
304
 
        width: 1.3em;
305
 
        height: 1.4em;
306
 
        display: block;
307
 
        font-size: 1em;
308
 
        background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
309
 
        border: 1px solid #d3d3d3;
310
 
        cursor: pointer;
311
 
}
312
 
.ui-datepicker-next a {
313
 
        background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
314
 
}
315
 
.ui-datepicker-prev a:hover {
316
 
        background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
317
 
}
318
 
.ui-datepicker-next a:hover {
319
 
        background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
320
 
}
321
 
.ui-datepicker-prev a:active {
322
 
        background: url(images/222222_7x7_arrow_left.gif) 50% 50% no-repeat;
323
 
}
324
 
.ui-datepicker-next a:active {
325
 
        background: url(images/222222_7x7_arrow_right.gif) 50% 50% no-repeat;
326
 
}
327
 
.ui-datepicker-header select {
328
 
        border: 1px solid #d3d3d3;
329
 
        color: #555555;
330
 
        background: #e6e6e6;
331
 
        font-size: 1em;
332
 
        line-height: 1.4em;
333
 
        position: absolute;
334
 
        top: .5em;
335
 
        margin: 0 !important;
336
 
        
337
 
}
338
 
.ui-datepicker-header select.ui-datepicker-new-month {
339
 
width: 7em;
340
 
left: 2.2em;
341
 
}
342
 
.ui-datepicker-header select.ui-datepicker-new-year {
343
 
width: 5em;
344
 
left: 9.4em;
345
 
}
346
 
table.ui-datepicker {
347
 
        width: 15.5em;
348
 
        text-align: right;
349
 
}
350
 
table.ui-datepicker td a {
351
 
        padding: .1em .3em .1em 0;
352
 
        display: block;
353
 
        color: #555555;
354
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
355
 
        cursor: pointer;
356
 
        border: 1px solid #ffffff;
357
 
}
358
 
table.ui-datepicker td a:hover {
359
 
        border: 1px solid #999999;
360
 
        color: #212121;
361
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
362
 
}
363
 
table.ui-datepicker td a:active {
364
 
        border: 1px solid #dddddd;
365
 
        color: #222222;
366
 
        background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
367
 
}
368
 
table.ui-datepicker .ui-datepicker-title-row td {
369
 
        padding: .3em 0;
370
 
        text-align: center;
371
 
        font-size: .9em;
372
 
        color: #222222;
373
 
        text-transform: uppercase;
374
 
        /*border-bottom: 1px solid #d3d3d3;*/
375
 
}
376
 
 
377
 
table.ui-datepicker .ui-datepicker-title-row td a {
378
 
        color: #222222;
379
 
}
380
 
 
381
 
 
382
 
 
383
 
 
384
 
 
385
 
 
386
 
/*colorpicker*/
387
 
.ui-colorpicker {
388
 
        width: 356px;
389
 
        height: 176px;
390
 
        overflow: hidden;
391
 
        position: absolute;
392
 
        background: url(images/colorpicker_background.png);
393
 
        font-family: Arial, Helvetica, sans-serif;
394
 
        display: none;
395
 
}
396
 
.ui-colorpicker-color {
397
 
        width: 150px;
398
 
        height: 150px;
399
 
        left: 14px;
400
 
        top: 13px;
401
 
        position: absolute;
402
 
        background: #f00;
403
 
        overflow: hidden;
404
 
        cursor: crosshair;
405
 
}
406
 
.ui-colorpicker-color div {
407
 
        position: absolute;
408
 
        top: 0;
409
 
        left: 0;
410
 
        width: 150px;
411
 
        height: 150px;
412
 
        background: url(images/colorpicker_overlay.png);
413
 
}
414
 
.ui-colorpicker-color div div {
415
 
        position: absolute;
416
 
        top: 0;
417
 
        left: 0;
418
 
        width: 11px;
419
 
        height: 11px;
420
 
        overflow: hidden;
421
 
        background: url(images/colorpicker_select.gif);
422
 
        margin: -5px 0 0 -5px;
423
 
}
424
 
.ui-colorpicker-hue {
425
 
        position: absolute;
426
 
        top: 13px;
427
 
        left: 171px;
428
 
        width: 35px;
429
 
        height: 150px;
430
 
        cursor: n-resize;
431
 
}
432
 
.ui-colorpicker-hue div {
433
 
        position: absolute;
434
 
        width: 35px;
435
 
        height: 9px;
436
 
        overflow: hidden;
437
 
        background: url(images/colorpicker_indic.gif) left top;
438
 
        margin: -4px 0 0 0;
439
 
        left: 0px;
440
 
}
441
 
.ui-colorpicker-new-color {
442
 
        position: absolute;
443
 
        width: 60px;
444
 
        height: 30px;
445
 
        left: 213px;
446
 
        top: 13px;
447
 
        background: #f00;
448
 
}
449
 
.ui-colorpicker-current-color {
450
 
        position: absolute;
451
 
        width: 60px;
452
 
        height: 30px;
453
 
        left: 283px;
454
 
        top: 13px;
455
 
        background: #f00;
456
 
}
457
 
.colorpicker input {
458
 
        background-color: transparent;
459
 
        border: 1px solid transparent;
460
 
        position: absolute;
461
 
        font-size: 10px;
462
 
        font-family: Arial, Helvetica, sans-serif;
463
 
        color: #898989;
464
 
        top: 4px;
465
 
        right: 11px;
466
 
        text-align: right;
467
 
        margin: 0;
468
 
        padding: 0;
469
 
        height: 11px;
470
 
}
471
 
.ui-colorpicker-hex {
472
 
        position: absolute;
473
 
        width: 72px;
474
 
        height: 22px;
475
 
        background: url(images/colorpicker_hex.png) top;
476
 
        left: 212px;
477
 
        top: 142px;
478
 
}
479
 
.ui-colorpicker input {
480
 
        height: 15px;
481
 
}
482
 
.ui-colorpicker-hex input {
483
 
        margin-left: 18px;
484
 
        right: 6px;
485
 
        width: 47px;
486
 
}
487
 
.ui-colorpicker-field {
488
 
        height: 22px;
489
 
        width: 62px;
490
 
        background-position: top;
491
 
        position: absolute;
492
 
}
493
 
.ui-colorpicker-field label {
494
 
        padding-left: 17px;
495
 
        font-size: 10px;
496
 
}
497
 
.ui-colorpicker-field input {
498
 
        width: 25px;
499
 
}
500
 
.ui-colorpicker-field span {
501
 
        position: absolute;
502
 
        width: 12px;
503
 
        height: 22px;
504
 
        overflow: hidden;
505
 
        top: 0;
506
 
        right: 0;
507
 
        cursor: n-resize;
508
 
}
509
 
.ui-colorpicker-rgb-r {
510
 
        background-image: url(images/colorpicker_rgb_r.png);
511
 
        top: 52px;
512
 
        left: 212px;
513
 
}
514
 
.ui-colorpicker-rgb-g {
515
 
        background-image: url(images/colorpicker_rgb_g.png);
516
 
        top: 82px;
517
 
        left: 212px;
518
 
}
519
 
.ui-colorpicker-rgb-b {
520
 
        background-image: url(images/colorpicker_rgb_b.png);
521
 
        top: 112px;
522
 
        left: 212px;
523
 
}
524
 
.ui-colorpicker-hsb-h {
525
 
        background-image: url(images/colorpicker_hsb_h.png);
526
 
        top: 52px;
527
 
        left: 282px;
528
 
}
529
 
.ui-colorpicker-hsb-s {
530
 
        background-image: url(images/colorpicker_hsb_s.png);
531
 
        top: 82px;
532
 
        left: 282px;
533
 
}
534
 
.ui-colorpicker-hsb-b {
535
 
        background-image: url(images/colorpicker_hsb_b.png);
536
 
        top: 112px;
537
 
        left: 282px;
538
 
}
539
 
.ui-colorpicker-submit {
540
 
        position: absolute;
541
 
        left: 296px;
542
 
        top: 144px;
543
 
        overflow: hidden;
544
 
}
545
 
.ui-colorpicker-focus {
546
 
        background-position: center;
547
 
}
548
 
.ui-colorpicker-hex.ui-colorpicker-focus {
549
 
        background-position: bottom;
550
 
}
551
 
.ui-colorpicker-submit.ui-colorpicker-focus {
552
 
        background-position: bottom;
553
 
}
554
 
.ui-colorpicker-slider {
555
 
        background-position: bottom;
556
 
}
557
 
 
558
 
 
559
 
/*autocomplete*/
560
 
.ui-autocomplete-results {
561
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
562
 
        font-family: Verdana, Arial, sans-serif;
563
 
        font-size: 1.1em;
564
 
 
565
 
        border: 1px solid #d3d3d3;
566
 
        background: #ffffff;
567
 
        color: #222222;
568
 
 
569
 
        overflow: hidden;
570
 
        z-index: 99999;
571
 
}
572
 
 
573
 
.ui-autocomplete-results ul {
574
 
        width: 100%;
575
 
        list-style-position: outside;
576
 
        list-style: none;
577
 
        padding: 0;
578
 
        margin: 0;
579
 
}
580
 
 
581
 
.ui-autocomplete-results li {
582
 
        margin: 0px;
583
 
        padding: 2px 5px;
584
 
        cursor: default;
585
 
        display: block;
586
 
        /* 
587
 
        if width will be 100% horizontal scrollbar will apear 
588
 
        when scroll mode will be used
589
 
        */
590
 
        /*width: 100%;*/
591
 
        font: menu;
592
 
        font-size: 12px;
593
 
        /* 
594
 
        it is very important, if line-height not setted or setted 
595
 
        in relative units scroll will be broken in firefox
596
 
        */
597
 
        line-height: 16px;
598
 
        overflow: hidden;
599
 
        
600
 
 
601
 
        border: 1px solid #d3d3d3;
602
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
603
 
        font-weight: normal;
604
 
        color: #555555 !important;      
605
 
        
606
 
}
607
 
 
608
 
.ui-autocomplete-loading {
609
 
        background: white url('indicator.gif') right center no-repeat;
610
 
}
611
 
 
612
 
.ui-autocomplete-results li.ui-autocomplete-over {
613
 
        border: 1px solid #999999;
614
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
615
 
        font-weight: normal;
616
 
        color: #212121 !important;
617
 
}
618
 
 
619
 
 
620
 
 
621
 
 
622
 
 
623
 
/* ProgressBar */
624
 
 
625
 
.ui-progressbar {
626
 
        width: 400px; height: 20px;
627
 
        border: 1px #ccc solid;
628
 
        background:#E0E8F3 url(images/bg.gif) repeat-x scroll 0%;
629
 
        position:relative;
630
 
}
631
 
 
632
 
.ui-progressbar-wrap {
633
 
        position: relative;
634
 
        height: auto;
635
 
        width: auto;
636
 
        line-height: 18px;
637
 
        _line-height: 16px;
638
 
}
639
 
 
640
 
.ui-progressbar-bar {
641
 
        background:#9CBFEE url(images/progress-bg.gif) repeat-x scroll left center;
642
 
        border-bottom:1px solid #7FA9E4;
643
 
        border-right:1px solid #7FA9E4;
644
 
        border-top:1px solid #D1E4FD;
645
 
        position: absolute;
646
 
}
647
 
 
648
 
.ui-progressbar-text {
649
 
        color:#fff;
650
 
        overflow: hidden;
651
 
        white-space: nowrap;
652
 
        font-size: 11px;
653
 
        font-weight: bold;
654
 
        padding-left: 5px;
655
 
}
656
 
 
657
 
.ui-progressbar-text-back {
658
 
        color:#000;
659
 
        padding-top: 1px;
660
 
        padding-bottom: 1px;
661
 
        padding-right: 1px;
662
 
}
663
 
 
664
 
.ui-progressbar-disabled {
665
 
        opacity:.5;
666
 
        filter:Alpha(Opacity=50);
667
 
}
668
 
 
669
 
 
670
 
/* custom */
671
 
.ui-progressbar-text.right-align {
672
 
        text-align: right;
673
 
        padding: 0 5px 0 0;
674
 
}
675
 
.ui-progressbar-inner-custom {
676
 
        background: url(images/custom-bar.gif) repeat-x scroll left center;
677
 
        border-bottom:1px solid #EFEFEF;
678
 
        border-right:0pt none;
679
 
        border-top:1px solid #BEBEBE;
680
 
        height:15px;
681
 
}
682
 
.bold {
683
 
        color: red !important;
684
 
}
685
 
.ui-hidden {
686
 
        left:-10000px;
687
 
        position:absolute;
688
 
        top:-10000px;
689
 
        visibility:hidden;
690
 
}
691
 
 
692
 
 
693
 
 
694
 
/*
695
 
Generic ThemeRoller Classes
696
 
>> Make your jQuery Components ThemeRoller-Compatible!
697
 
*/
698
 
 
699
 
/*component global class*/
700
 
.ui-component {
701
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
702
 
        font-family: Verdana, Arial, sans-serif;
703
 
        font-size: 1.1em;
704
 
}
705
 
/*component content styles*/
706
 
.ui-component-content {
707
 
        border: 1px solid #d3d3d3;
708
 
        background: #ffffff;
709
 
        color: #222222;
710
 
}
711
 
.ui-component-content a {
712
 
        color: #222222;
713
 
        text-decoration: underline;
714
 
}
715
 
/*component states*/
716
 
.ui-default-state {
717
 
        border: 1px solid #d3d3d3;
718
 
        background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
719
 
        font-weight: normal;
720
 
        color: #555555 !important;
721
 
}
722
 
.ui-default-state a {
723
 
        color: #555555;
724
 
}
725
 
.ui-default-state:hover, .ui-hover-state {
726
 
        border: 1px solid #999999;
727
 
        background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
728
 
        font-weight: normal;
729
 
        color: #212121 !important;
730
 
}
731
 
.ui-hover-state a {
732
 
        color: #212121;
733
 
}
734
 
.ui-default-state:active, .ui-active-state {
735
 
        border: 1px solid #dddddd;
736
 
        background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
737
 
        font-weight: normal;
738
 
        color: #222222 !important;
739
 
        outline: none;
740
 
}
741
 
.ui-active-state a {
742
 
        color: #222222;
743
 
        outline: none;
744
 
}
745
 
/*icons*/
746
 
.ui-arrow-right-default {background: url(images/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
747
 
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
748
 
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
749
 
.ui-arrow-left-default {background: url(images/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
750
 
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
751
 
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
752
 
.ui-arrow-down-default {background: url(images/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
753
 
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
754
 
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
755
 
.ui-arrow-up-default {background: url(images/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
756
 
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
757
 
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
758
 
.ui-close-default {background: url(images/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
759
 
.ui-close-default:hover, .ui-close-hover {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
760
 
.ui-close-default:active, .ui-close-active {background: url(images/222222_11x11_icon_close.gif) no-repeat 50% 50%;}
761
 
.ui-folder-closed-default {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
762
 
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
763
 
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/222222_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
764
 
.ui-folder-open-default {background: url(images/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
765
 
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
766
 
.ui-folder-open-default:active, .ui-folder-open-active {background: url(images/222222_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
767
 
.ui-doc-default {background: url(images/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
768
 
.ui-doc-default:hover, .ui-doc-hover {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
769
 
.ui-doc-default:active, .ui-doc-active {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
770
 
.ui-arrows-leftright-default {background: url(images/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
771
 
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
772
 
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
773
 
.ui-arrows-updown-default {background: url(images/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
774
 
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
775
 
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
776
 
.ui-minus-default {background: url(images/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
777
 
.ui-minus-default:hover, .ui-minus-hover {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
778
 
.ui-minus-default:active, .ui-minus-active {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
779
 
.ui-plus-default {background: url(images/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
780
 
.ui-plus-default:hover, .ui-plus-hover {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
781
 
.ui-plus-default:active, .ui-plus-active {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
782
 
/*hidden elements*/
783
 
.ui-hidden {
784
 
        display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
785
 
}
786
 
.ui-accessible-hidden {
787
 
         position: absolute; left: -99999999px;
788
 
}
789
 
/*reset styles*/
790
 
.ui-reset {
791
 
        /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
792
 
}
793
 
/*clearfix class*/
794
 
.ui-clearfix:after {
795
 
    content: "."; 
796
 
    display: block; 
797
 
    height: 0; 
798
 
    clear: both; 
799
 
    visibility: hidden;
800
 
}
801
 
.ui-clearfix {display: inline-block;}
802
 
/* Hides from IE-mac \*/
803
 
* html .ui-clearfix {height: 1%;}
804
 
.ui-clearfix {display: block;}
805
 
/* End hide from IE-mac */
806
 
 
807
 
/* Note: for resizable styles, use the styles listed above in the dialog section */
808
 
 
809
 
 
810
 
 
811
 
 
812
 
/* UI Spinner */
813
 
.ui-spinner {
814
 
        width: 15em;
815
 
        display: block;
816
 
        position: relative;
817
 
        overflow: hidden;
818
 
        border: 1px solid #999;
819
 
        background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
820
 
        padding: 0 5px;
821
 
}
822
 
 
823
 
.ui-spinner-disabled {
824
 
        background: #F4F4F4;
825
 
        color: #CCC;
826
 
}
827
 
 
828
 
.ui-spinner-box {
829
 
        width: 90%;
830
 
        height: 100%;
831
 
        float: left;
832
 
        font-size: 125%;
833
 
        border: none;
834
 
        background: none;
835
 
        padding: 0;
836
 
}
837
 
 
838
 
.ui-spinner-up,
839
 
.ui-spinner-down {
840
 
        width: 10%;
841
 
        height: 50%;
842
 
        font-size: 0.5em;
843
 
        padding: 0;
844
 
        margin: 0;
845
 
        z-index: 100;
846
 
        text-align: center;
847
 
        vertical-align: middle;
848
 
        position: absolute;
849
 
        right: 0;
850
 
        cursor: default;
851
 
        border: 1px solid #999;
852
 
        border-right: none;
853
 
        border-top: none;
854
 
}
855
 
 
856
 
.ui-spinner-down {
857
 
        bottom: 0;
858
 
        border-bottom: 0;
859
 
}
860
 
 
861
 
.ui-spinner-pressed {
862
 
        background: #FEFEFE;
863
 
}
864
 
 
865
 
.ui-spinner-list,
866
 
.ui-spinner-listitem {
867
 
        margin: 0;
868
 
        padding: 0;
869
 
}
 
 
b'\\ No newline at end of file'