Project

General

Profile

« Previous | Next » 

Revision 38610

Adding argentina static content. Updated criteriaDisplay.js fix for criteria removal

View differences:

modules/uoa-web-static/src/default/js/criteriaDisplay.js
40 40
	});
41 41
}
42 42

  
43
function addField(fieldname, fieldvalue, id, flag){			
43
function addField(fieldname, fieldvalue, id, flag){
44 44
	if (encodingHash == null) {
45 45
		encodingHash = new Hash();
46 46
	}
......
66 66
}
67 67

  
68 68
function removeField(fieldname, fieldvalue, fieldId){
69
	var value = encodingHash.get(fieldvalue);
69 70
	var name = "map['"+encodeURIComponent(fieldId)+"']";
71

  
70 72
	document.getElementsByName(name)[0].checked = false;
71 73
	vocabularyHash.get(fieldname).erase(fieldvalue);
72 74
	drawInnerHtml();
modules/uoa-web-static/src/argentina/assets/driver_search.css
1
@charset "utf-8";
2
    .clearfix: after {
3
    content: ".";
4
    display: block;
5
    height: 0;
6
    clear: both;
7
    visibility: hidden;
8
}
9
.clearfix {
10
    display: inline-table;
11
}
12
/*\*/* html .clearfix {
13
    height: 1%}
14
.clearfix {
15
    display: block;
16
}
17
/**/.clear {
18
    clear: both;
19
}
20
html {
21
    height: 100%;
22
    margin-bottom: 1px;
23
}
24
form {
25
    margin: 0;
26
    padding: 0;
27
}
28
:focus {
29
    -moz-outline-style: none;
30
}
31

  
32
body {
33

  
34
height: 100%;
35

  
36
/*background-color: #003366;
37
    */
38
background-color:  white;
39

  
40
margin: 0 auto
41
color: #000000;
42

  
43
    font-family:  Calibri;
44
    font-size:  14px;
45
    font-style:  normal;
46

  
47
}
48

  
49

  
50
a:link, a:visited {
51
    color: #1b57b1;
52
    text-decoration: none;
53
}
54
a:hover {
55
    color: #0c226b;
56
    text-decoration: underline;
57
}
58
a.externallink {
59
    background: url(../images/icons/link_external.png) no-repeat right;
60
    padding-right: 12px;
61
}
62
a.searchlink {
63
    background: url(../images/icons/link_search.png) no-repeat right;
64
    padding-right: 12px;
65
}
66
p {
67
    margin-top: 0;
68
    margin-bottom: 5px;
69
    text-align: left;
70
}
71
body, div, p, table, td, th, tbody, label {
72

  
73
/*font: 12px/1.25em verdana, arial, sans-serif;
74

  
75
font-stretch: normal;
76
    color: #333*/
77
font-family: Calibri;
78

  
79
    font-size:  14px;
80

  
81
    font-style:  normal;
82

  
83
}
84
/*h1, h2, h3 {
85
    /*font-family: Verdana, Geneva, sans-serif;
86
    line-height: 1em; */
87
    margin-top: 15px;
88
    margin-bottom: 5px;
89
    color: #333;
90
    border-bottom: 1px solid #105C99;
91

  
92
} */
93
h1 {
94
    border-bottom: 1px solid #105C99;
95
    color: #105C99;
96
    font-family: Calibri;
97
    font-size: 24px;
98
    font-weight: bold;
99
    line-height: 24px;
100
    margin-bottom: 20px;
101
    padding-bottom: 10px;
102
    text-align: left;
103
    text-decoration: none;
104
}
105
h2 {
106
    border-bottom: 1px solid #105C99;
107
    color: #105C99;
108
    font-family: Calibri;
109
    font-size: 18px;
110
    font-weight: bold;
111
    line-height: 18px;
112
    margin-bottom: 20px;
113
    padding-bottom: 10px;
114
    padding-top: 10px;
115
    text-align: left;
116
    text-decoration: none;
117
}
118
h3 {
119
    font-size: 10pt;
120
    color: #555b62;
121
}
122
.absmiddle {
123
    vertical-align: middle;
124
    margin-bottom: .25em;
125
}
126
div#center {
127
    text-align: center;
128
}
129
div#wrapper {
130
    margin: auto;
131
    min-width: 894px;
132
    max-width: 894px;
133
    width: 894px;
134
    z-index: 2;
135
}
136
*html #wrapper {
137
    min-width: 850;
138
    max-width: 1050;
139
    width: expression(document.body.clientWidth < 850? "850":document.body.clientWidth>1050? "1050":"auto");
140
}
141
*#wrapper_shadowleft {
142
    background-attachment: scroll;
143
    background-image: url(../images/icons/shadowleft.png);
144
    background-repeat: repeat-y;
145
    background-position: left top;
146
}
147
*#wrapper_shadowright {
148
    background-attachment: scroll;
149
    background-image: url(../images/icons/shadowright.png);
150
    background-repeat: repeat-y;
151
    background-position: 100% top;
152
}
153

  
154
#container {
155
    margin: 0 3px 0 3px;
156
     background-color: white;
157
}
158
#header {
159

  
160
text-align: left;
161

  
162
padding-bottom: 1px;
163

  
164
background-image: url(../images/home_encabezado.jpg);
165

  
166
background-repeat: no-repeat;
167

  
168
background-position: right top;
169

  
170
/*background-position: 20px 0px;
171

  
172
background-color: #204572; */
173

  
174
height: 166px;
175

  
176
position: relative;
177

  
178
overflow: hidden;
179
}
180

  
181

  
182
#header h1 {
183
    padding: 0;
