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