Merge remote-tracking branch 'kc/new/bug_6755' into kcmaster
[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 a.document {
1203         background-position : left middle;
1204         background-repeat : no-repeat;
1205         padding-left : 20px;
1206 }
1207
1208 a.pdf {
1209         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1210 }
1211
1212 a.csv {
1213         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1214 }
1215
1216 a.xml {
1217         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1218 }
1219
1220 div.message {
1221         background : white url("../../img/message-bg.gif") repeat-x left 0;
1222         border : 1px solid #bcbcbc;
1223         text-align: center;
1224         width : 55%;
1225 }
1226
1227 div.message ul,
1228 div.message h5 {
1229         padding-left : 25%;
1230         text-align : left;
1231 }
1232
1233 div.message ul+h4 {
1234         margin-top : .7em;
1235 }
1236
1237 div.note {
1238         background: #f4f6fa;
1239         background-repeat : no-repeat;
1240         background-position : left center;
1241         background-image : url("../../img/note.png");
1242         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1243         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1244         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1245         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1246         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1247         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1248         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1249         border : 1px solid #BCBCBC;
1250         padding : .5em .5em .5em 20px;
1251         margin : .5em 0;
1252 }
1253  
1254  div.results {
1255         padding : .7em 0;
1256  }
1257  
1258  .accesskey {
1259         text-decoration : underline;
1260  }
1261  
1262 .required {
1263     color : #C00;
1264 }
1265
1266 span.required {
1267         font-style : italic;
1268 }
1269
1270 .term {
1271     background-color: #FFC;
1272          color : #990000;
1273 }
1274
1275 a .term {
1276          text-decoration : underline;
1277 }
1278
1279 /* style for shelving location in catalogsearch */
1280 .shelvingloc {
1281     display : block;
1282     font-style : italic;
1283 }
1284
1285 a:hover .term {
1286         color : #FF9090;
1287 }
1288
1289 div#menu {
1290         border-right: 1px solid #000;
1291         margin-right: .5em;
1292         padding-top: 1em;
1293         padding-bottom: 2em;
1294 }
1295
1296 *html #menu li {
1297         display : inline;
1298 }
1299
1300 div#menu li a {
1301         text-decoration: none;
1302         display: block;
1303         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1304         border: 1px solid #000;
1305         font-size: 111%;
1306         margin: .5em 0;
1307         padding: .4em .3em;
1308         margin-right :  -1px;
1309 }
1310
1311 div#menu li a:hover {
1312         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1313 }
1314
1315 div#menu li.active a:hover {
1316         background-color: #fff;
1317         color :  #0000CC;
1318 }
1319
1320 #menu ul li {
1321         list-style-type: none;
1322 }
1323
1324 #menu ul li.active a {
1325         background-color: #FFF;
1326         background-image : none;
1327         border-right: 0;
1328         font-weight: bold;
1329 }
1330
1331 ul.error {
1332         background : #ffffcc;
1333         border : 1px solid #ff9090;
1334         margin : .5em;
1335         padding : .5em .5em .5em 1.5em;
1336         width : 75%
1337 }
1338
1339 h1#logo {
1340         border:0pt none;
1341         float:left !important;
1342         margin:0;
1343         padding:0;
1344         width:180px;
1345 }
1346 h1#logo {
1347         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1348         margin:0.75em .3em 0.75em .7em;
1349 }
1350
1351 *html h1#logo {
1352         margin : 0.75em .3em 0.75em .3em;
1353 }
1354
1355 h1#logo a {
1356         border:0;
1357         cursor:pointer;
1358         display:block;
1359         height:0px !important;
1360         margin:0;
1361         overflow:hidden;
1362         padding:44px 0 0;
1363         text-decoration:none;
1364         width:180px;
1365 }
1366
1367 #closewindow {
1368         margin-top : 2em;
1369         text-align : center;
1370 }
1371
1372 #closewindow a {
1373         font-weight : bold;     
1374 }
1375
1376 .patroninfo+#menu {
1377         margin-right : 0;
1378 }
1379
1380 .barcode {
1381         font-size :  200%;
1382 }
1383
1384 li.email a {
1385         display:block;
1386         overflow:hidden;
1387         width:13em;
1388 }
1389 li.email {
1390         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1391         font-size :  87%;
1392         overflow:hidden;
1393         padding :0 10px 0 0;
1394         width:13em;
1395 }
1396
1397 .empty {
1398         color : #CCC;
1399 }
1400
1401 .address {
1402         font-size: 110%;
1403 }
1404
1405 .clearfix:after {
1406     content: "."; 
1407     display: block; 
1408     height: 0; 
1409     clear: both; 
1410     visibility: hidden;
1411 }
1412
1413 /* Hides from IE-mac \*/
1414 * html .clearfix {height: 1%;}
1415 /* End hide from IE-mac */
1416
1417 .title {
1418         font-weight : bold;
1419         font-size : 105%;
1420 }
1421
1422 .hold {
1423         float : right;
1424         font-size: 90%;
1425         margin: 0;
1426 }
1427
1428 .thumbnail {
1429         display : block;
1430         margin : auto;
1431 }
1432
1433 #searchresults ul li {
1434         font-size : 90%;
1435         list-style : url(../../img/item-bullet.gif);
1436         padding : .2em 0;
1437         clear : left;
1438 }
1439
1440 #searchresults span.status {
1441         clear : left;
1442         color : #900;
1443         display : block;
1444 }
1445
1446 #searchresults span.unavailable {
1447         clear : left;
1448         display : block;
1449 }
1450
1451 #searchresults .availability strong {
1452         display : block;
1453 }
1454
1455 #searchresults ul li img {
1456         float : left;
1457         margin : 3px 5px 3px -5px;
1458 }
1459
1460 #searchresults table td {
1461         vertical-align : top;
1462 }
1463
1464 #searchheader {
1465         background-color : #f3f3f3;
1466         font-size : 80%;
1467         margin : 0 0 .5em -1px;
1468         padding : .1em 0 .1em 1em;
1469 }
1470
1471 /* Hack just for Firefox */
1472 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1473         padding-bottom : 3px;
1474 }
1475
1476 #searchheader h3 {
1477 }
1478
1479 #searchheader form {
1480         float : right;
1481 }
1482
1483 #searchheader form.fz3950 {
1484         float : right;
1485         font-size : 125%;
1486         padding : 0 0 0 5em;
1487 }
1488
1489 #searchheader form.fz3950bigrpad {
1490         float : right;
1491         font-size : 125%;
1492         padding : 5px 25em 0 0;
1493 }
1494
1495 #search-facets ul {
1496         margin : 0;
1497         padding : .3em;
1498 }
1499
1500 #search-facets {
1501         border : 1px solid #e8e8e8;
1502 }
1503
1504 #search-facets h4 {
1505         background-color : #F3F3F3;
1506         border-bottom : 1px solid #e8e8e8;
1507         font-size : 90%;
1508         margin : 0;
1509         padding : .4em .2em;
1510         text-align : center;
1511 }
1512
1513 #search-facets ul li {
1514         font-weight : bold;
1515         list-style-type : none;
1516 }
1517
1518 #search-facets li li {
1519         font-weight : normal;
1520         font-size : 85%;
1521         margin-bottom : 2px;
1522         padding : .1em .2em;
1523 }
1524
1525 #search-facets li li a {
1526 }
1527
1528 #search-facets li.showmore {
1529         font-weight : bold;
1530         text-indent : 1em;
1531 }
1532
1533 div.pages {
1534         margin : .5em 0;
1535 }
1536
1537 div.pages a {
1538         font-weight: bold;
1539         padding: 1px 5px 1px 5px;
1540         text-decoration: none;
1541 }
1542
1543 div.pages a:link,
1544 div.pages a:visited {
1545         background-color : #eeeeee;
1546         color : #3366CC;
1547 }
1548
1549 div.pages a:hover {
1550         background-color : #FFC;
1551 }
1552
1553 div.pages a:active {
1554         background-color : #ffc;
1555 }
1556
1557 div.pages .current,
1558 div.pages .currentPage {
1559         background-color : #e6fcb7;
1560         color : #666;
1561         font-weight: bold;
1562         padding: 1px 5px 1px 5px;
1563 }
1564
1565 div.pages .inactive {
1566         background-color : #f3f3f3;
1567         color : #BCBCBC;
1568         font-weight: bold;
1569         padding: 1px 5px 1px 5px;
1570 }
1571
1572 div.browse {
1573         margin : .5em 0;
1574 }
1575
1576 div#bookcoverimg {
1577         text-align : center;
1578 }
1579
1580 div#header_search input.submit {
1581         font-size : 1em;
1582 }
1583
1584 *html input.submit {
1585         padding : .1em;
1586 }
1587
1588 input[type=submit]:active, input[type=button]:active, button.submit:active {
1589         border : 1px inset #999999;
1590 }
1591
1592 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1593         border: 1px outset #999999;
1594         border-top-color: #666;
1595         border-left-color: #666;
1596         padding: 0.25em;
1597         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1598         color: #333333;
1599 }
1600
1601 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1602         border : 1px inset #999999;
1603 }
1604
1605 ul li input.submit {
1606         font-size : 87%;
1607         padding : 2px;
1608 }
1609
1610 input.warning {
1611     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1612         padding : 0.25em 0.25em 0.25em 25px;
1613 }
1614
1615 .searchhighlightblob {
1616     font-size:75%;
1617         font-style : italic;
1618 }
1619
1620 a.yuimenuitemlabel:hover {
1621         background-color : #B3D4FF;
1622         color : #000;
1623 }
1624                 
1625 #displayexample {
1626         padding: 5px; 
1627         margin-bottom: 10px;
1628         background-color: #CCCCCC;
1629 }
1630
1631 #irregularity_summary {
1632         vertical-align : top;
1633 }
1634
1635 #toplevelnav {
1636         float : left;
1637         margin-left : .5em;
1638         width : 30em;
1639 }
1640
1641 ul#toplevelmenu {
1642         padding : 0;
1643 }
1644                 
1645 ul#toplevelmenu li {
1646         display: inline;
1647         padding : 0 .6em;
1648 }
1649                 
1650 ul#toplevelmenu li.more a {
1651         background-image:url(../../img/more-arrow.gif);
1652         background-position:right center;
1653         background-repeat:no-repeat;
1654         padding-right:13px;
1655 }
1656                 
1657 ul#toplevelmenu li.more ul li a {
1658         background-image : none;
1659         padding-right : 20px;
1660 }
1661
1662 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1663         padding: .2em 20px .2em 20px;
1664 }
1665                 
1666 ul#menu li a, ul#toplevelmenu li a {
1667         text-decoration : none;
1668 }
1669 ul#menu li ul li, ul#toplevelmenu li ul li {
1670         display :block;
1671         padding :0;
1672 }
1673 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1674         text-decoration : none;
1675 }
1676
1677 ul#i18nMenu {
1678         margin : 0;
1679         padding : .2em 0;
1680  }
1681  
1682 ul#i18nMenu li {
1683         border-left : 1px solid #CCC;
1684         display : inline;
1685         list-style : none;
1686         padding : 0 10px;
1687  }
1688  
1689 ul#i18nMenu li:first-child {
1690         border-left : 0;
1691  }
1692  
1693 ul#i18nMenu li ul li {
1694         border : 0;
1695         display : block;
1696         padding : 0;
1697  }
1698  
1699                 
1700 ul#i18nMenu li.more a {
1701         background-image:url(../../img/more-up-arrow.gif);
1702         background-position:right center;
1703         background-repeat:no-repeat;
1704         padding-right:13px;
1705 }
1706                 
1707 ul#i18nMenu li.more ul li a {
1708         background-image : none;
1709         padding-right : 20px;
1710 }
1711  
1712  div#changelanguage{
1713         background-color: #fff;
1714         border-top: 1px solid #CCC;
1715   position:absolute;
1716   bottom:0;
1717   left:0;
1718   width:100%;
1719   height: 2em;
1720  }
1721  
1722  @media screen{
1723   body>div#changelanguage {
1724    position: fixed;
1725   }
1726  }
1727  
1728  * html body{
1729   overflow:hidden;
1730  } 
1731  
1732  * html div#doc1{
1733   height:100%;
1734   overflow:auto;
1735  }
1736   
1737  * html div#doc2{
1738   height:100%;
1739   overflow:auto;
1740  }
1741   
1742  * html div#doc3{
1743   height:100%;
1744   overflow:auto;
1745  }
1746
1747 #CheckAll, #CheckNone, #CheckPending {
1748         font-weight : normal;
1749         margin : 0 .5em 0 0;
1750 }
1751 .lost,.dmg,.wdn {
1752         display : block;
1753         color : #990000;
1754 }
1755 .datedue {
1756         display : block;
1757         color : #999;
1758         font-style : italic;
1759 }
1760 /* Tablesorter */
1761 .header {
1762         background-image:url("../../img/ascdesc.gif");
1763         background-position:right center;
1764         background-repeat:no-repeat;
1765         cursor:pointer;
1766         padding : .2em 23px;
1767 }
1768 .headerSortUp {
1769         background-image:url("../../img/asc.gif");
1770 }
1771 .headerSortDown {
1772         background-image:url("../../img/desc.gif");
1773 }
1774
1775 tr.reserved td {
1776         background-color : #eeffd4;
1777 }
1778 tr.transfered td {
1779         background-color : #e8f0f6;
1780 }
1781 .waitinghere,
1782 .credit {
1783         color : #669900;
1784 }
1785
1786 /* Permissions Labels */
1787 label.permissioncode:before {
1788         content: "(";
1789 }
1790 label.permissioncode:after {
1791         content: ")";
1792 }
1793 label.permissioncode {
1794         font-style : italic;
1795 }
1796 span.permissiondesc {
1797         font-weight : normal;
1798 }
1799 #mainuserblock {
1800         border : 1px solid #E8E8E8;
1801         margin-top : .5em;
1802         padding : .5em;
1803 }
1804
1805
1806 /* borrower autocomplete */
1807 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1808 .autocomplete .yui-ac-highlight ,
1809 .autocomplete .yui-ac-highlight .sample-result,
1810 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1811 .autocomplete .sample-result { color: black; }
1812 .autocomplete .sample-query { color:#000; }
1813 #findborrower { position:static; width:auto; }
1814 #yborrowercontainer { text-align:left;width:335px; }
1815
1816 /* patron attribues autocomplete for overdues report (pattrodue) */
1817 .pattrodue-autocomplete .pattrodue-result { color: black; }
1818 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1819 .pattrodue-input { position:static; width:auto; }
1820 .pattrodue-container { text-align:left; width:400px; }
1821
1822 .labeledmarc-table {
1823         border: 0;
1824 }
1825
1826 .labeledmarc-label {
1827         border: 0;
1828         padding: 5;
1829         font-size: 11pt;
1830         color: darkblue;
1831 }
1832
1833 .labeledmarc-value {
1834         border: 0;
1835         padding: 5;
1836         font-size: 10pt;
1837         color: black;
1838 }
1839
1840 .hintsClass {
1841     font-family: tahoma, verdana, arial;
1842     font-size: 12px;
1843     background-color: #f0f0f0;
1844     color: #000000;
1845     border: 1px solid #808080;
1846     padding: 5px;
1847 }
1848 .hintSource {
1849     color: green;
1850     text-decoration: underline;
1851     cursor: pointer;
1852 }
1853
1854 #cartDetails {
1855         background-color : #FFF;
1856         border: 1px solid #739acf;
1857          -moz-box-shadow: 1px 1px 3px 0 #666;
1858          -webkit-box-shadow: 1px 1px 3px 0 #666;
1859          box-shadow: 1px 1px 3px 0 #666;
1860         color : black;
1861         display : none;
1862         margin : 0;
1863         padding : 10px;
1864         text-align : center;
1865         width : 180px;
1866         z-index : 50;
1867 }
1868 #cartmenulink {
1869         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1870         padding-left : 15px;
1871 }
1872 #cartmenulink span#basketcount span {
1873         display : inline;
1874         font-size : 90%;
1875         font-weight : normal;
1876         padding : 0;
1877 }
1878 #moremenu {
1879         display : none;
1880 }
1881
1882 .results_summary {
1883   display: block;
1884   font-size : 85%; 
1885   color: #707070;
1886   padding : 0 0 .5em 0;
1887 }
1888 .results_summary .label {
1889   color: #202020;
1890 }
1891 .results_summary a {
1892   font-weight: normal;
1893 }
1894
1895 img.spinner {
1896     vertical-align: middle;
1897     padding-right: 0.3em;
1898 }
1899 ul.budget_hierarchy {
1900     margin-left: 0px;
1901     padding-left: 0px;
1902 }
1903 ul.budget_hierarchy li {
1904     display: inline;
1905 }
1906 ul.budget_hierarchy li:after {
1907     content: " -> ";
1908 }
1909 ul.budget_hierarchy li:last-child:after {
1910     content: "";
1911 }
1912 ul.budget_hierarchy li:first-child:after {
1913     content: "";
1914 }
1915 .holdcount { font-size : 105%; line-height : 200%; }
1916 .holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; }
1917 .holdcount a:hover { background-color : #ebeff7; }
1918 .container {
1919         border : 1px solid #EEE;
1920         padding : 1em;
1921         margin : 1em 0;
1922 }
1923 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1924
1925 .import_export{
1926     position:relative;
1927 }
1928 .import_export .import_export_options{
1929     background: white;
1930     border: 1px solid #CDCDCD;
1931     left: 60px;
1932     padding: 10px;
1933     position: absolute;
1934     top: 0;
1935     z-index: 1;
1936     width: 300px;
1937 }
1938 .import_export_options li{
1939     display: block;
1940     list-style: none;
1941     padding-top: 10px;
1942 }
1943 .import_export_options .import_export_close {
1944     cursor: pointer;
1945     text-decoration: underline;
1946 }
1947 .import_export_options .export_ok {
1948     padding: 10;
1949     background: #E3E3E3 none;
1950     cursor: pointer;
1951     margin-left: 20px;
1952     border: none;
1953 }
1954 .import_export_options .import_ok {
1955     padding: 10;
1956     background: #E3E3E3 none;
1957     cursor: pointer;
1958     margin-left: 20px;
1959     border: none;
1960 }
1961 .form_import .input_import {
1962     border: 1px solid #bcbcbc;
1963 }
1964 .import_export_options .importing {
1965     padding: inherit;
1966     background: none;
1967 }
1968 .li_close_import_export {
1969     text-align: right;
1970 }
1971
1972 .importing {
1973     position: relative;
1974 }
1975
1976 .importing .importing_msg {
1977     padding-left: 10px;
1978     padding-bottom: 10px;
1979 }
1980
1981 .m880 {
1982     display:block; 
1983     text-align:right; 
1984     float:right; 
1985     width:50%; 
1986     padding-left:20px
1987 }
1988
1989 #advanced-search fieldset {
1990         border : 1px solid #EEE;
1991         -moz-border-radius : 3px;
1992         border-radius : 3px;
1993 }
1994
1995 #advanced-search fieldset.action {
1996         border : 0;
1997 }
1998
1999 #advanced-search fieldset fieldset {
2000         border : 1px solid #EEE;
2001         margin : 0;
2002         padding : .3em .5em;
2003         -moz-border-radius : 0;
2004         border-radius : 0;
2005 }
2006 #advanced-search fieldset fieldset+fieldset {
2007         border-top : 0;
2008 }
2009 #advanced-search table {
2010         border-spacing : 5px;
2011         border-collapse : separate;
2012         border-width : 0;
2013 }
2014 #advanced-search td {
2015         border : 1px solid #EEE;
2016         padding : 0.3em 0.4em;
2017 }
2018 #circ_circulation_issue {
2019     position: relative;
2020     }
2021
2022 #clearscreen {
2023     margin-right: 0;
2024     position: absolute;
2025     top:0;
2026     right:0;
2027     }
2028 /* CSS Hack to target Firefox */
2029 @-moz-document url-prefix() {
2030     #clearscreen {
2031         margin-right : 1em;
2032         top: -1em;
2033     }
2034 }
2035 #clearscreen a {
2036     display:block;
2037     -moz-border-radius: 0 0 0 5px;
2038     border-radius: 0 0 0 5px;
2039     padding : 0 .7em .2em .7em;
2040     background-color : #EEE;
2041     color : #CCC;
2042     text-shadow: 0px -1px 0px #666;
2043     text-decoration: none;
2044     font-size: 160%;
2045     font-weight : bold
2046     }
2047 #clearscreen a:hover {
2048     color : #cc0000;
2049     }
2050