184
    margin: 0;
185
}
186
#leftcolumn {
187
    margin: 0;
188
    width: 300px;
189
    float: left;
190
    text-align: left;
191
    padding: 0;
192
    z-index: 10;
193
}
194
#leftcolumn p {
195
    padding: 3px 5px 3px 8px;
196
}
197
#leftcolumn li {
198
    padding-top: 10px;
199
}
200
#leftcolumnNH {
201
    margin: 0;
202
    width: 300px;
203
    float: left;
204
    text-align: left;
205
    padding: 0;
206
    z-index: 10;
207
}
208
#leftcolumnNH p {
209
    padding: 3px 5px 3px 8px;
210
}
211
#rightcolumn {
212
    padding: 0;
213
    margin: 0;
214
    width: 190px;
215
    float: right;
216
    clear: right;
217
    text-align: left;
218
    z-index: 10;
219
}
220
#rightcolumn ul {
221
    padding-left: 8px;
222
    margin-left: 5px;
223
}
224
#rightcolumn li {
225
    padding: 2px 0 2px 0;
226
}
227
#rightcolumn img {
228
    padding: 0;
229
    margin: 0;
230
}
231
.rightcoltext {
232
    font-family: Verdana, Geneva, sans-serif;
233
    font-size: 12px;
234
    font-style: normal;
235
    line-height: normal;
236
    font-weight: normal;
237
    font-variant: normal;
238
    text-transform: none;
239
    color: #2b3084;
240
    text-decoration: none;
241
    padding-left: 1px;
242
}
243
.cb {
244
    border: 0;
245
    padding: 0;
246
    margin: 0;
247
    background: transparent;
248
    vertical-align: middle;
249
    height: 14px;
250
    width: 14px;
251
}
252
.smallfont {
253
    font-size: 14px;
254
}
255
.smallerfont {
256
    font-size: 90%}
257
.bluefont {
258
    color: #1b57b1;
259
}
260
.indented {
261
    margin-left: 40px!important;
262
}
263
.indentedSm {
264
    margin-left: 15px!important;
265
}
266
.indentedMed {
267
    margin-left: 25px!important;
268
}
269
#maincolumn3 {
270
    margin: 0 200px 0 305px;
271
    text-align: left;
272
    float: none;
273
    padding: 0;
274
    width: auto!important;
275
    text-align: justify!important;
276
    z-index: 3;
277
}
278
#genericColumn {
279
    padding: 0;
280
    margin: 0;
281
    margin-left: 0;
282
    margin-right: 0;
283
    float: left;
284
    text-align: left;
285
    z-index: 10;
286
}
287
#genericColumnNH {
288
    padding: 0;
289
    margin: 0;
290
    margin-left: 0;
291
    margin-right: 0;
292
    float: left;
293
    text-align: left;
294
    z-index: 10;
295
}
296
#maincolumn3 h1 {
297
    margin: 0 0 1em;
298
}
299
#maincolumn3 .p {
300
    font-family: Calibri;
301
    font-size: 11px;
302
    font-style: normal;
303
    line-height: normal;
304
    font-weight: normal;
305
    font-variant: normal;
306
    text-transform: none;
307
    color: #2b3084;
308
    text-decoration: none;
309
    padding-left: 1px;
310
}
311
#maincolumn3 li {
312
    vertical-align: middle;
313
    padding-bottom: 4px;
314
}
315
.column {
316
    width: 48%;
317
    float: left;
318
    padding-bottom: 5px;
319
    padding-right: 15px;
320

  
321
}
322
.column p {
323
    padding: 0 15px 10px 5px;
324
    text-align: justify;
325
}
326
.column h2 {
327
    padding: 0 0 5px 5px;
328
    margin: 0;
329
    text-align: left;
330
    font-size: 1em;
331
    border-style: none;
332
}
333
.announcements {
334
    margin: 5px 0 5px 0;
335
    color: #03144c;
336
    padding: 0;
337
    padding-left: 2px;
338
    text-align: left;
339
}
340
.announcements h2 {
341
    font-family: Calibri;
342
    font-size: 120%;
343
    background-image: url(../images/icons/accent_yellow.png);
344
    background-repeat: no-repeat;
345
    background-position: 5px 5px;
346
    padding: 5px 0 5px 0;
347
    margin: 5px 0 5px 0;
348
    background-color: #b9b9b9;
349
}
350
.announcements h1 {
351
    font-family: Calibri;
352
    font-size: 120%;
353
    padding: 5px 5px 5px 5px;
354
    margin: 5px 0 5px 0;
355
    font-weight: normal;
356
}
357
.announcements h3 {
358
    font-family: Calibri;
359
    font-size: 110%;
360
    font-weight: normal!important;
361
    color: #03144c;
362
    color: #1d2171;
363
    text-align: left;
364
    padding: 1px 0 1px 0;
365
    margin: 2px 0 1px 0;
366
    vertical-align: middle;
367
}
368
.announcements ul {
369
    margin-top: 0;
370
    margin-bottom: 2px;
371
}
372
.announcements li {
373
    list-style-image: url(../images/icons/button_arrow_small_bg.gif);
374
    vertical-align: middle;
375
    padding-bottom: 5px;
376
    padding-right: 15px;
377
}
378
.announcements p {
379
    padding-left: 20px;
380
}
381
.announcements img {
382
    border: 0;
383
    padding: 0;
384
    margin: 0;
385
    vertical-align: middle;
386
}
387
.announcementL {
388
    margin: 10px 0 20px 10px;
389
    background-color: #eeeee;
390
    color: #03144c;
391
    padding: 0;
392
    text-align: left;
393
    width: 25%;
394
    float: left;
395
}
396
#maincolumn2 {
397
    margin-left: 310px;
