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 3005 costa
    height:   114px;
35
    width:    912px;
36 2471 costa
    border:   0px;
37
    margin:   0px;
38
}
39
40
.iframesearchboxclass {
41 3005 costa
    height:   550px;
42
    width:    660px;
43 2471 costa
    border:   0px;
44
    margin:   0px;
45
}
46
47 3005 costa
.iframeadvancedsearchboxclass {
48
    height:   1100px;
49
    width:    660px;   /* Can't use 100%. Works in FireFox but not IE */
50
    border:   0px;
51
    margin:   0px;
52
}
53
54
.iframeadvancedbrowseboxclass {
55
    height:   550px;
56
    width:    660px;
57
    border:   0px;
58
    margin:   0px;
59
}
60
61 2471 costa
.iframeloginboxclass {
62 3005 costa
    height:   550px;
63
    width:    660px;
64
    border:   0px;
65
    margin:   0px;
66
}
67
68
.iframedocumentclass {
69
    height:   550px;
70
    width:    660px;
71
    border:   0px;
72
    margin:   0px;
73
}
74
75
.iframeleftcolclass {
76
    height:   100%;
77
    width:    126px;
78
    border:   0px;
79
    margin:   0px;
80
}
81
82
.iframerightcolclass {
83
    height:   100%;
84
    width:    126px;
85
    border:   0px;
86
    margin:   0px;
87
}
88
89
.iframefooterclass{
90
    height:   80px;
91 2471 costa
    width:    100%;
92
    border:   0px;
93
    margin:   0px;
94
}
95
96
97
/**
98
 *  set the size and alignment etc of the top-level layout table
99
 */
100
.templatetableclass {
101 3005 costa
    height: 100%;      /* This fixes problem with left and right panes not displaying
102
                        * properly when an EML document is displayed.
103
                        */
104
    width:  912px;
105 2471 costa
    border:   0px;
106
    padding:  0px;
107
    margin:   0px;
108
}
109
110
/**
111
 *  set the style of the main content area and its contents
112
 */
113
.templatecontentareaclass {
114 3005 costa
    width:  660px;
115 2471 costa
    border:   0px;
116
    padding:  0px;
117
    margin:   0px;
118
}
119
120
/**
121
 *  set the correct <td> sizes to accomodate the
122
 *  header, footer, left and right iframes.
123
 *  NOTE: these styles apply only to each
124
 *  container frame, *NOT* to the document in
125
 *  the iframe within it!
126
 */
127
.templateheaderrowclass {
128 3005 costa
    /*height:   100%; */
129 2471 costa
    /*
130
      no width allowed - uses same width as table class
131
    */
132
    border:   0px;
133
    padding:  0px;
134
    margin:   0px;
135
}
136
137
.templateleftcolclass {
138 3005 costa
    height:   100%;
139
    width:    126px;
140 2471 costa
    border:   0px;
141
    padding:  0px;
142
    margin:   0px;
143
}
144
145
.templaterightcolclass {
146
    height:   100%;
147 3005 costa
    width:    126px;
148 2471 costa
    border:   0px;
149
    padding:  0px;
150
    margin:   0px;
151
}
152
153
.templatefooterrowclass {
154 3005 costa
    /*height:   100%; */
155 2471 costa
    /*
156
      no width allowed - uses same width as
157
      table class
158
    */
159
    border:   0px;
160
    padding:  0px;
161
    margin:   0px;
162
}
163
164
.sectioncorner {
165 3780 daigle
    /*background-image: url(../default/images/panelhead_bg.gif);*/
166 2471 costa
}
167
168
.sectionheader {
169 3780 daigle
    /*background-image: url(../default/images/panelhead_bg.gif);*/
170 2471 costa
    text-align: center;
171
    color: #0247A8;
172
/*    font-size: 1em;
173
    font-weight: bold; */
174
        font-size: 14px;
175
    font-weight: bold;
176
177
}
178
179
.searchcat {
180
    padding-left: 5px;
181
    color: #0247A8;
182
    font-weight: bold;
183
    font-size: 11px;
184
}
185
186
td.searchsubcat {
187
    padding-left: 15px;
188
}
189
190
a.searchsubcat {
191 3005 costa
    /*color: #669933; */
192 2471 costa
    font-weight: normal;
193
    font-size: 11px;
194
}
195
196
a.searchsubcat:hover {
197 3005 costa
    color: #669966;
198 2471 costa
    text-decoration: underline;
199
}
200
201
202
/**
203
 *  then add any other styles used
204
 *  by your page......
205
 */
