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