398
    text-align: left;
399
    float: none;
400
    padding-left: 0;
401
    width: auto!important;
402
}
403
#maincolumn2 p {
404
    padding: 5px 5px 5px 8px;
405
    padding-left: 10px!important;
406
}
407
#listtbl {
408
    width: 100%}
409
#listtbl td {
410
    border-top: 1px #fff solid;
411
    height: 24px;
412
}
413
.#listtbl oddrow {
414
    background-color: #f6f6ff6;
415
}
416
#listtbl th {
417
    text-align: left;
418
    font-family: Calibri;
419
    font-size: 110%;
420
    background-color: #cddfec;
421
    color: #437599;
422
    vertical-align: middle;
423
    height: 24px;
424
    padding-right: 5px;
425
    padding-left: 5px;
426
}
427
#listtbl th a {
428
    color: #437599;
429
}
430
#listtbl th a:hover {
431
    text-decoration: none;
432
    color: #1d2172;
433
}
434
#listtbl th img {
435
    padding: 0;
436
    margin: 0;
437
    border: 0;
438
    vertical-align: middle;
439
}
440
#maincolumn2 img {
441
    padding: 0;
442
    margin: 0;
443
    border: 0;
444
}
445

  
446
#footer {
447
    text-align: center;
448
    clear: both;
449
    margin: 10px 0;
450
    padding-left: 20px;
451
    padding-right: 20px;
452
    padding-top: 10px;
453
    width: 96%;
454
    height: 176px;
455
    font-size: 9px;
456
    color: #1d2171!important;
457
    background-color: #AFEBF9;
458
}
459

  
460
.barpath {
461
    background-color: #cdd2d8;
462
    border-top: #ffba00 solid 1px;
463
    border-bottom: #ffba00 solid 1px;
464
    text-align: left;
465
}
466
.seppath {
467
    height: 1px;
468
    background-color: #ffba00;
469
}
470
.searchwithin {
471
    vertical-align: middle;
472
    font-size: 11px;
473
    padding: 15px 10px 15px 10px;
474
}
475
.searchwithin input {
476
    font-size: 11px;
477
    width: 80%}
478
.searchwithin submit {
479
    font-size: small;
480
    padding: 1px 3px 1px 2px;
481
}
482
.searchwithin .submitbutton {
483
    font-size: small;
484
    padding: 1px 3px 1px 2px;
485
}
486
.searchwithin img {
487
    padding: 0;
488
    margin: 0;
489
    text-align: center;
490
}
491
.search, .search label, .search td {
492
    background-color: #f6f6f6;
493
    border-width: 0;
494
    vertical-align: middle;
495
    font-size: 11px;
496
}
497
.search_content {
498
    padding: 5px;
499
    font-size: 11px;
500
    height: 110px;
501
    background-color: #F1F6FA;
502
}
503
.search_content a {
504
    color: #215583;
505
    font-weight: normal;
506
}
507
.search_content a:hover {
508
    color: #215583;
509
    text-decoration: none;
510
}
511
.search_content img {
512
    padding: 0;
513
    margin: 0;
514
}
515
.search_content input[type="text"] {
516
    height: 18px;
517
    vertical-align: middle;
518
    font-size: 15px;
519
    width: 85%}
520
.search_content input[type="submit"] {
521
    font-size: 11px;
522
    font-family: Arial, Helvetica, sans-serif;
523
}
524
.search_content input[type="submit"]:hover {
525
    cursor: pointer;
526
}
527
.search_content input[type="reset"] {
528
    font-size: 11px!important;
529
    font-family: Arial, Helvetica, sans-serif;
530
}
531
.search_content .searchbuttons {
532
    height: 30px;
533
    cursor: pointer;
534
}
535
.searchdropdown {
536
    font-size: 11px;
537
    width: 300px;
538
    max-width: 300px;
539
    background-color: #fff;
540
    margin-bottom: 10px;
541
}
542
.searchdropdown option {
543
    width: 250px;
544
}
545
.searchhistrory {
546
    font-size: 11px;
547
}
548
.searchhistrory a {
549
    font-size: 11px;
550
}
551
.refineHdr {
552
    font-size: 11px;
553
    color: #fff;
554
    padding-left: 15px;
555
    height: 24px;
556
    background-image: url(../images/icons/button_arrow_small_bg.gif);
557
    background-repeat: no-repeat;
558
    background-position: 5px;
559
    background-color: #cdd2d8;
560
    line-height: 24px;
561
    font-weight: bold;
562
}
563
#refineContainer {
564
    padding: 3px 3px 10px 5px;
565
    max-height: 150px;
566
    overflow: auto;
567
}
568
* html div#refineContainer {
569
    height: expression(this.scrollHeight>149 ? "150px":"auto");
570
}
571
.refineEntry {
572
    padding-left: 5px;
573
    padding-right: 5px;
574
    padding-bottom: 2px line-height:16px;
575
    font-size: 14px;
576
}
577
.textsearch {
578
    font-family: Calibri;
579
    font-size: 11px;
580
    font-style: normal;
581
    line-height: normal;
582
    font-weight: normal;
583
    font-variant: normal;
584
    text-transform: none;
585
    color: #161206;
586
    text-decoration: underline;
587
}
588
.path {
589
    font-family: Calibri;
590
    font-size: 11px;
591
    font-style: normal;
592
    line-height: normal;
593
    font-weight: normal;
594
    font-variant: normal;
595
    text-transform: none;
596
    color: #1d2171;
597
    text-decoration: none;
598
}
599
.pathselected {
600
    font-family: Calibri;
601
    font-size: 11px;
602
    font-style: normal;
603
    line-height: normal;
604
    font-weight: normal;
605
    font-variant: normal;
606
    text-transform: none;
607
    color: #202020;
608
    text-decoration: none;
609
}
610
#topmenu {
611
    /*background: url(../images/topMenuBg_dark.png) no-repeat;*/
