Project

General

Profile

1 2471 costa
 /*
2
  *   '$RCSfile$'
3 2660 costa
  *     Purpose: Style sheet for LTER.
4 2471 costa
  *   Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *    '$Author$'
7
  *      '$Date$'
8
  *  '$Revision$'
9
  *
10
  * This program is free software; you can redistribute it and/or modify
11
  * it under the terms of the GNU General Public License as published by
12
  * the Free Software Foundation; either version 2 of the License, or
13
  * (at your option) any later version.
14
  *
15
  * This program is distributed in the hope that it will be useful,
16
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18
  * GNU General Public License for more details.
19
  *
20
  * You should have received a copy of the GNU General Public License
21
  * along with this program; if not, write to the Free Software
22
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
23
  */
24
25
26
/**
27
 *  set the correct iframe sizes to accomodate the
28
 *  header, footer, left and right areas.
29
 *  NOTE: these styles apply only to each
30
 *  container frame, *NOT* to the document within it!
31
 */
32
33
.iframeheaderclass {
34 2507 costa
    height:   140px;
35 2471 costa
    width:    100%;
36
    border:   0px;
37
    margin:   0px;
38
}
39
40
.iframesearchboxclass {
41 2495 costa
    height:   510px;
42 2471 costa
    width:    100%;
43
    border:   0px;
44
    margin:   0px;
45
}
46
47
.iframeloginboxclass {
48
    height:   250px;
49
    width:    100%;
50
    border:   0px;
51
    margin:   0px;
52
}
53
54
.iframeleftcolclass  { /* not used */ }
55
.iframerightcolclass { /* not used */ }
56
.iframefooterclass   { /* not used */ }
57
58
/**
59
 *  set the size and alignment etc of the top-level layout table
60
 */
61
.templatetableclass {
62
    width:   100%;
63
    border:   0px;
64
    padding:  0px;
65
    margin:   0px;
66
}
67
68
/**
69
 *  set the style of the main content area and its contents
70
 */
71
.templatecontentareaclass {
72
    border:   0px;
73
    padding:  0px;
74
    margin:   0px;
75
}
76
77
/**
78
 *  set the correct <td> sizes to accomodate the
79
 *  header, footer, left and right iframes.
80
 *  NOTE: these styles apply only to each
81
 *  container frame, *NOT* to the document in
82
 *  the iframe within it!
83
 */
84
.templateheaderrowclass {
85
    height:   80px;
86
    /*
87
      no width allowed - uses same width as table class
88
    */
89
    border:   0px;
90
    padding:  0px;
91
    margin:   0px;
92
}
93
94
.templateleftcolclass {
95
    height:   100%;
96
    width:    0px;
97
    border:   0px;
98
    padding:  0px;
99
    margin:   0px;
100
}
101
102
.templaterightcolclass {
103
    height:   100%;
104
    width:    0px;
105
    border:   0px;
106
    padding:  0px;
107
    margin:   0px;
108
}
109
110
.templatefooterrowclass {
111
    height:   0px;
112
    /*
113
      no width allowed - uses same width as
114
      table class
115
    */
116
    border:   0px;
117
    padding:  0px;
118
    margin:   0px;
119
}
120
121
.sectioncorner {
122 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
123 2471 costa
}
124
125
.sectionheader {
126 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
127 2471 costa
    text-align: center;
128
    color: #0247A8;
129
/*    font-size: 1em;
130
    font-weight: bold; */
131
        font-size: 14px;
132
    font-weight: bold;
133
134
}
135
136
.searchcat {
137
    padding-left: 5px;
138
    color: #0247A8;
139
    font-weight: bold;
140
    font-size: 11px;
141
}
142
143
td.searchsubcat {
144
    padding-left: 15px;
145
}
146
147
a.searchsubcat {
148
    color: #669933;
149
    font-weight: normal;
150
    font-size: 11px;
151
}
152
153
a.searchsubcat:hover {
154
    color: #ff9933;
155
    text-decoration: underline;
156
}
157
158
159
/**
160
 *  then add any other styles used
161
 *  by your page......
162
 */
