]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
f68a101a448c1022e26754478c45266a789a4e6d
[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 #home-buttons-inner {
683         height:117px;
684         background:#bda964;
685 }
686
687 #holds_temp_parent td {
688         border-bottom:1px solid #dcdbdb;
689 }
690
691 #holds_temp_parent input, #holds_temp_parent select {
692         margin:0;
693 }
694
695 #results_header_bar {
696         background: #929292;
697         border-top:1px solid #8b8b8b;
698 }
699
700 #results_header_inner {
701     height: 32px;
702     padding-top:6px;
703 }
704
705 .cached_list_div { width: 111px; height: 25px; }
706
707 .results_header_div {
708         float: left;
709         width: 0px;
710         height: 25px;
711         border-left: 1px solid #7c7c7c;
712         border-right: 1px solid #9c9c9c;
713         margin: 0px 13px;
714 }
715
716 .results_header_lbl {
717         font-weight: bold;
718         float: left;
719         font-size: 11px;
720         color: #191919;
721         background: #929292;
722         margin-right: 6px;
723 }
724
725 .results_header_sel {
726     /* width: 88px; */
727         float:left;
728         margin:0;
729 }
730
731 .results_header_nav1 {
732         padding: 5px 7px 6px 0px;
733         border-bottom: 1px dotted #ccc;
734 }
735
736 .results_header_nav1 .h1 {
737         font-size:14px;
738         font-weight:bold;
739         color:#007a54;
740 }
741
742 .start_end_links_span {
743         font-size: 11px;
744 }
745
746 #result_table_div {
747         margin-top: 1em;
748 }
749
750 tr.result_table_row > td.results_row_count,
751 tr.result_table_row > td.result_table_pic_header,
752 tr.result_table_row > td.result_table_title_cell {
753     vertical-align: top;
754 }
755
756 tr.result_table_row:nth-child(n+2) > td {
757     border-top: 1px solid #d4d4d4;
758 }
759
760 tr.result_table_row > td.result_table_pic_header {
761     white-space: nowrap;
762     width: 78px;
763     padding-left: 1em;
764 }
765
766 .result_numbers {
767         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
768 }
769
770 .result_table_subtable {
771     width: 100%;
772     padding-top: 1em;
773 }
774
775 div.result_table_utils_cont {
776     width: 250px;
777     text-align:left;
778 }
779
780 div.result_table_utils {
781     float: right;
782 }
783
784 div.result_place_hold {
785     position: relative;
786     top: -3px;
787     left:3px;
788 }
789
790 .icon_text {
791         text-transform:capitalize;
792 }
793
794 #myopac_summary_div p {
795         margin:0;
796         margin-bottom: 10px;
797 }
798
799 #acct_sum_checked_table td {
800         padding-bottom:5px;
801 }
802
803 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
804 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
805
806 #zero_search_hits p {
807         margin-top:0;
808 }
809
810 #zero_hits_term {
811         text-transform: uppercase;
812     font-weight: bold;
813 }
814
815 #zero_search_hits #spell_check_link {
816         text-transform: uppercase;
817 }
818
819 #zero_search_hits #zero_hits_suggestions {
820         text-transform: uppercase;
821 }
822
823 .results_info_table td {
824         padding-right: 10px;
825 }
826
827 #myopac_holds_main_table {
828         border-collapse: collapse;
829 }
830
831 #myopac_holds_main_table td {
832         border: 1px solid black;
833         
834 }
835
836 #myopac_prefs_div .data_grid {
837         border-collapse:collapse;
838 }
839
840 #myopac_prefs_div .data_grid td {
841         background:#f0f0f0;
842         border-bottom:3px solid white;
843         padding:6px 0px 7px 17px;
844 }
845
846 .header_middle {
847         height:22px;
848         font-size:14px;
849         font-weight:bold;
850         color:#007a54;
851         padding: 0px 7px 0px 0px;
852         border-bottom: 1px dotted #ccc;
853 }
854
855 .header_middle a {
856         font-size: 12px;
857         font-weight: normal;
858 }
859
860 .acct_sum_row {
861         padding: 7px 15px;
862         background: #f0f0f0;
863         margin-bottom: 2px;
864         font-size: 10px;
865         font-weight: bold;
866         text-transform: uppercase;
867 }
868
869 .acct_sum_row a {
870         text-transform: none;
871         font-size: 12px;
872         position:relative;
873         top:-1px;
874 }
875
876 .acct_sum_row .view_link {
877         font-weight: normal;
878         font-size:12px;
879 }
880
881 table.acct_notes {
882     border-collapse: collapse;
883     margin: -1em 0 0.5em 0;
884 }
885
886 table.acct_notes * {
887     border: solid thin;
888     padding: 0.5em; 
889 }
890
891 table.acct_notes th {
892     font-weight: bold;
893 }
894
895 #myopac_sum_fines {
896         float:right;
897         padding: 15px 0px 0px 23px;
898         background: #f0f0f0;
899         width: 177px;
900         height: 166px;
901 }
902
903 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
904
905 .acct_holds_temp td {
906         text-align: left;
907 }
908
909 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
910         float:left;
911         /*padding-left:10px;*/
912 }
913
914 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
915         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
916 }
917
918 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
919         font-weight:bold;
920         text-transform:uppercase;
921         font-size: 10px;
922 }
923
924 #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 {
925         background: #d8d8d8;
926         padding: 8px 0px 7px 0px;
927 }
928
929 #acct_list_header select, #acct_list_header_anon select {
930         font-weight:normal;
931         text-transform:none;
932 }
933
934 #acct_holds_activates_table label {
935         font-weight: bold;
936         font-size: 11px;
937         text-transform:uppercase;
938         padding-right: 5px;
939 }
940
941 .adv_search_font {
942         font-size: 10px;
943 }
944
945 .search_catalog_lbl {
946         font-size: 14px;
947 }
948
949 .lbl1 {
950         font-size:14px;
951         font-weight:bold;
952 }
953
954 .lbl2 {
955         font-size:10px;
956         font-weight:normal;
957         position:relative;
958         top:3px;
959 }
960
961 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
962         background: #007a54;
963         padding-top:5px;
964         margin-bottom:20px;
965 }
966
967 #fines_payments_wrapper {
968     padding-left: 5px; 
969     padding-right: 5px;
970 }
971
972 .myopac_payments_table th { text-align: left; }
973 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
974 .myopac_payments_table thead th:first-child { width: 8em; }
975 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
976 .myopac_payments_table form { display: inline; }
977 .myopac_payments_table input[type="submit"] { padding: 1px; }
978
979 .payment-error {
980     font-weight: bold; color: red;
981     padding: 10px; border: 1px solid #888;
982 }
983
984 .payment-processing {
985     font-weight: bold; color: green;
986     font-size: 120%;
987     padding: 10px; border: 1px solid #888;
988     text-align: center;
989 }
990
991 #adv_search_parent {
992         margin-bottom:0px;
993 }
994
995 #myopac_loading {
996         width:100%;
997         text-align:center;
998         padding-top:20px;
999         font-size:16px;
1000         font-weight:bold;
1001 }
1002
1003 .chili_link {
1004         width:100px !important;
1005         text-align: center !important;
1006 }
1007
1008 .chili_review div.chili_link div {
1009         margin: auto;
1010 }
1011
1012 /* some facet styling */
1013 /*
1014 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
1015 .facetClassLabelContainer { border: 1px solid #CCC; }
1016 .facetClassLabel { font-weight: bold; text-align: center; }
1017 .facetFieldContainer {  }
1018 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
1019 .extraFacetFieldsWrapper { }
1020 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
1021 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
1022 .facetField { border-top: 1px solid #CCC; }
1023 .facetFields { padding-left: 5px; }
1024 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
1025 */
1026
1027 div.facet_sidebar {
1028     float: left;
1029     border-right: 1px solid #F3F3F3;
1030     margin-right: 1em;
1031 }
1032
1033 .facet_box_temp {
1034         padding-bottom:3px;
1035         width: 15em;
1036         overflow:hidden;
1037 }
1038
1039 .facet_box_temp .header {
1040         height:31px;
1041         overflow:hidden;
1042         background:#00593d;
1043         -moz-border-top-left-radius: 5px;
1044         border-top-left-radius: 5px;
1045         -moz-border-top-right-radius: 5px;
1046         border-top-right-radius: 5px;
1047         font-weight:bold;
1048         color:white;
1049         padding-top:4px;
1050 }
1051
1052 .facet_box_temp .header .title {
1053         float:left;
1054         padding-top:6px;
1055         padding-left:12px;
1056         overflow:hidden;
1057 }
1058
1059 .facet_box_temp .header .button {
1060         float:right;
1061         padding-right:6px;
1062 }
1063
1064 .facet_box_wrapper .box_wrapper {
1065         position:relative;
1066         top:-4px;
1067         margin-bottom:-5px;
1068         *margin-bottom:-6px;
1069 }
1070
1071 .facet_box_wrapper .box_wrapper .box {
1072         width: 14em;
1073         border-top:1px solid #7ebee5;
1074         border-left:1px solid #f3f3f3;
1075         border-right:1px solid #f3f3f3;
1076         background:white;
1077         padding-left:12px;
1078         padding-top:6px;
1079 }
1080
1081 .facet_box_wrapper .box_wrapper .bottom {
1082         background:url('/images/facet_box_bg_bottom.png') no-repeat;
1083 }
1084
1085 .facet_template {
1086         padding-bottom:5px;
1087 }
1088
1089 .facet_template .facet {
1090         float:left;
1091         width:124px;
1092 }
1093
1094 .facet_template .count {
1095         float:right;
1096         color:#818080;
1097         padding-right:11px;
1098 }
1099
1100 .facet_template_selected {
1101     background-color: #d7d7d7;
1102 }
1103
1104 .facet_border {
1105     border-left: 1px solid #e9ebf3;
1106     padding-right: 0.5em;
1107 }
1108
1109 #footer-wrap {
1110     background: linear-gradient(#007a54, #00593d);
1111     background: -moz-linear-gradient(#007a54, #00593d);
1112     background: -o-linear-gradient(#007a54, #00593d);
1113     background: -webkit-linear-gradient(#007a54, #00593d);
1114     background-color: #00593d;
1115 }
1116
1117 #footer {
1118         padding-top:5px;
1119         padding-bottom: 10px;
1120         margin-left: 1em;
1121         font-size: 11px;
1122 }
1123
1124 #footer a {
1125         color: white;
1126         text-decoration: none;
1127         text-shadow: 0 0 0.2em #00593d, 0 0 0.2em #00593d;
1128 }
1129
1130 #copyright_text, #footer_logo {
1131     color: white;
1132 }
1133
1134 .color_4 {
1135         text-transform: uppercase;
1136         font-weight: bold;
1137         font-size: 10px;
1138 }
1139
1140 .advanced_div { padding-top: 15px; }
1141 #adv_global_search select { width: 13em; }
1142 #adv_global_input_table select { width: 7em; }
1143 .adv_adv_link { font-size: 8pt; color: red; }
1144 #acct_prefs_header { float: left; }
1145 .search_page_nav_link { cursor: pointer; }
1146 #opac.result.sort { width: 160px; }
1147 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
1148 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
1149 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
1150 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
1151 #adv_search_refine select { border: 1px inset #ccc !important; }
1152 #adv_search_refine {
1153     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
1154 }
1155 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1156 .subtle-button {
1157     background-color: #ffffff;
1158     color: #00593d; text-decoration: none;
1159     font-size: 12px;
1160     padding: 0; border: 0; margin: 0;
1161     vertical-align: middle;
1162 }
1163 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1164 .no-dec:hover { text-decoration: none; }
1165 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
1166
1167 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1168 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
1169 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
1170 a.dash-link:hover { text-decoration: underline !important; }
1171 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1172 #list_create_table {
1173     background-color: #ccc;
1174     padding-bottom: 4px;
1175     margin-bottom: 10px;
1176     border-bottom: 1px dotted #666;
1177 }
1178 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1179 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1180 .results_row_count { font-weight: bold; }
1181 #hold_editor h1 { font-size: 120%; font-weight: bold; }
1182 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
1183 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1184 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
1185 #hold_editor_table th { text-align: right; padding-right: 1em; }
1186 #hold_editor_table td { padding: 0.25em 0; }
1187 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1188 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1189 .hold-editor-controls a { padding-left: 2em; }
1190
1191 .text-right { text-align: right; }
1192 .text-right-top { text-align: right; vertical-align: top; }
1193 .rdetail-author-div { padding-bottom: 10px; }
1194
1195 .invisible { visibility: hidden; }
1196 .rdetail-extras-summary { margin: 10px; }
1197 .staff-hold { background-color: #eee; }
1198 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1199 .bookshelf thead tr td {
1200     border-bottom: 1px dashed #999;
1201     padding-bottom: 1ex;
1202 }
1203 .cn_browse_item { padding: 2ex; }
1204
1205 .results-paginator-selected { color: red; }
1206 .inactive-hold { background: #e5e5e5; }
1207
1208 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1209 .hold-items-list-title { font-size: 120%; }
1210 .hold-items-list-problem { color: red; }
1211
1212 .big-strong {font-weight: bold; font-size: 120%; }
1213
1214 .results_header_btns, .results_header_sel {
1215     float:left;
1216     margin-right: 6px;
1217     height: 26px;
1218 }
1219
1220 .opac-button, .results_header_btns, #simple-detail-view-links { 
1221     color: #FBF9F9;
1222     font-weight: bold; 
1223     text-decoration: none;
1224     text-shadow: 1px 1px 1px #555555;
1225     cursor: pointer !important;
1226     -moz-border-radius: 5px;
1227     border-radius: 5px;
1228     border: 1px solid #007a54;
1229     background: linear-gradient(#007a54, #00593d);
1230     background: -moz-linear-gradient(#007a54, #00593d);
1231     background: -o-linear-gradient(#007a54, #00593d);
1232     background: -webkit-linear-gradient(#007a54, #00593d);
1233     background-color: #00593d;
1234 }
1235
1236 .opac-button-header {
1237     background: #69A088;
1238     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
1239 }
1240
1241 .results_header_btns a, #simple-detail-view-links a {
1242     margin: 10px;
1243     padding: 5px 10px 5px 10px;
1244     color: white;
1245     vertical-align: middle;
1246     display: table-cell;
1247 }
1248
1249 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1250     background: #00593d;
1251     text-decoration: none;
1252 }
1253
1254 a.opac-button {
1255     margin: 10px;
1256     padding: 5px 10px 5px 10px;
1257 }
1258
1259 #dash_wrapper .opac-button {
1260     position: relative;
1261     top: 10px;
1262 }
1263
1264 #myopac_checked_div {
1265     padding: 0px;
1266 }
1267
1268 .rdetail-mfhd-head {
1269     margin-top: 5px;
1270     padding-top: 5px;
1271     background-color: #D8D8D8;
1272 }
1273
1274 .rdetail-mfhd-type {
1275     padding-left: 1em;
1276 }
1277
1278 .rdetail-mfhd-bottom {
1279     border-bottom: thin solid black;
1280     width: 100%;
1281 }
1282
1283 #rdetail_record_details {
1284     clear: both;
1285     margin-top: 1em;
1286 }
1287
1288 .rdetail_subject_type {
1289     vertical-align: top;
1290     font-weight: bold;
1291 }
1292
1293 .bookbag-item-row td { vertical-align: top; }
1294
1295 .error { color: red; font-weight: bold; }
1296 .success { color: green; font-weight: bold; }
1297
1298 .rdetail_related_subjects {
1299     margin-top: 1.5em;
1300 }
1301
1302 .rdetail_related_series {
1303     margin-top: 1.5em;
1304 }
1305
1306 #rdetail_openurl {
1307     margin-top: 1em;
1308 }
1309
1310 .rdetail_openurl_entry {
1311     margin-left: 1em;
1312     padding-left: 1em;
1313 }
1314 .bookbag-controls-holder { width: 100%; }
1315 .bookbag-controls-holder:nth-child(odd) { background-color: #d7d7d7; }
1316 .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; }
1317 .bookbag-controls-holder .most {
1318     padding-left: 0;
1319     margin-right: 5em;
1320 }
1321 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1322 .bookbag-share .fixed { min-width: 4em; }
1323 .bookbag-specific { margin-left: 1em; }
1324 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1325 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1326 #bbag-name-desc-form tr th { vertical-align: middle; }
1327 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1328 .bookbag-description {
1329     padding-top: 0em;
1330     font-style: italic;
1331     max-width: 40em;
1332 }
1333 #bbag-edit-description { width: 20em; }
1334 #bbag-edit-name { width: 20em; }
1335 textarea { font-family: sans-serif; }
1336 table.bookbag-specific {
1337     border-right: 1px solid #999;
1338     border-bottom: 1px solid #666;
1339     margin-bottom: 2ex;
1340 }
1341 .bookbag-share {
1342     float: left;
1343     padding: 5px 0;
1344 }
1345 .bookbag-controls {
1346     float: left;
1347     padding: 5px 0px 0px 10px;
1348 }
1349
1350 .bookbag-specific td.list_checkbox {
1351     padding-left: 10px !important;
1352 }
1353 .bookbag-specific td.list_entry {
1354     min-width: 10em;
1355     padding-left: 5px !important;
1356 }
1357 .bookbag-specific td.list_actions {
1358     white-space: nowrap !important;
1359 }
1360
1361 .list_is_empty {
1362     padding: 8px 0px 6px 0px;
1363     width: 100%;
1364     border: 0;
1365     font-size: 120%;
1366     text-align: center;
1367     font-style: italic;
1368 }
1369 .save-notes { padding-bottom: 1.5ex; }
1370
1371 /* Moved from semiauto.css */
1372 .adv_global_input_container { border-bottom: none; }
1373 .opac-auto-013 {
1374     border-bottom: none;
1375     *height: 0px;
1376 }
1377 .adv_global_filter_sort {
1378     border: none;
1379     width: 100%;
1380 }
1381 .clear-both { clear: both; }
1382 .common-no-pad {
1383     clear: both;
1384     height: 0px;
1385     margin: 0px;
1386     padding: 0px;
1387 }
1388 .common-full-pad {
1389     clear: both;
1390     height: 15px;
1391 }
1392 .alert { color: red; }
1393 .float-left { float: left; }
1394 .float-right { float: right; }
1395
1396 .saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
1397 .saved-searches-header .button { float: right; width: 28px; }
1398 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1399 .saved-searches-header {font-weight: bold; font-size: 120%; }
1400 .saved-searches { border-bottom: 1px solid #666; padding-right: 1em; }
1401 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1402     border-right: 1px solid #333;
1403 }
1404 .result_item_circulated {
1405     padding-top: 4px;
1406 }
1407
1408 .result_item_circulated span {
1409     position: relative;
1410     top:-3px;
1411     left:3px;
1412 }
1413
1414 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1415 #result-bookbag-heading { text-align: center; margin: 2ex; }
1416
1417 .result-bookbag-name { font-size: 140%; font-weight: bold; }
1418 .result-bookbag-description { font-size: 120%; font-style: italic; }
1419 .result-bookbag-item-note { font-style: italic; }
1420 .lowhits-bookbag-name { font-weight: bold; }
1421 .oils_AS { font-weight: bold; color: #c00; }
1422 .oils_AS_match_term { text-align: left; color: #000; }
1423 .oils_AS_match_field {
1424     font-size: 75%; padding: 0.65em 0;
1425     text-align: right; color: #666;
1426 }
1427 table.result_holdings_table {
1428     margin-top: 1em;
1429     margin-bottom: 1em;
1430 }
1431 table.result_holdings_table thead tr {
1432     background: #D8D8D8;
1433 }
1434 table.result_holdings_table thead tr th {
1435     font-weight: bold;
1436 }
1437 span.preflib {
1438     margin: 0 2em 0 2em;
1439 }
1440 a.preflib_change {
1441   vertical-align: super;
1442   font-size: smaller;
1443   line-height: normal;
1444   text-decoration: none;
1445 }
1446 .rdetail-holding-group { margin-left: 1.5em; }
1447 .rdetail-holding-group span { margin-left: 1.5em; }
1448 .rdetail-holding-group .paging { margin-left: 1.5em; }
1449 #rdetail_deleted_exp {
1450     font-weight: bold;
1451     padding: 1em;
1452     margin: 1em;
1453     border: thick solid red;
1454 }
1455
1456 #ac_tab_wrapper { width : 100%; }
1457 .ac_tab { float: left; padding-right: 10px; font-size: 110%; padding: 5px; border: 1px solid #417860; }
1458 .ac_tab_selected { background-color: #417860; }
1459 .ac_tab_selected a { color: #FFF; }
1460 #ac_content { clear: both; width: 100%; margin-top: 10px; }