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