163
164 2660 costa
/*
165 2471 costa
body {
166
  	padding-top: 3px;
167
    color: #333333;
168
    background-color: #eeeeee;
169 2660 costa
    background-image: url(@style-skins-path@/default/images/bgpattern.gif);
170 2471 costa
    font-weight: normal;
171
    font-size: 12px;
172
    font-family: Verdana,Arial,Helvetica,sans-serif;
173
}
174 2660 costa
*/
175 2471 costa
176
a {
177
    color: #669933;
178
    font-weight: bold;
179
    font-size: 12px;
180
    text-decoration: none;
181
		text-align: left;
182
}
183
184
a:hover {
185
    color: #ff9933;
186
    text-decoration: underline;
187
}
188
189
.pagetitle {
190
    font-family: Georgia, Times New Roman, Times, serif;
191
    background: #0247A8;
192
    margin-left: 0.25em;
193
}
194
195
.pagesub {
196
    font-family: Verdana,Arial,Helvetica,sans-serif;
197
    font-size: 1em;
198
    font-weight: bold;
199
    color: #339933;
200
    margin-left: 3em;
201
    margin-top: 0.5em;
202
    margin-bottom: 2em;
203
}
204
205
.title {
206
    font-family: Georgia, Times New Roman, Times, serif;
207 2507 costa
    /*color:      #eeeeee;*/
208
    color:      white;
209
    /*background: #0247A8;*/
210
    background: navy;
211 2471 costa
    font-size: 24px;
212
    font-weight: bold;
213
}
214
215
p.title {
216
  padding-left: 15px;
217
}
218
219
.subtitle {
220
    font-family: Verdana,Arial,Helvetica,sans-serif;
221
    font-size: 12px;
222
    font-weight: bold;
223
    color: #666666;
224
    margin-left: 3em;
225
    margin-top: 0.5em;
226
    margin-bottom: 2em;
227
    font-weight: normal;
228
}
229
230
a.toollink {
231
    color: #225522;
232
		text-align: left;
233
    font-size: 14px;
234
    text-decoration: none;
235
}
236
237
a.toollink:hover {
238
    color: #ff9933;
239
    text-decoration: underline;
240
}
241
242
a.sitelink {
243
    color: #339933;
244
    text-decoration: none;
245
    font-size: 12px;
246
    font-weight: bold;
247
}
248
249
a.sitelink:hover {
250
    color: #ff9933;
251
    text-decoration: underline;
252
}
253
254
h3 {
255
	  font-size: 18px;
256
	  font-family: Georgia, Times New Roman, Times, serif;
257
	  text-align: left;
258
}
259
260
b {
261
	  font-size: 12px;
262
	  font-weight: bold;
263
	  text-align: left;
264
}
265
266
.tabledefault {
267 2507 costa
    /*background: white;*/
268
    /*color: #555555;*/
269 2471 costa
		width: 790px;
270
		width: 100%;
271
    font-size: 12px;
272
		line-height: 1.2;
273
    /*padding-left: 5px;
274
    padding-right: 5px;*/
275
}
276
277
.tablepanel {
278
    background: #eeeeee;
279
    color: #555555;
280
    font-size: 12px;
281
    padding-left: 5px;
282
    padding-right: 5px;
283
}
284
285
.tablehead {
286 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
287
    /*color: #0040A1;*/
288
    background-color: #dddddd;
289 2471 costa
    text-align: left;
290
    font-size: 14px;
291
    font-weight: bold;
292 2507 costa
    border-top: solid #dddddd 2px;
293
    border-bottom: solid #dddddd 2px;
294 2471 costa
    padding-left: 15%;
295
    padding-top: 0px;
296
    padding-bottom: 0px;
297
}
298
299
th.tablehead {
300
301
    text-align: center;
302
    border: 0px;
303
    margin: 0px;
304
    padding: 0px;
305
    height:  21px;
306
}
307
308
.tablehead_lcorner {
309 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);*/
310 2471 costa
    background-position: right top;
311
    background-repeat: no-repeat;
312
    padding: 0px;
313
    margin:  0px;
314
    width:   10px;
315
    height:  21px;
316
}
317
318
.tablehead_rcorner {
319 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);*/
320 2471 costa
    background-position: left top;
321
    background-repeat: no-repeat;
322
    padding: 0px;
323
    margin:  0px;
324
    width:   10px;
325
    height:  21px;
