Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/public/common/litesoft_common.css

Diff revisions: vs.
  @@ -1,12 +1,31 @@
1 - .litesoft-RegularMode { background-color:#ffffff; }
2 - .litesoft-HostedMode { background-image:url(images/misc/layout_template.gif); background-position:top left; }
1 + .litesoft-RegularMode {
2 + background-color: #ffffff;
3 + }
4 +
5 + .litesoft-HostedMode {
6 + background-image: url(images/misc/layout_template.gif);
7 + background-position: top left;
8 + }
9 +
10 + .GreenBackground {
11 + background-color: #33ff33;
12 + }
13 +
14 + .RedBackground {
15 + background-color: #ff6666;
16 + }
17 +
18 + .BlueBackground {
19 + background-color: #33ccff;
20 + }
3 21
4 - .GreenBackground { background-color: #33ff33; }
5 - .RedBackground { background-color: #ff6666; }
6 - .BlueBackground { background-color: #33ccff; }
7 - .YellowBackground { background-color: #ffff33; }
8 - .OrangeBackground { background-color: #ff6600; }
22 + .YellowBackground {
23 + background-color: #ffff33;
24 + }
9 25
26 + .OrangeBackground {
27 + background-color: #ff6600;
28 + }
10 29
11 30 .BGImageButton-Add,
12 31 .BGImageButton-Trash, /* Clear? */
  @@ -26,234 +45,475 @@
26 45 cursor: pointer;
27 46 }
28 47
29 - .BGImageButton-Add-Regular { background: url( "images/BGImageButtons/Add/Regular.cache.gif" ) no-repeat; }
30 - .BGImageButton-Add-Mouseover { background: url( "images/BGImageButtons/Add/Mouseover.cache.gif" ) no-repeat; }
31 - .BGImageButton-Add-Mousedown { background: url( "images/BGImageButtons/Add/Mousedown.cache.gif" ) no-repeat; }
32 -
33 - .BGImageButton-Subtract-Regular { background: url( "images/BGImageButtons/Subtract/Regular.cache.gif" ) no-repeat; }
34 - .BGImageButton-Subtract-Mouseover { background: url( "images/BGImageButtons/Subtract/Mouseover.cache.gif" ) no-repeat; }
35 - .BGImageButton-Subtract-Mousedown { background: url( "images/BGImageButtons/Subtract/Mousedown.cache.gif" ) no-repeat; }
36 -
37 - .BGImageButton-Remove-Regular { background: url( "images/BGImageButtons/Remove/Regular.cache.gif" ) no-repeat; }
38 - .BGImageButton-Remove-Mouseover { background: url( "images/BGImageButtons/Remove/Mouseover.cache.gif" ) no-repeat; }
39 - .BGImageButton-Remove-Mousedown { background: url( "images/BGImageButtons/Remove/Mousedown.cache.gif" ) no-repeat; }
40 -
41 - .BGImageButton-DigitZero-Regular { background: url( "images/BGImageButtons/DigitZero/Regular.cache.gif" ) no-repeat; }
42 - .BGImageButton-DigitZero-Mouseover { background: url( "images/BGImageButtons/DigitZero/Mouseover.cache.gif" ) no-repeat; }
43 - .BGImageButton-DigitZero-Mousedown { background: url( "images/BGImageButtons/DigitZero/Mousedown.cache.gif" ) no-repeat; }
44 -
45 - .BGImageButton-Trash-Regular { background: url( "images/BGImageButtons/Trash/Regular.cache.gif" ) no-repeat; }
46 - .BGImageButton-Trash-Mouseover { background: url( "images/BGImageButtons/Trash/Mouseover.cache.gif" ) no-repeat; }
47 - .BGImageButton-Trash-Mousedown { background: url( "images/BGImageButtons/Trash/Mousedown.cache.gif" ) no-repeat; }
48 -
49 - .BGImageButton-Info-Regular { background: url( "images/BGImageButtons/Info/Regular.cache.gif" ) no-repeat; }
50 - .BGImageButton-Info-Mouseover { background: url( "images/BGImageButtons/Info/Mouseover.cache.gif" ) no-repeat; }
51 - .BGImageButton-Info-Mousedown { background: url( "images/BGImageButtons/Info/Mousedown.cache.gif" ) no-repeat; }
52 -
53 - .BGImageButton-Edit-Regular { background: url( "images/BGImageButtons/Edit/Regular.cache.gif" ) no-repeat; }
54 - .BGImageButton-Edit-Mouseover { background: url( "images/BGImageButtons/Edit/Mouseover.cache.gif" ) no-repeat; }
55 - .BGImageButton-Edit-Mousedown { background: url( "images/BGImageButtons/Edit/Mousedown.cache.gif" ) no-repeat; }
56 -
57 - .BGImageButton-Histogram-Regular { background: url( "images/BGImageButtons/Histogram/Regular.cache.gif" ) no-repeat; }
58 - .BGImageButton-Histogram-Mouseover { background: url( "images/BGImageButtons/Histogram/Mouseover.cache.gif" ) no-repeat; }
59 - .BGImageButton-Histogram-Mousedown { background: url( "images/BGImageButtons/Histogram/Mousedown.cache.gif" ) no-repeat; }
60 -
61 - .BGImageButton-SmallBlue-Regular { background: url( "images/BGImageButtons/SmallBlue/Regular.cache.gif" ) no-repeat; }
62 - .BGImageButton-SmallBlue-Mouseover { background: url( "images/BGImageButtons/SmallBlue/Mouseover.cache.gif" ) no-repeat; }
63 - .BGImageButton-SmallBlue-Mousedown { background: url( "images/BGImageButtons/SmallBlue/Mousedown.cache.gif" ) no-repeat; }
64 -
65 - .BGImageButton-SmallYellow-Regular { background: url( "images/BGImageButtons/SmallYellow/Regular.cache.gif" ) no-repeat; }
66 - .BGImageButton-SmallYellow-Mouseover { background: url( "images/BGImageButtons/SmallYellow/Mouseover.cache.gif" ) no-repeat; }
67 - .BGImageButton-SmallYellow-Mousedown { background: url( "images/BGImageButtons/SmallYellow/Mousedown.cache.gif" ) no-repeat; }
68 -
69 - .BGImageButton-SmallRed-Regular { background: url( "images/BGImageButtons/SmallRed/Regular.cache.gif" ) no-repeat; }
70 - .BGImageButton-SmallRed-Mouseover { background: url( "images/BGImageButtons/SmallRed/Mouseover.cache.gif" ) no-repeat; }
71 - .BGImageButton-SmallRed-Mousedown { background: url( "images/BGImageButtons/SmallRed/Mousedown.cache.gif" ) no-repeat; }
48 + .BGImageButton-Add-Regular {
49 + background: url("images/BGImageButtons/Add/Regular.cache.gif") no-repeat;
50 + }
51 +
52 + .BGImageButton-Add-Mouseover {
53 + background: url("images/BGImageButtons/Add/Mouseover.cache.gif") no-repeat;
54 + }
72 55
73 - .BGImageButton-Refresh
74 - {
56 + .BGImageButton-Add-Mousedown {
57 + background: url("images/BGImageButtons/Add/Mousedown.cache.gif") no-repeat;
58 + }
59 +
60 + .BGImageButton-Subtract-Regular {
61 + background: url("images/BGImageButtons/Subtract/Regular.cache.gif") no-repeat;
62 + }
63 +
64 + .BGImageButton-Subtract-Mouseover {
65 + background: url("images/BGImageButtons/Subtract/Mouseover.cache.gif") no-repeat;
66 + }
67 +
68 + .BGImageButton-Subtract-Mousedown {
69 + background: url("images/BGImageButtons/Subtract/Mousedown.cache.gif") no-repeat;
70 + }
71 +
72 + .BGImageButton-Remove-Regular {
73 + background: url("images/BGImageButtons/Remove/Regular.cache.gif") no-repeat;
74 + }
75 +
76 + .BGImageButton-Remove-Mouseover {
77 + background: url("images/BGImageButtons/Remove/Mouseover.cache.gif") no-repeat;
78 + }
79 +
80 + .BGImageButton-Remove-Mousedown {
81 + background: url("images/BGImageButtons/Remove/Mousedown.cache.gif") no-repeat;
82 + }
83 +
84 + .BGImageButton-DigitZero-Regular {
85 + background: url("images/BGImageButtons/DigitZero/Regular.cache.gif") no-repeat;
86 + }
87 +
88 + .BGImageButton-DigitZero-Mouseover {
89 + background: url("images/BGImageButtons/DigitZero/Mouseover.cache.gif") no-repeat;
90 + }
91 +
92 + .BGImageButton-DigitZero-Mousedown {
93 + background: url("images/BGImageButtons/DigitZero/Mousedown.cache.gif") no-repeat;
94 + }
95 +
96 + .BGImageButton-Trash-Regular {
97 + background: url("images/BGImageButtons/Trash/Regular.cache.gif") no-repeat;
98 + }
99 +
100 + .BGImageButton-Trash-Mouseover {
101 + background: url("images/BGImageButtons/Trash/Mouseover.cache.gif") no-repeat;
102 + }
103 +
104 + .BGImageButton-Trash-Mousedown {
105 + background: url("images/BGImageButtons/Trash/Mousedown.cache.gif") no-repeat;
106 + }
107 +
108 + .BGImageButton-Info-Regular {
109 + background: url("images/BGImageButtons/Info/Regular.cache.gif") no-repeat;
110 + }
111 +
112 + .BGImageButton-Info-Mouseover {
113 + background: url("images/BGImageButtons/Info/Mouseover.cache.gif") no-repeat;
114 + }
115 +
116 + .BGImageButton-Info-Mousedown {
117 + background: url("images/BGImageButtons/Info/Mousedown.cache.gif") no-repeat;
118 + }
119 +
120 + .BGImageButton-Edit-Regular {
121 + background: url("images/BGImageButtons/Edit/Regular.cache.gif") no-repeat;
122 + }
123 +
124 + .BGImageButton-Edit-Mouseover {
125 + background: url("images/BGImageButtons/Edit/Mouseover.cache.gif") no-repeat;
126 + }
127 +
128 + .BGImageButton-Edit-Mousedown {
129 + background: url("images/BGImageButtons/Edit/Mousedown.cache.gif") no-repeat;
130 + }
131 +
132 + .BGImageButton-Histogram-Regular {
133 + background: url("images/BGImageButtons/Histogram/Regular.cache.gif") no-repeat;
134 + }
135 +
136 + .BGImageButton-Histogram-Mouseover {
137 + background: url("images/BGImageButtons/Histogram/Mouseover.cache.gif") no-repeat;
138 + }
139 +
140 + .BGImageButton-Histogram-Mousedown {
141 + background: url("images/BGImageButtons/Histogram/Mousedown.cache.gif") no-repeat;
142 + }
143 +
144 + .BGImageButton-SmallBlue-Regular {
145 + background: url("images/BGImageButtons/SmallBlue/Regular.cache.gif") no-repeat;
146 + }
147 +
148 + .BGImageButton-SmallBlue-Mouseover {
149 + background: url("images/BGImageButtons/SmallBlue/Mouseover.cache.gif") no-repeat;
150 + }
151 +
152 + .BGImageButton-SmallBlue-Mousedown {
153 + background: url("images/BGImageButtons/SmallBlue/Mousedown.cache.gif") no-repeat;
154 + }
155 +
156 + .BGImageButton-SmallYellow-Regular {
157 + background: url("images/BGImageButtons/SmallYellow/Regular.cache.gif") no-repeat;
158 + }
159 +
160 + .BGImageButton-SmallYellow-Mouseover {
161 + background: url("images/BGImageButtons/SmallYellow/Mouseover.cache.gif") no-repeat;
162 + }
163 +
164 + .BGImageButton-SmallYellow-Mousedown {
165 + background: url("images/BGImageButtons/SmallYellow/Mousedown.cache.gif") no-repeat;
166 + }
167 +
168 + .BGImageButton-SmallRed-Regular {
169 + background: url("images/BGImageButtons/SmallRed/Regular.cache.gif") no-repeat;
170 + }
171 +
172 + .BGImageButton-SmallRed-Mouseover {
173 + background: url("images/BGImageButtons/SmallRed/Mouseover.cache.gif") no-repeat;
174 + }
175 +
176 + .BGImageButton-SmallRed-Mousedown {
177 + background: url("images/BGImageButtons/SmallRed/Mousedown.cache.gif") no-repeat;
178 + }
179 +
180 + .BGImageButton-Refresh {
75 181 width: 20px;
76 182 height: 20px;
77 183 cursor: pointer;
78 184 }
79 185
80 - .BGImageButton-Refresh-Regular { background: url( "images/BGImageButtons/Refresh/Regular.cache.gif" ) no-repeat; }
81 - .BGImageButton-Refresh-Mouseover { background: url( "images/BGImageButtons/Refresh/Mouseover.cache.gif" ) no-repeat; }
82 - .BGImageButton-Refresh-Mousedown { background: url( "images/BGImageButtons/Refresh/Mousedown.cache.gif" ) no-repeat; }
186 + .BGImageButton-Refresh-Regular {
187 + background: url("images/BGImageButtons/Refresh/Regular.cache.gif") no-repeat;
188 + }
189 +
190 + .BGImageButton-Refresh-Mouseover {
191 + background: url("images/BGImageButtons/Refresh/Mouseover.cache.gif") no-repeat;
192 + }
193 +
194 + .BGImageButton-Refresh-Mousedown {
195 + background: url("images/BGImageButtons/Refresh/Mousedown.cache.gif") no-repeat;
196 + }
83 197
84 198 .BGImageButton-YesToggle,
85 199 .BGImageButton-NoToggle,
86 200 .BGImageButton-CashToggle,
87 - .BGImageButton-BuildingToggle
88 - {
201 + .BGImageButton-BuildingToggle {
89 202 width: 40px;
90 203 height: 24px;
91 204 cursor: pointer;
92 205 }
93 206
94 - .BGImageButton-YesToggle-Regular { background: url( "images/BGImageButtons/YesToggle/Regular.cache.gif" ) no-repeat; }
95 - .BGImageButton-YesToggle-Mouseover { background: url( "images/BGImageButtons/YesToggle/Mouseover.cache.gif" ) no-repeat; }
96 - .BGImageButton-YesToggle-Mousedown { background: url( "images/BGImageButtons/YesToggle/Mousedown.cache.gif" ) no-repeat; }
97 -
98 - .BGImageButton-NoToggle-Regular { background: url( "images/BGImageButtons/NoToggle/Regular.cache.gif" ) no-repeat; }
99 - .BGImageButton-NoToggle-Mouseover { background: url( "images/BGImageButtons/NoToggle/Mouseover.cache.gif" ) no-repeat; }
100 - .BGImageButton-NoToggle-Mousedown { background: url( "images/BGImageButtons/NoToggle/Mousedown.cache.gif" ) no-repeat; }
101 -
102 - .BGImageButton-CashToggle-Regular { background: url( "images/BGImageButtons/CashToggle/Regular.cache.gif" ) no-repeat; }
103 - .BGImageButton-CashToggle-Mouseover { background: url( "images/BGImageButtons/CashToggle/Mouseover.cache.gif" ) no-repeat; }
104 - .BGImageButton-CashToggle-Mousedown { background: url( "images/BGImageButtons/CashToggle/Mousedown.cache.gif" ) no-repeat; }
105 -
106 - .BGImageButton-BuildingToggle-Regular { background: url( "images/BGImageButtons/BuildingToggle/Regular.cache.gif" ) no-repeat; }
107 - .BGImageButton-BuildingToggle-Mouseover { background: url( "images/BGImageButtons/BuildingToggle/Mouseover.cache.gif" ) no-repeat; }
108 - .BGImageButton-BuildingToggle-Mousedown { background: url( "images/BGImageButtons/BuildingToggle/Mousedown.cache.gif" ) no-repeat; }
207 + .BGImageButton-YesToggle-Regular {
208 + background: url("images/BGImageButtons/YesToggle/Regular.cache.gif") no-repeat;
209 + }
109 210
110 - /**********************************************/
211 + .BGImageButton-YesToggle-Mouseover {
212 + background: url("images/BGImageButtons/YesToggle/Mouseover.cache.gif") no-repeat;
213 + }
111 214
112 - .gwt-GlassPanel
113 - {
114 - background-color: #FFFFFF !important;
215 + .BGImageButton-YesToggle-Mousedown {
216 + background: url("images/BGImageButtons/YesToggle/Mousedown.cache.gif") no-repeat;
217 + }
115 218
116 - /* Override glass panel to 10% opacity (= 90% transparency) */
219 + .BGImageButton-NoToggle-Regular {
220 + background: url("images/BGImageButtons/NoToggle/Regular.cache.gif") no-repeat;
117 221 }
118 222
119 - .DialogGlassPaneOpaquenessFull
120 - {
223 + .BGImageButton-NoToggle-Mouseover {
224 + background: url("images/BGImageButtons/NoToggle/Mouseover.cache.gif") no-repeat;
225 + }
226 +
227 + .BGImageButton-NoToggle-Mousedown {
228 + background: url("images/BGImageButtons/NoToggle/Mousedown.cache.gif") no-repeat;
229 + }
230 +
231 + .BGImageButton-CashToggle-Regular {
232 + background: url("images/BGImageButtons/CashToggle/Regular.cache.gif") no-repeat;
233 + }
234 +
235 + .BGImageButton-CashToggle-Mouseover {
236 + background: url("images/BGImageButtons/CashToggle/Mouseover.cache.gif") no-repeat;
237 + }
238 +
239 + .BGImageButton-CashToggle-Mousedown {
240 + background: url("images/BGImageButtons/CashToggle/Mousedown.cache.gif") no-repeat;
241 + }
242 +
243 + .BGImageButton-BuildingToggle-Regular {
244 + background: url("images/BGImageButtons/BuildingToggle/Regular.cache.gif") no-repeat;
245 + }
246 +
247 + .BGImageButton-BuildingToggle-Mouseover {
248 + background: url("images/BGImageButtons/BuildingToggle/Mouseover.cache.gif") no-repeat;
249 + }
250 +
251 + .BGImageButton-BuildingToggle-Mousedown {
252 + background: url("images/BGImageButtons/BuildingToggle/Mousedown.cache.gif") no-repeat;
253 + }
254 +
255 + /**********************************************/
256 +
257 + .gwt-GlassPanel {
258 + background-color: #FFFFFF !important; /* Override glass panel to 10% opacity (= 90% transparency) */
259 + }
260 +
261 + .DialogGlassPaneOpaquenessFull {
121 262 filter: alpha(opacity = 100) !important; /* IE */
122 263 opacity: 1.0 !important; /* non-IE */
123 264 }
124 265
125 - .DialogGlassPaneOpaquenessMostly
126 - {
266 + .DialogGlassPaneOpaquenessMostly {
127 267 filter: alpha(opacity = 80) !important; /* IE */
128 268 opacity: 0.8 !important; /* non-IE */
129 269 }
130 270
131 - .DialogGlassPaneOpaquenessSemi
132 - {
271 + .DialogGlassPaneOpaquenessSemi {
133 272 filter: alpha(opacity = 50) !important; /* IE */
134 273 opacity: 0.5 !important; /* non-IE */
135 274 }
136 275
137 - .DialogGlassPaneOpaquenessSlightly
138 - {
276 + .DialogGlassPaneOpaquenessSlightly {
139 277 filter: alpha(opacity = 20) !important; /* IE */
140 278 opacity: 0.2 !important; /* non-IE */
141 279 }
142 280
143 - .DialogGlassPaneOpaquenessNone
144 - {
281 + .DialogGlassPaneOpaquenessNone {
145 282 filter: alpha(opacity = 0) !important; /* IE */
146 283 opacity: 0.0 !important; /* non-IE */
147 284 }
148 285
149 286 /**********************************************/
150 287
151 - .simpleLabel
152 - {
153 - white-space:nowrap;
154 - font-size:80%;
288 + .simpleLabel {
289 + white-space: nowrap;
290 + font-size: 80%;
155 291 }
156 292
157 293 /**********************************************/
158 294 /******************** HTML ********************/
159 295 /**********************************************/
160 - body { margin: 0; padding: 0; cursor: default; }
296 + body {
297 + margin: 0;
298 + padding: 0;
299 + cursor: default;
300 + }
301 +
302 + img {
303 + margin: 0;
304 + padding: 0;
305 + }
306 +
307 + a {
308 + }
309 +
310 + a:visited {
311 + }
312 +
313 + label {
314 + white-space: nowrap;
315 + }
316 +
317 + input {
318 + font-size: 80%;
319 + font-family: arial, sans-serif;
320 + }
161 321
162 - img { margin: 0; padding: 0; }
322 + textarea {
323 + font-size: 80%;
324 + font-family: arial, sans-serif;
325 + }
326 +
327 + legend {
328 + font-size: 90%;
329 + font-family: arial, sans-serif;
330 + }
163 331
164 - a { }
165 - a:visited { }
332 + fieldset {
333 + padding: 4px;
334 + margin: 0;
335 + }
166 336
167 - label { white-space: nowrap; }
168 - input { font-size: 80%; font-family: arial, sans-serif; }
169 - textarea { font-size: 80%; font-family: arial, sans-serif; }
170 - legend { font-size: 90%; font-family: arial, sans-serif; }
171 - fieldset { padding:4px; margin:0;}
172 - fieldset .litesoft-FormComponent { margin-right: 4px; }
337 + fieldset .litesoft-FormComponent {
338 + margin-right: 4px;
339 + }
173 340
174 - .NoCaseSpecification .gwt-Label { color: red; }
341 + .NoCaseSpecification .gwt-Label {
342 + color: red;
343 + }
175 344
176 345 /**********************************************/
177 346 /******************** GWT *********************/
178 347 /**********************************************/
179 - body .gwt-PopupPanel { border:none; background-color:transparent; }
348 + body .gwt-PopupPanel {
349 + border: none;
350 + background-color: transparent;
351 + }
180 352
181 - .gwt-DialogBox
182 - {
353 + .gwt-DialogBox {
183 354 cursor: default;
184 355 padding-bottom: 4px;
185 356 }
186 357
187 - .gwt-DialogBox .Caption
188 - {
358 + .gwt-DialogBox .Caption {
359 + }
360 +
361 + .gwt-Label {
362 + padding: 0;
363 + cursor: default;
364 + white-space: nowrap;
365 + }
366 +
367 + .gwt-HTML {
368 + }
369 +
370 + .gwt-StackPanel {
371 + width: 15em;
372 + }
373 +
374 + .gwt-StackPanelItem {
375 + }
376 +
377 + .gwt-StackPanelItem-selected {
378 + }
379 +
380 + .gwt-TabBar {
381 + white-space: nowrap;
382 + }
383 +
384 + .gwt-TabBarFirst {
385 + padding: 4px;
386 + }
387 +
388 + .gwt-TabBarRest {
389 + padding: 4px;
390 + }
391 +
392 + .gwt-TabBarItem {
393 + font-family: verdana, sans-serif;
394 + font-size: 80%;
395 + font-weight: bold;
396 + padding: 3px 12px 3px 2px;
397 + white-space: nowrap;
398 + cursor: pointer;
399 + }
400 +
401 + .gwt-TabBarItem-selected {
402 + font-family: verdana, sans-serif;
403 + font-size: 80%;
404 + font-weight: bold;
405 + padding: 3px 12px 3px 2px;
406 + white-space: nowrap;
407 + cursor: default;
408 + }
409 +
410 + .gwt-TabBarItem-NonError .tabErrorIndicator {
411 + width: 13px;
412 + background: url(images/misc/tab_error_indicator_empty.cache.gif) no-repeat;
413 + }
414 +
415 + .gwt-TabBarItem-Error .tabErrorIndicator {
416 + width: 13px;
417 + background: url(images/misc/tab_error_indicator.cache.gif) no-repeat;
418 + }
419 +
420 + .gwt-TabPanel {
421 + padding: 4px;
422 + }
423 +
424 + .gwt-TabPanelBottom {
425 + padding: 4px;
426 + }
427 +
428 + .gwt-Tree {
429 + cursor: default;
430 + }
431 +
432 + .gwt-TreeItem {
433 + cursor: default;
434 + }
435 +
436 + .gwt-TreeItem-selected div {
437 + background-color: #A2C1ED;
438 + }
439 +
440 + .gwt-Tree .gwt-Label {
441 + padding: 0 0 0 3px;
442 + }
443 +
444 + .gwt-PopupPanel {
445 + cursor: default;
446 + }
447 +
448 + .gwt-MenuBar {
449 + padding-left: 0;
450 + }
451 +
452 + .gwt-MenuItem {
453 + padding-left: 2px;
454 + padding-right: 2px;
455 + white-space: nowrap;
456 + cursor: default;
189 457 }
190 458
191 - .gwt-Label { padding: 0; cursor: default; white-space: nowrap; }
192 - .gwt-HTML { }
459 + .gwt-MenuItem-selected {
460 + }
461 +
462 + .gwt-MenuItem-Disabled {
463 + }
464 +
465 + .gwt-SuggestBoxPopup {
466 + background-color: #C9EEFF;
467 + padding-left: 0px;
468 + padding-right: 0px;
469 + border: solid 1px #003C74;
470 + }
471 +
472 + .gwt-SuggestBoxPopup .item {
473 + padding-left: 5px;
474 + padding-right: 5px;
475 + }
476 +
477 + .gwt-SuggestBoxPopup .item-selected {
478 + padding-left: 5px;
479 + padding-right: 5px;
480 + background-color: #A2C1ED;
481 + }
482 +
483 + .gwt-CheckBox {
484 + white-space: nowrap;
485 + }
193 486
194 - .gwt-StackPanel { width: 15em; }
195 - .gwt-StackPanelItem { }
196 - .gwt-StackPanelItem-selected { }
197 -
198 - .gwt-TabBar { white-space: nowrap; }
199 - .gwt-TabBarFirst { padding: 4px; }
200 - .gwt-TabBarRest { padding: 4px; }
201 - .gwt-TabBarItem { font-family:verdana, sans-serif; font-size:80%; font-weight:bold; padding: 3px 12px 3px 2px; white-space: nowrap; cursor: pointer; }
202 - .gwt-TabBarItem-selected { font-family:verdana, sans-serif; font-size:80%; font-weight:bold; padding: 3px 12px 3px 2px; white-space: nowrap; cursor: default; }
203 - .gwt-TabBarItem-NonError .tabErrorIndicator { width:13px; background: url(images/misc/tab_error_indicator_empty.cache.gif) no-repeat; }
204 - .gwt-TabBarItem-Error .tabErrorIndicator { width:13px; background: url(images/misc/tab_error_indicator.cache.gif) no-repeat; }
205 -
206 - .gwt-TabPanel { padding: 4px; }
207 - .gwt-TabPanelBottom { padding: 4px; }
208 -
209 - .gwt-Tree { cursor: default; }
210 - .gwt-TreeItem { cursor: default; }
211 - .gwt-TreeItem-selected div { background-color: #A2C1ED; }
212 - .gwt-Tree .gwt-Label { padding: 0 0 0 3px; }
213 -
214 - .gwt-PopupPanel { cursor: default; }
215 -
216 - .gwt-MenuBar { padding-left: 0; }
217 - .gwt-MenuItem { padding-left: 2px; padding-right: 2px; white-space: nowrap; cursor: default; }
218 - .gwt-MenuItem-selected { }
219 - .gwt-MenuItem-Disabled { }
220 - .gwt-SuggestBoxPopup { background-color: #C9EEFF; padding-left: 0px; padding-right: 0px; border: solid 1px #003C74; }
221 - .gwt-SuggestBoxPopup .item { padding-left:5px; padding-right:5px; }
222 - .gwt-SuggestBoxPopup .item-selected { padding-left:5px; padding-right:5px; background-color: #A2C1ED;}
487 + .gwt-DialogBox .Caption {
488 + cursor: move;
489 + }
223 490
224 - .gwt-CheckBox { white-space: nowrap; }
225 - .gwt-DialogBox .Caption { cursor: move; }
226 491 /*.gwt-DialogBox .Caption { padding: 4px; padding-bottom: 8px; cursor: move; }*/
227 492
228 493 /****************************************************************************/
229 494 /*********** Table **********************************************************/
230 495 /****************************************************************************/
231 - .gwt-ScrollTable
232 - {
496 + .gwt-ScrollTable {
233 497 cursor: default;
234 498 }
235 499
236 500 .headerWrapper,
237 - .AccordionTable-headerRow
238 - {
239 - /*background-color: #CCCCCC;*/
501 + .AccordionTable-headerRow {
502 + /*background-color: #CCCCCC;*/
240 503 }
241 504
242 505 .dataTable td,
243 506 .headerTable td,
244 507 .AccordionTable-headerCell td,
245 508 .AccordionTable-footerCell,
246 - .AccordionTable-dataCell
247 - {
248 - /*padding: 2px 10px 2px 6px;*//* now set programatically */
249 - overflow: hidden;
250 - /*text-align: left;*/
509 + .AccordionTable-dataCell {
510 + /*padding: 2px 10px 2px 6px;*//* now set programatically */
511 + overflow: hidden; /*text-align: left;*/
251 512 }
252 513
253 514 .headerTable td,
254 - .AccordionTable-headerCell
255 - {
256 - background: #CCCCCC url(images/misc/table_header_border.gif) no-repeat top right;
515 + .AccordionTable-headerCell {
516 + background: #CCCCCC url(images/misc/table_header_border.gif) no-repeat top right;
257 517 }
258 518
259 519 .dataTableText, /* Used for Font Sizing - See AbstractClientMainAppEntryPoint */
  @@ -262,8 +522,7 @@
262 522 .headerTable td,
263 523 .AccordionTable-headerCell td,
264 524 .AccordionTable-footerCell,
265 - .AccordionTable-dataCell
266 - {
525 + .AccordionTable-dataCell {
267 526 white-space: nowrap;
268 527 font-family: "Courier New", Courier, monospace;
269 528 font-size: 90%;
  @@ -272,257 +531,800 @@
272 531 .headerTableText, /* Used for Font Sizing - See AbstractClientMainAppEntryPoint */
273 532 .headerTable td,
274 533 .AccordionTable-headerCell td,
275 - .AccordionTable-footerCell
276 - {
277 - font-weight: bold;
534 + .AccordionTable-footerCell {
535 + font-weight: bold;
278 536 }
279 537
280 - .dataWrapper { background-color:#F9F9F9; }
538 + .dataWrapper {
539 + background-color: #F9F9F9;
540 + }
281 541
282 - .dataWrapper
283 - {
542 + .dataWrapper {
284 543 /* background: url('images/misc/sites_button.gif') repeat-y right; */
285 544 }
286 545
287 546 body .NoSelectionHighlight tr.highlighted,
288 - tr.highlighted
289 - {
290 - background: #D9F0FF;
547 + tr.highlighted {
548 + background: #D9F0FF;
291 549 }
292 550
293 - .dataTable tr.selected
294 - {
295 - background: #C3D9FF;
551 + .dataTable tr.selected {
552 + background: #C3D9FF;
296 553 }
297 554
298 555 body .NoSelectionHighlight tr.TableRow-odd,
299 - .TableRow-odd
300 - {
301 - background-color: #EEEEEE;
556 + .TableRow-odd {
557 + background-color: #EEEEEE;
302 558 }
303 559
304 560 body .NoSelectionHighlight tr.TableRow-even,
305 - .TableRow-even
306 - {
307 - background-color: #F6F6F6;
561 + .TableRow-even {
562 + background-color: #F6F6F6;
308 563 }
309 564
310 565 /****************************************************************************/
311 566 /*********** Google DatePicker **********************************************/
312 567 /****************************************************************************/
313 - .goog-date-picker { border: 0 solid black; padding-left: 2px; padding-right: 2px; text-align: center; vertical-align: middle; }
314 - .goog-date-picker .grid { font: menu; border-collapse: collapse; }
315 - .goog-date-picker .grid td { border: 1px solid white; padding: 0; height: 20px; width: 4ex; }
316 - .goog-date-picker .week-names { color: gray; text-align: center; font-size: 0.8em; }
317 - .goog-date-picker .week-numbers { color: gray; text-align: center; }
318 - .goog-date-picker .control { font: 12pt sans-serif; text-align: center; padding: 2px 2px 2px 2px; margin: 0 1px 0 1px; }
319 - .goog-date-picker .title { font: 10pt sans-serif; text-align: center; padding: 1px 2px 1px 2px; border: 1px solid red; background: buttonface; vertical-align: middle; width: 8ex; }
320 - .goog-date-picker .control-today { font: 10pt sans-serif; text-align: center; border: 2px outset black; background: buttonface; vertical-align: middle; width: 25ex; }
321 - .goog-date-picker .control-menu { margin: 0 1px 0 1px; }
322 - .goog-date-picker .control-block { margin: 1px 1px 1px 1px; }
323 - .goog-date-picker .control-pane { margin: 1px 1px 1px 1px; }
324 - .goog-date-picker .control-submenu { font: menu; }
325 - .goog-date-picker .weekday { font: menu; text-align: center; vertical-align: middle; }
326 - .goog-date-picker .weekend-start { font: menu; text-align: center; vertical-align: middle; background-color: rgb( 255, 204, 204 ); }
327 - .goog-date-picker .weekend-end { font: menu; text-align: center; vertical-align: middle; background-color: rgb( 255, 204, 204 ); color: red; }
328 - .goog-date-picker .today { font: menu; font-weight: bold !important; }
329 - .goog-date-picker .selected { font: menu; background-color: rgb( 204, 204, 255 ); color: blue; }
330 - .goog-date-picker .special { font-weight: bold !important; background: #FF6347; }
331 - .goog-date-picker .other-month { filter: Alpha( Opacity = 30 ); opacity: 0.3; }
332 -
333 - .litesoft-IconButton DIV { background-repeat: no-repeat; }
334 -
335 - .litesoft-IconCalendarButton-Enabled DIV { background-image: url( images/formcomponents/calendar.cache.gif ); }
336 - .litesoft-IconCalendarButton-Disabled DIV { background-image: url( images/formcomponents/calendar_disabled.cache.gif ); }
337 - .litesoft-IconTimeStampButton-Enabled DIV { background-image: url( images/formcomponents/calendar_time.cache.gif ); }
338 - .litesoft-IconTimeStampButton-Disabled DIV { background-image: url( images/formcomponents/calendar_time_disabled.cache.gif ); }
339 - .litesoft-IconTimeButton-Enabled DIV { background-image: url( images/formcomponents/time.cache.gif ); }
340 - .litesoft-IconTimeButton-Disabled DIV { background-image: url( images/formcomponents/time_disabled.cache.gif ); }
341 - .litesoft-IconImagePickerButton-Enabled DIV { background-image: url( images/formcomponents/image.cache.gif ); }
342 - .litesoft-IconImagePickerButton-Disabled DIV { background-image: url( images/formcomponents/image_disabled.cache.gif ); }
568 + .goog-date-picker {
569 + border: 0 solid black;
570 + padding-left: 2px;
571 + padding-right: 2px;
572 + text-align: center;
573 + vertical-align: middle;
574 + }
575 +
576 + .goog-date-picker .grid {
577 + font: menu;
578 + border-collapse: collapse;
579 + }
580 +
581 + .goog-date-picker .grid td {
582 + border: 1px solid white;
583 + padding: 0;
584 + height: 20px;
585 + width: 4ex;
586 + }
343 587
344 - .litesoft-FormButton { }
345 - /*.litesoft-FormButton { margin-left: 7px; margin-top:2px; margin-right: 0px; margin-bottom: 2px; }*/
588 + .goog-date-picker .week-names {
589 + color: gray;
590 + text-align: center;
591 + font-size: 0.8em;
592 + }
346 593
347 - .UserAgent-Gecko .litesoft-IconButton { padding: 1px 0 2px 0; width: 28px; height: 24px; }
348 - .UserAgent-Gecko .litesoft-IconCalendarButton-Disabled { padding-left: 1px; }
349 - .UserAgent-IE .litesoft-IconButton { padding: 2px 0 2px 0; width: 26px; height: 26px; }
350 - .UserAgent-Opera .litesoft-IconButton { padding: 2px 0 2px 0; width: 28px; height: 20px; background-position: center center;}
351 - .UserAgent-IE .litesoft-IconButton DIV { display: inline; }
352 - .UserAgent-Gecko .Platform-Other .litesoft-IconButton { padding: 2px 0 3px 0; width: 26px; height: 24px; }
353 - .UserAgent-Gecko .Platform-Mac .litesoft-IconButton { padding: 1px 0 3px 0; width: 36px; height: 24px; }
594 + .goog-date-picker .week-numbers {
595 + color: gray;
596 + text-align: center;
597 + }
354 598
355 - /**********************************************/
356 - /******************** Litesoft ****************/
357 - /**********************************************/
358 - .litesoft-LayoutOverflowAuto { overflow: auto; }
359 - .litesoft-LayoutOverflowHidden { overflow: hidden; }
599 + .goog-date-picker .control {
600 + font: 12pt sans-serif;
601 + text-align: center;
602 + padding: 2px 2px 2px 2px;
603 + margin: 0 1px 0 1px;
604 + }
360 605
361 - .litesoft-VerticalTab { padding: 2px 8px 2px 1px; white-space: nowrap; font-size: 80%; }
362 - .litesoft-VerticalTab-Selected { cursor: default;}
363 - .litesoft-VerticalTab-Unselected { cursor: pointer;}
364 - .litesoft-VerticalTabRest { }
365 - .litesoft-VerticalTab-Error { }
366 -
367 - .tabErrorIndicator { }
368 - .litesoft-VerticalTab-NonError .tabErrorIndicator { width:13px; background: url(images/misc/tab_error_indicator_empty.cache.gif) no-repeat; }
369 - .litesoft-VerticalTab-Error .tabErrorIndicator { width:13px; background: url(images/misc/tab_error_indicator.cache.gif) no-repeat; }
370 -
371 - .litesoft-SizeableSelectorPanel { margin-left: 2px; margin-top: 2px; }
372 - .litesoft-SelectorPanel { }
373 - .litesoft-DeckPanel { padding: 4px; }
606 + .goog-date-picker .title {
607 + font: 10pt sans-serif;
608 + text-align: center;
609 + padding: 1px 2px 1px 2px;
610 + border: 1px solid red;
611 + background: buttonface;
612 + vertical-align: middle;
613 + width: 8ex;
614 + }
374 615
375 - .litesoft-FrameGlassPanel { background-color: black; opacity: 0.01; filter: alpha(opacity = 1); }
616 + .goog-date-picker .control-today {
617 + font: 10pt sans-serif;
618 + text-align: center;
619 + border: 2px outset black;
620 + background: buttonface;
621 + vertical-align: middle;
622 + width: 25ex;
623 + }
376 624
377 - .litesoft-SubFormAddRowButton { cursor: pointer; width:44px; height:13px; padding-top: 1px; padding-bottom:1px; }
378 - .litesoft-SubFormRemoveRowButton { cursor: pointer; width:16px; height:20px; }
625 + .goog-date-picker .control-menu {
626 + margin: 0 1px 0 1px;
627 + }
379 628
380 - /**********************************************/
381 - /******************** Dialog ******************/
382 - /**********************************************/
629 + .goog-date-picker .control-block {
630 + margin: 1px 1px 1px 1px;
631 + }
383 632
384 - .litesoft-DialogBarCaption { white-space: nowrap; font-family:arial, sans-serif; font-size:80%; }
633 + .goog-date-picker .control-pane {
634 + margin: 1px 1px 1px 1px;
635 + }
385 636
386 - .litesoft-DialogTitleBar { cursor: move; padding-bottom: 1px; }
387 - .litesoft-NoSizeAffectingCSS-DialogContentPane { background-color:#FFFFFF; }
637 + .goog-date-picker .control-submenu {
638 + font: menu;
639 + }
388 640
389 - /* Outer Border */
390 - .litesoft-DialogOuterBorderLeftTop { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/ShadowTopLeft.cache.png ); }
391 - .litesoft-DialogOuterBorderTop { height: 20px; background-image: url( images/misc/dialogShadow/ShadowUpStraight.cache.png ); background-repeat: repeat-x; }
392 - .litesoft-DialogOuterBorderRightTop { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/ShadowTopRight.cache.png ); }
393 - .litesoft-DialogOuterBorderLeft { width: 20px; background-image: url( images/misc/dialogShadow/ShadowLeftStraight.cache.png ); background-repeat: repeat-y; }
394 - .litesoft-DialogOuterBorderRight { width: 20px; background-image: url( images/misc/dialogShadow/ShadowRightStraight.cache.png ); background-repeat: repeat-y; }
395 - .litesoft-DialogOuterBorderLeftBottom { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/ShadowBottomLeft.cache.png ); }
396 - .litesoft-DialogOuterBorderBottom { height: 20px; background-image: url( images/misc/dialogShadow/ShadowDownStraight.cache.png ); background-repeat: repeat-x; }
397 - .litesoft-DialogOuterBorderRightBottom { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/ShadowBottomRight.cache.png ); }
398 -
399 - .ReallyIE6 .litesoft-DialogOuterBorderLeftTop { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowTopLeft.cache.gif ); }
400 - .ReallyIE6 .litesoft-DialogOuterBorderTop { height: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowUpStraight.cache.gif ); background-repeat: repeat-x; }
401 - .ReallyIE6 .litesoft-DialogOuterBorderRightTop { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowTopRight.cache.gif ); }
402 - .ReallyIE6 .litesoft-DialogOuterBorderLeft { width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowLeftStraight.cache.gif ); background-repeat: repeat-y; }
403 - .ReallyIE6 .litesoft-DialogOuterBorderRight { width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowRightStraight.cache.gif ); background-repeat: repeat-y; }
404 - .ReallyIE6 .litesoft-DialogOuterBorderLeftBottom { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowBottomLeft.cache.gif ); }
405 - .ReallyIE6 .litesoft-DialogOuterBorderBottom { height: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowDownStraight.cache.gif ); background-repeat: repeat-x; }
406 - .ReallyIE6 .litesoft-DialogOuterBorderRightBottom { height: 20px; width: 20px; background-image: url( images/misc/dialogShadow/IE6_ShadowBottomRight.cache.gif ); }
641 + .goog-date-picker .weekday {
642 + font: menu;
643 + text-align: center;
644 + vertical-align: middle;
645 + }
407 646
408 - /* Border Straights */
409 - .litesoft-DialogBorderStraightTop { cursor: n-resize; height: 7px; }
410 - .litesoft-DialogBorderStraightBottom { cursor: s-resize; height: 7px; }
411 - .litesoft-DialogBorderStraightLeftCaption { cursor: w-resize; width: 7px; }
412 - .litesoft-DialogBorderStraightRightCaption { cursor: e-resize; width: 7px; }
413 - /*.litesoft-DialogBorderLeftMinimizeBarCaption { cursor: w-resize; width: 7px; }*/
414 - .litesoft-DialogBorderRightMinimizeBarCaption { cursor: e-resize; width: 7px; }
415 - .litesoft-DialogBorderStraightLeftContent { cursor: w-resize; width: 7px; }
416 - .litesoft-DialogBorderStraightRightContent { cursor: e-resize; width: 7px; }
647 + .goog-date-picker .weekend-start {
648 + font: menu;
649 + text-align: center;
650 + vertical-align: middle;
651 + background-color: rgb(255, 204, 204);
652 + }
417 653
418 - /* Border Corners */
419 - .litesoft-DialogBorderCornerTopLeft { cursor: nw-resize; width: 7px; height: 7px; }
420 - .litesoft-DialogBorderCornerTopRight { cursor: ne-resize; width: 7px; height: 7px; }
421 - .litesoft-DialogBorderCornerBottomLeft { cursor: sw-resize; width: 7px; height: 7px; }
422 - .litesoft-DialogBorderCornerBottomRight { cursor: se-resize; width: 7px; height: 7px; }
654 + .goog-date-picker .weekend-end {
655 + font: menu;
656 + text-align: center;
657 + vertical-align: middle;
658 + background-color: rgb(255, 204, 204);
659 + color: red;
660 + }
423 661
424 - /* Border Rounded Corner Support */
425 - .litesoft-DialogBorderCornerTopLeftUp { cursor: nw-resize; width: 5px; height: 7px; }
426 - .litesoft-DialogBorderCornerTopLeftDown { cursor: nw-resize; width: 7px; height: 5px; }
427 - .litesoft-DialogBorderCornerTopRightUp { cursor: ne-resize; width: 5px; height: 7px; }
428 - .litesoft-DialogBorderCornerTopRightDown { cursor: ne-resize; width: 7px; height: 5px; }
429 - .litesoft-DialogBorderCornerBottomLeftUp { cursor: sw-resize; width: 5px; height: 7px; }
430 - .litesoft-DialogBorderCornerBottomLeftDown { cursor: sw-resize; width: 7px; height: 5px; }
431 - .litesoft-DialogBorderCornerBottomRightUp { cursor: se-resize; width: 5px; height: 7px; }
432 - .litesoft-DialogBorderCornerBottomRightDown { cursor: se-resize; width: 7px; height: 5px; }
433 -
434 - .litesoft-AlertErrorDialog { cursor: default; }
435 - .litesoft-AlertErrorDialogIcon { width: 24px; height: 24px; background-image: url( images/misc/AlertError.cache.gif ); }
436 - .litesoft-AlertErrorDialogBodyPanel { padding: 4px; }
437 - .litesoft-AlertErrorDialogVersionPanel { padding-top: 4px; padding-bottom: 4px; }
438 - .litesoft-AlertErrorDialogButtonBar { padding-top: 4px; padding-bottom: 4px; }
439 -
440 - .litesoft-AlertErrorDialog {}
441 - .litesoft-AlertErrorDialogBodyPanel {}
442 - .litesoft-AlertErrorDialogVersionPanel {}
443 - .litesoft-AlertErrorDialogButtonBar {}
444 -
445 - .litesoft-InfoDialog { cursor: default; }
446 - .litesoft-InfoDialogIcon { width: 24px; height: 24px; background-image: url( images/misc/InfoIcon.cache.gif ); }
447 - .litesoft-InfoDialogBodyPanel { padding: 4px; }
448 - .litesoft-InfoDialogVersionPanel { padding-top: 4px; padding-bottom: 4px; }
449 - .litesoft-InfoDialogButtonBar { padding-top: 4px; padding-bottom: 4px; }
450 -
451 - .litesoft-InfoDialog {}
452 - .litesoft-InfoDialogBodyPanel {}
453 - .litesoft-InfoDialogVersionPanel {}
454 - .litesoft-InfoDialogButtonBar {}
455 -
456 - .litesoft-ConfirmDialog { cursor: default; }
457 - .litesoft-ConfirmDialogIcon { width: 24px; height: 24px; background-image: url( images/misc/ConfirmIcon.cache.gif ); }
458 - .litesoft-ConfirmDialogBodyPanel { padding: 4px; }
459 - .litesoft-ConfirmDialogVersionPanel { padding-top: 4px; padding-bottom: 4px; }
460 - .litesoft-ConfirmDialogButtonBar { padding-top: 4px; padding-bottom: 4px; }
461 -
462 - .litesoft-ConfirmDialog {}
463 - .litesoft-ConfirmDialogBodyPanel {}
464 - .litesoft-ConfirmDialogVersionPanel {}
465 - .litesoft-ConfirmDialogButtonBar {}
662 + .goog-date-picker .today {
663 + font: menu;
664 + font-weight: bold !important;
665 + }
466 666
467 - /**********************************************/
468 - /****************** Splitters *****************/
469 - /**********************************************/
470 - .litesoft-LayoutSizeableHorizontalSplitPairPanel { } /* defined in SizeableHorizontalSplitPairPanel.java */
471 - .litesoft-LayoutSizeableVerticalSplitPairPanel { } /* defined in SizeableVerticalSplitPairPanel.java */
667 + .goog-date-picker .selected {
668 + font: menu;
669 + background-color: rgb(204, 204, 255);
670 + color: blue;
671 + }
472 672
473 - /* defined in SizeableHorizontalSplitPairPanel.java */
474 - .litesoft-SplitterForHorizontalPair { cursor: e-resize; width: 8px; background-repeat: repeat-y; }
673 + .goog-date-picker .special {
674 + font-weight: bold !important;
675 + background: #FF6347;
676 + }
475 677
476 - /* defined in SizeableVerticalSplitPairPanel.java */
477 - .litesoft-SplitterForVerticalPair { cursor: s-resize; height: 8px; background-repeat: repeat-x; }
678 + .goog-date-picker .other-month {
679 + filter: Alpha(Opacity = 30);
680 + opacity: 0.3;
681 + }
478 682
683 + .litesoft-IconButton DIV {
684 + background-repeat: no-repeat;
685 + }
479 686
687 + .litesoft-IconCalendarButton-Enabled DIV {
688 + background-image: url(images/formcomponents/calendar.cache.gif);
689 + }
690 +
691 + .litesoft-IconCalendarButton-Disabled DIV {
692 + background-image: url(images/formcomponents/calendar_disabled.cache.gif);
693 + }
694 +
695 + .litesoft-IconTimeStampButton-Enabled DIV {
696 + background-image: url(images/formcomponents/calendar_time.cache.gif);
697 + }
698 +
699 + .litesoft-IconTimeStampButton-Disabled DIV {
700 + background-image: url(images/formcomponents/calendar_time_disabled.cache.gif);
701 + }
702 +
703 + .litesoft-IconTimeButton-Enabled DIV {
704 + background-image: url(images/formcomponents/time.cache.gif);
705 + }
706 +
707 + .litesoft-IconTimeButton-Disabled DIV {
708 + background-image: url(images/formcomponents/time_disabled.cache.gif);
709 + }
710 +
711 + .litesoft-IconImagePickerButton-Enabled DIV {
712 + background-image: url(images/formcomponents/image.cache.gif);
713 + }
714 +
715 + .litesoft-IconImagePickerButton-Disabled DIV {
716 + background-image: url(images/formcomponents/image_disabled.cache.gif);
717 + }
718 +
719 + .litesoft-FormButton {
720 + }
721 +
722 + /*.litesoft-FormButton { margin-left: 7px; margin-top:2px; margin-right: 0px; margin-bottom: 2px; }*/
723 +
724 + .UserAgent-Gecko .litesoft-IconButton {
725 + padding: 1px 0 2px 0;
726 + width: 28px;
727 + height: 24px;
728 + }
729 +
730 + .UserAgent-Gecko .litesoft-IconCalendarButton-Disabled {
731 + padding-left: 1px;
732 + }
733 +
734 + .UserAgent-IE .litesoft-IconButton {
735 + padding: 2px 0 2px 0;
736 + width: 26px;
737 + height: 26px;
738 + }
739 +
740 + .UserAgent-Opera .litesoft-IconButton {
741 + padding: 2px 0 2px 0;
742 + width: 28px;
743 + height: 20px;
744 + background-position: center center;
745 + }
746 +
747 + .UserAgent-IE .litesoft-IconButton DIV {
748 + display: inline;
749 + }
750 +
751 + .UserAgent-Gecko .Platform-Other .litesoft-IconButton {
752 + padding: 2px 0 3px 0;
753 + width: 26px;
754 + height: 24px;
755 + }
756 +
757 + .UserAgent-Gecko .Platform-Mac .litesoft-IconButton {
758 + padding: 1px 0 3px 0;
759 + width: 36px;
760 + height: 24px;
761 + }
762 +
763 + /**********************************************/
764 + /******************** Litesoft ****************/
765 + /**********************************************/
766 + .litesoft-LayoutOverflowAuto {
767 + overflow: auto;
768 + }
769 +
770 + .litesoft-LayoutOverflowHidden {
771 + overflow: hidden;
772 + }
773 +
774 + .litesoft-VerticalTab {
775 + padding: 2px 8px 2px 1px;
776 + white-space: nowrap;
777 + font-size: 80%;
778 + }
779 +
780 + .litesoft-VerticalTab-Selected {
781 + cursor: default;
782 + }
783 +
784 + .litesoft-VerticalTab-Unselected {
785 + cursor: pointer;
786 + }
787 +
788 + .litesoft-VerticalTabRest {
789 + }
790 +
791 + .litesoft-VerticalTab-Error {
792 + }
793 +
794 + .tabErrorIndicator {
795 + }
796 +
797 + .litesoft-VerticalTab-NonError .tabErrorIndicator {
798 + width: 13px;
799 + background: url(images/misc/tab_error_indicator_empty.cache.gif) no-repeat;
800 + }
801 +
802 + .litesoft-VerticalTab-Error .tabErrorIndicator {
803 + width: 13px;
804 + background: url(images/misc/tab_error_indicator.cache.gif) no-repeat;
805 + }
806 +
807 + .litesoft-SizeableSelectorPanel {
808 + margin-left: 2px;
809 + margin-top: 2px;
810 + }
811 +
812 + .litesoft-SelectorPanel {
813 + }
814 +
815 + .litesoft-DeckPanel {
816 + padding: 4px;
817 + }
818 +
819 + .litesoft-FrameGlassPanel {
820 + background-color: black;
821 + opacity: 0.01;
822 + filter: alpha(opacity = 1);
823 + }
824 +
825 + .litesoft-SubFormAddRowButton {
826 + cursor: pointer;
827 + width: 44px;
828 + height: 13px;
829 + padding-top: 1px;
830 + padding-bottom: 1px;
831 + }
832 +
833 + .litesoft-SubFormRemoveRowButton {
834 + cursor: pointer;
835 + width: 16px;
836 + height: 20px;
837 + }
838 +
839 + /**********************************************/
840 + /******************** Dialog ******************/
841 + /**********************************************/
842 +
843 + .litesoft-DialogBarCaption {
844 + white-space: nowrap;
845 + font-family: arial, sans-serif;
846 + font-size: 80%;
847 + }
848 +
849 + .litesoft-DialogTitleBar {
850 + cursor: move;
851 + padding-bottom: 1px;
852 + }
853 +
854 + .litesoft-NoSizeAffectingCSS-DialogContentPane {
855 + background-color: #FFFFFF;
856 + }
857 +
858 + /* Outer Border */
859 + .litesoft-DialogOuterBorderLeftTop {
860 + height: 20px;
861 + width: 20px;
862 + background-image: url(images/misc/dialogShadow/ShadowTopLeft.cache.png);
863 + }
864 +
865 + .litesoft-DialogOuterBorderTop {
866 + height: 20px;
867 + background-image: url(images/misc/dialogShadow/ShadowUpStraight.cache.png);
868 + background-repeat: repeat-x;
869 + }
870 +
871 + .litesoft-DialogOuterBorderRightTop {
872 + height: 20px;
873 + width: 20px;
874 + background-image: url(images/misc/dialogShadow/ShadowTopRight.cache.png);
875 + }
876 +
877 + .litesoft-DialogOuterBorderLeft {
878 + width: 20px;
879 + background-image: url(images/misc/dialogShadow/ShadowLeftStraight.cache.png);
880 + background-repeat: repeat-y;
881 + }
882 +
883 + .litesoft-DialogOuterBorderRight {
884 + width: 20px;
885 + background-image: url(images/misc/dialogShadow/ShadowRightStraight.cache.png);
886 + background-repeat: repeat-y;
887 + }
888 +
889 + .litesoft-DialogOuterBorderLeftBottom {
890 + height: 20px;
891 + width: 20px;
892 + background-image: url(images/misc/dialogShadow/ShadowBottomLeft.cache.png);
893 + }
894 +
895 + .litesoft-DialogOuterBorderBottom {
896 + height: 20px;
897 + background-image: url(images/misc/dialogShadow/ShadowDownStraight.cache.png);
898 + background-repeat: repeat-x;
899 + }
900 +
901 + .litesoft-DialogOuterBorderRightBottom {
902 + height: 20px;
903 + width: 20px;
904 + background-image: url(images/misc/dialogShadow/ShadowBottomRight.cache.png);
905 + }
906 +
907 + .ReallyIE6 .litesoft-DialogOuterBorderLeftTop {
908 + height: 20px;
909 + width: 20px;
910 + background-image: url(images/misc/dialogShadow/IE6_ShadowTopLeft.cache.gif);
911 + }
912 +
913 + .ReallyIE6 .litesoft-DialogOuterBorderTop {
914 + height: 20px;
915 + background-image: url(images/misc/dialogShadow/IE6_ShadowUpStraight.cache.gif);
916 + background-repeat: repeat-x;
917 + }
918 +
919 + .ReallyIE6 .litesoft-DialogOuterBorderRightTop {
920 + height: 20px;
921 + width: 20px;
922 + background-image: url(images/misc/dialogShadow/IE6_ShadowTopRight.cache.gif);
923 + }
924 +
925 + .ReallyIE6 .litesoft-DialogOuterBorderLeft {
926 + width: 20px;
927 + background-image: url(images/misc/dialogShadow/IE6_ShadowLeftStraight.cache.gif);
928 + background-repeat: repeat-y;
929 + }
930 +
931 + .ReallyIE6 .litesoft-DialogOuterBorderRight {
932 + width: 20px;
933 + background-image: url(images/misc/dialogShadow/IE6_ShadowRightStraight.cache.gif);
934 + background-repeat: repeat-y;
935 + }
936 +
937 + .ReallyIE6 .litesoft-DialogOuterBorderLeftBottom {
938 + height: 20px;
939 + width: 20px;
940 + background-image: url(images/misc/dialogShadow/IE6_ShadowBottomLeft.cache.gif);
941 + }
942 +
943 + .ReallyIE6 .litesoft-DialogOuterBorderBottom {
944 + height: 20px;
945 + background-image: url(images/misc/dialogShadow/IE6_ShadowDownStraight.cache.gif);
946 + background-repeat: repeat-x;
947 + }
948 +
949 + .ReallyIE6 .litesoft-DialogOuterBorderRightBottom {
950 + height: 20px;
951 + width: 20px;
952 + background-image: url(images/misc/dialogShadow/IE6_ShadowBottomRight.cache.gif);
953 + }
954 +
955 + /* Border Straights */
956 + .litesoft-DialogBorderStraightTop {
957 + cursor: n-resize;
958 + height: 7px;
959 + }
960 +
961 + .litesoft-DialogBorderStraightBottom {
962 + cursor: s-resize;
963 + height: 7px;
964 + }
965 +
966 + .litesoft-DialogBorderStraightLeftCaption {
967 + cursor: w-resize;
968 + width: 7px;
969 + }
970 +
971 + .litesoft-DialogBorderStraightRightCaption {
972 + cursor: e-resize;
973 + width: 7px;
974 + }
975 +
976 + /*.litesoft-DialogBorderLeftMinimizeBarCaption { cursor: w-resize; width: 7px; }*/
977 + .litesoft-DialogBorderRightMinimizeBarCaption {
978 + cursor: e-resize;
979 + width: 7px;
980 + }
981 +
982 + .litesoft-DialogBorderStraightLeftContent {
983 + cursor: w-resize;
984 + width: 7px;
985 + }
986 +
987 + .litesoft-DialogBorderStraightRightContent {
988 + cursor: e-resize;
989 + width: 7px;
990 + }
991 +
992 + /* Border Corners */
993 + .litesoft-DialogBorderCornerTopLeft {
994 + cursor: nw-resize;
995 + width: 7px;
996 + height: 7px;
997 + }
998 +
999 + .litesoft-DialogBorderCornerTopRight {
1000 + cursor: ne-resize;
1001 + width: 7px;
1002 + height: 7px;
1003 + }
1004 +
1005 + .litesoft-DialogBorderCornerBottomLeft {
1006 + cursor: sw-resize;
1007 + width: 7px;
1008 + height: 7px;
1009 + }
1010 +
1011 + .litesoft-DialogBorderCornerBottomRight {
1012 + cursor: se-resize;
1013 + width: 7px;
1014 + height: 7px;
1015 + }
1016 +
1017 + /* Border Rounded Corner Support */
1018 + .litesoft-DialogBorderCornerTopLeftUp {
1019 + cursor: nw-resize;
1020 + width: 5px;
1021 + height: 7px;
1022 + }
1023 +
1024 + .litesoft-DialogBorderCornerTopLeftDown {
1025 + cursor: nw-resize;
1026 + width: 7px;
1027 + height: 5px;
1028 + }
1029 +
1030 + .litesoft-DialogBorderCornerTopRightUp {
1031 + cursor: ne-resize;
1032 + width: 5px;
1033 + height: 7px;
1034 + }
1035 +
1036 + .litesoft-DialogBorderCornerTopRightDown {
1037 + cursor: ne-resize;
1038 + width: 7px;
1039 + height: 5px;
1040 + }
1041 +
1042 + .litesoft-DialogBorderCornerBottomLeftUp {
1043 + cursor: sw-resize;
1044 + width: 5px;
1045 + height: 7px;
1046 + }
1047 +
1048 + .litesoft-DialogBorderCornerBottomLeftDown {
1049 + cursor: sw-resize;
1050 + width: 7px;
1051 + height: 5px;
1052 + }
1053 +
1054 + .litesoft-DialogBorderCornerBottomRightUp {
1055 + cursor: se-resize;
1056 + width: 5px;
1057 + height: 7px;
1058 + }
1059 +
1060 + .litesoft-DialogBorderCornerBottomRightDown {
1061 + cursor: se-resize;
1062 + width: 7px;
1063 + height: 5px;
1064 + }
1065 +
1066 + .litesoft-AlertErrorDialog {
1067 + cursor: default;
1068 + }
1069 +
1070 + .litesoft-AlertErrorDialogIcon {
1071 + width: 24px;
1072 + height: 24px;
1073 + background-image: url(images/misc/AlertError.cache.gif);
1074 + }
1075 +
1076 + .litesoft-AlertErrorDialogBodyPanel {
1077 + padding: 4px;
1078 + }
1079 +
1080 + .litesoft-AlertErrorDialogVersionPanel {
1081 + padding-top: 4px;
1082 + padding-bottom: 4px;
1083 + }
1084 +
1085 + .litesoft-AlertErrorDialogButtonBar {
1086 + padding-top: 4px;
1087 + padding-bottom: 4px;
1088 + }
1089 +
1090 + .litesoft-AlertErrorDialog {
1091 + }
1092 +
1093 + .litesoft-AlertErrorDialogBodyPanel {
1094 + }
1095 +
1096 + .litesoft-AlertErrorDialogVersionPanel {
1097 + }
1098 +
1099 + .litesoft-AlertErrorDialogButtonBar {
1100 + }
1101 +
1102 + .litesoft-InfoDialog {
1103 + cursor: default;
1104 + }
1105 +
1106 + .litesoft-InfoDialogIcon {
1107 + width: 24px;
1108 + height: 24px;
1109 + background-image: url(images/misc/InfoIcon.cache.gif);
1110 + }
1111 +
1112 + .litesoft-InfoDialogBodyPanel {
1113 + padding: 4px;
1114 + }
1115 +
1116 + .litesoft-InfoDialogVersionPanel {
1117 + padding-top: 4px;
1118 + padding-bottom: 4px;
1119 + }
1120 +
1121 + .litesoft-InfoDialogButtonBar {
1122 + padding-top: 4px;
1123 + padding-bottom: 4px;
1124 + }
1125 +
1126 + .litesoft-InfoDialog {
1127 + }
1128 +
1129 + .litesoft-InfoDialogBodyPanel {
1130 + }
1131 +
1132 + .litesoft-InfoDialogVersionPanel {
1133 + }
1134 +
1135 + .litesoft-InfoDialogButtonBar {
1136 + }
1137 +
1138 + .litesoft-ConfirmDialog {
1139 + cursor: default;
1140 + }
1141 +
1142 + .litesoft-ConfirmDialogIcon {
1143 + width: 24px;
1144 + height: 24px;
1145 + background-image: url(images/misc/ConfirmIcon.cache.gif);
1146 + }
1147 +
1148 + .litesoft-ConfirmDialogBodyPanel {
1149 + padding: 4px;
1150 + }
1151 +
1152 + .litesoft-ConfirmDialogVersionPanel {
1153 + padding-top: 4px;
1154 + padding-bottom: 4px;
1155 + }
1156 +
1157 + .litesoft-ConfirmDialogButtonBar {
1158 + padding-top: 4px;
1159 + padding-bottom: 4px;
1160 + }
1161 +
1162 + .litesoft-ConfirmDialog {
1163 + }
1164 +
1165 + .litesoft-ConfirmDialogBodyPanel {
1166 + }
1167 +
1168 + .litesoft-ConfirmDialogVersionPanel {
1169 + }
1170 +
1171 + .litesoft-ConfirmDialogButtonBar {
1172 + }
1173 +
1174 + /**********************************************/
1175 + /****************** Splitters *****************/
1176 + /**********************************************/
1177 + .litesoft-LayoutSizeableHorizontalSplitPairPanel {
1178 + }
1179 +
1180 + /* defined in SizeableHorizontalSplitPairPanel.java */
1181 + .litesoft-LayoutSizeableVerticalSplitPairPanel {
1182 + }
1183 +
1184 + /* defined in SizeableVerticalSplitPairPanel.java */
1185 +
1186 + /* defined in SizeableHorizontalSplitPairPanel.java */
1187 + .litesoft-SplitterForHorizontalPair {
1188 + cursor: e-resize;
1189 + width: 8px;
1190 + background-repeat: repeat-y;
1191 + }
1192 +
1193 + /* defined in SizeableVerticalSplitPairPanel.java */
1194 + .litesoft-SplitterForVerticalPair {
1195 + cursor: s-resize;
1196 + height: 8px;
1197 + background-repeat: repeat-x;
1198 + }
1199 +
1200 + /**********************************************/
1201 + /******** Form Components *********************/
480 1202 /**********************************************/
481 - /******** Form Components *********************/
482 - /**********************************************/
483 - .litesoft-FormComponent { margin-left: 4px; }
484 - .litesoft-FormDataTable .litesoft-FormComponent { margin:0; }
485 - .litesoft-FormComponentLabel { padding-left: 4px; cursor: default; white-space: nowrap; font-weight: normal; }
486 - .litesoft-FormComponentLabelLeft { padding-left: 8px; cursor: default; white-space: nowrap; font-weight: normal; font-size:80%; }
487 - .litesoft-FormComponentIndicator { margin-top: 0; margin-left: 0; margin-right: 0; width: 14px; height: 14px; }
488 - .litesoft-FormDataTable .litesoft-FormComponentIndicator { margin-top: 0; margin-left: 0; margin-right: 0; width: 14px; height: 14px; }
489 - .litesoft-FormComponentRadioGroupLegend { padding-left: 2px; padding-right: 2px; }
490 -
491 - .frmRadioBtn { padding: 0; padding-right: 15px; }
492 - .frmChkBox { padding-right: 4px; }
493 - .litesoft-FormDataTable .frmChkBox { padding-left:0; padding-right: 1px; padding-bottom:0; }
494 - .frmTxtArea { font-family: arial, sans-serif; font-size: 80%; margin:3px; }
495 -
496 - .frmTxtFld { margin:3px; }
497 - .frmPswdFld { margin:3px; }
498 - .frmCmbBox { margin:3px; }
499 - .frmSuggestBox { margin:3px; }
1203 + .litesoft-FormComponent {
1204 + margin-left: 4px;
1205 + }
1206 +
1207 + .litesoft-FormDataTable .litesoft-FormComponent {
1208 + margin: 0;
1209 + }
1210 +
1211 + .litesoft-FormComponentLabel {
1212 + padding-left: 4px;
1213 + cursor: default;
1214 + white-space: nowrap;
1215 + font-weight: normal;
1216 + }
1217 +
1218 + .litesoft-FormComponentLabelLeft {
1219 + padding-left: 8px;
1220 + cursor: default;
1221 + white-space: nowrap;
1222 + font-weight: normal;
1223 + font-size: 80%;
1224 + }
1225 +
1226 + .litesoft-FormComponentIndicator {
1227 + margin-top: 0;
1228 + margin-left: 0;
1229 + margin-right: 0;
1230 + width: 14px;
1231 + height: 14px;
1232 + }
1233 +
1234 + .litesoft-FormDataTable .litesoft-FormComponentIndicator {
1235 + margin-top: 0;
1236 + margin-left: 0;
1237 + margin-right: 0;
1238 + width: 14px;
1239 + height: 14px;
1240 + }
1241 +
1242 + .litesoft-FormComponentRadioGroupLegend {
1243 + padding-left: 2px;
1244 + padding-right: 2px;
1245 + }
1246 +
1247 + .frmRadioBtn {
1248 + padding: 0;
1249 + padding-right: 15px;
1250 + }
1251 +
1252 + .frmChkBox {
1253 + padding-right: 4px;
1254 + }
1255 +
1256 + .litesoft-FormDataTable .frmChkBox {
1257 + padding-left: 0;
1258 + padding-right: 1px;
1259 + padding-bottom: 0;
1260 + }
1261 +
1262 + .frmTxtArea {
1263 + font-family: arial, sans-serif;
1264 + font-size: 80%;
1265 + margin: 3px;
1266 + }
1267 +
1268 + .frmTxtFld {
1269 + margin: 3px;
1270 + }
1271 +
1272 + .frmPswdFld {
1273 + margin: 3px;
1274 + }
1275 +
1276 + .frmCmbBox {
1277 + margin: 3px;
1278 + }
1279 +
1280 + .frmSuggestBox {
1281 + margin: 3px;
1282 + }
500 1283
501 1284 .UserAgent-IE .frmTxtFld,
502 - .UserAgent-IE .frmPswdFld
503 - {
504 - margin:2px 3px 2px 3px;
1285 + .UserAgent-IE .frmPswdFld {
1286 + margin: 2px 3px 2px 3px;
1287 + }
1288 +
1289 + .litesoft-FormComponentIndicatorContainer {
1290 + padding: 3px 3px 3px 0;
1291 + }
1292 +
1293 + .litesoft-FormComponent-Focused-Error-Changed .litesoft-FormComponentIndicator {
1294 + background: url(images/formcomponents/error_icon_14_14.cache.png) no-repeat;
1295 + }
1296 +
1297 + .litesoft-FormComponent-Focused-Error .litesoft-FormComponentIndicator {
1298 + background: url(images/formcomponents/error_icon_14_14.cache.png) no-repeat;
1299 + }
1300 +
1301 + .litesoft-FormComponent-Focused-Changed .litesoft-FormComponentIndicator {
1302 + background: url(images/formcomponents/info_icon_14_14.cache.png) no-repeat;
1303 + }
1304 +
1305 + .litesoft-FormComponent-Error-Changed .litesoft-FormComponentIndicator {
1306 + background: url(images/formcomponents/error_icon_14_14.cache.png) no-repeat;
1307 + }
1308 +
1309 + .litesoft-FormComponent-Focused .litesoft-FormComponentIndicator {
1310 + background: url(images/formcomponents/info_icon_14_14.cache.png) no-repeat;
505 1311 }
506 1312
507 - .litesoft-FormComponentIndicatorContainer { padding:3px 3px 3px 0; }
1313 + .litesoft-FormComponent-Disabled-Error .litesoft-FormComponentIndicator {
1314 + background: url(images/formcomponents/warning_icon_14_14.cache.png) no-repeat;
1315 + }
508 1316
509 - .litesoft-FormComponent-Focused-Error-Changed .litesoft-FormComponentIndicator { background: url( images/formcomponents/error_icon_14_14.cache.png ) no-repeat; }
510 - .litesoft-FormComponent-Focused-Error .litesoft-FormComponentIndicator { background: url( images/formcomponents/error_icon_14_14.cache.png ) no-repeat; }
511 - .litesoft-FormComponent-Focused-Changed .litesoft-FormComponentIndicator { background: url( images/formcomponents/info_icon_14_14.cache.png ) no-repeat; }
512 - .litesoft-FormComponent-Error-Changed .litesoft-FormComponentIndicator { background: url( images/formcomponents/error_icon_14_14.cache.png ) no-repeat; }
513 - .litesoft-FormComponent-Focused .litesoft-FormComponentIndicator { background: url( images/formcomponents/info_icon_14_14.cache.png ) no-repeat; }
514 - .litesoft-FormComponent-Disabled-Error .litesoft-FormComponentIndicator { background: url( images/formcomponents/warning_icon_14_14.cache.png ) no-repeat; }
515 - .litesoft-FormComponent-Error .litesoft-FormComponentIndicator { background: url( images/formcomponents/error_icon_14_14.cache.png ) no-repeat; }
1317 + .litesoft-FormComponent-Error .litesoft-FormComponentIndicator {
1318 + background: url(images/formcomponents/error_icon_14_14.cache.png) no-repeat;
1319 + }
516 1320
517 1321 .litesoft-FormComponent-Error-Changed .litesoft-FormComponentInputRow,
518 - .litesoft-FormComponent-Error .litesoft-FormComponentInputRow
519 - {
520 - background-image: url( images/formcomponents/error_gradient.cache.png );
1322 + .litesoft-FormComponent-Error .litesoft-FormComponentInputRow {
1323 + background-image: url(images/formcomponents/error_gradient.cache.png);
521 1324 }
522 1325
523 - .litesoft-FormComponent-Disabled-Error .litesoft-FormComponentInputRow
524 - {
525 - background-color:#ffee9b;
1326 + .litesoft-FormComponent-Disabled-Error .litesoft-FormComponentInputRow {
1327 + background-color: #ffee9b;
526 1328 }
527 1329
528 1330 .litesoft-FormComponent-Focused-Error-Changed .litesoft-FormComponentInputRow,
  @@ -530,36 +1332,54 @@
530 1332 .litesoft-FormComponent-Focused-Changed .litesoft-FormComponentInputRow,
531 1333 .litesoft-FormComponent-Focused .litesoft-FormComponentInputRow,
532 1334 .litesoft-FormComponent-Focused .litesoft-FormComponentRadioGroupLegend,
533 - .litesoft-FormComponent-Focused-Changed .litesoft-FormComponentRadioGroupLegend
534 - {
535 - background-image: url( images/formcomponents/focus_gradient.cache.png );
1335 + .litesoft-FormComponent-Focused-Changed .litesoft-FormComponentRadioGroupLegend {
1336 + background-image: url(images/formcomponents/focus_gradient.cache.png);
536 1337 }
537 1338
538 1339 .litesoft-FormComponent-Disabled .frmTxtFld,
539 1340 .litesoft-FormComponent-Disabled-Error .frmTxtFld,
540 1341 .litesoft-FormComponent-Disabled .frmPswdFld,
541 1342 .litesoft-FormComponent-Disabled .frmCmbBox,
542 - .litesoft-FormComponent-Disabled .frmSuggestBox
543 - {
544 - color: #333333;
545 - /*color: #000000;*/
1343 + .litesoft-FormComponent-Disabled .frmSuggestBox {
1344 + color: #333333; /*color: #000000;*/
546 1345 background-color: #EFEBE6;
547 1346 }
548 1347
549 1348 /*********** DualImageWidget *************/
550 1349
551 - .litesoft-DualImage { border: ridge 2px #eeeeee; }
552 - .litesoft-DualImageInnerBorder { background-color:#999999; }
553 - .litesoft-DualImageBG { background-color: white; }
554 - .FormSelectorImageItem-reg { background-color: #eeeeee; }
555 - .FormSelectorImageItem-alt { background-color: #cccccc; }
556 - .ItemRow-Selected { background-color: #0A246A; }
557 - .ItemRow-Mouseover { background-color: #7FAAFF; }
1350 + .litesoft-DualImage {
1351 + border: ridge 2px #eeeeee;
1352 + }
1353 +
1354 + .litesoft-DualImageInnerBorder {
1355 + background-color: #999999;
1356 + }
558 1357
559 - .ItemRow-Selected .FormSelectorImageRowLabel { color:#ffffff; }
1358 + .litesoft-DualImageBG {
1359 + background-color: white;
1360 + }
560 1361
561 - /*****************************************/
1362 + .FormSelectorImageItem-reg {
1363 + background-color: #eeeeee;
1364 + }
1365 +
1366 + .FormSelectorImageItem-alt {
1367 + background-color: #cccccc;
1368 + }
1369 +
1370 + .ItemRow-Selected {
1371 + background-color: #0A246A;
1372 + }
1373 +
1374 + .ItemRow-Mouseover {
1375 + background-color: #7FAAFF;
1376 + }
1377 +
1378 + .ItemRow-Selected .FormSelectorImageRowLabel {
1379 + color: #ffffff;
1380 + }
562 1381
1382 + /*****************************************/
563 1383
564 1384 /* Changed */
565 1385 .litesoft-FormComponent-Focused-Error-Changed .frmTxtFld,
  @@ -590,160 +1410,383 @@
590 1410 .litesoft-FormComponent-Focused-Error-Changed .litesoft-DualImageBG,
591 1411 .litesoft-FormComponent-Focused-Changed .litesoft-DualImageBG,
592 1412 .litesoft-FormComponent-Error-Changed .litesoft-DualImageBG,
593 - .litesoft-FormComponent-Changed .litesoft-DualImageBG
594 - {
1413 + .litesoft-FormComponent-Changed .litesoft-DualImageBG {
595 1414 background-color: #FDF5CD; /* light yellow */
596 1415 }
597 1416
598 1417 /****************************************/
599 1418
600 1419 /* A fix for IE not shading disabled Textarea properly */
601 - .EnabledTextArea { background-color:#FFFFFF; }
602 - .DisabledTextArea { background-color:#EFEBE6; }
1420 + .EnabledTextArea {
1421 + background-color: #FFFFFF;
1422 + }
1423 +
1424 + .DisabledTextArea {
1425 + background-color: #EFEBE6;
1426 + }
1427 +
1428 + .litesoft-OuterDisabledTextArea {
1429 + border-left: solid 1px #808080;
1430 + border-top: solid 1px #808080;
1431 + border-right: solid 1px #FFFFFF;
1432 + border-bottom: solid 1px #FFFFFF;
1433 + }
1434 +
1435 + .litesoft-InnerDisabledTextArea {
1436 + border-left: solid 1px #404040;
1437 + border-top: solid 1px #404040;
1438 + border-right: solid 1px #B7B4B0;
1439 + border-bottom: solid 1px #B7B4B0;
1440 + background-color: #EFEBE6;
1441 + }
603 1442
604 - .litesoft-OuterDisabledTextArea { border-left: solid 1px #808080; border-top: solid 1px #808080; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF; }
605 - .litesoft-InnerDisabledTextArea { border-left: solid 1px #404040; border-top: solid 1px #404040; border-right: solid 1px #B7B4B0; border-bottom: solid 1px #B7B4B0; background-color: #EFEBE6; }
606 1443 /*.litesoft-InnerDisabledTextArea { border-left: solid 1px #404040; border-top: solid 1px #404040; border-right: solid 1px #B7B4B0; border-bottom: solid 1px #B7B4B0; background-color: #D4D0C8; }*/
607 - .litesoft-DisabledTextareaInnerText { font-size: 80%; font-family: arial, sans-serif; }
1444 + .litesoft-DisabledTextareaInnerText {
1445 + font-size: 80%;
1446 + font-family: arial, sans-serif;
1447 + }
1448 +
1449 + .UserAgent-IE .litesoft-OuterDisabledTextArea {
1450 + margin-top: 1px;
1451 + margin-bottom: 1px;
1452 + }
1453 +
1454 + .UserAgent-IE .litesoft-DisabledTextareaInnerText {
1455 + padding-top: 1px;
1456 + padding-left: 1px;
1457 + }
608 1458
609 - .UserAgent-IE .litesoft-OuterDisabledTextArea { margin-top: 1px; margin-bottom: 1px; }
610 - .UserAgent-IE .litesoft-DisabledTextareaInnerText { padding-top: 1px; padding-left: 1px; }
1459 + .litesoft-TimeField {
1460 + color: black;
1461 + background-color: #EEEEEE;
1462 + }
611 1463
1464 + .litesoft-TimePickerFieldsPanel {
1465 + border: none;
1466 + }
612 1467
613 - .litesoft-TimeField { color: black; background-color: #EEEEEE; }
614 - .litesoft-TimePickerFieldsPanel { border: none; }
615 - .litesoft-TimestampTimePickerFieldsPanel { border: none; margin-left: 2px; margin-top: 2px; margin-right: 2px; }
1468 + .litesoft-TimestampTimePickerFieldsPanel {
1469 + border: none;
1470 + margin-left: 2px;
1471 + margin-top: 2px;
1472 + margin-right: 2px;
1473 + }
616 1474
617 1475 /* part of TimePicker */
618 - .litesoft-TimeFieldUpArrowImage { background-image: url( images/formcomponents/uparrow_blk.cache.gif ); }
619 - .litesoft-TimeFieldUpArrowImageButton_border { border-left: solid 1px #D4D0C8; border-top: solid 1px #D4D0C8; border-right: solid 1px #404040; border-bottom: solid 1px #404040; margin-right: 2px; }
620 - .litesoft-TimeFieldUpArrowImageButton_border-over { border-left: solid 1px #404040; border-top: solid 1px #404040; border-right: solid 1px #D4D0C8; border-bottom: solid 1px #D4D0C8; margin-right: 2px; }
621 - .litesoft-TimeFieldUpArrowImageButton { border-left: solid 1px #FFFFFF; border-top: solid 1px #FFFFFF; border-right: solid 1px #808080; border-bottom: solid 1px #808080; padding: 1px; background-color: #D4D0C8; }
622 - .litesoft-TimeFieldUpArrowImageButton-over { border-left: solid 1px #808080; border-top: solid 1px #808080; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF; padding: 1px; background-color: #CCCCCC; }
623 -
624 - .litesoft-TimeFieldDownArrowImage { background-image: url( images/formcomponents/downarrow_blk.cache.gif ); }
625 - .litesoft-TimeFieldDownArrowImageButton_border { border-left: solid 1px #D4D0C8; border-top: solid 1px #D4D0C8; border-right: solid 1px #404040; border-bottom: solid 1px #404040; margin-right: 2px; }
626 - .litesoft-TimeFieldDownArrowImageButton_border-over { border-left: solid 1px #404040; border-top: solid 1px #404040; border-right: solid 1px #D4D0C8; border-bottom: solid 1px #D4D0C8; margin-right: 2px; }
627 - .litesoft-TimeFieldDownArrowImageButton { border-left: solid 1px #FFFFFF; border-top: solid 1px #FFFFFF; border-right: solid 1px #808080; border-bottom: solid 1px #808080; padding: 1px; background-color: #D4D0C8; }
628 - .litesoft-TimeFieldDownArrowImageButton-over { border-left: solid 1px #808080; border-top: solid 1px #808080; border-right: solid 1px #FFFFFF; border-bottom: solid 1px #FFFFFF; padding: 1px; background-color: #CCCCCC; }
1476 + .litesoft-TimeFieldUpArrowImage {
1477 + background-image: url(images/formcomponents/uparrow_blk.cache.gif);
1478 + }
1479 +
1480 + .litesoft-TimeFieldUpArrowImageButton_border {
1481 + border-left: solid 1px #D4D0C8;
1482 + border-top: solid 1px #D4D0C8;
1483 + border-right: solid 1px #404040;
1484 + border-bottom: solid 1px #404040;
1485 + margin-right: 2px;
1486 + }
1487 +
1488 + .litesoft-TimeFieldUpArrowImageButton_border-over {
1489 + border-left: solid 1px #404040;
1490 + border-top: solid 1px #404040;
1491 + border-right: solid 1px #D4D0C8;
1492 + border-bottom: solid 1px #D4D0C8;
1493 + margin-right: 2px;
1494 + }
1495 +
1496 + .litesoft-TimeFieldUpArrowImageButton {
1497 + border-left: solid 1px #FFFFFF;
1498 + border-top: solid 1px #FFFFFF;
1499 + border-right: solid 1px #808080;
1500 + border-bottom: solid 1px #808080;
1501 + padding: 1px;
1502 + background-color: #D4D0C8;
1503 + }
1504 +
1505 + .litesoft-TimeFieldUpArrowImageButton-over {
1506 + border-left: solid 1px #808080;
1507 + border-top: solid 1px #808080;
1508 + border-right: solid 1px #FFFFFF;
1509 + border-bottom: solid 1px #FFFFFF;
1510 + padding: 1px;
1511 + background-color: #CCCCCC;
1512 + }
1513 +
1514 + .litesoft-TimeFieldDownArrowImage {
1515 + background-image: url(images/formcomponents/downarrow_blk.cache.gif);
1516 + }
1517 +
1518 + .litesoft-TimeFieldDownArrowImageButton_border {
1519 + border-left: solid 1px #D4D0C8;
1520 + border-top: solid 1px #D4D0C8;
1521 + border-right: solid 1px #404040;
1522 + border-bottom: solid 1px #404040;
1523 + margin-right: 2px;
1524 + }
1525 +
1526 + .litesoft-TimeFieldDownArrowImageButton_border-over {
1527 + border-left: solid 1px #404040;
1528 + border-top: solid 1px #404040;
1529 + border-right: solid 1px #D4D0C8;
1530 + border-bottom: solid 1px #D4D0C8;
1531 + margin-right: 2px;
1532 + }
1533 +
1534 + .litesoft-TimeFieldDownArrowImageButton {
1535 + border-left: solid 1px #FFFFFF;
1536 + border-top: solid 1px #FFFFFF;
1537 + border-right: solid 1px #808080;
1538 + border-bottom: solid 1px #808080;
1539 + padding: 1px;
1540 + background-color: #D4D0C8;
1541 + }
1542 +
1543 + .litesoft-TimeFieldDownArrowImageButton-over {
1544 + border-left: solid 1px #808080;
1545 + border-top: solid 1px #808080;
1546 + border-right: solid 1px #FFFFFF;
1547 + border-bottom: solid 1px #FFFFFF;
1548 + padding: 1px;
1549 + background-color: #CCCCCC;
1550 + }
629 1551
630 1552 /****************************************/
631 1553
632 1554 /********************************/
633 1555 /******* Top Bar ****************/
634 1556 /********************************/
635 - .TitleBar { padding:2px; background-color:#d4d0c8; border-top:1px solid #999999; border-bottom:1px solid #999999; }
636 - .Title { font-family:Arial, sans-serif; font-size:16px; font-weight:bold; color:#666666; }
1557 + .TitleBar {
1558 + padding: 2px;
1559 + background-color: #d4d0c8;
1560 + border-top: 1px solid #999999;
1561 + border-bottom: 1px solid #999999;
1562 + }
1563 +
1564 + .Title {
1565 + font-family: Arial, sans-serif;
1566 + font-size: 16px;
1567 + font-weight: bold;
1568 + color: #666666;
1569 + }
637 1570
638 1571 /********************************/
639 1572 /**** Dialog Error Message ******/
640 1573 /********************************/
641 - .DialogErrorMessage { padding:2px; }
642 - .DialogErrorMessage div { text-align:center; color:red; }
1574 + .DialogErrorMessage {
1575 + padding: 2px;
1576 + }
1577 +
1578 + .DialogErrorMessage div {
1579 + text-align: center;
1580 + color: red;
1581 + }
643 1582
644 1583 /********************************/
645 1584 /******* Status Bar *************/
646 1585 /********************************/
647 - .StatusBar { padding-top:2px; padding-bottom:2px; background-color:#d4d0c8; border-top:1px solid #999999; /*border-bottom:1px solid #999999;*/ }
1586 + .StatusBar {
1587 + padding-top: 2px;
1588 + padding-bottom: 2px;
1589 + background-color: #d4d0c8;
1590 + border-top: 1px solid #999999; /*border-bottom:1px solid #999999;*/
1591 + }
648 1592
649 1593 .StatusBar .Message div,
650 1594 .StatusBar .CurrentOption,
651 - .StatusBar .User
652 - {
653 - height:18px;
654 - padding-left:4px;
655 - padding-right:4px;
656 - font-family:Arial, sans-serif;
657 - font-size:14px;
658 - line-height:18px;
659 - color:#000000;
660 - background-color:#efedd8;
661 - border-left:1px solid #999999;
662 - border-top:1px solid #999999;
663 - border-right:1px solid #ffffff;
664 - border-bottom:1px solid #ffffff;
1595 + .StatusBar .User {
1596 + height: 18px;
1597 + padding-left: 4px;
1598 + padding-right: 4px;
1599 + font-family: Arial, sans-serif;
1600 + font-size: 14px;
1601 + line-height: 18px;
1602 + color: #000000;
1603 + background-color: #efedd8;
1604 + border-left: 1px solid #999999;
1605 + border-top: 1px solid #999999;
1606 + border-right: 1px solid #ffffff;
1607 + border-bottom: 1px solid #ffffff;
665 1608 }
666 1609
667 - .StatusBar .Message
668 - {
669 - border-right:1px solid #ffffff;
1610 + .StatusBar .Message {
1611 + border-right: 1px solid #ffffff;
670 1612 }
671 1613
672 - .Info .Message div { background-color:#efedd8; }
673 - .Warning .Message div { background-color:#ffee9b; }
674 - .Error .Message div { background-color:#ffa3a3; }
1614 + .Info .Message div {
1615 + background-color: #efedd8;
1616 + }
675 1617
676 - .StatusBar .CurrentOption { padding-left:2px; border:none; }
1618 + .Warning .Message div {
1619 + background-color: #ffee9b;
1620 + }
677 1621
678 - .PCO
679 - {
680 - padding-left:2px;
681 - background-color:#efedd8;
682 - border-left:1px solid #999999;
683 - border-top:1px solid #999999;
684 - border-right:1px solid #ffffff;
685 - border-bottom:1px solid #ffffff;
1622 + .Error .Message div {
1623 + background-color: #ffa3a3;
1624 + }
1625 +
1626 + .StatusBar .CurrentOption {
1627 + padding-left: 2px;
1628 + border: none;
1629 + }
1630 +
1631 + .PCO {
1632 + padding-left: 2px;
1633 + background-color: #efedd8;
1634 + border-left: 1px solid #999999;
1635 + border-top: 1px solid #999999;
1636 + border-right: 1px solid #ffffff;
1637 + border-bottom: 1px solid #ffffff;
686 1638 }
687 1639
688 1640 /********************************/
689 1641 /******* Fieldset & Legend ******/
690 1642 /********************************/
691 - .Buttons legend { font-family:Arial, sans-serif; font-size:16px; font-weight:bold; color:#666666; }
1643 + .Buttons legend {
1644 + font-family: Arial, sans-serif;
1645 + font-size: 16px;
1646 + font-weight: bold;
1647 + color: #666666;
1648 + }
692 1649
693 1650 /********************************/
694 1651 /******* SectionTitle ******/
695 1652 /********************************/
696 - .SectionTitle { background: url(images/misc/sectionTitleBg.cache.gif) repeat-x left center; }
697 - .SectionTitle .gwt-Label { padding:4px; font-family:Arial, sans-serif; font-size:14px; font-weight:bold; color:#666666; background-color:#ffffff; }
1653 + .SectionTitle {
1654 + background: url(images/misc/sectionTitleBg.cache.gif) repeat-x left center;
1655 + }
1656 +
1657 + .SectionTitle .gwt-Label {
1658 + padding: 4px;
1659 + font-family: Arial, sans-serif;
1660 + font-size: 14px;
1661 + font-weight: bold;
1662 + color: #666666;
1663 + background-color: #ffffff;
1664 + }
1665 +
698 1666 /*.SectionTitle .gwt-Label { padding-left:4px; padding-right:4px; font-family:Arial, sans-serif; font-size:14px; font-weight:bold; color:#666666; background-color:#ffffff; }*/
699 - .SectionTitle .Right { margin-top: 20px; background-color:#ffffff; }
1667 + .SectionTitle .Right {
1668 + margin-top: 20px;
1669 + background-color: #ffffff;
1670 + }
700 1671
701 1672 /****************************************/
702 1673
703 - .CP_NW, .CP_NE, .CP_SW, .CP_SE { background-repeat:no-repeat; }
1674 + .CP_NW, .CP_NE, .CP_SW, .CP_SE {
1675 + background-repeat: no-repeat;
1676 + }
1677 +
1678 + .CP_N, .CP_S {
1679 + background-repeat: repeat-x;
1680 + }
1681 +
1682 + .CP_W, .CP_E {
1683 + background-repeat: repeat-y;
1684 + }
1685 +
1686 + .CP_NW {
1687 + background-position: bottom right;
1688 + }
1689 +
1690 + .CP_NE {
1691 + background-position: bottom left;
1692 + }
1693 +
1694 + .CP_SW {
1695 + background-position: top right;
1696 + }
1697 +
1698 + .CP_SE {
1699 + background-position: top left;
1700 + }
1701 +
1702 + .CP_N {
1703 + background-position: bottom left;
1704 + }
1705 +
1706 + .CP_E {
1707 + background-position: top left;
1708 + }
704 1709
705 - .CP_N, .CP_S { background-repeat:repeat-x; }
706 - .CP_W, .CP_E { background-repeat:repeat-y; }
1710 + .CP_S {
1711 + background-position: top left;
1712 + }
707 1713
708 - .CP_NW { background-position:bottom right; }
709 - .CP_NE { background-position:bottom left; }
710 - .CP_SW { background-position:top right; }
711 - .CP_SE { background-position:top left; }
712 -
713 - .CP_N { background-position:bottom left; }
714 - .CP_E { background-position:top left; }
715 - .CP_S { background-position:top left; }
716 - .CP_W { background-position:top right; }
1714 + .CP_W {
1715 + background-position: top right;
1716 + }
717 1717
718 1718 /********************************/
719 1719 /******* QBE Panel **************/
720 1720 /********************************/
721 1721
722 - .LayoutSizeableQBEpopupPanel .CP_W { width:11px; }
1722 + .LayoutSizeableQBEpopupPanel .CP_W {
1723 + width: 11px;
1724 + }
1725 +
1726 + .LayoutSizeableQBEpopupPanel .CP_center {
1727 + background-color: #FFFFFF;
1728 + }
1729 +
1730 + .LayoutSizeableQBEpopupPanel .CP_NW {
1731 + background-image: url(images/QBEpopup/NW.cache.gif);
1732 + }
1733 +
1734 + .LayoutSizeableQBEpopupPanel .CP_NE {
1735 + background-image: url(images/QBEpopup/NE.cache.gif);
1736 + }
1737 +
1738 + .LayoutSizeableQBEpopupPanel .CP_SW {
1739 + background-image: url(images/QBEpopup/SW.cache.gif);
1740 + }
1741 +
1742 + .LayoutSizeableQBEpopupPanel .CP_SE {
1743 + background-image: url(images/QBEpopup/SE.cache.gif);
1744 + }
1745 +
1746 + .LayoutSizeableQBEpopupPanel .CP_N {
1747 + background-image: url(images/QBEpopup/N.cache.gif);
1748 + }
1749 +
1750 + .LayoutSizeableQBEpopupPanel .CP_E {
1751 + background-image: url(images/QBEpopup/E.cache.gif);
1752 + }
1753 +
1754 + .LayoutSizeableQBEpopupPanel .CP_S {
1755 + background-image: url(images/QBEpopup/S.cache.gif);
1756 + }
1757 +
1758 + .LayoutSizeableQBEpopupPanel .CP_W {
1759 + background-image: url(images/QBEpopup/W.cache.gif);
1760 + }
1761 +
1762 + .QBEstatus .QBEmsg {
1763 + Padding: 3px;
1764 + }
1765 +
1766 + .QBEstatus .QBEmsg div {
1767 + text-align: center;
1768 + }
723 1769
724 - .LayoutSizeableQBEpopupPanel .CP_center { background-color:#FFFFFF; }
1770 + .QBEstatus .MoMsg {
1771 + }
725 1772
726 - .LayoutSizeableQBEpopupPanel .CP_NW { background-image:url(images/QBEpopup/NW.cache.gif); }
727 - .LayoutSizeableQBEpopupPanel .CP_NE { background-image:url(images/QBEpopup/NE.cache.gif); }
728 - .LayoutSizeableQBEpopupPanel .CP_SW { background-image:url(images/QBEpopup/SW.cache.gif); }
729 - .LayoutSizeableQBEpopupPanel .CP_SE { background-image:url(images/QBEpopup/SE.cache.gif); }
730 -
731 - .LayoutSizeableQBEpopupPanel .CP_N { background-image:url(images/QBEpopup/N.cache.gif); }
732 - .LayoutSizeableQBEpopupPanel .CP_E { background-image:url(images/QBEpopup/E.cache.gif); }
733 - .LayoutSizeableQBEpopupPanel .CP_S { background-image:url(images/QBEpopup/S.cache.gif); }
734 - .LayoutSizeableQBEpopupPanel .CP_W { background-image:url(images/QBEpopup/W.cache.gif); }
735 -
736 - .QBEstatus .QBEmsg { Padding:3px; }
737 - .QBEstatus .QBEmsg div { text-align: center; }
738 - .QBEstatus .MoMsg {}
739 - .QBEstatus .HasMsg { background-color:#FFEE9B; }
1773 + .QBEstatus .HasMsg {
1774 + background-color: #FFEE9B;
1775 + }
740 1776
741 1777 /******* Buttons... **************/
742 1778
743 - .CellButton .Text { white-space:nowrap; }
1779 + .CellButton .Text {
1780 + white-space: nowrap;
1781 + }
1782 +
1783 + .CellButton tbody {
1784 + cursor: pointer;
1785 + }
744 1786
745 - .CellButton tbody { cursor:pointer; }
746 - body .Disabled tbody { cursor:default; }
1787 + body .Disabled tbody {
1788 + cursor: default;
1789 + }
747 1790
748 1791 /********************************/
749 1792 /******* BigButton **************/
  @@ -751,100 +1794,200 @@
751 1794 .BigButton .CP_NW,
752 1795 .BigButton .CP_NE,
753 1796 .BigButton .CP_SW,
754 - .BigButton .CP_SE
755 - {
756 - width:11px;
757 - height:11px; /*Not Honored*/
1797 + .BigButton .CP_SE {
1798 + width: 11px;
1799 + height: 11px; /*Not Honored*/
758 1800 }
759 1801
760 - .BigButton .CP_center { width:95px; height:40px; }
1802 + .BigButton .CP_center {
1803 + width: 95px;
1804 + height: 40px;
1805 + }
761 1806
762 1807 .Regular .BigButton .Text,
763 1808 .Mouseover .BigButton .Text,
764 1809 .Mousedown .BigButton .Text,
765 - .Disabled .BigButton .Text
766 - {
767 - font-family:Arial, sans-serif;
768 - font-size:16px;
769 - font-weight:bold;
1810 + .Disabled .BigButton .Text {
1811 + font-family: Arial, sans-serif;
1812 + font-size: 16px;
1813 + font-weight: bold;
1814 + }
1815 +
1816 + .Regular .BigButton .CP_PreCenter,
1817 + .Regular .BigButton .CP_center,
1818 + .Regular .BigButton .CP_PostCenter {
1819 + background-image: url(images/BigButton/Regular/center.cache.gif);
1820 + }
1821 +
1822 + .Mouseover .BigButton .CP_PreCenter,
1823 + .Mouseover .BigButton .CP_center,
1824 + .Mouseover .BigButton .CP_PostCenter {
1825 + background-image: url(images/BigButton/Mouseover/center.cache.gif);
1826 + }
1827 +
1828 + .Mousedown .BigButton .CP_PreCenter,
1829 + .Mousedown .BigButton .CP_center,
1830 + .Mousedown .BigButton .CP_PostCenter {
1831 + background-image: url(images/BigButton/Mousedown/center.cache.gif);
1832 + }
1833 +
1834 + .Disabled .BigButton .CP_PreCenter,
1835 + .Disabled .BigButton .CP_center,
1836 + .Disabled .BigButton .CP_PostCenter {
1837 + background-image: url(images/BigButton/Disabled/center.cache.gif);
1838 + }
1839 +
1840 + .Regular .BigButton .Text {
1841 + color: #666666;
1842 + text-align: center;
1843 + }
1844 +
1845 + .Mouseover .BigButton .Text {
1846 + color: #666666;
1847 + text-align: center;
1848 + }
1849 +
1850 + .Mousedown .BigButton .Text {
1851 + color: #666666;
1852 + text-align: center;
1853 + }
1854 +
1855 + .Disabled .BigButton .Text {
1856 + color: #999999;
1857 + text-align: center;
1858 + }
1859 +
1860 + /* Regular */
1861 + .Regular .BigButton .CP_NW {
1862 + background-image: url(images/BigButton/Regular/NW.cache.gif);
1863 + }
1864 +
1865 + .Regular .BigButton .CP_NE {
1866 + background-image: url(images/BigButton/Regular/NE.cache.gif);
1867 + }
1868 +
1869 + .Regular .BigButton .CP_SW {
1870 + background-image: url(images/BigButton/Regular/SW.cache.gif);
1871 + }
1872 +
1873 + .Regular .BigButton .CP_SE {
1874 + background-image: url(images/BigButton/Regular/SE.cache.gif);
1875 + }
1876 +
1877 + .Regular .BigButton .CP_N {
1878 + background-image: url(images/BigButton/Regular/N.cache.gif);
1879 + }
1880 +
1881 + .Regular .BigButton .CP_E {
1882 + background-image: url(images/BigButton/Regular/E.cache.gif);
1883 + }
1884 +
1885 + .Regular .BigButton .CP_S {
1886 + background-image: url(images/BigButton/Regular/S.cache.gif);
1887 + }
1888 +
1889 + .Regular .BigButton .CP_W {
1890 + background-image: url(images/BigButton/Regular/W.cache.gif);
1891 + }
1892 +
1893 + /* Mouseover */
1894 + .Mouseover .BigButton .CP_NW {
1895 + background-image: url(images/BigButton/Mouseover/NW.cache.gif);
1896 + }
1897 +
1898 + .Mouseover .BigButton .CP_NE {
1899 + background-image: url(images/BigButton/Mouseover/NE.cache.gif);
1900 + }
1901 +
1902 + .Mouseover .BigButton .CP_SW {
1903 + background-image: url(images/BigButton/Mouseover/SW.cache.gif);
1904 + }
1905 +
1906 + .Mouseover .BigButton .CP_SE {
1907 + background-image: url(images/BigButton/Mouseover/SE.cache.gif);
1908 + }
1909 +
1910 + .Mouseover .BigButton .CP_N {
1911 + background-image: url(images/BigButton/Mouseover/N.cache.gif);
1912 + }
1913 +
1914 + .Mouseover .BigButton .CP_E {
1915 + background-image: url(images/BigButton/Mouseover/E.cache.gif);
1916 + }
1917 +
1918 + .Mouseover .BigButton .CP_S {
1919 + background-image: url(images/BigButton/Mouseover/S.cache.gif);
1920 + }
1921 +
1922 + .Mouseover .BigButton .CP_W {
1923 + background-image: url(images/BigButton/Mouseover/W.cache.gif);
1924 + }
1925 +
1926 + /* Mousedown */
1927 + .Mousedown .BigButton .CP_NW {
1928 + background-image: url(images/BigButton/Mousedown/NW.cache.gif);
1929 + }
1930 +
1931 + .Mousedown .BigButton .CP_NE {
1932 + background-image: url(images/BigButton/Mousedown/NE.cache.gif);
1933 + }
1934 +
1935 + .Mousedown .BigButton .CP_SW {
1936 + background-image: url(images/BigButton/Mousedown/SW.cache.gif);
1937 + }
1938 +
1939 + .Mousedown .BigButton .CP_SE {
1940 + background-image: url(images/BigButton/Mousedown/SE.cache.gif);
1941 + }
1942 +
1943 + .Mousedown .BigButton .CP_N {
1944 + background-image: url(images/BigButton/Mousedown/N.cache.gif);
1945 + }
1946 +
1947 + .Mousedown .BigButton .CP_E {
1948 + background-image: url(images/BigButton/Mousedown/E.cache.gif);
1949 + }
1950 +
1951 + .Mousedown .BigButton .CP_S {
1952 + background-image: url(images/BigButton/Mousedown/S.cache.gif);
770 1953 }
771 1954
772 - .Regular .BigButton .CP_PreCenter,
773 - .Regular .BigButton .CP_center,
774 - .Regular .BigButton .CP_PostCenter
775 - {
776 - background-image:url(images/BigButton/Regular/center.cache.gif);
1955 + .Mousedown .BigButton .CP_W {
1956 + background-image: url(images/BigButton/Mousedown/W.cache.gif);
777 1957 }
778 1958
779 - .Mouseover .BigButton .CP_PreCenter,
780 - .Mouseover .BigButton .CP_center,
781 - .Mouseover .BigButton .CP_PostCenter
782 - {
783 - background-image:url(images/BigButton/Mouseover/center.cache.gif);
1959 + /* Disabled */
1960 + .Disabled .BigButton .CP_NW {
1961 + background-image: url(images/BigButton/Disabled/NW.cache.gif);
784 1962 }
785 1963
786 - .Mousedown .BigButton .CP_PreCenter,
787 - .Mousedown .BigButton .CP_center,
788 - .Mousedown .BigButton .CP_PostCenter
789 - {
790 - background-image:url(images/BigButton/Mousedown/center.cache.gif);
1964 + .Disabled .BigButton .CP_NE {
1965 + background-image: url(images/BigButton/Disabled/NE.cache.gif);
791 1966 }
792 1967
793 - .Disabled .BigButton .CP_PreCenter,
794 - .Disabled .BigButton .CP_center,
795 - .Disabled .BigButton .CP_PostCenter
796 - {
797 - background-image:url(images/BigButton/Disabled/center.cache.gif);
1968 + .Disabled .BigButton .CP_SW {
1969 + background-image: url(images/BigButton/Disabled/SW.cache.gif);
798 1970 }
799 1971
800 - .Regular .BigButton .Text { color:#666666; text-align:center; }
801 - .Mouseover .BigButton .Text { color:#666666; text-align:center; }
802 - .Mousedown .BigButton .Text { color:#666666; text-align:center; }
803 - .Disabled .BigButton .Text { color:#999999; text-align:center; }
1972 + .Disabled .BigButton .CP_SE {
1973 + background-image: url(images/BigButton/Disabled/SE.cache.gif);
1974 + }
804 1975
805 - /* Regular */
806 - .Regular .BigButton .CP_NW { background-image:url(images/BigButton/Regular/NW.cache.gif); }
807 - .Regular .BigButton .CP_NE { background-image:url(images/BigButton/Regular/NE.cache.gif); }
808 - .Regular .BigButton .CP_SW { background-image:url(images/BigButton/Regular/SW.cache.gif); }
809 - .Regular .BigButton .CP_SE { background-image:url(images/BigButton/Regular/SE.cache.gif); }
810 -
811 - .Regular .BigButton .CP_N { background-image:url(images/BigButton/Regular/N.cache.gif); }
812 - .Regular .BigButton .CP_E { background-image:url(images/BigButton/Regular/E.cache.gif); }
813 - .Regular .BigButton .CP_S { background-image:url(images/BigButton/Regular/S.cache.gif); }
814 - .Regular .BigButton .CP_W { background-image:url(images/BigButton/Regular/W.cache.gif); }
1976 + .Disabled .BigButton .CP_N {
1977 + background-image: url(images/BigButton/Disabled/N.cache.gif);
1978 + }
815 1979
816 - /* Mouseover */
817 - .Mouseover .BigButton .CP_NW { background-image:url(images/BigButton/Mouseover/NW.cache.gif); }
818 - .Mouseover .BigButton .CP_NE { background-image:url(images/BigButton/Mouseover/NE.cache.gif); }
819 - .Mouseover .BigButton .CP_SW { background-image:url(images/BigButton/Mouseover/SW.cache.gif); }
820 - .Mouseover .BigButton .CP_SE { background-image:url(images/BigButton/Mouseover/SE.cache.gif); }
821 -
822 - .Mouseover .BigButton .CP_N { background-image:url(images/BigButton/Mouseover/N.cache.gif); }
823 - .Mouseover .BigButton .CP_E { background-image:url(images/BigButton/Mouseover/E.cache.gif); }
824 - .Mouseover .BigButton .CP_S { background-image:url(images/BigButton/Mouseover/S.cache.gif); }
825 - .Mouseover .BigButton .CP_W { background-image:url(images/BigButton/Mouseover/W.cache.gif); }
1980 + .Disabled .BigButton .CP_E {
1981 + background-image: url(images/BigButton/Disabled/E.cache.gif);
1982 + }
826 1983
827 - /* Mousedown */
828 - .Mousedown .BigButton .CP_NW { background-image:url(images/BigButton/Mousedown/NW.cache.gif); }
829 - .Mousedown .BigButton .CP_NE { background-image:url(images/BigButton/Mousedown/NE.cache.gif); }
830 - .Mousedown .BigButton .CP_SW { background-image:url(images/BigButton/Mousedown/SW.cache.gif); }
831 - .Mousedown .BigButton .CP_SE { background-image:url(images/BigButton/Mousedown/SE.cache.gif); }
832 -
833 - .Mousedown .BigButton .CP_N { background-image:url(images/BigButton/Mousedown/N.cache.gif); }
834 - .Mousedown .BigButton .CP_E { background-image:url(images/BigButton/Mousedown/E.cache.gif); }
835 - .Mousedown .BigButton .CP_S { background-image:url(images/BigButton/Mousedown/S.cache.gif); }
836 - .Mousedown .BigButton .CP_W { background-image:url(images/BigButton/Mousedown/W.cache.gif); }
1984 + .Disabled .BigButton .CP_S {
1985 + background-image: url(images/BigButton/Disabled/S.cache.gif);
1986 + }
837 1987
838 - /* Disabled */
839 - .Disabled .BigButton .CP_NW { background-image:url(images/BigButton/Disabled/NW.cache.gif); }
840 - .Disabled .BigButton .CP_NE { background-image:url(images/BigButton/Disabled/NE.cache.gif); }
841 - .Disabled .BigButton .CP_SW { background-image:url(images/BigButton/Disabled/SW.cache.gif); }
842 - .Disabled .BigButton .CP_SE { background-image:url(images/BigButton/Disabled/SE.cache.gif); }
843 -
844 - .Disabled .BigButton .CP_N { background-image:url(images/BigButton/Disabled/N.cache.gif); }
845 - .Disabled .BigButton .CP_E { background-image:url(images/BigButton/Disabled/E.cache.gif); }
846 - .Disabled .BigButton .CP_S { background-image:url(images/BigButton/Disabled/S.cache.gif); }
847 - .Disabled .BigButton .CP_W { background-image:url(images/BigButton/Disabled/W.cache.gif); }
1988 + .Disabled .BigButton .CP_W {
1989 + background-image: url(images/BigButton/Disabled/W.cache.gif);
1990 + }
848 1991
849 1992 /********************************/
850 1993 /******* RegSizedButton *********/
  @@ -856,21 +1999,20 @@
856 1999 .RegTextCellButton6 .CP_SW,
857 2000 .RegImageCellButton6 .CP_SW,
858 2001 .RegTextCellButton6 .CP_SE,
859 - .RegImageCellButton6 .CP_SE
860 - {
861 - width:6px;
862 - height:6px; /*Not Honored*/
2002 + .RegImageCellButton6 .CP_SE {
2003 + width: 6px;
2004 + height: 6px; /*Not Honored*/
863 2005 }
864 2006
865 2007 .RegTextCellButton6 .CP_center,
866 - .RegImageCellButton6 .CP_center
867 - {
868 - width:24px; height:24px;
2008 + .RegImageCellButton6 .CP_center {
2009 + width: 24px;
2010 + height: 24px;
869 2011 }
870 2012
871 - .PickerImageCellButton6 .CP_center
872 - {
873 - width:16px; height:14px;
2013 + .PickerImageCellButton6 .CP_center {
2014 + width: 16px;
2015 + height: 14px;
874 2016 }
875 2017
876 2018 /********************************/
  @@ -880,83 +2022,182 @@
880 2022 /* Regular */
881 2023 .Regular .RegButton .CP_PreCenter,
882 2024 .Regular .RegButton .CP_center,
883 - .Regular .RegButton .CP_PostCenter
884 - {
885 - background-color:#A2C1ED;
2025 + .Regular .RegButton .CP_PostCenter {
2026 + background-color: #A2C1ED;
886 2027 }
887 2028
888 2029 /* Mouseover */
889 2030 .Mouseover .RegButton .CP_PreCenter,
890 2031 .Mouseover .RegButton .CP_center,
891 - .Mouseover .RegButton .CP_PostCenter
892 - {
893 - background-color:#CEE7FF;
2032 + .Mouseover .RegButton .CP_PostCenter {
2033 + background-color: #CEE7FF;
894 2034 }
895 2035
896 2036 /* Mousedown */
897 2037 .Mousedown .RegButton .CP_PreCenter,
898 2038 .Mousedown .RegButton .CP_center,
899 - .Mousedown .RegButton .CP_PostCenter
900 - {
901 - background-color:#497CBB;
2039 + .Mousedown .RegButton .CP_PostCenter {
2040 + background-color: #497CBB;
902 2041 }
903 2042
904 2043 /* Disabled */
905 2044 .Disabled .RegButton .CP_PreCenter,
906 2045 .Disabled .RegButton .CP_center,
907 - .Disabled .RegButton .CP_PostCenter
908 - {
909 - background-color:#E0E0E0;
2046 + .Disabled .RegButton .CP_PostCenter {
2047 + background-color: #E0E0E0;
2048 + }
2049 +
2050 + .Regular .RegButton .Text {
2051 + color: #000000;
2052 + text-align: center;
2053 + }
2054 +
2055 + .Mouseover .RegButton .Text {
2056 + color: #000000;
2057 + text-align: center;
2058 + }
2059 +
2060 + .Mousedown .RegButton .Text {
2061 + color: #000000;
2062 + text-align: center;
910 2063 }
911 2064
912 - .Regular .RegButton .Text { color:#000000; text-align:center; }
913 - .Mouseover .RegButton .Text { color:#000000; text-align:center; }
914 - .Mousedown .RegButton .Text { color:#000000; text-align:center; }
915 - .Disabled .RegButton .Text { color:#999999; text-align:center; }
2065 + .Disabled .RegButton .Text {
2066 + color: #999999;
2067 + text-align: center;
2068 + }
916 2069
917 2070 /* Regular */
918 - .Regular .RegButton .CP_NW { background-image:url(images/RegButton/Regular/NW.cache.gif); }
919 - .Regular .RegButton .CP_NE { background-image:url(images/RegButton/Regular/NE.cache.gif); }
920 - .Regular .RegButton .CP_SW { background-image:url(images/RegButton/Regular/SW.cache.gif); }
921 - .Regular .RegButton .CP_SE { background-image:url(images/RegButton/Regular/SE.cache.gif); }
922 -
923 - .Regular .RegButton .CP_N { background-image:url(images/RegButton/Regular/N.cache.gif); }
924 - .Regular .RegButton .CP_E { background-image:url(images/RegButton/Regular/E.cache.gif); }
925 - .Regular .RegButton .CP_S { background-image:url(images/RegButton/Regular/S.cache.gif); }
926 - .Regular .RegButton .CP_W { background-image:url(images/RegButton/Regular/W.cache.gif); }
2071 + .Regular .RegButton .CP_NW {
2072 + background-image: url(images/RegButton/Regular/NW.cache.gif);
2073 + }
2074 +
2075 + .Regular .RegButton .CP_NE {
2076 + background-image: url(images/RegButton/Regular/NE.cache.gif);
2077 + }
2078 +
2079 + .Regular .RegButton .CP_SW {
2080 + background-image: url(images/RegButton/Regular/SW.cache.gif);
2081 + }
2082 +
2083 + .Regular .RegButton .CP_SE {
2084 + background-image: url(images/RegButton/Regular/SE.cache.gif);
2085 + }
2086 +
2087 + .Regular .RegButton .CP_N {
2088 + background-image: url(images/RegButton/Regular/N.cache.gif);
2089 + }
2090 +
2091 + .Regular .RegButton .CP_E {
2092 + background-image: url(images/RegButton/Regular/E.cache.gif);
2093 + }
2094 +
2095 + .Regular .RegButton .CP_S {
2096 + background-image: url(images/RegButton/Regular/S.cache.gif);
2097 + }
2098 +
2099 + .Regular .RegButton .CP_W {
2100 + background-image: url(images/RegButton/Regular/W.cache.gif);
2101 + }
927 2102
928 2103 /* Mouseover */
929 - .Mouseover .RegButton .CP_NW { background-image:url(images/RegButton/Mouseover/NW.cache.gif); }
930 - .Mouseover .RegButton .CP_NE { background-image:url(images/RegButton/Mouseover/NE.cache.gif); }
931 - .Mouseover .RegButton .CP_SW { background-image:url(images/RegButton/Mouseover/SW.cache.gif); }
932 - .Mouseover .RegButton .CP_SE { background-image:url(images/RegButton/Mouseover/SE.cache.gif); }
933 -
934 - .Mouseover .RegButton .CP_N { background-image:url(images/RegButton/Mouseover/N.cache.gif); }
935 - .Mouseover .RegButton .CP_E { background-image:url(images/RegButton/Mouseover/E.cache.gif); }
936 - .Mouseover .RegButton .CP_S { background-image:url(images/RegButton/Mouseover/S.cache.gif); }
937 - .Mouseover .RegButton .CP_W { background-image:url(images/RegButton/Mouseover/W.cache.gif); }
2104 + .Mouseover .RegButton .CP_NW {
2105 + background-image: url(images/RegButton/Mouseover/NW.cache.gif);
2106 + }
2107 +
2108 + .Mouseover .RegButton .CP_NE {
2109 + background-image: url(images/RegButton/Mouseover/NE.cache.gif);
2110 + }
2111 +
2112 + .Mouseover .RegButton .CP_SW {
2113 + background-image: url(images/RegButton/Mouseover/SW.cache.gif);
2114 + }
2115 +
2116 + .Mouseover .RegButton .CP_SE {
2117 + background-image: url(images/RegButton/Mouseover/SE.cache.gif);
2118 + }
2119 +
2120 + .Mouseover .RegButton .CP_N {
2121 + background-image: url(images/RegButton/Mouseover/N.cache.gif);
2122 + }
2123 +
2124 + .Mouseover .RegButton .CP_E {
2125 + background-image: url(images/RegButton/Mouseover/E.cache.gif);
2126 + }
2127 +
2128 + .Mouseover .RegButton .CP_S {
2129 + background-image: url(images/RegButton/Mouseover/S.cache.gif);
2130 + }
2131 +
2132 + .Mouseover .RegButton .CP_W {
2133 + background-image: url(images/RegButton/Mouseover/W.cache.gif);
2134 + }
938 2135
939 2136 /* Mousedown */
940 - .Mousedown .RegButton .CP_NW { background-image:url(images/RegButton/Mousedown/NW.cache.gif); }
941 - .Mousedown .RegButton .CP_NE { background-image:url(images/RegButton/Mousedown/NE.cache.gif); }
942 - .Mousedown .RegButton .CP_SW { background-image:url(images/RegButton/Mousedown/SW.cache.gif); }
943 - .Mousedown .RegButton .CP_SE { background-image:url(images/RegButton/Mousedown/SE.cache.gif); }
944 -
945 - .Mousedown .RegButton .CP_N { background-image:url(images/RegButton/Mousedown/N.cache.gif); }
946 - .Mousedown .RegButton .CP_E { background-image:url(images/RegButton/Mousedown/E.cache.gif); }
947 - .Mousedown .RegButton .CP_S { background-image:url(images/RegButton/Mousedown/S.cache.gif); }
948 - .Mousedown .RegButton .CP_W { background-image:url(images/RegButton/Mousedown/W.cache.gif); }
2137 + .Mousedown .RegButton .CP_NW {
2138 + background-image: url(images/RegButton/Mousedown/NW.cache.gif);
2139 + }
2140 +
2141 + .Mousedown .RegButton .CP_NE {
2142 + background-image: url(images/RegButton/Mousedown/NE.cache.gif);
2143 + }
2144 +
2145 + .Mousedown .RegButton .CP_SW {
2146 + background-image: url(images/RegButton/Mousedown/SW.cache.gif);
2147 + }
2148 +
2149 + .Mousedown .RegButton .CP_SE {
2150 + background-image: url(images/RegButton/Mousedown/SE.cache.gif);
2151 + }
2152 +
2153 + .Mousedown .RegButton .CP_N {
2154 + background-image: url(images/RegButton/Mousedown/N.cache.gif);
2155 + }
2156 +
2157 + .Mousedown .RegButton .CP_E {
2158 + background-image: url(images/RegButton/Mousedown/E.cache.gif);
2159 + }
2160 +
2161 + .Mousedown .RegButton .CP_S {
2162 + background-image: url(images/RegButton/Mousedown/S.cache.gif);
2163 + }
2164 +
2165 + .Mousedown .RegButton .CP_W {
2166 + background-image: url(images/RegButton/Mousedown/W.cache.gif);
2167 + }
949 2168
950 2169 /* Disabled */
951 - .Disabled .RegButton .CP_NW { background-image:url(images/RegButton/Disabled/NW.cache.gif); }
952 - .Disabled .RegButton .CP_NE { background-image:url(images/RegButton/Disabled/NE.cache.gif); }
953 - .Disabled .RegButton .CP_SW { background-image:url(images/RegButton/Disabled/SW.cache.gif); }
954 - .Disabled .RegButton .CP_SE { background-image:url(images/RegButton/Disabled/SE.cache.gif); }
955 -
956 - .Disabled .RegButton .CP_N { background-image:url(images/RegButton/Disabled/N.cache.gif); }
957 - .Disabled .RegButton .CP_E { background-image:url(images/RegButton/Disabled/E.cache.gif); }
958 - .Disabled .RegButton .CP_S { background-image:url(images/RegButton/Disabled/S.cache.gif); }
959 - .Disabled .RegButton .CP_W { background-image:url(images/RegButton/Disabled/W.cache.gif); }
2170 + .Disabled .RegButton .CP_NW {
2171 + background-image: url(images/RegButton/Disabled/NW.cache.gif);
2172 + }
2173 +
2174 + .Disabled .RegButton .CP_NE {
2175 + background-image: url(images/RegButton/Disabled/NE.cache.gif);
2176 + }
2177 +
2178 + .Disabled .RegButton .CP_SW {
2179 + background-image: url(images/RegButton/Disabled/SW.cache.gif);
2180 + }
2181 +
2182 + .Disabled .RegButton .CP_SE {
2183 + background-image: url(images/RegButton/Disabled/SE.cache.gif);
2184 + }
2185 +
2186 + .Disabled .RegButton .CP_N {
2187 + background-image: url(images/RegButton/Disabled/N.cache.gif);
2188 + }
2189 +
2190 + .Disabled .RegButton .CP_E {
2191 + background-image: url(images/RegButton/Disabled/E.cache.gif);
2192 + }
2193 +
2194 + .Disabled .RegButton .CP_S {
2195 + background-image: url(images/RegButton/Disabled/S.cache.gif);
2196 + }
2197 +
2198 + .Disabled .RegButton .CP_W {
2199 + background-image: url(images/RegButton/Disabled/W.cache.gif);
2200 + }
960 2201
961 2202 /********************************/
962 2203 /******* RedButton **************/
  @@ -964,80 +2205,179 @@
964 2205
965 2206 .Regular .RedButton .CP_PreCenter,
966 2207 .Regular .RedButton .CP_center,
967 - .Regular .RedButton .CP_PostCenter
968 - {
969 - background-color:#FFA3A3;
2208 + .Regular .RedButton .CP_PostCenter {
2209 + background-color: #FFA3A3;
970 2210 }
971 2211
972 2212 .Mouseover .RedButton .CP_PreCenter,
973 2213 .Mouseover .RedButton .CP_center,
974 - .Mouseover .RedButton .CP_PostCenter
975 - {
976 - background-color:#FFD1D1;
2214 + .Mouseover .RedButton .CP_PostCenter {
2215 + background-color: #FFD1D1;
977 2216 }
978 2217
979 2218 .Mousedown .RedButton .CP_PreCenter,
980 2219 .Mousedown .RedButton .CP_center,
981 - .Mousedown .RedButton .CP_PostCenter
982 - {
983 - background-color:#FF7777;
2220 + .Mousedown .RedButton .CP_PostCenter {
2221 + background-color: #FF7777;
984 2222 }
985 2223
986 2224 .Disabled .RedButton .CP_PreCenter,
987 2225 .Disabled .RedButton .CP_center,
988 - .Disabled .RedButton .CP_PostCenter
989 - {
990 - background-color:#E0E0E0;
2226 + .Disabled .RedButton .CP_PostCenter {
2227 + background-color: #E0E0E0;
2228 + }
2229 +
2230 + .Regular .RedButton .Text {
2231 + color: #000000;
2232 + text-align: center;
991 2233 }
992 2234
993 - .Regular .RedButton .Text { color:#000000; text-align:center; }
994 - .Mouseover .RedButton .Text { color:#000000; text-align:center; }
995 - .Mousedown .RedButton .Text { color:#000000; text-align:center; }
996 - .Disabled .RedButton .Text { color:#999999; text-align:center; }
2235 + .Mouseover .RedButton .Text {
2236 + color: #000000;
2237 + text-align: center;
2238 + }
2239 +
2240 + .Mousedown .RedButton .Text {
2241 + color: #000000;
2242 + text-align: center;
2243 + }
2244 +
2245 + .Disabled .RedButton .Text {
2246 + color: #999999;
2247 + text-align: center;
2248 + }
997 2249
998 2250 /* Regular */
999 - .Regular .RedButton .CP_NW { background-image:url(images/RedButton/Regular/NW.cache.gif); }
1000 - .Regular .RedButton .CP_NE { background-image:url(images/RedButton/Regular/NE.cache.gif); }
1001 - .Regular .RedButton .CP_SW { background-image:url(images/RedButton/Regular/SW.cache.gif); }
1002 - .Regular .RedButton .CP_SE { background-image:url(images/RedButton/Regular/SE.cache.gif); }
1003 -
1004 - .Regular .RedButton .CP_N { background-image:url(images/RedButton/Regular/N.cache.gif); }
1005 - .Regular .RedButton .CP_E { background-image:url(images/RedButton/Regular/E.cache.gif); }
1006 - .Regular .RedButton .CP_S { background-image:url(images/RedButton/Regular/S.cache.gif); }
1007 - .Regular .RedButton .CP_W { background-image:url(images/RedButton/Regular/W.cache.gif); }
2251 + .Regular .RedButton .CP_NW {
2252 + background-image: url(images/RedButton/Regular/NW.cache.gif);
2253 + }
2254 +
2255 + .Regular .RedButton .CP_NE {
2256 + background-image: url(images/RedButton/Regular/NE.cache.gif);
2257 + }
2258 +
2259 + .Regular .RedButton .CP_SW {
2260 + background-image: url(images/RedButton/Regular/SW.cache.gif);
2261 + }
2262 +
2263 + .Regular .RedButton .CP_SE {
2264 + background-image: url(images/RedButton/Regular/SE.cache.gif);
2265 + }
2266 +
2267 + .Regular .RedButton .CP_N {
2268 + background-image: url(images/RedButton/Regular/N.cache.gif);
2269 + }
2270 +
2271 + .Regular .RedButton .CP_E {
2272 + background-image: url(images/RedButton/Regular/E.cache.gif);
2273 + }
2274 +
2275 + .Regular .RedButton .CP_S {
2276 + background-image: url(images/RedButton/Regular/S.cache.gif);
2277 + }
2278 +
2279 + .Regular .RedButton .CP_W {
2280 + background-image: url(images/RedButton/Regular/W.cache.gif);
2281 + }
1008 2282
1009 2283 /* Mouseover */
1010 - .Mouseover .RedButton .CP_NW { background-image:url(images/RedButton/Mouseover/NW.cache.gif); }
1011 - .Mouseover .RedButton .CP_NE { background-image:url(images/RedButton/Mouseover/NE.cache.gif); }
1012 - .Mouseover .RedButton .CP_SW { background-image:url(images/RedButton/Mouseover/SW.cache.gif); }
1013 - .Mouseover .RedButton .CP_SE { background-image:url(images/RedButton/Mouseover/SE.cache.gif); }
1014 -
1015 - .Mouseover .RedButton .CP_N { background-image:url(images/RedButton/Mouseover/N.cache.gif); }
1016 - .Mouseover .RedButton .CP_E { background-image:url(images/RedButton/Mouseover/E.cache.gif); }
1017 - .Mouseover .RedButton .CP_S { background-image:url(images/RedButton/Mouseover/S.cache.gif); }
1018 - .Mouseover .RedButton .CP_W { background-image:url(images/RedButton/Mouseover/W.cache.gif); }
2284 + .Mouseover .RedButton .CP_NW {
2285 + background-image: url(images/RedButton/Mouseover/NW.cache.gif);
2286 + }
2287 +
2288 + .Mouseover .RedButton .CP_NE {
2289 + background-image: url(images/RedButton/Mouseover/NE.cache.gif);
2290 + }
2291 +
2292 + .Mouseover .RedButton .CP_SW {
2293 + background-image: url(images/RedButton/Mouseover/SW.cache.gif);
2294 + }
2295 +
2296 + .Mouseover .RedButton .CP_SE {
2297 + background-image: url(images/RedButton/Mouseover/SE.cache.gif);
2298 + }
2299 +
2300 + .Mouseover .RedButton .CP_N {
2301 + background-image: url(images/RedButton/Mouseover/N.cache.gif);
2302 + }
2303 +
2304 + .Mouseover .RedButton .CP_E {
2305 + background-image: url(images/RedButton/Mouseover/E.cache.gif);
2306 + }
2307 +
2308 + .Mouseover .RedButton .CP_S {
2309 + background-image: url(images/RedButton/Mouseover/S.cache.gif);
2310 + }
2311 +
2312 + .Mouseover .RedButton .CP_W {
2313 + background-image: url(images/RedButton/Mouseover/W.cache.gif);
2314 + }
1019 2315
1020 2316 /* Mousedown */
1021 - .Mousedown .RedButton .CP_NW { background-image:url(images/RedButton/Mousedown/NW.cache.gif); }
1022 - .Mousedown .RedButton .CP_NE { background-image:url(images/RedButton/Mousedown/NE.cache.gif); }
1023 - .Mousedown .RedButton .CP_SW { background-image:url(images/RedButton/Mousedown/SW.cache.gif); }
1024 - .Mousedown .RedButton .CP_SE { background-image:url(images/RedButton/Mousedown/SE.cache.gif); }
1025 -
1026 - .Mousedown .RedButton .CP_N { background-image:url(images/RedButton/Mousedown/N.cache.gif); }
1027 - .Mousedown .RedButton .CP_E { background-image:url(images/RedButton/Mousedown/E.cache.gif); }
1028 - .Mousedown .RedButton .CP_S { background-image:url(images/RedButton/Mousedown/S.cache.gif); }
1029 - .Mousedown .RedButton .CP_W { background-image:url(images/RedButton/Mousedown/W.cache.gif); }
2317 + .Mousedown .RedButton .CP_NW {
2318 + background-image: url(images/RedButton/Mousedown/NW.cache.gif);
2319 + }
2320 +
2321 + .Mousedown .RedButton .CP_NE {
2322 + background-image: url(images/RedButton/Mousedown/NE.cache.gif);
2323 + }
2324 +
2325 + .Mousedown .RedButton .CP_SW {
2326 + background-image: url(images/RedButton/Mousedown/SW.cache.gif);
2327 + }
2328 +
2329 + .Mousedown .RedButton .CP_SE {
2330 + background-image: url(images/RedButton/Mousedown/SE.cache.gif);
2331 + }
2332 +
2333 + .Mousedown .RedButton .CP_N {
2334 + background-image: url(images/RedButton/Mousedown/N.cache.gif);
2335 + }
2336 +
2337 + .Mousedown .RedButton .CP_E {
2338 + background-image: url(images/RedButton/Mousedown/E.cache.gif);
2339 + }
2340 +
2341 + .Mousedown .RedButton .CP_S {
2342 + background-image: url(images/RedButton/Mousedown/S.cache.gif);
2343 + }
2344 +
2345 + .Mousedown .RedButton .CP_W {
2346 + background-image: url(images/RedButton/Mousedown/W.cache.gif);
2347 + }
1030 2348
1031 2349 /* Disabled */
1032 - .Disabled .RedButton .CP_NW { background-image:url(images/RedButton/Disabled/NW.cache.gif); }
1033 - .Disabled .RedButton .CP_NE { background-image:url(images/RedButton/Disabled/NE.cache.gif); }
1034 - .Disabled .RedButton .CP_SW { background-image:url(images/RedButton/Disabled/SW.cache.gif); }
1035 - .Disabled .RedButton .CP_SE { background-image:url(images/RedButton/Disabled/SE.cache.gif); }
1036 -
1037 - .Disabled .RedButton .CP_N { background-image:url(images/RedButton/Disabled/N.cache.gif); }
1038 - .Disabled .RedButton .CP_E { background-image:url(images/RedButton/Disabled/E.cache.gif); }
1039 - .Disabled .RedButton .CP_S { background-image:url(images/RedButton/Disabled/S.cache.gif); }
1040 - .Disabled .RedButton .CP_W { background-image:url(images/RedButton/Disabled/W.cache.gif); }
2350 + .Disabled .RedButton .CP_NW {
2351 + background-image: url(images/RedButton/Disabled/NW.cache.gif);
2352 + }
2353 +
2354 + .Disabled .RedButton .CP_NE {
2355 + background-image: url(images/RedButton/Disabled/NE.cache.gif);
2356 + }
2357 +
2358 + .Disabled .RedButton .CP_SW {
2359 + background-image: url(images/RedButton/Disabled/SW.cache.gif);
2360 + }
2361 +
2362 + .Disabled .RedButton .CP_SE {
2363 + background-image: url(images/RedButton/Disabled/SE.cache.gif);
2364 + }
2365 +
2366 + .Disabled .RedButton .CP_N {
2367 + background-image: url(images/RedButton/Disabled/N.cache.gif);
2368 + }
2369 +
2370 + .Disabled .RedButton .CP_E {
2371 + background-image: url(images/RedButton/Disabled/E.cache.gif);
2372 + }
2373 +
2374 + .Disabled .RedButton .CP_S {
2375 + background-image: url(images/RedButton/Disabled/S.cache.gif);
2376 + }
2377 +
2378 + .Disabled .RedButton .CP_W {
2379 + background-image: url(images/RedButton/Disabled/W.cache.gif);
2380 + }
1041 2381
1042 2382 /********************************/
1043 2383 /******* GreenButton **************/
  @@ -1045,99 +2385,214 @@
1045 2385
1046 2386 .Regular .GreenButton .CP_PreCenter,
1047 2387 .Regular .GreenButton .CP_center,
1048 - .Regular .GreenButton .CP_PostCenter
1049 - {
1050 - background-color:#9FF279;
2388 + .Regular .GreenButton .CP_PostCenter {
2389 + background-color: #9FF279;
1051 2390 }
1052 2391
1053 2392 .Mouseover .GreenButton .CP_PreCenter,
1054 2393 .Mouseover .GreenButton .CP_center,
1055 - .Mouseover .GreenButton .CP_PostCenter
1056 - {
1057 - background-color:#CFFFBA;
2394 + .Mouseover .GreenButton .CP_PostCenter {
2395 + background-color: #CFFFBA;
1058 2396 }
1059 2397
1060 2398 .Mousedown .GreenButton .CP_PreCenter,
1061 2399 .Mousedown .GreenButton .CP_center,
1062 - .Mousedown .GreenButton .CP_PostCenter
1063 - {
1064 - background-color:#8BD369;
2400 + .Mousedown .GreenButton .CP_PostCenter {
2401 + background-color: #8BD369;
1065 2402 }
1066 2403
1067 2404 .Disabled .GreenButton .CP_PreCenter,
1068 2405 .Disabled .GreenButton .CP_center,
1069 - .Disabled .GreenButton .CP_PostCenter
1070 - {
1071 - background-color:#E0E0E0;
2406 + .Disabled .GreenButton .CP_PostCenter {
2407 + background-color: #E0E0E0;
2408 + }
2409 +
2410 + .Regular .GreenButton .Text {
2411 + color: #000000;
2412 + text-align: center;
2413 + }
2414 +
2415 + .Mouseover .GreenButton .Text {
2416 + color: #000000;
2417 + text-align: center;
2418 + }
2419 +
2420 + .Mousedown .GreenButton .Text {
2421 + color: #000000;
2422 + text-align: center;
1072 2423 }
1073 2424
1074 - .Regular .GreenButton .Text { color:#000000; text-align:center; }
1075 - .Mouseover .GreenButton .Text { color:#000000; text-align:center; }
1076 - .Mousedown .GreenButton .Text { color:#000000; text-align:center; }
1077 - .Disabled .GreenButton .Text { color:#999999; text-align:center; }
2425 + .Disabled .GreenButton .Text {
2426 + color: #999999;
2427 + text-align: center;
2428 + }
1078 2429
1079 2430 /* Regular */
1080 - .Regular .GreenButton .CP_NW { background-image:url(images/GreenButton/Regular/NW.cache.gif); }
1081 - .Regular .GreenButton .CP_NE { background-image:url(images/GreenButton/Regular/NE.cache.gif); }
1082 - .Regular .GreenButton .CP_SW { background-image:url(images/GreenButton/Regular/SW.cache.gif); }
1083 - .Regular .GreenButton .CP_SE { background-image:url(images/GreenButton/Regular/SE.cache.gif); }
1084 -
1085 - .Regular .GreenButton .CP_N { background-image:url(images/GreenButton/Regular/N.cache.gif); }
1086 - .Regular .GreenButton .CP_E { background-image:url(images/GreenButton/Regular/E.cache.gif); }
1087 - .Regular .GreenButton .CP_S { background-image:url(images/GreenButton/Regular/S.cache.gif); }
1088 - .Regular .GreenButton .CP_W { background-image:url(images/GreenButton/Regular/W.cache.gif); }
2431 + .Regular .GreenButton .CP_NW {
2432 + background-image: url(images/GreenButton/Regular/NW.cache.gif);
2433 + }
2434 +
2435 + .Regular .GreenButton .CP_NE {
2436 + background-image: url(images/GreenButton/Regular/NE.cache.gif);
2437 + }
2438 +
2439 + .Regular .GreenButton .CP_SW {
2440 + background-image: url(images/GreenButton/Regular/SW.cache.gif);
2441 + }
2442 +
2443 + .Regular .GreenButton .CP_SE {
2444 + background-image: url(images/GreenButton/Regular/SE.cache.gif);
2445 + }
2446 +
2447 + .Regular .GreenButton .CP_N {
2448 + background-image: url(images/GreenButton/Regular/N.cache.gif);
2449 + }
2450 +
2451 + .Regular .GreenButton .CP_E {
2452 + background-image: url(images/GreenButton/Regular/E.cache.gif);
2453 + }
2454 +
2455 + .Regular .GreenButton .CP_S {
2456 + background-image: url(images/GreenButton/Regular/S.cache.gif);
2457 + }
2458 +
2459 + .Regular .GreenButton .CP_W {
2460 + background-image: url(images/GreenButton/Regular/W.cache.gif);
2461 + }
1089 2462
1090 2463 /* Mouseover */
1091 - .Mouseover .GreenButton .CP_NW { background-image:url(images/GreenButton/Mouseover/NW.cache.gif); }
1092 - .Mouseover .GreenButton .CP_NE { background-image:url(images/GreenButton/Mouseover/NE.cache.gif); }
1093 - .Mouseover .GreenButton .CP_SW { background-image:url(images/GreenButton/Mouseover/SW.cache.gif); }
1094 - .Mouseover .GreenButton .CP_SE { background-image:url(images/GreenButton/Mouseover/SE.cache.gif); }
1095 -
1096 - .Mouseover .GreenButton .CP_N { background-image:url(images/GreenButton/Mouseover/N.cache.gif); }
1097 - .Mouseover .GreenButton .CP_E { background-image:url(images/GreenButton/Mouseover/E.cache.gif); }
1098 - .Mouseover .GreenButton .CP_S { background-image:url(images/GreenButton/Mouseover/S.cache.gif); }
1099 - .Mouseover .GreenButton .CP_W { background-image:url(images/GreenButton/Mouseover/W.cache.gif); }
2464 + .Mouseover .GreenButton .CP_NW {
2465 + background-image: url(images/GreenButton/Mouseover/NW.cache.gif);
2466 + }
2467 +
2468 + .Mouseover .GreenButton .CP_NE {
2469 + background-image: url(images/GreenButton/Mouseover/NE.cache.gif);
2470 + }
2471 +
2472 + .Mouseover .GreenButton .CP_SW {
2473 + background-image: url(images/GreenButton/Mouseover/SW.cache.gif);
2474 + }
2475 +
2476 + .Mouseover .GreenButton .CP_SE {
2477 + background-image: url(images/GreenButton/Mouseover/SE.cache.gif);
2478 + }
2479 +
2480 + .Mouseover .GreenButton .CP_N {
2481 + background-image: url(images/GreenButton/Mouseover/N.cache.gif);
2482 + }
2483 +
2484 + .Mouseover .GreenButton .CP_E {
2485 + background-image: url(images/GreenButton/Mouseover/E.cache.gif);
2486 + }
2487 +
2488 + .Mouseover .GreenButton .CP_S {
2489 + background-image: url(images/GreenButton/Mouseover/S.cache.gif);
2490 + }
2491 +
2492 + .Mouseover .GreenButton .CP_W {
2493 + background-image: url(images/GreenButton/Mouseover/W.cache.gif);
2494 + }
1100 2495
1101 2496 /* Mousedown */
1102 - .Mousedown .GreenButton .CP_NW { background-image:url(images/GreenButton/Mousedown/NW.cache.gif); }
1103 - .Mousedown .GreenButton .CP_NE { background-image:url(images/GreenButton/Mousedown/NE.cache.gif); }
1104 - .Mousedown .GreenButton .CP_SW { background-image:url(images/GreenButton/Mousedown/SW.cache.gif); }
1105 - .Mousedown .GreenButton .CP_SE { background-image:url(images/GreenButton/Mousedown/SE.cache.gif); }
1106 -
1107 - .Mousedown .GreenButton .CP_N { background-image:url(images/GreenButton/Mousedown/N.cache.gif); }
1108 - .Mousedown .GreenButton .CP_E { background-image:url(images/GreenButton/Mousedown/E.cache.gif); }
1109 - .Mousedown .GreenButton .CP_S { background-image:url(images/GreenButton/Mousedown/S.cache.gif); }
1110 - .Mousedown .GreenButton .CP_W { background-image:url(images/GreenButton/Mousedown/W.cache.gif); }
2497 + .Mousedown .GreenButton .CP_NW {
2498 + background-image: url(images/GreenButton/Mousedown/NW.cache.gif);
2499 + }
2500 +
2501 + .Mousedown .GreenButton .CP_NE {
2502 + background-image: url(images/GreenButton/Mousedown/NE.cache.gif);
2503 + }
2504 +
2505 + .Mousedown .GreenButton .CP_SW {
2506 + background-image: url(images/GreenButton/Mousedown/SW.cache.gif);
2507 + }
2508 +
2509 + .Mousedown .GreenButton .CP_SE {
2510 + background-image: url(images/GreenButton/Mousedown/SE.cache.gif);
2511 + }
2512 +
2513 + .Mousedown .GreenButton .CP_N {
2514 + background-image: url(images/GreenButton/Mousedown/N.cache.gif);
2515 + }
2516 +
2517 + .Mousedown .GreenButton .CP_E {
2518 + background-image: url(images/GreenButton/Mousedown/E.cache.gif);
2519 + }
2520 +
2521 + .Mousedown .GreenButton .CP_S {
2522 + background-image: url(images/GreenButton/Mousedown/S.cache.gif);
2523 + }
2524 +
2525 + .Mousedown .GreenButton .CP_W {
2526 + background-image: url(images/GreenButton/Mousedown/W.cache.gif);
2527 + }
1111 2528
1112 2529 /* Disabled */
1113 - .Disabled .GreenButton .CP_NW { background-image:url(images/GreenButton/Disabled/NW.cache.gif); }
1114 - .Disabled .GreenButton .CP_NE { background-image:url(images/GreenButton/Disabled/NE.cache.gif); }
1115 - .Disabled .GreenButton .CP_SW { background-image:url(images/GreenButton/Disabled/SW.cache.gif); }
1116 - .Disabled .GreenButton .CP_SE { background-image:url(images/GreenButton/Disabled/SE.cache.gif); }
1117 -
1118 - .Disabled .GreenButton .CP_N { background-image:url(images/GreenButton/Disabled/N.cache.gif); }
1119 - .Disabled .GreenButton .CP_E { background-image:url(images/GreenButton/Disabled/E.cache.gif); }
1120 - .Disabled .GreenButton .CP_S { background-image:url(images/GreenButton/Disabled/S.cache.gif); }
1121 - .Disabled .GreenButton .CP_W { background-image:url(images/GreenButton/Disabled/W.cache.gif); }
2530 + .Disabled .GreenButton .CP_NW {
2531 + background-image: url(images/GreenButton/Disabled/NW.cache.gif);
2532 + }
2533 +
2534 + .Disabled .GreenButton .CP_NE {
2535 + background-image: url(images/GreenButton/Disabled/NE.cache.gif);
2536 + }
2537 +
2538 + .Disabled .GreenButton .CP_SW {
2539 + background-image: url(images/GreenButton/Disabled/SW.cache.gif);
2540 + }
2541 +
2542 + .Disabled .GreenButton .CP_SE {
2543 + background-image: url(images/GreenButton/Disabled/SE.cache.gif);
2544 + }
2545 +
2546 + .Disabled .GreenButton .CP_N {
2547 + background-image: url(images/GreenButton/Disabled/N.cache.gif);
2548 + }
2549 +
2550 + .Disabled .GreenButton .CP_E {
2551 + background-image: url(images/GreenButton/Disabled/E.cache.gif);
2552 + }
2553 +
2554 + .Disabled .GreenButton .CP_S {
2555 + background-image: url(images/GreenButton/Disabled/S.cache.gif);
2556 + }
2557 +
2558 + .Disabled .GreenButton .CP_W {
2559 + background-image: url(images/GreenButton/Disabled/W.cache.gif);
2560 + }
1122 2561
1123 2562 /**********************************************/
1124 2563 .Back .CP_PreCenter,
1125 - .Next .CP_PostCenter
1126 - {
1127 - width:12px; height:24px;
2564 + .Next .CP_PostCenter {
2565 + width: 12px;
2566 + height: 24px;
2567 + }
2568 +
2569 + .Back .CP_PreCenter {
2570 + background-image: url(images/RegButton/BackArrow.cache.gif);
2571 + }
2572 +
2573 + .Regular .Next .CP_PostCenter {
2574 + background-image: url(images/RegButton/ForwardArrowRegular.cache.gif);
2575 + }
2576 +
2577 + .Mouseover .Next .CP_PostCenter {
2578 + background-image: url(images/RegButton/ForwardArrowOver.cache.gif);
1128 2579 }
1129 2580
1130 - .Back .CP_PreCenter { background-image:url(images/RegButton/BackArrow.cache.gif); }
1131 - .Regular .Next .CP_PostCenter { background-image:url(images/RegButton/ForwardArrowRegular.cache.gif); }
1132 - .Mouseover .Next .CP_PostCenter { background-image:url(images/RegButton/ForwardArrowOver.cache.gif); }
1133 - .Mousedown .Next .CP_PostCenter { background-image:url(images/RegButton/ForwardArrowOver.cache.gif); }
2581 + .Mousedown .Next .CP_PostCenter {
2582 + background-image: url(images/RegButton/ForwardArrowOver.cache.gif);
2583 + }
1134 2584
1135 2585 /**********************************************/
1136 2586 /***************** Misc ***********************/
1137 2587 /**********************************************/
1138 2588
1139 - .litesoft-CreditsFixedFont { font-family: monospace; }
1140 - .litesoft-CreditsColorized { background-color: green; }
2589 + .litesoft-CreditsFixedFont {
2590 + font-family: monospace;
2591 + }
2592 +
2593 + .litesoft-CreditsColorized {
2594 + background-color: green;
2595 + }
1141 2596
1142 2597 /**********************************************/
1143 2598 /****************** Bug Fixes *****************/
  @@ -1145,30 +2600,26 @@
1145 2600
1146 2601 /* Fix for bug 2294: Window contents render on top of workbench panels */
1147 2602 /* Fix for bug 2300: Window contents shear when splitter is dragged */
1148 - .UserAgent-Gecko .Dragging .litesoft-LayoutOverflowAuto
1149 - {
2603 + .UserAgent-Gecko .Dragging .litesoft-LayoutOverflowAuto {
1150 2604 /* Hide Firefox's native scroll continer when dragging to prevent rendering artifacts */
1151 2605 /*____ Note: disabled for the time being b/c investigation sidebar is now in its own floater ____*/
1152 2606 /* overflow: hidden;*/
1153 2607 }
1154 2608
1155 2609 /* Fix for bug 2235: Floating Windows: Scroll bars and title areas do not retain proper order */
1156 - .UserAgent-Gecko .Platform-Mac .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-LayoutOverflowAuto
1157 - {
2610 + .UserAgent-Gecko .Platform-Mac .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-LayoutOverflowAuto {
1158 2611 /* Disable scroll bars on background windows to prevent them from showing through */
1159 2612 overflow: hidden;
1160 2613 }
1161 2614
1162 - .UserAgent-Gecko .Platform-Mac .litesoft-NoSizeAffectingCSS-Floater-Inactive .LayoutSizeableFrame *
1163 - {
2615 + .UserAgent-Gecko .Platform-Mac .litesoft-NoSizeAffectingCSS-Floater-Inactive .LayoutSizeableFrame * {
1164 2616 /* Disable all scroll bars in background frames to prevent them from showing through */
1165 2617 overflow: hidden;
1166 2618 }
1167 2619
1168 2620 /* Fix for bug 2558: invisible cursor in edit controls */
1169 2621 .UserAgent-Gecko .litesoft-NoSizeAffectingCSS-Floater-Inactive .litesoft-LayoutOverflowAuto,
1170 - .UserAgent-Gecko.body-GlassPanelShowing .litesoft-NoSizeAffectingCSS-Floater .litesoft-LayoutOverflowAuto
1171 - {
2622 + .UserAgent-Gecko.body-GlassPanelShowing .litesoft-NoSizeAffectingCSS-Floater .litesoft-LayoutOverflowAuto {
1172 2623 /* Disable overflow:auto on background windows on _all_ OS'es because it obscures the cursor */
1173 2624 overflow: hidden;
1174 2625 }