profoundjs 7.5.0 → 7.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/LICENSE.txt +27 -25
  2. package/htdocs/jszip/FileSaver.min.js +2 -2
  3. package/htdocs/profoundui/proddata/css/atrium.css +201 -201
  4. package/htdocs/profoundui/proddata/css/designer_respeditor.css +91 -91
  5. package/htdocs/profoundui/proddata/css/ipademulator.css +38 -38
  6. package/htdocs/profoundui/proddata/css/iphoneemulator.css +29 -29
  7. package/htdocs/profoundui/proddata/css/jumpstart.css +442 -442
  8. package/htdocs/profoundui/proddata/css/key_management.css +122 -122
  9. package/htdocs/profoundui/proddata/css/logic.css +1669 -1669
  10. package/htdocs/profoundui/proddata/css/markdown.css +754 -754
  11. package/htdocs/profoundui/proddata/css/profoundai.css +42 -0
  12. package/htdocs/profoundui/proddata/css/puisplash.css +186 -186
  13. package/htdocs/profoundui/proddata/css/qtips.css +32 -32
  14. package/htdocs/profoundui/proddata/html/genieframe.html +25 -25
  15. package/htdocs/profoundui/proddata/js/designer.js +3794 -3782
  16. package/htdocs/profoundui/proddata/js/key_management.js +34 -34
  17. package/htdocs/profoundui/proddata/js/profoundai.js +26 -0
  18. package/htdocs/profoundui/proddata/js/rich-display-react-component.js +45 -45
  19. package/htdocs/profoundui/proddata/js/rich-display-vue-component.js +28 -28
  20. package/htdocs/profoundui/proddata/js/runtime.js +1404 -1401
  21. package/htdocs/profoundui/proddata/js/soapclient.js +419 -419
  22. package/htdocs/profoundui/proddata/typings/profoundjs.d.ts +881 -881
  23. package/htdocs/profoundui/proddata/typings/profoundui.d.ts +388 -388
  24. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-gray.css +414 -414
  25. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-olive.css +623 -623
  26. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-slate.css +672 -672
  27. package/htdocs/profoundui/userdata/atrium themes/css/xtheme-steel.css +10437 -10437
  28. package/htdocs/profoundui/userdata/css/atrium_banner.css +13 -13
  29. package/htdocs/profoundui/userdata/css/atrium_home.css +37 -37
  30. package/htdocs/profoundui/userdata/custom/themes/enhanced.js +104 -104
  31. package/htdocs/profoundui/userdata/custom/themes/hybrid.js +109 -109
  32. package/htdocs/profoundui/userdata/custom/themes/standard.js +68 -68
  33. package/htdocs/profoundui/userdata/custom/widgets/googlemaps.js +139 -139
  34. package/htdocs/profoundui/userdata/custom/widgets/listbox.js +37 -37
  35. package/htdocs/profoundui/userdata/custom/widgets/panel.js +74 -74
  36. package/htdocs/profoundui/userdata/custom/widgets/styled_button.js +71 -71
  37. package/htdocs/profoundui/userdata/custom/widgets/tabpanel.js +61 -61
  38. package/htdocs/profoundui/userdata/genie skins/Classic/Classic.css +562 -562
  39. package/htdocs/profoundui/userdata/genie skins/Classic/custom.js +3 -3
  40. package/htdocs/profoundui/userdata/genie skins/Gradient/Gradient.css +616 -616
  41. package/htdocs/profoundui/userdata/genie skins/Gradient/adjusted columns custom.js +83 -83
  42. package/htdocs/profoundui/userdata/genie skins/Gradient/custom.js +83 -83
  43. package/htdocs/profoundui/userdata/genie skins/Hybrid/Hybrid.css +616 -616
  44. package/htdocs/profoundui/userdata/genie skins/Hybrid/custom.js +330 -330
  45. package/htdocs/profoundui/userdata/genie skins/Plain/Plain.css +546 -546
  46. package/htdocs/profoundui/userdata/genie skins/Plain/custom.js +6 -6
  47. package/htdocs/profoundui/userdata/genie skins/Skyline/Skyline.css +753 -753
  48. package/htdocs/profoundui/userdata/genie skins/Skyline/adjusted columns custom.js +97 -97
  49. package/htdocs/profoundui/userdata/genie skins/Skyline/custom.js +97 -97
  50. package/htdocs/profoundui/userdata/genie skins/Tablet/Tablet.css +743 -743
  51. package/htdocs/profoundui/userdata/genie skins/Tablet/custom.js +153 -153
  52. package/htdocs/profoundui/userdata/samples/ordentry/OrdEntry.js +92 -92
  53. package/package.json +2 -2
  54. package/profound.jse +1 -1
  55. package/setup/pjsdist.savf +0 -0