612
    font-family: Calibri;
613
    font-size: 14px;
614
    background-color: #78CDEC;
615
    padding-top: 8px;
616
    padding-left: 5px;
617
    padding-right: 10px;
618
    height: 30px;
619
    margin-bottom: 5px;
620
    text-align: left;
621
    color: #fff;
622
}
623
#topmenu .left {
624
    color: #FFF;
625
}
626

  
627

  
628

  
629
div#topmenu a:link, div#topmenu a:visited, .menu1 {
630
    /*font-family: Calibri;
631
    font-size: 14px;
632
    color: #fff; */
633
    text-decoration: none;
634
    padding-left: 5px;
635
    padding-right: 5px;
636
}
637

  
638
div#topmenu a:link
639
{
640
  font-size: 18px;
641
  color: #105C99;
642
}
643

  
644
div#topmenu a:hover {
645
    color: #e0dd94;
646
    color: #feba00;
647
}
648
div#topmenu .menu1selected {
649
    line-height: normal;
650
    font-weight: bold;
651
}
652
div#topmenu img {
653
    padding: 0;
654
    margin: 0;
655
    vertical-align: middle;
656
}
657
.menu2 {
658
    font-family: Calibri;
659
    font-size: 11px;
660
    font-style: normal;
661
    line-height: normal;
662
    font-weight: normal;
663
    font-variant: normal;
664
    text-transform: none;
665
    color: #202020;
666
    text-decoration: none;
667
}
668
.menuCommunity {
669
    font-family: Calibri;
670
    font-size: 11px;
671
}
672
.textsearch2 {
673
    font-family: Calibri;
674
    font-size: 10px;
675
    font-style: normal;
676
    line-height: normal;
677
    font-weight: normal;
678
    font-variant: normal;
679
    text-transform: none;
680
    color: #656565;
681
    text-decoration: underline;
682
}
683
.morepreferences, .morepreferences label, .morepreferences td, .morepreferences input {
684
    vertical-align: middle;
685
    font-size: 14px;
686
    padding: 0;
687
    margin: 0;
688
}
689
.morepreferences {
690
    background-color: #f6f6f6;
691
    padding: 5px;
692
}
693
.morepreferences a:link, a:visited {
694
    text-decoration: none;
695
}
696
.morepreferences a:hover {
697
    text-decoration: none;
698
}
699
.morepreferences img {
700
    padding: 0;
701
    margin: 0;
702
    vertical-align: middle;
703
    border: 1;
704
}
705
.moreprefs {
706
    font-family: Calibri;
707
    font-size: 14px;
708
    font-style: normal;
709
    line-height: normal;
710
    font-weight: normal;
711
    font-variant: normal;
712
    text-transform: none;
713
    color: #2b3084;
714
    text-decoration: none;
715
    vertical-align: middle;
716
}
717
.morprefs .img {
718
    padding: 0;
719
    margin: 0;
720
}
721
.moreprefsselected {
722
    font-family: Calibri;
723
    font-size: 14px;
724
    font-style: normal;
725
    line-height: normal;
726
    font-weight: bold;
727
    font-variant: normal;
728
    text-transform: none;
729
    color: #2b3084;
730
    text-decoration: none;
731
}
732
.criteriaSection {
733
    padding-left: 35px;
734
}
735
.criteriaSection li {
736
    padding-top: 0!important;
737
}
738
.criteriaSection ul {
739
    margin-top: 0;
740
    margin-bottom: 0;
741
    padding-left: 0!important;
742
    padding-top: 0!important;
743
}
744
.searchtabtitle1 {
745
    font-size: 13px;
746
    color: #555b62;
747
    color: #1d2171;
748
    padding-left: 15px;
749
    height: 24px;
750
    line-height: 18px;
751
    font-weight: bold;
752
    background-color: #ffba00;
753
    padding-top: 2px;
754
}
755
.searchtabtitle {
756
    font-size: 14px;
757
    font-family: Arial, Helvetica, sans-serif;
758
    color: #fff;
759
    padding-left: 15px;
760
    height: 24px;
761
    background-image: url(../images/icons/accent_yellow.png);
762
    background-repeat: no-repeat;
763
    background-position: 5px;
764
    background-color: #b9b9b9;
765
    line-height: 24px;
766
    font-weight: bold;
767
}
768
.resultstitle {
769
    font-family: Calibri;
770
    font-size: 12px;
771
    font-weight: bold;
772
    color: #000;
773
}
774
.resultstext {
775
    font-family: Calibri;
776
    font-size: 12px;
777
}
778
.epField {
779
    padding-left: 8px;
780
    padding-bottom: 3px;
781
    padding_top: 8px;
782
    line-height: 22px;
783
    padding-right: 8px;
784
}
785
.epField input[type="text"] {
786
    width: 50%;
787
    font-size: 12px;
788
    height: 18px;
789
    vertical-align: middle;
790
}
791
.epField input[type="textarea"] {
792
    font-size: 12px;
793
    height: 18px;
794
    vertical-align: middle;
795
}
796
.epFieldNM {
797
    font-weight: bold;
798
    padding-right: 20px;
799
    vertical-align: top;
800
}
801
.epField input[type="button"] {
802
    font-size: 14px;
803
    font-family: Arial, Helvetica, sans-serif;
804
    padding: 1px;
805
}
806
.founddocs {
807
    font-family: Calibri;
808
    font-size: 14px;
809
}
810
.italictext {
811
    font-family: Calibri;
812
    font-size: 14px;
813
    font-style: italic;
814
    line-height: normal;
815
    font-weight: normal;
816
    font-variant: normal;
817
    text-transform: none;
818
    color: #fff;
819
    text-decoration: none;
820
}
821
.orangetext {
822
    font-family: Calibri;
823
    font-size: 12px;
824
    font-style: normal;
825
    line-height: normal;
826
    font-weight: normal;
827
    font-variant: normal;
828
    text-transform: none;
829
    color: #ffba00;
830
    text-decoration: none;
831
}
832
.bluetext {
833
    font-family: Calibri;
834
    font-size: 14px;
835
    font-style: normal;
836
    line-height: normal;
837
    font-weight: normal;
838
    font-variant: normal;
839
    text-transform: none;
840
    color: #2b3084;
841
    text-decoration: none;
842
}
843
.error {
844
    color: #7d3f62;
845
    font-family: Calibri;
846
    font-size: 100%}
