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