]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
CSSize fine/payment tabs on My Account page
[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 #adv_search_tabs, #acct_tabs, #acct_fines_tabs {
277         height: 40px;
278         width:974px;
279         margin:auto;
280 }
281
282 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
283     float: left;
284         text-align: center;
285     vertical-align: middle;
286         display: block;
287         margin: 10px 7px 10px 0px;
288     padding: 10px 0px 10px 0px;
289     -moz-border-radius: 5%; 
290     border-radius: 5%;
291     font-weight: bold;
292         width:156px;
293     color: 45709b;
294     background: #9ad0f1;
295     font-weight: bold;
296 }
297
298 #adv_search.on, #num_search.on, #expert_search.on {
299     color: #333333;
300     background: white;
301 }
302
303 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
304     color: #333333;
305     background: white;
306 }
307
308 .acct-tab-off {
309     background: #9ad0f1;
310 }
311
312 #rdetail_header {
313         font-size:14px;
314         font-weight:bold;
315         color:#074079;
316         padding: 5px 7px 6px 0px;
317         border-bottom: 1px dotted #ccc;
318 }
319
320 #rdetail_result_count {
321         color: black;
322         font-size: 11px;
323         font-weight: normal;
324 }
325
326 #rdetail_result_nav {
327         float:right;
328         font-size: 11px;
329         font-weight:normal;
330 }
331
332 #rdetail_details_table {
333         margin-top: 15px;
334 }
335
336 #rdetail_title {
337         font-size: 18px;
338 }
339
340 #rdetail_image { border: none; }
341 #rdetail_image_cell {
342         padding-top: 3px;
343         padding-right: 10px;
344 }
345
346 .rdetail_uri {
347     border: thin black solid;
348     padding: 3px;
349 }
350
351 .rdetail_aux_utils {
352         border-left:1px dotted #ccc;
353         padding-left: 17px;
354         padding-bottom: 6px;
355         padding-right: 70px;
356 }
357
358 .results_aux_utils {
359         border-left:1px dotted #ccc;
360         padding-left: 17px;
361         padding-bottom: 6px;
362         padding-right: 50px;
363 }
364
365 #rdetails_status td, #rdetails_status2 td {
366         white-space:nowrap !important;
367         padding: 7px 0px 3px 13px;
368 }
369
370 #rdetails_status thead td {
371         background-color: #d8d8d8;
372         padding: 13px 0px 13px 13px;
373         font-size: 10px;
374         text-transform: uppercase;
375         font-weight: bold;
376 }
377
378 #rdetails_status tbody td {
379         padding-left: 13px;;
380 }
381
382 .rdetail_extras {
383         height: 29px;
384         background: #9ad0f1;
385         padding-top:1px;
386         margin-bottom: 10px;
387         margin-top: 10px;
388         clear:both;
389 }
390
391 .rdetail_extras_hr {
392         height: 1px;
393         background: #b7def5;
394         margin-left: 1px;
395         margin-right: 1px;
396 }
397
398 .rdetail_extras_link {
399         padding-top: 4px;
400         padding-left: 12px;
401         font-size: 10px;
402         text-transform: uppercase;
403         font-weight: bold;
404 }
405
406 .rdetail_extras_lbl {
407         position: relative;
408         top: -4px;
409         left: 7px;
410 }
411
412 #paginate-homebanner a.toc {
413         display:block;
414         width:20px;
415         height:20px;
416         background:gray;
417         float:left;
418         margin-left:2px;
419         margin-right:2px;
420         margin-top:2px;
421 }
422
423 #rdetail_extras_expand, #rdetail_extras_collapse, #rdetail_locs_collapse {
424         margin-left: 13px;
425 }
426
427 #rdetail_locs_expand, #rdetail_locs_collapse {
428         padding-bottom:3px;
429         margin-top:15px;
430         margin-left:13px;
431 }
432
433 #rdetail_anotes_div .biography {
434         margin:0;
435 }
436
437 #paginate-homebanner a.selected {
438         border: 2px solid black;
439         margin-top:0px;
440         margin-left:0px;
441         margin-right:0px;
442 }
443
444 #hp-buttons {
445         margin: auto;
446         margin-top: 6px;
447         width: 694px; /* 974px; */
448 }
449
450 #hp-welcome {
451         position:absolute;
452         width:295px;
453         height:192px;
454         background: url('/images/banner-bg.png') no-repeat;
455         color: #fff;
456         padding-left: 33px;
457         padding-top: 21px;
458         z-index:9999999999;
459 }
460
461 #hp-welcome h1 {
462         font-size: 25px;
463         margin-bottom:15px;
464 }
465
466 #hp-welcome a {
467         color: #fff;
468         text-decoration: underline;
469 }
470
471 #hp-banner {
472         margin: auto;
473         width: 694px; /* formerly 974px */
474         height: 213px;
475 }
476
477 #hp-ql-table {
478         margin-left: 2px;
479         padding-top: 3px;
480 }
481
482 #hp-ql-table a {
483         color: #333;
484         font-weight: bold;
485         font-size: 13px;
486         text-transform: uppercase;
487         text-decoration: none;
488         display: block;
489         width: 144px;
490         height: 25px;
491         padding-top: 9px;
492         padding-left: 15px;
493         background: url('/images/button-bg.png') no-repeat;
494 }
495
496 #hp-ql-bottom {
497         width: 640px;
498         height: 31px;
499         padding-left: 24px;
500         padding-top: 13px;
501         background: url('/images/hp-links-mid.jpg') repeat-x;
502 }
503
504 #hp-ql-bottom a {
505         display: inline-block;
506         text-decoration: none;
507         color: white;
508         font-size: 15px;
509         font-weight: bold;
510 }
511
512 #hp-ql-bottom img {
513     position:relative;
514     top:-1px;
515     left:2px;
516 }
517
518 .almost-content-wrapper {
519         background: white;
520 }
521
522 #content-wrapper {
523         background: white;
524         min-height: 260px;
525         border-bottom: 1px solid black;
526 }
527
528 .content-wrapper-record-page { top: -15px; position: relative; }
529
530 #main-content-home { width: 694px; margin: auto; padding-left: 17px; }
531 #main-content { width: 974px; margin:auto; padding-left: 0px; }
532
533 #main-content .login_boxes {
534         border: 1px solid #dedede;
535         background:url('/images/login-bg.jpg') top repeat-x;
536         color: #333;
537 }
538
539 #main-content .login_boxes h1 {
540         font-weight: normal;
541         font-size: 25px;
542         margin:0;
543 }
544
545 #main-content .left_brain {
546         padding-left:28px;
547         padding-top:25px;
548 }
549
550 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
551         width:167px;
552         height:18px;
553         margin:0;
554         padding:0;
555         border:none;
556         background: none;
557         font-size: 15px;
558         color: #666;
559 }
560
561 #main-content .left_brain .input_bg {
562         padding:10px 10px 0px 13px;
563         background: url('/images/login-box-bg.jpg') no-repeat;
564         width:167px;
565         height:29px;
566 }
567
568 #home-buttons-inner {
569         width:664px;
570         height:117px;
571         background:#bda964;
572 }
573
574 #holds_temp_parent td {
575         border-bottom:1px solid #dcdbdb;
576 }
577
578 #holds_temp_parent input, #holds_temp_parent select {
579         margin:0;
580 }
581
582
583
584
585 #results_header_bar {
586         background: #929292;
587         border-top:1px solid #8b8b8b;
588 }
589
590 #results_header_inner {
591         height:32px;
592         width:974px;
593         margin:auto;
594         padding-top:6px;
595 }
596
597 .results_header_btns {
598         float:left;
599         margin-right: 6px;
600 }
601
602 .cached_list_div { width: 111px; height: 25px; }
603
604 .results_header_div {
605         float: left;
606         width: 0px;
607         height: 25px;
608         border-left: 1px solid #7c7c7c;
609         border-right: 1px solid #9c9c9c;
610         margin: 0px 13px;
611 }
612
613 .results_header_lbl {
614         font-weight: bold;
615         float: left;
616         font-size: 11px;
617         color: #191919;
618         position: relative;
619         top: 5px;
620         margin-right: 6px;
621 }
622
623 .results_header_sel {
624     /* width: 88px; */
625         float:left;
626         position: relative;
627         top: 2px;
628         margin:0;
629 }
630
631 .results_header_nav1 {
632         padding: 5px 7px 6px 0px;
633         border-bottom: 1px dotted #ccc;
634 }
635
636 .results_header_nav1 .h1 {
637         font-size:14px;
638         font-weight:bold;
639         color:#074079;
640 }
641
642 .start_end_links_span {
643         font-size: 11px;
644 }
645
646 .nav_arrow_fix {
647         font-size:8px;
648         position:relative;
649         top:-1px;
650 }
651
652 #result_table_div {
653         margin-top: 20px;
654 }
655
656 .result_numbers {
657         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
658 }
659
660 .result_table_subtable { width: 100%; border-collapse: collapse; border: 0; }
661
662
663
664
665 .icon_text {
666         text-transform:capitalize;
667 }
668
669 .result_table_title_cell {
670         padding-left: 7px;
671 }
672
673 #myopac_summary_div p {
674         margin:0;
675         margin-bottom: 10px;
676 }
677
678 #acct_sum_checked_table td {
679         padding-bottom:5px;
680 }
681
682 #zero_search_hits div { float:left;width:300px;margin-top:20px; }
683
684 #zero_search_hits p {
685         margin-top:0;
686 }
687
688 #zero_hits_term {
689         text-transform: uppercase;
690     font-weight: bold;
691 }
692
693 #zero_search_hits #spell_check_link {
694         text-transform: uppercase;
695 }
696
697 #zero_search_hits #zero_hits_suggestions {
698         text-transform: uppercase;
699 }
700
701 .results_info_table td {
702         padding-right: 10px;
703 }
704
705 #myopac_holds_main_table {
706         border-collapse: collapse;
707 }
708
709 #myopac_holds_main_table td {
710         border: 1px solid black;
711         
712 }
713
714 #myopac_prefs_div .data_grid {
715         border-collapse:collapse;
716 }
717
718 #myopac_prefs_div .data_grid td {
719         background:#f0f0f0;
720         border-bottom:3px solid white;
721         padding:6px 0px 7px 17px;
722 }
723
724 .header_middle {
725         height:22px;
726         font-size:14px;
727         font-weight:bold;
728         color:#074079;
729         padding: 0px 7px 0px 0px;
730         border-bottom: 1px dotted #ccc;
731 }
732
733 .header_middle a {
734         font-size: 12px;
735         font-weight: normal;
736 }
737
738 .acct_sum_row {
739         padding: 7px 15px;
740         width: 712px;
741         background: #f0f0f0;
742         margin-bottom: 2px;
743         font-size: 10px;
744         font-weight: bold;
745         text-transform: uppercase;
746 }
747
748 .acct_sum_row a {
749         text-transform: none;
750         font-size: 12px;
751         position:relative;
752         top:-1px;
753 }
754
755 .acct_sum_row .view_link {
756         font-weight: normal;
757         font-size:12px;
758 }
759
760 #myopac_sum_fines {
761         float:right;
762         padding: 15px 0px 0px 23px;
763         background: #f0f0f0;
764         width: 177px;
765         height: 166px;
766 }
767
768 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
769
770 .acct_holds_temp td {
771         text-align: left;
772 }
773
774 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
775         float:left;
776         /*padding-left:10px;*/
777 }
778
779 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
780         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
781 }
782
783 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
784         font-weight:bold;
785         text-transform:uppercase;
786         font-size: 10px;
787 }
788
789 #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 {
790         background: #d8d8d8;
791         padding: 8px 0px 7px 0px;
792 }
793
794 #acct_list_header select, #acct_list_header_anon select {
795         font-weight:normal;
796         text-transform:none;
797 }
798
799 #acct_holds_activates_table label {
800         font-weight: bold;
801         font-size: 11px;
802         text-transform:uppercase;
803         padding-right: 5px;
804 }
805
806 .adv_search_font {
807         font-size: 10px;
808 }
809
810 .search_catalog_lbl {
811         font-size: 14px;
812 }
813
814 .lbl1 {
815         font-size:14px;
816         font-weight:bold;
817 }
818
819 .lbl2 {
820         font-size:10px;
821         font-weight:normal;
822         position:relative;
823         top:3px;
824 }
825
826 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
827         background: #929292;
828         border-top:1px solid #8b8b8b;
829         padding-top:5px;
830         margin-bottom:20px;
831 }
832
833 #fines_payments_wrapper {
834     padding-left: 5px; 
835     padding-right: 5px;
836 }
837
838 .myopac_payments_table th { text-align: left; }
839 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
840 .myopac_payments_table thead th:first-child { width: 8em; }
841 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
842 .myopac_payments_table form { display: inline; }
843 .myopac_payments_table input[type="submit"] { padding: 1px; }
844
845 .payment-error {
846     font-weight: bold; color: red;
847     padding: 10px; border: 1px solid #888;
848 }
849
850 #adv_search_parent {
851         margin-bottom:0px;
852 }
853
854 #myopac_loading {
855         width:100%;
856         text-align:center;
857         padding-top:20px;
858         font-size:16px;
859         font-weight:bold;
860 }
861
862 .chili_link {
863         width:100px !important;
864         text-align: center !important;
865 }
866
867 .chili_review div.chili_link div {
868         margin: auto;
869 }
870
871 /* some facet styling */
872 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
873 .facetClassLabelContainer { border: 1px solid #CCC; }
874 .facetClassLabel { font-weight: bold; text-align: center; }
875 .facetFieldContainer {  }
876 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
877 .extraFacetFieldsWrapper { }
878 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
879 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
880 .facetField { border-top: 1px solid #CCC; }
881 .facetFields { padding-left: 5px; }
882 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
883
884 #footer {
885         padding-top:5px;
886         padding-bottom: 10px;
887         color: white;
888         margin: auto;
889         width: 974px;
890         color: #afafaf;
891         font-size: 11px;
892 }
893
894 #footer a {
895         color: white;
896         color: #afafaf;
897 }
898
899 .color_4 {
900         text-transform: uppercase;
901         font-weight: bold;
902         font-size: 10px;
903 }
904
905 .advanced_div { padding-top: 15px; }
906 #adv_global_search select { width: 13em; }
907 #adv_global_input_table select { width: 7em; }
908 .adv_adv_link { font-size: 8pt; color: red; }
909 #acct_prefs_header { float: left; }
910 #limit_to_available {
911     float: left; position: relative; top: 2px;
912     left: -2px; margin-right: 4px;
913 }
914 .search_page_nav_link { cursor: pointer; }
915 #opac.result.sort { width: 160px; }
916 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
917 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
918 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
919 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
920 #adv_search_refine select { border: 1px inset #ccc !important; }
921 #adv_search_refine {
922     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
923 }
924 .row-remover { position: relative; top: 1px; vertical-align: middle; }
925 .subtle-button {
926     background-color: #ffffff;
927     color: #003399; text-decoration: none;
928     font-size: 12px;
929     padding: 0; border: 0; margin: 0;
930     vertical-align: middle;
931 }
932 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
933 .no-dec:hover { text-decoration: none; }
934 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
935
936 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
937 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
938 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
939 a.dash-link:hover { text-decoration: underline !important; }
940 #list_create_table td { vertical-align: middle; padding: 0 8px; }
941 #list_create_table {
942     background-color: #ccc;
943     padding-bottom: 4px;
944     margin-bottom: 10px;
945     border-bottom: 1px dotted #666;
946 }
947 .list-create-table-buttons input[type=image] { margin-top: 2px; }
948 .result_table_format_cell { padding: 0px 10px; text-align: center; }
949 #hold_editor h1 { font-size: 120%; font-weight: bold; }
950 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
951 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
952 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
953 #hold_editor_table th { text-align: right; padding-right: 1em; }
954 #hold_editor_table td { padding: 0.25em 0; }
955 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
956 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
957 .hold-editor-controls a { padding-left: 2em; }
958
959 .text-right { text-align: right; }
960 .rdetail-author-div { padding-bottom: 10px; }
961
962 .invisible { visibility: hidden; }
963 .rdetail-extras-summary { margin: 10px; }
964 .staff-hold { background-color: #eee; }
965 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
966 .bookshelf thead tr td {
967     border-bottom: 1px dashed #999;
968     padding-bottom: 1ex;
969 }
970 .cn_browse_item { padding: 2ex; }
971
972 .results-paginator-selected { color: red; }
973 .inactive-hold { background: #e5e5e5; }
974
975 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
976 .hold-items-list-title { font-size: 120%; }
977 .hold-items-list-problem { color: red; }
978
979 .big-strong {font-weight: bold; font-size: 120%; }
980
981 /* TODO: gradients */
982 .opac-button { 
983     color: white; 
984     font-weight: bold; 
985     -moz-border-radius: 5%;
986     border-radius: 5%;
987     background: #1784c7; 
988 }
989 .opac-button:hover { background: #359ee0; }
990
991 a.opac-button {
992     margin: 10px;
993     padding: 5px 10px 5px 10px;
994 }
995
996 #dash_wrapper .opac-button {
997     position: relative;
998     top: 10px;
999 }