847
.smallerror {
848
    color: #7d3f62;
849
    font-family: Calibri;
850
    font-size: 80%}
851
.searchresults4document {
852
    font-family: Calibri;
853
    font-size: 14px;
854
    font-style: normal;
855
    font-weight: normal;
856
    font-variant: normal;
857
    text-transform: none;
858
    color: #8a716d;
859
    color: #1d2171;
860
    text-decoration: none;
861
    background-color: #f7f7f7;
862
    border-left-width: 8px;
863
    border-left-style: solid;
864
    border-left-color: #f3c41c;
865
    padding-top: 1em;
866
    padding-bottom: 1em;
867
    border-bottom: #f7f7f7 1px solid;
868
}
869
.searchresults4document a {
870
    color: #0c226b;
871
}
872
.searchresults4document a:hover {
873
    color: #1b57b1;
874
}
875
.searchresults4document a:hover {
876
    color: #1b57b1;
877
}
878
.helpLink {
879
    color: #333;
880
    font-size: 14px;
881
    font-weight: normal;
882
    font-style: normal;
883
    padding: 5px 2px 2px 22px;
884
    text-align: left;
885
    vertical-align: middle;
886
    background-image: url(../images/welcome_spriteme.png);
887
    background-repeat: no-repeat;
888
    background-position: -5px -143px;
889
}
890
.tipHdr {
891
    color: #333;
892
    font-size: 13px;
893
    font-weight: normal;
894
    font-style: italic;
895
    padding: 5px 8px 5px 30px;
896
    text-align: left;
897
    background: #b9b9b9 url(../images/icons/info2.png) top right;
898
    background-repeat: no-repeat;
899
    background-position: 5px 5px;
900
}
901
.tipSection {
902
    padding: 10px 5px 15px 10px;
903
    line-height: 18px;
904
}
905
.descLine {
906
    height: 22px;
907
    vertical-align: top;
908
    padding-left: 10px;
909
}
910
.viewMore {
911
    background: url(../images/icons/button_arrow_small_bg.gif) right no-repeat;
912
    padding-right: 10px;
913
}
914
.viewthisdocument {
915
    font-family: Calibri;
916
    font-size: 14px;
917
    font-style: normal;
918
    line-height: normal;
919
    font-weight: normal;
920
    font-variant: normal;
921
    text-transform: none;
922
    color: #fff;
923
    text-decoration: none;
924
    border-top: #eee 1px solid;
925
    background-color: #f6f6f6;
926
}
927
.searchtabtext {
928
    background-color: #f6f6f6;
929
    padding-left: 15px;
930
}
931
.leftbarbg {
932
    background-color: #e0e0e0;
933
}
934
.whitebg {
935
    background-color: #fff;
936
}
937
.searchresults0 {
938
    border-left: 8px #f3c41c solid;
939
    padding-right: 5px;
940
}
941
.searchresults1 {
942
    border-left: 8px #f3c41c solid;
943
    background-color: #f6f6f6;
944
}
945
.searchresults2 {
946
    background-color: #cdd2d8;
947
    height: 22px;
948
    padding: 0;
949
    margin: 0;
950
}
951
.selectedPage {
952
    background-color: #f6f6f6;
953
    padding: 6px 0 6px 4px;
954
    margin: 5px;
955
    display: run-in;
956
}
957
.selectedPage img {
958
    padding: 0;
959
    margin: 0;
960
}
961
.searchresults3 {
962
    background-color: #f7f7f7;
963
}
964
.resultsentry {
965
    border-left: #ccc 1px solid;
966
    border-top: #ccc 1px solid;
967
    border-bottom: #ccc 1px solid;
968
    margin-bottom: 10px;
969
}
970
.searchresults4title {
971
    font-size: 12px;
972
    font-style: normal;
973
    font-weight: bold;
974
    font-variant: normal;
975
    text-transform: none;
976
    color: #6d6d6d;
977
    text-decoration: none;
978
    vertical-align: top;
979
    line-height: 14px;
980
}
981
.searchresults4text {
982
    font-size: 12px;
983
    font-style: normal;
984
    font-weight: normal;
985
    font-variant: normal;
986
    text-transform: none;
987
    color: #6d6d6d;
988
    text-decoration: none;
989
    vertical-align: top;
990
    line-height: 14px;
991
}
992
.searchresults4separator {
993
    background-color: #eee;
994
    color: #6d6d6d;
995
    background-image: url(../images/icons/sep_results.gif);
996
    background-repeat: repeat-x;
997
}
998
.searchresults4titleBorder {
999
    background-color: #eee;
1000
    font-family: Calibri;
1001
    font-size: 14px;
1002
    font-style: normal;
1003
    line-height: normal;
1004
    font-weight: bold;
1005
    font-variant: normal;
1006
    text-transform: none;
1007
    color: #6d6d6d;
1008
    text-decoration: none;
1009
    vertical-align: top;
1010
    padding-bottom: 2px;
1011
    padding-top: 2px;
1012
    margin: 0;
1013
    border-bottom: 1px solid #ffba00;
1014
    border-top: 1px solid #ffba00;
1015
}
1016
.searchresults4title img {
1017
    padding: 0;
1018
    margin: 0;
1019
}
1020
.invisibleButton {
1021
    display: none;
1022
}
1023
.advancedoptions {
1024
    border-top-width: 1px;
1025
    border-top-style: dashed;
1026
    border-top-color: #fff;
1027
}
1028
.left {
1029
    float: left;
1030
    color: inherit;
1031
}
1032
.right {
1033
    float: right;
1034
    margin: 0;
1035
    padding: 0;
1036
    color: inherit;
1037
}
1038
.right img {
1039
    vertical-align: bottom;
1040
    margin: 0;
1041
    padding: 0;
1042
}
1043
.button {
1044
    font-family: Calibri;
1045
    cursor: pointer;
1046
    font-size: 14px;
1047
}
1048
.inversebutton {
1049
    font-family: Calibri;
1050
    cursor: pointer;
1051
    font-size: 14px;
1052
    color: #inversebutton;
1053
    border: #ccc outset 1px;
1054
    background-color: #f3c41c;
1055
}
1056
.searchbutton {
1057
    font-family: Calibri;
1058
    cursor: pointer;
1059
    font-size: 14px;
1060
    color: #0c226b;
1061
    font-weight: bold;
1062
    padding: 1px 2px 1px 2px;
1063
}
1064
.searchbutton a {
1065
    cursor: pointer;
1066
    font-weight: bold;
1067
    color: #0c226b!important;
1068
}
1069
.searchbutton a:hover {
1070
    text-decoration: none!important;
1071
    color: #f3c41c!important;
1072
}
1073
a #bcgimage {
1074
    background-image: url(../images/icons/bg.gif);
