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