Fix for Bug 6346 - Patron search results should be valigned top
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("../lib/yui/reset-fonts-grids.css");
2 @import url("../lib/yui/skin.css");
3
4 a, a:link, a:visited, a:active {
5         color : #0000CC;
6 }
7
8 .yui-button,.yui-button a:link,.yui-button a:visited {
9         color : #000;
10 }
11
12 a.yuimenuitemlabel {
13         color: #000000;
14 }
15
16 a:hover {
17         color : #669ACC;
18 }
19
20 a.overdue,
21 .overdue,
22 .debit {
23         color : #cc0000;
24 }
25
26 a.popup {
27         background : transparent url("../../img/pop-up-link.png") center right no-repeat;
28         padding-right : 15px;
29 }
30
31 body {
32         text-align : left;
33         padding:0 0 2.5em 0;
34   font-family: arial, verdana, helvetica, sans-serif;
35 }
36
37 br.clear {
38         clear : both;
39         line-height : 1px;
40 }
41
42 form {
43         display : inline;
44 }
45
46 form.confirm {
47         display : block;
48         text-align : center;
49 }
50
51 h1 {
52         font-size : 161.6%;
53         font-weight : bold;
54 }
55
56 h2 {
57         font-size : 146.5%;
58         font-weight : bold;
59 }
60
61 h3 {
62         font-size : 131%;
63         font-weight : bold;
64 }
65
66 h4 {
67         font-size : 116%;       
68         font-weight : bold;
69 }
70
71 h5 {
72         font-size : 100%;       
73         font-weight : bold;
74 }
75
76 h6 {
77         font-size : 93%;
78         font-weight : bold;
79 }
80
81 h1,h2,h3,h4,h5,h6 {
82         margin : .3em 0;
83 }
84
85 html {
86 }
87
88 p {
89         margin: .5em 0 .5em 0;
90 }
91
92 strong {
93         font-weight : bold;
94 }
95
96 strong em {
97         font-weight : bold;
98         font-style : italic;
99 }
100
101 em, cite {
102         font-style : italic;
103 }
104
105 em strong {
106         font-weight : bold;
107         font-style : italic;
108 }
109
110 .subfield-label {
111     font-style : italic;
112 }
113
114 #hd {
115 }
116
117 #navigation {
118         border-right : 1px solid #BCBCBC;
119 }
120
121 #navigation li {
122         font-weight : bold;
123 }
124
125 #navigation li li {
126         font-weight : normal;
127 }
128
129 #navigation input {
130         font-size : 85%;
131 }
132
133 #navmenulist li {
134         padding : .2em 0;
135         list-style-image : url("../../img/arrow-bullet.gif");
136         border-bottom : 1px solid #EEE;
137 }
138
139 #navmenulist li a {
140         text-decoration : none;
141 }
142
143 #ft {
144 }
145
146 .yui-u {
147 }
148
149 #doc, #doc1, #doc2, #doc3 {
150         padding-top : 1em;
151 }
152
153 #login   {
154         position : absolute;
155         right : .5em;
156 }
157
158 #login a {
159
160 }
161
162 ul {
163         padding-left : 1.1em;
164 }
165
166 ul li {
167         list-style-type : disc;
168 }
169
170 ul li li {
171         list-style-type : circle;
172 }
173
174 ol {
175         padding-left : 1.5em;
176 }
177
178 ol li {
179         list-style : decimal;
180 }
181
182 #header {
183         background-color : #F3F3F3;
184         border-bottom : 1px solid #E8E8E8;
185         line-height : 2em;
186 }
187
188 .clearfix:after {
189     content: ".";
190     display: block;
191     height: 0;
192     clear: both;
193     visibility: hidden;
194 }
195
196 .clearfix {display: inline-block;}
197
198 /* Hides from IE-mac \*/
199 * html .clearfix {height: 1%;}
200 .clearfix {display: block;}
201 /* End hide from IE-mac */
202
203 #sitetitle {
204 /*      background-image : url("../../img/koha-logo-black.png");
205         background-position : 5px 2px;
206         background-repeat : no-repeat;
207         float : left;
208         height : 54px;
209         padding-left : 50px;*/
210         border-bottom : 1px solid #E8E8E8;
211 }
212
213 #sitetitle h1 {
214         display : inline;
215         line-height : 54px;
216 }
217
218 #sitetitle h1 a {
219         text-decoration : none;
220 }
221
222 #submenu {
223         margin : 0 0 .5em 0;
224         padding : 0;
225 }
226
227 #submenu ul {
228         margin : 0;
229         padding : 0;    
230 }
231
232 #submenu ul li {
233         padding-left : 0;
234 }
235
236 table {
237         border-collapse : collapse;
238         border-top : 1px solid #BCBCBC;
239         border-right : 1px solid #BCBCBC;
240 }
241
242 table.invis,
243 table.invis tr,
244 table.invis td,
245 tr.highlight table.invis td {
246         border : none;
247 }
248
249 td, th {
250         border-bottom : 1px solid #BCBCBC;
251         border-left : 1px solid #BCBCBC;
252         padding : .2em .3em;
253 }
254
255 td {
256         background-color : White;
257         vertical-align : top;
258 }
259
260 td.borderless {
261     border-collapse : separate;
262     border : 0 none;
263 }
264
265 td.data,
266 th.data {
267         font-family : "Courier New", Courier, monospace;
268         text-align : right;
269 }
270
271 th {
272         background-color : #E8E8E8;
273         font-weight : bold;
274         text-align : center;
275 }
276
277 table+table {
278         margin-top : 1em;
279 }
280
281 #editions table, #editions td {
282         border : 0;
283 }
284
285
286 tr.highlight td, tr.highlight th, tr.odd td {
287         background-color : #F3F3F3;
288         border : 1px solid #DDDDDD;
289         border-right : 1px solid #DDDDDD;
290 }
291
292 tr.even td, tr.even.highlight td {
293         background-color: #FFF;
294         border-right : 1px solid #DDDDDD;
295 }
296
297 td.od {
298         color : #cc0000;
299         font-weight : bold;
300 }
301
302 tr.warn td {
303         background-color: #FF9090;
304 }
305
306 tr.onissue td {
307         background-color: #FFFFCC;
308 }
309
310 tr.odd.onissue td {
311         background-color: #FFFFE1;
312 }
313
314 tfoot td {
315         background-color : #f3f3f3;
316         font-weight : bold;
317 }
318
319 td.total {
320         text-align : right;
321 }
322
323 caption {
324         font-size : 133.9%;
325         font-weight : bold;
326         margin : .3em 0;
327 }
328
329 span.problem {
330         background-color : #FFFFCC;
331         color : #990000;
332         font-weight : bold;
333         line-height : 1.7em;
334 }
335
336 fieldset {
337         border : 2px solid #EEEEEE;
338         margin : 1em 1em 1em 0;
339         padding : 1em;
340 }
341
342 legend {
343         font-size : 123.1%;
344         font-weight : bold;
345         margin : 0 0 0 -1em;
346         padding : 0;
347 }
348
349 #breadcrumbs {
350         background-color : #F3F3F3;
351         border-bottom : 1px solid #E8E8E8;
352         clear : both;
353         font-size : 90%;
354         padding :.2em .5em .4em 10px;
355         margin : 0;
356 }
357
358 #header+#breadcrumbs {
359         margin-top : 1em;
360 }
361
362 #commonsearch {
363         display : inline;
364 }
365
366 div.justify {
367     text-align: justify;
368 }
369
370 div#header_search {
371         background-position : .5em .5em;
372         background-repeat : no-repeat;
373         float: left;
374         margin: .3em 0 .5em 0;
375 }
376
377 div#header_search input {
378         font-size : 1.3em;
379 }
380
381 div#header_search ul.link-tabs {
382         font-family : Arial, Geneva, sans-serif;
383         margin-bottom : -4px;
384 }
385
386 div#header_search ul.link-tabs li.on a,
387 div#header_search ul.link-tabs li a,
388 div#header_search ul.link-tabs li.off a {
389         padding : 0.1em .5em .2em .5em;
390 }
391
392 div#header_search div.residentsearch {
393         border : 0;
394         border-bottom : 1px solid #FF9900;
395         padding : 0 0 .2em 0;
396 }
397
398 div#reserves,div#checkouts {
399         border : 1px solid #E8E8E8;
400         padding : 1em;
401 }
402
403 .tip {
404         font-size: 93%;
405         color : Gray;
406 }
407
408 .single-line {
409         white-space: nowrap;
410 }
411
412 .ex {
413         font-family : "Courier New", Courier, fixed-width;
414         font-weight : bold;
415 }
416
417
418 div.yui-b h5 {
419         font-size : 100%;
420         margin : .5em 0;
421 }
422
423 dt {
424         font-weight : bold;
425 }
426
427 dd {
428         padding : .2em;
429         font-size : 90%;
430         text-indent : 2.5em;
431         font-weight : normal;
432 }
433
434 div#toolbar {
435         background-color : #F3F3F3;
436         margin-bottom : .7em;
437 }
438
439 ul.toolbar {
440         padding-left : 0;
441 }
442
443 ul.toolbar button {
444         padding-bottom : 2px;
445         font-family: arial, verdana, helvetica, sans-serif;
446 }
447 .yui-menu-button  {
448         
449 }
450
451 a.yuimenuitemlabel-disabled, #disabled a {
452         color: #999;
453 }
454 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
455         color : #999;
456 }
457 a.highlight_toggle {
458     display : none;
459 }
460
461 ul.toolbar li {
462         display : inline;
463         list-style : none;
464 }
465
466 div.patroninfo {
467         margin-top : -.5em;
468 }
469
470 *html div.patroninfo {
471         margin-right : .5em;
472 }
473
474 div.patroninfo h5 {
475         border-right :  1px solid #000;
476         margin-bottom : 0;
477         padding-left : -.5em;
478         padding-top : .3em;
479         padding-bottom : .5em;
480 }
481
482 div.patroninfo ul {
483         border : 0;
484         border-right : 1px solid #000;
485         border-bottom : 0;
486         border-top : 0;
487         padding : 0;
488         margin : 0;
489 }
490
491 div.patroninfo ul li {
492         margin : 0;
493 }
494
495 div.patroninfo ul li, div.patronviews ul li {
496         list-style-type : none;
497 }
498
499 div.patronviews {
500         border-right :  1px solid #000;
501         border-top : 1px solid #000;
502         margin-bottom : .5em;
503         padding : .5em 0 .5em 0;
504 }
505
506 .column-tool {
507         font-size: 80%;
508 }
509
510 fieldset.brief {
511         border : 1px solid #E8E8E8;
512 }
513
514 fieldset.brief label,
515 fieldset.brief span.label {
516         display : block;
517         font-weight : bold;
518         padding : .3em 0;
519 }
520
521 fieldset.brief ol, fieldset.brief li {
522         list-style-type : none;
523 }
524
525 .hint {
526         color : #999999;
527         font-size : 95%;
528 }
529
530 fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
531         font-size : 95%;
532         margin-bottom : .4em;
533 }
534
535 div.yui-b fieldset.brief {
536         padding : .4em .7em;
537 }
538
539 div.yui-b fieldset.brief ol {
540         font-size : 85%;
541         margin : 0;
542         padding : 0;
543 }
544
545 div.yui-b fieldset.brief select {
546         width: 12em;
547 }
548 div.yui-b fieldset.brief li.radio {
549         padding : .7em 0;
550 }
551 div.yui-b fieldset.brief li.radio label,
552 div.yui-b fieldset.brief li.radio span.label {
553         display : inline;
554 }
555
556 div.yui-b fieldset.brief li.radio input {
557         padding:0.3em 0;
558 }
559
560 div.yui-b fieldset.brief fieldset {
561         margin : 0 .3em;
562         padding : .5em;
563 }
564
565 div.yui-b fieldset.brief fieldset legend {
566         font-size : 85%;
567 }
568
569 fieldset.rows {  
570 border-width : 1px;
571 border-bottom : 1px solid #666;
572 float : left;
573 font-size : 90%;
574 clear : left;
575 margin: .9em 0 0 0;  
576 padding: 0;
577 width: 100%; 
578 }
579
580 fieldset.rows legend {  
581         margin-left: 1em;
582         font-weight: bold;
583         font-size : 110%;
584 }
585
586 fieldset.rows label, fieldset.rows span.label {  
587         float: left;  
588         font-weight : bold;
589         width: 6em;  
590         margin-right: 1em;  
591         text-align: right;
592 }
593
594 fieldset.rows fieldset {
595         border-width : 1px;
596         margin : 0 0 .5em 0;
597         padding : .3em;
598 }
599
600 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
601         width: 9em;  
602 }
603
604 .yui-b fieldset.rows div.hint {
605         margin-left : 10.5em;
606 }
607
608 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
609         width: 10em;  
610 }
611
612 .yui-u fieldset.rows div.hint {
613         margin-left : 7.5em;
614 }
615
616 fieldset.rows.left label, fieldset.rows.left span.label {
617         width : 8em;
618         text-align : left;      
619 }
620
621 fieldset.rows ol {  
622 padding: 1em 1em 0 1em;  
623 list-style-type: none;
624 }
625
626 fieldset.rows li {  
627 float : left;
628 clear : left;
629 padding-bottom: 1em;
630 list-style-type: none;
631 width: 100%; 
632 }
633
634 fieldset.rows.left li {
635         padding-bottom : .4em;
636 }
637
638 fieldset.rows li.radio {
639         padding-left: 9em;
640         width : auto;
641 }
642
643 fieldset.rows li.radio label {
644         float : none;
645         width : auto;
646         margin : 0 0 0 1em;
647 }
648
649 fieldset.rows ol.radio label {
650         width : auto;
651         float : none;
652         margin-right : 0;
653 }
654
655 fieldset.rows ol.radio label.radio {
656         float : left;
657         width : 12em;
658         margin-right : 1em;
659 }
660
661 fieldset.rows table {
662         font-size : 105%;
663         clear : both;
664         margin : 1em 0 1em 1em;
665 }
666
667 fieldset.rows td label {
668         float : none;
669         font-weight : normal;
670         width : auto;
671 }
672
673 fieldset.rows label.yesno {
674         float : none;
675         width : auto;
676 }
677
678 fieldset.action, div.action {
679         clear : both;
680         float : none;
681         border : none;
682         margin : 0;
683         padding : 1em 0 .3em 0;
684         width : auto;
685 }
686
687 div.rows {
688 float : left;
689 clear : left;
690 margin: 0 0 0 0;  
691 padding: 0;
692 width: 100%; 
693 }
694
695
696 div.rows span.label {  
697         float: left;  
698         font-weight : bold;
699         width: 9em;  
700         margin-right: 1em;  
701         text-align: left;
702 }
703
704 div.rows ol {  
705 padding: .5em 1em 0 0;  
706 list-style-type: none;
707 }
708
709 div.rows ol li li {
710         border-bottom: 0;
711 }
712
713 div.rows li {
714 border-bottom :  1px solid #EEE;
715 float : left;
716 clear : left;
717 padding-bottom: .2em;
718 padding-top: .1em;
719 list-style-type: none;
720 width: 100%; 
721 }
722
723 a.cancel {
724         padding-left : 1em;
725 }
726
727 fieldset.rows fieldset.action {
728         padding : 1em;
729 }
730
731 fieldset.rows label.inline {
732         display : inline;
733         float : none;
734         margin-left : 1em;
735         width : auto;
736 }
737
738 fieldset.rows .inputnote {
739         clear : left;
740         float : left;
741         margin : .5em 0 0 11em;
742 }
743
744 .ui-tabs-nav li {
745         margin-right : .5em;
746         position : relative;
747         top : -1px;
748 }
749
750 .ui-tabs-nav li.ui-tabs-selected {
751
752 }
753
754 .ui-tabs-nav a, .ui-tabs-nav a span, .ui-tabs-nav span.a {
755    background : none;
756         display : block;
757         padding: .2em .5em .25em .5em;
758 }
759
760 .ui-tabs-nav a, .ui-tabs-nav span.a {
761
762 }
763
764 .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected span.a {
765         background-color : #FFFFCC;
766         border-top: 1px solid #FFFFCC;
767         border-right: 1px solid #FF9900;
768         border-bottom: 1px solid #FF9900;
769         border-left: 1px solid #FFCC66;
770         font-weight : bold;
771         text-align : center;
772         text-decoration : none;
773
774 }
775
776 .ui-tabs-nav .tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav span.a {
777     outline: 0; /* prevent dotted border in Firefox */
778 }
779
780 .ui-tabs-nav .ui-tabs-selected a:hover {
781         color : #0000CC;
782 }
783
784 .ui-tabs-nav li.ui-tabs-selected {
785         background-color : #FFFFCC;
786 }
787
788 .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav span.a {
789          background : none;
790     outline: 0; /* prevent dotted border in Firefox */
791 }
792
793 .tabs-container {
794     border-top: 0;
795     padding : inherit;
796     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
797 }
798 .tabs-loading em {
799     padding: inherit;
800     background: none;
801 }
802
803 .toptabs {
804         margin-top : 1em;
805 }
806
807 .toptabs .ui-tabs-nav li {
808         margin-right : .5em;
809         position : relative;
810         top : 1px;
811 }
812
813 .toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
814         background-color : #F3F3F3;
815         border : 1px solid #E8E8E8;
816         text-align : center;
817         text-decoration : none;
818 }
819
820 .toptabs .ui-tabs-nav li.ui-tabs-selected  {
821
822 }
823
824 .toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
825         background-color : #FFF;
826         border-bottom : 1px solid #FFF;
827         margin-top : 0;
828 }
829
830 .toptabs .tabs-container {
831         border : 1px solid #E8E8E8;
832         padding : 1em;
833 }
834
835 .checkedout {
836         color : #999999;
837         font-style : italic;
838 }
839
840 .subfield_not_filled {
841         background-color : #FFFF99;
842 }
843 .content_hidden {
844     visibility:hidden; /* you propably don't need to change this one */
845     display:none;
846 }
847
848 /* the property for the displayed tab */
849 .content_visible {
850     visibility:visible; /* you propably don't need to change this one */
851     display:block;
852 }
853 #newbiblio a, #addchild a, #newentry a, #newshelf a, #newmenuc .first-child, #newsupplier .first-child, #newlabel a, #newtemplate a, #newlabelbatch a, #newpatroncardbatch a, #newprofile a, #newsubscription a, #newdictionary a, #newbasket a, #newrootbudget-button, #budgets_menuc .first-child, #periods_menuc .first-child {
854         padding-left : 34px;
855         background-image: url("../../img/toolbar-new.gif");
856         background-position : center left;
857         background-repeat : no-repeat;
858 }
859
860 #changepassword a {
861         padding-left : 34px;
862         background-image: url("../../img/toolbar-password.gif");
863         background-position : center left;
864         background-repeat : no-repeat;
865 }
866
867 #manageorders a {
868         padding-left : 34px;
869         background-image: url("../../img/toolbar-orders.gif");
870         background-position : center left;
871         background-repeat : no-repeat;
872 }
873
874
875 #savemenuc .first-child, #addbiblio .first-child {
876         padding-left : 34px;
877         background-image: url("../../img/toolbar-save.gif");
878         background-position : center left;
879         background-repeat : no-repeat;
880 }
881
882 #editpatron a, #editmenuc .first-child, #editshelf a, #edit a, #editsupplier a, #managelabel a, #managetemplate a, #managelabelbatch a, #manageprofile a {
883         padding-left : 34px;
884         background-image: url("../../img/toolbar-edit.gif");
885         background-position : center left;
886         background-repeat : no-repeat;
887 }
888
889 #duplicate a {
890         padding-left : 34px;
891         background-image: url("../../img/toolbar-duplicate.gif");
892         background-position : center left;
893         background-repeat : no-repeat;
894 }
895
896 #receive a {
897         padding-left : 34px;
898         background-image: url("../../img/toolbar-receive.gif");
899         background-position : center left;
900         background-repeat : no-repeat;
901 }
902
903 #renew a {
904         padding-left : 34px;
905         background-image: url("../../img/toolbar-renew.gif");
906         background-position : center left;
907         background-repeat : no-repeat;
908 }
909
910 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
911         padding-left : 34px;
912         background-image: url("../../img/toolbar-delete.gif");
913         background-position : center left;
914         background-repeat : no-repeat;
915 }
916
917 #z3950search .first-child {
918         padding-left : 34px;
919         background-image: url("../../img/toolbar-search.gif");
920         background-position : center left;
921         background-repeat : no-repeat;
922 }
923 #z3950searcht table {
924         /* doesn't have desired effect in catalogue/results.tmpl - I'll leave this here for now but there do seem to be casscading CSS errors in this and other CSS fiels - RICKW 20081118 */
925         padding: 20px;
926         border: none;
927 }
928 #printbiblio button, #printbiblio a, #printmenuc .first-child {
929         padding-left : 34px;
930         background-image: url("../../img/toolbar-print.gif");
931         background-position : center left;
932         background-repeat : no-repeat;
933 }
934
935 #addtoshelf button, #addtoshelf a {
936         padding-left : 34px;
937         background-image: url("../../img/toolbar-add-to-shelf.gif");
938         background-position : center left;
939         background-repeat : no-repeat;
940 }
941
942 #placehold a,
943 #placehold button,
944 #holdfor .first-child {
945         padding-left : 34px;
946         background-image: url("../../img/toolbar-hold.gif");
947         background-position : center left;
948         background-repeat : no-repeat;
949 }
950
951 #holdfor .first-child { padding-left : 17px; }
952
953 #editmenuc .first-child, #deleteshelf .first-child,#newmenuc .first-child, #addbiblio .first-child, #z3950search .first-child, #printmenuc .first-child, #newsupplier .first-child, #savemenuc .first-child, #budgets_menuc .first-child, #periods_menuc .first-child {
954         padding-left : 15px;
955 }
956
957 .error,
958 .error a,
959 .error a:link,
960 .error a:visited {
961        color: #cc0000;
962 }
963
964 div.error {
965         border : 2px dashed #990000;
966         background-color : #FFFF99;
967         padding : .5em;
968         margin : 1em;
969 }
970
971 input.alert {
972         background-color : #FFFF99;
973         border-color: #900;
974 }
975
976 ol.bibliodetails {
977         float: left;
978         margin : 0 0 1em 1em;
979 }
980
981 ol.bibliodetails li {
982         border-bottom: 1px solid #E8E8E8;
983         list-style-type : none;
984         padding : .1em;
985 }
986
987 ol.bibliodetails span.label {
988         border-right : 1px solid #E8E8E8;
989         float : left;
990         font-weight: bold;
991         width: 12em;  
992         margin-right: 1em;  
993 }
994
995 div.listgroup {
996         clear :  left;
997 }
998
999 div.listgroup h4 {
1000         font-style: italic;
1001 }
1002
1003 div.listgroup h4 a {
1004         font-size :  80%;
1005 }
1006
1007 div.listgroup input {
1008         font-size: 80%;
1009 }
1010
1011 div.sysprefs h3 {
1012         margin : .2em 0 .2em .4em;
1013 }
1014
1015 div.sysprefs dl {
1016         margin-left : 1.5em;
1017 }
1018
1019 div.sysprefs div.hint {
1020         width : 25%;
1021         float : right;
1022         padding : .5em;
1023         margin : .7em;
1024 }
1025
1026 tr.highlight td {
1027         background-color : #F6F6F6;
1028         border-color : #BCBCBC;
1029 }
1030
1031 tr.highlight th[scope=row] {
1032         background-color : #DDDDDD;
1033         border-color : #BCBCBC;
1034 }
1035
1036 tr.confirm td, tr.highlight.confirm td {
1037         background-color : #ffbfbf;
1038 }
1039
1040 #circ_circulation_issue label {
1041         font-size: 105%;
1042         font-weight : bold;
1043 }
1044
1045 #circ_circulation_issue div.hint {
1046         color : #666666;
1047         margin: .2em 0;
1048 }
1049
1050 #circ_circulation_issue .date-select {
1051         font-size : 85%;
1052         padding-top : .3em;
1053 }
1054
1055 #circ_circulation_issue .date-select label {
1056         font-size : inherit;
1057         font-weight: normal;
1058 }
1059
1060 #circ_circulation_issue .date-select input {
1061         padding : 1px;
1062 }
1063
1064 tr.expired td {
1065         color : #999999;
1066 }
1067
1068 span.expired {
1069         color : #990000;
1070         font-style : italic;
1071 }
1072
1073 div.help {
1074         margin: .9em 0 0 0;  
1075 }
1076
1077 .blocker {
1078         color : #990000;
1079 }
1080
1081 .circmessage li {
1082         list-style : url(../../img/arrow-bullet.gif);
1083         margin-bottom : .2em;
1084 }
1085
1086 div.circmessage:first-child {
1087         margin-top : 1em;
1088 }
1089
1090 div.circmessage {
1091         padding: 0 .4em .4em .4em;
1092         margin-bottom : .3em;
1093 }
1094
1095 span.circ-hlt {
1096         color : #cc0000;
1097         font-weight : bold;
1098 }
1099
1100 div.first fieldset {
1101         margin-right : 0;
1102 }
1103
1104 #circ_needsconfirmation {
1105         margin : auto;
1106 }
1107
1108 .dialog {
1109   border: 1px solid #bcbcbc;
1110         padding : .5em;
1111         margin : 1em auto;
1112   width: 65%;
1113   }
1114   
1115 .dialog table {
1116         margin : .5em auto;
1117 }
1118
1119 .dialog table th {
1120         text-align : right;
1121 }
1122
1123 .dialog table td {
1124         text-align : left;
1125 }
1126   
1127 .dialog  h2, .dialog h3, .dialog h4 {
1128         margin : auto;
1129         text-align : center;
1130   }
1131   
1132 .dialog input {
1133         background-color : #FFF;
1134         border : 1px solid #bcbcbc;
1135         margin : .4em;
1136         padding : .4em .4em .4em 25px;
1137  }
1138
1139  .dialog input[type="submit"] {
1140         background : #FFF none;
1141  }
1142  
1143 .dialog input.approve, td input.approve {
1144         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1145         padding : .4em .4em .4em 25px;  
1146  }
1147  
1148 td input.approve {
1149         background-color : #FFC;
1150 }
1151
1152 .dialog input.deny {
1153         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1154         padding : .4em .4em .4em 25px;
1155  }
1156
1157 .dialog input.save {
1158         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1159         color:black;
1160         padding: .4em .4em .4em 34px;
1161 }
1162
1163 .dialog input.edit {
1164         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1165         color:black;
1166         max-width : 13em;
1167         padding: .4em .4em .4em 34px;
1168         white-space: normal;
1169 }
1170
1171 .dialog input.new {
1172         background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1173         color:black;
1174         max-width : 13em;
1175         padding: .4em .4em .4em 34px;
1176         white-space: normal;
1177 }
1178
1179 .dialog input.print {
1180         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1181         padding : .4em .4em .4em 25px;  
1182 }
1183
1184 .dialog input:hover {
1185         background-color : #ffc;
1186  }
1187
1188 div.alert {
1189   background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
1190   text-align : center;
1191 }
1192
1193 div.alert strong {
1194         color : #900;
1195 }
1196
1197 div.dialog {
1198   background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
1199   text-align : center;
1200 }
1201
1202 div.message {
1203         background : white url("../../img/message-bg.gif") repeat-x left 0;
1204         border : 1px solid #bcbcbc;
1205         text-align: center;
1206         width : 55%;
1207 }
1208
1209 div.message ul,
1210 div.message h5 {
1211         padding-left : 25%;
1212         text-align : left;
1213 }
1214
1215 div.message ul+h4 {
1216         margin-top : .7em;
1217 }
1218
1219 div.note {
1220         background: #f4f6fa;
1221         background-repeat : no-repeat;
1222         background-position : left center;
1223         background-image : url("../../img/note.png");
1224         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1225         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1226         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1227         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1228         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1229         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1230         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1231         border : 1px solid #BCBCBC;
1232         padding : .5em .5em .5em 20px;
1233         margin : .5em 0;
1234 }
1235  
1236  div.results {
1237         padding : .7em 0;
1238  }
1239  
1240  .accesskey {
1241         text-decoration : underline;
1242  }
1243  
1244 .required {
1245     color : #C00;
1246 }
1247
1248 span.required {
1249         font-style : italic;
1250 }
1251
1252 .term {
1253     background-color: #FFC;
1254          color : #990000;
1255 }
1256
1257 a .term {
1258          text-decoration : underline;
1259 }
1260
1261 /* style for shelving location in catalogsearch */
1262 .shelvingloc {
1263     display : block;
1264     font-style : italic;
1265 }
1266
1267 a:hover .term {
1268         color : #FF9090;
1269 }
1270
1271 div#menu {
1272         border-right: 1px solid #000;
1273         margin-right: .5em;
1274         padding-top: 1em;
1275         padding-bottom: 2em;
1276 }
1277
1278 *html #menu li {
1279         display : inline;
1280 }
1281
1282 div#menu li a {
1283         text-decoration: none;
1284         display: block;
1285         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1286         border: 1px solid #000;
1287         font-size: 111%;
1288         margin: .5em 0;
1289         padding: .4em .3em;
1290         margin-right :  -1px;
1291 }
1292
1293 div#menu li a:hover {
1294         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1295 }
1296
1297 div#menu li.active a:hover {
1298         background-color: #fff;
1299         color :  #0000CC;
1300 }
1301
1302 #menu ul li {
1303         list-style-type: none;
1304 }
1305
1306 #menu ul li.active a {
1307         background-color: #FFF;
1308         background-image : none;
1309         border-right: 0;
1310         font-weight: bold;
1311 }
1312
1313 ul.error {
1314         background : #ffffcc;
1315         border : 1px solid #ff9090;
1316         margin : .5em;
1317         padding : .5em .5em .5em 1.5em;
1318         width : 75%
1319 }
1320
1321 h1#logo {
1322         border:0pt none;
1323         float:left !important;
1324         margin:0;
1325         padding:0;
1326         width:180px;
1327 }
1328 h1#logo {
1329         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1330         margin:0.75em .3em 0.75em .7em;
1331 }
1332
1333 *html h1#logo {
1334         margin : 0.75em .3em 0.75em .3em;
1335 }
1336
1337 h1#logo a {
1338         border:0;
1339         cursor:pointer;
1340         display:block;
1341         height:0px !important;
1342         margin:0;
1343         overflow:hidden;
1344         padding:44px 0 0;
1345         text-decoration:none;
1346         width:180px;
1347 }
1348
1349 #closewindow {
1350         margin-top : 2em;
1351         text-align : center;
1352 }
1353
1354 #closewindow a {
1355         font-weight : bold;     
1356 }
1357
1358 .patroninfo+#menu {
1359         margin-right : 0;
1360 }
1361
1362 .barcode {
1363         font-size :  200%;
1364 }
1365
1366 li.email a {
1367         display:block;
1368         overflow:hidden;
1369         width:13em;
1370 }
1371 li.email {
1372         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1373         font-size :  87%;
1374         overflow:hidden;
1375         padding :0 10px 0 0;
1376         width:13em;
1377 }
1378
1379 .empty {
1380         color : #CCC;
1381 }
1382
1383 .address {
1384         font-size: 110%;
1385 }
1386
1387 .clearfix:after {
1388     content: "."; 
1389     display: block; 
1390     height: 0; 
1391     clear: both; 
1392     visibility: hidden;
1393 }
1394
1395 /* Hides from IE-mac \*/
1396 * html .clearfix {height: 1%;}
1397 /* End hide from IE-mac */
1398
1399 .title {
1400         font-weight : bold;
1401         font-size : 105%;
1402 }
1403
1404 .hold {
1405         float : right;
1406         font-size: 90%;
1407         margin: 0;
1408 }
1409
1410 .thumbnail {
1411         display : block;
1412         margin : auto;
1413 }
1414
1415 #searchresults ul li {
1416         font-size : 90%;
1417         list-style : url(../../img/item-bullet.gif);
1418         padding : .2em 0;
1419         clear : left;
1420 }
1421
1422 #searchresults span.status {
1423         clear : left;
1424         color : #900;
1425         display : block;
1426 }
1427
1428 #searchresults span.unavailable {
1429         clear : left;
1430         display : block;
1431 }
1432
1433 #searchresults .availability strong {
1434         display : block;
1435 }
1436
1437 #searchresults ul li img {
1438         float : left;
1439         margin : 3px 5px 3px -5px;
1440 }
1441
1442 #searchresults table td {
1443         vertical-align : top;
1444 }
1445
1446 #searchheader {
1447         background-color : #f3f3f3;
1448         font-size : 80%;
1449         margin : 0 0 .5em -1px;
1450         padding : .1em 0 .1em 1em;
1451 }
1452
1453 /* Hack just for Firefox */
1454 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1455         padding-bottom : 3px;
1456 }
1457
1458 #searchheader h3 {
1459 }
1460
1461 #searchheader form {
1462         float : right;
1463 }
1464
1465 #searchheader form.fz3950 {
1466         float : right;
1467         font-size : 125%;
1468         padding : 0 0 0 5em;
1469 }
1470
1471 #searchheader form.fz3950bigrpad {
1472         float : right;
1473         font-size : 125%;
1474         padding : 5px 25em 0 0;
1475 }
1476
1477 #search-facets ul {
1478         margin : 0;
1479         padding : .3em;
1480 }
1481
1482 #search-facets {
1483         border : 1px solid #e8e8e8;
1484 }
1485
1486 #search-facets h4 {
1487         background-color : #F3F3F3;
1488         border-bottom : 1px solid #e8e8e8;
1489         font-size : 90%;
1490         margin : 0;
1491         padding : .4em .2em;
1492         text-align : center;
1493 }
1494
1495 #search-facets ul li {
1496         font-weight : bold;
1497         list-style-type : none;
1498 }
1499
1500 #search-facets li li {
1501         font-weight : normal;
1502         font-size : 85%;
1503         margin-bottom : 2px;
1504         padding : .1em .2em;
1505 }
1506
1507 #search-facets li li a {
1508 }
1509
1510 #search-facets li.showmore {
1511         font-weight : bold;
1512         text-indent : 1em;
1513 }
1514
1515 div.pages {
1516         margin : .5em 0;
1517 }
1518
1519 div.pages a {
1520         font-weight: bold;
1521         padding: 1px 5px 1px 5px;
1522         text-decoration: none;
1523 }
1524
1525 div.pages a:link,
1526 div.pages a:visited {
1527         background-color : #eeeeee;
1528         color : #3366CC;
1529 }
1530
1531 div.pages a:hover {
1532         background-color : #FFC;
1533 }
1534
1535 div.pages a:active {
1536         background-color : #ffc;
1537 }
1538
1539 div.pages .current,
1540 div.pages .currentPage {
1541         background-color : #e6fcb7;
1542         color : #666;
1543         font-weight: bold;
1544         padding: 1px 5px 1px 5px;
1545 }
1546
1547 div.pages .inactive {
1548         background-color : #f3f3f3;
1549         color : #BCBCBC;
1550         font-weight: bold;
1551         padding: 1px 5px 1px 5px;
1552 }
1553
1554 div.browse {
1555         margin : .5em 0;
1556 }
1557
1558 div#bookcoverimg {
1559         text-align : center;
1560 }
1561
1562 div#header_search input.submit {
1563         font-size : 1em;
1564 }
1565
1566 *html input.submit {
1567         padding : .1em;
1568 }
1569
1570 input[type=submit]:active, input[type=button]:active, button.submit:active {
1571         border : 1px inset #999999;
1572 }
1573
1574 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1575         border: 1px outset #999999;
1576         border-top-color: #666;
1577         border-left-color: #666;
1578         padding: 0.25em;
1579         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1580         color: #333333;
1581 }
1582
1583 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1584         border : 1px inset #999999;
1585 }
1586
1587 ul li input.submit {
1588         font-size : 87%;
1589         padding : 2px;
1590 }
1591
1592 input.warning {
1593     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1594         padding : 0.25em 0.25em 0.25em 25px;
1595 }
1596
1597 .searchhighlightblob {
1598     font-size:75%;
1599         font-style : italic;
1600 }
1601
1602 a.yuimenuitemlabel:hover {
1603         background-color : #B3D4FF;
1604         color : #000;
1605 }
1606                 
1607 #displayexample {
1608         padding: 5px; 
1609         margin-bottom: 10px;
1610         background-color: #CCCCCC;
1611 }
1612
1613 #irregularity_summary {
1614         vertical-align : top;
1615 }
1616
1617 #toplevelnav {
1618         float : left;
1619         margin-left : .5em;
1620         width : 30em;
1621 }
1622
1623 ul#toplevelmenu {
1624         padding : 0;
1625 }
1626                 
1627 ul#toplevelmenu li {
1628         display: inline;
1629         padding : 0 .6em;
1630 }
1631                 
1632 ul#toplevelmenu li.more a {
1633         background-image:url(../../img/more-arrow.gif);
1634         background-position:right center;
1635         background-repeat:no-repeat;
1636         padding-right:13px;
1637 }
1638                 
1639 ul#toplevelmenu li.more ul li a {
1640         background-image : none;
1641         padding-right : 20px;
1642 }
1643
1644 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1645         padding: .2em 20px .2em 20px;
1646 }
1647                 
1648 ul#menu li a, ul#toplevelmenu li a {
1649         text-decoration : none;
1650 }
1651 ul#menu li ul li, ul#toplevelmenu li ul li {
1652         display :block;
1653         padding :0;
1654 }
1655 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1656         text-decoration : none;
1657 }
1658
1659 ul#i18nMenu {
1660         margin : 0;
1661         padding : .2em 0;
1662  }
1663  
1664 ul#i18nMenu li {
1665         border-left : 1px solid #CCC;
1666         display : inline;
1667         list-style : none;
1668         padding : 0 10px;
1669  }
1670  
1671 ul#i18nMenu li:first-child {
1672         border-left : 0;
1673  }
1674  
1675 ul#i18nMenu li ul li {
1676         border : 0;
1677         display : block;
1678         padding : 0;
1679  }
1680  
1681                 
1682 ul#i18nMenu li.more a {
1683         background-image:url(../../img/more-up-arrow.gif);
1684         background-position:right center;
1685         background-repeat:no-repeat;
1686         padding-right:13px;
1687 }
1688                 
1689 ul#i18nMenu li.more ul li a {
1690         background-image : none;
1691         padding-right : 20px;
1692 }
1693  
1694  div#changelanguage{
1695         background-color: #fff;
1696         border-top: 1px solid #CCC;
1697   position:absolute;
1698   bottom:0;
1699   left:0;
1700   width:100%;
1701   height: 2em;
1702  }
1703  
1704  @media screen{
1705   body>div#changelanguage {
1706    position: fixed;
1707   }
1708  }
1709  
1710  * html body{
1711   overflow:hidden;
1712  } 
1713  
1714  * html div#doc1{
1715   height:100%;
1716   overflow:auto;
1717  }
1718   
1719  * html div#doc2{
1720   height:100%;
1721   overflow:auto;
1722  }
1723   
1724  * html div#doc3{
1725   height:100%;
1726   overflow:auto;
1727  }
1728
1729 #CheckAll, #CheckNone, #CheckPending {
1730         font-weight : normal;
1731         margin : 0 .5em 0 0;
1732 }
1733 .lost,.dmg,.wdn {
1734         display : block;
1735         color : #990000;
1736 }
1737 .datedue {
1738         display : block;
1739         color : #999;
1740         font-style : italic;
1741 }
1742 /* Tablesorter */
1743 .header {
1744         background-image:url("../../img/ascdesc.gif");
1745         background-position:right center;
1746         background-repeat:no-repeat;
1747         cursor:pointer;
1748         padding : .2em 23px;
1749 }
1750 .headerSortUp {
1751         background-image:url("../../img/asc.gif");
1752 }
1753 .headerSortDown {
1754         background-image:url("../../img/desc.gif");
1755 }
1756
1757 tr.reserved td {
1758         background-color : #eeffd4;
1759 }
1760 tr.transfered td {
1761         background-color : #e8f0f6;
1762 }
1763 .waitinghere,
1764 .credit {
1765         color : #669900;
1766 }
1767
1768 /* Permissions Labels */
1769 label.permissioncode:before {
1770         content: "(";
1771 }
1772 label.permissioncode:after {
1773         content: ")";
1774 }
1775 label.permissioncode {
1776         font-style : italic;
1777 }
1778 span.permissiondesc {
1779         font-weight : normal;
1780 }
1781 #mainuserblock {
1782         border : 1px solid #E8E8E8;
1783         margin-top : .5em;
1784         padding : .5em;
1785 }
1786
1787
1788 /* borrower autocomplete */
1789 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1790 .autocomplete .yui-ac-highlight ,
1791 .autocomplete .yui-ac-highlight .sample-result,
1792 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1793 .autocomplete .sample-result { color: black; }
1794 .autocomplete .sample-query { color:#000; }
1795 #findborrower { position:static; width:auto; }
1796 #yborrowercontainer { text-align:left;width:335px; }
1797
1798 /* patron attribues autocomplete for overdues report (pattrodue) */
1799 .pattrodue-autocomplete .pattrodue-result { color: black; }
1800 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1801 .pattrodue-input { position:static; width:auto; }
1802 .pattrodue-container { text-align:left; width:400px; }
1803
1804 .labeledmarc-table {
1805         border: 0;
1806 }
1807
1808 .labeledmarc-label {
1809         border: 0;
1810         padding: 5;
1811         font-size: 11pt;
1812         color: darkblue;
1813 }
1814
1815 .labeledmarc-value {
1816         border: 0;
1817         padding: 5;
1818         font-size: 10pt;
1819         color: black;
1820 }
1821
1822 .hintsClass {
1823     font-family: tahoma, verdana, arial;
1824     font-size: 12px;
1825     background-color: #f0f0f0;
1826     color: #000000;
1827     border: 1px solid #808080;
1828     padding: 5px;
1829 }
1830 .hintSource {
1831     color: green;
1832     text-decoration: underline;
1833     cursor: pointer;
1834 }
1835
1836 h1#pdf {
1837         background:transparent url(../../img/pdficon_large.gif) no-repeat scroll 0%;
1838         border: 0;
1839         margin:0.75em .3em 0.75em .7em;
1840         padding:0;
1841 }
1842
1843 h1#pdf a {
1844         border:0;
1845         cursor:pointer;
1846         display:block;
1847         height:0px !important;
1848         margin:0;
1849         overflow:hidden;
1850         padding:44px 0 0;
1851         text-decoration:none;
1852         width:35px;
1853 }
1854
1855 h1#csv {
1856         background:transparent url(../../img/csv_icon.gif) no-repeat scroll 0%;
1857         border: 0;
1858         margin:0.75em .3em 0.75em .7em;
1859         padding:0;
1860 }
1861
1862 h1#csv a {
1863         border:0;
1864         cursor:pointer;
1865         display:block;
1866         height:0px !important;
1867         margin:0;
1868         overflow:hidden;
1869         padding:44px 0 0;
1870         text-decoration:none;
1871         width:35px;
1872 }
1873
1874 h1#xml {
1875         background:transparent url(../../img/icon_xml.gif) no-repeat scroll 0%;
1876         border: 0;
1877         margin:0.75em .3em 0.75em .7em;
1878         padding:0;
1879 }
1880
1881 h1#xml a {
1882         border:0;
1883         cursor:pointer;
1884         display:block;
1885         height:0px !important;
1886         margin:0;
1887         overflow:hidden;
1888         padding:44px 0 0;
1889         text-decoration:none;
1890         width:35px;
1891 }
1892
1893 #cartDetails {
1894         background-color : #FFF;
1895         border: 1px solid #739acf;
1896          -moz-box-shadow: 1px 1px 3px 0 #666;
1897          -webkit-box-shadow: 1px 1px 3px 0 #666;
1898          box-shadow: 1px 1px 3px 0 #666;
1899         color : black;
1900         display : none;
1901         margin : 0;
1902         padding : 10px;
1903         text-align : center;
1904         width : 180px;
1905         z-index : 50;
1906 }
1907 #cartmenulink {
1908         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1909         padding-left : 15px;
1910 }
1911 #cartmenulink span#basketcount span {
1912         display : inline;
1913         font-size : 90%;
1914         font-weight : normal;
1915         padding : 0;
1916 }
1917 #moremenu {
1918         display : none;
1919 }
1920
1921 .results_summary {
1922   display: block;
1923   font-size : 85%; 
1924   color: #707070;
1925   padding : 0 0 .5em 0;
1926 }
1927 .results_summary .label {
1928   color: #202020;
1929 }
1930 .results_summary a {
1931   font-weight: normal;
1932 }
1933
1934 img.spinner {
1935     vertical-align: middle;
1936     padding-right: 0.3em;
1937 }
1938 #cataloguing_additem_itemlist div {
1939         overflow : scroll;
1940 }
1941 ul.budget_hierarchy {
1942     margin-left: 0px;
1943     padding-left: 0px;
1944 }
1945 ul.budget_hierarchy li {
1946     display: inline;
1947 }
1948 ul.budget_hierarchy li:after {
1949     content: " -> ";
1950 }
1951 ul.budget_hierarchy li:last-child:after {
1952     content: "";
1953 }
1954 ul.budget_hierarchy li:first-child:after {
1955     content: "";
1956 }
1957 .holdcount { font-size : 105%; line-height : 200%; }
1958 .holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; }
1959 .holdcount a:hover { background-color : #ebeff7; }
1960 .container {
1961         border : 1px solid #EEE;
1962         padding : 1em;
1963         margin : 1em 0;
1964 }
1965 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1966
1967 .import_export{
1968     position:relative;
1969 }
1970 .import_export .import_export_options{
1971     background: white;
1972     border: 1px solid #CDCDCD;
1973     left: 60px;
1974     padding: 10px;
1975     position: absolute;
1976     top: 0;
1977     z-index: 1;
1978     width: 300px;
1979 }
1980 .import_export_options li{
1981     display: block;
1982     list-style: none;
1983     padding-top: 10px;
1984 }
1985 .import_export_options .import_export_close {
1986     cursor: pointer;
1987     text-decoration: underline;
1988 }
1989 .import_export_options .export_ok {
1990     padding: 10;
1991     background: #E3E3E3 none;
1992     cursor: pointer;
1993     margin-left: 20px;
1994     border: none;
1995 }
1996 .import_export_options .import_ok {
1997     padding: 10;
1998     background: #E3E3E3 none;
1999     cursor: pointer;
2000     margin-left: 20px;
2001     border: none;
2002 }
2003 .form_import .input_import {
2004     border: 1px solid #bcbcbc;
2005 }
2006 .import_export_options .importing {
2007     padding: inherit;
2008     background: none;
2009 }
2010 .li_close_import_export {
2011     text-align: right;
2012 }
2013
2014 .importing {
2015     position: relative;
2016 }
2017
2018 .importing .importing_msg {
2019     padding-left: 10px;
2020     padding-bottom: 10px;
2021 }
2022
2023 #advanced-search fieldset {
2024         border : 1px solid #EEE;
2025         -moz-border-radius : 3px;
2026         border-radius : 3px;
2027 }
2028
2029 #advanced-search fieldset.action {
2030         border : 0;
2031 }
2032
2033 #advanced-search fieldset fieldset {
2034         border : 1px solid #EEE;
2035         margin : 0;
2036         padding : .3em .5em;
2037         -moz-border-radius : 0;
2038         border-radius : 0;
2039 }
2040 #advanced-search fieldset fieldset+fieldset {
2041         border-top : 0;
2042 }
2043 #advanced-search table {
2044         border-spacing : 5px;
2045         border-collapse : separate;
2046         border-width : 0;
2047 }
2048 #advanced-search td {
2049         border : 1px solid #EEE;
2050         padding : 0.3em 0.4em;
2051 }
2052 #circ_circulation_issue {
2053     position: relative;
2054     }
2055
2056 #clearscreen {
2057     margin-right: 0;
2058     position: absolute;
2059     top:0;
2060     right:0;
2061     }
2062 /* CSS Hack to target Firefox */
2063 @-moz-document url-prefix() {
2064     #clearscreen {
2065         margin-right : 1em;
2066         top: -1em;
2067     }
2068 }
2069 #clearscreen a {
2070     display:block;
2071     -moz-border-radius: 0 0 0 5px;
2072     border-radius: 0 0 0 5px;
2073     padding : 0 .7em .2em .7em;
2074     background-color : #EEE;
2075     color : #CCC;
2076     text-shadow: 0px -1px 0px #666;
2077     text-decoration: none;
2078     font-size: 160%;
2079     font-weight : bold
2080     }
2081 #clearscreen a:hover {
2082     color : #cc0000;
2083     }
2084