Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/public/lnf/classic/litesoft_lnf.css

Diff revisions: vs.
  @@ -3,258 +3,742 @@
3 3 /**********************************************/
4 4
5 5 /*body { background-color: #DBDBDB; font-family: Arial, sans-serif; }*/
6 - body { background-color: #FFFFFF; font-family: Arial, sans-serif; }
6 + body {
7 + background-color: #FFFFFF;
8 + font-family: Arial, sans-serif;
9 + }
10 +
11 + a {
12 + color: darkblue;
13 + }
14 +
15 + a:visited {
16 + color: darkblue;
17 + }
18 +
19 + label {
20 + font-weight: normal;
21 + font-size: 80%
22 + }
23 +
24 + input {
25 + }
26 +
27 + textarea {
28 + }
29 +
30 + legend {
31 + }
7 32
8 - a { color:darkblue; }
9 - a:visited { color:darkblue; }
33 + fieldset {
34 + }
10 35
11 - label { font-weight:normal; font-size:80% }
12 - input { }
13 - textarea { }
14 - legend { }
15 - fieldset { }
16 - fieldset .litesoft-FormComponent { }
36 + fieldset .litesoft-FormComponent {
37 + }
17 38
18 39 /**********************************************/
19 40 /******************** GWT *********************/
20 41 /**********************************************/
21 42
22 - .gwt-DialogBox
23 - {
24 - border-left:solid 2px #999999; border-top:solid 2px #999999; border-right:solid 2px #666666; border-bottom:solid 2px #666666;
25 - background-color:#E9E7E2;
43 + .gwt-DialogBox {
44 + border-left: solid 2px #999999;
45 + border-top: solid 2px #999999;
46 + border-right: solid 2px #666666;
47 + border-bottom: solid 2px #666666;
48 + background-color: #E9E7E2;
26 49 }
27 50
28 - .gwt-DialogBox .Caption { }
51 + .gwt-DialogBox .Caption {
52 + }
29 53
30 - .gwt-Label { font-weight:normal; font-size:80% }
31 - .gwt-HTML { font-weight:normal; font-size:80% }
54 + .gwt-Label {
55 + font-weight: normal;
56 + font-size: 80%
57 + }
32 58
33 - .gwt-StackPanel { }
34 - .gwt-StackPanelItem { }
35 - .gwt-StackPanelItem-selected { }
59 + .gwt-HTML {
60 + font-weight: normal;
61 + font-size: 80%
62 + }
36 63
37 - .gwt-TabBar { font-size: smaller;}
38 - .gwt-TabBarFirst { border-bottom:solid 1px #808080; }
39 - .gwt-TabBarRest { border-bottom:solid 1px #808080; }
40 - .gwt-TabBarItem { color:#000000; border-bottom:solid 1px #808080; border-right:solid 1px #808080; background-image:url( ../../common/images/misc/regularTab.cache.gif); }
41 - .gwt-TabBarItem-selected { color:#000000; border-bottom:solid 1px #EEEEEE; border-right:solid 1px #808080; background-image:url( ../../common/images/misc/selectedTab.cache.gif); }
64 + .gwt-StackPanel {
65 + }
42 66
67 + .gwt-StackPanelItem {
68 + }
43 69
70 + .gwt-StackPanelItem-selected {
71 + }
44 72
45 - .gwt-TabPanel {}
46 - .gwt-TabPanelBottom { border-left:1px solid #808080; border-right:1px solid #808080; border-bottom:1px solid #808080;}
73 + .gwt-TabBar {
74 + font-size: smaller;
75 + }
47 76
48 - .gwt-Tree { font-size:80%; }
49 - .gwt-TreeItem { }
77 + .gwt-TabBarFirst {
78 + border-bottom: solid 1px #808080;
79 + }
50 80
51 - .gwt-Tree .gwt-Label { font-size: 80%; }
81 + .gwt-TabBarRest {
82 + border-bottom: solid 1px #808080;
83 + }
84 +
85 + .gwt-TabBarItem {
86 + color: #000000;
87 + border-bottom: solid 1px #808080;
88 + border-right: solid 1px #808080;
89 + background-image: url(../../common/images/misc/regularTab.cache.gif);
90 + }
91 +
92 + .gwt-TabBarItem-selected {
93 + color: #000000;
94 + border-bottom: solid 1px #EEEEEE;
95 + border-right: solid 1px #808080;
96 + background-image: url(../../common/images/misc/selectedTab.cache.gif);
97 + }
98 +
99 + .gwt-TabPanel {
100 + }
101 +
102 + .gwt-TabPanelBottom {
103 + border-left: 1px solid #808080;
104 + border-right: 1px solid #808080;
105 + border-bottom: 1px solid #808080;
106 + }
107 +
108 + .gwt-Tree {
109 + font-size: 80%;
110 + }
111 +
112 + .gwt-TreeItem {
113 + }
114 +
115 + .gwt-Tree .gwt-Label {
116 + font-size: 80%;
117 + }
118 +
119 + .gwt-PopupPanel {
120 + font-size: 80%;
121 + }
52 122
53 - .gwt-PopupPanel { font-size: 80%; }
54 123 /*.gwt-PopupPanel { background-color:#E9E7E2; font-size: 80%; }*/
55 124
56 - .gwt-MenuBar { padding:2px; background-color:#666666; border-left:solid 1px #CCCCCC; border-top:solid 1px #CCCCCC; border-right:solid 1px #333333; border-bottom:solid 1px #333333; }
57 - .gwt-MenuItem { font-size: 80%; color: white; }
58 - .gwt-MenuItem-selected { background-color: #2E2C2D; }
59 - .gwt-MenuItem-Disabled { color: silver; background: none; }
60 - .gwt-SuggestBoxPopup { }
61 - .gwt-MenuBar-vertical table { border-collapse: collapse; }
62 - .gwt-MenuBar-vertical .gwt-MenuItem { padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; }
63 - .gwt-MenuBar-vertical .gwt-MenuItem-selected { padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; }
125 + .gwt-MenuBar {
126 + padding: 2px;
127 + background-color: #666666;
128 + border-left: solid 1px #CCCCCC;
129 + border-top: solid 1px #CCCCCC;
130 + border-right: solid 1px #333333;
131 + border-bottom: solid 1px #333333;
132 + }
133 +
134 + .gwt-MenuItem {
135 + font-size: 80%;
136 + color: white;
137 + }
138 +
139 + .gwt-MenuItem-selected {
140 + background-color: #2E2C2D;
141 + }
142 +
143 + .gwt-MenuItem-Disabled {
144 + color: silver;
145 + background: none;
146 + }
147 +
148 + .gwt-SuggestBoxPopup {
149 + }
64 150
65 - .subMenuIcon { padding-left: 1px; padding-right: 4px; }
66 - .subMenuIcon-selected { background-color: #2E2C2D; }
151 + .gwt-MenuBar-vertical table {
152 + border-collapse: collapse;
153 + }
67 154
68 - .gwt-CheckBox { }
155 + .gwt-MenuBar-vertical .gwt-MenuItem {
156 + padding-left: 4px;
157 + padding-right: 4px;
158 + padding-top: 1px;
159 + padding-bottom: 1px;
160 + }
69 161
162 + .gwt-MenuBar-vertical .gwt-MenuItem-selected {
163 + padding-left: 4px;
164 + padding-right: 4px;
165 + padding-top: 1px;
166 + padding-bottom: 1px;
167 + }
70 168
169 + .subMenuIcon {
170 + padding-left: 1px;
171 + padding-right: 4px;
172 + }
71 173
174 + .subMenuIcon-selected {
175 + background-color: #2E2C2D;
176 + }
177 +
178 + .gwt-CheckBox {
179 + }
72 180
73 181 /**********************************************/
74 182 /******************** Litesoft ****************/
75 183 /**********************************************/
76 - .litesoft-LayoutOverflowAuto { }
77 - .litesoft-LayoutOverflowHidden { }
78 -
79 - .litesoft-VerticalTab{ background:url(../../common/images/tree/treeTitleBackground.cache.gif); color:#858585; border-left:solid 1px #FFFFFF; border-top:solid 1px #FFFFFF; border-right:solid 1px #666666; border-bottom:solid 1px #666666; }
80 - .litesoft-VerticalTab-Selected{ background:url(""); background-color:#D4D0C8; color:black; border-left:solid 1px gold; border-top:solid 1px #FFFFFF; border-right:solid 1px #D4D0C8; border-bottom:solid 1px #666666; }
81 - .litesoft-VerticalTabRest { background-color:darkgray; border-right:solid 1px #666666; }
184 + .litesoft-LayoutOverflowAuto {
185 + }
82 186
187 + .litesoft-LayoutOverflowHidden {
188 + }
83 189
190 + .litesoft-VerticalTab {
191 + background: url(../../common/images/tree/treeTitleBackground.cache.gif);
192 + color: #858585;
193 + border-left: solid 1px #FFFFFF;
194 + border-top: solid 1px #FFFFFF;
195 + border-right: solid 1px #666666;
196 + border-bottom: solid 1px #666666;
197 + }
84 198
199 + .litesoft-VerticalTab-Selected {
200 + background: url("");
201 + background-color: #D4D0C8;
202 + color: black;
203 + border-left: solid 1px gold;
204 + border-top: solid 1px #FFFFFF;
205 + border-right: solid 1px #D4D0C8;
206 + border-bottom: solid 1px #666666;
207 + }
85 208
209 + .litesoft-VerticalTabRest {
210 + background-color: darkgray;
211 + border-right: solid 1px #666666;
212 + }
86 213
214 + .litesoft-SizeableSelectorPanel {
215 + border: solid 1px #666666;
216 + }
87 217
218 + .litesoft-SelectorPanel {
219 + background-color: darkgray;
220 + }
88 221
89 - .litesoft-SizeableSelectorPanel { border:solid 1px #666666; }
90 - .litesoft-SelectorPanel { background-color:darkgray; }
91 - .litesoft-DeckPanel { border-left:solid 1px #666666; background-color:white;}
222 + .litesoft-DeckPanel {
223 + border-left: solid 1px #666666;
224 + background-color: white;
225 + }
92 226
93 - .litesoft-FrameGlassPanel { }
227 + .litesoft-FrameGlassPanel {
228 + }
94 229
95 230 /**********************************************/
96 231 /******************** Floater *****************/
97 232 /**********************************************/
98 233
99 234 /* defined in FloaterVisualContainer.java */
100 - .litesoft-FloaterBarCaption { color:black; }
235 + .litesoft-FloaterBarCaption {
236 + color: black;
237 + }
101 238
102 239 /* defined in SizeableFloatingPanel.java */
103 240
104 -
105 - .litesoft-NoSizeAffectingCSS-FloaterContentPane { background-color:#EEEEEE; }
241 + .litesoft-NoSizeAffectingCSS-FloaterContentPane {
242 + background-color: #EEEEEE;
243 + }
106 244
107 245 /* Inactive */
108 246
109 - .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterTitleBar { background:url(../../common/images/misc/grayGradientBackground.cache.gif); }
247 + .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterTitleBar {
248 + background: url(../../common/images/misc/grayGradientBackground.cache.gif);
249 + }
250 +
251 + .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .minimizeBarOver {
252 + cursor: pointer;
253 + background-color: #ABABAB;
254 + }
110 255
111 - .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .minimizeBarOver { cursor:pointer; background-color:#ABABAB; }
112 - .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .minimizeBarOut { cursor:default; background:none; background-image:url(../../common/images/misc/TransparentSpacer.cache.gif);}
113 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-minimizeBar { cursor: move; height:5px; background-color:#A0A0A0; }
256 + .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .minimizeBarOut {
257 + cursor: default;
258 + background: none;
259 + background-image: url(../../common/images/misc/TransparentSpacer.cache.gif);
260 + }
261 +
262 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-minimizeBar {
263 + cursor: move;
264 + height: 5px;
265 + background-color: #A0A0A0;
266 + }
114 267
115 268 /* Border Straights */
116 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightTop { background-color:#0A246A; background-image:url( Floater/StraightTop.cache.gif ); background-repeat:repeat-x; }
117 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightBottom { background-color:#EEEEEE; background-image:url( Floater/StraightBottom.cache.gif ); background-repeat:repeat-x; }
118 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftCaption { background-color:#0A246A; background-image:url( Floater/StraightLeftCaption.cache.gif ); background-repeat:repeat-y; }
119 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightCaption { background-color:#0A246A; background-image:url( Floater/StraightRightCaption.cache.gif ); background-repeat:repeat-y; }
269 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightTop {
270 + background-color: #0A246A;
271 + background-image: url(Floater/StraightTop.cache.gif);
272 + background-repeat: repeat-x;
273 + }
274 +
275 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightBottom {
276 + background-color: #EEEEEE;
277 + background-image: url(Floater/StraightBottom.cache.gif);
278 + background-repeat: repeat-x;
279 + }
280 +
281 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftCaption {
282 + background-color: #0A246A;
283 + background-image: url(Floater/StraightLeftCaption.cache.gif);
284 + background-repeat: repeat-y;
285 + }
286 +
287 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightCaption {
288 + background-color: #0A246A;
289 + background-image: url(Floater/StraightRightCaption.cache.gif);
290 + background-repeat: repeat-y;
291 + }
292 +
120 293 /*.RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderLeftMinimizeBarCaption { background-color:#A0A0A0; background-image:url( Floater/LeftMinimizeBar.cache.gif ); background-repeat:repeat-y; }*/
121 294 /*.RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderRightMinimizeBarCaption { background-color:#A0A0A0; background-image:url( Floater/RightMinimizeBar.cache.gif ); background-repeat:repeat-y; }*/
122 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftContent { background-color:#EEEEEE; background-image:url( Floater/StraightLeftContent.cache.gif ); background-repeat:repeat-y; }
123 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightContent { background-color:#EEEEEE; background-image:url( Floater/StraightRightContent.cache.gif ); background-repeat:repeat-y; }
295 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightLeftContent {
296 + background-color: #EEEEEE;
297 + background-image: url(Floater/StraightLeftContent.cache.gif);
298 + background-repeat: repeat-y;
299 + }
300 +
301 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderStraightRightContent {
302 + background-color: #EEEEEE;
303 + background-image: url(Floater/StraightRightContent.cache.gif);
304 + background-repeat: repeat-y;
305 + }
124 306
125 307 /* Border Corners */
126 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeft { background-color:#0A246A; background-image:url( Floater/CornerTopLeft.cache.gif ); }
127 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRight { background-color:#0A246A; background-image:url( Floater/CornerTopRight.cache.gif ); }
128 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeft { background-color:#EEEEEE; background-image:url( Floater/CornerBottomLeft.cache.gif ); }
129 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRight { background-color:#EEEEEE; background-image:url( Floater/CornerBottomRight.cache.gif ); }
308 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeft {
309 + background-color: #0A246A;
310 + background-image: url(Floater/CornerTopLeft.cache.gif);
311 + }
312 +
313 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRight {
314 + background-color: #0A246A;
315 + background-image: url(Floater/CornerTopRight.cache.gif);
316 + }
317 +
318 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeft {
319 + background-color: #EEEEEE;
320 + background-image: url(Floater/CornerBottomLeft.cache.gif);
321 + }
322 +
323 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRight {
324 + background-color: #EEEEEE;
325 + background-image: url(Floater/CornerBottomRight.cache.gif);
326 + }
130 327
131 328 /* Border Rounded Corner Support */
132 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftUp { background-color:#0A246A; background-image:url( Floater/CornerTopLeftUp.cache.gif ); }
133 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftDown { background-color:#0A246A; background-image:url( Floater/CornerTopLeftDown.cache.gif ); }
134 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightUp { background-color:#0A246A; background-image:url( Floater/CornerTopRightUp.cache.gif ); }
135 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightDown { background-color:#0A246A; background-image:url( Floater/CornerTopRightDown.cache.gif ); }
136 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftUp { background-color:#EEEEEE; background-image:url( Floater/CornerBottomLeftUp.cache.gif ); }
137 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftDown { background-color:#EEEEEE; background-image:url( Floater/CornerBottomLeftDown.cache.gif ); }
138 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightUp { background-color:#EEEEEE; background-image:url( Floater/CornerBottomRightUp.cache.gif ); }
139 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightDown { background-color:#EEEEEE; background-image:url( Floater/CornerBottomRightDown.cache.gif ); }
329 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftUp {
330 + background-color: #0A246A;
331 + background-image: url(Floater/CornerTopLeftUp.cache.gif);
332 + }
333 +
334 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopLeftDown {
335 + background-color: #0A246A;
336 + background-image: url(Floater/CornerTopLeftDown.cache.gif);
337 + }
338 +
339 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightUp {
340 + background-color: #0A246A;
341 + background-image: url(Floater/CornerTopRightUp.cache.gif);
342 + }
343 +
344 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerTopRightDown {
345 + background-color: #0A246A;
346 + background-image: url(Floater/CornerTopRightDown.cache.gif);
347 + }
348 +
349 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftUp {
350 + background-color: #EEEEEE;
351 + background-image: url(Floater/CornerBottomLeftUp.cache.gif);
352 + }
353 +
354 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomLeftDown {
355 + background-color: #EEEEEE;
356 + background-image: url(Floater/CornerBottomLeftDown.cache.gif);
357 + }
358 +
359 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightUp {
360 + background-color: #EEEEEE;
361 + background-image: url(Floater/CornerBottomRightUp.cache.gif);
362 + }
363 +
364 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-FloaterBorderCornerBottomRightDown {
365 + background-color: #EEEEEE;
366 + background-image: url(Floater/CornerBottomRightDown.cache.gif);
367 + }
140 368
141 369 /* Active */
142 370
143 - .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterTitleBar { background:url(../../common/images/misc/blue_bg.cache.gif); }
371 + .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterTitleBar {
372 + background: url(../../common/images/misc/blue_bg.cache.gif);
373 + }
374 +
375 + .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .minimizeBarOver {
376 + cursor: pointer;
377 + background-color: #B2C8EE;
378 + }
379 +
380 + .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .minimizeBarOut {
381 + cursor: default;
382 + background: none;
383 + background-image: url(../../common/images/misc/TransparentSpacer.cache.gif);
384 + }
385 +
386 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-minimizeBar {
387 + cursor: move;
388 + height: 5px;
389 + background-color: #B2C8EE;
390 + }
391 +
392 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightTop {
393 + background-color: #0A246A;
394 + background-image: url(Floater/act_StraightTop.cache.gif);
395 + background-repeat: repeat-x;
396 + }
397 +
398 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightBottom {
399 + background-color: #EEEEEE;
400 + background-image: url(Floater/act_StraightBottom.cache.gif);
401 + background-repeat: repeat-x;
402 + }
403 +
404 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftCaption {
405 + background-color: #0A246A;
406 + background-image: url(Floater/act_StraightLeftCaption.cache.gif);
407 + background-repeat: repeat-y;
408 + }
409 +
410 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightCaption {
411 + background-color: #0A246A;
412 + background-image: url(Floater/act_StraightRightCaption.cache.gif);
413 + background-repeat: repeat-y;
414 + }
415 +
416 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftContent {
417 + background-color: #EEEEEE;
418 + background-image: url(Floater/act_StraightLeftContent.cache.gif);
419 + background-repeat: repeat-y;
420 + }
144 421
145 - .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .minimizeBarOver { cursor:pointer; background-color:#B2C8EE; }
146 - .ClearBorder .litesoft-NoSizeAffectingCSS-Floater-Active .minimizeBarOut { cursor:default; background:none; background-image:url(../../common/images/misc/TransparentSpacer.cache.gif);}
147 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-minimizeBar { cursor: move; height:5px; background-color:#B2C8EE; }
148 -
149 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightTop { background-color:#0A246A; background-image:url( Floater/act_StraightTop.cache.gif ); background-repeat:repeat-x; }
150 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightBottom { background-color:#EEEEEE; background-image:url( Floater/act_StraightBottom.cache.gif ); background-repeat:repeat-x; }
151 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftCaption { background-color:#0A246A; background-image:url( Floater/act_StraightLeftCaption.cache.gif ); background-repeat:repeat-y; }
152 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightCaption { background-color:#0A246A; background-image:url( Floater/act_StraightRightCaption.cache.gif ); background-repeat:repeat-y; }
153 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightLeftContent { background-color:#EEEEEE; background-image:url( Floater/act_StraightLeftContent.cache.gif ); background-repeat:repeat-y; }
154 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightContent { background-color:#EEEEEE; background-image:url( Floater/act_StraightRightContent.cache.gif ); background-repeat:repeat-y; }
422 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderStraightRightContent {
423 + background-color: #EEEEEE;
424 + background-image: url(Floater/act_StraightRightContent.cache.gif);
425 + background-repeat: repeat-y;
426 + }
155 427
156 428 /* Border Corners */
157 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeft { background-color:#0A246A; background-image:url( Floater/act_CornerTopLeft.cache.gif ); }
158 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRight { background-color:#0A246A; background-image:url( Floater/act_CornerTopRight.cache.gif ); }
159 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeft { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomLeft.cache.gif ); }
160 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRight { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRight.cache.gif ); }
429 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeft {
430 + background-color: #0A246A;
431 + background-image: url(Floater/act_CornerTopLeft.cache.gif);
432 + }
433 +
434 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRight {
435 + background-color: #0A246A;
436 + background-image: url(Floater/act_CornerTopRight.cache.gif);
437 + }
438 +
439 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeft {
440 + background-color: #EEEEEE;
441 + background-image: url(Floater/act_CornerBottomLeft.cache.gif);
442 + }
443 +
444 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRight {
445 + background-color: #EEEEEE;
446 + background-image: url(Floater/act_CornerBottomRight.cache.gif);
447 + }
161 448
162 449 /* Border Rounded Corner Support */
163 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftUp { background-color:#0A246A; background-image:url( Floater/act_CornerTopLeftUp.cache.gif ); }
164 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftDown { background-color:#0A246A; background-image:url( Floater/act_CornerTopLeftDown.cache.gif ); }
165 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightUp { background-color:#0A246A; background-image:url( Floater/act_CornerTopRightUp.cache.gif ); }
166 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightDown { background-color:#0A246A; background-image:url( Floater/act_CornerTopRightDown.cache.gif ); }
167 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftUp { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomLeftUp.cache.gif ); }
168 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftDown { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomLeftDown.cache.gif ); }
169 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightUp { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightUp.cache.gif ); }
170 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightDown { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightDown.cache.gif ); }
450 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftUp {
451 + background-color: #0A246A;
452 + background-image: url(Floater/act_CornerTopLeftUp.cache.gif);
453 + }
454 +
455 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopLeftDown {
456 + background-color: #0A246A;
457 + background-image: url(Floater/act_CornerTopLeftDown.cache.gif);
458 + }
459 +
460 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightUp {
461 + background-color: #0A246A;
462 + background-image: url(Floater/act_CornerTopRightUp.cache.gif);
463 + }
464 +
465 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerTopRightDown {
466 + background-color: #0A246A;
467 + background-image: url(Floater/act_CornerTopRightDown.cache.gif);
468 + }
469 +
470 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftUp {
471 + background-color: #EEEEEE;
472 + background-image: url(Floater/act_CornerBottomLeftUp.cache.gif);
473 + }
474 +
475 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomLeftDown {
476 + background-color: #EEEEEE;
477 + background-image: url(Floater/act_CornerBottomLeftDown.cache.gif);
478 + }
479 +
480 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightUp {
481 + background-color: #EEEEEE;
482 + background-image: url(Floater/act_CornerBottomRightUp.cache.gif);
483 + }
484 +
485 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-FloaterBorderCornerBottomRightDown {
486 + background-color: #EEEEEE;
487 + background-image: url(Floater/act_CornerBottomRightDown.cache.gif);
488 + }
171 489
172 490 /* Pinned and Anchored Support */
173 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-Pinned .litesoft-FloaterBorderCornerTopLeft { background-image:url( Floater/act_CornerTopLeftPinned.cache.gif ); }
174 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-UnPinned .litesoft-FloaterBorderCornerTopLeft { background-image:url( Floater/act_CornerTopLeft.cache.gif ); }
491 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-Pinned .litesoft-FloaterBorderCornerTopLeft {
492 + background-image: url(Floater/act_CornerTopLeftPinned.cache.gif);
493 + }
175 494
176 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-RightAnchor .litesoft-FloaterBorderCornerBottomRightUp { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightUpAnchored.cache.gif ); }
177 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-RightFree .litesoft-FloaterBorderCornerBottomRightUp { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightUp.cache.gif ); }
495 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-UnPinned .litesoft-FloaterBorderCornerTopLeft {
496 + background-image: url(Floater/act_CornerTopLeft.cache.gif);
497 + }
178 498
179 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-BottomAnchor .litesoft-FloaterBorderCornerBottomRightDown { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightDownAnchored.cache.gif ); }
180 - .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-BottomFree .litesoft-FloaterBorderCornerBottomRightDown { background-color:#EEEEEE; background-image:url( Floater/act_CornerBottomRightDown.cache.gif ); }
499 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-RightAnchor .litesoft-FloaterBorderCornerBottomRightUp {
500 + background-color: #EEEEEE;
501 + background-image: url(Floater/act_CornerBottomRightUpAnchored.cache.gif);
502 + }
503 +
504 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-RightFree .litesoft-FloaterBorderCornerBottomRightUp {
505 + background-color: #EEEEEE;
506 + background-image: url(Floater/act_CornerBottomRightUp.cache.gif);
507 + }
508 +
509 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-BottomAnchor .litesoft-FloaterBorderCornerBottomRightDown {
510 + background-color: #EEEEEE;
511 + background-image: url(Floater/act_CornerBottomRightDownAnchored.cache.gif);
512 + }
513 +
514 + .RegularBorder .litesoft-NoSizeAffectingCSS-Floater-Active .litesoft-NoSizeAffectingCSS-Floater-BottomFree .litesoft-FloaterBorderCornerBottomRightDown {
515 + background-color: #EEEEEE;
516 + background-image: url(Floater/act_CornerBottomRightDown.cache.gif);
517 + }
181 518
182 519 /**********************************************/
183 520 /******************** Dialog ******************/
184 521 /**********************************************/
185 522
186 - .litesoft-DialogBarCaption { color: #000000; font-weight:normal; }
523 + .litesoft-DialogBarCaption {
524 + color: #000000;
525 + font-weight: normal;
526 + }
527 +
187 528 /*.litesoft-DialogBarCaption { color:white; font-weight:bold; }*/
188 - .litesoft-NoSizeAffectingCSS-DialogContentPane { background-color:white; }
189 - .litesoft-DialogTitleBar { background-image:url(Dialog/Background.cache.gif); background-repeat:repeat; }
529 + .litesoft-NoSizeAffectingCSS-DialogContentPane {
530 + background-color: white;
531 + }
532 +
533 + .litesoft-DialogTitleBar {
534 + background-image: url(Dialog/Background.cache.gif);
535 + background-repeat: repeat;
536 + }
537 +
190 538 /*.litesoft-DialogTitleBar { background-color:#78B0D9; }*/
191 539
192 540 /*.litesoft-NoSizeAffectingCSS-Dialog .litesoft-minimizeBar { cursor: move; height:5px; background-color:#B2C8EE; }*/
193 541
194 - .litesoft-DialogBorderStraightTop { background-image:url( Dialog/StraightTop.cache.png ); background-repeat:repeat-x; }
195 - .litesoft-DialogBorderStraightBottom { background-image:url( Dialog/StraightBottom.cache.png ); background-repeat:repeat-x; }
196 - .litesoft-DialogBorderStraightLeftCaption { background-image:url( Dialog/StraightLeftCaption.cache.png ); background-repeat:repeat-y; }
197 - .litesoft-DialogBorderStraightRightCaption { background-image:url( Dialog/StraightRightCaption.cache.png ); background-repeat:repeat-y; }
198 - .litesoft-DialogBorderStraightLeftContent { background-image:url( Dialog/StraightLeftContent.cache.png ); background-repeat:repeat-y; }
199 - .litesoft-DialogBorderStraightRightContent { background-image:url( Dialog/StraightRightContent.cache.png ); background-repeat:repeat-y; }
542 + .litesoft-DialogBorderStraightTop {
543 + background-image: url(Dialog/StraightTop.cache.png);
544 + background-repeat: repeat-x;
545 + }
546 +
547 + .litesoft-DialogBorderStraightBottom {
548 + background-image: url(Dialog/StraightBottom.cache.png);
549 + background-repeat: repeat-x;
550 + }
551 +
552 + .litesoft-DialogBorderStraightLeftCaption {
553 + background-image: url(Dialog/StraightLeftCaption.cache.png);
554 + background-repeat: repeat-y;
555 + }
556 +
557 + .litesoft-DialogBorderStraightRightCaption {
558 + background-image: url(Dialog/StraightRightCaption.cache.png);
559 + background-repeat: repeat-y;
560 + }
561 +
562 + .litesoft-DialogBorderStraightLeftContent {
563 + background-image: url(Dialog/StraightLeftContent.cache.png);
564 + background-repeat: repeat-y;
565 + }
566 +
567 + .litesoft-DialogBorderStraightRightContent {
568 + background-image: url(Dialog/StraightRightContent.cache.png);
569 + background-repeat: repeat-y;
570 + }
200 571
201 572 /* Border Corners */
202 - .litesoft-DialogBorderCornerTopLeft { background-image:url( Dialog/CornerTopLeft.cache.png ); }
203 - .litesoft-DialogBorderCornerTopRight { background-image:url( Dialog/CornerTopRight.cache.png ); }
204 - .litesoft-DialogBorderCornerBottomLeft { background-image:url( Dialog/CornerBottomLeft.cache.png ); }
205 - .litesoft-DialogBorderCornerBottomRight { background-image:url( Dialog/CornerBottomRight.cache.png ); }
573 + .litesoft-DialogBorderCornerTopLeft {
574 + background-image: url(Dialog/CornerTopLeft.cache.png);
575 + }
576 +
577 + .litesoft-DialogBorderCornerTopRight {
578 + background-image: url(Dialog/CornerTopRight.cache.png);
579 + }
580 +
581 + .litesoft-DialogBorderCornerBottomLeft {
582 + background-image: url(Dialog/CornerBottomLeft.cache.png);
583 + }
584 +
585 + .litesoft-DialogBorderCornerBottomRight {
586 + background-image: url(Dialog/CornerBottomRight.cache.png);
587 + }
206 588
207 589 /* Border Rounded Corner Support */
208 - .litesoft-DialogBorderCornerTopLeftUp { background-image:url( Dialog/CornerTopLeftUp.cache.png ); }
209 - .litesoft-DialogBorderCornerTopLeftDown { background-image:url( Dialog/CornerTopLeftDown.cache.png ); }
210 - .litesoft-DialogBorderCornerTopRightUp { background-image:url( Dialog/CornerTopRightUp.cache.png ); }
211 - .litesoft-DialogBorderCornerTopRightDown { background-image:url( Dialog/CornerTopRightDown.cache.png ); }
212 - .litesoft-DialogBorderCornerBottomLeftUp { background-image:url( Dialog/CornerBottomLeftUp.cache.png ); }
213 - .litesoft-DialogBorderCornerBottomLeftDown { background-image:url( Dialog/CornerBottomLeftDown.cache.png ); }
214 - .litesoft-DialogBorderCornerBottomRightUp { background-image:url( Dialog/CornerBottomRightUp.cache.png ); }
215 - .litesoft-DialogBorderCornerBottomRightDown { background-image:url( Dialog/CornerBottomRightDown.cache.png ); }
590 + .litesoft-DialogBorderCornerTopLeftUp {
591 + background-image: url(Dialog/CornerTopLeftUp.cache.png);
592 + }
593 +
594 + .litesoft-DialogBorderCornerTopLeftDown {
595 + background-image: url(Dialog/CornerTopLeftDown.cache.png);
596 + }
597 +
598 + .litesoft-DialogBorderCornerTopRightUp {
599 + background-image: url(Dialog/CornerTopRightUp.cache.png);
600 + }
601 +
602 + .litesoft-DialogBorderCornerTopRightDown {
603 + background-image: url(Dialog/CornerTopRightDown.cache.png);
604 + }
605 +
606 + .litesoft-DialogBorderCornerBottomLeftUp {
607 + background-image: url(Dialog/CornerBottomLeftUp.cache.png);
608 + }
609 +
610 + .litesoft-DialogBorderCornerBottomLeftDown {
611 + background-image: url(Dialog/CornerBottomLeftDown.cache.png);
612 + }
613 +
614 + .litesoft-DialogBorderCornerBottomRightUp {
615 + background-image: url(Dialog/CornerBottomRightUp.cache.png);
616 + }
617 +
618 + .litesoft-DialogBorderCornerBottomRightDown {
619 + background-image: url(Dialog/CornerBottomRightDown.cache.png);
620 + }
216 621
217 622 /* IE6 overwrite */
218 - .ReallyIE6 .litesoft-DialogBorderStraightTop { background-image:url( Dialog/IE6_StraightTop.cache.gif ); background-repeat:repeat-x; }
219 - .ReallyIE6 .litesoft-DialogBorderStraightBottom { background-image:url( Dialog/IE6_StraightBottom.cache.gif ); background-repeat:repeat-x; }
220 - .ReallyIE6 .litesoft-DialogBorderStraightLeftCaption { background-image:url( Dialog/IE6_StraightLeftCaption.cache.gif ); background-repeat:repeat-y; }
221 - .ReallyIE6 .litesoft-DialogBorderStraightRightCaption { background-image:url( Dialog/IE6_StraightRightCaption.cache.gif ); background-repeat:repeat-y; }
222 - .ReallyIE6 .litesoft-DialogBorderStraightLeftContent { background-image:url( Dialog/IE6_StraightLeftContent.cache.gif ); background-repeat:repeat-y; }
223 - .ReallyIE6 .litesoft-DialogBorderStraightRightContent { background-image:url( Dialog/IE6_StraightRightContent.cache.gif ); background-repeat:repeat-y; }
623 + .ReallyIE6 .litesoft-DialogBorderStraightTop {
624 + background-image: url(Dialog/IE6_StraightTop.cache.gif);
625 + background-repeat: repeat-x;
626 + }
627 +
628 + .ReallyIE6 .litesoft-DialogBorderStraightBottom {
629 + background-image: url(Dialog/IE6_StraightBottom.cache.gif);
630 + background-repeat: repeat-x;
631 + }
632 +
633 + .ReallyIE6 .litesoft-DialogBorderStraightLeftCaption {
634 + background-image: url(Dialog/IE6_StraightLeftCaption.cache.gif);
635 + background-repeat: repeat-y;
636 + }
637 +
638 + .ReallyIE6 .litesoft-DialogBorderStraightRightCaption {
639 + background-image: url(Dialog/IE6_StraightRightCaption.cache.gif);
640 + background-repeat: repeat-y;
641 + }
642 +
643 + .ReallyIE6 .litesoft-DialogBorderStraightLeftContent {
644 + background-image: url(Dialog/IE6_StraightLeftContent.cache.gif);
645 + background-repeat: repeat-y;
646 + }
647 +
648 + .ReallyIE6 .litesoft-DialogBorderStraightRightContent {
649 + background-image: url(Dialog/IE6_StraightRightContent.cache.gif);
650 + background-repeat: repeat-y;
651 + }
224 652
225 653 /* Border Corners */
226 - .ReallyIE6 .litesoft-DialogBorderCornerTopLeft { background-image:url( Dialog/IE6_CornerTopLeft.cache.gif ); }
227 - .ReallyIE6 .litesoft-DialogBorderCornerTopRight { background-image:url( Dialog/IE6_CornerTopRight.cache.gif ); }
228 - .ReallyIE6 .litesoft-DialogBorderCornerBottomLeft { background-image:url( Dialog/IE6_CornerBottomLeft.cache.gif ); }
229 - .ReallyIE6 .litesoft-DialogBorderCornerBottomRight { background-image:url( Dialog/IE6_CornerBottomRight.cache.gif ); }
654 + .ReallyIE6 .litesoft-DialogBorderCornerTopLeft {
655 + background-image: url(Dialog/IE6_CornerTopLeft.cache.gif);
656 + }
657 +
658 + .ReallyIE6 .litesoft-DialogBorderCornerTopRight {
659 + background-image: url(Dialog/IE6_CornerTopRight.cache.gif);
660 + }
661 +
662 + .ReallyIE6 .litesoft-DialogBorderCornerBottomLeft {
663 + background-image: url(Dialog/IE6_CornerBottomLeft.cache.gif);
664 + }
665 +
666 + .ReallyIE6 .litesoft-DialogBorderCornerBottomRight {
667 + background-image: url(Dialog/IE6_CornerBottomRight.cache.gif);
668 + }
230 669
231 670 /* Border Rounded Corner Support */
232 - .ReallyIE6 .litesoft-DialogBorderCornerTopLeftUp { background-image:url( Dialog/IE6_CornerTopLeftUp.cache.gif ); }
233 - .ReallyIE6 .litesoft-DialogBorderCornerTopLeftDown { background-image:url( Dialog/IE6_CornerTopLeftDown.cache.gif ); }
234 - .ReallyIE6 .litesoft-DialogBorderCornerTopRightUp { background-image:url( Dialog/IE6_CornerTopRightUp.cache.gif ); }
235 - .ReallyIE6 .litesoft-DialogBorderCornerTopRightDown { background-image:url( Dialog/IE6_CornerTopRightDown.cache.gif ); }
236 - .ReallyIE6 .litesoft-DialogBorderCornerBottomLeftUp { background-image:url( Dialog/IE6_CornerBottomLeftUp.cache.gif ); }
237 - .ReallyIE6 .litesoft-DialogBorderCornerBottomLeftDown { background-image:url( Dialog/IE6_CornerBottomLeftDown.cache.gif ); }
238 - .ReallyIE6 .litesoft-DialogBorderCornerBottomRightUp { background-image:url( Dialog/IE6_CornerBottomRightUp.cache.gif ); }
239 - .ReallyIE6 .litesoft-DialogBorderCornerBottomRightDown { background-image:url( Dialog/IE6_CornerBottomRightDown.cache.gif ); }
671 + .ReallyIE6 .litesoft-DialogBorderCornerTopLeftUp {
672 + background-image: url(Dialog/IE6_CornerTopLeftUp.cache.gif);
673 + }
674 +
675 + .ReallyIE6 .litesoft-DialogBorderCornerTopLeftDown {
676 + background-image: url(Dialog/IE6_CornerTopLeftDown.cache.gif);
677 + }
678 +
679 + .ReallyIE6 .litesoft-DialogBorderCornerTopRightUp {
680 + background-image: url(Dialog/IE6_CornerTopRightUp.cache.gif);
681 + }
682 +
683 + .ReallyIE6 .litesoft-DialogBorderCornerTopRightDown {
684 + background-image: url(Dialog/IE6_CornerTopRightDown.cache.gif);
685 + }
686 +
687 + .ReallyIE6 .litesoft-DialogBorderCornerBottomLeftUp {
688 + background-image: url(Dialog/IE6_CornerBottomLeftUp.cache.gif);
689 + }
690 +
691 + .ReallyIE6 .litesoft-DialogBorderCornerBottomLeftDown {
692 + background-image: url(Dialog/IE6_CornerBottomLeftDown.cache.gif);
693 + }
694 +
695 + .ReallyIE6 .litesoft-DialogBorderCornerBottomRightUp {
696 + background-image: url(Dialog/IE6_CornerBottomRightUp.cache.gif);
697 + }
698 +
699 + .ReallyIE6 .litesoft-DialogBorderCornerBottomRightDown {
700 + background-image: url(Dialog/IE6_CornerBottomRightDown.cache.gif);
701 + }
240 702
241 703 /**********************************************/
242 704 /****************** Splitters *****************/
243 705 /**********************************************/
244 706
245 - .litesoft-LayoutSizeableHorizontalSplitPairPanel {} /* defined in SizeableHorizontalSplitPairPanel.java */
246 - .litesoft-LayoutSizeableVerticalSplitPairPanel {} /* defined in SizeableVerticalSplitPairPanel.java */
707 + .litesoft-LayoutSizeableHorizontalSplitPairPanel {
708 + }
247 709
248 710 /* defined in SizeableHorizontalSplitPairPanel.java */
249 - .litesoft-SplitterForHorizontalPair { background-image:url( Splitters/SplitterForHorizontals.cache.gif ); }
711 + .litesoft-LayoutSizeableVerticalSplitPairPanel {
712 + }
250 713
251 714 /* defined in SizeableVerticalSplitPairPanel.java */
252 - .litesoft-SplitterForVerticalPair { background-image:url( Splitters/SplitterForVerticals.cache.gif ); }
715 +
716 + /* defined in SizeableHorizontalSplitPairPanel.java */
717 + .litesoft-SplitterForHorizontalPair {
718 + background-image: url(Splitters/SplitterForHorizontals.cache.gif);
719 + }
720 +
721 + /* defined in SizeableVerticalSplitPairPanel.java */
722 + .litesoft-SplitterForVerticalPair {
723 + background-image: url(Splitters/SplitterForVerticals.cache.gif);
724 + }
253 725
254 726 /**********************************************/
255 727 /******************* ?XDM? ********************/
256 728 /**********************************************/
257 729
258 - .xdm-Tri-MenuPane { background-image:url( ../../common/images/misc/carbon_bg_solid.cache.gif ); background-color:#000000; border-left:solid 1px #999999; border-top:solid 1px #999999; border-right:solid 1px #333333; border-bottom:solid 1px #333333;}
259 - .xdm-MainMenuBar { }
260 - .xdm-MainMenuItem { color:white; }
730 + .xdm-Tri-MenuPane {
731 + background-image: url(../../common/images/misc/carbon_bg_solid.cache.gif);
732 + background-color: #000000;
733 + border-left: solid 1px #999999;
734 + border-top: solid 1px #999999;
735 + border-right: solid 1px #333333;
736 + border-bottom: solid 1px #333333;
737 + }
738 +
739 + .xdm-MainMenuBar {
740 + }
741 +
742 + .xdm-MainMenuItem {
743 + color: white;
744 + }