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