]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/opac/style.css
TPAC: Bring used CSS definitions over from semiauto.css
[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: #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-top: 26px;
140         margin-left: 1em;
141         font-size:11px;
142 }
143
144 #header a {
145         color: #fff;
146 }
147
148 #header a:hover {
149         color: white;
150         text-decoration: none;
151 }
152
153 #header-links {
154         color: #afafaf;
155         font-size: 11px;
156         font-weight: bold;
157         position: relative;
158         top:4px;
159         
160 }
161
162 #header-links a {
163         color: #afafaf;
164         display: block;
165         float:left;
166         margin-right:22px;
167 }
168
169 #header-links a:hover {
170         color: white;
171         text-decoration: none;
172 }
173
174 #header #header-links2 {
175         position:relative;
176         top:-8px;
177         color: white;
178         padding-bottom: 15px;
179 }
180
181 #header #header-links2 a {
182         color: white;
183 }
184
185 #header #header-links2 a:hover {
186         text-decoration: underline;
187 }
188
189 #header #your-acct-login {
190         padding-top:10px;
191 }
192
193 #gold-links {
194         margin-left: 1em;
195         padding-left:0px;
196 }
197
198 #gold-links-home {
199         margin:auto;
200         padding-left:0px;
201 }
202
203 #gold-links-holder {
204     height: 24px;
205     background: #252525;
206 }
207
208 #util-bar {
209         margin-left: 1em;
210         padding-left:0px;
211         height:0px;
212 }
213
214 #search-wrapper {
215         border-bottom: 1px solid #e9ebf3;
216         padding-bottom: 5px;
217         background: white;
218 }
219
220 .search_box_wrapper {
221         border:1px solid #e9ebf3;
222         padding: 1px;
223     padding-left: 3px;
224 }
225
226 #search-wrapper #breadcrumb {
227         margin-top:0px;
228         font-size: 10px;
229         float:left;
230 }
231
232 #search-wrapper #search-within {
233         margin-top:10px;
234         float:right;
235         position:relative;
236         left:-173px;
237 }
238
239 #search-wrapper #breadcrumb a {
240         color: black;
241 }
242
243 #search-wrapper #search_frm label {
244         font-size: 10px;
245 }
246
247 #search-wrapper #search-box {
248         margin-left: 1em;
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         margin-left: 1em;
271 }
272
273 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a, #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
274     float: left;
275     text-align: center;
276     vertical-align: middle;
277     display: block;
278     margin: 10px 7px 10px 0px;
279     padding: 10px 0px 10px 0px;
280     -moz-border-radius: 7px 7px 0px 0px; 
281     border-radius: 7px 7px 0px 0px;
282     font-weight: bold;
283     color: #45709b;
284     background: #9ad0f1;
285     font-weight: bold;
286 }
287
288 #adv_search_tabs a, #acct_tabs a, #acct_fines_tabs a {
289     width:156px;
290 }
291
292 #adv_search.on, #num_search.on, #expert_search.on {
293     color: #333333;
294     background: white;
295 }
296
297 #adv_search_tabs a.acct-tab-on, #acct_tabs a.acct-tab-on, #acct_fines_tabs a.acct-tab-on {
298     color: #333333;
299     background: white;
300 }
301
302 .acct-tab-off {
303     background: #9ad0f1;
304 }
305
306 #acct_checked_tabs a, #acct_holds_tabs a, #acct_prefs_tabs a {
307     margin-top: 0px;
308     font-size: 10px;
309     color: #333333;
310     padding: 10px 10px 10px 10px;
311 }
312
313 #acct_checked_tabs div.selected a, #acct_holds_tabs div.selected a, #acct_prefs_tabs div.selected a {
314     background: #e1e1e1;
315     color: #333333;
316 }
317
318 #acct_checked_tabs, #acct_holds_tabs, #acct_prefs_tabs {
319     padding-bottom: 12px;
320     color: #666;
321 }
322
323 #rdetail_header {
324         font-size:14px;
325         font-weight:bold;
326         color:#074079;
327         padding: 5px 7px 6px 0px;
328     margin-left: 1em;
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     margin-left: 1em;
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-left: 1em;
489         height: 213px;
490 }
491
492 #hp-ql-table {
493         margin-left: 2px;
494         padding-top: 3px;
495 }
496
497 #hp-ql-table a {
498         color: #333;
499         font-weight: bold;
500         font-size: 13px;
501         text-transform: uppercase;
502         text-decoration: none;
503         display: block;
504         width: 144px;
505         height: 25px;
506         padding-top: 9px;
507         padding-left: 15px;
508         background: url('/images/button-bg.png') no-repeat;
509 }
510
511 #hp-ql-bottom {
512         height: 31px;
513         padding-left: 24px;
514         padding-top: 13px;
515         background: url('/images/hp-links-mid.jpg') repeat-x;
516 }
517
518 #hp-ql-bottom a {
519         display: inline-block;
520         text-decoration: none;
521         color: white;
522         font-size: 15px;
523         font-weight: bold;
524 }
525
526 #hp-ql-bottom img {
527     position:relative;
528     top:-1px;
529     left:2px;
530 }
531
532 .almost-content-wrapper {
533         background: white;
534 }
535
536 #content-wrapper {
537         background: white;
538         min-height: 260px;
539         border-bottom: 1px solid black;
540 }
541
542 .content-wrapper-record-page { top: -15px; position: relative; }
543
544 #main-content-home {
545         padding-left: 17px;
546     margin-left: 1em;
547 }
548 #main-content {
549         padding-left: 0px;
550     margin-left: 1em;
551 }
552
553 #main-content-after-bar {
554         float: left;
555         margin-left: 1em;
556         padding-left: 4px;
557 }
558
559 #results-side-bar { float: left; width: 174px;  height: 500px; /* XXX to height of container*/  }
560
561 #main-content .login_boxes {
562         border: 1px solid #dedede;
563         background:url('/images/login-bg.jpg') top repeat-x;
564         color: #333;
565 }
566
567 #main-content .login_boxes h1 {
568         font-weight: normal;
569         font-size: 25px;
570         margin:0;
571 }
572
573 #main-content .left_brain {
574         padding-left:28px;
575         padding-top:25px;
576 }
577
578 #main-content .left_brain input[type=text], #main-content .left_brain input[type=password] {
579         width:167px;
580         height:18px;
581         margin:0;
582         padding:0;
583         border:none;
584         background: none;
585         font-size: 15px;
586         color: #666;
587 }
588
589 #main-content .left_brain .input_bg {
590         padding:10px 10px 0px 13px;
591         background: url('/images/login-box-bg.jpg') no-repeat;
592         width:167px;
593         height:29px;
594 }
595
596 #home-buttons-inner {
597         height:117px;
598         background:#bda964;
599 }
600
601 #holds_temp_parent td {
602         border-bottom:1px solid #dcdbdb;
603 }
604
605 #holds_temp_parent input, #holds_temp_parent select {
606         margin:0;
607 }
608
609 #results_header_bar {
610         background: #929292;
611         border-top:1px solid #8b8b8b;
612 }
613
614 #results_header_inner {
615     height: 32px;
616     padding-top:6px;
617 }
618
619 .cached_list_div { width: 111px; height: 25px; }
620
621 .results_header_div {
622         float: left;
623         width: 0px;
624         height: 25px;
625         border-left: 1px solid #7c7c7c;
626         border-right: 1px solid #9c9c9c;
627         margin: 0px 13px;
628 }
629
630 .results_header_lbl {
631         font-weight: bold;
632         float: left;
633         font-size: 11px;
634         color: #191919;
635         background: #929292;
636         margin-right: 6px;
637 }
638
639 .results_header_sel {
640     /* width: 88px; */
641         float:left;
642         margin:0;
643 }
644
645 .results_header_nav1 {
646         padding: 5px 7px 6px 0px;
647         border-bottom: 1px dotted #ccc;
648 }
649
650 .results_header_nav1 .h1 {
651         font-size:14px;
652         font-weight:bold;
653         color:#074079;
654 }
655
656 .start_end_links_span {
657         font-size: 11px;
658 }
659
660 .nav_arrow_fix {
661         font-size:8px;
662         position:relative;
663         top:-1px;
664 }
665
666 #result_table_div {
667         margin-top: 20px;
668 }
669
670 .result_numbers {
671         font-size: 11px; padding-left:15px; white-space: nowrap; width: 320px;
672 }
673
674 .result_table_subtable { width: 100%; border-collapse: collapse; border: 0; }
675
676
677
678
679 .icon_text {
680         text-transform:capitalize;
681 }
682
683 .result_table_title_cell {
684         padding-left: 7px;
685 }
686
687 #myopac_summary_div p {
688         margin:0;
689         margin-bottom: 10px;
690 }
691
692 #acct_sum_checked_table td {
693         padding-bottom:5px;
694 }
695
696 #zero_search_hits div { float:left;width:300px;margin-top:20px; }
697
698 #zero_search_hits p {
699         margin-top:0;
700 }
701
702 #zero_hits_term {
703         text-transform: uppercase;
704     font-weight: bold;
705 }
706
707 #zero_search_hits #spell_check_link {
708         text-transform: uppercase;
709 }
710
711 #zero_search_hits #zero_hits_suggestions {
712         text-transform: uppercase;
713 }
714
715 .results_info_table td {
716         padding-right: 10px;
717 }
718
719 #myopac_holds_main_table {
720         border-collapse: collapse;
721 }
722
723 #myopac_holds_main_table td {
724         border: 1px solid black;
725         
726 }
727
728 #myopac_prefs_div .data_grid {
729         border-collapse:collapse;
730 }
731
732 #myopac_prefs_div .data_grid td {
733         background:#f0f0f0;
734         border-bottom:3px solid white;
735         padding:6px 0px 7px 17px;
736 }
737
738 .header_middle {
739         height:22px;
740         font-size:14px;
741         font-weight:bold;
742         color:#074079;
743         padding: 0px 7px 0px 0px;
744         border-bottom: 1px dotted #ccc;
745 }
746
747 .header_middle a {
748         font-size: 12px;
749         font-weight: normal;
750 }
751
752 .acct_sum_row {
753         padding: 7px 15px;
754         background: #f0f0f0;
755         margin-bottom: 2px;
756         font-size: 10px;
757         font-weight: bold;
758         text-transform: uppercase;
759 }
760
761 .acct_sum_row a {
762         text-transform: none;
763         font-size: 12px;
764         position:relative;
765         top:-1px;
766 }
767
768 .acct_sum_row .view_link {
769         font-weight: normal;
770         font-size:12px;
771 }
772
773 #myopac_sum_fines {
774         float:right;
775         padding: 15px 0px 0px 23px;
776         background: #f0f0f0;
777         width: 177px;
778         height: 166px;
779 }
780
781 #myopac_sum_fines_placehold { float: right; width: 177px; height: 166px; }
782
783 .acct_holds_temp td {
784         text-align: left;
785 }
786
787 #acct_checked_tabs .align, #acct_holds_tabs .align, #acct_prefs_tabs .align {
788         float:left;
789         /*padding-left:10px;*/
790 }
791
792 #acct_checked_tabs .selected, #acct_holds_tabs .selected, #acct_prefs_tabs .selected {
793         /*background:url('/images/gray-arrow.png') left 3px no-repeat;*/
794 }
795
796 #acct_checked_main_header, #acct_holds_main_header, #acct_checked_hist_header, #acct_list_header, #acct_list_header_anon, #temp_list_holds {
797         font-weight:bold;
798         text-transform:uppercase;
799         font-size: 10px;
800 }
801
802 #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 {
803         background: #d8d8d8;
804         padding: 8px 0px 7px 0px;
805 }
806
807 #acct_list_header select, #acct_list_header_anon select {
808         font-weight:normal;
809         text-transform:none;
810 }
811
812 #acct_holds_activates_table label {
813         font-weight: bold;
814         font-size: 11px;
815         text-transform:uppercase;
816         padding-right: 5px;
817 }
818
819 .adv_search_font {
820         font-size: 10px;
821 }
822
823 .search_catalog_lbl {
824         font-size: 14px;
825 }
826
827 .lbl1 {
828         font-size:14px;
829         font-weight:bold;
830 }
831
832 .lbl2 {
833         font-size:10px;
834         font-weight:normal;
835         position:relative;
836         top:3px;
837 }
838
839 #myopac_tabs, #adv_search_parent, #fines_payments_wrapper {
840         background: #929292;
841         border-top:1px solid #8b8b8b;
842         padding-top:5px;
843         margin-bottom:20px;
844 }
845
846 #fines_payments_wrapper {
847     padding-left: 5px; 
848     padding-right: 5px;
849 }
850
851 .myopac_payments_table th { text-align: left; }
852 .myopac_payments_table thead th { border-bottom: 1px dashed #333; }
853 .myopac_payments_table thead th:first-child { width: 8em; }
854 .myopac_payments_table tbody tr:nth-child(odd) { background-color: #ddd; }
855 .myopac_payments_table form { display: inline; }
856 .myopac_payments_table input[type="submit"] { padding: 1px; }
857
858 .payment-error {
859     font-weight: bold; color: red;
860     padding: 10px; border: 1px solid #888;
861 }
862
863 #adv_search_parent {
864         margin-bottom:0px;
865 }
866
867 #myopac_loading {
868         width:100%;
869         text-align:center;
870         padding-top:20px;
871         font-size:16px;
872         font-weight:bold;
873 }
874
875 .chili_link {
876         width:100px !important;
877         text-align: center !important;
878 }
879
880 .chili_review div.chili_link div {
881         margin: auto;
882 }
883
884 /* some facet styling */
885 /*
886 .facetClassContainer { margin: 2px; border: 1px solid #CCC; }
887 .facetClassLabelContainer { border: 1px solid #CCC; }
888 .facetClassLabel { font-weight: bold; text-align: center; }
889 .facetFieldContainer {  }
890 .facetFieldLabel { padding-left: 2px; margin-top: 5px; margin-bottom: 5px; font-weight: bold; text-align: left; }
891 .extraFacetFieldsWrapper { }
892 .toggleExtraFacetFieldsButton { float: right; margin: 0px; padding: 0px; }
893 .facetFieldLineCount { display: inline-block; border-right: 1px solid #CCC; color: gray; width: 3em; margin-right: 3px }
894 .facetField { border-top: 1px solid #CCC; }
895 .facetFields { padding-left: 5px; }
896 .facetFieldLineValue { overflow: hidden; text-overflow: ellipsis; }
897 */
898
899 .facet_box_temp {
900         padding-bottom:3px;
901         width:180px;
902         overflow:hidden;
903 }
904
905 .facet_box_temp .header {
906         width:180px;
907         height:31px;
908         overflow:hidden;
909         background:url('/images/facet_box_bg.png') no-repeat;
910         font-weight:bold;
911         color:#074079;
912         padding-top:4px;
913 }
914
915 .facet_box_temp .header .title {
916         float:left;
917         padding-top:6px;
918         padding-left:12px;
919         width:134px;
920         overflow:hidden;
921 }
922
923 .facet_box_temp .header .button {
924         float:right;
925         padding-right:6px;
926 }
927
928 .facet_box_wrapper .box_wrapper {
929         position:relative;
930         top:-4px;
931         margin-bottom:-5px;
932         *margin-bottom:-6px;
933 }
934
935 .facet_box_wrapper .box_wrapper .box {
936         width:166px;
937         border-top:1px solid #7ebee5;
938         border-left:1px solid #f3f3f3;
939         border-right:1px solid #f3f3f3;
940         background:white;
941         padding-left:12px;
942         padding-top:6px;
943 }
944
945 .facet_box_wrapper .box_wrapper .bottom {
946         background:url('/images/facet_box_bg_bottom.png') no-repeat;
947 }
948
949 .facet_template {
950         padding-bottom:5px;
951 }
952
953 .facet_template .facet {
954         float:left;
955         width:124px;
956 }
957
958 .facet_template .count {
959         float:right;
960         color:#818080;
961         padding-right:11px;
962 }
963
964 .facet_template_selected {
965     background-color: #d7d7d7;
966 }
967
968 #footer-wrap {
969     background: linear-gradient(lightGreen, #252525);
970     background: -moz-linear-gradient(lightGreen, #252525);
971     background: -o-linear-gradient(lightGreen, #252525);
972     background: -webkit-linear-gradient(lightGreen, #252525);
973     background-color: lightGreen;
974 }
975
976 #footer {
977         padding-top:5px;
978         padding-bottom: 10px;
979         margin-left: 1em;
980         font-size: 11px;
981 }
982
983 #footer a {
984         color: black;
985 }
986
987 .color_4 {
988         text-transform: uppercase;
989         font-weight: bold;
990         font-size: 10px;
991 }
992
993 .advanced_div { padding-top: 15px; }
994 #adv_global_search select { width: 13em; }
995 #adv_global_input_table select { width: 7em; }
996 .adv_adv_link { font-size: 8pt; color: red; }
997 #acct_prefs_header { float: left; }
998 .search_page_nav_link { cursor: pointer; }
999 #opac.result.sort { width: 160px; }
1000 .renew-summary { font-size: 125%; font-style: italic; margin: 0.5ex 0; }
1001 .failure-text { margin-left: 4em; font-style: italic; color: #ff0000; }
1002 .refine-controls { font-size: 125%; padding: 0.5ex 0; }
1003 #adv_search_refine input[type=text] { border: 1px inset #ccc !important; }
1004 #adv_search_refine select { border: 1px inset #ccc !important; }
1005 #adv_search_refine {
1006     padding-left: 5em; background-color: #d7d7d7; margin: 2ex 0;
1007 }
1008 .row-remover { position: relative; top: 1px; vertical-align: middle; }
1009 .subtle-button {
1010     background-color: #ffffff;
1011     color: #003399; text-decoration: none;
1012     font-size: 12px;
1013     padding: 0; border: 0; margin: 0;
1014     vertical-align: middle;
1015 }
1016 .subtle-button:hover { text-decoration: underline; cursor: pointer; }
1017 .no-dec:hover { text-decoration: none; }
1018 .pending-addr td { background-color: #ffcccc !important; border: 0 !important; }
1019
1020 #account-update-email table { text-align: center; padding: 20px; margin-top: 30px; border-collapse: collapse; }
1021 #account-update-email table td { padding: 5px 15px 5px 15px; border-bottom: 1px solid #ddd; text-align: left;}
1022 #account-update-email-error { font-size: 1.5em; padding: 10px; border:1px solid #e9ebf3;}
1023 a.dash-link:hover { text-decoration: underline !important; }
1024 #list_create_table td { vertical-align: middle; padding: 0 8px; }
1025 #list_create_table {
1026     background-color: #ccc;
1027     padding-bottom: 4px;
1028     margin-bottom: 10px;
1029     border-bottom: 1px dotted #666;
1030 }
1031 .list-create-table-buttons input[type=image] { margin-top: 2px; }
1032 .result_table_format_cell { padding: 0px 10px; text-align: center; }
1033 #hold_editor h1 { font-size: 120%; font-weight: bold; }
1034 #hold_editor h2 { font-size: 111%; font-weight: normal; text-indent: 2em; font-style: italic; }
1035 #hold_editor h1, #hold_editor h2 { margin: 2px 0; }
1036 #hold_editor_table { background-color: #ddd; padding: 0.5em; }
1037 #hold_editor_table th { text-align: right; padding-right: 1em; }
1038 #hold_editor_table td { padding: 0.25em 0; }
1039 .fmt-note { vertical-align: middle; padding-left: 1em !important; }
1040 .hold-editor-controls { text-align: center; padding-top: 1em !important; }
1041 .hold-editor-controls a { padding-left: 2em; }
1042
1043 .text-right { text-align: right; }
1044 .text-right-top { text-align: right; vertical-align: top; }
1045 .rdetail-author-div { padding-bottom: 10px; }
1046
1047 .invisible { visibility: hidden; }
1048 .rdetail-extras-summary { margin: 10px; }
1049 .staff-hold { background-color: #eee; }
1050 .expert-search tbody tr th { text-align: right; padding-left: 2em; }
1051 .bookshelf thead tr td {
1052     border-bottom: 1px dashed #999;
1053     padding-bottom: 1ex;
1054 }
1055 .cn_browse_item { padding: 2ex; }
1056
1057 .results-paginator-selected { color: red; }
1058 .inactive-hold { background: #e5e5e5; }
1059
1060 #hold-items-list td { padding: 5px; margin-bottom: 20px; }
1061 .hold-items-list-title { font-size: 120%; }
1062 .hold-items-list-problem { color: red; }
1063
1064 .big-strong {font-weight: bold; font-size: 120%; }
1065
1066 .results_header_btns, .results_header_sel {
1067     float:left;
1068     margin-right: 6px;
1069     height: 26px;
1070 }
1071
1072 /* TODO: gradients */
1073 .opac-button, .results_header_btns, #simple-detail-view-links { 
1074     color: white; 
1075     font-weight: bold; 
1076     -moz-border-radius: 5%;
1077     border-radius: 5%;
1078     background: #1784c7; 
1079 }
1080
1081 .results_header_btns a, #simple-detail-view-links a {
1082     margin: 10px;
1083     padding: 5px 10px 5px 10px;
1084     color: white;
1085     vertical-align: middle;
1086     display: table-cell;
1087 }
1088
1089 a.opac-button:hover, .results_header_btns a:hover, #simple-detail-view-links a:hover {
1090     background: #359ee0;
1091     text-decoration: none;
1092 }
1093
1094 a.opac-button {
1095     margin: 10px;
1096     padding: 5px 10px 5px 10px;
1097 }
1098
1099 #dash_wrapper .opac-button {
1100     position: relative;
1101     top: 10px;
1102 }
1103
1104 #myopac_checked_div {
1105     padding: 0px;
1106 }
1107
1108 .rdetail-mfhd-head {
1109     margin-top: 5px;
1110     padding-top: 5px;
1111     background-color: #D8D8D8;
1112 }
1113
1114 .rdetail-mfhd-type {
1115     padding-left: 1em;
1116 }
1117
1118 .rdetail-mfhd-bottom {
1119     border-bottom: thin solid black;
1120     width: 100%;
1121 }
1122
1123 .rdetail_copy_counts {
1124     margin-top: 1em;
1125 }
1126
1127 #rdetail_record_details {
1128     clear: both;
1129     margin-top: 1em;
1130 }
1131
1132 .rdetail_subject_type {
1133     vertical-align: top;
1134     font-weight: bold;
1135 }
1136
1137 .bookbag-item-row td { vertical-align: top; }
1138
1139 .error { color: red; font-weight: bold; }
1140 .success { color: green; font-weight: bold; }
1141
1142 .rdetail_related_subjects {
1143     margin-top: 1.5em;
1144 }
1145
1146 .rdetail_related_series {
1147     margin-top: 1.5em;
1148 }
1149
1150 #rdetail_openurl {
1151     margin-top: 1em;
1152 }
1153
1154 .rdetail_openurl_entry {
1155     margin-left: 1em;
1156     padding-left: 1em;
1157 }
1158 .bookbag-controls-holder { width: 100%; }
1159 .bookbag-controls-holder:nth-child(odd) { background-color: #d7d7d7; }
1160 .bookbag-controls-holder:nth-child(even) { background-color: #e3e3e3; }
1161 .bookbag-controls-holder .most { padding-left: 0; width: 55%; }
1162 h2.bookbag-name { margin-bottom: 0em; padding-bottom: 0em; }
1163 .bookbag-share .fixed { min-width: 4em; }
1164 .bookbag-specific { margin-left: 1em; }
1165 .bookbag-description {
1166     padding-top: 0em;
1167     font-style: italic;
1168 }
1169 table.bookbag-specific {
1170     border-right: 1px solid #999;
1171     border-bottom: 1px solid #666;
1172     margin-bottom: 2ex;
1173 }
1174 .bookbag-share {
1175     float: left;
1176     padding: 5px 0;
1177 }
1178 .bookbag-controls {
1179     float: left;
1180     padding: 5px 0px 0px 10px;
1181 }
1182
1183 .save-notes { padding-bottom: 1.5ex; }
1184
1185 /* Moved from semiauto.css */
1186 .opac-auto-010 {
1187     border-bottom: 1px dotted #ccc;
1188     padding-top: 10px;
1189 }
1190 .opac-auto-011 {
1191     border-bottom: 1px dotted #ccc;
1192     padding-top: 6px;
1193 }
1194 .adv_global_input_container { border-bottom: none; }
1195 .opac-auto-013 {
1196     border-bottom: none;
1197     *height: 0px;
1198 }
1199 .opac-auto-015 {
1200     border-left: 1px solid #e9ebf3;
1201     padding-right: 27px;
1202 }
1203 .adv_global_filter_sort {
1204     border: none;
1205     width: 100%;
1206 }
1207 .clear-both { clear: both; }
1208 .common-no-pad {
1209     clear: both;
1210     height: 0px;
1211     margin: 0px;
1212     padding: 0px;
1213 }
1214 .common-full-pad {
1215     clear: both;
1216     height: 15px;
1217 }
1218 .alert { color: red; }
1219 .float-left { float: left; }
1220 .float-right { float: right; }
1221