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