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