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: costa $'
7
  *      '$Date: 2006-06-14 08:26:14 -0700 (Wed, 14 Jun 2006) $'
8
  *  '$Revision: 3005 $'
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(@style-skins-path@/default/images/panelhead_bg.gif);*/
166
}
167

    
168
.sectionheader {
169
    /*background-image: url(@style-skins-path@/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(@style-skins-path@/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(@style-skins-path@/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(@style-skins-path@/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(@style-skins-path@/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
}
510

    
511
.secondCol {
512
    background-color: #ffffff;
513
    font-size: 12px; 
514
}
515
.bordered {
516
    background-color: #dddddd;
517
    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
}
543

    
544
/******************************************************************************/  
545
/******************************************************************************/  
546
/**  LTER STYLE SHEET BEGINS HERE                                            **/
547
/******************************************************************************/  
548
/******************************************************************************/  
549

    
550
body {
551
	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
}
560

    
561
.body {
562
	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
}
571

    
572
.bodytt {
573
	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
}
582

    
583
th {
584
	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
}
591

    
592
.sidenav {
593
	font-family: Arial, Helvetica, sans-serif;
594
	font-size: 10px;
595
	font-weight: bold;
596
	color: #FFFF99;
597
	background-color: #9c8177;
598
}
599

    
600
.topnav {
601
	font-family: Arial, Helvetica, sans-serif;
602
	font-size: 12px;
603
	font-weight: bold;
604
	color: #9c8177;
605
	background-color: #FFFFFF;
606
}
607

    
608
.topnav a:link {
609
	font-family: Arial, Helvetica, sans-serif;
610
	font-size: 12px;
611
	font-weight: bold;
612
	color: #9c8177;
613
}
614

    
615
.topnav a:visited {
616
	font-family: Arial, Helvetica, sans-serif;
617
	font-size: 12px;
618
	font-weight: bold;
619
	color: #9c8177;
620
}
621

    
622
.topnav a:hover {
623
	font-family: Arial, Helvetica, sans-serif;
624
	font-size: 12px;
625
	font-weight: bold;
626
	color: #669966;
627
}
628

    
629
.fsnav {
630
	font-family: Arial, Helvetica, sans-serif;
631
	font-size: 12px;
632
	font-weight: bold;
633
	color: #333300;
634
}
635

    
636
.fsnav a:link {
637
	font-family: Arial, Helvetica, sans-serif;
638
	font-size: 12px;
639
	font-weight: bold;
640
	color: #333300;
641
}
642

    
643
.fsnav a:visited {
644
	font-family: Arial, Helvetica, sans-serif;
645
	font-size: 12px;
646
	font-weight: bold;
647
	color: #333300;
648
}
649

    
650
.fsnav a:hover {
651
	font-family: Arial, Helvetica, sans-serif;
652
	font-size: 12px;
653
	font-weight: bold;
654
	color: #333300;
655
}
656

    
657
.midnav {
658
	font-family: Arial, Helvetica, sans-serif;
659
	font-size: 12px;
660
	font-weight: bold;
661
	color: #FFFFFF;
662
	background-color: #669966;
663
}
664

    
665
.botnav {
666
	font-family: Arial, Helvetica, sans-serif;
667
	font-size: 10px;
668
	font-weight: bold;
669
	color: #FFFF99;
670
	background-color: #9c8177;
671
}
672

    
673
.botnav a:link {
674
	font-family: Arial, Helvetica, sans-serif;
675
	font-size: 10px;
676
	font-weight: bold;
677
	color: #FFFF99;
678
}
679

    
680
.botnav a:visited {
681
	font-family: Arial, Helvetica, sans-serif;
682
	font-size: 10px;
683
	font-weight: bold;
684
	color: #FFFF99;
685
}
686

    
687
.botnav a:hover {
688
	font-family: Arial, Helvetica, sans-serif;
689
	font-size: 10px;
690
	font-weight: bold;
691
	color: #FFFFFF;
692
}
693

    
694
.search {
695
	font-family: Arial, Helvetica, sans-serif;
696
	font-size: 12px;
697
	font-style: normal;
698
	color: #000000;
699
	background-color: #993333;
700
}
701

    
702
p.header {
703
	font-family: Arial, Helvetica, sans-serif;
704
	font-size: 16px;
705
	font-weight: bold;
706
	color: #003366;
707
}
708

    
709
p.copyright {
710
	font-family: Arial, Helvetica, sans-serif;
711
	font-size: 9px;
712
	color: #999999;
713
	text-align: center;
714
}
715

    
716
.reg {
717
	font-family: Arial, Helvetica, sans-serif;
718
	font-size: 10px;
719
	color: #000000;
720
	background-image: url(/images/bgbarl.jpg);
721
}
722

    
723
.regn {
724
	font-family: Arial, Helvetica, sans-serif;
725
	font-size: 10px;
726
	color: #000000;
727
	background-image: url(/images/bgbarr.jpg);
728
}
729

    
730
.rega {
731
	font-family: Arial, Helvetica, sans-serif;
732
	font-size: 10px;
733
	color: #000000;
734
}
735

    
736
p.head  {
737
	font-family: Arial, Helvetica, sans-serif;
738
	font-size: 16px;
739
	font-weight: bold;
740
	color: #000000;
741
	background-color: #FFFFFF;
742
}
743

    
744
p.regu  {
745
	font-family: Arial, Helvetica, sans-serif;
746
	font-size: 12px;
747
	font-weight: bold;
748
	color: #000000;
749
	background-color: #FFFFFF;
750
}
751

    
752
p.link  {
753
	font-family: Arial, Helvetica, sans-serif;
754
	font-size: 12px;
755
	font-weight: bold;
756
	color: #3333FF;
757
	background-color: #FFFFFF;
758
}
759

    
760
p.newstext  {
761
	font-family: Arial, Helvetica, sans-serif;
762
	font-size: 10px;
763
	font-weight: normal;
764
	color: #000000;
765
	background-color: #FFFFFF;
766
}
767

    
768
p.events {
769
	font-family: Arial, Helvetica, sans-serif;
770
	font-size: 12px;
771
	font-weight: normal;
772
	color: #000000;
773
	background-color: #FFFFFF;
774
}
775

    
776
.sidebara {
777
	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
}
791

    
792
.sidebarb {
793
	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
}
807

    
808
.sidebarb a:link {
809
	font-family: Arial, Helvetica, sans-serif;
810
	font-size: 10px;
811
	font-weight: bold;
812
	color: #FFFF99;
813
}
814

    
815
.sidebarb a:visited {
816
	font-family: Arial, Helvetica, sans-serif;
817
	font-size: 10px;
818
	font-weight: bold;
819
	color: #FFFFFF;
820
}
821
.sidebarb a:hover {
822
	font-family: Arial, Helvetica, sans-serif;
823
	font-size: 10px;
824
	font-weight: bold;
825
	color: #FFFFFF;
826
}
827

    
828
p.sidebar {
829
	font-family: Arial, Helvetica, sans-serif;
830
	font-size: 10px;
831
	font-weight: bold;
832
	color: #FFFF99;
833
}
834

    
835
p.sidebar a:link {
836
	font-family: Arial, Helvetica, sans-serif;
837
	font-size: 10px;
838
	font-weight: bold;
839
	color: #FFFFFF;
840
}
841

    
842
p.sidebar a:visited {
843
	font-family: Arial, Helvetica, sans-serif;
844
	font-size: 10px;
845
	font-weight: bold;
846
	color: #FFFFFF;
847
}
848

    
849
p.sidebar a:hover {
850
	font-family: Arial, Helvetica, sans-serif;
851
	font-size: 10px;
852
	font-weight: bold;
853
	color: #CCFFCC;
854
}
855

    
856
p.sidelarge {
857
	font-family: Arial, Helvetica, sans-serif;
858
	font-size: 12px;
859
	font-weight: bold;
860
	color: #FFFF99;
861
}
862

    
863
p.sidelarge a:link {
864
	font-family: Arial, Helvetica, sans-serif;
865
	font-size: 12px;
866
	font-weight: bold;
867
	color: #FFFFFF;
868
}
869

    
870
p.sidelarge a:visited {
871
	font-family: Arial, Helvetica, sans-serif;
872
	font-size: 12px;
873
	font-weight: bold;
874
	color: #FFFFFF;
875
}
876

    
877
p.sidelarge a:hover {
878
	font-family: Arial, Helvetica, sans-serif;
879
	font-size: 12px;
880
	font-weight: bold;
881
	color: #CCFFCC;
882
}
883

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

    
893
.pn-logo, .pn-title, .pn-pagetitle	{
894
  font-weight: bold;
895
  font-size: 16px;
896
}
897

    
898
.pn-title, .pn-pagetitle	{
899
  font-weight: bold;
900
  font-size: 16px;
901
}
902

    
903
p {
904
	font-family: Arial, Helvetica, sans-serif;
905
	font-size: 12px;
906
}
907

    
908
li {
909
	font-family: Arial, Helvetica, sans-serif;
910
	font-size: 12px;
911
	list-style-type: disc;
912
}
913

    
914
td {
915
	font-family: Arial, Helvetica, sans-serif;
916
	font-size: 12px;
917
}
918

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