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