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