Project

General

Profile

1
 /*
2
  *   '$RCSfile$'
3
  *     Purpose: Style sheet for LTER.
4
  *   Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *    '$Author: daigle $'
7
  *      '$Date: 2008-04-02 16:28:31 -0700 (Wed, 02 Apr 2008) $'
8
  *  '$Revision: 3780 $'
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
    height:   114px; 
35
    width:    912px;
36
    border:   0px;
37
    margin:   0px;
38
}
39

    
40
.iframesearchboxclass {
41
    height:   550px; 
42
    width:    660px;
43
    border:   0px;
44
    margin:   0px;
45
}
46

    
47
.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
.iframeloginboxclass {
62
    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
    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
    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
    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
    width:  660px;
115
    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
    /*height:   100%; */
129
    /*
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
    height:   100%;
139
    width:    126px;
140
    border:   0px;
141
    padding:  0px;
142
    margin:   0px;
143
}
144

    
145
.templaterightcolclass {
146
    height:   100%; 
147
    width:    126px;
148
    border:   0px;
149
    padding:  0px;
150
    margin:   0px;
151
}
152

    
153
.templatefooterrowclass {
154
    /*height:   100%; */
155
    /*
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
    /*background-image: url(../default/images/panelhead_bg.gif);*/
166
}
167

    
168
.sectionheader {
169
    /*background-image: url(../default/images/panelhead_bg.gif);*/
170
    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
    /*color: #669933; */
192
    font-weight: normal;
193
    font-size: 11px; 
194
}
195
                                        
196
a.searchsubcat:hover {
197
    color: #669966;
198
    text-decoration: underline; 
199
}
200
                                                
201

    
202
/**
203
 *  then add any other styles used
204
 *  by your page......
205
 */
206

    
207
/*
208
body { 
209
  	padding-top: 3px;
210
    color: #333333; 
211
    background-color: #eeeeee;
212
    background-image: url(../default/images/bgpattern.gif);
213
    font-weight: normal;
214
    font-size: 12px; 
215
    font-family: Verdana,Arial,Helvetica,sans-serif; 
216
}
217

    
218
a {
219
    color: #669933;
220
    font-weight: bold;
221
    font-size: 12px; 
222
    text-decoration: none; 
223
		text-align: left;
224
}
225

    
226
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
    color:      #eeeeee;
250
    color:      white;
251
    background: #0247A8;
252
    background: navy;
253
    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
    background: white;
310
    color: #555555;
311
		width: 790px; 
312
		width: 100%; 
313
    font-size: 12px; 
314
		line-height: 1.2;
315
    padding-left: 5px;
316
    padding-right: 5px;
317
}
318

    
319
.tablepanel {
320
    background: #eeeeee;
321
    color: #555555;
322
    font-size: 12px; 
323
    padding-left: 5px;
324
    padding-right: 5px; 
325
}
326
*/
327
.tablehead {
328
    color: #000000;
329
    background-color: #CCCC66;
330
    /*background-image: url(../default/images/panelhead_bg.gif);*/
331
    /*color: #0040A1;*/
332
    /*background-color: #dddddd;*/
333
    text-align: left;
334
    /*font-size: 14px;*/
335
    font-weight: bold;
336
    /*border-top: solid #dddddd 2px;*/
337
    /*border-bottom: solid #dddddd 2px;*/
338
    /* padding-left: 15%;*/
339
    /*padding-top: 0px;*/
340
    /*padding-bottom: 0px;*/
341
}
342
/*
343
th.tablehead {
344
    text-align: center;
345
    border: 0px;
346
    margin: 0px;
347
    padding: 0px;
348
    height:  21px;
349
}
350

    
351
.tablehead_lcorner {
352
    background-image: url(../default/images/panelhead_bg_lcorner.gif);
353
    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
    background-image: url(../default/images/panelhead_bg_rcorner.gif);
363
    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
    background: #dddddd;
374
    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
*/
407
.emphasis { 
408
    color: red;
409
}
410
/*
411
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
*/
458
.searchresultsdivider {
459
    background-color: #dddddd;
460
}
461
/*
462
.maintable {
463
    background: #ffffff;
464
}
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
}
496
*/
497

    
498
/******************************************************************************/  
499
/******************************************************************************/  
500
/**  USED BY EML STYLESHEETS ONLY - NO OTHERS                                **/
501
/******************************************************************************/  
502
/******************************************************************************/  
503

    
504

    
505
.highlight  {
506
    background-color: #dddddd;
507
    font-size: 12px;
508
    border: solid #ffffff 1px;
509
    text-align: right;
510
    padding-right: 4px;
511
}
512

    
513
.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
.secondCol {
523
    background-color: #ffffff;
524
    font-size: 12px; 
525
}
526
.bordered {
527
     background-color: #ffffff;
528
     font-size: 12px;
529
     text-align: left;
530
     padding: 5px;
531
     border-bottom: solid #dddddd 1px;
532
     width: 350px;
533
}
534

    
535

    
536

    
537
.coleven {
538
    font-size: 12px;
539
    padding-left: 3px;
540
    padding-right: 3px;
541
    border-bottom: solid #dddddd 1px;
542
}
543

    
544
.colodd {
545
    font-size: 12px;
546
    padding-left: 3px;
547
    padding-right: 3px;
548
    border-bottom: solid #dddddd 1px;
549
}
550

    
551
.innercolodd {
552
    font-size: 10px;
553
    padding-left: 3px;
554
}
555

    
556
.innercoleven {
557
  font-size: 10px; 
558
  padding-left: 3px;
559
}
560

    
561
/******************************************************************************/  
562
/******************************************************************************/  
563
/**  LTER STYLE SHEET BEGINS HERE                                            **/
564
/******************************************************************************/  
565
/******************************************************************************/  
566

    
567
body {
568
	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
}
577

    
578
.body {
579
	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
}
588

    
589
.bodytt {
590
	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
}
599

    
600
th {
601
	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
}
608

    
609
.sidenav {
610
	font-family: Arial, Helvetica, sans-serif;
611
	font-size: 10px;
612
	font-weight: bold;
613
	color: #FFFF99;
614
	background-color: #9c8177;
615
}
616

    
617
.topnav {
618
	font-family: Arial, Helvetica, sans-serif;
619
	font-size: 12px;
620
	font-weight: bold;
621
	color: #9c8177;
622
	background-color: #FFFFFF;
623
}
624

    
625
.topnav a:link {
626
	font-family: Arial, Helvetica, sans-serif;
627
	font-size: 12px;
628
	font-weight: bold;
629
	color: #9c8177;
630
}
631

    
632
.topnav a:visited {
633
	font-family: Arial, Helvetica, sans-serif;
634
	font-size: 12px;
635
	font-weight: bold;
636
	color: #9c8177;
637
}
638

    
639
.topnav a:hover {
640
	font-family: Arial, Helvetica, sans-serif;
641
	font-size: 12px;
642
	font-weight: bold;
643
	color: #669966;
644
}
645

    
646
.fsnav {
647
	font-family: Arial, Helvetica, sans-serif;
648
	font-size: 12px;
649
	font-weight: bold;
650
	color: #333300;
651
}
652

    
653
.fsnav a:link {
654
	font-family: Arial, Helvetica, sans-serif;
655
	font-size: 12px;
656
	font-weight: bold;
657
	color: #333300;
658
}
659

    
660
.fsnav a:visited {
661
	font-family: Arial, Helvetica, sans-serif;
662
	font-size: 12px;
663
	font-weight: bold;
664
	color: #333300;
665
}
666

    
667
.fsnav a:hover {
668
	font-family: Arial, Helvetica, sans-serif;
669
	font-size: 12px;
670
	font-weight: bold;
671
	color: #333300;
672
}
673

    
674
.midnav {
675
	font-family: Arial, Helvetica, sans-serif;
676
	font-size: 12px;
677
	font-weight: bold;
678
	color: #FFFFFF;
679
	background-color: #669966;
680
}
681

    
682
.botnav {
683
	font-family: Arial, Helvetica, sans-serif;
684
	font-size: 10px;
685
	font-weight: bold;
686
	color: #FFFF99;
687
	background-color: #9c8177;
688
}
689

    
690
.botnav a:link {
691
	font-family: Arial, Helvetica, sans-serif;
692
	font-size: 10px;
693
	font-weight: bold;
694
	color: #FFFF99;
695
}
696

    
697
.botnav a:visited {
698
	font-family: Arial, Helvetica, sans-serif;
699
	font-size: 10px;
700
	font-weight: bold;
701
	color: #FFFF99;
702
}
703

    
704
.botnav a:hover {
705
	font-family: Arial, Helvetica, sans-serif;
706
	font-size: 10px;
707
	font-weight: bold;
708
	color: #FFFFFF;
709
}
710

    
711
.search {
712
	font-family: Arial, Helvetica, sans-serif;
713
	font-size: 12px;
714
	font-style: normal;
715
	color: #000000;
716
	background-color: #993333;
717
}
718

    
719
p.header {
720
	font-family: Arial, Helvetica, sans-serif;
721
	font-size: 16px;
722
	font-weight: bold;
723
	color: #003366;
724
}
725

    
726
p.copyright {
727
	font-family: Arial, Helvetica, sans-serif;
728
	font-size: 9px;
729
	color: #999999;
730
	text-align: center;
731
}
732

    
733
.reg {
734
	font-family: Arial, Helvetica, sans-serif;
735
	font-size: 10px;
736
	color: #000000;
737
	background-image: url(/images/bgbarl.jpg);
738
}
739

    
740
.regn {
741
	font-family: Arial, Helvetica, sans-serif;
742
	font-size: 10px;
743
	color: #000000;
744
	background-image: url(/images/bgbarr.jpg);
745
}
746

    
747
.rega {
748
	font-family: Arial, Helvetica, sans-serif;
749
	font-size: 10px;
750
	color: #000000;
751
}
752

    
753
p.head  {
754
	font-family: Arial, Helvetica, sans-serif;
755
	font-size: 16px;
756
	font-weight: bold;
757
	color: #000000;
758
	background-color: #FFFFFF;
759
}
760

    
761
p.regu  {
762
	font-family: Arial, Helvetica, sans-serif;
763
	font-size: 12px;
764
	font-weight: bold;
765
	color: #000000;
766
	background-color: #FFFFFF;
767
}
768

    
769
p.link  {
770
	font-family: Arial, Helvetica, sans-serif;
771
	font-size: 12px;
772
	font-weight: bold;
773
	color: #3333FF;
774
	background-color: #FFFFFF;
775
}
776

    
777
p.newstext  {
778
	font-family: Arial, Helvetica, sans-serif;
779
	font-size: 10px;
780
	font-weight: normal;
781
	color: #000000;
782
	background-color: #FFFFFF;
783
}
784

    
785
p.events {
786
	font-family: Arial, Helvetica, sans-serif;
787
	font-size: 12px;
788
	font-weight: normal;
789
	color: #000000;
790
	background-color: #FFFFFF;
791
}
792

    
793
.sidebara {
794
	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
}
808

    
809
.sidebarb {
810
	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
}
824

    
825
.sidebarb a:link {
826
	font-family: Arial, Helvetica, sans-serif;
827
	font-size: 10px;
828
	font-weight: bold;
829
	color: #FFFF99;
830
}
831

    
832
.sidebarb a:visited {
833
	font-family: Arial, Helvetica, sans-serif;
834
	font-size: 10px;
835
	font-weight: bold;
836
	color: #FFFFFF;
837
}
838
.sidebarb a:hover {
839
	font-family: Arial, Helvetica, sans-serif;
840
	font-size: 10px;
841
	font-weight: bold;
842
	color: #FFFFFF;
843
}
844

    
845
p.sidebar {
846
	font-family: Arial, Helvetica, sans-serif;
847
	font-size: 10px;
848
	font-weight: bold;
849
	color: #FFFF99;
850
}
851

    
852
p.sidebar a:link {
853
	font-family: Arial, Helvetica, sans-serif;
854
	font-size: 10px;
855
	font-weight: bold;
856
	color: #FFFFFF;
857
}
858

    
859
p.sidebar a:visited {
860
	font-family: Arial, Helvetica, sans-serif;
861
	font-size: 10px;
862
	font-weight: bold;
863
	color: #FFFFFF;
864
}
865

    
866
p.sidebar a:hover {
867
	font-family: Arial, Helvetica, sans-serif;
868
	font-size: 10px;
869
	font-weight: bold;
870
	color: #CCFFCC;
871
}
872

    
873
p.sidelarge {
874
	font-family: Arial, Helvetica, sans-serif;
875
	font-size: 12px;
876
	font-weight: bold;
877
	color: #FFFF99;
878
}
879

    
880
p.sidelarge a:link {
881
	font-family: Arial, Helvetica, sans-serif;
882
	font-size: 12px;
883
	font-weight: bold;
884
	color: #FFFFFF;
885
}
886

    
887
p.sidelarge a:visited {
888
	font-family: Arial, Helvetica, sans-serif;
889
	font-size: 12px;
890
	font-weight: bold;
891
	color: #FFFFFF;
892
}
893

    
894
p.sidelarge a:hover {
895
	font-family: Arial, Helvetica, sans-serif;
896
	font-size: 12px;
897
	font-weight: bold;
898
	color: #CCFFCC;
899
}
900

    
901
.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

    
910
.pn-logo, .pn-title, .pn-pagetitle	{
911
  font-weight: bold;
912
  font-size: 16px;
913
}
914

    
915
.pn-title, .pn-pagetitle	{
916
  font-weight: bold;
917
  font-size: 16px;
918
}
919

    
920
p {
921
	font-family: Arial, Helvetica, sans-serif;
922
	font-size: 12px;
923
}
924

    
925
li {
926
	font-family: Arial, Helvetica, sans-serif;
927
	font-size: 12px;
928
	list-style-type: disc;
929
}
930

    
931
td {
932
	font-family: Arial, Helvetica, sans-serif;
933
	font-size: 12px;
934
}
935

    
936
/******************************************************************************/  
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
}
(14-14/24)