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 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
166 2471 costa
}
167
168
.sectionheader {
169 2507 costa
    /*background-image: url(@style-skins-path@/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 2660 costa
    background-image: url(@style-skins-path@/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 2507 costa
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
331
    /*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 3005 costa
    background-image: url(@style-skins-path@/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 3005 costa
    background-image: url(@style-skins-path@/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 2471 costa
}
510
511
.secondCol {
512 3005 costa
    background-color: #ffffff;
513 2471 costa
    font-size: 12px;
514
}
515
.bordered {
516 3005 costa
    background-color: #dddddd;
517 2471 costa
    font-size: 12px;
518
}
519
520
.coleven {
521
    background-color: #eeeeee;
522
    font-size: 12px;
523
    padding-left: 3px;
524
    padding-right: 3px;
525
}
526
527
.colodd {
528
    background-color: #ffffff;
529
    font-size: 12px;
530
    padding-left: 3px;
531
    padding-right: 3px;
532
}
533
534
.innercolodd {
535
    font-size: 10px;
536
    padding-left: 3px;
537
}
538
539
.innercoleven {
540
  font-size: 10px;
541
  padding-left: 3px;
542 2660 costa
}
543 2471 costa
544 2660 costa
/******************************************************************************/
545
/******************************************************************************/
546
/**  LTER STYLE SHEET BEGINS HERE                                            **/
547
/******************************************************************************/
548
/******************************************************************************/
549 2507 costa
550
body {
551 3005 costa
	margin-left: 0px;
552
	margin-top: 0px;
553
	margin-right: 0px;
554
	margin-bottom: 0px;
555
	font-family: Arial, Helvetica, sans-serif;
556
	font-size: 12px;
557
	color: #000000;
558
	background: #FFFFFF;
559 2507 costa
}
560 3005 costa
561 2660 costa
.body {
562 3005 costa
	padding-left: 0px;
563
	padding-top: 0px;
564
	padding-right: 0px;
565
	padding-bottom: 0px;
566
	font-family: Arial, Helvetica, sans-serif;
567
	font-size: 12px;
568
	color: #333300;
569
	background: #FFFFFF;
570 2507 costa
}
571 3005 costa
572 2660 costa
.bodytt {
573 3005 costa
	padding-left: 10px;
574
	padding-top: 5px;
575
	padding-right: 10px;
576
	padding-bottom: 5px;
577
	font-family: Arial, Helvetica, sans-serif;
578
	font-size: 12px;
579
	color: #333300;
580
	background: #FFFFFF;
581 2507 costa
}
582 3005 costa
583 2660 costa
th {
584 3005 costa
	font-family: Arial, Helvetica, sans-serif;
585
	font-size: 12px;
586
	font-weight: bold;
587
	text-align: left;
588
	color: #000000;
589
	background-color: #CCCC66;
590 2507 costa
}
591 3005 costa
592 2660 costa
.sidenav {
593 3005 costa
	font-family: Arial, Helvetica, sans-serif;
594
	font-size: 10px;
595
	font-weight: bold;
596
	color: #FFFF99;
597
	background-color: #9c8177;
598 2507 costa
}
599
600 3005 costa
.topnav {
601
	font-family: Arial, Helvetica, sans-serif;
602
	font-size: 12px;
603
	font-weight: bold;
604
	color: #9c8177;
605
	background-color: #FFFFFF;
606 2507 costa
}
607
608 3005 costa
.topnav a:link {
609
	font-family: Arial, Helvetica, sans-serif;
610
	font-size: 12px;
611
	font-weight: bold;
612
	color: #9c8177;
613 2507 costa
}
614
615 3005 costa
.topnav a:visited {
616
	font-family: Arial, Helvetica, sans-serif;
617
	font-size: 12px;
618
	font-weight: bold;
619
	color: #9c8177;
620 2507 costa
}
621
622 2660 costa
.topnav a:hover {
623 3005 costa
	font-family: Arial, Helvetica, sans-serif;
624
	font-size: 12px;
625
	font-weight: bold;
626
	color: #669966;
627 2507 costa
}
628 3005 costa
629 2660 costa
.fsnav {
630 3005 costa
	font-family: Arial, Helvetica, sans-serif;
631
	font-size: 12px;
632
	font-weight: bold;
633
	color: #333300;
634 2507 costa
}
635 3005 costa
636 2660 costa
.fsnav a:link {
637 3005 costa
	font-family: Arial, Helvetica, sans-serif;
638
	font-size: 12px;
639
	font-weight: bold;
640
	color: #333300;
641 2507 costa
}
642 3005 costa
643 2660 costa
.fsnav a:visited {
644 3005 costa
	font-family: Arial, Helvetica, sans-serif;
645
	font-size: 12px;
646
	font-weight: bold;
647
	color: #333300;
648 2507 costa
}
649 3005 costa
650 2660 costa
.fsnav a:hover {
651 3005 costa
	font-family: Arial, Helvetica, sans-serif;
652
	font-size: 12px;
653
	font-weight: bold;
654
	color: #333300;
655 2507 costa
}
656 3005 costa
657 2660 costa
.midnav {
658 3005 costa
	font-family: Arial, Helvetica, sans-serif;
659
	font-size: 12px;
660
	font-weight: bold;
661
	color: #FFFFFF;
662
	background-color: #669966;
663 2507 costa
}
664 3005 costa
665 2660 costa
.botnav {
666 3005 costa
	font-family: Arial, Helvetica, sans-serif;
667
	font-size: 10px;
668
	font-weight: bold;
669
	color: #FFFF99;
670
	background-color: #9c8177;
671 2507 costa
}
672 3005 costa
673 2660 costa
.botnav a:link {
674 3005 costa
	font-family: Arial, Helvetica, sans-serif;
675
	font-size: 10px;
676
	font-weight: bold;
677
	color: #FFFF99;
678 2507 costa
}
679 3005 costa
680 2660 costa
.botnav a:visited {
681 3005 costa
	font-family: Arial, Helvetica, sans-serif;
682
	font-size: 10px;
683
	font-weight: bold;
684
	color: #FFFF99;
685 2507 costa
}
686 3005 costa
687 2660 costa
.botnav a:hover {
688 3005 costa
	font-family: Arial, Helvetica, sans-serif;
689
	font-size: 10px;
690
	font-weight: bold;
691
	color: #FFFFFF;
692 2507 costa
}
693 3005 costa
694 2660 costa
.search {
695 3005 costa
	font-family: Arial, Helvetica, sans-serif;
696
	font-size: 12px;
697
	font-style: normal;
698
	color: #000000;
699
	background-color: #993333;
700 2507 costa
}
701 3005 costa
702 2660 costa
p.header {
703 3005 costa
	font-family: Arial, Helvetica, sans-serif;
704
	font-size: 16px;
705
	font-weight: bold;
706
	color: #003366;
707 2507 costa
}
708 3005 costa
709 2660 costa
p.copyright {
710 3005 costa
	font-family: Arial, Helvetica, sans-serif;
711
	font-size: 9px;
712
	color: #999999;
713
	text-align: center;
714 2507 costa
}
715 3005 costa
716 2660 costa
.reg {
717 3005 costa
	font-family: Arial, Helvetica, sans-serif;
718
	font-size: 10px;
719
	color: #000000;
720
	background-image: url(/images/bgbarl.jpg);
721 2507 costa
}
722 3005 costa
723 2660 costa
.regn {
724 3005 costa
	font-family: Arial, Helvetica, sans-serif;
725
	font-size: 10px;
726
	color: #000000;
727
	background-image: url(/images/bgbarr.jpg);
728 2507 costa
}
729 3005 costa
730
.rega {
731
	font-family: Arial, Helvetica, sans-serif;
732
	font-size: 10px;
733
	color: #000000;
734
}
735
736 2660 costa
p.head  {
737 3005 costa
	font-family: Arial, Helvetica, sans-serif;
738
	font-size: 16px;
739
	font-weight: bold;
740
	color: #000000;
741
	background-color: #FFFFFF;
742 2507 costa
}
743 3005 costa
744 2660 costa
p.regu  {
745 3005 costa
	font-family: Arial, Helvetica, sans-serif;
746
	font-size: 12px;
747
	font-weight: bold;
748
	color: #000000;
749
	background-color: #FFFFFF;
750 2507 costa
}
751 3005 costa
752 2660 costa
p.link  {
753 3005 costa
	font-family: Arial, Helvetica, sans-serif;
754
	font-size: 12px;
755
	font-weight: bold;
756
	color: #3333FF;
757
	background-color: #FFFFFF;
758 2507 costa
}
759 3005 costa
760 2660 costa
p.newstext  {
761 3005 costa
	font-family: Arial, Helvetica, sans-serif;
762
	font-size: 10px;
763
	font-weight: normal;
764
	color: #000000;
765
	background-color: #FFFFFF;
766 2507 costa
}
767 3005 costa
768 2660 costa
p.events {
769 3005 costa
	font-family: Arial, Helvetica, sans-serif;
770
	font-size: 12px;
771
	font-weight: normal;
772
	color: #000000;
773
	background-color: #FFFFFF;
774 2507 costa
}
775
776 2660 costa
.sidebara {
777 3005 costa
	margin-left: 0px;
778
	margin-top: 0px;
779
	margin-right: 0px;
780
	margin-bottom: 0px;
781
	padding-left: 2px;
782
	padding-top: 3px;
783
	padding-right: 0px;
784
	padding-bottom: 3px;
785
	font-family: Arial, Helvetica, sans-serif;
786
	font-size: 10px;
787
	font-weight: bold;
788
	color: #FFFF99;
789
	background-color: #9c8177;
790 2507 costa
}
791 3005 costa
792 2660 costa
.sidebarb {
793 3005 costa
	margin-left: 0px;
794
	margin-top: 0px;
795
	margin-right: 0px;
796
	margin-bottom: 0px;
797
	padding-left: 4px;
798
	padding-top: 3px;
799
	padding-right: 0px;
800
	padding-bottom: 3px;
801
	font-family: Arial, Helvetica, sans-serif;
802
	font-size: 10px;
803
	font-weight: bold;
804
	color: #FFFF99;
805
	background-color: #9c8177;
806 2507 costa
}
807 3005 costa
808 2660 costa
.sidebarb a:link {
809 3005 costa
	font-family: Arial, Helvetica, sans-serif;
810
	font-size: 10px;
811
	font-weight: bold;
812
	color: #FFFF99;
813 2507 costa
}
814 3005 costa
815 2660 costa
.sidebarb a:visited {
816 3005 costa
	font-family: Arial, Helvetica, sans-serif;
817
	font-size: 10px;
818
	font-weight: bold;
819
	color: #FFFFFF;
820 2507 costa
}
821 2660 costa
.sidebarb a:hover {
822 3005 costa
	font-family: Arial, Helvetica, sans-serif;
823
	font-size: 10px;
824
	font-weight: bold;
825
	color: #FFFFFF;
826 2507 costa
}
827 3005 costa
828 2660 costa
p.sidebar {
829 3005 costa
	font-family: Arial, Helvetica, sans-serif;
830
	font-size: 10px;
831
	font-weight: bold;
832
	color: #FFFF99;
833 2507 costa
}
834 3005 costa
835 2660 costa
p.sidebar a:link {
836 3005 costa
	font-family: Arial, Helvetica, sans-serif;
837
	font-size: 10px;
838
	font-weight: bold;
839
	color: #FFFFFF;
840 2507 costa
}
841 3005 costa
842 2660 costa
p.sidebar a:visited {
843 3005 costa
	font-family: Arial, Helvetica, sans-serif;
844
	font-size: 10px;
845
	font-weight: bold;
846
	color: #FFFFFF;
847 2507 costa
}
848 3005 costa
849 2660 costa
p.sidebar a:hover {
850 3005 costa
	font-family: Arial, Helvetica, sans-serif;
851
	font-size: 10px;
852
	font-weight: bold;
853
	color: #CCFFCC;
854 2507 costa
}
855 3005 costa
856 2660 costa
p.sidelarge {
857 3005 costa
	font-family: Arial, Helvetica, sans-serif;
858
	font-size: 12px;
859
	font-weight: bold;
860
	color: #FFFF99;
861 2507 costa
}
862 3005 costa
863 2660 costa
p.sidelarge a:link {
864 3005 costa
	font-family: Arial, Helvetica, sans-serif;
865
	font-size: 12px;
866
	font-weight: bold;
867
	color: #FFFFFF;
868 2507 costa
}
869 3005 costa
870 2660 costa
p.sidelarge a:visited {
871 3005 costa
	font-family: Arial, Helvetica, sans-serif;
872
	font-size: 12px;
873
	font-weight: bold;
874
	color: #FFFFFF;
875 2507 costa
}
876 3005 costa
877 2660 costa
p.sidelarge a:hover {
878 3005 costa
	font-family: Arial, Helvetica, sans-serif;
879
	font-size: 12px;
880
	font-weight: bold;
881
	color: #CCFFCC;
882 2507 costa
}
883
884 3005 costa
.title {
885
  background-color: #ffffff;
886
  font-family: Verdana;
887
  font-size: 18px;
888
  color: #ffffff;
889
  font-weight: bold;
890
  padding-left: 10px
891
}
892 2507 costa
893 3005 costa
.pn-logo, .pn-title, .pn-pagetitle	{
894
  font-weight: bold;
895
  font-size: 16px;
896
}
897 2507 costa
898 3005 costa
.pn-title, .pn-pagetitle	{
899
  font-weight: bold;
900
  font-size: 16px;
901
}
902 2507 costa
903 2660 costa
p {
904 3005 costa
	font-family: Arial, Helvetica, sans-serif;
905
	font-size: 12px;
906 2507 costa
}
907 3005 costa
908 2660 costa
li {
909 3005 costa
	font-family: Arial, Helvetica, sans-serif;
910
	font-size: 12px;
911
	list-style-type: disc;
912 2507 costa
}
913 3005 costa
914 2660 costa
td {
915 3005 costa
	font-family: Arial, Helvetica, sans-serif;
916
	font-size: 12px;
917 2507 costa
}
918
919 3005 costa
/******************************************************************************/
920
/******************************************************************************/
921
/**  lter_query.css STYLE SHEET BEGINS HERE                                  **/
922
/******************************************************************************/
923
/******************************************************************************/
924
925
.hdrLeft {
926
	background-color: #9c8177;
927
	width: 126px;
928
}
929
930
.hdrMiddle {
931
/*	font-family: Arial, Helvetica, sans-serif;
932
	font-size: 10px;
933
	font-weight: bold;
934
	color: #FFFFFF;
935
	background-color: #FFFFFF;
936
  width: 100px;*/
937
  padding-left: 20px;
938
  padding-right: 20px;
939
  padding-top: 1px;
940
  padding-bottom: 5px;
941
}
942
943
.hdrRight {
944
	font-family: Arial, Helvetica, sans-serif;
945
	font-size: 10px;
946
	font-weight: bold;
947
	color: #FFFF99;
948
	background-color: #9c8177;
949
	width: 126px;
950
}
951
952
.bdyLeft {
953
	font-family: Arial, Helvetica, sans-serif;
954
	font-size: 10px;
955
	font-weight: bold;
956
	color: #FFFF99;
957
	background-color: #9c8177;
958
  width: 100px;
959
}
960
961
.bdyMiddle {
962
	font-family: Arial, Helvetica, sans-serif;
963
	font-size: 10px;
964
	font-weight: bold;
965
	color: #000000;
966
	background-color: white;
967
}
968
969
.bdyMiddleTable {
970
  font-family: Arial, Helvetica, sans-serif;
971
	font-size: 14;
972
  background-color: #FFFFFF;
973
  padding: 0px;
974
  width: 100%;
975
}
976
977
.bdyMiddleTd {
978
  background-color: #FFFFFF;
979
}
980
981
.bdyRight {
982
	font-family: Arial, Helvetica, sans-serif;
983
	font-size: 10px;
984
	font-weight: bold;
985
	color: #FFFF99;
986
	background-color: #9c8177;
987
	width: 126px;
988
}
989
990
.sidenav {
991
	font-size: 12px;
992
  padding-left: 5px;
993
  padding-top: 0px;
994
  vertical-align: top;
995
}
996
997
.sidenav a:link {
998
	color: #FFFF99;
999
}
1000
1001
.sidenav a:visited {
1002
	color: #FFFF99;
1003
}
1004
1005
.sidenav a:hover {
1006
	color: #006699;
1007
}
1008
1009
.topnav {
1010
  padding-bottom: 2px;
1011
}