css/date.css
[roojs1] / css / xtheme-slate.css
1
2 /** tools buttons on new extjs are merged.. using x-tool.. 
3 * we should move towards that!
4 * */
5
6
7 .x-dlg .x-dlg-collapse,
8 .x-dlg .x-dlg-close,
9 .x-dlg-collapsed .x-dlg-collapse,
10 .x-layout-tools-button,
11 .x-layout-collapse-west, .x-layout-expand-east 
12 {
13     background-image:url("../images/slate/panel/tool-sprites.gif");
14 }
15
16
17 .x-layout-collapse-west, .x-layout-expand-east {
18     background-position: 0 -180px;
19 }
20 .x-layout-tools-button-over .x-tool-collapse-west {
21     background-position: -15px -180px;
22 }
23
24
25
26 .x-panel {
27     border-style: solid;
28     border-color: #abc;
29 }
30 /* .x-panel-header */
31 .x-layout-panel-hd {
32     color:#fafafa;
33     border:1px solid #abc;
34     background-image:url(../images/slate/panel/white-top-bottom.gif);
35 }
36 .x-layout-panel-hd-text {
37     font-weight:bold;
38     color:#fff;
39 }
40
41
42
43
44
45 .x-panel-body {
46     border-color:#abc;
47 }
48
49 .x-panel-bbar .x-toolbar {
50     border-color:#abc;
51 }
52
53 .x-panel-tbar .x-toolbar {
54     border-color:#abc;
55 }
56
57 .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
58     border-color:#abc;
59 }
60 .x-panel-body-noheader, .x-panel-mc .x-panel-body {
61     border-color:#abc;
62 }
63 .x-panel-tl .x-panel-header {
64     color:#f4f4f4;
65 }
66 .x-panel-tc { background-image:url(../images/slate/panel/top-bottom.gif); }
67 .x-panel-tl { background-image:url(../images/slate/panel/corners-sprite.gif); border-color:#abc;}
68 .x-panel-tr { background-image:url(../images/slate/panel/corners-sprite.gif); }
69 .x-panel-bc { background-image:url(../images/slate/panel/top-bottom.gif); }
70 .x-panel-bl { background-image:url(../images/slate/panel/corners-sprite.gif); }
71 .x-panel-br { background-image:url(../images/slate/panel/corners-sprite.gif); }
72 .x-panel-mc { background:#eef4f8; }
73
74 .x-panel-mc .x-panel-body {
75     background:transparent;
76     border: 0 none;
77 }
78 .x-panel-ml { background-image:url(../images/slate/panel/left-right.gif); }
79 .x-panel-mr { background-image:url(../images/slate/panel/left-right.gif); }
80
81 .x-panel-dd-spacer{
82         border:2px dashed #89a;
83 }
84
85
86 /* Tools */
87 .x-tool {
88     background-image:url(../images/slate/panel/tool-sprites.gif);
89 }
90
91 /* Ghosting */
92 .x-panel-ghost {
93     background:#e0e0e0;
94 }
95
96 .x-panel-ghost ul {
97     border-color:#b0b0b0;
98 }
99
100 .x-grid-panel .x-panel-mc .x-panel-body {
101     border:1px solid #abc;
102 }
103
104 /* Buttons */
105
106 .x-btn-left{
107         background-image:url(../images/slate/button/btn-sprite.gif);
108 }
109 .x-btn-right{
110         background-image:url(../images/slate/button/btn-sprite.gif);
111 }
112 .x-btn-center{
113         background-image:url(../images/slate/button/btn-sprite.gif);
114 }
115 .x-btn-over button{
116         color:#fff;
117 }
118 .x-btn-focus button{
119         color:#fff;
120 }
121 .x-btn-text-icon .x-btn-with-menu .x-btn-center em {
122         background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 3px;
123 }
124 .x-btn-with-menu .x-btn-center em {
125         background:transparent url(../images/slate/toolbar/btn-arrow.gif) no-repeat scroll right 0pt;
126 }
127 .x-btn-menu-arrow-wrap .x-btn-center button{
128         background:transparent url(../images/slate/button/btn-arrow.gif) no-repeat left 3px;
129 }
130
131
132 /* Layout classes */
133
134 .x-border-layout-ct {
135     background:#f0f0f0;
136 }
137
138 .x-accordion-hd {
139         background-image:url(../images/slate/panel/light-hd.gif);
140 }
141
142 .x-layout-collapsed{
143     background-color:#567;
144     border-color:#e0e0e0;
145 }
146 .x-layout-collapsed-over{
147          background-color:#789;
148 }
149
150
151
152 /* Toolbars */
153
154 .x-toolbar{
155         border-color:#6b869f;
156     background: #6b869f url(../images/slate/toolbar/bg.gif) repeat-x top left;
157     border-bottom: 0px;
158 }
159
160
161 .x-toolbar button {
162     color:#000;
163 }
164 .x-toolbar .ytb-text {
165         color:white;
166 }
167 .x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
168     background-image:url(../images/slate/toolbar/btn-arrow.gif);
169 }
170 .x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
171     background-image:url(../images/slate/toolbar/btn-arrow.gif);
172 }
173 .x-toolbar .x-btn-over .x-btn-left{
174         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
175 }
176 .x-toolbar .x-btn-over .x-btn-right{
177         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
178 }
179 .x-toolbar .x-btn-over .x-btn-center{
180         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
181 }
182 .x-toolbar .x-btn-over button {
183     color:#fff;
184 }
185 .x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
186         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
187 }
188 .x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
189         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
190 }
191
192 .x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
193         background-image:url(../images/slate/toolbar/tb-btn-sprite.gif);
194 }
195 .x-toolbar .ytb-sep {
196         background-image: url(../images/slate/grid/grid-split.gif);
197 }
198
199 /* Menus */
200
201 .x-menu{
202         border:1px solid #aaa;
203         background:#f0f0f0 url(../images/slate/menu/menu.gif) repeat-y;
204 }
205 .x-menu-item-active{
206         background:#ebf3fd url(../images/slate/menu/item-over.gif) repeat-x left bottom;
207 }
208 .x-menu-item-arrow{
209         background:transparent url(../images/slate/menu/menu-parent.gif) no-repeat right;
210 }
211
212
213 /* Tabs */
214
215 .x-tab-panel-header, .x-tab-panel-footer {
216         
217         background: #6b869f;
218         border-color:#4f657b;
219 }
220 .x-layout-panel .x-tabs-wrap {
221     background:url("../images/slate/toolbar/bg.gif") repeat-x scroll left top #F0F4F5;
222 }
223
224
225
226 .x-tab-panel-header {
227         border-color:#abc;
228 }
229
230 .x-tab-panel-footer {
231         border-color:#abc;
232 }
233
234 /** worked out from our version.. */
235  
236
237
238 .x-tabs-strip .on .x-tabs-right {
239          background: url(../images/slate/tabs/tab-sprite.gif) no-repeat right 0px transparent;
240 }
241 .x-tabs-strip .on .x-tabs-left {
242          background: url(../images/slate/tabs/tab-sprite.gif) no-repeat 0 -50px;
243 }
244 .x-tabs-strip .x-tabs-right {
245          background: url(../images/slate/tabs/tab-sprite.gif) no-repeat right 0px;
246 }
247 .x-tabs-strip .x-tabs-left {
248          background: url(../images/slate/tabs/tab-sprite.gif) no-repeat 0 -100px;
249 }
250
251 .x-tabs-strip .on .x-tabs-text {
252     color:#333;
253  
254 }
255  
256 .x-tabs-strip .x-tabs-text {
257     color:#ddd;
258 }
259 .x-tabs-wrap {    
260     border-bottom: 1px solid #68563f;
261 }
262  
263 /**
264  * 
265  * OLD STUFF
266  * 
267  * 
268  * 
269  */
270  
271  
272
273 ul.x-tab-strip-top {
274         background:#dbdbdb url(../images/slate/tabs/tab-strip-bg.gif) repeat-x left top;
275         border-color:#4c647e;
276     padding-top: 2px;
277 }
278
279 ul.x-tab-strip-bottom{
280         background-image:url(../images/slate/tabs/tab-strip-btm-bg.gif);
281         border-color:#566c82;
282 }
283
284 .x-tab-strip span.x-tab-strip-text {
285         color:#333;
286 }
287 .x-tab-strip-over span.x-tab-strip-text {
288         color:#111;
289 }
290
291 .x-tab-strip-active span.x-tab-strip-text {
292         color:#fff;
293 }
294
295 .x-tab-strip-disabled .x-tabs-text {
296         color:#aaaaaa;
297 }
298
299 .x-tab-strip-top .x-tab-right {
300         background-image:url(../images/slate/tabs/tabs-sprite.gif);
301 }
302
303 .x-tab-strip-top .x-tab-left {
304         background-image:url(../images/slate/tabs/tabs-sprite.gif);
305 }
306 .x-tab-strip-top .x-tab-strip-inner {
307         background-image:url(../images/slate/tabs/tabs-sprite.gif);
308 }
309
310 .x-tab-strip-bottom .x-tab-right {
311         background-image:url(../images/slate/tabs/tab-btm-inactive-right-bg.gif);
312 }
313
314 .x-tab-strip-bottom .x-tab-left {
315         background-image:url(../images/slate/tabs/tab-btm-inactive-left-bg.gif);
316 }
317
318 .x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
319         background-image:url(../images/slate/tabs/tab-btm-right-bg.gif);
320 }
321
322 .x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
323         background-image:url(../images/slate/tabs/tab-btm-left-bg.gif);
324 }
325
326 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
327         background-image:url(../images/slate/tabs/tab-close.gif);
328 }
329 .x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
330         background-image:url(../images/slate/tabs/tab-close.gif);
331 }
332
333 .x-tab-panel-body {
334     border-color:#abc;
335     background:#fff;
336 }
337 .x-tab-panel-bbar .x-toolbar {
338     border-color: #abc;
339 }
340
341 .x-tab-panel-tbar .x-toolbar {
342     border-color: #abc;
343 }
344
345 .x-tab-panel-header-plain .x-tab-strip-spacer {
346     border-color:#abc;
347         background: #6b869f;
348 }
349
350 .x-tab-scroller-left {
351     background-image: url(../images/slate/tabs/scroll-left.gif);
352     border-color:#aeaeae;
353 }
354 .x-tab-scroller-right {
355     background-image: url(../images/slate/tabs/scroll-right.gif);
356     border-color:#aeaeae;
357 }
358
359 /* Window */
360
361
362
363 .x-window-proxy {
364     background:#e4e8ec;
365     border-color:#abc;
366 }
367
368 .x-window-tl .x-window-header {
369     color:#fafafa;
370 }
371 .x-window-tc {
372         background-image:url(../images/slate/window/top-bottom.png);
373 }
374 .x-dlg .x-dlg-hd-left {
375     background-image:url(../images/slate/window/left-corners.png);
376 }   
377 .x-window-tl {
378         background-image:url(../images/slate/window/left-corners.png);
379 }
380 .x-window-tr {
381         background-image:url(../images/slate/window/right-corners.png);
382 }
383 .x-window-bc {
384         background-image:url(../images/slate/window/top-bottom.png);
385 }
386
387 .x-dlg .x-dlg-hd {
388     background: url("../images/slate/window/top-bottom.png") repeat-x scroll 0 0 #e4e8ec;
389     color:#fafafa;
390     border-color:#abc;
391     padding:3px 5px 4px;
392 }
393
394
395 .x-window-bl {
396         background-image:url(../images/slate/window/left-corners.png);
397 }
398 .x-window-br {
399         background-image:url(../images/slate/window/right-corners.png);
400 }
401 .x-window-mc {
402     border:1px solid #abc;
403     background:#e8e8e8;
404 }
405
406 .x-window-ml {
407         background-image:url(../images/slate/window/left-right.png);
408 }
409 .x-window-mr {
410         background-image:url(../images/slate/window/left-right.png);
411 }
412 .x-panel-ghost .x-window-tl {
413     border-color:#abc;
414 }
415 .x-panel-collapsed .x-window-tl {
416     border-color:#abc;
417 }
418
419 .x-window-plain .x-window-mc {
420     background: #e8e8e8;
421     border-right:1px solid #eee;
422     border-bottom:1px solid #eee;
423     border-top:1px solid #abc;
424     border-left:1px solid #abc;
425 }
426
427 .x-window-plain .x-window-body {
428     border-left:1px solid #ddd;
429     border-top:1px solid #ddd;
430     border-bottom:1px solid #abc;
431     border-right:1px solid #abc;
432     background:transparent !important;
433 }
434
435 body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
436     background-color: #eceef0;
437 }
438
439
440 /* HTML Editor */
441 .x-html-editor-wrap {
442     border-color:#abc;
443 }
444 /* FIXME
445 .x-html-editor-tb .x-btn-text {
446         background:transparent url(../images/slate/editor/tb-sprite.gif) no-repeat scroll 0%;
447 }
448 */
449
450
451 /* Borders go last for specificity */
452 .x-panel-noborder .x-panel-body-noborder {
453     border-width:0;
454 }
455
456 .x-panel-noborder .x-panel-header-noborder {
457     border-width:0;
458     border-bottom:1px solid #abc;
459 }
460
461 .x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
462     border-width:0;
463     border-bottom:1px solid #abc;
464 }
465
466 .x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
467     border-width:0;
468     border-top:1px solid #abc;
469 }
470
471 .x-window-noborder .x-window-mc {
472     border-width:0;
473 }
474 .x-window-plain .x-window-body-noborder {
475     border-width:0;
476 }
477
478 .x-tab-panel-noborder .x-tab-panel-body-noborder {
479         border-width:0;
480 }
481
482 .x-tab-panel-noborder .x-tab-panel-header-noborder {
483         border-top-width:0;
484         border-left-width:0;
485         border-right-width:0;
486 }
487
488 .x-tab-panel-noborder .x-tab-panel-footer-noborder {
489         border-bottom-width:0;
490         border-left-width:0;
491         border-right-width:0;
492 }
493
494
495 .x-tab-panel-bbar-noborder .x-toolbar {
496     border-width:0;
497     border-top:1px solid #abc;
498 }
499
500 .x-tab-panel-tbar-noborder .x-toolbar {
501     border-width:0;
502     border-bottom:1px solid #abc;
503 }
504
505 /* Forms */
506 .x-form-text, textarea.x-form-field {
507         border:1px solid #9ab; 
508 }
509 .x-trigger-wrap-focus .x-form-trigger {
510         border-bottom:1px solid #4a7192;
511 }
512 .x-form-focus,textarea.x-form-focus {
513         border:1px solid #4a7192;
514 }
515
516 .x-form-field-wrap .x-form-trigger {
517         background:transparent url(../images/slate/form/trigger.gif) no-repeat 0 0;
518 }
519 .x-form-field-wrap .x-form-date-trigger {
520         background-image:url(../images/slate/form/date-trigger.gif);
521 }
522 .x-form-field-wrap .x-form-clear-trigger {
523         background-image:url(../images/slate/form/clear-trigger.gif);
524 }
525 .x-form-field-wrap .x-form-search-trigger {
526         background-image:url(../images/slate/form/search-trigger.gif);
527 }
528
529 .x-form-field-wrap .x-form-trigger {
530         border-bottom:1px solid #778899;
531 }
532
533 .x-form fieldset legend {
534         color:#333;
535 }
536
537 /*      the following need to be duplicated from ext-all.js,
538         otherwise hover effects are broken */
539 .x-form-field-wrap .x-form-trigger-over{background-position:-17px 0;}
540 .x-form-field-wrap .x-form-trigger-click{background-position:-34px 0;}
541 .x-trigger-wrap-focus .x-form-trigger{background-position:-51px 0;}
542 .x-trigger-wrap-focus .x-form-trigger-over{background-position:-68px 0;}
543 .x-trigger-wrap-focus .x-form-trigger-click{background-position:-85px 0;}
544
545
546 /* Grid */
547 .x-grid-cell-text {
548     color: #666;
549 }
550 .x-grid-cell-selected  .x-grid-cell-text, 
551 .x-grid-row-selected  .x-grid-cell-text {
552     color: #000;
553 }
554  
555 .x-grid-row-selected {
556         background:#ffe1a6 !important;
557         border:1px dotted  #ccc;
558     
559 }
560 .x-grid-hd-btn{
561         background:#f2daa9 url(../images/slate/grid/grid3-hd-btn.gif) no-repeat left center;
562 }
563 .x-grid-header{
564         background:#f9f9f9 url(../images/slate/grid/grid3-hrow.gif) repeat-x 0 bottom;
565 }
566 td.x-grid-hd-over .x-grid-hd-inner,td.sort-desc .x-grid-hd-inner,td.sort-asc .x-grid-hd-inner,td.x-grid-hd-menu-open .x-grid-hd-inner{
567         background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
568 }
569 .sort-asc .x-grid-sort-icon{
570         background-image:url(../images/slate/grid/sort_asc.gif);
571 }
572 .sort-desc .x-grid-sort-icon{
573         background-image:url(../images/slate/grid/sort_desc.gif);
574 }
575 td.x-grid-hd-over, td.sort-desc, td.sort-asc, td.x-grid-hd-menu-open {
576         border-left:1px solid #fff;
577         border-right:1px solid #ccc;
578 }
579 .x-grid-cell-selected{
580         background-color:#ffe1a6 !important;
581 }
582
583
584
585 .x-grid-body .x-grid-td-expander{
586         background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
587 }
588 .x-grid-body .x-grid-td-checker{
589         background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
590 }
591 .x-grid-body .x-grid-td-numberer{
592         background:transparent url(../images/slate/grid/grid3-special-col-bg.gif) repeat-y right;
593 }
594 .x-grid-body .x-grid-row-selected .x-grid-td-numberer,.x-grid-body .x-grid-row-selected .x-grid-td-checker,.x-grid-body .x-grid-row-selected .x-grid-td-expander{
595         background:transparent url(../images/slate/grid/grid3-special-col-sel-bg.gif) repeat-y right;
596 }
597 .x-grid-group-hd {
598         border-bottom:2px solid #abb;
599 }
600 .x-grid-group-hd div {
601         color: #456;
602 }
603 .x-dd-drag-proxy .x-grid-hd-inner{
604         background:#ebf3fd url(../images/slate/grid/grid3-hrow-over.gif) repeat-x left bottom;
605         border:1px solid #abc;
606 }
607 .x-tbar-page-first{
608         background-image:url(../images/slate/grid/page-first.gif)!important;
609 }
610 .x-tbar-page-last{
611         background-image:url(../images/slate/grid/page-last.gif)!important;
612 }
613 .x-tbar-page-next{
614         background-image:url(../images/slate/grid/page-next.gif)!important;
615 }
616 .x-tbar-page-prev{
617         background-image:url(../images/slate/grid/page-prev.gif)!important;
618 }
619 .x-paging-info {
620         color:#FFFFFF;
621 }
622
623
624 /* Progress Bar */
625
626 .x-progress-bar{
627         background:#9CBFEE url( ../../resources/images/slate/progress/progress-bg.gif ) repeat-x left center;
628         border-top:1px solid #ddd;
629         border-bottom:1px solid #ddd;
630 }
631
632
633 /* Combos */
634 .x-combo-list{
635         border:1px solid #89a;
636 }
637 .x-combo-list .x-combo-selected{
638         border:1px dotted #ccc!important;
639         background:#fbf0d2;
640 }
641
642
643 /* Calendars */
644
645 .x-date-middle,.x-date-left,.x-date-right{
646         background:url(../images/slate/shared/hd-sprite.gif) repeat-x 0 -83px;
647 }
648 .x-date-bottom {
649         background:#DFECFB url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
650         border-top:1px solid #abc;
651 }
652 .x-date-right a{
653         background-image:url(../images/slate/shared/right-btn.gif);
654 }
655 .x-date-left a{
656         background-image:url(../images/slate/shared/left-btn.gif);
657 }
658 .x-date-inner th{
659         background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
660         border-bottom:1px solid #abc;
661         color:#345;
662 }
663 .x-date-inner .x-date-selected a {
664         background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
665         border:1px solid #89a;
666 }
667 .x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover{
668         background:#cfdce1;
669 }
670 td.x-date-mp-month a:hover,td.x-date-mp-year a:hover{
671         color:#123;
672         background:#cfdce1;
673 }
674 .x-date-mp-ybtn a{
675         background:transparent url(../images/slate/panel/tool-sprites.gif) no-repeat;
676 }
677 .x-date-mp-btns {
678         background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x scroll left top;
679 }
680 td.x-date-mp-sel a{
681         background:#dfecfb url(../images/slate/shared/glass-bg.gif) repeat-x left top;
682         border:1px solid #abc;
683 }
684 .x-date-mp-btns button{
685         background:#405574;
686         border:1px solid;
687         border-color:#abc #055 #055 #abc;
688 }
689
690 /* Resizable Handle */
691 .x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east{
692         background:url(../images/slate/sizer/e-handle.gif);background-position:left;
693 }
694 .x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west{
695         background:url(../images/slate/sizer/e-handle.gif);background-position:left;
696 }
697 .x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south{
698         background:url(../images/slate/sizer/s-handle.gif);background-position:top;
699 }
700 .x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north{
701         background:url(../images/slate/sizer/s-handle.gif);background-position:top;
702 }
703 .x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast{
704         background:url(../images/slate/sizer/se-handle.gif);background-position:top left;
705 }
706 .x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest{
707         background:url(../images/slate/sizer/nw-handle.gif);background-position:bottom right;
708 }
709 .x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast{
710         background:url(../images/slate/sizer/ne-handle.gif);background-position:bottom left;
711 }
712 .x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest{
713         background:url(../images/slate/sizer/sw-handle.gif);background-position:top right;
714 }
715
716 /* Tips */
717 .x-tip .x-tip-close{
718         background-image:url(../images/slate/qtip/close.gif);
719 }
720 .x-tip .x-tip-tc{
721         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -62px;
722 }
723 .x-tip .x-tip-tl{
724         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 0;
725 }
726 .x-tip .x-tip-tr{
727         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right 0;
728 }
729 .x-tip .x-tip-bc{
730         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -121px;
731 }
732 .x-tip .x-tip-bl{
733         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -59px;
734 }
735 .x-tip .x-tip-br{
736         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -59px;
737 }
738 .x-tip .x-tip-ml{
739         background:#fff url(../images/slate/qtip/tip-sprite.gif) no-repeat 0 -124px;
740 }
741 .x-tip .x-tip-mr{
742         background:transparent url(../images/slate/qtip/tip-sprite.gif) no-repeat right -124px;
743 }
744 .x-form-invalid-tip .x-tip-tc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;padding-top:6px;}
745 .x-form-invalid-tip .x-tip-tl{background-image:url(../images/default/form/error-tip-corners.gif);}
746 .x-form-invalid-tip .x-tip-tr{background-image:url(../images/default/form/error-tip-corners.gif);}
747 .x-form-invalid-tip .x-tip-bc{background:url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;height:6px;}
748 .x-form-invalid-tip .x-tip-bl{background:url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;}
749 .x-form-invalid-tip .x-tip-br{background:url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;}
750 .x-form-invalid-tip .x-tip-ml{background-image:url(../images/default/form/error-tip-corners.gif);}
751 .x-form-invalid-tip .x-tip-mr{background-image:url(../images/default/form/error-tip-corners.gif);}
752
753
754
755
756 /* Miscellaneous */
757
758 .x-item-disabled *
759 {
760         color:#333 !important;
761 }
762
763
764 .x-box-tl
765 {
766         background:transparent url(../images/default/box/corners.gif) no-repeat 0 0;
767         zoom:1;
768 }
769 .x-box-tc
770 {
771         height:8px;
772         background:transparent url(../images/default/box/tb.gif) repeat-x 0 0;
773         overflow:hidden;
774 }
775 .x-box-tr
776 {
777         background:transparent url(../images/default/box/corners.gif) no-repeat right -8px;
778 }
779         
780 .x-box-ml
781 {
782     background:transparent url(../images/default/box/l.gif) repeat-y 0;
783     padding-left:4px;
784     overflow:hidden;
785     zoom:1;
786 }
787 .x-box-mc
788 {
789     background:#eee url(../images/default/box/tb.gif) repeat-x 0 -16px;
790     padding:4px 10px;
791     font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
792     color:#393939;
793     font-size:12px;
794 }
795 .x-box-mc h3
796 {
797     font-size:14px;
798     font-weight:bold;
799     margin:0 0 4 0;
800     zoom:1;
801 }
802 .x-box-mr
803 {
804     background:transparent url(../images/default/box/r.gif) repeat-y right;
805     padding-right:4px;
806     overflow:hidden;
807 }
808 .x-box-bl
809 {
810     background:transparent url(../images/default/box/corners.gif) no-repeat 0 -16px;
811     zoom:1;
812 }
813 .x-box-bc
814 {
815     background:transparent url(../images/default/box/tb.gif) repeat-x 0 -8px;
816     height:8px;
817     overflow:hidden;
818 }
819 .x-box-br
820 {
821     background:transparent url(../images/default/box/corners.gif) no-repeat right -24px;
822 }
823 .x-box-tl,.x-box-bl
824 {
825     padding-left:8px;
826     overflow:hidden;
827 }
828 .x-box-tr,.x-box-br
829 {
830     padding-right:8px;
831     overflow:hidden;
832 }
833