206
207 2660 costa
/*
208 2471 costa
body {
209
  	padding-top: 3px;
210
    color: #333333;
211
    background-color: #eeeeee;
212 3780 daigle
    background-image: url(../default/images/bgpattern.gif);
213 2471 costa
    font-weight: normal;
214
    font-size: 12px;
215
    font-family: Verdana,Arial,Helvetica,sans-serif;
216
}
217 3005 costa
218 2471 costa
a {
219
    color: #669933;
220
    font-weight: bold;
221
    font-size: 12px;
222
    text-decoration: none;
223
		text-align: left;
224
}
225 3005 costa
226 2471 costa
a:hover {
227
    color: #ff9933;
228
    text-decoration: underline;
229
}
230
231
.pagetitle {
232
    font-family: Georgia, Times New Roman, Times, serif;
233
    background: #0247A8;
234
    margin-left: 0.25em;
235
}
236
237
.pagesub {
238
    font-family: Verdana,Arial,Helvetica,sans-serif;
239
    font-size: 1em;
240
    font-weight: bold;
241
    color: #339933;
242
    margin-left: 3em;
243
    margin-top: 0.5em;
244
    margin-bottom: 2em;
245
}
246
247
.title {
248
    font-family: Georgia, Times New Roman, Times, serif;
249 3005 costa
    color:      #eeeeee;
250 2507 costa
    color:      white;
251 3005 costa
    background: #0247A8;
252 2507 costa
    background: navy;
253 2471 costa
    font-size: 24px;
254
    font-weight: bold;
255
}
256
257
p.title {
258
  padding-left: 15px;
259
}
260
261
.subtitle {
262
    font-family: Verdana,Arial,Helvetica,sans-serif;
263
    font-size: 12px;
264
    font-weight: bold;
265
    color: #666666;
266
    margin-left: 3em;
267
    margin-top: 0.5em;
268
    margin-bottom: 2em;
269
    font-weight: normal;
270
}
271
272
a.toollink {
273
    color: #225522;
274
		text-align: left;
275
    font-size: 14px;
276
    text-decoration: none;
277
}
278
279
a.toollink:hover {
280
    color: #ff9933;
281
    text-decoration: underline;
282
}
283
284
a.sitelink {
285
    color: #339933;
286
    text-decoration: none;
287
    font-size: 12px;
288
    font-weight: bold;
289
}
290
291
a.sitelink:hover {
292
    color: #ff9933;
293
    text-decoration: underline;
294
}
295
296
h3 {
297
	  font-size: 18px;
298
	  font-family: Georgia, Times New Roman, Times, serif;
299
	  text-align: left;
300
}
301
302
b {
303
	  font-size: 12px;
304
	  font-weight: bold;
305
	  text-align: left;
306
}
307
308
.tabledefault {
309 3005 costa
    background: white;
310
    color: #555555;
311 2471 costa
		width: 790px;
312
		width: 100%;
313
    font-size: 12px;
314
		line-height: 1.2;
315 3005 costa
    padding-left: 5px;
316
    padding-right: 5px;
317 2471 costa
}
318
319
.tablepanel {
320
    background: #eeeeee;
321
    color: #555555;
322
    font-size: 12px;
323
    padding-left: 5px;
324
    padding-right: 5px;
325
}
326 3005 costa
*/
327 2471 costa
.tablehead {
328 3005 costa
    color: #000000;
329
    background-color: #CCCC66;
330 3780 daigle
    /*background-image: url(../default/images/panelhead_bg.gif);*/
331 2507 costa
    /*color: #0040A1;*/
332 3005 costa
    /*background-color: #dddddd;*/
333 2471 costa
    text-align: left;
334 3005 costa
    /*font-size: 14px;*/
335 2471 costa
    font-weight: bold;
336 3005 costa
    /*border-top: solid #dddddd 2px;*/
337
    /*border-bottom: solid #dddddd 2px;*/
338
    /* padding-left: 15%;*/
339
    /*padding-top: 0px;*/
340
    /*padding-bottom: 0px;*/
341 2471 costa
}
342 3005 costa
/*
343 2471 costa
th.tablehead {
344
    text-align: center;
345
    border: 0px;
346
    margin: 0px;
347
    padding: 0px;
348
    height:  21px;
349
}
350
351
.tablehead_lcorner {
352 3780 daigle
    background-image: url(../default/images/panelhead_bg_lcorner.gif);
353 2471 costa
    background-position: right top;
354
    background-repeat: no-repeat;
355
    padding: 0px;
356
    margin:  0px;
357
    width:   10px;
358
    height:  21px;
359
}
360
361
.tablehead_rcorner {
362 3780 daigle
    background-image: url(../default/images/panelhead_bg_rcorner.gif);
363 2471 costa
    background-position: left top;
364
    background-repeat: no-repeat;
365
    padding: 0px;
366
    margin:  0px;
367
    width:   10px;
368
    height:  21px;
369
}
370
371
372
.tableheadcontrast {
373 3005 costa
    background: #dddddd;
374 2471 costa
    vertical-align: baseline;
375
    color: #666666;
376
    font-size: 16px;
377
    font-weight: bold;
378
}
379
380
.instright {
381
    color: #333333;
382
    text-align: right;
383
    vertical-align: middle;
384
    padding: 1em;
385
    font-size: 1em;
386
    font-weight: bold;
387
}
388
389
.instleft {
390
    color: #333333;
391
    text-align: left;
392
    vertical-align: middle;
393
    padding: 1em;
394
    font-size: 1em;
395
    font-weight: bold;
396
}
397
398
p {
399
    margin: 0px;
400
}
401
402
.required {
403
    color: red;
404
}
405
406 3005 costa
*/
407 2471 costa
.emphasis {
408
    color: red;
409
}
410 3005 costa
/*
411 2471 costa
p.label {
412
    color: #333333;
413
    font-weight: bold;
414
}
415
416
p.contact {
417
    color: #333333;
418
    padding: 1em;
419
    font-size: 0.75em;
420
    font-weight: normal;
421
    font-style: italic;
422
}
423
424
p.header {
425
    color: #333333;
426
    padding: 5px;
427
    font-size: 12px;
428
    font-weight: bold;
429
}
430
431
p.emphasis {
432
  font-size: 18px;
433
  color: #dd7744;
434
  font-weight: bold;
435
  font-style:  normal;
436
}
437
438
.roweven {
439
    background: white;
440
}
441
442
.rowodd {
443
    background: white;
444
}
445
446
.plaintext {
447
    color: #555555;
448
    font-weight: normal;
449
    font-size: 12px;
450
}
451
452
.boldtext {
453
    color: #333333;
454
    font-weight: bold;
455
    font-size: 12px;
456
}
457 3005 costa
*/
458 2471 costa
.searchresultsdivider {
459 3005 costa
    background-color: #dddddd;
460 2471 costa
}
461 3005 costa
/*
462 2471 costa
.maintable {
463 3005 costa
    background: #ffffff;
464 2471 costa
}
465
466
.subpanel {
467
  background:   #ffffff;
468
  border-left:   solid #cccccc 1px;
469
  border-right:  solid #cccccc 1px;
470
  border-bottom: solid #cccccc 1px;
471
}
472
473
.text_plain {
474
	  padding: 5px;
475
    color: #666666;
476
    font-weight: normal;
477
    font-size: 12px;
478
}
479
480
.text_plain_smaller {
481
	  padding: 5px;
482
    font-weight: normal;
483
    font-size: 12px;
484
}
485
486
.text_example {
487
	  padding: 5px;
488
    color: #999999;
489
    font-weight: normal;
490
    font-size: 12px;
491
}
492
493
td {
494
		line-height: 1.5;
495 3005 costa
}
496
*/
497 2471 costa
498
/******************************************************************************/
499
/******************************************************************************/
500
/**  USED BY EML STYLESHEETS ONLY - NO OTHERS                                **/
501
/******************************************************************************/
502
/******************************************************************************/
503
504
505
.highlight  {
506 3005 costa
    background-color: #dddddd;
507 2471 costa
    font-size: 12px;
508 3005 costa
    border: solid #ffffff 1px;
509 3556 bowdish
    text-align: right;
510
    padding-right: 4px;
511 2471 costa
}
512
513 3556 bowdish
.highlightAttrib {
514
    background-color: #ffffff;
515
    font-size: 12px;
516
    text-align: center;
517
    border-bottom: solid #cccccc  2px;
518
    padding-left: 4px;
519
520
}
521
522 2471 costa
.secondCol {
523 3005 costa
    background-color: #ffffff;
524 2471 costa
    font-size: 12px;
525
}
526
.bordered {
527 3556 bowdish
     background-color: #ffffff;
528
     font-size: 12px;
529
     text-align: left;
530
     padding: 5px;
531
     border-bottom: solid #dddddd 1px;
532
     width: 350px;
533 2471 costa
}
534
535 3556 bowdish
536
537 2471 costa
.coleven {
538
    font-size: 12px;
539
    padding-left: 3px;
540
    padding-right: 3px;
541 3556 bowdish
    border-bottom: solid #dddddd 1px;
542 2471 costa
}
543
544
.colodd {
545
    font-size: 12px;
546
    padding-left: 3px;
547
    padding-right: 3px;
548 3556 bowdish
    border-bottom: solid #dddddd 1px;
549 2471 costa
}
550
551
.innercolodd {
552
    font-size: 10px;
553
    padding-left: 3px;
554
}
555
556
.innercoleven {
557
  font-size: 10px;
558
  padding-left: 3px;
559 2660 costa
}
560 2471 costa
561 2660 costa
/******************************************************************************/
562
/******************************************************************************/
563
/**  LTER STYLE SHEET BEGINS HERE                                            **/
564
/******************************************************************************/
565
/******************************************************************************/
566 2507 costa
567
body {
568 3005 costa
	margin-left: 0px;
569
	margin-top: 0px;
570
	margin-right: 0px;
571
	margin-bottom: 0px;
572
	font-family: Arial, Helvetica, sans-serif;
573
	font-size: 12px;
574
	color: #000000;
575
	background: #FFFFFF;
576 2507 costa
}
577 3005 costa
578 2660 costa
.body {
579 3005 costa
	padding-left: 0px;
580
	padding-top: 0px;
581
	padding-right: 0px;
582
	padding-bottom: 0px;
583
	font-family: Arial, Helvetica, sans-serif;
584
	font-size: 12px;
585
	color: #333300;
586
	background: #FFFFFF;
587 2507 costa
}
588 3005 costa
589 2660 costa
.bodytt {
590 3005 costa
	padding-left: 10px;
591
	padding-top: 5px;
592
	padding-right: 10px;
593
	padding-bottom: 5px;
594
	font-family: Arial, Helvetica, sans-serif;
595
	font-size: 12px;
596
	color: #333300;
597
	background: #FFFFFF;
598 2507 costa
}
599 3005 costa
600 2660 costa
th {
601 3005 costa
	font-family: Arial, Helvetica, sans-serif;
602
	font-size: 12px;
603
	font-weight: bold;
604
	text-align: left;
605
	color: #000000;
606
	background-color: #CCCC66;
607 2507 costa
}
608 3005 costa
609 2660 costa
.sidenav {
610 3005 costa
	font-family: Arial, Helvetica, sans-serif;
611
	font-size: 10px;
612
	font-weight: bold;
613
	color: #FFFF99;
614
	background-color: #9c8177;
615 2507 costa
}
616
617 3005 costa
.topnav {
618
	font-family: Arial, Helvetica, sans-serif;
619
	font-size: 12px;
620
	font-weight: bold;
621
	color: #9c8177;
622
	background-color: #FFFFFF;
623 2507 costa
}
624
625 3005 costa
.topnav a:link {
626
	font-family: Arial, Helvetica, sans-serif;
627
	font-size: 12px;
628
	font-weight: bold;
629
	color: #9c8177;
630 2507 costa
}
631
632 3005 costa
.topnav a:visited {
633
	font-family: Arial, Helvetica, sans-serif;
634
	font-size: 12px;
635
	font-weight: bold;
636
	color: #9c8177;
637 2507 costa
}
638
639 2660 costa
.topnav a:hover {
640 3005 costa
	font-family: Arial, Helvetica, sans-serif;
641
	font-size: 12px;
642
	font-weight: bold;
643
	color: #669966;
644 2507 costa
}
645 3005 costa
646 2660 costa
.fsnav {
647 3005 costa
	font-family: Arial, Helvetica, sans-serif;
648
	font-size: 12px;
649
	font-weight: bold;
650
	color: #333300;
651 2507 costa
}
652 3005 costa
653 2660 costa
.fsnav a:link {
654 3005 costa
	font-family: Arial, Helvetica, sans-serif;
655
	font-size: 12px;
656
	font-weight: bold;
657
	color: #333300;
658 2507 costa
}
659 3005 costa
660 2660 costa
.fsnav a:visited {
661 3005 costa
	font-family: Arial, Helvetica, sans-serif;
662
	font-size: 12px;
663
	font-weight: bold;
664
	color: #333300;
665 2507 costa
}
666 3005 costa
667 2660 costa
.fsnav a:hover {
668 3005 costa
	font-family: Arial, Helvetica, sans-serif;
669
	font-size: 12px;
670
	font-weight: bold;
671
	color: #333300;
672 2507 costa
}
673 3005 costa
674 2660 costa
.midnav {
675 3005 costa
	font-family: Arial, Helvetica, sans-serif;
676
	font-size: 12px;
677
	font-weight: bold;
678
	color: #FFFFFF;
679
	background-color: #669966;
680 2507 costa
}
681 3005 costa
682 2660 costa
.botnav {
683 3005 costa
	font-family: Arial, Helvetica, sans-serif;
684
	font-size: 10px;
685
	font-weight: bold;
686
	color: #FFFF99;
687
	background-color: #9c8177;
688 2507 costa
}
689 3005 costa
690 2660 costa
.botnav a:link {
691 3005 costa
	font-family: Arial, Helvetica, sans-serif;
692
	font-size: 10px;
693
	font-weight: bold;
694
	color: #FFFF99;
695 2507 costa
}
696 3005 costa
697 2660 costa
.botnav a:visited {
698 3005 costa
	font-family: Arial, Helvetica, sans-serif;
699
	font-size: 10px;
700
	font-weight: bold;
701
	color: #FFFF99;
702 2507 costa
}
703 3005 costa
704 2660 costa
.botnav a:hover {
705 3005 costa
	font-family: Arial, Helvetica, sans-serif;
706
	font-size: 10px;
707
	font-weight: bold;
708
	color: #FFFFFF;
709 2507 costa
}
710 3005 costa
711 2660 costa
.search {
712 3005 costa
	font-family: Arial, Helvetica, sans-serif;
713
	font-size: 12px;
714
	font-style: normal;
715
	color: #000000;
716
	background-color: #993333;
717 2507 costa
}
718 3005 costa
719 2660 costa
p.header {
720 3005 costa
	font-family: Arial, Helvetica, sans-serif;
721
	font-size: 16px;
722
	font-weight: bold;
723
	color: #003366;
724 2507 costa
}
725 3005 costa
726 2660 costa
p.copyright {
727 3005 costa
	font-family: Arial, Helvetica, sans-serif;
728
	font-size: 9px;
729
	color: #999999;
730
	text-align: center;
731 2507 costa
}
732 3005 costa
733 2660 costa
.reg {
734 3005 costa
	font-family: Arial, Helvetica, sans-serif;
735
	font-size: 10px;
736
	color: #000000;
737
	background-image: url(/images/bgbarl.jpg);
738 2507 costa
}
739 3005 costa
740 2660 costa
.regn {
741 3005 costa
	font-family: Arial, Helvetica, sans-serif;
742
	font-size: 10px;
743
	color: #000000;
744
	background-image: url(/images/bgbarr.jpg);
745 2507 costa
}
746 3005 costa
747
.rega {
748
	font-family: Arial, Helvetica, sans-serif;
749
	font-size: 10px;
750
	color: #000000;
751
}
752
753 2660 costa
p.head  {
754 3005 costa
	font-family: Arial, Helvetica, sans-serif;
755
	font-size: 16px;
756
	font-weight: bold;
757
	color: #000000;
758
	background-color: #FFFFFF;
759 2507 costa
}
760 3005 costa
761 2660 costa
p.regu  {
762 3005 costa
	font-family: Arial, Helvetica, sans-serif;
763
	font-size: 12px;
764
	font-weight: bold;
765
	color: #000000;
766
	background-color: #FFFFFF;
767 2507 costa
}
768 3005 costa
769 2660 costa
p.link  {
770 3005 costa
	font-family: Arial, Helvetica, sans-serif;
771
	font-size: 12px;
772
	font-weight: bold;
773
	color: #3333FF;
774
	background-color: #FFFFFF;
775 2507 costa
}
776 3005 costa
777 2660 costa
p.newstext  {
778 3005 costa
	font-family: Arial, Helvetica, sans-serif;
779
	font-size: 10px;
780
	font-weight: normal;
781
	color: #000000;
782
	background-color: #FFFFFF;
783 2507 costa
}
784 3005 costa
785 2660 costa
p.events {
786 3005 costa
	font-family: Arial, Helvetica, sans-serif;
787
	font-size: 12px;
788
	font-weight: normal;
789
	color: #000000;
790
	background-color: #FFFFFF;
791 2507 costa
}
792
793 2660 costa
.sidebara {
794 3005 costa
	margin-left: 0px;
795
	margin-top: 0px;
796
	margin-right: 0px;
797
	margin-bottom: 0px;
798
	padding-left: 2px;
799
	padding-top: 3px;
800
	padding-right: 0px;
801
	padding-bottom: 3px;
802
	font-family: Arial, Helvetica, sans-serif;
803
	font-size: 10px;
804
	font-weight: bold;
805
	color: #FFFF99;
806
	background-color: #9c8177;
807 2507 costa
}
808 3005 costa
809 2660 costa
.sidebarb {
810 3005 costa
	margin-left: 0px;
811
	margin-top: 0px;
812
	margin-right: 0px;
813
	margin-bottom: 0px;
814
	padding-left: 4px;
815
	padding-top: 3px;
816
	padding-right: 0px;
817
	padding-bottom: 3px;
818
	font-family: Arial, Helvetica, sans-serif;
819
	font-size: 10px;
820
	font-weight: bold;
821
	color: #FFFF99;
822
	background-color: #9c8177;
823 2507 costa
}
824 3005 costa
825 2660 costa
.sidebarb a:link {
826 3005 costa
	font-family: Arial, Helvetica, sans-serif;
827
	font-size: 10px;
828
	font-weight: bold;
829
	color: #FFFF99;
830 2507 costa
}
831 3005 costa
832 2660 costa
.sidebarb a:visited {
833 3005 costa
	font-family: Arial, Helvetica, sans-serif;
834
	font-size: 10px;
835
	font-weight: bold;
836
	color: #FFFFFF;
837 2507 costa
}
838 2660 costa
.sidebarb a:hover {
839 3005 costa
	font-family: Arial, Helvetica, sans-serif;
840
	font-size: 10px;
841
	font-weight: bold;
842
	color: #FFFFFF;
843 2507 costa
}
844 3005 costa
845 2660 costa
p.sidebar {
846 3005 costa
	font-family: Arial, Helvetica, sans-serif;
847
	font-size: 10px;
848
	font-weight: bold;
849
	color: #FFFF99;
850 2507 costa
}
851 3005 costa
852 2660 costa
p.sidebar a:link {
853 3005 costa
	font-family: Arial, Helvetica, sans-serif;
854
	font-size: 10px;
855
	font-weight: bold;
856
	color: #FFFFFF;
857 2507 costa
}
858 3005 costa
859 2660 costa
p.sidebar a:visited {
860 3005 costa
	font-family: Arial, Helvetica, sans-serif;
861
	font-size: 10px;
862
	font-weight: bold;
863
	color: #FFFFFF;
864 2507 costa
}
865 3005 costa
866 2660 costa
p.sidebar a:hover {
867 3005 costa
	font-family: Arial, Helvetica, sans-serif;
868
	font-size: 10px;
869
	font-weight: bold;
870
	color: #CCFFCC;
871 2507 costa
}
872 3005 costa
873 2660 costa
p.sidelarge {
874 3005 costa
	font-family: Arial, Helvetica, sans-serif;
875
	font-size: 12px;
876
	font-weight: bold;
877
	color: #FFFF99;
878 2507 costa
}
879 3005 costa
880 2660 costa
p.sidelarge a:link {
881 3005 costa
	font-family: Arial, Helvetica, sans-serif;
882
	font-size: 12px;
883
	font-weight: bold;
884
	color: #FFFFFF;
885 2507 costa
}
886 3005 costa
887 2660 costa
p.sidelarge a:visited {
888 3005 costa
	font-family: Arial, Helvetica, sans-serif;
889
	font-size: 12px;
890
	font-weight: bold;
891
	color: #FFFFFF;
892 2507 costa
}
893 3005 costa
894 2660 costa
p.sidelarge a:hover {
895 3005 costa
	font-family: Arial, Helvetica, sans-serif;
896
	font-size: 12px;
897
	font-weight: bold;
898
	color: #CCFFCC;
899 2507 costa
}
900
901 3005 costa
.title {
902
  background-color: #ffffff;
903
  font-family: Verdana;
904
  font-size: 18px;
905
  color: #ffffff;
906
  font-weight: bold;
907
  padding-left: 10px
908
}
909 2507 costa
910 3005 costa
.pn-logo, .pn-title, .pn-pagetitle	{
911
  font-weight: bold;
912
  font-size: 16px;
913
}
914 2507 costa
915 3005 costa
.pn-title, .pn-pagetitle	{
916
  font-weight: bold;
917
  font-size: 16px;
918
}
919 2507 costa
920 2660 costa
p {
921 3005 costa
	font-family: Arial, Helvetica, sans-serif;
922
	font-size: 12px;
923 2507 costa
}
924 3005 costa
925 2660 costa
li {
926 3005 costa
	font-family: Arial, Helvetica, sans-serif;
927
	font-size: 12px;
928
	list-style-type: disc;
929 2507 costa
}
930 3005 costa
931 2660 costa
td {
932 3005 costa
	font-family: Arial, Helvetica, sans-serif;
933
	font-size: 12px;
934 2507 costa
}
935
936 3005 costa
/******************************************************************************/
937
/******************************************************************************/
938
/**  lter_query.css STYLE SHEET BEGINS HERE                                  **/
939
/******************************************************************************/
940
/******************************************************************************/
941
942
.hdrLeft {
943
	background-color: #9c8177;
944
	width: 126px;
945
}
946
947
.hdrMiddle {
948
/*	font-family: Arial, Helvetica, sans-serif;
949
	font-size: 10px;
950
	font-weight: bold;
951
	color: #FFFFFF;
952
	background-color: #FFFFFF;
953
  width: 100px;*/
954
  padding-left: 20px;
955
  padding-right: 20px;
956
  padding-top: 1px;
957
  padding-bottom: 5px;
958
}
959
960
.hdrRight {
961
	font-family: Arial, Helvetica, sans-serif;
962
	font-size: 10px;
963
	font-weight: bold;
964
	color: #FFFF99;
965
	background-color: #9c8177;
966
	width: 126px;
967
}
968
969
.bdyLeft {
970
	font-family: Arial, Helvetica, sans-serif;
971
	font-size: 10px;
972
	font-weight: bold;
973
	color: #FFFF99;
974
	background-color: #9c8177;
975
  width: 100px;
976
}
977
978
.bdyMiddle {
979
	font-family: Arial, Helvetica, sans-serif;
980
	font-size: 10px;
981
	font-weight: bold;
982
	color: #000000;
983
	background-color: white;
984
}
985
986
.bdyMiddleTable {
987
  font-family: Arial, Helvetica, sans-serif;
988
	font-size: 14;
989
  background-color: #FFFFFF;
990
  padding: 0px;
991
  width: 100%;
992
}
993
994
.bdyMiddleTd {
995
  background-color: #FFFFFF;
996
}
997
998
.bdyRight {
999
	font-family: Arial, Helvetica, sans-serif;
1000
	font-size: 10px;
1001
	font-weight: bold;
1002
	color: #FFFF99;
1003
	background-color: #9c8177;
1004
	width: 126px;
1005
}
1006
1007
.sidenav {
1008
	font-size: 12px;
1009
  padding-left: 5px;
1010
  padding-top: 0px;
1011
  vertical-align: top;
1012
}
1013
1014
.sidenav a:link {
1015
	color: #FFFF99;
1016
}
1017
1018
.sidenav a:visited {
1019
	color: #FFFF99;
1020
}
1021
1022
.sidenav a:hover {
1023
	color: #006699;
1024
}
1025
1026
.topnav {
1027
  padding-bottom: 2px;
1028
}