]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
62eb2982462fae2db7df63983255bbe22daac869
[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.result_table_row {
723     border-bottom:1px solid #d4d4d4;
724 }
725
726 .result_numbers {
727         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
728 }
729
730 .result_table_subtable {
731     width: 100%;
732     padding-top: 1em;
733 }
734
735 div.result_table_utils_cont {
736     width: 250px;
737     text-align:left;
738 }
739
740 div.result_table_utils {
741     float: right;
742 }
743
744 div.result_place_hold {
745     position: relative;
746     top: -3px;
747     left:3px;
748 }
749
750 .icon_text {
751         text-transform:capitalize;
752 }
753
754 .result_table_title_cell {
755         padding-left: 7px;
756 }
757
758 #myopac_summary_div p {
759         margin:0;
760         margin-bottom: 10px;
761 }
762
763 #acct_sum_checked_table td {
764         padding-bottom:5px;
765 }
766
767 .zero_search_hits_main { float:left; width:300px; margin-top: 2ex; }
768 .zero_search_hits_saved { float:left; width:200px; margin-top: 2ex; margin-right: 2em; }
769
770 #zero_search_hits p {
771         margin-top:0;
772 }
773
774 #zero_hits_term {
775         text-transform: uppercase;
776     font-weight: bold;
777 }
778
779 #zero_search_hits #spell_check_link {
780         text-transform: uppercase;
781 }
782
783 #zero_search_hits #zero_hits_suggestions {
784         text-transform: uppercase;
785 }
786
787 .results_info_table td {
788         padding-right: 10px;
789 }
790
791 #myopac_holds_main_table {
792         border-collapse: collapse;
793 }
794
795 #myopac_holds_main_table td {
796         border: 1px solid black;
797         
798 }
799
800 #myopac_prefs_div .data_grid {
801         border-collapse:collapse;
802 }
803
804 #myopac_prefs_div .data_grid td {
805         background:#f0f0f0;
806         border-bottom:3px solid white;
807         padding:6px 0px 7px 17px;
808 }
809
810 .header_middle {
811         height:22px;
812         font-size:14px;
813         font-weight:bold;
814         color:#074079;
815         padding: 0px 7px 0px 0px;
816         border-bottom: 1px dotted #ccc;
817 }
818
819 .header_middle a {
820         font-size: 12px;
821         font-weight: normal;
822 }
823
824 .acct_sum_row {
825         padding: 7px 15px;
826         background: #f0f0f0;
827         margin-bottom: 2px;
828         font-size: 10px;
829         font-weight: bold;
830         text-transform: uppercase;
831 }
832
833 .acct_sum_row a {
834         text-transform: none;
835         font-size: 12px;
836         position:relative;
837         top:-1px;
838 }
839
840 .acct_sum_row .view_link {
841         font-weight: normal;
842         font-size:12px;
843 }
844
845 #myopac_sum_fines {
846         float:right;
847         padding: 15px 0px 0px 23px;
848         background: #f0f0f0;
849         width: 177px;
850         height: 166px;
851 }
852
853 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
854
855 .acct_holds_temp td {
856         text-align: left;
857 }
858
859 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
860         float:left;
861         /*padding-left:10px;*/
862 }
863
864 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
865         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
866 }
867
868 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
869         font-weight:bold;
870         text-transform:uppercase;
871         font-size: 10px;
872 }
873
874 #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 {
875         background: #d8d8d8;
876         padding: 8px 0px 7px 0px;
877 }
878
879 #acct_list_header select, #acct_list_header_anon select {
880         font-weight:normal;
881         text-transform:none;
882 }
883
884 #acct_holds_activates_table label {
885         font-weight: bold;
886         font-size: 11px;
887         text-transform:uppercase;
888         padding-right: 5px;
889 }
890
891 .adv_search_font {
892         font-size: 10px;
893 }
894
895 .search_catalog_lbl {
896         font-size: 14px;
897 }
898
899 .lbl1 {
900         font-size:14px;
901         font-weight:bold;
902 }
903
904 .lbl2 {
905         font-size:10px;
906         font-weight:normal;
907         position:relative;
908         top:3px;
909 }
910
911 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
912         background: #929292;
913         border-top:1px solid #8b8b8b;
914         padding-top:5px;
915         margin-bottom:20px;
916 }
917
918 #fines_payments_wrapper {
919     padding-left: 5px; 
920     padding-right: 5px;
921 }
922
923 .myopac_payments_table th { text-align: left; }
924 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
925 .myopac_payments_table thead th:first-child { width: 8em; }
926 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
927 .myopac_payments_table form { display: inline; }
928 .myopac_payments_table input[type="submit"] { padding: 1px; }
929
930 .payment-error {
931     font-weight: bold; color: red;
932     padding: 10px; border: 1px solid #888;
933 }
934
935 #adv_search_parent {
936         margin-bottom:0px;
937 }
938
939 #myopac_loading {
940         width:100%;
941         text-align:center;
942         padding-top:20px;
943         font-size:16px;
944         font-weight:bold;
945 }
946
947 .chili_link {
948         width:100px !important;
949         text-align: center !important;
950 }
951
952 .chili_review div.chili_link div {
953         margin: auto;
954 }
955
956 /* some facet styling */
957 /*
958 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
959 .facetClassLabelContainer { border: 1px solid #CCC; }
960 .facetClassLabel { font-weight: bold; text-align: center; }
961 .facetFieldContainer {  }
962 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
963 .extraFacetFieldsWrapper { }
964 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
965 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
966 .facetField { border-top: 1px solid #CCC; }
967 .facetFields { padding-left: 5px; }
968 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
969 */
970
971 div.facet_sidebar {
972     float: left;
973     border-right: 1px solid #F3F3F3;
974     margin-right: 1em;
975 }
976
977 .facet_box_temp {
978         padding-bottom:3px;
979         width: 15em;
980         overflow:hidden;
981 }
982
983 .facet_box_temp .header {
984         height:31px;
985         overflow:hidden;
986         background:url('/images/facet_box_bg.png') no-repeat;
987         font-weight:bold;
988         color:#074079;
989         padding-top:4px;
990 }
991
992 .facet_box_temp .header .title {
993         float:left;
994         padding-top:6px;
995         padding-left:12px;
996         overflow:hidden;
997 }
998
999 .facet_box_temp .header .button {
1000         float:right;
1001         padding-right:6px;
1002 }
1003
1004 .facet_box_wrapper .box_wrapper {
1005         position:relative;
1006         top:-4px;
1007         margin-bottom:-5px;
1008         *margin-bottom:-6px;
1009 }
1010
1011 .facet_box_wrapper .box_wrapper .box {
1012         width: 14em;
1013         border-top:1px solid #7ebee5;
1014         border-left:1px solid #f3f3f3;
1015         border-right:1px solid #f3f3f3;
1016         background:white;
1017         padding-left:12px;
1018         padding-top:6px;
1019 }
1020
1021 .facet_box_wrapper .box_wrapper .bottom {
1022         background:url('/images/facet_box_bg_bottom.png') no-repeat;
1023 }
1024
1025 .facet_template {
1026         padding-bottom:5px;
1027 }
1028
1029 .facet_template .facet {
1030         float:left;
1031         width:124px;
1032 }
1033
1034 .facet_template .count {
1035         float:right;
1036         color:#818080;
1037         padding-right:11px;
1038 }
1039
1040 .facet_template_selected {
1041     background-color: #d7d7d7;
1042 }
1043
1044 .facet_border {
1045     border-left: 1px solid #e9ebf3;
1046     padding-right: 0.5em;
1047 }
1048
1049 #footer-wrap {
1050     background: linear-gradient(lightGreen, #252525);
1051     background: -moz-linear-gradient(lightGreen, #252525);
1052     background: -o-linear-gradient(lightGreen, #252525);
1053     background: -webkit-linear-gradient(lightGreen, #252525);
1054     background-color: lightGreen;
1055 }
1056
1057 #footer {
1058         padding-top:5px;
1059         padding-bottom: 10px;
1060         margin-left: 1em;
1061         font-size: 11px;
1062 }
1063
1064 #footer a {
1065         color: black;
1066 }
1067
1068 .color_4 {
1069         text-transform: uppercase;
1070         font-weight: bold;
1071         font-size: 10px;
1072 }
1073
1074 .advanced_div { padding-top: 15px; }
1075 #adv_global_search select { width: 13em; }
1076 #adv_global_input_table select { width: 7em; }
1077 .adv_adv_link { font-size: 8pt; color: red; }
1078 #acct_prefs_header { float: left; }
1079 .search_page_nav_link { cursor: pointer; }
1080 #opac.result.sort { width: 160px; }
1081 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
1082 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
1083 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
1084 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
1085 #adv_search_refine select { border: 1px inset #ccc !important; }
1086 #adv_search_refine {
1087     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
1088 }
1089 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1090 .subtle-button {
1091     background-color: #ffffff;
1092     color: #003399; text-decoration: none;
1093     font-size: 12px;
1094     padding: 0; border: 0; margin: 0;
1095     vertical-align: middle;
1096 }
1097 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1098 .no-dec:hover { text-decoration: none; }
1099 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
1100
1101 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1102 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
1103 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
1104 a.dash-link:hover { text-decoration: underline !important; }
1105 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1106 #list_create_table {
1107     background-color: #ccc;
1108     padding-bottom: 4px;
1109     margin-bottom: 10px;
1110     border-bottom: 1px dotted #666;
1111 }
1112 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1113 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1114 .results_row_count { font-weight: bold; }
1115 #hold_editor h1 { font-size: 120%; font-weight: bold; }
1116 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
1117 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1118 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
1119 #hold_editor_table th { text-align: right; padding-right: 1em; }
1120 #hold_editor_table td { padding: 0.25em 0; }
1121 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1122 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1123 .hold-editor-controls a { padding-left: 2em; }
1124
1125 .text-right { text-align: right; }
1126 .text-right-top { text-align: right; vertical-align: top; }
1127 .rdetail-author-div { padding-bottom: 10px; }
1128
1129 .invisible { visibility: hidden; }
1130 .rdetail-extras-summary { margin: 10px; }
1131 .staff-hold { background-color: #eee; }
1132 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1133 .bookshelf thead tr td {
1134     border-bottom: 1px dashed #999;
1135     padding-bottom: 1ex;
1136 }
1137 .cn_browse_item { padding: 2ex; }
1138
1139 .results-paginator-selected { color: red; }
1140 .inactive-hold { background: #e5e5e5; }
1141
1142 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1143 .hold-items-list-title { font-size: 120%; }
1144 .hold-items-list-problem { color: red; }
1145
1146 .big-strong {font-weight: bold; font-size: 120%; }
1147
1148 .results_header_btns, .results_header_sel {
1149     float:left;
1150     margin-right: 6px;
1151     height: 26px;
1152 }
1153
1154 /* TODO: gradients */
1155 .opac-button, .results_header_btns, #simple-detail-view-links { 
1156     color: white; 
1157     font-weight: bold; 
1158     -moz-border-radius: 5%;
1159     border-radius: 5%;
1160     background: #1784c7; 
1161 }
1162
1163 .results_header_btns a, #simple-detail-view-links a {
1164     margin: 10px;
1165     padding: 5px 10px 5px 10px;
1166     color: white;
1167     vertical-align: middle;
1168     display: table-cell;
1169 }
1170
1171 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1172     background: #359ee0;
1173     text-decoration: none;
1174 }
1175
1176 a.opac-button {
1177     margin: 10px;
1178     padding: 5px 10px 5px 10px;
1179 }
1180
1181 #dash_wrapper .opac-button {
1182     position: relative;
1183     top: 10px;
1184 }
1185
1186 #myopac_checked_div {
1187     padding: 0px;
1188 }
1189
1190 .rdetail-mfhd-head {
1191     margin-top: 5px;
1192     padding-top: 5px;
1193     background-color: #D8D8D8;
1194 }
1195
1196 .rdetail-mfhd-type {
1197     padding-left: 1em;
1198 }
1199
1200 .rdetail-mfhd-bottom {
1201     border-bottom: thin solid black;
1202     width: 100%;
1203 }
1204
1205 #rdetail_record_details {
1206     clear: both;
1207     margin-top: 1em;
1208 }
1209
1210 .rdetail_subject_type {
1211     vertical-align: top;
1212     font-weight: bold;
1213 }
1214
1215 .bookbag-item-row td { vertical-align: top; }
1216
1217 .error { color: red; font-weight: bold; }
1218 .success { color: green; font-weight: bold; }
1219
1220 .rdetail_related_subjects {
1221     margin-top: 1.5em;
1222 }
1223
1224 .rdetail_related_series {
1225     margin-top: 1.5em;
1226 }
1227
1228 #rdetail_openurl {
1229     margin-top: 1em;
1230 }
1231
1232 .rdetail_openurl_entry {
1233     margin-left: 1em;
1234     padding-left: 1em;
1235 }
1236 .bookbag-controls-holder { width: 100%; }
1237 .bookbag-controls-holder:nth-child(odd) { background-color: #d7d7d7; }
1238 .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; }
1239 .bookbag-controls-holder .most {
1240     padding-left: 0;
1241     margin-right: 5em;
1242 }
1243 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1244 .bookbag-share .fixed { min-width: 4em; }
1245 .bookbag-specific { margin-left: 1em; }
1246 .bookbag-specific div.sort { float: left; width: 45%; text-align: left; }
1247 .bookbag-specific div.meta { float: right; width: 54%; text-align: right; }
1248 #bbag-name-desc-form tr th { vertical-align: middle; }
1249 #bbag-name-desc-form .saver { vertical-align: middle; text-align: center; }
1250 .bookbag-description {
1251     padding-top: 0em;
1252     font-style: italic;
1253     max-width: 40em;
1254 }
1255 #bbag-edit-description { width: 20em; }
1256 #bbag-edit-name { width: 20em; }
1257 textarea { font-family: sans-serif; }
1258 table.bookbag-specific {
1259     border-right: 1px solid #999;
1260     border-bottom: 1px solid #666;
1261     margin-bottom: 2ex;
1262 }
1263 .bookbag-share {
1264     float: left;
1265     padding: 5px 0;
1266 }
1267 .bookbag-controls {
1268     float: left;
1269     padding: 5px 0px 0px 10px;
1270 }
1271
1272 .bookbag-specific td.list_checkbox {
1273     padding-left: 10px !important;
1274 }
1275 .bookbag-specific td.list_entry {
1276     min-width: 10em;
1277     padding-left: 5px !important;
1278 }
1279 .bookbag-specific td.list_actions {
1280     white-space: nowrap !important;
1281 }
1282
1283 .list_is_empty {
1284     padding: 8px 0px 6px 0px;
1285     width: 100%;
1286     border: 0;
1287     font-size: 120%;
1288     text-align: center;
1289     font-style: italic;
1290 }
1291 .save-notes { padding-bottom: 1.5ex; }
1292
1293 /* Moved from semiauto.css */
1294 .adv_global_input_container { border-bottom: none; }
1295 .opac-auto-013 {
1296     border-bottom: none;
1297     *height: 0px;
1298 }
1299 .adv_global_filter_sort {
1300     border: none;
1301     width: 100%;
1302 }
1303 .clear-both { clear: both; }
1304 .common-no-pad {
1305     clear: both;
1306     height: 0px;
1307     margin: 0px;
1308     padding: 0px;
1309 }
1310 .common-full-pad {
1311     clear: both;
1312     height: 15px;
1313 }
1314 .alert { color: red; }
1315 .float-left { float: left; }
1316 .float-right { float: right; }
1317
1318 .saved-searches-header { width: 100%; font-weight: bold; font-size: 120%; }
1319 .saved-searches-header .button { float: right; width: 28px; }
1320 .saved-searches-header .text { float: left; padding-right: 1em; margin: 0.5ex 0;}
1321 .saved-searches-header {font-weight: bold; font-size: 120%; }
1322 .saved-searches { border-bottom: 1px solid #666; }
1323 #staff-saved-search { /* wraps .saved-searches-header and .saved-searches on the record page */
1324     border-right: 1px solid #333;
1325 }
1326 .result_item_circulated {
1327     padding-top: 4px;
1328 }
1329
1330 .result_item_circulated span {
1331     position: relative;
1332     top:-3px;
1333     left:3px;
1334 }
1335
1336 #search-only-bookbag-container { margin: 2ex 0; font-weight: bold; }
1337 #result-bookbag-heading { text-align: center; margin: 2ex; }
1338
1339 .result-bookbag-name { font-size: 140%; font-weight: bold; }
1340 .result-bookbag-description { font-size: 120%; font-style: italic; }
1341 .result-bookbag-item-note { font-style: italic; }
1342 .lowhits-bookbag-name { font-weight: bold; }