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