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