Subversion Repositories DevTools

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6625 dpurdie 1
/*
2
 * Table styles
3
 * dataTables.vix.css
4
 */
5
table.dataTable {
6
  width: 100%;
7
  margin: 0 auto;
8
  clear: both;
9
  border-collapse: separate;
10
  border-spacing: 1;
11
  /*
12
   * Header and footer styles
13
   */
14
  /*
15
   * Body styles
16
   */
17
}
18
 
19
.side_panel table.side_panel_table tbody td {
20
  border-bottom-style: solid;
21
  border-width: 1px;
22
  border-color: white;
23
  padding-left: 1em;
24
  color: black;
25
  //font-weight: bold;
26
  padding-top: 4px;
27
  padding-bottom: 4px;
28
}
29
 
30
table.side_panel_table .side_panel_data:hover {
31
 background-color:#4CAEC5;
32
}
33
 
34
.side_panel,
35
table.side_panel_table .side_panel_data {
36
    background-color: #87E7FD;
37
}
38
.side_panel table.dataTable thead th,
39
.side_panel table.dataTable thead td {
40
  border-bottom-style: solid;
41
  border-width: 1px;
42
  border-color: white;
43
}
44
 
45
.side_panel .dataTables_wrapper.no-footer .dataTables_scrollBody {
46
  border-bottom: none;
47
}
48
 
49
table.dataTable thead th,
50
table.dataTable tfoot th {
51
  font-weight: bold;
52
  text-align:left;
53
}
54
table.dataTable thead {
55
	background-color:#e4e9ec;
56
}
57
 
58
table.dataTable thead th.body_sect {
59
    color: #0066CC;
60
	background: white;
61
}
62
table.dataTable thead th,
63
table.dataTable thead td {
64
  // padding: 10px 18px;
65
  // border-bottom: 1px solid #111111;
66
  color:#000000;font:11px tahoma,sans-serif;font-weight:bold;padding-right:10px;text-decoration:none;
67
 
68
}
69
table.dataTable thead th:active,
70
table.dataTable thead td:active {
71
  outline: none;
72
}
73
table.dataTable tfoot th {
74
	//border-top: 1px solid #111111;
75
	//padding: 10px 18px 6px 18px;
76
}
77
table.dataTable tfoot td {
78
  //padding: 10px 18px 6px 18px;
79
  //border-top: 1px solid #111111;
80
}
81
table.dataTable thead .sorting_asc,
82
table.dataTable thead .sorting_desc,
83
table.dataTable thead .sorting {
84
  cursor: pointer;
85
  *cursor: hand;
86
}
87
table.dataTable thead .sorting {
88
  background: url("images/sort_both.png") no-repeat center right;
89
}
90
table.dataTable thead .sorting_asc {
91
  background: url("images/sort_asc.png") no-repeat center right;
92
}
93
table.dataTable thead .sorting_desc {
94
  background: url("images/sort_desc.png") no-repeat center right;
95
}
96
table.dataTable thead .sorting_asc_disabled {
97
  background: url("images/sort_asc_disabled.png") no-repeat center right;
98
}
99
table.dataTable thead .sorting_desc_disabled {
100
  background: url("images/sort_desc_disabled.png") no-repeat center right;
101
}
102
table.dataTable tbody tr {
103
  background-color: #f5f5f5;
104
  color:#000000;font:11px tahoma,sans-serif;padding-right:30px;text-decoration:none
105
}
106
table.dataTable tbody tr.selected {
107
  background-color: #b0bed9;
108
}
109
 
110
table.dataTable tbody th,
111
table.dataTable tbody td {
112
  /* padding: 8px 10px; */
113
  /* Taken from body_rowg */
114
    color:Gray;
115
    font:11px tahoma,sans-serif;
116
    padding-right:1em;
117
    text-decoration:none;
118
}
6789 dpurdie 119
 
120
table.dataTable tbody td.black { color:Black; }
121
 
6625 dpurdie 122
/* Taken from txt_linked */
123
td a {
124
    color:#0066FF;
125
    underline;
126
    font-style:normal;
127
}
128
 
129
 
130
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
131
  border-top: 1px solid #dddddd;
