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