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