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