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