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