Project

General

Profile

« Previous | Next » 

Revision 3005

Major upgrade of lter skin. The skin now integrates the functionality of the advanced query web application (previously a separate web app) directly into the skin.

View differences:

lter.css
31 31
 */  
32 32

  
33 33
.iframeheaderclass {
34
    height:   140px; 
35
    width:    100%;
34
    height:   114px; 
35
    width:    912px;
36 36
    border:   0px;
37 37
    margin:   0px;
38 38
}
39 39

  
40 40
.iframesearchboxclass {
41
    height:   510px; 
42
    width:    100%;
41
    height:   550px; 
42
    width:    660px;
43 43
    border:   0px;
44 44
    margin:   0px;
45 45
}
46 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

  
47 61
.iframeloginboxclass {
48
    height:   250px; 
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; 
49 91
    width:    100%;
50 92
    border:   0px;
51 93
    margin:   0px;
52 94
}
53 95

  
54
.iframeleftcolclass  { /* not used */ }
55
.iframerightcolclass { /* not used */ }
56
.iframefooterclass   { /* not used */ }
57 96

  
58 97
/**
59 98
 *  set the size and alignment etc of the top-level layout table
60 99
 */  
61 100
.templatetableclass {
62
    width:   100%; 
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; 
63 105
    border:   0px;
64 106
    padding:  0px;
65 107
    margin:   0px;
......
69 111
 *  set the style of the main content area and its contents
70 112
 */ 
71 113
.templatecontentareaclass {
114
    width:  660px;
72 115
    border:   0px;
73 116
    padding:  0px;
74 117
    margin:   0px;
......
82 125
 *  the iframe within it!
83 126
 */  
84 127
.templateheaderrowclass {
85
    height:   80px; 
128
    /*height:   100%; */
86 129
    /*
87 130
      no width allowed - uses same width as table class
88 131
    */
......
92 135
}
93 136

  
94 137
.templateleftcolclass {
95
    height:   100%; 
96
    width:    0px;
138
    height:   100%;
139
    width:    126px;
97 140
    border:   0px;
98 141
    padding:  0px;
99 142
    margin:   0px;
......
101 144

  
102 145
.templaterightcolclass {
103 146
    height:   100%; 
104
    width:    0px;
147
    width:    126px;
105 148
    border:   0px;
106 149
    padding:  0px;
107 150
    margin:   0px;
108 151
}
109 152

  
110 153
.templatefooterrowclass {
111
    height:   0px; 
154
    /*height:   100%; */
112 155
    /*
113 156
      no width allowed - uses same width as
114 157
      table class
......
145 188
}
146 189

  
147 190
a.searchsubcat {
148
    color: #669933; 
191
    /*color: #669933; */
149 192
    font-weight: normal;
150 193
    font-size: 11px; 
151 194
}
152 195
                                        
153 196
a.searchsubcat:hover {
154
    color: #ff9933;
197
    color: #669966;
155 198
    text-decoration: underline; 
156 199
}
157 200
                                                
......
171 214
    font-size: 12px; 
172 215
    font-family: Verdana,Arial,Helvetica,sans-serif; 
173 216
}
174
*/
175
    
217

  
176 218
a {
177 219
    color: #669933;
178 220
    font-weight: bold;
......
180 222
    text-decoration: none; 
181 223
		text-align: left;
182 224
}
183
		
225

  
184 226
a:hover {
185 227
    color: #ff9933;
186 228
    text-decoration: underline; 
......
204 246

  
205 247
.title {
206 248
    font-family: Georgia, Times New Roman, Times, serif;
207
    /*color:      #eeeeee;*/
249
    color:      #eeeeee;
208 250
    color:      white;
209
    /*background: #0247A8;*/
251
    background: #0247A8;
210 252
    background: navy;
211 253
    font-size: 24px; 
212 254
    font-weight: bold;
......
264 306
}
265 307
	
266 308
.tabledefault {
267
    /*background: white;*/
268
    /*color: #555555;*/
309
    background: white;
310
    color: #555555;
269 311
		width: 790px; 
270 312
		width: 100%; 
271 313
    font-size: 12px; 
272 314
		line-height: 1.2;
273
    /*padding-left: 5px;
274
    padding-right: 5px;*/ 
315
    padding-left: 5px;
316
    padding-right: 5px;
275 317
}
276 318

  
277 319
.tablepanel {
......
281 323
    padding-left: 5px;
282 324
    padding-right: 5px; 
283 325
}
284

  
326
*/
285 327
.tablehead {
328
    color: #000000;
329
    background-color: #CCCC66;
286 330
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg.gif);*/
287 331
    /*color: #0040A1;*/
288
    background-color: #dddddd;
332
    /*background-color: #dddddd;*/
289 333
    text-align: left;
290
    font-size: 14px; 
334
    /*font-size: 14px;*/
291 335
    font-weight: bold;
292
    border-top: solid #dddddd 2px;
293
    border-bottom: solid #dddddd 2px;
294
    padding-left: 15%;
295
    padding-top: 0px;
296
    padding-bottom: 0px;
336
    /*border-top: solid #dddddd 2px;*/
337
    /*border-bottom: solid #dddddd 2px;*/
338
    /* padding-left: 15%;*/
339
    /*padding-top: 0px;*/
340
    /*padding-bottom: 0px;*/
297 341
}
298

  
342
/*
299 343
th.tablehead {
300

  
301 344
    text-align: center;
302 345
    border: 0px;
303 346
    margin: 0px;
......
306 349
}
307 350

  
308 351
.tablehead_lcorner {
309
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);*/
352
    background-image: url(@style-skins-path@/default/images/panelhead_bg_lcorner.gif);
310 353
    background-position: right top;
311 354
    background-repeat: no-repeat;
312 355
    padding: 0px;
......
316 359
}    
317 360
    
318 361
.tablehead_rcorner {
319
    /*background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);*/
362
    background-image: url(@style-skins-path@/default/images/panelhead_bg_rcorner.gif);
320 363
    background-position: left top;
321 364
    background-repeat: no-repeat;
322 365
    padding: 0px;
......
327 370
   
328 371

  
329 372
.tableheadcontrast {
330
    /*background: #dddddd;*/
373
    background: #dddddd;
331 374
    vertical-align: baseline;
332 375
    color: #666666;
333 376
    font-size: 16px; 
......
360 403
    color: red; 
361 404
}
362 405

  
406
*/
363 407
.emphasis { 
364 408
    color: red;
365 409
}
366

  
410
/*
367 411
p.label { 
368 412
    color: #333333; 
369 413
    font-weight: bold; 
......
410 454
    font-weight: bold;
411 455
    font-size: 12px;
412 456
}
413

  
457
*/
414 458
.searchresultsdivider {
415
    /*background-color: #dddddd;   */
459
    background-color: #dddddd;
416 460
}
417

  
461
/*
418 462
.maintable {
419
    /*background: #ffffff;*/
463
    background: #ffffff;
420 464
}
421 465

  
422 466
.subpanel {
......
448 492

  
449 493
td {
450 494
		line-height: 1.5;
451
}		
495
}
496
*/
452 497

  
453 498
/******************************************************************************/  
454 499
/******************************************************************************/  
......
458 503

  
459 504

  
460 505
.highlight  {
461
    /*background-color: #dddddd; */
506
    background-color: #dddddd;
462 507
    font-size: 12px;
463
    /*border: solid #ffffff 1px;*/
508
    border: solid #ffffff 1px;
464 509
}
465 510

  
466 511
.secondCol {
467
    /*background-color: #ffffff; */
512
    background-color: #ffffff;
468 513
    font-size: 12px; 
469 514
}
470 515
.bordered {
471
    /*background-color: #dddddd; */
516
    background-color: #dddddd;
472 517
    font-size: 12px; 
473 518
}
474 519

  
......
503 548
/******************************************************************************/  
504 549

  
505 550
body {
506
    margin-left: 0px;
507
    margin-top: 0px;
508
    margin-right: 0px;
509
    margin-bottom: 0px;
510
    font-family: Arial, Helvetica, sans-serif;
511
    font-size: 12px;
512
    color: #000000;
513
    background: #FFFFFF;
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;
514 559
}
560

  
515 561
.body {
516
    padding-left: 0px;
517
    padding-top: 0px;
518
    padding-right: 0px;
519
    padding-bottom: 0px;
520
    font-family: Arial, Helvetica, sans-serif;
521
    font-size: 12px;
522
    color: #333300;
523
    background: #FFFFFF;
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;
524 570
}
571

  
525 572
.bodytt {
526
    padding-left: 10px;
527
    padding-top: 5px;
528
    padding-right: 10px;
529
    padding-bottom: 5px;
530
    font-family: Arial, Helvetica, sans-serif;
531
    font-size: 12px;
532
    color: #333300;
533
    background: #FFFFFF;
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;
534 581
}
582

  
535 583
th {
536
    font-family: Arial, Helvetica, sans-serif;
537
    font-size: 12px;
538
    font-weight: bold;
539
    text-align: left;
540
    color: #000000;
541
    background-color: #CCCC66;
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;
542 590
}
591

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

  
551
.sidenav a:link {
552
    font-family: Arial, Helvetica, sans-serif;
553
    font-size: 12px;
554
    font-weight: bold;
555
    color: #FFFF99;
600
.topnav {
601
	font-family: Arial, Helvetica, sans-serif;
602
	font-size: 12px;
603
	font-weight: bold;
604
	color: #9c8177;
605
	background-color: #FFFFFF;
556 606
}
557 607

  
558
.sidenav a:visited {
559
    font-family: Arial, Helvetica, sans-serif;
560
    font-size: 12px;
561
    font-weight: bold;
562
    color: #FFFF99;
608
.topnav a:link {
609
	font-family: Arial, Helvetica, sans-serif;
610
	font-size: 12px;
611
	font-weight: bold;
612
	color: #9c8177;
563 613
}
564 614

  
565
.sidenav a:hover {
566
    font-family: Arial, Helvetica, sans-serif;
567
    font-size: 12px;
568
    font-weight: bold;
569
    color: #006699;
615
.topnav a:visited {
616
	font-family: Arial, Helvetica, sans-serif;
617
	font-size: 12px;
618
	font-weight: bold;
619
	color: #9c8177;
570 620
}
571 621

  
572
.topnav {
573
    font-family: Arial, Helvetica, sans-serif;
574
    font-size: 12px;
575
    font-weight: bold;
576
    color: #9c8177;
577
    background-color: #FFFFFF;
578
}
579
.topnav a:link {
580
    font-family: Arial, Helvetica, sans-serif;
581
    font-size: 12px;
582
    font-weight: bold;
583
    color: #9c8177;
584
}
585
.topnav a:visited {
586
    font-family: Arial, Helvetica, sans-serif;
587
    font-size: 12px;
588
    font-weight: bold;
589
    color: #9c8177;
590
}
591 622
.topnav a:hover {
592
    font-family: Arial, Helvetica, sans-serif;
593
    font-size: 12px;
594
    font-weight: bold;
595
    color: #669966;
623
	font-family: Arial, Helvetica, sans-serif;
624
	font-size: 12px;
625
	font-weight: bold;
626
	color: #669966;
596 627
}
628

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  
720 776
.sidebara {
721
    margin-left: 0px;
722
    margin-top: 0px;
723
    margin-right: 0px;
724
    margin-bottom: 0px;
725
    padding-left: 2px;
726
    padding-top: 3px;
727
    padding-right: 0px;
728
    padding-bottom: 3px;
729
    font-family: Arial, Helvetica, sans-serif;
730
    font-size: 10px;
731
    font-weight: bold;
732
    color: #FFFF99;
733
    background-color: #9c8177;
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;
734 790
}
791

  
735 792
.sidebarb {
736
    margin-left: 0px;
737
    margin-top: 0px;
738
    margin-right: 0px;
739
    margin-bottom: 0px;
740
    padding-left: 4px;
741
    padding-top: 3px;
742
    padding-right: 0px;
743
    padding-bottom: 3px;
744
    font-family: Arial, Helvetica, sans-serif;
745
    font-size: 10px;
746
    font-weight: bold;
747
    color: #FFFF99;
748
    background-color: #9c8177;
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;
749 806
}
807

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

  
756 815
.sidebarb a:visited {
757
    font-family: Arial, Helvetica, sans-serif;
758
    font-size: 10px;
759
    font-weight: bold;
760
    color: #FFFFFF;
816
	font-family: Arial, Helvetica, sans-serif;
817
	font-size: 10px;
818
	font-weight: bold;
819
	color: #FFFFFF;
761 820
}
762 821
.sidebarb a:hover {
763
    font-family: Arial, Helvetica, sans-serif;
764
    font-size: 10px;
765
    font-weight: bold;
766
    color: #FFFFFF;
822
	font-family: Arial, Helvetica, sans-serif;
823
	font-size: 10px;
824
	font-weight: bold;
825
	color: #FFFFFF;
767 826
}
827

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

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

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

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

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

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

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

  
810 877
p.sidelarge a:hover {
811
    font-family: Arial, Helvetica, sans-serif;
812
    font-size: 12px;
813
    font-weight: bold;
814
    color: #CCFFCC;
878
	font-family: Arial, Helvetica, sans-serif;
879
	font-size: 12px;
880
	font-weight: bold;
881
	color: #CCFFCC;
815 882
}
816 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
}
817 892

  
818
.title              { background-color: #ffffff; font-family: Verdana; font-size: 18px; color: #ffffff; font-weight: bold; padding-left: 10px}              
819
.pn-logo, .pn-title, .pn-pagetitle  { font-weight: bold; font-size: 16px; }
893
.pn-logo, .pn-title, .pn-pagetitle	{
894
  font-weight: bold;
895
  font-size: 16px;
896
}
820 897

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

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

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

  
832 914
td {
833
    font-family: Arial, Helvetica, sans-serif;
834
    font-size: 12px;
915
	font-family: Arial, Helvetica, sans-serif;
916
	font-size: 12px;
835 917
}
836 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
}

Also available in: Unified diff