Bug 6663: Features for holidays.pl with datepicker
[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 div#toolbar .yui-menu-button button,
440 div#toolbar .yui-button-button button {
441         line-height : 1.7em;
442 }
443
444 ul.toolbar {
445         padding-left : 0;
446 }
447
448 ul.toolbar button {
449         padding-bottom : 2px;
450         font-family: arial, verdana, helvetica, sans-serif;
451 }
452 .yui-menu-button  {
453         
454 }
455
456 a.yuimenuitemlabel-disabled, #disabled a {
457         color: #999;
458 }
459 a.yuimenuitemlabel-disabled:hover, #disabled a:hover {
460         color : #999;
461 }
462 a.highlight_toggle {
463     display : none;
464 }
465
466 ul.toolbar li {
467         display : inline;
468         list-style : none;
469 }
470
471 div.patroninfo {
472         margin-top : -.5em;
473 }
474
475 *html div.patroninfo {
476         margin-right : .5em;
477 }
478
479 div.patroninfo h5 {
480         border-right :  1px solid #000;
481         margin-bottom : 0;
482         padding-left : -.5em;
483         padding-top : .3em;
484         padding-bottom : .5em;
485 }
486
487 div.patroninfo ul {
488         border : 0;
489         border-right : 1px solid #000;
490         border-bottom : 0;
491         border-top : 0;
492         padding : 0;
493         margin : 0;
494 }
495
496 div.patroninfo ul li {
497         margin : 0;
498 }
499
500 div.patroninfo ul li, div.patronviews ul li {
501         list-style-type : none;
502 }
503
504 div.patronviews {
505         border-right :  1px solid #000;
506         border-top : 1px solid #000;
507         margin-bottom : .5em;
508         padding : .5em 0 .5em 0;
509 }
510
511 .column-tool {
512         font-size: 80%;
513 }
514
515 fieldset.brief {
516         border : 1px solid #E8E8E8;
517 }
518
519 fieldset.brief label,
520 fieldset.brief span.label {
521         display : block;
522         font-weight : bold;
523         padding : .3em 0;
524 }
525
526 fieldset.brief ol, fieldset.brief li {
527         list-style-type : none;
528 }
529
530 .hint {
531         color : #999999;
532         font-size : 95%;
533 }
534
535 fieldset.brief div.hint, fieldset.rows div.hint, div.yui-u div.hint {
536         font-size : 95%;
537         margin-bottom : .4em;
538 }
539
540 div.yui-b fieldset.brief {
541         padding : .4em .7em;
542 }
543
544 div.yui-b fieldset.brief ol {
545         font-size : 85%;
546         margin : 0;
547         padding : 0;
548 }
549
550 div.yui-b fieldset.brief select {
551         width: 12em;
552 }
553 div.yui-b fieldset.brief li.radio {
554         padding : .7em 0;
555 }
556 div.yui-b fieldset.brief li.radio label,
557 div.yui-b fieldset.brief li.dateinsert label,
558 div.yui-b fieldset.brief li.dateinsert span.label,
559 div.yui-b fieldset.brief li.radio span.label {
560         display : inline;
561 }
562
563 div.yui-b fieldset.brief li.radio input {
564         padding:0.3em 0;
565 }
566
567 div.yui-b fieldset.brief fieldset {
568         margin : 0 .3em;
569         padding : .5em;
570 }
571
572 div.yui-b fieldset.brief fieldset legend {
573         font-size : 85%;
574 }
575
576 fieldset.rows {  
577 border-width : 1px;
578 border-bottom : 1px solid #666;
579 float : left;
580 font-size : 90%;
581 clear : left;
582 margin: .9em 0 0 0;  
583 padding: 0;
584 width: 100%; 
585 }
586
587 fieldset.rows legend {  
588         margin-left: 1em;
589         font-weight: bold;
590         font-size : 110%;
591 }
592
593 fieldset.rows label, fieldset.rows span.label {  
594         float: left;  
595         font-weight : bold;
596         width: 6em;  
597         margin-right: 1em;  
598         text-align: right;
599 }
600
601 fieldset.rows fieldset {
602         border-width : 1px;
603         margin : 0 0 .5em 0;
604         padding : .3em;
605 }
606
607 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
608         width: 9em;  
609 }
610
611 .yui-b fieldset.rows div.hint {
612         margin-left : 10.5em;
613 }
614
615 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
616         width: 10em;  
617 }
618
619 .yui-u fieldset.rows div.hint {
620         margin-left : 7.5em;
621 }
622
623 fieldset.rows.left label, fieldset.rows.left span.label {
624         width : 8em;
625         text-align : left;      
626 }
627
628 fieldset.rows ol {  
629 padding: 1em 1em 0 1em;  
630 list-style-type: none;
631 }
632
633 fieldset.rows li {  
634 float : left;
635 clear : left;
636 padding-bottom: 1em;
637 list-style-type: none;
638 width: 100%; 
639 }
640
641 fieldset.rows.left li {
642         padding-bottom : .4em;
643 }
644
645 fieldset.rows li.radio {
646         padding-left: 9em;
647         width : auto;
648 }
649
650 fieldset.rows li.radio label {
651         float : none;
652         width : auto;
653         margin : 0 0 0 1em;
654 }
655
656 fieldset.rows ol.radio label {
657         width : auto;
658         float : none;
659         margin-right : 0;
660 }
661
662 fieldset.rows ol.radio label.radio {
663         float : left;
664         width : 12em;
665         margin-right : 1em;
666 }
667
668 fieldset.rows table {
669         font-size : 105%;
670         clear : both;
671         margin : 1em 0 1em 1em;
672 }
673
674 fieldset.rows td label {
675         float : none;
676         font-weight : normal;
677         width : auto;
678 }
679
680 fieldset.rows label.yesno {
681         float : none;
682         width : auto;
683 }
684
685 fieldset.action, div.action {
686         clear : both;
687         float : none;
688         border : none;
689         margin : 0;
690         padding : 1em 0 .3em 0;
691         width : auto;
692 }
693
694 div.rows {
695 float : left;
696 clear : left;
697 margin: 0 0 0 0;  
698 padding: 0;
699 width: 100%; 
700 }
701
702
703 div.rows span.label {  
704         float: left;  
705         font-weight : bold;
706         width: 9em;  
707         margin-right: 1em;  
708         text-align: left;
709 }
710
711 div.rows ol {  
712 padding: .5em 1em 0 0;  
713 list-style-type: none;
714 }
715
716 div.rows ol li li {
717         border-bottom: 0;
718 }
719
720 div.rows li {
721 border-bottom :  1px solid #EEE;
722 float : left;
723 clear : left;
724 padding-bottom: .2em;
725 padding-top: .1em;
726 list-style-type: none;
727 width: 100%; 
728 }
729
730 a.cancel {
731         padding-left : 1em;
732 }
733
734 fieldset.rows fieldset.action {
735         padding : 1em;
736 }
737
738 fieldset.rows label.inline {
739         display : inline;
740         float : none;
741         margin-left : 1em;
742         width : auto;
743 }
744
745 fieldset.rows .inputnote {
746         clear : left;
747         float : left;
748         margin : .5em 0 0 11em;
749 }
750
751 .ui-tabs-nav li {
752         margin-right : .5em;
753         position : relative;
754         top : -1px;
755 }
756
757 .ui-tabs-nav li.ui-tabs-selected {
758
759 }
760
761 .ui-tabs-nav a, .ui-tabs-nav a span, .ui-tabs-nav span.a {
762    background : none;
763         display : block;
764         padding: .2em .5em .25em .5em;
765 }
766
767 .ui-tabs-nav a, .ui-tabs-nav span.a {
768
769 }
770
771 .ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected span.a {
772         background-color : #FFFFCC;
773         border-top: 1px solid #FFFFCC;
774         border-right: 1px solid #FF9900;
775         border-bottom: 1px solid #FF9900;
776         border-left: 1px solid #FFCC66;
777         font-weight : bold;
778         text-align : center;
779         text-decoration : none;
780
781 }
782
783 .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 {
784     outline: 0; /* prevent dotted border in Firefox */
785 }
786
787 .ui-tabs-nav .ui-tabs-selected a:hover {
788         color : #0000CC;
789 }
790
791 .ui-tabs-nav li.ui-tabs-selected {
792         background-color : #FFFFCC;
793 }
794
795 .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 {
796          background : none;
797     outline: 0; /* prevent dotted border in Firefox */
798 }
799
800 .tabs-container {
801     border-top: 0;
802     padding : inherit;
803     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
804 }
805 .tabs-loading em {
806     padding: inherit;
807     background: none;
808 }
809
810 .toptabs {
811         margin-top : 1em;
812 }
813
814 .toptabs .ui-tabs-nav li {
815         margin-right : .5em;
816         position : relative;
817         top : 1px;
818 }
819
820 .toptabs .ui-tabs-nav li a, .toptabs .ui-tabs-nav li span.a {
821         background-color : #F3F3F3;
822         border : 1px solid #E8E8E8;
823         text-align : center;
824         text-decoration : none;
825 }
826
827 .toptabs .ui-tabs-nav li.ui-tabs-selected  {
828
829 }
830
831 .toptabs .ui-tabs-nav li.ui-tabs-selected a, .toptabs .ui-tabs-nav li.ui-tabs-selected span.a {
832         background-color : #FFF;
833         border-bottom : 1px solid #FFF;
834         margin-top : 0;
835 }
836
837 .toptabs .tabs-container {
838         border : 1px solid #E8E8E8;
839         padding : 1em;
840 }
841
842 .checkedout {
843         color : #999999;
844         font-style : italic;
845 }
846
847 .subfield_not_filled {
848         background-color : #FFFF99;
849 }
850 .content_hidden {
851     visibility:hidden; /* you propably don't need to change this one */
852     display:none;
853 }
854
855 /* the property for the displayed tab */
856 .content_visible {
857     visibility:visible; /* you propably don't need to change this one */
858     display:block;
859 }
860 #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 {
861         padding-left : 34px;
862         background-image: url("../../img/toolbar-new.gif");
863         background-position : center left;
864         background-repeat : no-repeat;
865 }
866
867 #changepassword a {
868         padding-left : 34px;
869         background-image: url("../../img/toolbar-password.gif");
870         background-position : center left;
871         background-repeat : no-repeat;
872 }
873
874 #manageorders a {
875         padding-left : 34px;
876         background-image: url("../../img/toolbar-orders.gif");
877         background-position : center left;
878         background-repeat : no-repeat;
879 }
880
881
882 #savemenuc .first-child, #addbiblio .first-child {
883         padding-left : 34px;
884         background-image: url("../../img/toolbar-save.gif");
885         background-position : center left;
886         background-repeat : no-repeat;
887 }
888
889 #editpatron a, #editmenuc .first-child, #editshelf a, #edit a, #editsupplier a, #managelabel a, #managetemplate a, #managelabelbatch a, #manageprofile a {
890         padding-left : 34px;
891         background-image: url("../../img/toolbar-edit.gif");
892         background-position : center left;
893         background-repeat : no-repeat;
894 }
895
896 #duplicate a {
897         padding-left : 34px;
898         background-image: url("../../img/toolbar-duplicate.gif");
899         background-position : center left;
900         background-repeat : no-repeat;
901 }
902
903 #receive a {
904         padding-left : 34px;
905         background-image: url("../../img/toolbar-receive.gif");
906         background-position : center left;
907         background-repeat : no-repeat;
908 }
909
910 #renew a {
911         padding-left : 34px;
912         background-image: url("../../img/toolbar-renew.gif");
913         background-position : center left;
914         background-repeat : no-repeat;
915 }
916
917 #deletebiblio button, #deletebiblio a, #deletepatron a, #deleteshelf .first-child, #delete a {
918         padding-left : 34px;
919         background-image: url("../../img/toolbar-delete.gif");
920         background-position : center left;
921         background-repeat : no-repeat;
922 }
923
924 #z3950search .first-child {
925         padding-left : 34px;
926         background-image: url("../../img/toolbar-search.gif");
927         background-position : center left;
928         background-repeat : no-repeat;
929 }
930 #z3950searcht table {
931         /* 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 */
932         padding: 20px;
933         border: none;
934 }
935 #printbiblio button, #printbiblio a, #printmenuc .first-child {
936         padding-left : 34px;
937         background-image: url("../../img/toolbar-print.gif");
938         background-position : center left;
939         background-repeat : no-repeat;
940 }
941
942 #addtoshelf button, #addtoshelf a {
943         padding-left : 34px;
944         background-image: url("../../img/toolbar-add-to-shelf.gif");
945         background-position : center left;
946         background-repeat : no-repeat;
947 }
948
949 #placehold a,
950 #placehold button,
951 #holdfor .first-child {
952         padding-left : 34px;
953         background-image: url("../../img/toolbar-hold.gif");
954         background-position : center left;
955         background-repeat : no-repeat;
956 }
957
958 #placeholdc #yui-gen13 { border-top : 1px solid #CCCCCC; margin-top : .3em; }
959
960 #holdfor .first-child { padding-left : 17px; }
961
962 #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 {
963         padding-left : 15px;
964 }
965
966 .error,
967 .error a,
968 .error a:link,
969 .error a:visited {
970        color: #cc0000;
971 }
972
973 div.error {
974         border : 2px dashed #990000;
975         background-color : #FFFF99;
976         padding : .5em;
977         margin : 1em;
978 }
979
980 input.alert {
981         background-color : #FFFF99;
982         border-color: #900;
983 }
984
985 ol.bibliodetails {
986         float: left;
987         margin : 0 0 1em 1em;
988 }
989
990 ol.bibliodetails li {
991         border-bottom: 1px solid #E8E8E8;
992         list-style-type : none;
993         padding : .1em;
994 }
995
996 ol.bibliodetails span.label {
997         border-right : 1px solid #E8E8E8;
998         float : left;
999         font-weight: bold;
1000         width: 12em;  
1001         margin-right: 1em;  
1002 }
1003
1004 div.listgroup {
1005         clear :  left;
1006 }
1007
1008 div.listgroup h4 {
1009         font-style: italic;
1010 }
1011
1012 div.listgroup h4 a {
1013         font-size :  80%;
1014 }
1015
1016 div.listgroup input {
1017         font-size: 80%;
1018 }
1019
1020 div.sysprefs h3 {
1021         margin : .2em 0 .2em .4em;
1022 }
1023
1024 div.sysprefs dl {
1025         margin-left : 1.5em;
1026 }
1027
1028 div.sysprefs div.hint {
1029         width : 25%;
1030         float : right;
1031         padding : .5em;
1032         margin : .7em;
1033 }
1034
1035 tr.highlight td {
1036         background-color : #F6F6F6;
1037         border-color : #BCBCBC;
1038 }
1039
1040 tr.highlight th[scope=row] {
1041         background-color : #DDDDDD;
1042         border-color : #BCBCBC;
1043 }
1044
1045 tr.confirm td, tr.highlight.confirm td {
1046         background-color : #ffbfbf;
1047 }
1048
1049 #circ_circulation_issue label {
1050         font-size: 105%;
1051         font-weight : bold;
1052 }
1053
1054 #circ_circulation_issue div.hint {
1055         color : #666666;
1056         margin: .2em 0;
1057 }
1058
1059 #circ_circulation_issue .date-select {
1060         font-size : 85%;
1061         padding-top : .3em;
1062 }
1063
1064 #circ_circulation_issue .date-select label {
1065         font-size : inherit;
1066         font-weight: normal;
1067 }
1068
1069 #circ_circulation_issue .date-select input {
1070         padding : 1px;
1071 }
1072
1073 tr.expired td {
1074         color : #999999;
1075 }
1076
1077 span.expired {
1078         color : #990000;
1079         font-style : italic;
1080 }
1081
1082 div.help {
1083         margin: .9em 0 0 0;  
1084 }
1085
1086 .blocker {
1087         color : #990000;
1088 }
1089
1090 .circmessage li {
1091         list-style : url(../../img/arrow-bullet.gif);
1092         margin-bottom : .2em;
1093 }
1094
1095 div.circmessage:first-child {
1096         margin-top : 1em;
1097 }
1098
1099 div.circmessage {
1100         padding: 0 .4em .4em .4em;
1101         margin-bottom : .3em;
1102 }
1103
1104 span.circ-hlt {
1105         color : #cc0000;
1106         font-weight : bold;
1107 }
1108
1109 div.first fieldset {
1110         margin-right : 0;
1111 }
1112
1113 #circ_needsconfirmation {
1114         margin : auto;
1115 }
1116
1117 .dialog {
1118   border: 1px solid #bcbcbc;
1119         padding : .5em;
1120         margin : 1em auto;
1121   width: 65%;
1122   }
1123   
1124 .dialog table {
1125         margin : .5em auto;
1126 }
1127
1128 .dialog table th {
1129         text-align : right;
1130 }
1131
1132 .dialog table td {
1133         text-align : left;
1134 }
1135   
1136 .dialog  h2, .dialog h3, .dialog h4 {
1137         margin : auto;
1138         text-align : center;
1139   }
1140   
1141 .dialog input {
1142         background-color : #FFF;
1143         border : 1px solid #bcbcbc;
1144         margin : .4em;
1145         padding : .4em .4em .4em 25px;
1146  }
1147
1148  .dialog input[type="submit"] {
1149         background : #FFF none;
1150  }
1151  
1152 .dialog input.approve, td input.approve {
1153         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1154         padding : .4em .4em .4em 25px;  
1155  }
1156  
1157 td input.approve {
1158         background-color : #FFC;
1159 }
1160
1161 .dialog input.deny {
1162         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1163         padding : .4em .4em .4em 25px;
1164  }
1165
1166 .dialog input.save {
1167         background: #fff url(../../img/toolbar-save.gif) no-repeat 4px center;
1168         color:black;
1169         padding: .4em .4em .4em 34px;
1170 }
1171
1172 .dialog input.edit {
1173         background: #fff url(../../img/toolbar-edit.gif) no-repeat 4px center;
1174         color:black;
1175         max-width : 13em;
1176         padding: .4em .4em .4em 34px;
1177         white-space: normal;
1178 }
1179
1180 .dialog input.new {
1181         background: #fff url(../../img/toolbar-new.gif) no-repeat 4px center;
1182         color:black;
1183         max-width : 13em;
1184         padding: .4em .4em .4em 34px;
1185         white-space: normal;
1186 }
1187
1188 .dialog input.print {
1189         background : #FFF url(../../img/print-confirm.gif) no-repeat 4px center;
1190         padding : .4em .4em .4em 25px;  
1191 }
1192
1193 .dialog input:hover {
1194         background-color : #ffc;
1195  }
1196
1197 div.alert {
1198   background : #FFC url(../../img/alert-bg.gif) repeat-x left 0;
1199   text-align : center;
1200 }
1201
1202 div.alert strong {
1203         color : #900;
1204 }
1205
1206 div.dialog {
1207   background : #FFC url(../../img/dialog-bg.gif) repeat-x left 0;
1208   text-align : center;
1209 }
1210
1211 a.document {
1212         background-position : left middle;
1213         background-repeat : no-repeat;
1214         padding-left : 20px;
1215 }
1216
1217 a.pdf {
1218         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1219 }
1220
1221 a.csv {
1222         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1223 }
1224
1225 a.xml {
1226         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1227 }
1228
1229 div.message {
1230         background : white url("../../img/message-bg.gif") repeat-x left 0;
1231         border : 1px solid #bcbcbc;
1232         text-align: center;
1233         width : 55%;
1234 }
1235
1236 div.message ul,
1237 div.message h5 {
1238         padding-left : 25%;
1239         text-align : left;
1240 }
1241
1242 div.message ul+h4 {
1243         margin-top : .7em;
1244 }
1245
1246 div.note {
1247         background: #f4f6fa;
1248         background-repeat : no-repeat;
1249         background-position : left center;
1250         background-image : url("../../img/note.png");
1251         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1252         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1253         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1254         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1255         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1256         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1257         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1258         border : 1px solid #BCBCBC;
1259         padding : .5em .5em .5em 20px;
1260         margin : .5em 0;
1261 }
1262  
1263  div.results {
1264         padding : .7em 0;
1265  }
1266  
1267  .accesskey {
1268         text-decoration : underline;
1269  }
1270  
1271 .required {
1272     color : #C00;
1273 }
1274
1275 span.required {
1276         font-style : italic;
1277 }
1278
1279 .term {
1280     background-color: #FFC;
1281          color : #990000;
1282 }
1283
1284 a .term {
1285          text-decoration : underline;
1286 }
1287
1288 /* style for shelving location in catalogsearch */
1289 .shelvingloc {
1290     display : block;
1291     font-style : italic;
1292 }
1293
1294 a:hover .term {
1295         color : #FF9090;
1296 }
1297
1298 div#menu {
1299         border-right: 1px solid #000;
1300         margin-right: .5em;
1301         padding-top: 1em;
1302         padding-bottom: 2em;
1303 }
1304
1305 *html #menu li {
1306         display : inline;
1307 }
1308
1309 div#menu li a {
1310         text-decoration: none;
1311         display: block;
1312         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1313         border: 1px solid #000;
1314         font-size: 111%;
1315         margin: .5em 0;
1316         padding: .4em .3em;
1317         margin-right :  -1px;
1318 }
1319
1320 div#menu li a:hover {
1321         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1322 }
1323
1324 div#menu li.active a:hover {
1325         background-color: #fff;
1326         color :  #0000CC;
1327 }
1328
1329 #menu ul li {
1330         list-style-type: none;
1331 }
1332
1333 #menu ul li.active a {
1334         background-color: #FFF;
1335         background-image : none;
1336         border-right: 0;
1337         font-weight: bold;
1338 }
1339
1340 ul.error {
1341         background : #ffffcc;
1342         border : 1px solid #ff9090;
1343         margin : .5em;
1344         padding : .5em .5em .5em 1.5em;
1345         width : 75%
1346 }
1347
1348 h1#logo {
1349         border:0pt none;
1350         float:left !important;
1351         margin:0;
1352         padding:0;
1353         width:180px;
1354 }
1355 h1#logo {
1356         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1357         margin:0.75em .3em 0.75em .7em;
1358 }
1359
1360 *html h1#logo {
1361         margin : 0.75em .3em 0.75em .3em;
1362 }
1363
1364 h1#logo a {
1365         border:0;
1366         cursor:pointer;
1367         display:block;
1368         height:0px !important;
1369         margin:0;
1370         overflow:hidden;
1371         padding:44px 0 0;
1372         text-decoration:none;
1373         width:180px;
1374 }
1375
1376 #closewindow {
1377         margin-top : 2em;
1378         text-align : center;
1379 }
1380
1381 #closewindow a {
1382         font-weight : bold;     
1383 }
1384
1385 .patroninfo+#menu {
1386         margin-right : 0;
1387 }
1388
1389 .barcode {
1390         font-size :  200%;
1391 }
1392
1393 li.email a {
1394         display:block;
1395         overflow:hidden;
1396         width:13em;
1397 }
1398 li.email {
1399         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1400         font-size :  87%;
1401         overflow:hidden;
1402         padding :0 10px 0 0;
1403         width:13em;
1404 }
1405
1406 .empty {
1407         color : #CCC;
1408 }
1409
1410 .address {
1411         font-size: 110%;
1412 }
1413
1414 .clearfix:after {
1415     content: "."; 
1416     display: block; 
1417     height: 0; 
1418     clear: both; 
1419     visibility: hidden;
1420 }
1421
1422 /* Hides from IE-mac \*/
1423 * html .clearfix {height: 1%;}
1424 /* End hide from IE-mac */
1425
1426 .title {
1427         font-weight : bold;
1428         font-size : 105%;
1429 }
1430
1431 .hold {
1432         float : right;
1433         font-size: 90%;
1434         margin: 0;
1435 }
1436
1437 .thumbnail {
1438         display : block;
1439         margin : auto;
1440 }
1441
1442 #searchresults ul li {
1443         font-size : 90%;
1444         list-style : url(../../img/item-bullet.gif);
1445         padding : .2em 0;
1446         clear : left;
1447 }
1448
1449 #searchresults span.status {
1450         clear : left;
1451         color : #900;
1452         display : block;
1453 }
1454
1455 #searchresults span.unavailable {
1456         clear : left;
1457         display : block;
1458 }
1459
1460 #searchresults .availability strong {
1461         display : block;
1462 }
1463
1464 #searchresults ul li img {
1465         float : left;
1466         margin : 3px 5px 3px -5px;
1467 }
1468
1469 #searchresults table td {
1470         vertical-align : top;
1471 }
1472
1473 #searchheader {
1474         background-color : #f3f3f3;
1475         font-size : 80%;
1476         margin : 0 0 .5em -1px;
1477         padding : .1em 0 .1em 1em;
1478 }
1479
1480 /* Hack just for Firefox */
1481 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1482         padding-bottom : 3px;
1483 }
1484
1485 #searchheader h3 {
1486 }
1487
1488 #searchheader form {
1489         float : right;
1490 }
1491
1492 #searchheader form.fz3950 {
1493         float : right;
1494         font-size : 125%;
1495         padding : 0 0 0 5em;
1496 }
1497
1498 #searchheader form.fz3950bigrpad {
1499         float : right;
1500         font-size : 125%;
1501         padding : 5px 25em 0 0;
1502 }
1503
1504 #searchheader .yui-button button,
1505 #searchheader .yui-button a {
1506         line-height : 1.5em;
1507 }
1508
1509 #search-facets ul {
1510         margin : 0;
1511         padding : .3em;
1512 }
1513
1514 #search-facets {
1515         border : 1px solid #e8e8e8;
1516 }
1517
1518 #search-facets h4 {
1519         background-color : #F3F3F3;
1520         border-bottom : 1px solid #e8e8e8;
1521         font-size : 90%;
1522         margin : 0;
1523         padding : .4em .2em;
1524         text-align : center;
1525 }
1526
1527 #search-facets ul li {
1528         font-weight : bold;
1529         list-style-type : none;
1530 }
1531
1532 #search-facets li li {
1533         font-weight : normal;
1534         font-size : 85%;
1535         margin-bottom : 2px;
1536         padding : .1em .2em;
1537 }
1538
1539 #search-facets li li a {
1540 }
1541
1542 #search-facets li.showmore {
1543         font-weight : bold;
1544         text-indent : 1em;
1545 }
1546
1547 div.pages {
1548         margin : .5em 0;
1549 }
1550
1551 div.pages a {
1552         font-weight: bold;
1553         padding: 1px 5px 1px 5px;
1554         text-decoration: none;
1555 }
1556
1557 div.pages a:link,
1558 div.pages a:visited {
1559         background-color : #eeeeee;
1560         color : #3366CC;
1561 }
1562
1563 div.pages a:hover {
1564         background-color : #FFC;
1565 }
1566
1567 div.pages a:active {
1568         background-color : #ffc;
1569 }
1570
1571 div.pages .current,
1572 div.pages .currentPage {
1573         background-color : #e6fcb7;
1574         color : #666;
1575         font-weight: bold;
1576         padding: 1px 5px 1px 5px;
1577 }
1578
1579 div.pages .inactive {
1580         background-color : #f3f3f3;
1581         color : #BCBCBC;
1582         font-weight: bold;
1583         padding: 1px 5px 1px 5px;
1584 }
1585
1586 div.browse {
1587         margin : .5em 0;
1588 }
1589
1590 div#bookcoverimg {
1591         text-align : center;
1592 }
1593
1594 div#header_search input.submit {
1595         font-size : 1em;
1596 }
1597
1598 *html input.submit {
1599         padding : .1em;
1600 }
1601
1602 input[type=submit]:active, input[type=button]:active, button.submit:active {
1603         border : 1px inset #999999;
1604 }
1605
1606 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1607         border: 1px outset #999999;
1608         border-top-color: #666;
1609         border-left-color: #666;
1610         padding: 0.25em;
1611         background : #E8E8E8 url(../../img/button-bg.gif) top left repeat-x;
1612         color: #333333;
1613 }
1614
1615 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1616         border : 1px inset #999999;
1617 }
1618
1619 ul li input.submit {
1620         font-size : 87%;
1621         padding : 2px;
1622 }
1623
1624 input.warning {
1625     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1626         padding : 0.25em 0.25em 0.25em 25px;
1627 }
1628
1629 .searchhighlightblob {
1630     font-size:75%;
1631         font-style : italic;
1632 }
1633
1634 a.yuimenuitemlabel:hover {
1635         background-color : #B3D4FF;
1636         color : #000;
1637 }
1638                 
1639 #displayexample {
1640         padding: 5px; 
1641         margin-bottom: 10px;
1642         background-color: #CCCCCC;
1643 }
1644
1645 #irregularity_summary {
1646         vertical-align : top;
1647 }
1648
1649 #toplevelnav {
1650         float : left;
1651         margin-left : .5em;
1652         width : 30em;
1653 }
1654
1655 ul#toplevelmenu {
1656         padding : 0;
1657 }
1658                 
1659 ul#toplevelmenu li {
1660         display: inline;
1661         padding : 0 .6em;
1662 }
1663                 
1664 ul#toplevelmenu li.more a {
1665         background-image:url(../../img/more-arrow.gif);
1666         background-position:right center;
1667         background-repeat:no-repeat;
1668         padding-right:13px;
1669 }
1670                 
1671 ul#toplevelmenu li.more ul li a {
1672         background-image : none;
1673         padding-right : 20px;
1674 }
1675
1676 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1677         padding: .2em 20px .2em 20px;
1678 }
1679                 
1680 ul#menu li a, ul#toplevelmenu li a {
1681         text-decoration : none;
1682 }
1683 ul#menu li ul li, ul#toplevelmenu li ul li {
1684         display :block;
1685         padding :0;
1686 }
1687 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1688         text-decoration : none;
1689 }
1690
1691 ul#i18nMenu {
1692         margin : 0;
1693         padding : .2em 0;
1694  }
1695  
1696 ul#i18nMenu li {
1697         border-left : 1px solid #CCC;
1698         display : inline;
1699         list-style : none;
1700         padding : 0 10px;
1701  }
1702  
1703 ul#i18nMenu li:first-child {
1704         border-left : 0;
1705  }
1706  
1707 ul#i18nMenu li ul li {
1708         border : 0;
1709         display : block;
1710         padding : 0;
1711  }
1712  
1713                 
1714 ul#i18nMenu li.more a {
1715         background-image:url(../../img/more-up-arrow.gif);
1716         background-position:right center;
1717         background-repeat:no-repeat;
1718         padding-right:13px;
1719 }
1720                 
1721 ul#i18nMenu li.more ul li a {
1722         background-image : none;
1723         padding-right : 20px;
1724 }
1725
1726 div.lang {
1727         float:left;
1728 }
1729  
1730  div#changelanguage{
1731         background-color: #fff;
1732         border-top: 1px solid #CCC;
1733   position:absolute;
1734   bottom:0;
1735   left:0;
1736   width:100%;
1737   height: 2em;
1738  }
1739  
1740  @media screen{
1741   body>div#changelanguage {
1742    position: fixed;
1743   }
1744  }
1745  
1746  * html body{
1747   overflow:hidden;
1748  } 
1749  
1750  * html div#doc1{
1751   height:100%;
1752   overflow:auto;
1753  }
1754   
1755  * html div#doc2{
1756   height:100%;
1757   overflow:auto;
1758  }
1759   
1760  * html div#doc3{
1761   height:100%;
1762   overflow:auto;
1763  }
1764
1765 #CheckAll, #CheckNone, #CheckPending {
1766         font-weight : normal;
1767         margin : 0 .5em 0 0;
1768 }
1769 .lost,.dmg,.wdn {
1770         display : block;
1771         color : #990000;
1772 }
1773 .datedue {
1774         display : block;
1775         color : #999;
1776         font-style : italic;
1777 }
1778 /* Tablesorter */
1779 .header {
1780         background-image:url("../../img/ascdesc.gif");
1781         background-position:right center;
1782         background-repeat:no-repeat;
1783         cursor:pointer;
1784         padding : .2em 23px;
1785 }
1786 .headerSortUp {
1787         background-image:url("../../img/asc.gif");
1788 }
1789 .headerSortDown {
1790         background-image:url("../../img/desc.gif");
1791 }
1792
1793 tr.reserved td {
1794         background-color : #eeffd4;
1795 }
1796 tr.transfered td {
1797         background-color : #e8f0f6;
1798 }
1799 .waitinghere,
1800 .credit {
1801         color : #669900;
1802 }
1803
1804 /* Permissions Labels */
1805 label.permissioncode:before {
1806         content: "(";
1807 }
1808 label.permissioncode:after {
1809         content: ")";
1810 }
1811 label.permissioncode {
1812         font-style : italic;
1813 }
1814 span.permissiondesc {
1815         font-weight : normal;
1816 }
1817 #mainuserblock {
1818         border : 1px solid #E8E8E8;
1819         margin-top : .5em;
1820         padding : .5em;
1821 }
1822
1823
1824 /* borrower autocomplete */
1825 #borrowerautocomplete { width: 450px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1826 .autocomplete .yui-ac-highlight ,
1827 .autocomplete .yui-ac-highlight .sample-result,
1828 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1829 .autocomplete .sample-result { color: black; }
1830 .autocomplete .sample-query { color:#000; }
1831 #findborrower { position:static; width:auto; }
1832 #yborrowercontainer { text-align:left;width:335px; }
1833
1834 /* patron attribues autocomplete for overdues report (pattrodue) */
1835 .pattrodue-autocomplete .pattrodue-result { color: black; }
1836 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1837 .pattrodue-input { position:static; width:auto; }
1838 .pattrodue-container { text-align:left; width:400px; }
1839
1840 .labeledmarc-table {
1841         border: 0;
1842 }
1843
1844 .labeledmarc-label {
1845         border: 0;
1846         padding: 5;
1847         font-size: 11pt;
1848         color: darkblue;
1849 }
1850
1851 .labeledmarc-value {
1852         border: 0;
1853         padding: 5;
1854         font-size: 10pt;
1855         color: black;
1856 }
1857
1858 .hintsClass {
1859     font-family: tahoma, verdana, arial;
1860     font-size: 12px;
1861     background-color: #f0f0f0;
1862     color: #000000;
1863     border: 1px solid #808080;
1864     padding: 5px;
1865 }
1866 .hintSource {
1867     color: green;
1868     text-decoration: underline;
1869     cursor: pointer;
1870 }
1871
1872 #cartDetails {
1873         background-color : #FFF;
1874         border: 1px solid #739acf;
1875          -moz-box-shadow: 1px 1px 3px 0 #666;
1876          -webkit-box-shadow: 1px 1px 3px 0 #666;
1877          box-shadow: 1px 1px 3px 0 #666;
1878         color : black;
1879         display : none;
1880         margin : 0;
1881         padding : 10px;
1882         text-align : center;
1883         width : 180px;
1884         z-index : 50;
1885 }
1886 #cartmenulink {
1887         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1888         padding-left : 15px;
1889 }
1890 #cartmenulink span#basketcount span {
1891         display : inline;
1892         font-size : 90%;
1893         font-weight : normal;
1894         padding : 0;
1895 }
1896 #moremenu {
1897         display : none;
1898 }
1899
1900 .results_summary {
1901   display: block;
1902   font-size : 85%; 
1903   color: #707070;
1904   padding : 0 0 .5em 0;
1905 }
1906 .results_summary .label {
1907   color: #202020;
1908 }
1909 .results_summary a {
1910   font-weight: normal;
1911 }
1912
1913 img.spinner {
1914     vertical-align: middle;
1915     padding-right: 0.3em;
1916 }
1917 ul.budget_hierarchy {
1918     margin-left: 0px;
1919     padding-left: 0px;
1920 }
1921 ul.budget_hierarchy li {
1922     display: inline;
1923 }
1924 ul.budget_hierarchy li:after {
1925     content: " -> ";
1926 }
1927 ul.budget_hierarchy li:last-child:after {
1928     content: "";
1929 }
1930 ul.budget_hierarchy li:first-child:after {
1931     content: "";
1932 }
1933 .holdcount { font-size : 105%; line-height : 200%; }
1934 .holdcount a {
1935         border : 1px solid #a4bedd;
1936         background-color : #e4ecf5;
1937         font-weight : bold;
1938         -moz-border-radius: 4px;
1939         border-radius: 4px;
1940         padding : .1em .4em;
1941         text-decoration : none;
1942 }
1943 .holdcount a:hover { background-color : #ebeff7; }
1944 .container {
1945         border : 1px solid #EEE;
1946         padding : 1em;
1947         margin : 1em 0;
1948 }
1949 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1950
1951 .import_export{
1952     position:relative;
1953 }
1954 .import_export .import_export_options{
1955     background: white;
1956     border: 1px solid #CDCDCD;
1957     left: 60px;
1958     padding: 10px;
1959     position: absolute;
1960     top: 0;
1961     z-index: 1;
1962     width: 300px;
1963 }
1964 .import_export_options li{
1965     display: block;
1966     list-style: none;
1967     padding-top: 10px;
1968 }
1969 .import_export_options .import_export_close {
1970     cursor: pointer;
1971     text-decoration: underline;
1972 }
1973 .import_export_options .export_ok {
1974     padding: 10;
1975     background: #E3E3E3 none;
1976     cursor: pointer;
1977     margin-left: 20px;
1978     border: none;
1979 }
1980 .import_export_options .import_ok {
1981     padding: 10;
1982     background: #E3E3E3 none;
1983     cursor: pointer;
1984     margin-left: 20px;
1985     border: none;
1986 }
1987 .form_import .input_import {
1988     border: 1px solid #bcbcbc;
1989 }
1990 .import_export_options .importing {
1991     padding: inherit;
1992     background: none;
1993 }
1994 .li_close_import_export {
1995     text-align: right;
1996 }
1997
1998 .importing {
1999     position: relative;
2000 }
2001
2002 .importing .importing_msg {
2003     padding-left: 10px;
2004     padding-bottom: 10px;
2005 }
2006
2007 .m880 {
2008     display:block; 
2009     text-align:right; 
2010     float:right; 
2011     width:50%; 
2012     padding-left:20px
2013 }
2014
2015 #advanced-search fieldset {
2016         border : 1px solid #EEE;
2017         -moz-border-radius : 3px;
2018         border-radius : 3px;
2019 }
2020
2021 #advanced-search fieldset.action {
2022         border : 0;
2023 }
2024
2025 #advanced-search fieldset fieldset {
2026         border : 1px solid #EEE;
2027         margin : 0;
2028         padding : .3em .5em;
2029         -moz-border-radius : 0;
2030         border-radius : 0;
2031 }
2032 #advanced-search fieldset fieldset+fieldset {
2033         border-top : 0;
2034 }
2035 #advanced-search table {
2036         border-spacing : 5px;
2037         border-collapse : separate;
2038         border-width : 0;
2039 }
2040 #advanced-search td {
2041         border : 1px solid #EEE;
2042         padding : 0.3em 0.4em;
2043 }
2044 #circ_circulation_issue {
2045     position: relative;
2046     }
2047
2048 #clearscreen {
2049     margin-right: 0;
2050     position: absolute;
2051     top:0;
2052     right:0;
2053     }
2054 /* CSS Hack to target Firefox */
2055 @-moz-document url-prefix() {
2056     #clearscreen {
2057         margin-right : 1em;
2058         top: -1em;
2059     }
2060 }
2061 #clearscreen a {
2062     display:block;
2063     -moz-border-radius: 0 0 0 5px;
2064     border-radius: 0 0 0 5px;
2065     padding : 0 .7em .2em .7em;
2066     background-color : #EEE;
2067     color : #CCC;
2068     text-shadow: 0px -1px 0px #666;
2069     text-decoration: none;
2070     font-size: 160%;
2071     font-weight : bold
2072     }
2073 #clearscreen a:hover {
2074     color : #cc0000;
2075     }
2076
2077 div.pager {
2078         background-color : #E8E8E8;
2079         border : 1px solid #BCBCBC;
2080         -moz-border-radius : 5px;
2081         display : inline-block;
2082         font-size : 85%;
2083         padding : .3em .5em .3em .5em;
2084         margin : .4em 0;
2085 }
2086 div.pager img {
2087         vertical-align : middle;
2088 }
2089 div.pager img.last {
2090         padding-right: 5px;
2091 }
2092 div.pager input.pagedisplay {
2093         border : 0;
2094         background-color : transparent;
2095         font-weight: bold;
2096         text-align : center;
2097 }