1075
}
1076
#bgtopcolor {
1077
    background-color: #000;
1078
}
1079
.optiontable_ttl {
1080
    font-family: Verdana, Arial, Helvetica, sans-serif;
1081
    line-height: 1em;
1082
    display: block;
1083
    background: #dbdbdb;
1084
    margin-top: 0;
1085
    margin-bottom: 0;
1086
    padding-top: 0;
1087
    padding-bottom: 0;
1088
    padding-left: 10px;
1089
    padding-right: 10px;
1090
    border-color: #aeadad;
1091
    border-style: solid;
1092
    border-width: 0 1px 1px;
1093
    font-size: 10px;
1094
}
1095
.optiontable_content {
1096
    background: #eeeded;
1097
    padding-top: 5px;
1098
    padding-bottom: 5px;
1099
    padding-left: 2px;
1100
    padding-right: 2px;
1101
    border-color: #aeadad;
1102
    border-width: 0 1px;
1103
}
1104
.optiontable_content2_tall {
1105
    overflow: auto;
1106
    height: 38em;
1107
}
1108
.optiontable_top, .optiontable_bottom {
1109
    display: block;
1110
    background: transparent;
1111
    font-size: 1px;
1112
}
1113
.optiontable_t1, .optiontable_t2, .optiontable_t3 {
1114
    height: 1px;
1115
}
1116
.optiontable_t1, .optiontable_t2, .optiontable_t3, .optiontable_t4 {
1117
    display: block;
1118
    overflow: hidden;
1119
}
1120
.optiontable_t2, .optiontable_t3, .optiontable_t4 {
1121
    background: #dbdbdb;
1122
    border-left: 1px solid #aeadad;
1123
    border-right: 1px solid #aeadad;
1124
}
1125
.optiontable_t1 {
1126
    margin: 0 5px;
1127
    background: #aeadad;
1128
}
1129
.optiontable_t2 {
1130
    margin: 0 3px;
1131
    border-width: 0 2px;
1132
}
1133
.optiontable_t3 {
1134
    margin: 0 2px;
1135
}
1136
.optiontable_t4 {
1137
    height: 2px;
1138
    margin: 0 1px;
1139
}
1140
.optiontable_b1, .optiontable_b2, .optiontable_b3 {
1141
    height: 1px;
1142
}
1143
.optiontable_b1, .optiontable_b2, .optiontable_b3, .optiontable_b4 {
1144
    display: block;
1145
    overflow: hidden;
1146
}
1147
.optiontable_b2, .optiontable_b3, .optiontable_b4 {
1148
    background: #eeeded;
1149
    border-left: 1px solid #aeadad;
1150
    border-right: 1px solid #aeadad;
1151
}
1152
.optiontable_b1 {
1153
    margin: 0 5px;
1154
    background: #aeadad;
1155
}
1156
.optiontable_b2 {
1157
    margin: 0 3px;
1158
    border-width: 0 2px;
1159
}
1160
.optiontable_b3 {
1161
    margin: 0 2px;
1162
}
1163
.optiontable_b4 {
1164
    height: 2px;
1165
    margin: 0 1px;
1166
}
1167
.alphaBar {
1168
    border-bottom: #ccc 1px solid;
1169
    padding-top: 3px;
1170
}
1171
#smallAlphaBar {
1172
    padding-left: 3px;
