Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
.BGImageButton-BrandIconContextMenuButton
{
    width:30px;
    height:22px;
}

.BGImageButton-BrandIconContextMenuButton-Regular   { background-image:url( images/misc/smileyBrandContextMenu-Regular.cache.gif );    background-repeat: no-repeat; }
.BGImageButton-BrandIconContextMenuButton-Mouseover { background-image:url( images/misc/smileyBrandContextMenu-Mouseover.cache.gif );  background-repeat: no-repeat; }
.BGImageButton-BrandIconContextMenuButton-Mousedown { background-image:url( images/misc/smileyBrandContextMenu-Mousedown.cache.gif );  background-repeat: no-repeat; }
.BGImageButton-BrandIconContextMenuButton-Disabled  { background-image:url( images/misc/smileyBrandContextMenu-Disabled.cache.gif );   background-repeat: no-repeat; cursor:default; }

/**********************************************/

/***************** taskbar **********************/
.taskbar_bgEAST  { background-image: url(images/windowbar/roundcorners/taskbarBgEast.cache.gif);  background-repeat:repeat-y; }
.taskbar_bgWEST  { background-image: url(images/windowbar/roundcorners/taskbarBgWest.cache.gif);  background-repeat:repeat-y; background-position: top right }
.taskbar_bgNORTH { background-image: url(images/windowbar/roundcorners/taskbarBgNorth.cache.gif); background-repeat:repeat-x; background-position: bottom right }
.taskbar_bgSOUTH { background-image: url(images/windowbar/roundcorners/taskbarBgSouth.cache.gif); background-repeat:repeat-x; }

.collapsablebar_bgEAST,
.collapsablebar_bgWEST {  background-image: url(images/windowbar/collapsebar/verticalBg.cache.gif);   background-repeat:repeat-y; cursor: pointer; }
.collapsablebar_bgNORTH,
.collapsablebar_bgSOUTH { background-image: url(images/windowbar/collapsebar/horizontalBg.cache.gif); background-repeat:repeat-x; cursor: pointer; }

