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