326
}
327
328
329
.tableheadcontrast {
330 2507 costa
    /*background: #dddddd;*/
331 2471 costa
    vertical-align: baseline;
332
    color: #666666;
333
    font-size: 16px;
334
    font-weight: bold;
335
}
336
337
.instright {
338
    color: #333333;
339
    text-align: right;
340
    vertical-align: middle;
341
    padding: 1em;
342
    font-size: 1em;
343
    font-weight: bold;
344
}
345
346
.instleft {
347
    color: #333333;
348
    text-align: left;
349
    vertical-align: middle;
350
    padding: 1em;
351
    font-size: 1em;
352
    font-weight: bold;
353
}
354
355
p {
356
    margin: 0px;
357
}
358
359
.required {
360
    color: red;
361
}
362
363
.emphasis {
364
    color: red;
365
}
366
367
p.label {
368
    color: #333333;
369
    font-weight: bold;
370
}
371
372
p.contact {
373
    color: #333333;
374
    padding: 1em;
375
    font-size: 0.75em;
376
    font-weight: normal;
377
    font-style: italic;
378
}
379
380
p.header {
381
    color: #333333;
382
    padding: 5px;
383
    font-size: 12px;
384
    font-weight: bold;
385
}
386
387
p.emphasis {
388
  font-size: 18px;
389
  color: #dd7744;
390
  font-weight: bold;
391
  font-style:  normal;
392
}
393
394
.roweven {
395
    background: white;
396
}
397
398
.rowodd {
399
    background: white;
400
}
401
402
.plaintext {
403
    color: #555555;
404
    font-weight: normal;
405
    font-size: 12px;
406
}
407
408
.boldtext {
409
    color: #333333;
410
    font-weight: bold;
411
    font-size: 12px;
412
}
413
414
.searchresultsdivider {
415 2507 costa
    /*background-color: #dddddd;   */
416 2471 costa
}
417
418
.maintable {
419 2507 costa
    /*background: #ffffff;*/
420 2471 costa
}
421
422
.subpanel {
423
  background:   #ffffff;
424
  border-left:   solid #cccccc 1px;
425
  border-right:  solid #cccccc 1px;
426
  border-bottom: solid #cccccc 1px;
427
}
428
429
.text_plain {
430
	  padding: 5px;
431
    color: #666666;
432
    font-weight: normal;
433
    font-size: 12px;
434
}
435
436
.text_plain_smaller {
437
	  padding: 5px;
438
    font-weight: normal;
439
    font-size: 12px;
440
}
441
442
.text_example {
443
	  padding: 5px;
444
    color: #999999;
445
    font-weight: normal;
446
    font-size: 12px;
447
}
448
449
td {
450
		line-height: 1.5;
451
}
452
453
/******************************************************************************/
454
/******************************************************************************/
455
/**  USED BY EML STYLESHEETS ONLY - NO OTHERS                                **/
456
/******************************************************************************/
457
/******************************************************************************/
458
459
460
.highlight  {
461 2507 costa
    /*background-color: #dddddd; */
462 2471 costa
    font-size: 12px;
463 2507 costa
    /*border: solid #ffffff 1px;*/
464 2471 costa
}
465
466
.secondCol {
467 2507 costa
    /*background-color: #ffffff; */
468 2471 costa
    font-size: 12px;
469
}
470
.bordered {
471 2507 costa
    /*background-color: #dddddd; */
472 2471 costa
    font-size: 12px;
473
}
474
475
.coleven {
476
    background-color: #eeeeee;
477
    font-size: 12px;
478
    padding-left: 3px;
479
    padding-right: 3px;
480
}
481
482
.colodd {
483
    background-color: #ffffff;
484
    font-size: 12px;
485
    padding-left: 3px;
486
    padding-right: 3px;
487
}
488
489
.innercolodd {
490
    font-size: 10px;
491
    padding-left: 3px;
492
}
493
494
.innercoleven {
495
  font-size: 10px;
496
  padding-left: 3px;
497 2660 costa
}
498 2471 costa
499 2660 costa
/******************************************************************************/
500
/******************************************************************************/
501
/**  LTER STYLE SHEET BEGINS HERE                                            **/
502
/******************************************************************************/
503
/******************************************************************************/
504 2507 costa
505
body {
506 2660 costa
    margin-left: 0px;
507
    margin-top: 0px;
508
    margin-right: 0px;
509
    margin-bottom: 0px;
510 2507 costa
    font-family: Arial, Helvetica, sans-serif;
511 2660 costa
    font-size: 12px;
512
    color: #000000;
513
    background: #FFFFFF;
514 2507 costa
}
515 2660 costa
.body {
516
    padding-left: 0px;
517
    padding-top: 0px;
518
    padding-right: 0px;
519
    padding-bottom: 0px;
520
    font-family: Arial, Helvetica, sans-serif;
521
    font-size: 12px;
522
    color: #333300;
523
    background: #FFFFFF;
524 2507 costa
}
525 2660 costa
.bodytt {
526
    padding-left: 10px;
527
    padding-top: 5px;
528
    padding-right: 10px;
529
    padding-bottom: 5px;
530
    font-family: Arial, Helvetica, sans-serif;
531
    font-size: 12px;
532
    color: #333300;
533
    background: #FFFFFF;
534 2507 costa
}
535 2660 costa
th {
536
    font-family: Arial, Helvetica, sans-serif;
537
    font-size: 12px;
538
    font-weight: bold;
539
    text-align: left;
540
    color: #000000;
541
    background-color: #CCCC66;
542 2507 costa
}
543 2660 costa
.sidenav {
544 2507 costa
    font-family: Arial, Helvetica, sans-serif;
545 2660 costa
    font-size: 10px;
546 2507 costa
    font-weight: bold;
547 2660 costa
    color: #FFFF99;
548
    background-color: #9c8177;
549 2507 costa
}
550
551 2660 costa
.sidenav a:link {
552 2507 costa
    font-family: Arial, Helvetica, sans-serif;
553 2660 costa
    font-size: 12px;
554 2507 costa
    font-weight: bold;
555 2660 costa
    color: #FFFF99;
556 2507 costa
}
557
558 2660 costa
.sidenav a:visited {
559 2507 costa
    font-family: Arial, Helvetica, sans-serif;
560 2660 costa
    font-size: 12px;
561 2507 costa
    font-weight: bold;
562 2660 costa
    color: #FFFF99;
563 2507 costa
}
564
565 2660 costa
.sidenav a:hover {
566 2507 costa
    font-family: Arial, Helvetica, sans-serif;
567 2660 costa
    font-size: 12px;
568 2507 costa
    font-weight: bold;
569 2660 costa
    color: #006699;
570 2507 costa
}
571
572 2660 costa
.topnav {
573 2507 costa
    font-family: Arial, Helvetica, sans-serif;
574 2660 costa
    font-size: 12px;
575 2507 costa
    font-weight: bold;
576 2660 costa
    color: #9c8177;
577
    background-color: #FFFFFF;
578 2507 costa
}
579 2660 costa
.topnav a:link {
580 2507 costa
    font-family: Arial, Helvetica, sans-serif;
581 2660 costa
    font-size: 12px;
582 2507 costa
    font-weight: bold;
583 2660 costa
    color: #9c8177;
584 2507 costa
}
585 2660 costa
.topnav a:visited {
586
    font-family: Arial, Helvetica, sans-serif;
587
    font-size: 12px;
588
    font-weight: bold;
589
    color: #9c8177;
590 2507 costa
}
591 2660 costa
.topnav a:hover {
592
    font-family: Arial, Helvetica, sans-serif;
593
    font-size: 12px;
594
    font-weight: bold;
595
    color: #669966;
596 2507 costa
}
597 2660 costa
.fsnav {
598 2507 costa
    font-family: Arial, Helvetica, sans-serif;
599 2660 costa
    font-size: 12px;
600
    font-weight: bold;
601
    color: #333300;
602 2507 costa
}
603 2660 costa
.fsnav a:link {
604 2507 costa
    font-family: Arial, Helvetica, sans-serif;
605 2660 costa
    font-size: 12px;
606
    font-weight: bold;
607
    color: #333300;
608 2507 costa
}
609 2660 costa
.fsnav a:visited {
610
    font-family: Arial, Helvetica, sans-serif;
611
    font-size: 12px;
612
    font-weight: bold;
613
    color: #333300;
614 2507 costa
}
615 2660 costa
.fsnav a:hover {
616
    font-family: Arial, Helvetica, sans-serif;
617
    font-size: 12px;
618
    font-weight: bold;
619
    color: #333300;
620 2507 costa
}
621 2660 costa
.midnav {
622 2507 costa
    font-family: Arial, Helvetica, sans-serif;
623 2660 costa
    font-size: 12px;
624
    font-weight: bold;
625
    color: #FFFFFF;
626
    background-color: #669966;
627 2507 costa
}
628 2660 costa
.botnav {
629
    font-family: Arial, Helvetica, sans-serif;
630
    font-size: 10px;
631
    font-weight: bold;
632
    color: #FFFF99;
633
    background-color: #9c8177;
634 2507 costa
}
635 2660 costa
.botnav a:link {
636 2507 costa
    font-family: Arial, Helvetica, sans-serif;
637 2660 costa
    font-size: 10px;
638
    font-weight: bold;
639
    color: #FFFF99;
640 2507 costa
}
641 2660 costa
.botnav a:visited {
642
    font-family: Arial, Helvetica, sans-serif;
643
    font-size: 10px;
644
    font-weight: bold;
645
    color: #FFFF99;
646 2507 costa
}
647 2660 costa
.botnav a:hover {
648
    font-family: Arial, Helvetica, sans-serif;
649
    font-size: 10px;
650
    font-weight: bold;
651
    color: #FFFFFF;
652 2507 costa
}
653 2660 costa
.search {
654
    font-family: Arial, Helvetica, sans-serif;
655
    font-size: 12px;
656
    font-style: normal;
657
    color: #000000;
658
    background-color: #993333;
659 2507 costa
}
660 2660 costa
p.header {
661 2507 costa
    font-family: Arial, Helvetica, sans-serif;
662 2660 costa
    font-size: 16px;
663 2507 costa
    font-weight: bold;
664 2660 costa
    color: #003366;
665 2507 costa
}
666 2660 costa
p.copyright {
667 2507 costa
    font-family: Arial, Helvetica, sans-serif;
668 2660 costa
    font-size: 9px;
669
    color: #999999;
670
    text-align: center;
671 2507 costa
}
672 2660 costa
.reg {
673
    font-family: Arial, Helvetica, sans-serif;
674
    font-size: 10px;
675
    color: #000000;
676
    background-image: url(/images/bgbarl.jpg);
677 2507 costa
}
678 2660 costa
.regn {
679
    font-family: Arial, Helvetica, sans-serif;
680
    font-size: 10px;
681
    color: #000000;
682
    background-image: url(/images/bgbarr.jpg);
683 2507 costa
}
684 2660 costa
p.head  {
685
    font-family: Arial, Helvetica, sans-serif;
686
    font-size: 16px;
687
    font-weight: bold;
688
    color: #000000;
689
    background-color: #FFFFFF;
690 2507 costa
}
691 2660 costa
p.regu  {
692 2507 costa
    font-family: Arial, Helvetica, sans-serif;
693 2660 costa
    font-size: 12px;
694 2507 costa
    font-weight: bold;
695 2660 costa
    color: #000000;
696
    background-color: #FFFFFF;
697 2507 costa
}
698 2660 costa
p.link  {
699 2507 costa
    font-family: Arial, Helvetica, sans-serif;
700 2660 costa
    font-size: 12px;
701 2507 costa
    font-weight: bold;
702 2660 costa
    color: #3333FF;
703
    background-color: #FFFFFF;
704 2507 costa
}
705 2660 costa
p.newstext  {
706
    font-family: Arial, Helvetica, sans-serif;
707
    font-size: 10px;
708
    font-weight: normal;
709 2507 costa
    color: #000000;
710 2660 costa
    background-color: #FFFFFF;
711 2507 costa
}
712 2660 costa
p.events {
713
    font-family: Arial, Helvetica, sans-serif;
714
    font-size: 12px;
715
    font-weight: normal;
716
    color: #000000;
717
    background-color: #FFFFFF;
718 2507 costa
}
719
720 2660 costa
.sidebara {
721
    margin-left: 0px;
722
    margin-top: 0px;
723
    margin-right: 0px;
724
    margin-bottom: 0px;
725
    padding-left: 2px;
726
    padding-top: 3px;
727
    padding-right: 0px;
728
    padding-bottom: 3px;
729
    font-family: Arial, Helvetica, sans-serif;
730
    font-size: 10px;
731
    font-weight: bold;
732
    color: #FFFF99;
733
    background-color: #9c8177;
734 2507 costa
}
735 2660 costa
.sidebarb {
736
    margin-left: 0px;
737
    margin-top: 0px;
738
    margin-right: 0px;
739
    margin-bottom: 0px;
740
    padding-left: 4px;
741
    padding-top: 3px;
742
    padding-right: 0px;
743
    padding-bottom: 3px;
744
    font-family: Arial, Helvetica, sans-serif;
745
    font-size: 10px;
746
    font-weight: bold;
747
    color: #FFFF99;
748
    background-color: #9c8177;
749 2507 costa
}
750 2660 costa
.sidebarb a:link {
751 2507 costa
    font-family: Arial, Helvetica, sans-serif;
752 2660 costa
    font-size: 10px;
753
    font-weight: bold;
754
    color: #FFFF99;
755 2507 costa
}
756 2660 costa
.sidebarb a:visited {
757
    font-family: Arial, Helvetica, sans-serif;
758
    font-size: 10px;
759
    font-weight: bold;
760
    color: #FFFFFF;
761 2507 costa
}
762 2660 costa
.sidebarb a:hover {
763
    font-family: Arial, Helvetica, sans-serif;
764
    font-size: 10px;
765
    font-weight: bold;
766
    color: #FFFFFF;
767 2507 costa
}
768 2660 costa
p.sidebar {
769
    font-family: Arial, Helvetica, sans-serif;
770
    font-size: 10px;
771
    font-weight: bold;
772
    color: #FFFF99;
773 2507 costa
}
774 2660 costa
p.sidebar a:link {
775 2507 costa
    font-family: Arial, Helvetica, sans-serif;
776 2660 costa
    font-size: 10px;
777 2507 costa
    font-weight: bold;
778 2660 costa
    color: #FFFFFF;
779 2507 costa
}
780 2660 costa
p.sidebar a:visited {
781
    font-family: Arial, Helvetica, sans-serif;
782
    font-size: 10px;
783 2507 costa
    font-weight: bold;
784 2660 costa
    color: #FFFFFF;
785 2507 costa
}
786 2660 costa
p.sidebar a:hover {
787
    font-family: Arial, Helvetica, sans-serif;
788
    font-size: 10px;
789
    font-weight: bold;
790
    color: #CCFFCC;
791 2507 costa
}
792 2660 costa
p.sidelarge {
793
    font-family: Arial, Helvetica, sans-serif;
794
    font-size: 12px;
795
    font-weight: bold;
796
    color: #FFFF99;
797 2507 costa
}
798 2660 costa
p.sidelarge a:link {
799
    font-family: Arial, Helvetica, sans-serif;
800
    font-size: 12px;
801
    font-weight: bold;
802
    color: #FFFFFF;
803 2507 costa
}
804 2660 costa
p.sidelarge a:visited {
805
    font-family: Arial, Helvetica, sans-serif;
806
    font-size: 12px;
807
    font-weight: bold;
808
    color: #FFFFFF;
809 2507 costa
}
810 2660 costa
p.sidelarge a:hover {
811 2507 costa
    font-family: Arial, Helvetica, sans-serif;
812 2660 costa
    font-size: 12px;
813
    font-weight: bold;
814
    color: #CCFFCC;
815 2507 costa
}
816
817
818 2660 costa
.title              { background-color: #ffffff; font-family: Verdana; font-size: 18px; color: #ffffff; font-weight: bold; padding-left: 10px}
819
.pn-logo, .pn-title, .pn-pagetitle  { font-weight: bold; font-size: 16px; }
820 2507 costa
821 2660 costa
.pn-title, .pn-pagetitle    { font-weight: bold; font-size: 16px; }
822 2507 costa
823 2660 costa
p {
824 2507 costa
    font-family: Arial, Helvetica, sans-serif;
825 2660 costa
    font-size: 12px;
826 2507 costa
}
827 2660 costa
li {
828
    font-family: Arial, Helvetica, sans-serif;
829
    font-size: 12px;
830
    list-style-type: disc;
831 2507 costa
}
832 2660 costa
td {
833 2507 costa
    font-family: Arial, Helvetica, sans-serif;
834
    font-size: 12px;
835
}