132
}
133
table.dataTable.row-border tbody tr:first-child th,
134
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
135
table.dataTable.display tbody tr:first-child td {
136
  border-top: none;
137
}
138
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
139
  border-top: 1px solid #dddddd;
140
  border-right: 1px solid #dddddd;
141
}
142
table.dataTable.cell-border tbody tr th:first-child,
143
table.dataTable.cell-border tbody tr td:first-child {
144
  border-left: 1px solid #dddddd;
145
}
146
table.dataTable.cell-border tbody tr:first-child th,
147
table.dataTable.cell-border tbody tr:first-child td {
148
  border-top: none;
149
}
150
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
151
  background-color: #f9f9f9;
152
}
153
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
154
  background-color: #abb9d3;
155
}
156
table.dataTable.hover tbody tr:hover,
157
table.dataTable.hover tbody tr.odd:hover,
158
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
159
table.dataTable.display tbody tr.odd:hover,
160
table.dataTable.display tbody tr.even:hover {
161
  background-color: whitesmoke;
162
}
163
table.dataTable.hover tbody tr:hover.selected,
164
table.dataTable.hover tbody tr.odd:hover.selected,
165
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
166
table.dataTable.display tbody tr.odd:hover.selected,
167
table.dataTable.display tbody tr.even:hover.selected {
168
  background-color: #a9b7d1;
169
}
170
table.dataTable.order-column tbody tr > .sorting_1,
171
table.dataTable.order-column tbody tr > .sorting_2,
172
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
173
table.dataTable.display tbody tr > .sorting_2,
174
table.dataTable.display tbody tr > .sorting_3 {
175
  background-color: #f9f9f9;
176
}
177
table.dataTable.order-column tbody tr.selected > .sorting_1,
178
table.dataTable.order-column tbody tr.selected > .sorting_2,
179
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
180
table.dataTable.display tbody tr.selected > .sorting_2,
181
table.dataTable.display tbody tr.selected > .sorting_3 {
182
  background-color: #acbad4;
183
}
184
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
185
  background-color: #f1f1f1;
186
}
187
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
188
  background-color: #f3f3f3;
189
}
190
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
191
  background-color: whitesmoke;
192
}
193
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
194
  background-color: #a6b3cd;
195
}
196
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
197
  background-color: #a7b5ce;
198
}
199
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
200
  background-color: #a9b6d0;
201
}
202
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
203
  background-color: #f9f9f9;
204
}
205
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
206
  background-color: #fbfbfb;
207
}
208
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
209
  background-color: #fdfdfd;
210
}
211
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
212
  background-color: #acbad4;
213
}
214
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
215
  background-color: #adbbd6;
216
}
217
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
218
  background-color: #afbdd8;
219
}
220
table.dataTable.display tbody tr:hover > .sorting_1,
221
table.dataTable.display tbody tr.odd:hover > .sorting_1,
222
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
223
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
224
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
225
  background-color: #eaeaea;
226
}
227
table.dataTable.display tbody tr:hover > .sorting_2,
228
table.dataTable.display tbody tr.odd:hover > .sorting_2,
229
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
230
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
231
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
232
  background-color: #ebebeb;
233
}
234
table.dataTable.display tbody tr:hover > .sorting_3,
235
table.dataTable.display tbody tr.odd:hover > .sorting_3,
236
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
237
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
238
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
239
  background-color: #eeeeee;
240
}
241
table.dataTable.display tbody tr:hover.selected > .sorting_1,
242
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
243
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
244
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
245
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
246
  background-color: #a1aec7;
247
}
248
table.dataTable.display tbody tr:hover.selected > .sorting_2,
249
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
250
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
251
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
252
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
253
  background-color: #a2afc8;
254
}
255
table.dataTable.display tbody tr:hover.selected > .sorting_3,
256
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
257
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
258
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
259
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
260
  background-color: #a4b2cb;