1173
    padding-top: 3px;
1174
    padding-bottom: 3px;
1175
    margin-bottom: 10px;
1176
    font-size: 14px;
1177
    font-family: Calibri;
1178
}
1179
.alphaLetterSmall {
1180
    font-family: Arial, Helvetica, sans-serif;
1181
    font-size: 14px;
1182
    padding-right: 0;
1183
}
1184
.alphaLetterSmall a:hover {
1185
    color: #feba00!important;
1186
    text-decoration: none;
1187
}
1188
.alphaLetterSmallSelected {
1189
    font-weight: bold!important;
1190
    color: #feba00;
1191
    text-decoration: none;
1192
}
1193
.alphaLetter {
1194
    padding-right: 2px;
1195
    font-size: 12px;
1196
}
1197
.alphaLetter a:hover {
1198
    color: #feba00!important;
1199
    text-decoration: none;
1200
}
1201
.alphaLetterSelected {
1202
    font-weight: bold;
1203
    font-style: normal;
1204
    color: #feba00;
1205
    text-decoration: none;
1206
}
1207
.alpha, .alphaselected {
1208
    font-size: 10px;
1209
    display: inline;
1210
    margin: -1px;
1211
}
1212
.alphaselected {
1213
    font-weight: bold;
1214
}
1215
.selected {
1216
    font-weight: bold;
1217
}
1218
.featured_frame_left {
1219
    width: 100%;
1220
    font-family: Calibri;
1221
    float: left;
1222
    margin-bottom: 10px;
1223
    margin-top: 0;
1224
}
1225
.featured_frame_right {
1226
    width: 45%;
1227
    height: 220px;
1228
    font-family: Calibri;
1229
    float: right;
1230
    margin-bottom: 30px;
1231
    margin-top: 20px;
1232
}
1233
.featured_top {
1234
    color: #2e3784;
1235
    color: #fff;
1236
    font-size: 14px;
1237
    font-weight: normal;
1238
    padding: 3px 8px 5px 15px;
1239
    text-align: left;
1240
    font-family: Calibri;
1241
}
1242
.featured_top a {
1243
    color: #fff;
1244
}
1245
.featured_top a:hover {
1246
    color: #ffba00;
1247
    text-decoration: none;
1248
    cursor: pointer;
1249
    color: #1d2171;
1250
}
1251
.featured_top img {
1252
    vertical-align: top;
1253
    margin: 0;
1254
    padding: 0 5px 0 5px;
1255
}
1256
.petroltop {
1257
    background-color: #437599;
1258
}
1259
.petroltop a:hover {
1260
    color: #f2c31b;
1261
}
1262
.darkgreytop {
1263
    background-color: #8a8a8a;
1264
}
1265
.yellowtop {
1266
    background-color: #efca60;
1267
    color: #1d2171;
1268
    color: #1d339b;
1269
}
1270
.somontop {
1271
    background-color: #efb060;
1272
    color: #1d2171;
1273
    color: #1d339b;
1274
}
1275
.yellowBar {
1276
    background-image: url(../images/icons/profile_spriteme.png);
1277
    background-repeat: no-repeat;
1278
    background-position: -10px -10px;
1279
}
1280
.featured_content {
1281
    font-family: Calibri;
1282
    font-size: 12px;
1283
    padding-left: 10px;
1284
    padding-right: 15px;
1285
    background-repeat: no-repeat;
1286
    background-position: center bottom;
1287
    line-height: 18px;
1288
}
1289
.featured_bottom {
1290
    font-family: Calibri;
1291
    margin-top: 10px;
1292
    padding-left: 15px;
1293
    padding-right: 3px;
1294
    padding-bottom: 3px;
1295
    vertical-align: baseline;
1296
}
1297
.fieldHdr {
1298
    font-weight: bold;
1299
    color: #333;
1300
    padding-right: 10px;
1301
}
1302
.sectionHdr {
1303
    color: #2e3784;
1304
    color: #fff;
1305
    font-size: 14px;
1306
    font-weight: normal;
1307
    padding: 3px 8px 5px 15px;
1308
    margin: 5px 0 3px 0;
1309
    text-align: left;
1310
    background: #b9b9b9 url(../images/icons/greyhdrbg.png) top right;
1311
    background-repeat: repeat-x;
1312
    background-image: url(../images/icons/accent_yellow.png);
1313
    background-repeat: no-repeat;
1314
    background-position: 5px 5px;
1315
}
1316
.sectionHdr a {
1317
    color: #fff;
1318
}
1319
.sectionHdr a:hover {
1320
    color: #ffba00;
1321
    text-decoration: none;
1322
    cursor: pointer;
1323
    color: #1d2171;
1324
}
1325
.sectionHdr img {
1326
    border: 0 solid blue;
1327
    vertical-align: top;
1328
    margin: 0;
1329
    padding-left: 5px;
1330
    padding-right: 5px;
1331
}
1332
.logoutButton {
1333
    border: solid 0 #fff;
1334
    color: #fff;
1335
    font-size: 14px;
1336
    background-color: #6798ca;
1337
    cursor: pointer;
1338
}
1339
.curved_top, .curved_bottom {
1340
    display: block;
1341
    background: transparent;
1342
    font-size: 1px;
1343
}
1344
.curved_t1, .curved_t2, .curved_t3 {
1345
    height: 1px;
1346
}
1347
.curved_t1, .curved_t2, .curved_t3, .curved_t4 {
1348
    display: block;
1349
    overflow: hidden;
1350
}
1351
.curved_t1 {
1352
    margin: 0 5px;
1353
}
1354
.curved_t2 {
1355
    margin: 0 3px;
1356
    border-width: 0 2px;
1357
}
1358
.curved_t3 {
1359
    margin: 0 2px;
1360
}
1361
.curved_t4 {
1362
    height: 2px;
1363
    margin: 0 1px;
1364
}
1365
.curved_b1, .curved_b2, .curved_b3 {
1366
    height: 1px;
1367
}
1368
.curved_b1, .curved_b2, .curved_b3, .curved_b4 {
1369
    display: block;
1370
    overflow: hidden;
1371
}
1372
.curved_b1 {
1373
    margin: 0 5px;
1374
}
1375
.curved_b2 {
1376
    margin: 0 3px;
1377
    border-width: 0 2px;
1378
}
1379
.curved_b3 {
1380
    margin: 0 2px;
1381
}
1382
.curved_b4 {
1383
    height: 2px;
1384
    margin: 0 1px;
1385
}
1386
.leftcolumn_top {
1387
    background-color: #feba00;
1388
}
1389
#leftcolumn .curved_t1, #leftcolumn .curved_t2, #leftcolumn .curved_t3, #leftcolumn .curved_t4 {
1390
    background-color: #feba00;
