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