source: oceandb/jQuery_Prototype/css/theme/ui.all.css @ 113

Last change on this file since 113 was 113, checked in by rider, 15 years ago
  • rider update zoomin plugin and timeline
File size: 19.8 KB
Line 
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 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
10 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
11 * body {font-size: 62.5%;}
12*/
13
14
15
16/*UI accordion*/
17.ui-accordion {
18  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
19  font-family: Verdana,Arial,sans-serif;
20  font-size: 1.1em;
21  border-bottom: 1px solid #d3d3d3;
22}
23.ui-accordion-group {
24  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
25  border: 1px solid #d3d3d3;
26  border-bottom: none;
27}
28.ui-accordion-header {
29  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
30  cursor: pointer;
31  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
32}
33.ui-accordion-header a {
34  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
35  display: block;
36  font-size: 1em;
37  font-weight: normal;
38  text-decoration: none;
39  padding: .5em .5em .5em 1.7em;
40  color: #555555;
41  background: url(images/888888_7x7_arrow_right.gif) .5em 50% no-repeat;
42}
43.ui-accordion-header a:hover {
44  background: url(images/454545_7x7_arrow_right.gif) .5em 50% no-repeat;
45  color: #212121;
46}
47.ui-accordion-header:hover {
48  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
49  color: #212121;
50}
51.selected .ui-accordion-header, .selected .ui-accordion-header:hover {
52  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
53}
54.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
55  color: #212121;
56  background: url(images/454545_7x7_arrow_down.gif) .5em 50% no-repeat;
57}
58.ui-accordion-content {
59  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
60  color: #222222;
61  font-size: 1em;
62}
63.ui-accordion-content p {
64  padding: 1em 1.7em 0.6em;
65}
66
67
68
69
70
71
72/*UI tabs*/
73.ui-tabs-nav {
74  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
75  font-family: Verdana,Arial,sans-serif;
76  font-size: 1.1em;
77  float: left;
78  position: relative;
79  z-index: 1;
80  border-right: 1px solid #d3d3d3;
81  bottom: -1px;
82}
83.ui-tabs-nav ul {
84  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
85}
86.ui-tabs-nav li {
87  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
88  float: left;
89  border: 1px solid #d3d3d3;
90  border-right: none;
91}
92.ui-tabs-nav li a {
93  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
94  float: left;
95  font-size: 1em;
96  font-weight: normal;
97  text-decoration: none;
98  padding: .5em 1.7em;
99  color: #555555;
100  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
101}
102.ui-tabs-nav li a:hover {
103  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
104  color: #212121;
105}
106.ui-tabs-nav li.ui-tabs-selected {
107  border-bottom-color: #ffffff;
108}
109.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
110  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
111  color: #212121;
112}
113.ui-tabs-panel {
114  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
115  font-family: Verdana,Arial,sans-serif;
116  clear:left;
117  border: 1px solid #d3d3d3;
118  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
119  color: #222222;
120  padding: 1.5em 1.7em; 
121  font-size: 1.1em;
122}
123.ui-tabs-hide {
124  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
125}
126
127
128
129
130
131/*slider*/
132.ui-slider {
133  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
134  font-family: Verdana,Arial,sans-serif;
135  font-size: 1.1em;
136  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
137  border: 1px solid #aaaaaa;
138  height: .8em;
139  position: relative;
140}
141.ui-slider-handle {
142  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
143  position: absolute;
144  z-index: 2;
145  top: -3px;
146  width: 1.2em;
147  height: 1.2em;
148  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
149  border: 1px solid #d3d3d3;
150}
151.ui-slider-handle:hover {
152  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
153  border: 1px solid #999999;
154}
155.ui-slider-handle-active, .ui-slider-handle-active:hover {
156  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
157  border: 1px solid #aaaaaa;
158}
159.ui-slider-range {
160  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
161  height: .8em;
162  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
163  position: absolute;
164  border: 1px solid #d3d3d3;
165  border-left: 0;
166  border-right: 0;
167  top: -1px;
168  z-index: 1;
169  opacity:.7;
170}
171
172
173
174
175
176
177/*dialog*/
178.ui-dialog {
179  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
180  font-family: Verdana,Arial,sans-serif;
181  font-size: 1.1em;
182  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
183  color: #222222;
184  border: 4px solid #aaaaaa;
185  position: relative;
186}
187.ui-resizable-handle {
188  position: absolute;
189  font-size: 0.1px;
190  z-index: 99999;
191}
192.ui-resizable .ui-resizable-handle {
193  display: block; 
194}
195body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
196body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
197.ui-resizable-n { 
198  cursor: n-resize; 
199  height: 7px; 
200  width: 100%; 
201  top: -5px; 
202  left: 0px; 
203}
204.ui-resizable-s { 
205  cursor: s-resize; 
206  height: 7px; 
207  width: 100%; 
208  bottom: -5px; 
209  left: 0px; 
210}
211.ui-resizable-e { 
212  cursor: e-resize; 
213  width: 7px; 
214  right: -5px; 
215  top: 0px; 
216  height: 100%; 
217}
218.ui-resizable-w { 
219  cursor: w-resize; 
220  width: 7px; 
221  left: -5px; 
222  top: 0px; 
223  height: 100%;
224}
225.ui-resizable-se { 
226  cursor: se-resize; 
227  width: 13px; 
228  height: 13px; 
229  right: 0px; 
230  bottom: 0px; 
231  background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
232}
233.ui-resizable-sw { 
234  cursor: sw-resize; 
235  width: 9px; 
236  height: 9px; 
237  left: 0px; 
238  bottom: 0px; 
239}
240.ui-resizable-nw { 
241  cursor: nw-resize; 
242  width: 9px; 
243  height: 9px; 
244  left: 0px; 
245  top: 0px; 
246}
247.ui-resizable-ne { 
248  cursor: ne-resize; 
249  width: 9px; 
250  height: 9px; 
251  right: 0px; 
252  top: 0px; 
253}
254.ui-dialog-titlebar {
255  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
256  padding: .5em 1.5em .5em 1em;
257  color: #555555;
258  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
259  border-bottom: 1px solid #d3d3d3;
260  font-size: 1em;
261  font-weight: normal;
262  position: relative;
263}
264.ui-dialog-title {}
265.ui-dialog-titlebar-close {
266  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
267  background: url(images/888888_11x11_icon_close.gif) 0 0 no-repeat;
268  position: absolute;
269  right: 8px;
270  top: .7em;
271  width: 11px;
272  height: 11px;
273  z-index: 100;
274}
275.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
276  background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
277}
278.ui-dialog-titlebar-close:active {
279  background: url(images/454545_11x11_icon_close.gif) 0 0 no-repeat;
280}
281.ui-dialog-titlebar-close span {
282  display: none;
283}
284.ui-dialog-content {
285  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
286  color: #222222;
287  padding: 1.5em 1.7em; 
288}
289.ui-dialog-buttonpane {
290  position: absolute;
291  bottom: 0;
292  width: 100%;
293  text-align: left;
294  border-top: 1px solid #aaaaaa;
295  background: #ffffff;
296}
297.ui-dialog-buttonpane button {
298  margin: .5em 0 .5em 8px;
299  color: #555555;
300  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
301  font-size: 1em;
302  border: 1px solid #d3d3d3;
303  cursor: pointer;
304  padding: .2em .6em .3em .6em;
305  line-height: 1.4em;
306}
307.ui-dialog-buttonpane button:hover {
308  color: #212121;
309  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
310  border: 1px solid #999999;
311}
312.ui-dialog-buttonpane button:active {
313  color: #212121;
314  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
315  border: 1px solid #aaaaaa;
316}
317/* This file skins dialog */
318.ui-dialog.ui-draggable .ui-dialog-titlebar,
319.ui-dialog.ui-draggable .ui-dialog-titlebar {
320  cursor: move;
321}
322
323
324
325
326
327
328
329/*datepicker*/
330/* Main Style Sheet for jQuery UI date picker */
331.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
332  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
333  font-family: Verdana,Arial,sans-serif;
334  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
335  font-size: 1.1em;
336  border: 4px solid #aaaaaa;
337  width: 15.5em;
338  padding: 2.5em .5em .5em .5em;
339  position: relative;
340}
341.ui-datepicker-div, #ui-datepicker-div {
342  z-index: 9999; /*must have*/
343  display: none;
344}
345.ui-datepicker-inline {
346  float: left;
347  display: block;
348}
349.ui-datepicker-control {
350  display: none;
351}
352.ui-datepicker-current {
353  display: none;
354}
355.ui-datepicker-next, .ui-datepicker-prev {
356  position: absolute;
357  left: .5em;
358  top: .5em;
359  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
360}
361.ui-datepicker-next {
362  left: 14.6em;
363}
364.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
365  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
366}
367.ui-datepicker-next a, .ui-datepicker-prev a {
368  text-indent: -999999px;
369  width: 1.3em;
370  height: 1.4em;
371  display: block;
372  font-size: 1em;
373  background: url(images/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
374  border: 1px solid #d3d3d3;
375  cursor: pointer;
376}
377.ui-datepicker-next a {
378  background: url(images/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
379}
380.ui-datepicker-prev a:hover {
381  background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
382}
383.ui-datepicker-next a:hover {
384  background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
385}
386.ui-datepicker-prev a:active {
387  background: url(images/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
388}
389.ui-datepicker-next a:active {
390  background: url(images/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
391}
392.ui-datepicker-header select {
393  border: 1px solid #d3d3d3;
394  color: #555555;
395  background: #e6e6e6;
396  font-size: 1em;
397  line-height: 1.4em;
398  position: absolute;
399  top: .5em;
400  margin: 0 !important;
401}
402.ui-datepicker-header option:focus, .ui-datepicker-header option:hover {
403  background: #dadada;
404}
405.ui-datepicker-header select.ui-datepicker-new-month {
406  width: 7em;
407  left: 2.2em;
408}
409.ui-datepicker-header select.ui-datepicker-new-year {
410  width: 5em;
411  left: 9.4em;
412}
413table.ui-datepicker {
414  width: 15.5em;
415  text-align: right;
416}
417table.ui-datepicker td a {
418  padding: .1em .3em .1em 0;
419  display: block;
420  color: #555555;
421  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
422  cursor: pointer;
423  border: 1px solid #ffffff;
424}
425table.ui-datepicker td a:hover {
426  border: 1px solid #999999;
427  color: #212121;
428  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
429}
430table.ui-datepicker td a:active {
431  border: 1px solid #aaaaaa;
432  color: #212121;
433  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
434}
435table.ui-datepicker .ui-datepicker-title-row td {
436  padding: .3em 0;
437  text-align: center;
438  font-size: .9em;
439  color: #222222;
440  text-transform: uppercase;
441}
442table.ui-datepicker .ui-datepicker-title-row td a {
443  color: #222222;
444}
445.ui-datepicker-cover {
446  display: none;
447  display/**/: block;
448  position: absolute;
449  z-index: -1;
450  top: -4px;
451  left: -4px;
452  width: 193px;
453  height: 200px;
454}
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469/*
470Generic ThemeRoller Classes
471>> Make your jQuery Components ThemeRoller-Compatible!
472*/
473
474/*component global class*/
475.ui-component {
476  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
477  font-family: Verdana,Arial,sans-serif;
478  font-size: 1.1em;
479}
480/*component content styles*/
481.ui-component-content {
482  border: 1px solid #aaaaaa;
483  background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
484  color: #222222;
485}
486.ui-component-content a {
487  color: #222222;
488  text-decoration: underline;
489}
490/*component states*/
491.ui-default-state {
492  border: 1px solid #d3d3d3;
493  background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
494  font-weight: normal;
495  color: #555555 !important;
496}
497.ui-default-state a {
498  color: #555555;
499}
500.ui-default-state:hover, .ui-hover-state {
501  border: 1px solid #999999;
502  background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
503  font-weight: normal;
504  color: #212121 !important;
505}
506.ui-hover-state a {
507  color: #212121;
508}
509.ui-default-state:active, .ui-active-state {
510  border: 1px solid #aaaaaa;
511  background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
512  font-weight: normal;
513  color: #212121 !important;
514  outline: none;
515}
516.ui-active-state a {
517  color: #212121;
518  outline: none;
519}
520/*icons*/
521.ui-arrow-right-default {background: url(images/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
522.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
523.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(images/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
524.ui-arrow-right-content {background: url(images/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
525
526.ui-arrow-left-default {background: url(images/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
527.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
528.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(images/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
529.ui-arrow-left-content {background: url(images/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
530
531.ui-arrow-down-default {background: url(images/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
532.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
533.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(images/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
534.ui-arrow-down-content {background: url(images/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
535
536.ui-arrow-up-default {background: url(images/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
537.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
538.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(images/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
539.ui-arrow-up-content {background: url(images/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
540
541.ui-close-default {background: url(images/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
542.ui-close-default:hover, .ui-close-hover {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
543.ui-close-default:active, .ui-close-active {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
544.ui-close-content {background: url(images/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
545
546.ui-folder-closed-default {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
547.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
548.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(images/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
549.ui-folder-closed-content {background: url(images/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
550
551.ui-folder-open-default {background: url(images/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
552.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
553.ui-folder-open-default:active, .ui-folder-open-active {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
554.ui-folder-open-content {background: url(images/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
555
556.ui-doc-default {background: url(images/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
557.ui-doc-default:hover, .ui-doc-hover {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
558.ui-doc-default:active, .ui-doc-active {background: url(images/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
559.ui-doc-content {background: url(images/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
560
561.ui-arrows-leftright-default {background: url(images/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
562.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
563.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(images/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
564.ui-arrows-leftright-content {background: url(images/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
565
566.ui-arrows-updown-default {background: url(images/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
567.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
568.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(images/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
569.ui-arrows-updown-content {background: url(images/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
570
571.ui-minus-default {background: url(images/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
572.ui-minus-default:hover, .ui-minus-hover {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
573.ui-minus-default:active, .ui-minus-active {background: url(images/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
574.ui-minus-content {background: url(images/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
575
576.ui-plus-default {background: url(images/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
577.ui-plus-default:hover, .ui-plus-hover {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
578.ui-plus-default:active, .ui-plus-active {background: url(images/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
579.ui-plus-content {background: url(images/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
580
581/*hidden elements*/
582.ui-hidden {
583  display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
584}
585.ui-accessible-hidden {
586   position: absolute; left: -99999999px;
587}
588/*reset styles*/
589.ui-reset {
590  /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
591}
592/*clearfix class*/
593.ui-clearfix:after {
594    content: "."; 
595    display: block; 
596    height: 0; 
597    clear: both; 
598    visibility: hidden;
599}
600.ui-clearfix {display: inline-block;}
601/* Hides from IE-mac \*/
602* html .ui-clearfix {height: 1%;}
603.ui-clearfix {display: block;}
604/* End hide from IE-mac */
605
606/* Note: for resizable styles, use the styles listed above in the dialog section */
607
608
Note: See TracBrowser for help on using the repository browser.