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