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