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