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