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