1391
}
1392
#leftcolumn .curved_t2, #leftcolumn .curved_t3, #leftcolumn .curved_t4 {
1393
    border-left: 1px solid #feba00;
1394
    border-right: 1px solid #feba00;
1395
}
1396
#leftcolumn .curved_b1, #leftcolumn .curved_b2, #leftcolumn .curved_b3, #leftcolumn .curved_b4 {
1397
    background: #f6f6f6;
1398
}
1399
#leftcolumn .curved_b2, #leftcolumn .curved_b3, #leftcolumn .curved_b4 {
1400
    border-left: 1px solid #f6f6f6;
1401
    border-right: 1px solid #f6f6f6;
1402
}
1403
#leftcolumn .curved_container {
1404
    margin: 0;
1405
    padding: 0;
1406
    background-color: #f6f6f6;
1407
}
1408
#leftcolumnNH .curved_t1, #leftcolumnNH .curved_t2, #leftcolumnNH .curved_t3, #leftcolumnNH .curved_t4 {
1409
    background-color: #efca60;
1410
}
1411
#leftcolumnNH .curved_t2, #leftcolumnNH .curved_t3, #leftcolumnNH .curved_t4 {
1412
    border-left: 1px solid #efca60;
1413
    border-right: 1px solid #efca60;
1414
}
1415
#leftcolumnNH .curved_b1, #leftcolumnNH .curved_b2, #leftcolumnNH .curved_b3, #leftcolumnNH .curved_b4 {
1416
    background: #eef1f0;
1417
}
1418
#leftcolumnNH .curved_b2, #leftcolumnNH .curved_b3, #leftcolumnNH .curved_b4 {
1419
    border-left: 1px solid #eef1f0;
1420
    border-right: 1px solid #eef1f0;
1421
}
1422
#leftcolumnNH .curved_container {
1423
    margin: 0;
1424
    padding: 0;
1425
    background-color: #eef1f0;
1426
}
1427
#rightcolumn .curved_t1, #rightcolumn .curved_t2, #rightcolumn .curved_t3, #rightcolumn .curved_t4 {
1428
    background: #b9b9b9;
1429
}
1430
#rightcolumn .curved_t2, #rightcolumn .curved_t3, #rightcolumn .curved_t4 {
1431
    border-left: 1px solid #b9b9b9;
1432
    border-right: 1px solid #b9b9b9;
1433
}
1434
#rightcolumn .curved_b1, #rightcolumn .curved_b2, #rightcolumn .curved_b3, #rightcolumn .curved_b4 {
1435
    background: #fff;
1436
}
1437
#rightcolumn .curved_b2, #rightcolumn .curved_b3, #rightcolumn .curved_b4 {
1438
    border-left: 1px solid #fff;
1439
    border-right: 1px solid #fff;
1440
}
1441
#rightcolumn .curved_container {
1442
    margin: 0;
1443
    padding: 0;
1444
    background-color: #fff;
1445
}
1446
.maincolumn2_top {
1447
    background-color: #456d90;
1448
}
1449
#maincolumn2 .curved_t1, #maincolumn2 .curved_t2, #maincolumn2 .curved_t3, #maincolumn2 .curved_t4 {
1450
    background: #456d90;
1451
}
1452
#maincolumn2 .curved_t2, #maincolumn2 .curved_t3, #maincolumn2 .curved_t4 {
1453
    border-left: 1px solid #456d90;
1454
    border-right: 1px solid #456d90;
1455
}
1456
#maincolumn2 .curved_b1, #maincolumn2 .curved_b2, #maincolumn2 .curved_b3, #maincolumn2 .curved_b4 {
1457
    background: #f6f6f6;
1458
}
1459
#maincolumn2 .curved_b2, #maincolumn2 .curved_b3, #maincolumn2 .curved_b4 {
1460
    border-left: 1px solid #f6f6f6;
1461
    border-right: 1px solid #f6f6f6;
1462
}
1463
#maincolumn2 .curved_container {
1464
    margin: 0;
1465
    background-color: #f6f6f6;
1466
}
1467
.myPage_top {
1468
    background-color: #a7c7e4;
1469
}
1470
#myPage .curved_t1, #myPage .curved_t2, #myPage .curved_t3, #myPage .curved_t4 {
1471
    background: #a7c7e4;
1472
}
1473
#myPage .curved_t2, #myPage .curved_t3, #myPage .curved_t4 {
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff