]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
New XUL user perm editor
[working/Evergreen.git] / Open-ILS / web / css / skin / default / opac / style.css
1 body {
2         margin:0;
3         font-family: Arial, Helvetica, sans-serif;
4         font-size: 12px;
5         background: #00593d;
6 }
7
8 img {
9         border: none;
10 }
11
12 #topnav_logo {
13         padding-bottom: 25px;
14 }
15
16 #homesearch_main_logo {
17         padding-top: 60px;
18 }
19
20 a {
21         color: #00593d;
22 }
23
24 #search-wrapper input[type=text] {
25         margin:0;
26         padding:0;
27 }
28
29 #search-wrapper select, .results_header_lbl select {
30         border:1px solid #e9ebf3;
31         margin:0;
32         padding:0;
33         width: 12em;
34 }
35
36 .searchbar {
37     font-weight: bold;
38     padding-top: 10px;
39 }
40
41 /*
42 #search-wrapper select {
43         border:0px solid black;
44         filter:alpha(opacity=0);
45         -moz-opacity:0;
46         -khtml-opacity:0;
47         opacity:0;
48         padding:0;
49         margin:0;
50         height:18px;
51         font-size: 12px;
52 }
53 */
54 h1 {
55         margin:0;
56         margin-bottom: 5px;
57         font-size: 20px;
58         font-weight:normal;
59 }
60
61 h2 {
62         font-size: 16px;
63         font-weight:bold;
64 }
65
66 .hide_me, .hidden {
67         display: none;
68         visibility: hidden;
69 }
70
71 div.select-box-wrapper {
72         position:absolute;
73         padding-top:2px;
74         padding-left:3px;
75         overflow:hidden;
76         text-align:left;
77 }
78
79 div.select-wrapper {
80         border:1px solid #4C8AB0;
81         display:inline-block;
82         position:relative;
83         z-index:2;
84         background:url('/images/dropdown.gif') no-repeat right center;
85 }
86
87 div.select-wrapper:hover {
88         background:url('/images/dropdown-hover.gif') no-repeat right center;
89 }
90
91 #dash_wrapper {
92         position: relative;
93     top: -2em;
94 }
95
96 #dash_wrapper div {
97         position: relative;
98     vertical-align: middle;
99     background: #00593d;
100     border-radius: 5px;
101     height: 3em;
102     padding: 0em 1em 0em 1em;
103 }
104
105 span.dash_divider {
106     margin: 0em 1em 0em 1em;
107         position: relative;
108     top: 10px;
109     color: #007a54;
110 }
111
112 #dashboard {
113         clear:both;
114         float:right;
115     margin-top: 1em;
116     background: #00593d;
117     border-radius: 5px;
118     height: 3em;
119 }
120
121 #dashboard span.dash-align a {
122         font-weight: bold;
123         text-decoration: none;
124         position: relative;
125     top: 10px;
126 }
127
128 #dash_user {
129         font-weight: bold;
130         text-transform: capitalize;
131     position: relative;
132     top: 10px;
133 }
134
135 #logout_link { left: 1px; }
136
137 #dash_checked { color: #ffcc33; }
138 #dash_holds { color: #ffcc33; }
139 #dash_pickup { color: #1dd93c; }
140 #dash_fines { color: #f41d36; }
141 #header-wrap {
142     background: linear-gradient(#00593d, #007a54);
143     background: -moz-linear-gradient(#00593d, #007a54);
144     background: -o-linear-gradient(#00593d, #007a54);
145     background: -webkit-linear-gradient(#00593d, #007a54);
146     background-color: #007a54;
147 }
148 #header {
149         color: #fff;
150         padding-top: 26px;
151         margin-left: 1em;
152         font-size:11px;
153 }
154
155 #header a {
156         color: #fff;
157 }
158
159 #header a:hover {
160         color: white;
161         text-decoration: none;
162 }
163
164 #header-links {
165         color: white;
166         font-size: 11px;
167         font-weight: bold;
168         position: relative;
169         top:4px;
170         
171 }
172
173 #header-links a {
174         color: white;
175         display: block;
176         float:left;
177         margin-right:22px;
178         text-decoration: none;
179 }
180
181 #header-links a:hover {
182         color: white;
183         text-shadow: 0 0 0.2em #00593d, 0 0 0.2em #00593d;
184         text-decoration: none;
185 }
186
187 #header #header-links2 {
188         position:relative;
189         top:-8px;
190         color: white;
191         padding-bottom: 15px;
192 }
193
194 #header #header-links2 a {
195         color: white;
196 }
197
198 #header #header-links2 a:hover {
199         text-decoration: underline;
200 }
201
202 #header #your-acct-login {
203         padding-top:10px;
204 }
205
206 #gold-links {
207         margin-left: 1em;
208         padding-left:0px;
209 }
210
211 #gold-links-home {
212         margin:auto;
213         padding-left:0px;
214 }
215
216 #gold-links-holder {
217     height: 24px;
218     background: #252525;
219 }
220
221 #util-bar {
222         margin-left: 1em;
223         padding-left:0px;
224         height:0px;
225 }
226
227 #search-wrapper {
228         border-bottom: 1px solid #e9ebf3;
229         padding-bottom: 5px;
230         background: white;
231 }
232
233 .search_box_wrapper {
234         padding: 10px 5px 5px 3px;
235 }
236
237 #search-wrapper #breadcrumb {
238         margin-top:0px;
239         font-size: 10px;
240         float:left;
241 }
242
243 #search-wrapper #search-within {
244         margin-top:10px;
245         float:right;
246         position:relative;
247         left:-173px;
248 }
249
250 #search-wrapper #breadcrumb a {
251         color: black;
252 }
253
254 #search-wrapper #search_frm label {
255         font-size: 10px;
256 }
257
258 #search-wrapper #search-box {
259         margin-left: 1em;
260         padding-left: 0px;
261         padding-top: 10px;
262         padding-bottom: 10px;
263 }
264
265 #utils {
266         float:right;
267         z-index:1;
268         width:150px;
269         height:30px;
270         background:url('/images/utils-corner-left.png') no-repeat left top;
271         padding-left: 3px;
272         color: white;
273         position:relative;
274 }
275
276 #utils a {
277         color: white;
278         font-size: 10px;
279 }
280
281 #adv_search_tabs, #acct_tabs, #acct_fines_tabs, #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs, #results_header_inner{
282         height: 40px;
283         margin-left: 1em;
284 }
285
286 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
287     float: left;
288     text-align: center;
289     vertical-align: middle;
290     display: block;
291     margin: 10px 7px 10px 0px;
292     padding: 10px 0px 10px 0px;
293     -moz-border-radius: 10px 10px 0px 0px; 
294     border-radius: 10px 10px 0px 0px;
295     font-weight: bold;
296     color: white;
297     background: #69A088;
298     font-weight: bold;
299     text-decoration: none;
300 }
301
302 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
303     padding: 1em 1em 0.5em;
304 }
305
306 #adv_search_tabs a:hover, #acct_tabs a:hover, #acct_fines_tabs a:hover, #acct_checked_tabs a:hover, #acct_holds_tabs a:hover, #acct_prefs_tabs a:hover {
307     background: #00593d; 
308     color: white;
309     text-decoration: none;
310 }
311
312 #adv_search.on, #num_search.on, #expert_search.on {
313     color: #333333;
314     background: white;
315     text-decoration: none;
316 }
317
318 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
319     color: #333333;
320     background: white;
321     text-decoration: none;
322 }
323
324 .acct-tab-off {
325     background: #69A088;
326 }
327
328 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
329     margin-top: 0px;
330     font-size: 10px;
331     color: #333333;
332     padding: 10px 10px 10px 10px;
333 }
334
335 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
336     background: #e1e1e1;
337     color: #333333;
338 }
339
340 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
341     padding-bottom: 12px;
342     color: #666;
343 }
344
345 .rdetail_header {
346     padding: 5px 7px 6px 0px;
347     margin-left: 1em;
348     border-bottom: 1px dotted #ccc;
349 }
350
351 .rdetail_results a {
352     color:#007a54;
353     font-weight:bold;
354     font-size: 1.2em;
355 }
356
357 .rdetail_result_count {
358     color: black;
359     font-weight: normal;
360     padding-left: 1em;
361     display: inline-block;
362 }
363
364 .rdetail_result_nav {
365     font-weight:normal;
366     padding-left: 1em;
367     display: inline-block;
368 }
369
370 #rdetail_details_table {
371         margin-top: 15px;
372 }
373
374 #rdetail_image { border: none; }
375 #rdetail_image_cell {
376         padding-top: 3px;
377         padding-right: 10px;
378 }
379
380 h2.rdetail_uris {
381     margin-top: 1em;
382 }
383 div.rdetail_uris {
384     padding: 0.5em 1em 0.5em 1em;
385     background-color: lightGray;
386 }
387 div.rdetail_uris ul li {
388     position: relative;
389     left: 1em;
390 }
391
392 div.rdetail_show_copies {
393     margin-top: 1em;
394 }
395
396 div#rdetail_actions_div {
397     float: right;
398     background: white;
399 }
400
401 span#rdetail_copy_counts {
402     display: inline-block;
403     border-right: thin;
404     vertical-align: top;
405     margin-right: 1em;
406     padding-right: 1em;
407 }
408
409 span#rdetail_hold_counts {
410     display: inline-block;
411     vertical-align: top;
412 }
413
414 #rdetail_image_div {
415     float: left;
416     margin-right: 1em;
417 }
418
419 .rdetail_aux_utils {
420         border-left:1px dotted #ccc;
421         padding-left: 17px;
422         padding-bottom: 6px;
423         padding-right: 70px;
424 }
425
426 div.place_hold {
427     border-bottom: 1px dotted #ccc;
428     padding-top: 10px;
429 }
430
431 span.place_hold {
432     position:relative;
433     top:-3px;
434     left:3px;
435 }
436
437 div.toggle_list { padding-top: 6px; }
438
439 div.format_icon {
440     float: right;
441     margin-right: 17px;
442 }
443
444 .results_aux_utils {
445         border-left:1px dotted #ccc;
446         padding-left: 17px;
447         padding-bottom: 6px;
448         padding-right: 50px;
449 }
450
451 .result_util {
452     border-bottom: 1px dotted #ccc;
453     padding-top: 6px;
454 }
455
456 .results_reviews {
457     position: relative;
458     top: -5px;
459 }
460
461 #rdetail_copies {
462     padding-top: 1.5em;
463 }
464
465 #rdetails_status td, #rdetails_status2 td {
466         white-space:nowrap !important;
467         padding: 7px 0px 3px 13px;
468 }
469
470 #rdetails_status thead th {
471         background-color: #d8d8d8;
472         padding: 13px 0px 13px 13px;
473         font-size: 10px;
474         text-transform: uppercase;
475         font-weight: bold;
476     text-align: left;
477 }
478
479 #rdetails_status tbody td {
480         padding-left: 13px;
481     text-align: left;
482 }
483
484 .rdetail_extras {
485         height: 29px;
486         background: #417860;
487         padding-top:1px;
488         margin-bottom: 10px;
489         margin-top: 10px;
490         clear:both;
491 }
492
493 .rdetail_extras_hr {
494         height: 1px;
495         background: #b7def5;
496         margin-left: 1px;
497         margin-right: 1px;
498 }
499
500 .rdetail_extras_link {
501         padding-top: 4px;
502         padding-left: 12px;
503         font-size: 10px;
504         text-transform: uppercase;
505         font-weight: bold;
506 }
507
508 .rdetail_extras_lbl {
509         position: relative;
510         top: -4px;
511         left: 7px;
512         color: white;
513 }
514
515 #paginate-homebanner a.toc {
516         display:block;
517         width:20px;
518         height:20px;
519         background:gray;
520         float:left;
521         margin-left:2px;
522         margin-right:2px;
523         margin-top:2px;
524 }
525
526 #rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
527         margin-left: 13px;
528 }
529
530 #rdetail_locs_expand, #rdetail_locs_collapse {
531         padding-bottom:3px;
532         margin-top:15px;
533         margin-left:13px;
534 }
535
536 #rdetail_anotes_div .biography {
537         margin:0;
538 }
539
540 #paginate-homebanner a.selected {
541         border: 2px solid black;
542         margin-top:0px;
543         margin-left:0px;
544         margin-right:0px;
545 }
546
547 #hp-buttons {
548         margin: auto;
549         margin-top: 6px;
550     margin-left: 1em;
551 }
552
553 #hp-welcome {
554         position:absolute;
555         width:295px;
556         height:192px;
557         background: url('/images/banner-bg.png') no-repeat;
558         color: #fff;
559         padding-left: 33px;
560         padding-top: 21px;
561         z-index:9999999999;
562 }
563
564 #hp-welcome h1 {
565         font-size: 25px;
566         margin-bottom:15px;
567 }
568
569 #hp-welcome a {
570         color: #fff;
571         text-decoration: underline;
572 }
573
574 #hp-banner {
575         margin-left: 1em;
576         height: 213px;
577 }
578
579 #hp-ql-table {
580         margin-left: 2px;
581         padding-top: 3px;
582 }
583
584 #hp-ql-table a {
585         color: #333;
586         font-weight: bold;
587         font-size: 13px;
588         text-transform: uppercase;
589         text-decoration: none;
590         display: block;
591         width: 144px;
592         height: 25px;
593         padding-top: 9px;
594         padding-left: 15px;
595         background: url('/images/button-bg.png') no-repeat;
596 }
597
598 #hp-ql-bottom {
599         height: 31px;
600         padding-left: 24px;
601         padding-top: 13px;
602         background: url('/images/hp-links-mid.jpg') repeat-x;
603 }
604
605 #hp-ql-bottom a {
606         display: inline-block;
607         text-decoration: none;
608         color: white;
609         font-size: 15px;
610         font-weight: bold;
611 }
612
613 #hp-ql-bottom img {
614     position:relative;
615     top:-1px;
616     left:2px;
617 }
618
619 .almost-content-wrapper {
620         background: white;
621 }
622
623 #content-wrapper {
624         background: white;
625         min-height: 260px;
626         border-bottom: 1px solid black;
627 }
628
629 .content-wrapper-record-page { top: -15px; position: relative; }
630
631 #main-content-home {
632         padding-left: 17px;
633     margin-left: 1em;
634 }
635 #main-content {
636         padding-left: 0px;
637     margin-left: 1em;
638 }
639
640 #main-content-after-bar {
641         margin-left: 1em;
642         padding-left: 4px;
643 }
644
645 #results-side-bar { float: left; width: 174px; margin-right: 5px; background: white; }
646
647 #main-content .login_boxes {
648         border: 1px solid #dedede;
649         background:url('/images/login-bg.jpg') top repeat-x;
650         color: #333;
651 }
652
653 #main-content .login_boxes h1 {
654         font-weight: normal;
655         font-size: 25px;
656         margin:0;
657 }
658
659 #main-content .left_brain {
660         padding-left:28px;
661         padding-top:25px;
662 }
663
664 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
665         width:167px;
666         height:18px;
667         margin:0;
668         padding:0;
669         border:none;
670         background: none;
671         font-size: 15px;
672         color: #666;
673 }
674
675 #main-content .left_brain .input_bg {
676         padding:10px 10px 0px 13px;
677         background: url('/images/login-box-bg.jpg') no-repeat;
678         width:167px;
679         height:29px;
680 }
681
682 #login-failed-message {
683         font-size: 125%;
684     font-weight: bold;
685         color: red;
686     padding-top: 1em;
687 }
688
689 #home-buttons-inner {
690         height:117px;
691         background:#bda964;
692 }
693
694 #holds_temp_parent td {
695         border-bottom:1px solid #dcdbdb;
696 }
697
698 #holds_temp_parent input, #holds_temp_parent select {
699         margin:0;
700 }
701
702 #results_header_bar {
703         background: #929292;
704         border-top:1px solid #8b8b8b;
705 }
706
707 #results_header_inner {
708     height: 32px;
709     padding-top:6px;
710 }
711
712 .cached_list_div { width: 111px; height: 25px; }
713
714 .results_header_div {
715         float: left;
716         width: 0px;
717         height: 25px;
718         border-left: 1px solid #7c7c7c;
719         border-right: 1px solid #9c9c9c;
720         margin: 0px 13px;
721 }
722
723 .results_header_lbl {
724         font-weight: bold;
725         float: left;
726         font-size: 11px;
727         color: #191919;
728         background: #929292;
729         margin-right: 6px;
730 }
731
732 .results_header_sel {
733     /* width: 88px; */
734         float:left;
735         margin:0;
736 }
737
738 .results_header_nav1 {
739         padding: 5px 7px 6px 0px;
740         border-bottom: 1px dotted #ccc;
741 }
742
743 .results_header_nav1 .h1 {
744         font-size:14px;
745         font-weight:bold;
746         color:#007a54;
747 }
748
749 .start_end_links_span {
750         font-size: 11px;
751 }
752
753 #result_table_div {
754         margin-top: 1em;
755 }
756
757 tr.result_table_row > td.results_row_count,
758 tr.result_table_row > td.result_table_pic_header,
759 tr.result_table_row > td.result_table_title_cell {
760     vertical-align: top;
761 }
762
763 tr.result_table_row:nth-child(n+2) > td {
764     border-top: 1px solid #d4d4d4;
765 }
766
767 tr.result_table_row > td.result_table_pic_header {
768     white-space: nowrap;
769     width: 78px;
770     padding-left: 1em;
771 }
772
773 .result_numbers {
774         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
775 }
776
777 .result_table_subtable {
778     width: 100%;
779     padding-top: 1em;
780 }
781
782 div.result_table_utils_cont {
783     width: 250px;
784     text-align:left;
785 }
786
787 div.result_table_utils {
788     float: right;
789 }
790
791 div.result_place_hold {
792     position: relative;
793     top: -3px;
794     left:3px;
795 }
796
797 .icon_text {
798         text-transform:capitalize;
799 }
800
801 #myopac_summary_div p {
802         margin:0;
803         margin-bottom: 10px;
804 }
805
806 #acct_sum_checked_table td {
807         padding-bottom:5px;
808 }
809
810 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
811 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
812
813 #zero_search_hits p {
814         margin-top:0;
815 }
816
817 #zero_hits_term {
818         text-transform: uppercase;
819     font-weight: bold;
820 }
821
822 #zero_search_hits #spell_check_link {
823         text-transform: uppercase;
824 }
825
826 #zero_search_hits #zero_hits_suggestions {
827         text-transform: uppercase;
828 }
829
830 .results_info_table td {
831         padding-right: 10px;
832 }
833
834 #myopac_holds_main_table {
835         border-collapse: collapse;
836 }
837
838 #myopac_holds_main_table td {
839         border: 1px solid black;
840         
841 }
842
843 #myopac_prefs_div .data_grid {
844         border-collapse:collapse;
845 }
846
847 #myopac_prefs_div .data_grid td {
848         background:#f0f0f0;
849         border-bottom:3px solid white;
850         padding:6px 0px 7px 17px;
851 }
852
853 .header_middle {
854         height:22px;
855         font-size:14px;
856         font-weight:bold;
857         color:#007a54;
858         padding: 0px 7px 0px 0px;
859         border-bottom: 1px dotted #ccc;
860 }
861
862 .header_middle a {
863         font-size: 12px;
864         font-weight: normal;
865 }
866
867 .acct_sum_row {
868         padding: 7px 15px;
869         background: #f0f0f0;
870         margin-bottom: 2px;
871         font-size: 10px;
872         font-weight: bold;
873         text-transform: uppercase;
874 }
875
876 .acct_sum_row a {
877         text-transform: none;
878         font-size: 12px;
879         position:relative;
880         top:-1px;
881 }
882
883 .acct_sum_row .view_link {
884         font-weight: normal;
885         font-size:12px;
886 }
887
888 table.acct_notes {
889     border-collapse: collapse;
890     margin: -1em 0 0.5em 0;
891 }
892
893 table.acct_notes * {
894     border: solid thin;
895     padding: 0.5em; 
896 }
897
898 table.acct_notes th {
899     font-weight: bold;
900 }
901
902 #myopac_sum_fines {
903         float:right;
904         padding: 15px 0px 0px 23px;
905         background: #f0f0f0;
906         width: 177px;
907         height: 166px;
908 }
909
910 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
911
912 .acct_holds_temp td {
913         text-align: left;
914 }
915
916 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
917         float:left;
918         /*padding-left:10px;*/
919 }
920
921 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
922         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
923 }
924
925 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
926         font-weight:bold;
927         text-transform:uppercase;
928         font-size: 10px;
929 }
930
931 #acct_checked_main_header td, #acct_holds_main_header td, #acct_checked_hist_header td, #acct_list_header td, #acct_list_header_anon td, #temp_list_holds td {
932         background: #d8d8d8;
933         padding: 8px 0px 7px 0px;
934 }
935
936 #acct_list_header select, #acct_list_header_anon select {
937         font-weight:normal;
938         text-transform:none;
939 }
940
941 #acct_holds_activates_table label {
942         font-weight: bold;
943         font-size: 11px;
944         text-transform:uppercase;
945         padding-right: 5px;
946 }
947
948 .adv_search_font {
949         font-size: 10px;
950 }
951
952 .search_catalog_lbl {
953         font-size: 14px;
954 }
955
956 .lbl1 {
957         font-size:14px;
958         font-weight:bold;
959 }
960
961 .lbl2 {
962         font-size:10px;
963         font-weight:normal;
964         position:relative;
965         top:3px;
966 }
967
968 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
969         background: #007a54;
970         padding-top:5px;
971         margin-bottom:20px;
972 }
973
974 #fines_payments_wrapper {
975     padding-left: 5px; 
976     padding-right: 5px;
977 }
978
979 .myopac_payments_table th { text-align: left; }
980 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
981 .myopac_payments_table thead th:first-child { width: 8em; }
982 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
983 .myopac_payments_table form { display: inline; }
984 .myopac_payments_table input[type="submit"] { padding: 1px; }
985
986 .payment-error {
987     font-weight: bold; color: red;
988     padding: 10px; border: 1px solid #888;
989 }
990
991 .payment-processing {
992     font-weight: bold; color: green;
993     font-size: 120%;
994     padding: 10px; border: 1px solid #888;
995     text-align: center;
996 }
997
998 #adv_search_parent {
999         margin-bottom:0px;
1000 }
1001
1002 #myopac_loading {
1003         width:100%;
1004         text-align:center;
1005         padding-top:20px;
1006         font-size:16px;
1007         font-weight:bold;
1008 }
1009
1010 .chili_link {
1011         width:100px !important;
1012         text-align: center !important;
1013 }
1014
1015 .chili_review div.chili_link div {
1016         margin: auto;
1017 }
1018
1019 /* some facet styling */
1020 /*
1021 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
1022 .facetClassLabelContainer { border: 1px solid #CCC; }
1023 .facetClassLabel { font-weight: bold; text-align: center; }
1024 .facetFieldContainer {  }
1025 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
1026 .extraFacetFieldsWrapper { }
1027 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
1028 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
1029 .facetField { border-top: 1px solid #CCC; }
1030 .facetFields { padding-left: 5px; }
1031 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1032 */
1033
1034 div.facet_sidebar {
1035     float: left;
1036     border-right: 1px solid #F3F3F3;
1037     margin-right: 1em;
1038 }
1039
1040 .facet_box_temp {
1041         padding-bottom:3px;
1042         width: 15em;
1043         overflow:hidden;
1044 }
1045
1046 .facet_box_temp .header {
1047         height:31px;
1048         overflow:hidden;
1049         background:#00593d;
1050         -moz-border-top-left-radius: 5px;
1051         border-top-left-radius: 5px;
1052         -moz-border-top-right-radius: 5px;
1053         border-top-right-radius: 5px;
1054         font-weight:bold;
1055         color:white;
1056         padding-top:4px;
1057 }
1058
1059 .facet_box_temp .header .title {
1060         float:left;
1061         padding-top:6px;
1062         padding-left:12px;
1063         overflow:hidden;
1064 }
1065
1066 .facet_box_temp .header .button {
1067         float:right;
1068         padding-right:6px;
1069 }
1070
1071 .facet_box_wrapper .box_wrapper {
1072         position:relative;
1073         top:-4px;
1074         margin-bottom:-5px;
1075         *margin-bottom:-6px;
1076 }
1077
1078 .facet_box_wrapper .box_wrapper .box {
1079         width: 14em;
1080         border-top:1px solid #7ebee5;
1081         border-left:1px solid #f3f3f3;
1082         border-right:1px solid #f3f3f3;
1083         background:white;
1084         padding-left:12px;
1085         padding-top:6px;
1086 }
1087
1088 .facet_box_wrapper .box_wrapper .bottom {
1089         background:url('/images/facet_box_bg_bottom.png') no-repeat;
1090 }
1091
1092 .facet_template {
1093         padding-bottom:5px;
1094 }
1095
1096 .facet_template .facet {
1097         float:left;
1098         width:124px;
1099 }
1100
1101 .facet_template .count {
1102         float:right;
1103         color:#818080;
1104         padding-right:11px;
1105 }
1106
1107 .facet_template_selected {
1108     background-color: #d7d7d7;
1109 }
1110
1111 .facet_border {
1112     border-left: 1px solid #e9ebf3;
1113     padding-right: 0.5em;
1114 }
1115
1116 #footer-wrap {
1117     background: linear-gradient(#007a54, #00593d);
1118     background: -moz-linear-gradient(#007a54, #00593d);
1119     background: -o-linear-gradient(#007a54, #00593d);
1120     background: -webkit-linear-gradient(#007a54, #00593d);
1121     background-color: #00593d;
1122 }
1123
1124 #footer {
1125         padding-top:5px;
1126         padding-bottom: 10px;
1127         margin-left: 1em;
1128         font-size: 11px;
1129 }
1130
1131 #footer a {
1132         color: white;
1133         text-decoration: none;
1134         text-shadow: 0 0 0.2em #00593d, 0 0 0.2em #00593d;
1135 }
1136
1137 #copyright_text, #footer_logo {
1138     color: white;
1139 }
1140
1141 .color_4 {
1142         text-transform: uppercase;
1143         font-weight: bold;
1144         font-size: 10px;
1145 }
1146
1147 .advanced_div { padding-top: 15px; }
1148 #adv_global_search select { width: 13em; }
1149 #adv_global_input_table select { width: 7em; }
1150 .adv_adv_link { font-size: 8pt; color: red; }
1151 #acct_prefs_header { float: left; }
1152 .search_page_nav_link { cursor: pointer; }
1153 #opac.result.sort { width: 160px; }
1154 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
1155 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
1156 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
1157 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
1158 #adv_search_refine select { border: 1px inset #ccc !important; }
1159 #adv_search_refine {
1160     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
1161 }
1162 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1163 .subtle-button {
1164     background-color: #ffffff;
1165     color: #00593d; text-decoration: none;
1166     font-size: 12px;
1167     padding: 0; border: 0; margin: 0;
1168     vertical-align: middle;
1169 }
1170 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1171 .no-dec:hover { text-decoration: none; }
1172 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
1173
1174 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1175 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
1176 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
1177 a.dash-link:hover { text-decoration: underline !important; }
1178 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1179 #list_create_table {
1180     background-color: #ccc;
1181     padding-bottom: 4px;
1182     margin-bottom: 10px;
1183     border-bottom: 1px dotted #666;
1184 }
1185 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1186 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1187 .results_row_count { font-weight: bold; }
1188 #hold_editor h1 { font-size: 120%; font-weight: bold; }
1189 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
1190 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1191 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
1192 #hold_editor_table th { text-align: right; padding-right: 1em; }
1193 #hold_editor_table td { padding: 0.25em 0; }
1194 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1195 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1196 .hold-editor-controls a { padding-left: 2em; }
1197
1198 .text-right { text-align: right; }
1199 .text-right-top { text-align: right; vertical-align: top; }
1200 .rdetail-author-div { padding-bottom: 10px; }
1201
1202 .invisible { visibility: hidden; }
1203 .rdetail-extras-summary { margin: 10px; }
1204 .staff-hold { background-color: #eee; }
1205 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1206 .expert-search-row { padding-top: 10px; }
1207 .bookshelf thead tr td {
1208     border-bottom: 1px dashed #999;
1209     padding-bottom: 1ex;
1210 }
1211 .cn_browse_item { padding: 2ex; }
1212
1213 .results-paginator-selected { color: red; }
1214 .inactive-hold { background: #e5e5e5; }
1215
1216 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1217 .hold-items-list-title { font-size: 120%; }
1218 .hold-items-list-problem { color: red; }
1219
1220 .big-strong {font-weight: bold; font-size: 120%; }
1221
1222 .results_header_btns, .results_header_sel {
1223     float:left;
1224     margin-right: 6px;
1225     height: 26px;
1226 }
1227
1228 .opac-button, .results_header_btns, #simple-detail-view-links { 
1229     color: #FBF9F9;
1230     font-weight: bold; 
1231     text-decoration: none;
1232     text-shadow: 1px 1px 1px #555555;
1233     cursor: pointer !important;
1234     -moz-border-radius: 5px;
1235     border-radius: 5px;
1236     border: 1px solid #007a54;
1237     background: linear-gradient(#007a54, #00593d);
1238     background: -moz-linear-gradient(#007a54, #00593d);
1239     background: -o-linear-gradient(#007a54, #00593d);
1240     background: -webkit-linear-gradient(#007a54, #00593d);
1241     background-color: #00593d;
1242 }
1243
1244 .opac-button-header {
1245     background: #69A088;
1246     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1247 }
1248
1249 .results_header_btns a, #simple-detail-view-links a {
1250     margin: 10px;
1251     padding: 5px 10px 5px 10px;
1252     color: white;
1253     vertical-align: middle;
1254     display: table-cell;
1255 }
1256
1257 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1258     background: #00593d;
1259     text-decoration: none;
1260 }
1261
1262 a.opac-button {
1263     margin: 10px;
1264     padding: 5px 10px 5px 10px;
1265 }
1266
1267 #dash_wrapper .opac-button {
1268     position: relative;
1269     top: 10px;
1270 }
1271
1272 #myopac_checked_div {
1273     padding: 0px;
1274 }
1275
1276 .rdetail-mfhd-head {
1277     margin-top: 5px;
1278     padding-top: 5px;
1279     background-color: #D8D8D8;
1280 }
1281
1282 .rdetail-mfhd-type {
1283     padding-left: 1em;
1284 }
1285
1286 .rdetail-mfhd-bottom {
1287     border-bottom: thin solid black;
1288     width: 100%;
1289 }
1290
1291 #rdetail_record_details {
1292     clear: both;
1293     margin-top: 1em;
1294 }
1295
1296 .rdetail_subject_type {
1297     vertical-align: top;
1298     font-weight: bold;
1299 }
1300
1301 .bookbag-item-row td { vertical-align: top; }
1302
1303 .error { color: red; font-weight: bold; }
1304 .success { color: green; font-weight: bold; }
1305
1306 .rdetail_related_subjects {
1307     margin-top: 1.5em;
1308 }
1309
1310 .rdetail_related_series {
1311     margin-top: 1.5em;
1312 }
1313
1314 #rdetail_openurl {
1315     margin-top: 1em;
1316 }
1317
1318 .rdetail_openurl_entry {
1319     margin-left: 1em;
1320     padding-left: 1em;
1321 }
1322 .bookbag-controls-holder { width: 100%; }
1323 .bookbag-controls-holder:nth-child(odd) { background-color: #d7d7d7; }
1324 .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; }
1325 .bookbag-controls-holder .most {
1326     padding-left: 0;
1327     margin-right: 5em;
1328 }
1329 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1330 .bookbag-share .fixed { min-width: 4em; }
1331 .bookbag-specific { margin-left: 1em; }
1332 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1333 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1334 #bbag-name-desc-form tr th { vertical-align: middle; }
1335 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1336 .bookbag-description {
1337     padding-top: 0em;
1338     font-style: italic;
1339     max-width: 40em;
1340 }
1341 #bbag-edit-description { width: 20em; }
1342 #bbag-edit-name { width: 20em; }
1343 textarea { font-family: sans-serif; }
1344 table.bookbag-specific {
1345     border-right: 1px solid #999;
1346     border-bottom: 1px solid #666;
1347     margin-bottom: 2ex;
1348 }
1349 .bookbag-share {
1350     float: left;
1351     padding: 5px 0;
1352 }
1353 .bookbag-controls {
1354     float: left;
1355     padding: 5px 0px 0px 10px;
1356 }
1357
1358 .bookbag-specific td.list_checkbox {
1359     padding-left: 10px !important;
1360 }
1361 .bookbag-specific td.list_entry {
1362     min-width: 10em;
1363     padding-left: 5px !important;
1364 }
1365 .bookbag-specific td.list_actions {
1366     white-space: nowrap !important;
1367 }
1368
1369 .list_is_empty {
1370     padding: 8px 0px 6px 0px;
1371     width: 100%;
1372     border: 0;
1373     font-size: 120%;
1374     text-align: center;
1375     font-style: italic;
1376 }
1377 .save-notes { padding-bottom: 1.5ex; }
1378
1379 /* Moved from semiauto.css */
1380 .adv_global_input_container { border-bottom: none; }
1381 .opac-auto-013 {
1382     border-bottom: none;
1383     *height: 0px;
1384 }
1385 .adv_global_filter_sort {
1386     border: none;
1387     width: 100%;
1388 }
1389 .clear-both { clear: both; }
1390 .common-no-pad {
1391     clear: both;
1392     height: 0px;
1393     margin: 0px;
1394     padding: 0px;
1395 }
1396 .common-full-pad {
1397     clear: both;
1398     height: 15px;
1399 }
1400 .alert { color: red; }
1401 .float-left { float: left; }
1402 .float-right { float: right; }
1403
1404 .saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
1405 .saved-searches-header .button { float: right; width: 28px; }
1406 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1407 .saved-searches-header {font-weight: bold; font-size: 120%; }
1408 .saved-searches { border-bottom: 1px solid #666; padding-right: 1em; }
1409 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1410     border-right: 1px solid #333;
1411 }
1412 .result_item_circulated {
1413     padding-top: 4px;
1414 }
1415
1416 .result_item_circulated span {
1417     position: relative;
1418     top:-3px;
1419     left:3px;
1420 }
1421
1422 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1423 #result-bookbag-heading { text-align: center; margin: 2ex; }
1424
1425 .result-bookbag-name { font-size: 140%; font-weight: bold; }
1426 .result-bookbag-description { font-size: 120%; font-style: italic; }
1427 .result-bookbag-item-note { font-style: italic; }
1428 .lowhits-bookbag-name { font-weight: bold; }
1429 .oils_AS { font-weight: bold; color: #c00; }
1430 .oils_AS_match_term { text-align: left; color: #000; }
1431 .oils_AS_match_field {
1432     font-size: 75%; padding: 0.65em 0;
1433     text-align: right; color: #666;
1434 }
1435 table.result_holdings_table {
1436     margin-top: 1em;
1437     margin-bottom: 1em;
1438 }
1439 table.result_holdings_table thead tr {
1440     background: #D8D8D8;
1441 }
1442 table.result_holdings_table thead tr th {
1443     font-weight: bold;
1444 }
1445 span.preflib {
1446     margin: 0 2em 0 2em;
1447 }
1448 a.preflib_change {
1449   vertical-align: super;
1450   font-size: smaller;
1451   line-height: normal;
1452   text-decoration: none;
1453 }
1454 .rdetail-holding-group { margin-left: 1.5em; }
1455 .rdetail-holding-group span { margin-left: 1.5em; }
1456 .rdetail-holding-group .paging { margin-left: 1.5em; }
1457 #rdetail_deleted_exp {
1458     font-weight: bold;
1459     padding: 1em;
1460     margin: 1em;
1461     border: thick solid red;
1462 }
1463
1464 #ac_tab_wrapper { width : 100%; }
1465 .ac_tab { float: left; padding-right: 10px; font-size: 110%; padding: 5px; border: 1px solid #417860; }
1466 .ac_tab_selected { background-color: #417860; }
1467 .ac_tab_selected a { color: #FFF; }
1468 #ac_content { clear: both; width: 100%; margin-top: 10px; }
1469
1470 /* Popmenu styles used for making css menus. */
1471 .popmenu {
1472     margin: 0;
1473     padding: 0;
1474 }
1475 .popmenu li {
1476     list-style: none;
1477 }
1478 .popmenu li a {
1479     display: block;
1480     padding: 3px 5px;
1481 }
1482 .popmenu li ul {
1483     display: none; 
1484     width: 10em; /* Width to help Opera out */
1485     background-color: #00593d;
1486 }
1487 .popmenu li:hover ul {
1488     display: block;
1489     position: absolute;
1490     margin: 0;
1491     padding: 0;
1492     border-color: black;
1493     border-width: 1px;
1494     border-style: solid;
1495 }
1496 .popmenu li:hover li {
1497     float: none;
1498 }
1499 .popmenu li:hover li a {
1500     background-color: #00593d; 
1501     color: #f0e0e0;
1502 }
1503 .popmenu li li a:hover {
1504     background-color: #f0e0e0; 
1505     color: #00593d;
1506 }
1507 /* Styles for the temporary list entry. */
1508 .popmenu li:hover li[class~="temporary"] a {
1509     background-color: #00593d; 
1510     color: #f0e0e0;
1511 }
1512 .popmenu li li[class~="temporary"] a:hover {
1513     background-color: #f0e0e0; 
1514     color: #00593d;
1515 }
1516 /* Styles for the default list entry. */
1517 .popmenu li:hover li[class~="default"] a {
1518     background-color: #00593d; 
1519     color: #f0e0e0;
1520 }
1521 .popmenu li li[class~="default"] a:hover {
1522     background-color: #f0e0e0; 
1523     color: #00593d;
1524 }
1525 /* Styles for the new list entry. */
1526 .popmenu li:hover li[class~="new"] a {
1527     background-color: #00593d; 
1528     color: #f0e0e0;
1529 }
1530 .popmenu li li[class~="new"] a:hover {
1531     background-color: #f0e0e0; 
1532     color: #00593d;
1533 }
1534 /* Style to add a divider on the menu. */
1535 .popmenu li li[class~="divider"] {
1536     border-bottom-width: 1px;
1537     border-bottom-color: black;
1538     border-bottom-style: solid;
1539 }
1540     
1541 #locale_picker_form {
1542     float: right;
1543     padding: 0.5em 1em 0.5em 0;
1544     border-right: thin #69A088 solid;
1545 }
1546
1547 #locale_picker_form * {
1548     margin: 0;
1549     padding: 0;
1550     vertical-align: middle;
1551     font-size: 1em;
1552 }