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