@@ -1,546 +1,546 @@
1
-
2
- #5250 {
3
- text-align: center;
4
- }
5
-
6
- .BigText {
7
- color: #000066;
8
- font-weight: bold;
9
- font-size: 15px;
10
- text-align: right;
11
- font-family: arial;
12
- width: 100px;
13
- }
14
-
15
-
16
- /* Push Button */
17
- INPUT.button {
18
- color: #335588;
19
- font-weight: bold;
20
- font-size: 12px;
21
- }
22
-
23
- /* Selector Pen */
24
- .selpen {
25
-
26
- }
27
-
28
- /* Calendar Classes */
29
- .calendar {
30
- font-size:11px;
31
- font-weight:bold;
32
- cursor:pointer;
33
- }
34
- .brndrow1 {
35
- background-color: #5588BB;
36
- }
37
- .brndrow1 A {
38
- border: 0px;
39
- }
40
- .brndrow1 A:hover {
41
- border: 0px;
42
- }
43
-
44
- .brndrow2
45
- {
46
- background-color: #5588BB;
47
- }
48
-
49
-
50
- /* Context Menu on a Subfile right-click */
51
- #menuDiv {
52
- border: 2px dashed #CCCCCC;
53
- }
54
- .menu {
55
- background: #5588BB;
56
- }
57
- .menu TR {
58
- cursor: pointer;
59
- }
60
- .menu TD {
61
- font-family: Arial;
62
- font-size: 12px;
63
- color: white;
64
- }
65
- .menuHover TD {
66
- background: #FFFF66;
67
- color: #0000FF;
68
- }
69
-
70
-
71
-
72
- body {
73
- margin: 0px 0px 0px 0px;
74
- text-align: center;
75
- vertical-align: middle;
76
- background-repeat: repeat-y;
77
- background-color: #c6e2ff;
78
- font-family: Trebuchet MS;
79
- font-size: 14px;
80
- overflow: auto;
81
- }
82
-
83
- div {
84
- padding: 1px;
85
- z-index: 10;
86
- text-align: left;
87
- }
88
-
89
- img {
90
- z-index: 10;
91
- }
92
-
93
-
94
-
95
- .hand {
96
- cursor: pointer;
97
- }
98
-
99
-
100
-
101
- .input {
102
- font-family: Monospace;
103
- font-weight: bold;
104
- font-size: 13px;
105
- z-index: 20;
106
- }
107
- .focusInp {
108
- background: #ffffdd;
109
- font-weight: bold;
110
- font-family: Monospace;
111
- font-size: 13px;
112
- z-index: 20;
113
- }
114
-
115
- .label {
116
- text-align: right;
117
- font-weight: bold;
118
- color: #003399;
119
- }
120
-
121
- .heading {
122
- color: #105184;
123
- font-weight: bold;
124
- font-size: 20px
125
- }
126
-
127
- SELECT {
128
- font-family: Monospace;
129
- font-size: 13px;
130
- background: #F0FFFF;
131
- border: 3px double #8EC8FF;
132
- z-index: 20;
133
- }
134
-
135
- BUTTON {
136
- z-index: 20;
137
- }
138
-
139
- INPUT {
140
- font-family: Monospace;
141
- font-size: 13px;
142
- z-index: 20;
143
- }
144
-
145
- TEXTAREA {
146
- z-index: 20;
147
- }
148
-
149
-
150
-
151
- /* Spaced Window Border */
152
- DIV.Spaced {
153
- background-color: #FFFFFF;
154
- border-style: solid;
155
- border-top-width: 12px;
156
- border-bottom-width: 12px;
157
- border-right-width: 8px ;
158
- border-left-width: 8px;
159
- filter: progid:DXImageTransform.Microsoft.Shadow(color=white, direction=135, strength=6);
160
- z-index: 30;
161
-
162
- }
163
-
164
- /* default window border */
165
- DIV.Default {
166
- background-color: #FFFFFF;
167
- border-style: solid;
168
- border-top-width: 2px;
169
- border-bottom-width: 2px;
170
- border-right-width: 2px ;
171
- border-left-width: 2px;
172
- border-right-style: outset;
173
- border-bottom-style: outset;
174
- z-index: 30;
175
- }
176
-
177
- .Title
178
- {
179
- vertical-align: text-top;
180
- background-color: #FFFFFF;
181
- z-index: 40;
182
- }
183
-
184
-
185
-
186
-
187
-
188
- A {
189
- text-decoration: none;
190
- border-bottom: 1px dotted #c1b6b6;
191
- }
192
- A:hover {
193
- border: 2px solid #5588BB;
194
- background-color: #6699CC;
195
- }
196
-
197
- .A20 A {
198
- color: #003399;
199
- }
200
- .A3A A /*Blue*/
201
- {
202
- color: #336699;
203
- }
204
- .A22 A /*White*/
205
- {
206
- color: #003399;
207
- }
208
-
209
-
210
-
211
-
212
-
213
-
214
- /* Regular Green */
215
- DIV.A20 {
216
- color: #003399;
217
- font-weight: bold;
218
- }
219
- INPUT.A20 {
220
- color: #003399;
221
- font-weight: bold;
222
- }
223
-
224
- .A21 /*Reverse Green*/
225
- {
226
- background-color: #FFCC00;
227
- color: #224E9F;
228
- }
229
- INPUT.A22 /* White Input Field */
230
- {
231
- font-weight: bold;
232
- color: black;
233
- }
234
- .A22 /*White*/
235
- {
236
- color: 3366CC;
237
- font-weight: bold;
238
-
239
- }
240
- .A23 /*Reverse White*/
241
- {
242
- color: #FFFFFF;
243
- background-color: white;
244
- }
245
- INPUT.A24 {
246
- color: black;
247
- }
248
- DIV.A24 /*Green Underscore*/
249
- {
250
- color: #FFCC00;
251
- border-bottom: solid 1px #FFCC00;
252
- }
253
- DIV.A25 /*Green Underscore Reverse*/
254
- {
255
- color: #224E9F;
256
- background-color: #FFCC00;
257
- border-bottom: solid 1px #224E9F;
258
- }
259
- INPUT.A25 /*Green Underscore Reverse*/
260
- {
261
- color: #224E9F;
262
- background-color: #FFCC00;
263
- }
264
- DIV.A26 /*White Underscore*/
265
- {
266
- color: white;
267
- border-bottom: solid 1px white;
268
- }
269
- INPUT.A26 /* White Underscore Input Field */
270
- {
271
- font-weight: bold;
272
- color: black;
273
- }
274
- INPUT.A27 /* Nondisplay Input */
275
- {
276
- color: black;
277
- }
278
- DIV.A27 /*Nondisplay Output*/
279
- {
280
- visibility: hidden;
281
- }
282
- .A28 /*Red*/
283
- {
284
- color: red;
285
- }
286
- .A29 /*Reverse Red*/
287
- {
288
- color: #FFFFFF;
289
- background-color: red;
290
- }
291
- DIV.A2C /*Red Underscore*/
292
- {
293
- color: Red;
294
- border-bottom: solid 1px Red;
295
- }
296
- INPUT.A2C /*Red Underscore*/
297
- {
298
- color: Red;
299
- }
300
- DIV.A2D /*Red Underscore Reverse */
301
- {
302
- color: #FFFFFF;
303
- background-color: red;
304
- border-bottom: #336699;
305
-
306
- }
307
- INPUT.A2D /*Red Underscore Reverse */
308
- {
309
- color: #FFFFFF;
310
- background-color: red;
311
-
312
- }
313
- DIV.A2F /*Nondisplay*/
314
- {
315
- visibility: hidden;
316
- }
317
- DIV.A30 /*Turquise (Column Seperators)*/
318
- {
319
- color: aqua;
320
- border-bottom: thin dashed;
321
- }
322
- INPUT.A30 /*Turquise (Column Seperators)*/
323
- {
324
- color: navy;
325
- }
326
- .A31 /*Turquise Reverse*/
327
- {
328
- color: #FFFFFF;
329
- background-color: aqua;
330
- }
331
- DIV.A32 /*Yellow (Column Separators)*/
332
- {
333
- color: yellow;
334
- border-bottom: thin dashed;
335
- }
336
- INPUT.A32 /*Yellow (Column Separators)*/
337
- {
338
- color: black;
339
- }
340
- .A33 /*Yellow Reverse*/
341
- {
342
- color: #FFFFFF;
343
- background-color: yellow;
344
- }
345
- DIV.A34 /*Turquise Underscore*/
346
- {
347
- color: aqua;
348
- border-bottom: solid 1px aqua;
349
- }
350
- INPUT.A34 /*Turquise Underscore*/
351
- {
352
- color: black;
353
- }
354
- DIV.A35 /*Turqouise Underscore Reverse*/
355
- {
356
- color: #FFFFFF;
357
- background-color: aqua;
358
- border-bottom: solid 1px #336699;
359
- }
360
- INPUT.A35 /*Turqouise Underscore Reverse*/
361
- {
362
- color: #FFFFFF;
363
- background-color: aqua;
364
- }
365
- DIV.A36 /*Yellow Underscore*/
366
- {
367
- color: yellow;
368
- border-bottom: solid 1px yellow;
369
- }
370
- INPUT.A36 /*Yellow Underscore*/
371
- {
372
- color: black;
373
- }
374
- .A37 /*Nondisplay*/
375
- {
376
- color: #FFFFFF;
377
- background-color: #FFFFFF;
378
- }
379
- .A38 /*Pink*/
380
- {
381
- color: fuchsia;
382
- }
383
- .A39 /*Pink Reverse*/
384
- {
385
- color: #FFFFFF;
386
- background-color: fuchsia;
387
- }
388
- .A3A /*Blue*/
389
- {
390
- color: #336699;
391
- font-size: 14px;
392
- font-weight: bold;
393
- }
394
- .A3B /*Blue Reverse */
395
- {
396
- color: #FFFFFF;
397
- background-color: #CCCCFF;
398
- }
399
- DIV.A3C /*Pink Underscore*/
400
- {
401
- color: fuchsia;
402
- border-bottom: solid 1px fuchsia;
403
- }
404
- INPUT.A3C /*Pink Underscore*/
405
- {
406
- color: fuchsia;
407
- }
408
- DIV.A3D /*Pink Underscore Reverse*/
409
- {
410
- color: #336699;
411
- background-color: fuchsia;
412
- border-bottom: solid 1px #336699;
413
- }
414
- INPUT.A3D /*Pink Underscore Reverse*/
415
- {
416
- color: #336699;
417
- background-color: fuchsia;
418
- }
419
- DIV.A3E /*Blue Underscore*/
420
- {
421
- color: #CCCCFF;
422
- border-bottom: solid 1px #CCCCFF;
423
- }
424
- INPUT.A3E /*Blue Underscore*/
425
- {
426
- color: #CCCCFF;
427
- }
428
-
429
- .hide {
430
- visibility: hidden;
431
- }
432
-
433
- .upper {
434
- text-transform: uppercase;
435
- }
436
-
437
-
438
-
439
-
440
-
441
- INPUT.readOnly {
442
- background: #c6e2ff;
443
- border: 0px;
444
- color: #003399;
445
- }
446
-
447
- .autocomplete-item {
448
-
449
- border-style: solid;
450
- border-width: 1px;
451
- border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
452
- font-size: 10px;
453
- font-family: tahoma, arial, helvetica, sans-serif;
454
- color: #555555;
455
- background-color: #FFFFFF;
456
- cursor: pointer;
457
- margin: 0px;
458
- padding: 4px 4px 4px 4px;
459
- white-space: nowrap;
460
- overflow: hidden;
461
- text-align: left;
462
-
463
- }
464
-
465
- .autocomplete-selected {
466
-
467
- background-color: #DFE8F6;
468
- border: 1px dotted #A3BAE9 !important;
469
-
470
-
471
- }
472
-
473
- .autocomplete-col {
474
-
475
- overflow: hidden;
476
- white-space: nowrap;
477
-
478
- }
479
-
480
-
481
-
482
-
483
- .link1 A {
484
- font-family: Verdana;
485
- color: #009999;
486
- text-decoration: none;
487
- border-bottom: 1px dotted #888888;
488
- }
489
- .link1 A:hover {
490
- border: 1px solid #cccccc;
491
- }
492
-
493
- .link2 A {
494
- font-family: Arial;
495
- text-decoration: none;
496
- border-bottom: 1px dotted #c1b6b6;
497
- }
498
- .link2 A:hover {
499
- border: 1px solid #999999;
500
- font-weight: bold;
501
- font-size: 15px;
502
- color: white;
503
- background-color: #5588BB;
504
- }
505
-
506
-
507
- .link3 A {
508
- text-decoration: none;
509
- border-bottom: 1px dotted #c1b6b6;
510
- color: #333333;
511
- }
512
- .link3 A:hover {
513
- border: 2px solid #c23c00;
514
- background-color: #ffd7b2;
515
- }
516
-
517
- .link4 A {
518
- text-decoration: none;
519
- }
520
- .link4 A:hover {
521
- text-decoration: underline;
522
- }
523
-
524
- .link5 A {
525
- font-weight: bold;
526
- text-decoration: none;
527
- }
528
- .link5 A:hover {
529
- border-top: 1px dashed #4866d5;
530
- border-bottom: 1px dashed #4866d5;
531
- }
532
-
533
- .link6 A {
534
- font-family: Arial;
535
- font-size: 14px;
536
- color: blue;
537
- text-decoration: none;
538
- }
539
- .link6 A:hover {
540
- font-weight: bold;
541
- }
542
-
543
- INPUT.empty-text, TEXTAREA.empty-text {
544
- color: gray;
545
- border: 1px solid #B5B8C8;
546
- }
1
+
2
+ #5250 {
3
+ text-align: center;
4
+ }
5
+
6
+ .BigText {
7
+ color: #000066;
8
+ font-weight: bold;
9
+ font-size: 15px;
10
+ text-align: right;
11
+ font-family: arial;
12
+ width: 100px;
13
+ }
14
+
15
+
16
+ /* Push Button */
17
+ INPUT.button {
18
+ color: #335588;
19
+ font-weight: bold;
20
+ font-size: 12px;
21
+ }
22
+
23
+ /* Selector Pen */
24
+ .selpen {
25
+
26
+ }
27
+
28
+ /* Calendar Classes */
29
+ .calendar {
30
+ font-size:11px;
31
+ font-weight:bold;
32
+ cursor:pointer;
33
+ }
34
+ .brndrow1 {
35
+ background-color: #5588BB;
36
+ }
37
+ .brndrow1 A {
38
+ border: 0px;
39
+ }
40
+ .brndrow1 A:hover {
41
+ border: 0px;
42
+ }
43
+
44
+ .brndrow2
45
+ {
46
+ background-color: #5588BB;
47
+ }
48
+
49
+
50
+ /* Context Menu on a Subfile right-click */
51
+ #menuDiv {
52
+ border: 2px dashed #CCCCCC;
53
+ }
54
+ .menu {
55
+ background: #5588BB;
56
+ }
57
+ .menu TR {
58
+ cursor: pointer;
59
+ }
60
+ .menu TD {
61
+ font-family: Arial;
62
+ font-size: 12px;
63
+ color: white;
64
+ }
65
+ .menuHover TD {
66
+ background: #FFFF66;
67
+ color: #0000FF;
68
+ }
69
+
70
+
71
+
72
+ body {
73
+ margin: 0px 0px 0px 0px;
74
+ text-align: center;
75
+ vertical-align: middle;
76
+ background-repeat: repeat-y;
77
+ background-color: #c6e2ff;
78
+ font-family: Trebuchet MS;
79
+ font-size: 14px;
80
+ overflow: auto;
81
+ }
82
+
83
+ div {
84
+ padding: 1px;
85
+ z-index: 10;
86
+ text-align: left;
87
+ }
88
+
89
+ img {
90
+ z-index: 10;
91
+ }
92
+
93
+
94
+
95
+ .hand {
96
+ cursor: pointer;
97
+ }
98
+
99
+
100
+
101
+ .input {
102
+ font-family: Monospace;
103
+ font-weight: bold;
104
+ font-size: 13px;
105
+ z-index: 20;
106
+ }
107
+ .focusInp {
108
+ background: #ffffdd;
109
+ font-weight: bold;
110
+ font-family: Monospace;
111
+ font-size: 13px;
112
+ z-index: 20;
113
+ }
114
+
115
+ .label {
116
+ text-align: right;
117
+ font-weight: bold;
118
+ color: #003399;
119
+ }
120
+
121
+ .heading {
122
+ color: #105184;
123
+ font-weight: bold;
124
+ font-size: 20px
125
+ }
126
+
127
+ SELECT {
128
+ font-family: Monospace;
129
+ font-size: 13px;
130
+ background: #F0FFFF;
131
+ border: 3px double #8EC8FF;
132
+ z-index: 20;
133
+ }
134
+
135
+ BUTTON {
136
+ z-index: 20;
137
+ }
138
+
139
+ INPUT {
140
+ font-family: Monospace;
141
+ font-size: 13px;
142
+ z-index: 20;
143
+ }
144
+
145
+ TEXTAREA {
146
+ z-index: 20;
147
+ }
148
+
149
+
150
+
151
+ /* Spaced Window Border */
152
+ DIV.Spaced {
153
+ background-color: #FFFFFF;
154
+ border-style: solid;
155
+ border-top-width: 12px;
156
+ border-bottom-width: 12px;
157
+ border-right-width: 8px ;
158
+ border-left-width: 8px;
159
+ filter: progid:DXImageTransform.Microsoft.Shadow(color=white, direction=135, strength=6);
160
+ z-index: 30;
161
+
162
+ }
163
+
164
+ /* default window border */
165
+ DIV.Default {
166
+ background-color: #FFFFFF;
167
+ border-style: solid;
168
+ border-top-width: 2px;
169
+ border-bottom-width: 2px;
170
+ border-right-width: 2px ;
171
+ border-left-width: 2px;
172
+ border-right-style: outset;
173
+ border-bottom-style: outset;
174
+ z-index: 30;
175
+ }
176
+
177
+ .Title
178
+ {
179
+ vertical-align: text-top;
180
+ background-color: #FFFFFF;
181
+ z-index: 40;
182
+ }
183
+
184
+
185
+
186
+
187
+
188
+ A {
189
+ text-decoration: none;
190
+ border-bottom: 1px dotted #c1b6b6;
191
+ }
192
+ A:hover {
193
+ border: 2px solid #5588BB;
194
+ background-color: #6699CC;
195
+ }
196
+
197
+ .A20 A {
198
+ color: #003399;
199
+ }
200
+ .A3A A /*Blue*/
201
+ {
202
+ color: #336699;
203
+ }
204
+ .A22 A /*White*/
205
+ {
206
+ color: #003399;
207
+ }
208
+
209
+
210
+
211
+
212
+
213
+
214
+ /* Regular Green */
215
+ DIV.A20 {
216
+ color: #003399;
217
+ font-weight: bold;
218
+ }
219
+ INPUT.A20 {
220
+ color: #003399;
221
+ font-weight: bold;
222
+ }
223
+
224
+ .A21 /*Reverse Green*/
225
+ {
226
+ background-color: #FFCC00;
227
+ color: #224E9F;
228
+ }
229
+ INPUT.A22 /* White Input Field */
230
+ {
231
+ font-weight: bold;
232
+ color: black;
233
+ }
234
+ .A22 /*White*/
235
+ {
236
+ color: 3366CC;
237
+ font-weight: bold;
238
+
239
+ }
240
+ .A23 /*Reverse White*/
241
+ {
242
+ color: #FFFFFF;
243
+ background-color: white;
244
+ }
245
+ INPUT.A24 {
246
+ color: black;
247
+ }
248
+ DIV.A24 /*Green Underscore*/
249
+ {
250
+ color: #FFCC00;
251
+ border-bottom: solid 1px #FFCC00;
252
+ }
253
+ DIV.A25 /*Green Underscore Reverse*/
254
+ {
255
+ color: #224E9F;
256
+ background-color: #FFCC00;
257
+ border-bottom: solid 1px #224E9F;
258
+ }
259
+ INPUT.A25 /*Green Underscore Reverse*/
260
+ {
261
+ color: #224E9F;
262
+ background-color: #FFCC00;
263
+ }
264
+ DIV.A26 /*White Underscore*/
265
+ {
266
+ color: white;
267
+ border-bottom: solid 1px white;
268
+ }
269
+ INPUT.A26 /* White Underscore Input Field */
270
+ {
271
+ font-weight: bold;
272
+ color: black;
273
+ }
274
+ INPUT.A27 /* Nondisplay Input */
275
+ {
276
+ color: black;
277
+ }
278
+ DIV.A27 /*Nondisplay Output*/
279
+ {
280
+ visibility: hidden;
281
+ }
282
+ .A28 /*Red*/
283
+ {
284
+ color: red;
285
+ }
286
+ .A29 /*Reverse Red*/
287
+ {
288
+ color: #FFFFFF;
289
+ background-color: red;
290
+ }
291
+ DIV.A2C /*Red Underscore*/
292
+ {
293
+ color: Red;
294
+ border-bottom: solid 1px Red;
295
+ }
296
+ INPUT.A2C /*Red Underscore*/
297
+ {
298
+ color: Red;
299
+ }
300
+ DIV.A2D /*Red Underscore Reverse */
301
+ {
302
+ color: #FFFFFF;
303
+ background-color: red;
304
+ border-bottom: #336699;
305
+
306
+ }
307
+ INPUT.A2D /*Red Underscore Reverse */
308
+ {
309
+ color: #FFFFFF;
310
+ background-color: red;
311
+
312
+ }
313
+ DIV.A2F /*Nondisplay*/
314
+ {
315
+ visibility: hidden;
316
+ }
317
+ DIV.A30 /*Turquise (Column Seperators)*/
318
+ {
319
+ color: aqua;
320
+ border-bottom: thin dashed;
321
+ }
322
+ INPUT.A30 /*Turquise (Column Seperators)*/
323
+ {
324
+ color: navy;
325
+ }
326
+ .A31 /*Turquise Reverse*/
327
+ {
328
+ color: #FFFFFF;
329
+ background-color: aqua;
330
+ }
331
+ DIV.A32 /*Yellow (Column Separators)*/
332
+ {
333
+ color: yellow;
334
+ border-bottom: thin dashed;
335
+ }
336
+ INPUT.A32 /*Yellow (Column Separators)*/
337
+ {
338
+ color: black;
339
+ }
340
+ .A33 /*Yellow Reverse*/
341
+ {
342
+ color: #FFFFFF;
343
+ background-color: yellow;
344
+ }
345
+ DIV.A34 /*Turquise Underscore*/
346
+ {
347
+ color: aqua;
348
+ border-bottom: solid 1px aqua;
349
+ }
350
+ INPUT.A34 /*Turquise Underscore*/
351
+ {
352
+ color: black;
353
+ }
354
+ DIV.A35 /*Turqouise Underscore Reverse*/
355
+ {
356
+ color: #FFFFFF;
357
+ background-color: aqua;
358
+ border-bottom: solid 1px #336699;
359
+ }
360
+ INPUT.A35 /*Turqouise Underscore Reverse*/
361
+ {
362
+ color: #FFFFFF;
363
+ background-color: aqua;
364
+ }
365
+ DIV.A36 /*Yellow Underscore*/
366
+ {
367
+ color: yellow;
368
+ border-bottom: solid 1px yellow;
369
+ }
370
+ INPUT.A36 /*Yellow Underscore*/
371
+ {
372
+ color: black;
373
+ }
374
+ .A37 /*Nondisplay*/
375
+ {
376
+ color: #FFFFFF;
377
+ background-color: #FFFFFF;
378
+ }
379
+ .A38 /*Pink*/
380
+ {
381
+ color: fuchsia;
382
+ }
383
+ .A39 /*Pink Reverse*/
384
+ {
385
+ color: #FFFFFF;
386
+ background-color: fuchsia;
387
+ }
388
+ .A3A /*Blue*/
389
+ {
390
+ color: #336699;
391
+ font-size: 14px;
392
+ font-weight: bold;
393
+ }
394
+ .A3B /*Blue Reverse */
395
+ {
396
+ color: #FFFFFF;
397
+ background-color: #CCCCFF;
398
+ }
399
+ DIV.A3C /*Pink Underscore*/
400
+ {
401
+ color: fuchsia;
402
+ border-bottom: solid 1px fuchsia;
403
+ }
404
+ INPUT.A3C /*Pink Underscore*/
405
+ {
406
+ color: fuchsia;
407
+ }
408
+ DIV.A3D /*Pink Underscore Reverse*/
409
+ {
410
+ color: #336699;
411
+ background-color: fuchsia;
412
+ border-bottom: solid 1px #336699;
413
+ }
414
+ INPUT.A3D /*Pink Underscore Reverse*/
415
+ {
416
+ color: #336699;
417
+ background-color: fuchsia;
418
+ }
419
+ DIV.A3E /*Blue Underscore*/
420
+ {
421
+ color: #CCCCFF;
422
+ border-bottom: solid 1px #CCCCFF;
423
+ }
424
+ INPUT.A3E /*Blue Underscore*/
425
+ {
426
+ color: #CCCCFF;
427
+ }
428
+
429
+ .hide {
430
+ visibility: hidden;
431
+ }
432
+
433
+ .upper {
434
+ text-transform: uppercase;
435
+ }
436
+
437
+
438
+
439
+
440
+
441
+ INPUT.readOnly {
442
+ background: #c6e2ff;
443
+ border: 0px;
444
+ color: #003399;
445
+ }
446
+
447
+ .autocomplete-item {
448
+
449
+ border-style: solid;
450
+ border-width: 1px;
451
+ border-color: #FFFFFF rgb(255, 255, 255) rgb(238, 238, 238);
452
+ font-size: 10px;
453
+ font-family: tahoma, arial, helvetica, sans-serif;
454
+ color: #555555;
455
+ background-color: #FFFFFF;
456
+ cursor: pointer;
457
+ margin: 0px;
458
+ padding: 4px 4px 4px 4px;
459
+ white-space: nowrap;
460
+ overflow: hidden;
461
+ text-align: left;
462
+
463
+ }
464
+
465
+ .autocomplete-selected {
466
+
467
+ background-color: #DFE8F6;
468
+ border: 1px dotted #A3BAE9 !important;
469
+
470
+
471
+ }
472
+
473
+ .autocomplete-col {
474
+
475
+ overflow: hidden;
476
+ white-space: nowrap;
477
+
478
+ }
479
+
480
+
481
+
482
+
483
+ .link1 A {
484
+ font-family: Verdana;
485
+ color: #009999;
486
+ text-decoration: none;
487
+ border-bottom: 1px dotted #888888;
488
+ }
489
+ .link1 A:hover {
490
+ border: 1px solid #cccccc;
491
+ }
492
+
493
+ .link2 A {
494
+ font-family: Arial;
495
+ text-decoration: none;
496
+ border-bottom: 1px dotted #c1b6b6;
497
+ }
498
+ .link2 A:hover {
499
+ border: 1px solid #999999;
500
+ font-weight: bold;
501
+ font-size: 15px;
502
+ color: white;
503
+ background-color: #5588BB;
504
+ }
505
+
506
+
507
+ .link3 A {
508
+ text-decoration: none;
509
+ border-bottom: 1px dotted #c1b6b6;
510
+ color: #333333;
511
+ }
512
+ .link3 A:hover {
513
+ border: 2px solid #c23c00;
514
+ background-color: #ffd7b2;
515
+ }
516
+
517
+ .link4 A {
518
+ text-decoration: none;
519
+ }
520
+ .link4 A:hover {
521
+ text-decoration: underline;
522
+ }
523
+
524
+ .link5 A {
525
+ font-weight: bold;
526
+ text-decoration: none;
527
+ }
528
+ .link5 A:hover {
529
+ border-top: 1px dashed #4866d5;
530
+ border-bottom: 1px dashed #4866d5;
531
+ }
532
+
533
+ .link6 A {
534
+ font-family: Arial;
535
+ font-size: 14px;
536
+ color: blue;
537
+ text-decoration: none;
538
+ }
539
+ .link6 A:hover {
540
+ font-weight: bold;
541
+ }
542
+
543
+ INPUT.empty-text, TEXTAREA.empty-text {
544
+ color: gray;
545
+ border: 1px solid #B5B8C8;
546
+ }