261
}
262
table.dataTable.no-footer {
263
  border-bottom: 1px solid #111111;
264
}
265
table.dataTable.nowrap th, table.dataTable.nowrap td {
266
  white-space: nowrap;
267
}
268
table.dataTable.compact thead th,
269
table.dataTable.compact thead td {
270
  padding: 5px 9px;
271
}
272
table.dataTable.compact tfoot th,
273
table.dataTable.compact tfoot td {
274
  padding: 5px 9px 3px 9px;
275
}
276
table.dataTable.compact tbody th,
277
table.dataTable.compact tbody td {
278
  padding: 4px 5px;
279
}
280
table.dataTable th.dt-left,
281
table.dataTable td.dt-left {
282
  text-align: left;
283
}
284
table.dataTable th.dt-center,
285
table.dataTable td.dt-center,
286
table.dataTable td.dataTables_empty {
287
  text-align: center;
288
}
289
table.dataTable th.dt-right,
290
table.dataTable td.dt-right {
291
  text-align: right;
292
}
293
table.dataTable th.dt-justify,
294
table.dataTable td.dt-justify {
295
  text-align: justify;
296
}
297
table.dataTable th.dt-nowrap,
298
table.dataTable td.dt-nowrap {
299
  white-space: nowrap;
300
}
301
table.dataTable thead th.dt-head-left,
302
table.dataTable thead td.dt-head-left,
303
table.dataTable tfoot th.dt-head-left,
304
table.dataTable tfoot td.dt-head-left {
305
  text-align: left;
306
}
307
table.dataTable thead th.dt-head-center,
308
table.dataTable thead td.dt-head-center,
309
table.dataTable tfoot th.dt-head-center,
310
table.dataTable tfoot td.dt-head-center {
311
  text-align: center;
312
}
313
table.dataTable thead th.dt-head-right,
314
table.dataTable thead td.dt-head-right,
315
table.dataTable tfoot th.dt-head-right,
316
table.dataTable tfoot td.dt-head-right {
317
  text-align: right;
318
}
319
table.dataTable thead th.dt-head-justify,
320
table.dataTable thead td.dt-head-justify,
321
table.dataTable tfoot th.dt-head-justify,
322
table.dataTable tfoot td.dt-head-justify {
323
  text-align: justify;
324
}
325
table.dataTable thead th.dt-head-nowrap,
326
table.dataTable thead td.dt-head-nowrap,
327
table.dataTable tfoot th.dt-head-nowrap,
328
table.dataTable tfoot td.dt-head-nowrap {
329
  white-space: nowrap;
330
}
331
table.dataTable tbody th.dt-body-left,
332
table.dataTable tbody td.dt-body-left {
333
  text-align: left;
334
}
335
table.dataTable tbody th.dt-body-center,
336
table.dataTable tbody td.dt-body-center {
337
  text-align: center;
338
}
339
table.dataTable tbody th.dt-body-right,
340
table.dataTable tbody td.dt-body-right {
341
  text-align: right;
342
}
343
table.dataTable tbody th.dt-body-justify,
344
table.dataTable tbody td.dt-body-justify {
345
  text-align: justify;
346
}
347
table.dataTable tbody th.dt-body-nowrap,
348
table.dataTable tbody td.dt-body-nowrap {
349
  white-space: nowrap;
350
}
351
 
352
table.dataTable,
353
table.dataTable th,
354
table.dataTable td {
355
  -webkit-box-sizing: content-box;
356
  -moz-box-sizing: content-box;
357
  box-sizing: content-box;
358
}
359
 
360
/*
361
 * Control feature layout
362
 */
363
.dataTables_wrapper {
364
  position: relative;
365
  clear: both;
366
  *zoom: 1;
367
  zoom: 1;
368
 
369
  /*  Basic body_txt */
370
  color:#000000;
371
  font:11px tahoma,sans-serif;
372
  text-decoration:none;
373
}
374
.dataTables_wrapper .dataTables_length {
375
  float: left;
376
}
377
.dataTables_wrapper .dataTables_filter {
378
  float: right;
379
  text-align: right;
380
}
381
.dataTables_wrapper .dataTables_filter input {
382
  margin-left: 0.5em;
383
}
384
.dataTables_wrapper .dataTables_info {
385
  /* clear: both; */
386
  float: left;
387
 
388
  /* padding-top: 0.755em; */
389
}
390
.dataTables_wrapper .dataTables_paginate {
391
  float: right;
392
  text-align: right;
393
  padding-top: 0.25em;
394
}
395
.dataTables_wrapper .dataTables_paginate .paginate_button {
396
  box-sizing: border-box;
397
  display: inline-block;
398
  min-width: 1.5em;
399
  padding: 0.5em 1em;
400
  margin-left: 2px;
401
  text-align: center;
402
  text-decoration: none !important;
403
  cursor: pointer;
404
  *cursor: hand;
405
  color: #333333 !important;
406
  border: 1px solid transparent;
407
}
408
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
409
  color: #333333 !important;
410
  border: 1px solid #cacaca;
411
  background-color: white;
412
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
413
  /* Chrome,Safari4+ */
414
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
415
  /* Chrome10+,Safari5.1+ */
416
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
417
  /* FF3.6+ */
418
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
419
  /* IE10+ */
420
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
421
  /* Opera 11.10+ */
422
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
423
  /* W3C */
424
}
425
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
426
  cursor: default;
427
  color: #666 !important;
428
  border: 1px solid transparent;
429
  background: transparent;
430
  box-shadow: none;
431
}
432
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
433
  color: white !important;
434
  border: 1px solid #111111;
435
  background-color: #585858;
436
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
437
  /* Chrome,Safari4+ */
438
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
439
  /* Chrome10+,Safari5.1+ */
440
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
441
  /* FF3.6+ */
442
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
443
  /* IE10+ */
444
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
445
  /* Opera 11.10+ */
446
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
447
  /* W3C */
448
}
449
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
450
  outline: none;
451
  background-color: #2b2b2b;
452
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
453
  /* Chrome,Safari4+ */
454
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
455
  /* Chrome10+,Safari5.1+ */
456
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
457
  /* FF3.6+ */
458
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
459
  /* IE10+ */
460
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
461
  /* Opera 11.10+ */
462
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
463
  /* W3C */
464
  box-shadow: inset 0 0 3px #111;
465
}
466
.dataTables_wrapper .dataTables_processing {
467
  position: absolute;
468
  top: 50%;
469
  left: 50%;
470
  width: 100%;
471
  height: 40px;
472
  margin-left: -50%;
473
  margin-top: -25px;
474
  padding-top: 20px;
475
  text-align: center;
476
  font-size: 1.2em;
477
  background-color: white;
478
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
479
  /* Chrome,Safari4+ */
480
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
481
  /* Chrome10+,Safari5.1+ */
482
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
483
  /* FF3.6+ */
484
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
485
  /* IE10+ */
486
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
487
  /* Opera 11.10+ */
488
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
489
  /* W3C */
490
}
491
.dataTables_wrapper .dataTables_length,
492
.dataTables_wrapper .dataTables_filter,
493
.dataTables_wrapper .dataTables_info,
494
.dataTables_wrapper .dataTables_processing,
495
.dataTables_wrapper .dataTables_paginate {
496
  color: #333333;
497
}
498
.dataTables_wrapper .dataTables_scroll {
499
  clear: both;
500
}
501
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
502
  *margin-top: -1px;
503
  -webkit-overflow-scrolling: touch;
504
}
505
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
506
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
507
  height: 0;
508
  overflow: hidden;
509
  margin: 0 !important;
510
  padding: 0 !important;
511
}
512
.dataTables_wrapper.no-footer .dataTables_scrollBody {
513
  border-bottom: 1px solid #111111;
514
}
515
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
516
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
517
  border-bottom: none;
518
}
519
.dataTables_wrapper:after {
520
  visibility: hidden;
521
  display: block;
522
  content: "";
523
  clear: both;
524
  height: 0;
525
}
526
 
527
@media screen and (max-width: 767px) {
528
  .dataTables_wrapper .dataTables_info,
529
  .dataTables_wrapper .dataTables_paginate {
530
    float: none;
531
    text-align: center;
532
  }
533
  .dataTables_wrapper .dataTables_paginate {
534
    margin-top: 0.5em;
535
  }
536
}
537
@media screen and (max-width: 640px) {
538
  .dataTables_wrapper .dataTables_length,
539
  .dataTables_wrapper .dataTables_filter {
540
    float: none;
541
    text-align: center;
542
  }
543
  .dataTables_wrapper .dataTables_filter {
544
    margin-top: 0.5em;
545
  }
546
}
547
 
548
/*
549
 * Namespace: DTS (DataTables Scroller)
550
 * Scroller plugin styling
551
 */
552
div.DTS div.DTS_Loading {
553
    float:left;
554
    padding-right: 2em;
555
}
556
 
557
 
558
 
559