.DockPopupMenu { width:55px; height:55px; background-image: url(images/dockmenu/bg.cache.gif); background-repeat:no-repeat; }
.FavoritesPopupMenu { background-color: #CCCCCC; border:solid 1px black; }

.TaskbarItemBgCell td { width:22px; height:22px; padding-left:3px; }
.TaskbarItemBgCell-Regular td { background-image: url(images/windowbar/favcontext/transp_22x22.cache.gif) }
.TaskbarItemBgCell-Active  td { background-image: url(images/windowbar/active_bg.cache.gif) }

.OneCellTable td { width:22px; height:22px; padding-left:6px; }
.OneCellTable-MouseOver td { background-image: url(images/windowbar/favcontext/overBg.cache.gif) }
.OneCellTable-MouseOut  td { background-image: url(images/windowbar/favcontext/transp_22x22.cache.gif) }
.OneCellTable-MouseUp   td { background-image: url(images/windowbar/favcontext/overBg.cache.gif) }
.OneCellTable-MouseDown td { background-image: url(images/windowbar/favcontext/pressedBg.cache.gif) }

.TaskBarPreItemsEAST   { width: 22px; height: 5px;  background-image: url(images/windowbar/roundcorners/preEast.cache.gif);   background-repeat:no-repeat;}
.TaskBarPostItemsEAST  { width: 22px; height: 5px;  background-image: url(images/windowbar/roundcorners/postEast.cache.gif);  background-repeat:no-repeat; }
.TaskBarPreItemsWEST   { width: 22px; height: 5px;  background-image: url(images/windowbar/roundcorners/preWest.cache.gif);   background-repeat:no-repeat; background-position: top right }
.TaskBarPostItemsWEST  { width: 22px; height: 5px;  background-image: url(images/windowbar/roundcorners/postWest.cache.gif);  background-repeat:no-repeat; background-position: top right }
.TaskBarPreItemsNORTH  { width: 5px;  height: 22px; background-image: url(images/windowbar/roundcorners/preNorth.cache.gif);  background-repeat:no-repeat; background-position: bottom right }
.TaskBarPostItemsNORTH { width: 5px;  height: 22px; background-image: url(images/windowbar/roundcorners/postNorth.cache.gif); background-repeat:no-repeat; background-position: bottom right }
.TaskBarPreItemsSOUTH  { width: 5px;  height: 22px; background-image: url(images/windowbar/roundcorners/preSouth.cache.gif);  background-repeat:no-repeat;}
.TaskBarPostItemsSOUTH { width: 5px;  height: 22px; background-image: url(images/windowbar/roundcorners/postSouth.cache.gif); background-repeat:no-repeat; }

.UserAgent-IE7 .TaskBarPostItemsEAST  { height: 7px;}
.UserAgent-IE7 .TaskBarPostItemsWEST  { height: 7px;}
.UserAgent-IE7 .TaskBarPreItemsNORTH  { height: 7px;}
/*****************************************************/

.MoveControlInnerPanelBorder
{
    border:ridge 5px #C7D5ED;
}

.MoveControlInnerPanelNoBorder
{
    border:solid 5px #EEEEEE;
}

.FMSD-Wrapper-NotFocused-NotErrored,
.FMSD-Wrapper-Focused-NotErrored,
.FMSD-Wrapper-NotFocused-Errored,
.FMSD-Wrapper-Focused-Errored
{
    padding:2px;
}

.FMSD-Wrapper-NotFocused-NotErrored { background-color:transparent; }
.FMSD-Wrapper-Focused-NotErrored    {     background-image: url( images/formcomponents/focus_gradient.cache.png ); }
.FMSD-Wrapper-NotFocused-Errored    { background-image: url( images/formcomponents/error_gradient.cache.png );  }
.FMSD-Wrapper-Focused-Errored       {     background-image: url( images/formcomponents/focus_gradient.cache.png ); }

.FMSD-Field-NotChanged { border:solid 1px silver; background-color:white;   text-align:right; }
.FMSD-Field-Changed    { border:solid 1px silver; background-color:#FDF5CD; text-align:right; }

.FMSD-Wrapper-NotFocused-Errored .FMSD-Field-NotChanged { color:red; }
.FMSD-Wrapper-Focused-Errored    .FMSD-Field-NotChanged { color:red; }
.FMSD-Wrapper-NotFocused-Errored .FMSD-Field-Changed    { color:red; }
.FMSD-Wrapper-Focused-Errored    .FMSD-Field-Changed    { color:red; }

.SizeTextbox
{
    width:30px;
    height:20px;
}

.MoveTextbox
{
    width:24px;
    height:24px;
}

.MoveSizeFieldset
{
    padding:4px;
}


.BGImageButton-FloaterPushPin,
.BGImageButton-FloaterAnchorRight,
.BGImageButton-FloaterAnchorBottom,
.BGImageButton-FloaterMoveUp,
.BGImageButton-FloaterMoveDown,
.BGImageButton-FloaterMoveLeft,
.BGImageButton-FloaterMoveRight,
.BGImageButton-FloaterMoveLeftUp,
.BGImageButton-FloaterMoveRightUp,
.BGImageButton-FloaterMoveLeftDown,
.BGImageButton-FloaterMoveRightDown,
.BGImageButton-FloaterSizeHorizontalPlus,
.BGImageButton-FloaterSizeHorizontalMinus,
.BGImageButton-FloaterSizeVerticalPlus,
.BGImageButton-FloaterSizeVerticalMinus,
.BGImageButton-FloaterSizeDiagonalPlus,
.BGImageButton-FloaterSizeDiagonalMinus,
.FGImageButton-Button
{
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.FGImageButton-Button { position:relative; padding:0px; margin:0px; }
.FGImageButton-Button   img { width:16px; height:16px; position:absolute; padding:0px; margin:0px; }

.FGImageButton-Button-Regular {   background-image: url( "images/imageButtons/commonbutton/transp_22x22.cache.gif" ); background-repeat: no-repeat; }
.FGImageButton-Button-Mouseover { background-image: url( "images/imageButtons/commonbutton/overBg_22x22.cache.gif" );       background-repeat: no-repeat; }
.FGImageButton-Button-Mousedown { background-image: url( "images/imageButtons/commonbutton/pressedBg_22x22.cache.gif" );    background-repeat: no-repeat; }
.FGImageButton-Button-Disabled {  background-image: url( "images/imageButtons/commonbutton/transp_22x22.cache.gif" ); background-repeat: no-repeat; cursor:default; }

.FGImageButton-Button-Regular   img { left:3px; top:3px; }
.FGImageButton-Button-Mouseover img { left:3px; top:3px; }
.FGImageButton-Button-Mousedown img { left:4px; top:4px; }
.FGImageButton-Button-Disabled  img { left:3px; top:3px; }

.FGImageButton-ContextMenu
{
    width: 30px;
    height: 22px;
    cursor: pointer;
}

.FGImageButton-ContextMenu { position:relative; padding:0px; margin:0px; }
.FGImageButton-ContextMenu   img { width:16px; height:16px; position:absolute; padding:0px; margin:0px; }

.FGImageButton-ContextMenu-Regular {   background-image: url( "images/imageButtons/commonbutton/contextMenu-Regular.cache.gif" );   background-repeat: no-repeat; }
.FGImageButton-ContextMenu-Mouseover { background-image: url( "images/imageButtons/commonbutton/contextMenu-Mouseover.cache.gif" ); background-repeat: no-repeat; }
.FGImageButton-ContextMenu-Mousedown { background-image: url( "images/imageButtons/commonbutton/contextMenu-Mousedown.cache.gif" ); background-repeat: no-repeat; }
.FGImageButton-ContextMenu-Disabled {  background-image: url( "images/imageButtons/commonbutton/contextMenu-Disabled.cache.gif" );  background-repeat: no-repeat; cursor:default; }

.FGImageButton-ContextMenu-Regular   img { left:3px; top:3px; }
.FGImageButton-ContextMenu-Mouseover img { left:3px; top:3px; }
.FGImageButton-ContextMenu-Mousedown img { left:4px; top:4px; }
.FGImageButton-ContextMenu-Disabled  img { left:3px; top:3px; }

/* Pin and Anchor */
.pinned .BGImageButton-FloaterPushPin-Regular {                     background-image: url( "images/imageButtons/move/pin-Regular.cache.gif" );              background-repeat: no-repeat; }
.pinned .BGImageButton-FloaterPushPin-Mouseover {                   background-image: url( "images/imageButtons/move/pin-Mouseover.cache.gif" );            background-repeat: no-repeat; }
.pinned .BGImageButton-FloaterPushPin-Mousedown {                   background-image: url( "images/imageButtons/move/pin-Mousedown.cache.gif" );            background-repeat: no-repeat; }
.pinned .BGImageButton-FloaterPushPin-Disabled {                    background-image: url( "images/imageButtons/move/pin-Disabled_transp.cache.gif" );      background-repeat: no-repeat; cursor:default; }
.unpinned .BGImageButton-FloaterPushPin-Regular {                   background-image: url( "images/imageButtons/move/pinNot-Regular.cache.gif" );           background-repeat: no-repeat; }
.unpinned .BGImageButton-FloaterPushPin-Mouseover {                 background-image: url( "images/imageButtons/move/pinNot-Mouseover.cache.gif" );         background-repeat: no-repeat; }
.unpinned .BGImageButton-FloaterPushPin-Mousedown {                 background-image: url( "images/imageButtons/move/pinNot-Mousedown.cache.gif" );         background-repeat: no-repeat; }
.unpinned .BGImageButton-FloaterPushPin-Disabled {                  background-image: url( "images/imageButtons/move/pin-Disabled_transp.cache.gif" );      background-repeat: no-repeat; cursor:default; }

.rightAnchored .BGImageButton-FloaterAnchorRight-Regular {          background-image: url( "images/imageButtons/anchor/anchor-Regular.cache.gif" );         background-repeat: no-repeat; }
.rightAnchored .BGImageButton-FloaterAnchorRight-Mouseover {        background-image: url( "images/imageButtons/anchor/anchor-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.rightAnchored .BGImageButton-FloaterAnchorRight-Mousedown {        background-image: url( "images/imageButtons/anchor/anchor-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.rightAnchored .BGImageButton-FloaterAnchorRight-Disabled {         background-image: url( "images/imageButtons/anchor/anchor-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }
.rightUnanchored .BGImageButton-FloaterAnchorRight-Regular {        background-image: url( "images/imageButtons/anchor/anchorNot-Regular.cache.gif" );      background-repeat: no-repeat; }
.rightUnanchored .BGImageButton-FloaterAnchorRight-Mouseover {      background-image: url( "images/imageButtons/anchor/anchorNot-Mouseover.cache.gif" );    background-repeat: no-repeat; }
.rightUnanchored .BGImageButton-FloaterAnchorRight-Mousedown {      background-image: url( "images/imageButtons/anchor/anchorNot-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.rightUnanchored .BGImageButton-FloaterAnchorRight-Disabled {       background-image: url( "images/imageButtons/anchor/anchor-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }

.bottomAnchored .BGImageButton-FloaterAnchorBottom-Regular {        background-image: url( "images/imageButtons/anchor/anchor-Regular.cache.gif" );         background-repeat: no-repeat; }
.bottomAnchored .BGImageButton-FloaterAnchorBottom-Mouseover {      background-image: url( "images/imageButtons/anchor/anchor-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.bottomAnchored .BGImageButton-FloaterAnchorBottom-Mousedown {      background-image: url( "images/imageButtons/anchor/anchor-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.bottomAnchored .BGImageButton-FloaterAnchorBottom-Disabled {       background-image: url( "images/imageButtons/anchor/anchor-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }
.bottomUnanchored .BGImageButton-FloaterAnchorBottom-Regular {      background-image: url( "images/imageButtons/anchor/anchorNot-Regular.cache.gif" );      background-repeat: no-repeat; }
.bottomUnanchored .BGImageButton-FloaterAnchorBottom-Mouseover {    background-image: url( "images/imageButtons/anchor/anchorNot-Mouseover.cache.gif" );    background-repeat: no-repeat; }
.bottomUnanchored .BGImageButton-FloaterAnchorBottom-Mousedown {    background-image: url( "images/imageButtons/anchor/anchorNot-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.bottomUnanchored .BGImageButton-FloaterAnchorBottom-Disabled {     background-image: url( "images/imageButtons/anchor/anchor-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }
/* Move Buttons - Borders */
.reg .BGImageButton-FloaterMoveUp-Regular {                         background-image: url( "images/imageButtons/move/moveUp-Regular.cache.gif" );           background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveUp-Mouseover {                       background-image: url( "images/imageButtons/move/moveUp-Mouseover.cache.gif" );         background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveUp-Mousedown {                       background-image: url( "images/imageButtons/move/moveUp-Mousedown.cache.gif" );         background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveUp-Disabled {                        background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveDown-Regular {                       background-image: url( "images/imageButtons/move/moveDown-Regular.cache.gif" );         background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveDown-Mouseover {                     background-image: url( "images/imageButtons/move/moveDown-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveDown-Mousedown {                     background-image: url( "images/imageButtons/move/moveDown-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveDown-Disabled {                      background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveLeft-Regular {                       background-image: url( "images/imageButtons/move/moveLeft-Regular.cache.gif" );         background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeft-Mouseover {                     background-image: url( "images/imageButtons/move/moveLeft-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeft-Mousedown {                     background-image: url( "images/imageButtons/move/moveLeft-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeft-Disabled {                      background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveRight-Regular {                      background-image: url( "images/imageButtons/move/moveRight-Regular.cache.gif" );        background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRight-Mouseover {                    background-image: url( "images/imageButtons/move/moveRight-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRight-Mousedown {                    background-image: url( "images/imageButtons/move/moveRight-Mousedown.cache.gif" );      background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRight-Disabled {                     background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
/* Move Buttons - Corners */
.reg .BGImageButton-FloaterMoveLeftUp-Regular {                     background-image: url( "images/imageButtons/move/moveLeftUp-Regular.cache.gif" );       background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftUp-Mouseover {                   background-image: url( "images/imageButtons/move/moveLeftUp-Mouseover.cache.gif" );     background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftUp-Mousedown {                   background-image: url( "images/imageButtons/move/moveLeftUp-Mousedown.cache.gif" );     background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftUp-Disabled {                    background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveRightUp-Regular {                    background-image: url( "images/imageButtons/move/moveRightUp-Regular.cache.gif" );      background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightUp-Mouseover {                  background-image: url( "images/imageButtons/move/moveRightUp-Mouseover.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightUp-Mousedown {                  background-image: url( "images/imageButtons/move/moveRightUp-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightUp-Disabled {                   background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveLeftDown-Regular {                   background-image: url( "images/imageButtons/move/moveLeftDown-Regular.cache.gif" );     background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftDown-Mouseover {                 background-image: url( "images/imageButtons/move/moveLeftDown-Mouseover.cache.gif" );   background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftDown-Mousedown {                 background-image: url( "images/imageButtons/move/moveLeftDown-Mousedown.cache.gif" );   background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveLeftDown-Disabled {                  background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterMoveRightDown-Regular {                  background-image: url( "images/imageButtons/move/moveRightDown-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightDown-Mouseover {                background-image: url( "images/imageButtons/move/moveRightDown-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightDown-Mousedown {                background-image: url( "images/imageButtons/move/moveRightDown-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterMoveRightDown-Disabled {                 background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }

/* Size Floater */
.reg .BGImageButton-FloaterSizeHorizontalPlus-Regular {             background-image: url( "images/imageButtons/size/sizeHorizontalPlus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalPlus-Mouseover {           background-image: url( "images/imageButtons/size/sizeHorizontalPlus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalPlus-Mousedown {           background-image: url( "images/imageButtons/size/sizeHorizontalPlus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalPlus-Disabled {            background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterSizeHorizontalMinus-Regular {            background-image: url( "images/imageButtons/size/sizeHorizontalMinus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalMinus-Mouseover {          background-image: url( "images/imageButtons/size/sizeHorizontalMinus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalMinus-Mousedown {          background-image: url( "images/imageButtons/size/sizeHorizontalMinus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeHorizontalMinus-Disabled {           background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterSizeVerticalPlus-Regular {               background-image: url( "images/imageButtons/size/sizeVerticalPlus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalPlus-Mouseover {             background-image: url( "images/imageButtons/size/sizeVerticalPlus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalPlus-Mousedown {             background-image: url( "images/imageButtons/size/sizeVerticalPlus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalPlus-Disabled {              background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterSizeVerticalMinus-Regular {              background-image: url( "images/imageButtons/size/sizeVerticalMinus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalMinus-Mouseover {            background-image: url( "images/imageButtons/size/sizeVerticalMinus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalMinus-Mousedown {            background-image: url( "images/imageButtons/size/sizeVerticalMinus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeVerticalMinus-Disabled {             background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterSizeDiagonalPlus-Regular {               background-image: url( "images/imageButtons/size/sizeDiagonalPlus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalPlus-Mouseover {             background-image: url( "images/imageButtons/size/sizeDiagonalPlus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalPlus-Mousedown {             background-image: url( "images/imageButtons/size/sizeDiagonalPlus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalPlus-Disabled {              background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.reg .BGImageButton-FloaterSizeDiagonalMinus-Regular {              background-image: url( "images/imageButtons/size/sizeDiagonalMinus-Regular.cache.gif" );    background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalMinus-Mouseover {            background-image: url( "images/imageButtons/size/sizeDiagonalMinus-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalMinus-Mousedown {            background-image: url( "images/imageButtons/size/sizeDiagonalMinus-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.reg .BGImageButton-FloaterSizeDiagonalMinus-Disabled {             background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }

/*********************************************************/

/* Alt Move and Size styles */
/* Alt Move Borders */
.alt .BGImageButton-FloaterMoveUp-Regular {                         background-image: url( "images/imageButtons/move/moveUpAlt-Regular.cache.gif" );           background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveUp-Mouseover {                       background-image: url( "images/imageButtons/move/moveUpAlt-Mouseover.cache.gif" );         background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveUp-Mousedown {                       background-image: url( "images/imageButtons/move/moveUpAlt-Mousedown.cache.gif" );         background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveUp-Disabled {                        background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveDown-Regular {                       background-image: url( "images/imageButtons/move/moveDownAlt-Regular.cache.gif" );         background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveDown-Mouseover {                     background-image: url( "images/imageButtons/move/moveDownAlt-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveDown-Mousedown {                     background-image: url( "images/imageButtons/move/moveDownAlt-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveDown-Disabled {                      background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveLeft-Regular {                       background-image: url( "images/imageButtons/move/moveLeftAlt-Regular.cache.gif" );         background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeft-Mouseover {                     background-image: url( "images/imageButtons/move/moveLeftAlt-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeft-Mousedown {                     background-image: url( "images/imageButtons/move/moveLeftAlt-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeft-Disabled {                      background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveRight-Regular {                      background-image: url( "images/imageButtons/move/moveRightAlt-Regular.cache.gif" );        background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRight-Mouseover {                    background-image: url( "images/imageButtons/move/moveRightAlt-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRight-Mousedown {                    background-image: url( "images/imageButtons/move/moveRightAlt-Mousedown.cache.gif" );      background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRight-Disabled {                     background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
/* Alt Move Corners */
.alt .BGImageButton-FloaterMoveLeftUp-Regular {                     background-image: url( "images/imageButtons/move/moveLeftUpAlt-Regular.cache.gif" );       background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftUp-Mouseover {                   background-image: url( "images/imageButtons/move/moveLeftUpAlt-Mouseover.cache.gif" );     background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftUp-Mousedown {                   background-image: url( "images/imageButtons/move/moveLeftUpAlt-Mousedown.cache.gif" );     background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftUp-Disabled {                    background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveRightUp-Regular {                    background-image: url( "images/imageButtons/move/moveRightUpAlt-Regular.cache.gif" );      background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightUp-Mouseover {                  background-image: url( "images/imageButtons/move/moveRightUpAlt-Mouseover.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightUp-Mousedown {                  background-image: url( "images/imageButtons/move/moveRightUpAlt-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightUp-Disabled {                   background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveLeftDown-Regular {                   background-image: url( "images/imageButtons/move/moveLeftDownAlt-Regular.cache.gif" );     background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftDown-Mouseover {                 background-image: url( "images/imageButtons/move/moveLeftDownAlt-Mouseover.cache.gif" );   background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftDown-Mousedown {                 background-image: url( "images/imageButtons/move/moveLeftDownAlt-Mousedown.cache.gif" );   background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveLeftDown-Disabled {                  background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterMoveRightDown-Regular {                  background-image: url( "images/imageButtons/move/moveRightDownAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightDown-Mouseover {                background-image: url( "images/imageButtons/move/moveRightDownAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightDown-Mousedown {                background-image: url( "images/imageButtons/move/moveRightDownAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterMoveRightDown-Disabled {                 background-image: url( "images/imageButtons/move/move-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
/* Alt Size Floater */
.alt .BGImageButton-FloaterSizeHorizontalPlus-Regular {             background-image: url( "images/imageButtons/size/sizeHorizontalPlusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalPlus-Mouseover {           background-image: url( "images/imageButtons/size/sizeHorizontalPlusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalPlus-Mousedown {           background-image: url( "images/imageButtons/size/sizeHorizontalPlusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalPlus-Disabled {            background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterSizeHorizontalMinus-Regular {            background-image: url( "images/imageButtons/size/sizeHorizontalMinusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalMinus-Mouseover {          background-image: url( "images/imageButtons/size/sizeHorizontalMinusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalMinus-Mousedown {          background-image: url( "images/imageButtons/size/sizeHorizontalMinusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeHorizontalMinus-Disabled {           background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterSizeVerticalPlus-Regular {               background-image: url( "images/imageButtons/size/sizeVerticalPlusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalPlus-Mouseover {             background-image: url( "images/imageButtons/size/sizeVerticalPlusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalPlus-Mousedown {             background-image: url( "images/imageButtons/size/sizeVerticalPlusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalPlus-Disabled {              background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterSizeVerticalMinus-Regular {              background-image: url( "images/imageButtons/size/sizeVerticalMinusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalMinus-Mouseover {            background-image: url( "images/imageButtons/size/sizeVerticalMinusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalMinus-Mousedown {            background-image: url( "images/imageButtons/size/sizeVerticalMinusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeVerticalMinus-Disabled {             background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterSizeDiagonalPlus-Regular {               background-image: url( "images/imageButtons/size/sizeDiagonalPlusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalPlus-Mouseover {             background-image: url( "images/imageButtons/size/sizeDiagonalPlusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalPlus-Mousedown {             background-image: url( "images/imageButtons/size/sizeDiagonalPlusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalPlus-Disabled {              background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }
.alt .BGImageButton-FloaterSizeDiagonalMinus-Regular {              background-image: url( "images/imageButtons/size/sizeDiagonalMinusAlt-Regular.cache.gif" );    background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalMinus-Mouseover {            background-image: url( "images/imageButtons/size/sizeDiagonalMinusAlt-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalMinus-Mousedown {            background-image: url( "images/imageButtons/size/sizeDiagonalMinusAlt-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.alt .BGImageButton-FloaterSizeDiagonalMinus-Disabled {             background-image: url( "images/imageButtons/size/size-Disabled_transp.cache.gif" );     background-repeat: no-repeat; cursor:default; }

/*********************************************************/

/**********************************************/
/******************** Floater *****************/
/**********************************************/

/* defined in FloaterVisualContainer.java */
.litesoft-FloaterBarCaption { white-space: nowrap; font-family:arial, sans-serif; font-size:80%; }

/* defined in SizeableFloatingPanel.java */
/*.litesoft-FloaterTitleBar { cursor: move; padding-bottom: 1px; }*/
/*.RegularBorder .litesoft-FloaterTitleBar { visibility:visible; cursor: move; padding-bottom: 3px; }*/
.litesoft-NoSizeAffectingCSS-FloaterContentPane { }

.RegularBorder .litesoft-FloaterTitleBar { cursor: move;    padding-bottom: 1px; visibility:visible;}
.ClearBorder   .litesoft-FloaterTitleBar { cursor: default; padding-bottom: 1px; visibility:hidden;}
.HiddenFloater .litesoft-FloaterTitleBar { cursor: default; padding-bottom: 1px; visibility:hidden;}

/*.RegularBorder .litesoft-FloaterBarCaption { visibility:visible; }*/
/*.ClearBorder   .litesoft-FloaterBarCaption { visibility:hidden; }*/

/* Border Straights */
.litesoft-FloaterBorderStraightTop {             cursor: n-resize; height: 7px; }
.litesoft-FloaterBorderStraightBottom {          cursor: s-resize; height: 7px; }
.litesoft-FloaterBorderStraightLeftCaption {     cursor: w-resize; width:  7px; }
.litesoft-FloaterBorderStraightRightCaption {    cursor: e-resize; width:  7px; }
.litesoft-FloaterBorderLeftMinimizeBarCaption {  cursor: w-resize; width:  7px; }
.litesoft-FloaterBorderRightMinimizeBarCaption { cursor: e-resize; width:  7px; }
.litesoft-FloaterBorderStraightLeftContent {     cursor: w-resize; width:  7px; }
.litesoft-FloaterBorderStraightRightContent {    cursor: e-resize; width:  7px; }

/* Border Corners */
.litesoft-FloaterBorderCornerTopLeft {           cursor: nw-resize; width: 7px; height: 7px; }
.litesoft-FloaterBorderCornerTopRight {          cursor: ne-resize; width: 7px; height: 7px; }
.litesoft-FloaterBorderCornerBottomLeft {        cursor: sw-resize; width: 7px; height: 7px; }
.litesoft-FloaterBorderCornerBottomRight {       cursor: se-resize; width: 7px; height: 7px; }

/* Border Rounded Corner Support */
.litesoft-FloaterBorderCornerTopLeftUp {         cursor: nw-resize; width: 5px; height: 7px; }
.litesoft-FloaterBorderCornerTopLeftDown {       cursor: nw-resize; width: 7px; height: 5px; }
.litesoft-FloaterBorderCornerTopRightUp {        cursor: ne-resize; width: 5px; height: 7px; }
.litesoft-FloaterBorderCornerTopRightDown {      cursor: ne-resize; width: 7px; height: 5px; }
.litesoft-FloaterBorderCornerBottomLeftUp {      cursor: sw-resize; width: 5px; height: 7px; }
.litesoft-FloaterBorderCornerBottomLeftDown {    cursor: sw-resize; width: 7px; height: 5px; }
.litesoft-FloaterBorderCornerBottomRightUp {     cursor: se-resize; width: 5px; height: 7px; }
.litesoft-FloaterBorderCornerBottomRightDown {   cursor: se-resize; width: 7px; height: 5px; }

/***********************************/

.litesoft-minimizeBarHeight { height:3px; }
.ClearBorder .litesoft-minimizeBar { cursor: default; height:3px; }

/* Inactive */

/* Border Straights */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightTop {           background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-x; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightBottom {        background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-x; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftCaption {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightCaption {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftContent {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightContent {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }

/* Border Corners */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeft {         background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRight {        background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeft {      background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRight {     background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }

/* Border Rounded Corner Support */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftUp {       background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftDown {     background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightUp {      background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightDown {    background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftUp {    background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftDown {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightUp {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightDown { background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }

/* Active */

/* Border Straights */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightTop {           background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-x; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightBottom {        background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-x; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftCaption {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightCaption {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftContent {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightContent {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); background-repeat:repeat-y; cursor:default; }

/* Border Corners */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeft {         background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default;}
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRight {        background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default;}
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeft {      background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default;}
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRight {     background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }

/* Border Rounded Corner Support */
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftUp {       background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftDown {     background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightUp {      background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightDown {    background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftUp {    background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftDown {  background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightUp {   background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }
.ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightDown { background:none; background-image:url( images/misc/TransparentSpacer.cache.gif ); cursor:default; }

/**********************************************/
/******** Form Supprt *************************/
/**********************************************/

.litesoft-FormMsgBarButtonBg {       padding-left: 5px; padding-right: 5px; }

.litesoft-FormErrorBar {             border: solid 1px #BC0000; cursor: pointer; }
.litesoft-FormErrorBar_regular     { background-image: url( images/formcomponents/errorBarBg.cache.gif ); }
.litesoft-FormErrorBar_mouseover   { background-image: url( images/formcomponents/errorBarBg_over.cache.gif ); }
.litesoft-FormErrorBar   .litesoft-FormMsgBarButtonBg {  background-color: red;     border-left: solid 1px #BC0000; border-right: solid 1px #BC0000; }

.litesoft-FormWarningBar {           border: solid 1px #E5BF00; cursor: pointer; }
.litesoft-FormWarningBar_regular   { background-image: url( images/formcomponents/warningBarBg.cache.gif ); }
.litesoft-FormWarningBar_mouseover { background-image: url( images/formcomponents/warningBarBg_over.cache.gif );  }
.litesoft-FormWarningBar .litesoft-FormMsgBarButtonBg {  background-color: #FFD800; border-left: solid 1px #E5BF00; border-right: solid 1px #E5BF00; }

.litesoft-FormPopUpPanel { }
.litesoft-FormPopUpPanel_error {   background-color: #FFC6C6; color: #700000; border-left: solid 1px #BC0000; border-top: solid 1px #BC0000; border-right: solid 1px #BC0000; border-bottom: solid 1px #FFC6C6; }
.litesoft-FormPopUpPanel_warning { background-color: #FFF3D6; color: #6B6B6B; border-left: solid 1px #E5BF00; border-top: solid 1px #E5BF00; border-right: solid 1px #E5BF00; border-bottom: solid 1px #FFF3D6; }
.litesoft-OuterBox { position: relative; }

/****************** ScrollBar Support ***************/

/* used in ScrollBar.java */
.litesoft-scrollHorizontalBg           { height: 16px; background-repeat: repeat-x; background-image: url( "images/scrollBar/scrollHorizontalBg.cache.gif" ); }
.litesoft-scrollHorizontalThumb1st     { height: 16px; width: 2px;                  background-image: url( "images/scrollBar/scrollHorizontalThumb1st.cache.gif" ); }
.litesoft-scrollHorizontalThumbZth     { height: 16px; width: 2px;                  background-image: url( "images/scrollBar/scrollHorizontalThumbZth.cache.gif" ); }
.litesoft-scrollHorizontalThumbMiddle  { height: 16px; background-repeat: repeat-x; background-image: url( "images/scrollBar/scrollHorizontalThumbMiddle.cache.gif" ); }

.litesoft-scrollVerticalBg             { width: 16px;  background-repeat: repeat-y; background-image: url( "images/scrollBar/scrollVerticalBg.cache.gif" ); }
.litesoft-scrollVerticalThumb1st       { width: 16px;  height: 2px;                 background-image: url( "images/scrollBar/scrollVerticalThumb1st.cache.gif" ); }
.litesoft-scrollVerticalThumbZth       { width: 16px;  height: 2px;                 background-image: url( "images/scrollBar/scrollVerticalThumbZth.cache.gif" ); }
.litesoft-scrollVerticalThumbMiddle    { width: 16px;  background-repeat: repeat-y; background-image: url( "images/scrollBar/scrollVerticalThumbMiddle.cache.gif" ); }

/**********************************************/
/******************* ?XDM? ********************/
/**********************************************/

/**********************************************/
/******************** IMAGE BUTTONS ***********/
/**********************************************/
.xdm-VCRFirstPushButton,
.xdm-VCRPreviousPushButton,
.xdm-VCRNextPushButton,
.xdm-VCRLastPushButton,
.xdm-MenuLaunchImage,
.BGImageButton-Cascade,
.BGImageButton-Minimize,
.BGImageButton-Maximize,
.BGImageButton-Restore,
.BGImageButton-CloseX
{
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.BGImageButton-Cascade-Regular {                   background-image: url( "images/imageButtons/cascade/cascadewindows-Regular.cache.gif" );    background-repeat: no-repeat; }
.BGImageButton-Cascade-Mouseover {                 background-image: url( "images/imageButtons/cascade/cascadewindows-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.BGImageButton-Cascade-Mousedown {                 background-image: url( "images/imageButtons/cascade/cascadewindows-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.BGImageButton-Cascade-Disabled {                  background-image: url( "images/imageButtons/cascade/cascadewindows-Disabled.cache.gif" );   background-repeat: no-repeat; cursor:default; }

.RegularBorder .BGImageButton-CloseX-Regular {     background-image: url( "images/imageButtons/close/closeX-Regular.cache.gif" );              background-repeat: no-repeat; }
.RegularBorder .BGImageButton-CloseX-Mouseover {   background-image: url( "images/imageButtons/close/closeX-Mouseover.cache.gif" );            background-repeat: no-repeat; }
.RegularBorder .BGImageButton-CloseX-Mousedown {   background-image: url( "images/imageButtons/close/closeX-Mousedown.cache.gif" );            background-repeat: no-repeat; }

.RegularBorder .BGImageButton-Minimize-Regular {   background-image: url( "images/imageButtons/minimize/minimize-Regular.cache.gif" );         background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Minimize-Mouseover { background-image: url( "images/imageButtons/minimize/minimize-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Minimize-Mousedown { background-image: url( "images/imageButtons/minimize/minimize-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Minimize-Disabled {  background-image: url( "images/imageButtons/minimize/minimize-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }

.RegularBorder .BGImageButton-Maximize-Regular {   background-image: url( "images/imageButtons/maximize/maximize-Regular.cache.gif" );         background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Maximize-Mouseover { background-image: url( "images/imageButtons/maximize/maximize-Mouseover.cache.gif" );       background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Maximize-Mousedown { background-image: url( "images/imageButtons/maximize/maximize-Mousedown.cache.gif" );       background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Maximize-Disabled {  background-image: url( "images/imageButtons/maximize/maximize-Disabled_transp.cache.gif" ); background-repeat: no-repeat; cursor:default; }

.RegularBorder .BGImageButton-Restore-Regular {    background-image: url( "images/imageButtons/restore/restore-Regular.cache.gif" );           background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Restore-Mouseover {  background-image: url( "images/imageButtons/restore/restore-Mouseover.cache.gif" );         background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Restore-Mousedown {  background-image: url( "images/imageButtons/restore/restore-Mousedown.cache.gif" );         background-repeat: no-repeat; }
.RegularBorder .BGImageButton-Restore-Disabled {   background-image: url( "images/imageButtons/restore/restore-Disabled_transp.cache.gif" );   background-repeat: no-repeat; cursor:default; }


.ClearBorder .xdm-MenuLaunchImage,
.ClearBorder .BGImageButton-Minimize,
.ClearBorder .BGImageButton-Maximize,
.ClearBorder .BGImageButton-Restore,
.ClearBorder .BGImageButton-CloseX,
.HiddenFloater .xdm-MenuLaunchImage,
.HiddenFloater .BGImageButton-Minimize,
.HiddenFloater .BGImageButton-Maximize,
.HiddenFloater .BGImageButton-Restore,
.HiddenFloater .BGImageButton-CloseX
{
    background-image:url( images/misc/TransparentSpacer.cache.gif);
    cursor:default;
}

/****************** VCR Buttons ***************/
/* defined in PagingWidget.java */
.xdm-VCRFirstPushButton-Normal {      background-image: url( "images/imageButtons/vcr/first-Regular.cache.gif" );     background-repeat: no-repeat;  }
.xdm-VCRFirstPushButton-Hover {       background-image: url( "images/imageButtons/vcr/first-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.xdm-VCRFirstPushButton-Pressed-Hover {  background-image: url( "images/imageButtons/vcr/first-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.xdm-VCRFirstPushButton-Disabled {    background-image: url( "images/imageButtons/vcr/first-Disabled.cache.gif" );    background-repeat: no-repeat; cursor: default; }

.xdm-VCRPreviousPushButton-Normal {   background-image: url( "images/imageButtons/vcr/previous-Regular.cache.gif" );  background-repeat: no-repeat; }
.xdm-VCRPreviousPushButton-Hover {    background-image: url( "images/imageButtons/vcr/previous-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.xdm-VCRPreviousPushButton-Pressed-Hover {  background-image: url( "images/imageButtons/vcr/previous-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.xdm-VCRPreviousPushButton-Disabled { background-image: url( "images/imageButtons/vcr/previous-Disabled.cache.gif" ); background-repeat: no-repeat; cursor: default; }

.xdm-VCRNextPushButton-Normal {       background-image: url( "images/imageButtons/vcr/next-Regular.cache.gif" );      background-repeat: no-repeat; }
.xdm-VCRNextPushButton-Hover {        background-image: url( "images/imageButtons/vcr/next-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.xdm-VCRNextPushButton-Pressed-Hover {  background-image: url( "images/imageButtons/vcr/next-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.xdm-VCRNextPushButton-Disabled {     background-image: url( "images/imageButtons/vcr/next-Disabled.cache.gif" );     background-repeat: no-repeat; cursor: default; }

.xdm-VCRLastPushButton-Normal {       background-image: url( "images/imageButtons/vcr/last-Regular.cache.gif" );      background-repeat: no-repeat;  }
.xdm-VCRLastPushButton-Hover {       background-image: url( "images/imageButtons/vcr/last-Mouseover.cache.gif" );      background-repeat: no-repeat; }
.xdm-VCRLastPushButton-Pressed-Hover {  background-image: url( "images/imageButtons/vcr/last-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.xdm-VCRLastPushButton-Disabled {     background-image: url( "images/imageButtons/vcr/last-Disabled.cache.gif" );     background-repeat: no-repeat; cursor: default; }

/************* Menu Launch Image **************/
/* defined in FloaterVisualContainer.java */
.RegularBorder .xdm-MenuLaunchImage-Normal {         background-image: url( "images/imageButtons/menu/windowcontextmenu-Regular.cache.gif" ); background-repeat: no-repeat; }
.RegularBorder .xdm-MenuLaunchImage-Pressed {        background-image: url( "images/imageButtons/menu/windowcontextmenu-Mousedown.cache.gif" ); background-repeat: no-repeat; }
.RegularBorder .xdm-MenuLaunchImage-Disabled {       background-image: url( "images/imageButtons/menu/windowcontextmenu-Disabled.cache.gif" ); background-repeat: no-repeat; cursor: default; }

.xdm-Tri-MenuPane { padding-left: 0px; } /* 2px */
.xdm-MainMenuBar { }
.xdm-MainMenuItem { margin-left: 3px; margin-right: 3px; font-size: 80%; padding-left: 3px; padding-right: 3px; white-space: nowrap; cursor: default; }
.xdm-LogOutable { cursor: pointer; }

/**********************************************/
/* Taskbar Dock Panel */

.BGImageButton-DockNORTH,
.BGImageButton-DockEAST,
.BGImageButton-DockWEST,
.BGImageButton-DockSOUTH { width: 16px; height: 16px; cursor: pointer; }

.BGImageButton-DockNORTH-Regular {   background-image: url( "images/dockmenu/dock_top-Regular.cache.gif" );      background-repeat: no-repeat; }
.BGImageButton-DockNORTH-Mouseover { background-image: url( "images/dockmenu/dock_top-Mouseover.cache.gif" );    background-repeat: no-repeat; }
.BGImageButton-DockNORTH-Mousedown { background-image: url( "images/dockmenu/dock_top-Mousedown.cache.gif" );    background-repeat: no-repeat; }
.BGImageButton-DockNORTH-Disabled {  background-image: url( "images/dockmenu/dock_top-Disabled.cache.gif" );     background-repeat: no-repeat; cursor:default; }

.BGImageButton-DockEAST-Regular {    background-image: url( "images/dockmenu/dock_right-Regular.cache.gif" );    background-repeat: no-repeat; }
.BGImageButton-DockEAST-Mouseover {  background-image: url( "images/dockmenu/dock_right-Mouseover.cache.gif" );  background-repeat: no-repeat; }
.BGImageButton-DockEAST-Mousedown {  background-image: url( "images/dockmenu/dock_right-Mousedown.cache.gif" );  background-repeat: no-repeat; }
.BGImageButton-DockEAST-Disabled {   background-image: url( "images/dockmenu/dock_right-Disabled.cache.gif" );   background-repeat: no-repeat; cursor:default; }

.BGImageButton-DockWEST-Regular {    background-image: url( "images/dockmenu/dock_left-Regular.cache.gif" );     background-repeat: no-repeat; }
.BGImageButton-DockWEST-Mouseover {  background-image: url( "images/dockmenu/dock_left-Mouseover.cache.gif" );   background-repeat: no-repeat; }
.BGImageButton-DockWEST-Mousedown {  background-image: url( "images/dockmenu/dock_left-Mousedown.cache.gif" );   background-repeat: no-repeat; }
.BGImageButton-DockWEST-Disabled {   background-image: url( "images/dockmenu/dock_left-Disabled.cache.gif" );    background-repeat: no-repeat; cursor:default; }

.BGImageButton-DockSOUTH-Regular {   background-image: url( "images/dockmenu/dock_bottom-Regular.cache.gif" );   background-repeat: no-repeat; }
.BGImageButton-DockSOUTH-Mouseover { background-image: url( "images/dockmenu/dock_bottom-Mouseover.cache.gif" ); background-repeat: no-repeat; }
.BGImageButton-DockSOUTH-Mousedown { background-image: url( "images/dockmenu/dock_bottom-Mousedown.cache.gif" ); background-repeat: no-repeat; }
.BGImageButton-DockSOUTH-Disabled {  background-image: url( "images/dockmenu/dock_bottom-Disabled.cache.gif" );  background-repeat: no-repeat; cursor:default; }

Commits for litesoft/trunk/Java/GWT/OldClient/src/org/litesoft/GWT/public/common/OldClient_common.css

Diff revisions: vs.
Revision Author Commited Message
2 GeorgeS picture GeorgeS Sun 07 Feb, 2010 12:50:58 +0000