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