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