source: extensions/rv_gmaps/trunk/template/windows_13/themes/lighting.css @ 3447

Last change on this file since 3447 was 3447, checked in by rvelices, 15 years ago
  • added RV Map & Earth extension
  • Property svn:eol-style set to LF
File size: 22.1 KB
Line 
1.overlay___invisible__ {
2  background-color: #666;
3        filter:alpha(opacity=0);
4        -moz-opacity: 0;
5        opacity: 0;
6}
7
8.top_draggable, .bottom_draggable {
9        cursor:move;
10}
11
12.status_bar {
13        font-size:12px;
14}
15.status_bar input{
16        font-size:12px;
17}
18
19.wired_frame {
20        display:block;
21        position:absolute;
22        border:1px #000 dashed;
23}
24
25
26
27.overlay_bluelighting {
28        background-color:#FFF;
29        filter:alpha(opacity=60);
30        -moz-opacity:0.6;
31        opacity:0.6;
32}
33
34.bluelighting_wired_frame {
35        background:#FFF;
36        filter:alpha(opacity=60);
37        -moz-opacity:0.6;
38        opacity:0.6;   
39}
40
41.bluelighting_nw {
42        background:transparent url(lighting/top-left-blue.png) no-repeat 0 0;                   
43        width:9px;
44        height:28px;
45}
46
47.bluelighting_n {
48        background:transparent url(lighting/top-middle-blue.png) repeat-x 0 0;                 
49        height:28px;
50}
51
52.bluelighting_ne {
53        background:transparent url(lighting/top-right-blue.png) no-repeat 0 0;                 
54        width:15px;       
55        height:28px;
56}
57
58.bluelighting_w {
59        background:transparent url(lighting/left-blue.png) repeat-y top left;                   
60        width:9px;
61}
62
63.bluelighting_e {
64        background:transparent url(lighting/right-blue.png) repeat-y top right;                 
65        width:15px;       
66}
67
68.bluelighting_sw {
69        background:transparent url(lighting/bottom-left-blue.png) no-repeat 0 0;                       
70        width:9px;
71        height:15px;
72}
73
74.bluelighting_s {
75        background:transparent url(lighting/bottom-middle-blue.png) repeat-x 0 0;                       
76        height:15px;
77}
78
79.bluelighting_se, .bluelighting_sizer  {
80        background:transparent url(lighting/bottom-right-blue.png) no-repeat 0 0;                       
81        width:15px;
82        height:15px;
83}
84
85.bluelighting_sizer {
86        cursor:se-resize;       
87}
88
89.bluelighting_close {
90        width:15px;
91        height:9px;
92        background:transparent url(lighting/button-close-blue.png) no-repeat 0 0;                       
93        position:absolute;
94        top:11px;
95        right:10px;
96        cursor:pointer;
97        z-index:1000;
98}
99
100.bluelighting_maximize {
101        width:15px;
102        height:9px;
103        background:transparent url(lighting/button-maximize-blue.png) no-repeat 0 0;                   
104        position:absolute;
105        top:11px;
106        right:25px;
107        cursor:pointer;
108        z-index:1000;
109}
110
111.bluelighting_minimize {
112        width:15px;
113        height:9px;
114        background:transparent url(lighting/button-minimize-blue.png) no-repeat 0 0;                   
115        position:absolute;
116        top:11px;
117        right:40px;
118        cursor:pointer;
119        z-index:1000;
120}
121
122.bluelighting_title {
123        float:left;
124        height:14px;
125        font-size:14px;
126        font-weight:bold;
127        font-family:Verdana, Arial, sans-serif;
128        text-align:center;
129        margin-top:2px;
130        width:100%;
131        color:#17385B;
132}
133
134.bluelighting_content {
135        overflow:auto;
136        color:#000;
137        font-family:Verdana, Arial, sans-serif;
138        font-size:12px;
139        background:#BFDBFF;
140}
141
142/* For alert/confirm dialog */
143.bluelighting_window {
144        border:1px solid #F00; 
145        background:#FFF;
146        padding:20px;
147        margin-left:auto;
148        margin-right:auto;
149        width:400px;
150}
151
152.bluelighting_message {
153        font-size:12px;
154        text-align:center;
155        width:100%;
156        padding-bottom:10px;
157}
158
159.bluelighting_buttons {
160        text-align:center;
161        width:100%;
162}
163
164.bluelighting_buttons input {
165        border:1px solid #999;
166        border-top-color:#CCC;
167        border-left-color:#CCC;
168        padding:2px;
169        background-color:#FFF;
170        color:#333;
171        background-image:url(lighting/background_buttons.gif);
172        background-repeat:repeat-x;
173        font-family:Verdana, Arial, sans-serif;
174        font-size:10px;
175        font-weight:bold;
176        text-align:center;
177}
178
179.bluelighting_progress {
180        float:left;
181        margin:auto;
182        text-align:center;
183        width:100%;
184        height:16px;
185        background:transparent url('lighting/spinner.gif') no-repeat center center
186}
187
188/* FOR IE */
189* html .bluelighting_nw {
190        background-color: transparent;
191        background-image: none;
192        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingMethod="crop");
193}
194
195* html .bluelighting_n {
196        background-color: transparent;
197        background-image: none;
198        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingMethod="scale");
199}
200
201* html .bluelighting_ne {
202        background-color: transparent;
203        background-image: none;
204        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingMethod="crop");
205}
206
207* html .bluelighting_w {
208        background-color: transparent;
209        background-image: none;
210        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingMethod="scale");
211}
212
213* html .bluelighting_e {
214        background-color: transparent;
215        background-image: none;
216        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingMethod="scale");
217}
218
219* html .bluelighting_sw {
220        background-color: transparent;
221        background-image: none;
222        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingMethod="crop");
223}
224
225* html .bluelighting_s {
226        background-color: transparent;
227        background-image: none;
228        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingMethod="scale");
229}
230
231* html .bluelighting_se, * html .bluelighting_sizer {
232        background-color: transparent;
233        background-image: none;
234        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingMethod="crop");
235}
236
237* html .bluelighting_close {
238        background-color: transparent;
239        background-image: none;
240        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingMethod="crop");
241}
242
243* html .bluelighting_minimize {
244        background-color: transparent;
245        background-image: none;
246        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingMethod="crop");
247}
248
249* html .bluelighting_maximize {
250        background-color: transparent;
251        background-image: none;
252        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingMethod="crop");
253}
254
255* html .bluelighting_content {
256        background:#B8D7FF;
257}
258
259
260
261.overlay_greylighting {
262        background-color:#FFF;
263        filter:alpha(opacity=60);
264        -moz-opacity:0.6;
265        opacity:0.6;
266}
267
268.greylighting_wired_frame {
269        background:#FFF;
270        filter:alpha(opacity=60);
271        -moz-opacity:0.6;
272        opacity:0.6;   
273}
274
275.greylighting_nw {
276        background:transparent url(lighting/top-left-grey.png) no-repeat 0 0;                   
277        width:9px;
278        height:28px;
279}
280
281.greylighting_n {
282        background:transparent url(lighting/top-middle-grey.png) repeat-x 0 0;                 
283        height:28px;
284}
285
286.greylighting_ne {
287        background:transparent url(lighting/top-right-grey.png) no-repeat 0 0;                 
288        width:15px;       
289        height:28px;
290}
291
292.greylighting_w {
293        background:transparent url(lighting/left-grey.png) repeat-y top left;                   
294        width:9px;
295}
296
297.greylighting_e {
298        background:transparent url(lighting/right-grey.png) repeat-y top right;                 
299        width:15px;       
300}
301
302.greylighting_sw {
303        background:transparent url(lighting/bottom-left-grey.png) no-repeat 0 0;                       
304        width:9px;
305        height:15px;
306}
307
308.greylighting_s {
309        background:transparent url(lighting/bottom-middle-grey.png) repeat-x 0 0;                       
310        height:15px;
311}
312
313.greylighting_se, .greylighting_sizer  {
314        background:transparent url(lighting/bottom-right-grey.png) no-repeat 0 0;                       
315        width:15px;
316        height:15px;
317}
318
319.greylighting_sizer {
320        cursor:se-resize;       
321}
322
323.greylighting_close {
324        width:15px;
325        height:9px;
326        background:transparent url(lighting/button-close-grey.png) no-repeat 0 0;                       
327        position:absolute;
328        top:11px;
329        right:10px;
330        cursor:pointer;
331        z-index:1000;
332}
333
334.greylighting_maximize {
335        width:15px;
336        height:9px;
337        background:transparent url(lighting/button-maximize-grey.png) no-repeat 0 0;                   
338        position:absolute;
339        top:11px;
340        right:25px;
341        cursor:pointer;
342        z-index:1000;
343}
344
345.greylighting_minimize {
346        width:15px;
347        height:9px;
348        background:transparent url(lighting/button-minimize-grey.png) no-repeat 0 0;                   
349        position:absolute;
350        top:11px;
351        right:40px;
352        cursor:pointer;
353        z-index:1000;
354}
355
356.greylighting_title {
357        float:left;
358        height:14px;
359        font-size:14px;
360        font-weight:bold;
361        font-family:Verdana, Arial, sans-serif;
362        text-align:center;
363        margin-top:2px;
364        width:100%;
365        color:#525252;
366}
367
368.greylighting_content {
369        overflow:auto;
370        color:#000;
371        font-family:Verdana, Arial, sans-serif;
372        font-size:12px;
373        background:#CDCDCD;
374}
375
376/* For alert/confirm dialog */
377.greylighting_window {
378        border:1px solid #F00; 
379        background:#FFF;
380        padding:20px;
381        margin-left:auto;
382        margin-right:auto;
383        width:400px;
384}
385
386.greylighting_message {
387        font-size:12px;
388        text-align:center;
389        width:100%;
390        padding-bottom:10px;
391}
392
393.greylighting_buttons {
394        text-align:center;
395        width:100%;
396}
397
398.greylighting_buttons input {
399        border:1px solid #999;
400        border-top-color:#CCC;
401        border-left-color:#CCC;
402        padding:2px;
403        background-color:#FFF;
404        color:#333;
405        background-image:url(lighting/background_buttons.gif);
406        background-repeat:repeat-x;
407        font-family:Verdana, Arial, sans-serif;
408        font-size:10px;
409        font-weight:bold;
410        text-align:center;
411}
412
413.greylighting_progress {
414        float:left;
415        margin:auto;
416        text-align:center;
417        width:100%;
418        height:16px;
419        background:transparent url('lighting/spinner.gif') no-repeat center center
420}
421
422/* FOR IE */
423* html .greylighting_nw {
424        background-color: transparent;
425        background-image: none;
426        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-grey.png", sizingMethod="crop");
427}
428
429* html .greylighting_n {
430        background-color: transparent;
431        background-image: none;
432        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-grey.png", sizingMethod="scale");
433}
434
435* html .greylighting_ne {
436        background-color: transparent;
437        background-image: none;
438        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-grey.png", sizingMethod="crop");
439}
440
441* html .greylighting_w {
442        background-color: transparent;
443        background-image: none;
444        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-grey.png", sizingMethod="scale");
445}
446
447* html .greylighting_e {
448        background-color: transparent;
449        background-image: none;
450        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-grey.png", sizingMethod="scale");
451}
452
453* html .greylighting_sw {
454        background-color: transparent;
455        background-image: none;
456        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-grey.png", sizingMethod="crop");
457}
458
459* html .greylighting_s {
460        background-color: transparent;
461        background-image: none;
462        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-grey.png", sizingMethod="scale");
463}
464
465* html greylighting_se, * html .greylighting_sizer {
466        background-color: transparent;
467        background-image: none;
468        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-grey.png", sizingMethod="crop");
469}
470
471* html .greylighting_close {
472        background-color: transparent;
473        background-image: none;
474        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-grey.png", sizingMethod="crop");
475}
476
477* html .greylighting_minimize {
478        background-color: transparent;
479        background-image: none;
480        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-grey.png", sizingMethod="crop");
481}
482
483* html .greylighting_maximize {
484        background-color: transparent;
485        background-image: none;
486        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-grey.png", sizingMethod="crop");
487}
488
489* html .greylighting_content {
490        background:#C7C7C7;
491}
492
493
494
495.overlay_greenlighting {
496        background-color:#FFF;
497        filter:alpha(opacity=60);
498        -moz-opacity:0.6;
499        opacity:0.6;
500}
501
502.greenlighting_wired_frame {
503        background:#FFF;
504        filter:alpha(opacity=60);
505        -moz-opacity:0.6;
506        opacity:0.6;   
507}
508
509.greenlighting_nw {
510        background:transparent url(lighting/top-left-green.png) no-repeat 0 0;                 
511        width:9px;
512        height:28px;
513}
514
515.greenlighting_n {
516        background:transparent url(lighting/top-middle-green.png) repeat-x 0 0;                 
517        height:28px;
518}
519
520.greenlighting_ne {
521        background:transparent url(lighting/top-right-green.png) no-repeat 0 0;                 
522        width:15px;       
523        height:28px;
524}
525
526.greenlighting_w {
527        background:transparent url(lighting/left-green.png) repeat-y top left;                 
528        width:9px;
529}
530
531.greenlighting_e {
532        background:transparent url(lighting/right-green.png) repeat-y top right;                       
533        width:15px;       
534}
535
536.greenlighting_sw {
537        background:transparent url(lighting/bottom-left-green.png) no-repeat 0 0;                       
538        width:9px;
539        height:15px;
540}
541
542.greenlighting_s {
543        background:transparent url(lighting/bottom-middle-green.png) repeat-x 0 0;                     
544        height:15px;
545}
546
547.greenlighting_se, .greenlighting_sizer  {
548        background:transparent url(lighting/bottom-right-green.png) no-repeat 0 0;                     
549        width:15px;
550        height:15px;
551}
552
553.greenlighting_sizer {
554        cursor:se-resize;       
555}
556
557.greenlighting_close {
558        width:15px;
559        height:9px;
560        background:transparent url(lighting/button-close-green.png) no-repeat 0 0;                     
561        position:absolute;
562        top:11px;
563        right:10px;
564        cursor:pointer;
565        z-index:1000;
566}
567
568.greenlighting_maximize {
569        width:15px;
570        height:9px;
571        background:transparent url(lighting/button-maximize-green.png) no-repeat 0 0;                   
572        position:absolute;
573        top:11px;
574        right:25px;
575        cursor:pointer;
576        z-index:1000;
577}
578
579.greenlighting_minimize {
580        width:15px;
581        height:9px;
582        background:transparent url(lighting/button-minimize-green.png) no-repeat 0 0;                   
583        position:absolute;
584        top:11px;
585        right:40px;
586        cursor:pointer;
587        z-index:1000;
588}
589
590.greenlighting_title {
591        float:left;
592        height:14px;
593        font-size:14px;
594        font-weight:bold;
595        font-family:Verdana, Arial, sans-serif;
596        text-align:center;
597        margin-top:2px;
598        width:100%;
599        color:#2A6002;
600}
601
602.greenlighting_content {
603        overflow:auto;
604        color:#000;
605        font-family:Verdana, Arial, sans-serif;
606        font-size:12px;
607        background:#ACFCAF;
608}
609
610/* For alert/confirm dialog */
611.greenlighting_window {
612        border:1px solid #F00; 
613        background:#FFF;
614        padding:20px;
615        margin-left:auto;
616        margin-right:auto;
617        width:400px;
618}
619
620.greenlighting_message {
621        font-size:12px;
622        text-align:center;
623        width:100%;
624        padding-bottom:10px;
625}
626
627.greenlighting_buttons {
628        text-align:center;
629        width:100%;
630}
631
632.greenlighting_buttons input {
633        border:1px solid #999;
634        border-top-color:#CCC;
635        border-left-color:#CCC;
636        padding:2px;
637        background-color:#FFF;
638        color:#333;
639        background-image:url(lighting/background_buttons.gif);
640        background-repeat:repeat-x;
641        font-family:Verdana, Arial, sans-serif;
642        font-size:10px;
643        font-weight:bold;
644        text-align:center;
645}
646
647.greenlighting_progress {
648        float:left;
649        margin:auto;
650        text-align:center;
651        width:100%;
652        height:16px;
653        background:transparent url('lighting/spinner.gif') no-repeat center center
654}
655
656/* FOR IE */
657* html .greenlighting_nw {
658        background-color: transparent;
659        background-image: none;
660        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-green.png", sizingMethod="crop");
661}
662
663* html .greenlighting_n {
664        background-color: transparent;
665        background-image: none;
666        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-green.png", sizingMethod="scale");
667}
668
669* html .greenlighting_ne {
670        background-color: transparent;
671        background-image: none;
672        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-green.png", sizingMethod="crop");
673}
674
675* html .greenlighting_w {
676        background-color: transparent;
677        background-image: none;
678        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-green.png", sizingMethod="scale");
679}
680
681* html .greenlighting_e {
682        background-color: transparent;
683        background-image: none;
684        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-green.png", sizingMethod="scale");
685}
686
687* html .greenlighting_sw {
688        background-color: transparent;
689        background-image: none;
690        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-green.png", sizingMethod="crop");
691}
692
693* html .greenlighting_s {
694        background-color: transparent;
695        background-image: none;
696        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-green.png", sizingMethod="scale");
697}
698
699* html greenlighting_se, * html .greenlighting_sizer {
700        background-color: transparent;
701        background-image: none;
702        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-green.png", sizingMethod="crop");
703}
704
705* html .greenlighting_close {
706        background-color: transparent;
707        background-image: none;
708        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-green.png", sizingMethod="crop");
709}
710
711* html .greenlighting_minimize {
712        background-color: transparent;
713        background-image: none;
714        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-green.png", sizingMethod="crop");
715}
716
717* html .greenlighting_maximize {
718        background-color: transparent;
719        background-image: none;
720        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-green.png", sizingMethod="crop");
721}
722
723* html .greenlighting_content {
724        background:#A4FCA7;
725}
726
727
728
729.overlay_darkbluelighting {
730        background-color:#FFF;
731        filter:alpha(opacity=60);
732        -moz-opacity:0.6;
733        opacity:0.6;
734}
735
736.darkbluelighting_wired_frame {
737        background:#FFF;
738        filter:alpha(opacity=60);
739        -moz-opacity:0.6;
740        opacity:0.6;   
741}
742
743.darkbluelighting_nw {
744        background:transparent url(lighting/top-left-darkblue.png) no-repeat 0 0;                       
745        width:9px;
746        height:28px;
747}
748
749.darkbluelighting_n {
750        background:transparent url(lighting/top-middle-darkblue.png) repeat-x 0 0;                     
751        height:28px;
752}
753
754.darkbluelighting_ne {
755        background:transparent url(lighting/top-right-darkblue.png) no-repeat 0 0;                     
756        width:15px;       
757        height:28px;
758}
759
760.darkbluelighting_w {
761        background:transparent url(lighting/left-darkblue.png) repeat-y top left;                       
762        width:9px;
763}
764
765.darkbluelighting_e {
766        background:transparent url(lighting/right-darkblue.png) repeat-y top right;                     
767        width:15px;       
768}
769
770.darkbluelighting_sw {
771        background:transparent url(lighting/bottom-left-darkblue.png) no-repeat 0 0;                   
772        width:9px;
773        height:15px;
774}
775
776.darkbluelighting_s {
777        background:transparent url(lighting/bottom-middle-darkblue.png) repeat-x 0 0;                   
778        height:15px;
779}
780
781.darkbluelighting_se, .darkbluelighting_sizer  {
782        background:transparent url(lighting/bottom-right-darkblue.png) no-repeat 0 0;                   
783        width:15px;
784        height:15px;
785}
786
787.darkbluelighting_sizer {
788        cursor:se-resize;       
789}
790
791.darkbluelighting_close {
792        width:15px;
793        height:9px;
794        background:transparent url(lighting/button-close-darkblue.png) no-repeat 0 0;                   
795        position:absolute;
796        top:11px;
797        right:10px;
798        cursor:pointer;
799        z-index:1000;
800}
801
802.darkbluelighting_maximize {
803        width:15px;
804        height:9px;
805        background:transparent url(lighting/button-maximize-darkblue.png) no-repeat 0 0;                       
806        position:absolute;
807        top:11px;
808        right:25px;
809        cursor:pointer;
810        z-index:1000;
811}
812
813.darkbluelighting_minimize {
814        width:15px;
815        height:9px;
816        background:transparent url(lighting/button-minimize-darkblue.png) no-repeat 0 0;                       
817        position:absolute;
818        top:11px;
819        right:40px;
820        cursor:pointer;
821        z-index:1000;
822}
823
824.darkbluelighting_title {
825        float:left;
826        height:14px;
827        font-size:14px;
828        font-weight:bold;
829        font-family:Verdana, Arial, sans-serif;
830        text-align:center;
831        margin-top:2px;
832        width:100%;
833        color:#E4EFFD;
834}
835
836.darkbluelighting_content {
837        overflow:auto;
838        color:#FFF;
839        font-family:Verdana, Arial, sans-serif;
840        font-size:12px;
841        background:#0413C0;
842}
843
844/* For alert/confirm dialog */
845.darkbluelighting_window {
846        border:1px solid #F00; 
847        background:#FFF;
848        padding:20px;
849        margin-left:auto;
850        margin-right:auto;
851        width:400px;
852}
853
854.darkbluelighting_message {
855        font-size:12px;
856        text-align:center;
857        width:100%;
858        padding-bottom:10px;
859}
860
861.darkbluelighting_buttons {
862        text-align:center;
863        width:100%;
864}
865
866.darkbluelighting_buttons input {
867        border:1px solid #999;
868        border-top-color:#CCC;
869        border-left-color:#CCC;
870        padding:2px;
871        background-color:#FFF;
872        color:#333;
873        background-image:url(lighting/background_buttons.gif);
874        background-repeat:repeat-x;
875        font-family:Verdana, Arial, sans-serif;
876        font-size:10px;
877        font-weight:bold;
878        text-align:center;
879}
880
881.darkbluelighting_progress {
882        float:left;
883        margin:auto;
884        text-align:center;
885        width:100%;
886        height:16px;
887        background:transparent url('lighting/spinner.gif') no-repeat center center
888}
889
890/* FOR IE */
891* html .darkbluelighting_nw {
892        background-color: transparent;
893        background-image: none;
894        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-darkblue.png", sizingMethod="crop");
895}
896
897* html .darkbluelighting_n {
898        background-color: transparent;
899        background-image: none;
900        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-darkblue.png", sizingMethod="scale");
901}
902
903* html .darkbluelighting_ne {
904        background-color: transparent;
905        background-image: none;
906        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-darkblue.png", sizingMethod="crop");
907}
908
909* html .darkbluelighting_w {
910        background-color: transparent;
911        background-image: none;
912        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-darkblue.png", sizingMethod="scale");
913}
914
915* html .darkbluelighting_e {
916        background-color: transparent;
917        background-image: none;
918        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-darkblue.png", sizingMethod="scale");
919}
920
921* html .darkbluelighting_sw {
922        background-color: transparent;
923        background-image: none;
924        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-darkblue.png", sizingMethod="crop");
925}
926
927* html .darkbluelighting_s {
928        background-color: transparent;
929        background-image: none;
930        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-darkblue.png", sizingMethod="scale");
931}
932
933* html darkbluelighting_se, * html .darkbluelighting_sizer {
934        background-color: transparent;
935        background-image: none;
936        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-darkblue.png", sizingMethod="crop");
937}
938
939* html .darkbluelighting_close {
940        background-color: transparent;
941        background-image: none;
942        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-darkblue.png", sizingMethod="crop");
943}
944
945* html .darkbluelighting_minimize {
946        background-color: transparent;
947        background-image: none;
948        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-darkblue.png", sizingMethod="crop");
949}
950
951* html .darkbluelighting_maximize {
952        background-color: transparent;
953        background-image: none;
954        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-darkblue.png", sizingMethod="crop");
955}
956
957* html .darkbluelighting_content {
958        background:#020EBA;
959}
960
Note: See TracBrowser for help on using the repository browser.