Merge remote-tracking branch 'origin/new/bug_8268'
[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     text-align : center;
1165 }
1166
1167 div.alert {
1168         background: #fef8d3; /* Old browsers */
1169         background: -moz-linear-gradient(top, #fef8d3 0%, #ffec91 9%, #ffed87 89%, #f9dc00 100%); /* FF3.6+ */
1170         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+ */
1171         background: -webkit-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Chrome10+,Safari5.1+ */
1172         background: -o-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* Opera11.10+ */
1173         background: -ms-linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* IE10+ */
1174         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef8d3', endColorstr='#f9dc00',GradientType=0 ); /* IE6-9 */
1175         background: linear-gradient(top, #fef8d3 0%,#ffec91 9%,#ffed87 89%,#f9dc00 100%); /* W3C */
1176           text-align : center;
1177         border: 1px solid #E0C726;
1178 }
1179
1180 div.alert strong {
1181         color : #900;
1182 }
1183
1184 .dialog li {
1185     list-style-position:inside;
1186 }
1187
1188 a.document {
1189         background-position : left middle;
1190         background-repeat : no-repeat;
1191         padding-left : 20px;
1192 }
1193
1194 a.pdf {
1195         background-image : url("../../img/famfamfam/silk/page_white_acrobat.png");
1196 }
1197
1198 a.csv {
1199         background-image : url("../../img/famfamfam/silk/page_white_excel.png");
1200 }
1201
1202 a.xml {
1203         background-image : url("../../img/famfamfam/silk/page_white_code.png");
1204 }
1205
1206 div.message {
1207         background: #ffffff; /* Old browsers */
1208         background: -moz-linear-gradient(top, #ffffff 0%, #f4f6fa 2%, #eaeef5 23%, #e8edf6 94%, #cddbf2 100%); /* FF3.6+ */
1209         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+ */
1210         background: -webkit-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Chrome10+,Safari5.1+ */
1211         background: -o-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* Opera11.10+ */
1212         background: -ms-linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* IE10+ */
1213         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cddbf2',GradientType=0 ); /* IE6-9 */
1214         background: linear-gradient(top, #ffffff 0%,#f4f6fa 2%,#eaeef5 23%,#e8edf6 94%,#cddbf2 100%); /* W3C */
1215         border : 1px solid #bcbcbc;
1216         text-align: center;
1217         width : 55%;
1218 }
1219
1220 div.message ul,
1221 div.message h5 {
1222         padding-left : 25%;
1223         text-align : left;
1224 }
1225
1226 div.message ul+h4 {
1227         margin-top : .7em;
1228 }
1229
1230 div.note {
1231         background: #f4f6fa;
1232         background-repeat : no-repeat;
1233         background-position : left center;
1234         background-image : url("../../img/note.png");
1235         background-image: url("../../img/note.png"), -moz-linear-gradient(top, #f4f6fa 0%, #e8edf6 100%); /* FF3.6+ */
1236         background-image: url("../../img/note.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f6fa), color-stop(100%,#e8edf6)); /* Chrome,Safari4+ */
1237         background-image: url("../../img/note.png"), -webkit-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Chrome10+,Safari5.1+ */
1238         background-image: url("../../img/note.png"), -o-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* Opera11.10+ */
1239         background-image: url("../../img/note.png"), -ms-linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* IE10+ */
1240         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6fa', endColorstr='#e8edf6',GradientType=0 ); /* IE6-9 */
1241         background-image: url("../../img/note.png"), linear-gradient(top, #f4f6fa 0%,#e8edf6 100%); /* W3C */
1242         border : 1px solid #BCBCBC;
1243         padding : .5em .5em .5em 20px;
1244         margin : .5em 0;
1245 }
1246  
1247  div.results {
1248         padding : .7em 0;
1249  }
1250  
1251  .accesskey {
1252         text-decoration : underline;
1253  }
1254  
1255 .required {
1256     color : #C00;
1257 }
1258
1259 span.required {
1260         font-style : italic;
1261         margin-left : .5em;
1262 }
1263
1264 .term {
1265     background-color: #FFC;
1266          color : #990000;
1267 }
1268
1269 a .term {
1270          text-decoration : underline;
1271 }
1272
1273 /* style for shelving location in catalogsearch */
1274 .shelvingloc {
1275     display : block;
1276     font-style : italic;
1277 }
1278
1279 a:hover .term {
1280         color : #FF9090;
1281 }
1282
1283 div#menu {
1284     border-right:1px solid #b9d8d9;
1285         margin-right: .5em;
1286         padding-top: 1em;
1287         padding-bottom: 2em;
1288 }
1289
1290 *html #menu li {
1291         display : inline;
1292 }
1293
1294 div#menu li a {
1295         text-decoration: none;
1296         display: block;
1297
1298               background: #e8f0f6; /* Old browsers */
1299         background: -moz-linear-gradient(left, #e8f0f6 0%, #e8f0f6 96%, #c1c1c1 100%); /* FF3.6+ */
1300     background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e8f0f6), color-stop(96%,#e8f0f6), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
1301     background: -webkit-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1302      background: -o-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* Opera11.10+ */
1303    background: -ms-linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* IE10+ */
1304         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f0f6', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1305        background: linear-gradient(left, #e8f0f6 0%,#e8f0f6 96%,#c1c1c1 100%); /* W3C */
1306         -moz-border-top-left-radius: 5px;
1307         border-top-left-radius: 5px;
1308         -moz-border-bottom-left-radius: 5px;
1309         border-bottom-left-radius: 5px;
1310     border:1px solid #b9d8d9;
1311         font-size: 111%;
1312         margin: .5em 0;
1313         padding: .4em .3em;
1314         margin-right :  -1px;
1315 }
1316
1317 div#menu li a:hover {
1318
1319
1320      background: #fff; /* Old browsers */
1321    background: -moz-linear-gradient(left, #FAFAFA 0%, #FAFAFA 96%, #e6e6e6 97%, #cccccc 99%, #c1c1c1 100%); /* FF3.6+ */
1322   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+ */
1323   background: -webkit-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
1324      background: -o-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* Opera11.10+ */
1325    background: -ms-linear-gradient(left, #FAFAFA 0%,#FAFAFA 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* IE10+ */
1326         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#c1c1c1',GradientType=1 ); /* IE6-9 */
1327        background: linear-gradient(left, #FAFAFA 0%,#fff 96%,#e6e6e6 97%,#cccccc 99%,#c1c1c1 100%); /* W3C */
1328     border-left: 1px solid #85CA11;
1329     border-top: 1px solid #85CA11;
1330     border-bottom: 1px solid #85CA11;
1331 }
1332
1333 div#menu li.active a:hover {
1334         background-color: #fff;
1335     color :  #538200;
1336 }
1337
1338 #menu ul li {
1339         list-style-type: none;
1340 }
1341
1342 #menu ul li.active a {
1343         background-color: #FFF;
1344         background-image : none;
1345         font-weight: bold;
1346     color:#000000;
1347     border-left: 1px solid #85CA11;
1348     border-top: 1px solid #85CA11;
1349     border-bottom: 1px solid #85CA11;
1350     border-right: 0;
1351 }
1352
1353 ul.error {
1354         background : #ffffcc;
1355         border : 1px solid #ff9090;
1356         margin : .5em;
1357         padding : .5em .5em .5em 1.5em;
1358         width : 75%
1359 }
1360
1361 h1#logo {
1362         border:0pt none;
1363         float:left !important;
1364         margin:0;
1365         padding:0;
1366         width:180px;
1367 }
1368 h1#logo {
1369         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1370         margin:0.75em .3em 0.75em .7em;
1371 }
1372
1373 *html h1#logo {
1374         margin : 0.75em .3em 0.75em .3em;
1375 }
1376
1377 h1#logo a {
1378         border:0;
1379         cursor:pointer;
1380         display:block;
1381         height:0px !important;
1382         margin:0;
1383         overflow:hidden;
1384         padding:44px 0 0;
1385         text-decoration:none;
1386         width:180px;
1387 }
1388
1389 #closewindow {
1390         margin-top : 2em;
1391         text-align : center;
1392 }
1393
1394 #closewindow a {
1395         font-weight : bold;     
1396 }
1397
1398 .patroninfo+#menu {
1399         margin-right : 0;
1400 }
1401
1402 .barcode {
1403         font-size :  200%;
1404 }
1405
1406 li.email a {
1407         display:block;
1408         overflow:hidden;
1409         width:13em;
1410 }
1411 li.email {
1412         background: #FFF url(../../img/elipsis.gif) right bottom no-repeat;
1413         font-size :  87%;
1414         overflow:hidden;
1415         padding :0 10px 0 0;
1416         width:13em;
1417 }
1418
1419 .empty {
1420         color : #CCC;
1421 }
1422
1423 .address {
1424         font-size: 110%;
1425 }
1426
1427 .clearfix:after {
1428     content: "."; 
1429     display: block; 
1430     height: 0; 
1431     clear: both; 
1432     visibility: hidden;
1433 }
1434
1435 /* Hides from IE-mac \*/
1436 * html .clearfix {height: 1%;}
1437 /* End hide from IE-mac */
1438
1439 .title {
1440         font-weight : bold;
1441         font-size : 105%;
1442 }
1443
1444 .hold {
1445         float : right;
1446         font-size: 90%;
1447         margin: 0;
1448 }
1449
1450 .thumbnail {
1451         display : block;
1452         margin : auto;
1453 }
1454
1455 #searchresults ul li {
1456         font-size : 90%;
1457         list-style : url(../../img/item-bullet.gif);
1458         padding : .2em 0;
1459         clear : left;
1460 }
1461
1462 #searchresults span.status {
1463         clear : left;
1464         color : #900;
1465         display : block;
1466 }
1467
1468 #searchresults span.unavailable {
1469         clear : left;
1470         display : block;
1471 }
1472
1473 #searchresults .availability strong {
1474         display : block;
1475 }
1476
1477 #searchresults ul li img {
1478         float : left;
1479         margin : 3px 5px 3px -5px;
1480 }
1481
1482 #searchresults table td {
1483         vertical-align : top;
1484 }
1485
1486 #searchheader {
1487      background-color : #E6F0F2;
1488         font-size : 80%;
1489         margin : 0 0 .5em -1px;
1490  padding : .1em 0 .4em 1em;
1491      border-radius : 5px 5px 0 0;
1492    border : 1px solid #B9D8D9;
1493 }
1494
1495 /* Hack just for Firefox */
1496 html>/**/body #searchheader button, x:-moz-any-link, x:default {
1497         padding-bottom : 3px;
1498 }
1499
1500 #searchheader form {
1501         float : right;
1502   padding : 5px 5px 3px 0;
1503 }
1504
1505 #searchheader form.fz3950 {
1506         float : right;
1507         font-size : 125%;
1508         padding : 0 0 0 5em;
1509 }
1510
1511 #searchheader form.fz3950bigrpad {
1512         float : right;
1513         font-size : 125%;
1514         padding : 5px 25em 0 0;
1515 }
1516
1517 #searchheader .yui-button button,
1518 #searchheader .yui-button a {
1519         line-height : 1.5em;
1520 }
1521
1522 #search-facets ul {
1523         margin : 0;
1524         padding : .3em;
1525 }
1526
1527 #search-facets {
1528     border : 1px solid #B9D8D9;
1529     border-radius: 5px 5px 0 0;
1530 }
1531
1532 #search-facets h4 {
1533      background-color : #E6F0F2;
1534     border-bottom : 1px solid #B9D8D9;
1535      border-radius: 5px 5px 0 0;
1536         font-size : 90%;
1537         margin : 0;
1538         padding : .4em .2em;
1539         text-align : center;
1540 }
1541
1542 #search-facets ul li {
1543         font-weight : bold;
1544         list-style-type : none;
1545 }
1546
1547 #search-facets li li {
1548         font-weight : normal;
1549         font-size : 85%;
1550         margin-bottom : 2px;
1551         padding : .1em .2em;
1552 }
1553
1554 #search-facets li.showmore {
1555         font-weight : bold;
1556         text-indent : 1em;
1557 }
1558
1559 div.pages {
1560         margin : .5em 0;
1561 }
1562
1563 div.pages a {
1564         font-weight: bold;
1565         padding: 1px 5px 1px 5px;
1566         text-decoration: none;
1567 }
1568
1569 div.pages a:link,
1570 div.pages a:visited {
1571         background-color : #eeeeee;
1572         color : #3366CC;
1573 }
1574
1575 div.pages a:hover {
1576         background-color : #FFC;
1577 }
1578
1579 div.pages a:active {
1580         background-color : #ffc;
1581 }
1582
1583 div.pages .current,
1584 div.pages .currentPage {
1585         background-color : #e6fcb7;
1586         color : #666;
1587         font-weight: bold;
1588         padding: 1px 5px 1px 5px;
1589 }
1590
1591 div.pages .inactive {
1592         background-color : #f3f3f3;
1593         color : #BCBCBC;
1594         font-weight: bold;
1595         padding: 1px 5px 1px 5px;
1596 }
1597
1598 div.browse {
1599         margin : .5em 0;
1600 }
1601
1602 div#bookcoverimg {
1603         text-align : center;
1604 }
1605
1606 div#header_search input.submit {
1607         font-size : 1em;
1608 }
1609
1610 *html input.submit {
1611         padding : .1em;
1612 }
1613
1614 input[type=submit]:active, input[type=button]:active, button.submit:active {
1615         border : 1px inset #999999;
1616 }
1617
1618 input[type=submit], input[type=reset], input[type=button], input.submit, button.submit {
1619         border: 1px outset #999999;
1620         border-top-color: #666;
1621         border-left-color: #666;
1622         -moz-border-radius : 2px;
1623         padding: 0.25em;
1624         background: #ffffff; /* Old browsers */
1625         background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 35%, #e0e0e0 100%); /* FF3.6+ */
1626         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(35%,#f7f7f7), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
1627         background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
1628         background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* Opera11.10+ */
1629         background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* IE10+ */
1630         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
1631         background: linear-gradient(top, #ffffff 0%,#f7f7f7 35%,#e0e0e0 100%); /* W3C */
1632         color: #333333;
1633 }
1634
1635 input[type=submit]:disabled,
1636 input[type=reset]:disabled,
1637 input[type=button]:disabled,
1638 input.submit:disabled,
1639 button.submit:disabled {
1640     color : #999;
1641     border : 1px solid #C0C0C0;
1642     background : #EEE none;
1643 }
1644
1645 input[type=reset]:active, input[type=button]:active, input.submit:active, button.submit:active {
1646         border : 1px inset #999999;
1647 }
1648
1649 ul li input.submit {
1650         font-size : 87%;
1651         padding : 2px;
1652 }
1653
1654 input.warning {
1655     background : #FFF url(../../img/famfamfam/silk/error.png) no-repeat 4px center;
1656         padding : 0.25em 0.25em 0.25em 25px;
1657 }
1658
1659 .searchhighlightblob {
1660     font-size:75%;
1661         font-style : italic;
1662 }
1663
1664 a.yuimenuitemlabel:hover {
1665         background-color : #B3D4FF;
1666         color : #000;
1667 }
1668                 
1669 #displayexample {
1670         padding: 5px; 
1671         margin-bottom: 10px;
1672         background-color: #CCCCCC;
1673 }
1674
1675 #irregularity_summary {
1676         vertical-align : top;
1677 }
1678
1679 #toplevelnav {
1680         float : left;
1681         margin-left : .5em;
1682      width: 40%;
1683 }
1684
1685 ul#toplevelmenu {
1686         padding : 0;
1687 }
1688
1689 ul#toplevelmenu li {
1690         display: inline;
1691         padding : 0 .6em;
1692 }
1693                 
1694 ul#toplevelmenu li.more a {
1695         background-image:url(../../img/more-arrow.gif);
1696         background-position:right center;
1697         background-repeat:no-repeat;
1698         padding-right:13px;
1699 }
1700                 
1701 ul#toplevelmenu li.more ul li a {
1702         background-image : none;
1703         padding-right : 20px;
1704 }
1705
1706 ul#toplevelmenu li.more ul li a.yuimenuitemlabel {
1707         padding: .2em 20px .2em 20px;
1708 }
1709                 
1710 ul#menu li a, ul#toplevelmenu li a {
1711         text-decoration : none;
1712 }
1713 ul#menu li ul li, ul#toplevelmenu li ul li {
1714         display :block;
1715         padding :0;
1716 }
1717 ul#menu li ul li a, ul#toplevelmenu li ul li a {
1718         text-decoration : none;
1719 }
1720
1721 ul#i18nMenu {
1722         margin : 0;
1723         padding : .2em 0;
1724  }
1725  
1726 ul#i18nMenu li {
1727         border-left : 1px solid #CCC;
1728         display : inline;
1729         float: left;
1730         list-style : none;
1731         padding : 0 10px;
1732 }
1733
1734 ul#i18nMenu li.yuimenuitem {
1735         float: none;
1736 }
1737
1738 ul#i18nMenu li:first-child {
1739         border-left : 0;
1740  }
1741  
1742 ul#i18nMenu li ul li {
1743         border : 0;
1744         display : block;
1745         padding : 0;
1746  }
1747  
1748 ul#i18nMenu li.more a {
1749         background-image:url(../../img/more-up-arrow.gif);
1750         background-position:right center;
1751         background-repeat:no-repeat;
1752         padding-right:13px;
1753 }
1754                 
1755 ul#i18nMenu li.more ul li a {
1756         background-image : none;
1757         padding-right : 20px;
1758 }
1759
1760 div.lang {
1761         float:left;
1762 }
1763  
1764  div#changelanguage{
1765         background-color: #fff;
1766         border-top: 1px solid #CCC;
1767   position:absolute;
1768   bottom:0;
1769   left:0;
1770   width:100%;
1771   height: 2em;
1772  }
1773  
1774  @media screen{
1775   body>div#changelanguage {
1776    position: fixed;
1777   }
1778  }
1779  
1780  * html body{
1781   overflow:hidden;
1782  } 
1783  
1784  * html div#doc1{
1785   height:100%;
1786   overflow:auto;
1787  }
1788   
1789  * html div#doc2{
1790   height:100%;
1791   overflow:auto;
1792  }
1793   
1794  * html div#doc3{
1795   height:100%;
1796   overflow:auto;
1797  }
1798
1799 #CheckAll, #CheckNone, #CheckPending {
1800         font-weight : normal;
1801         margin : 0 .5em 0 0;
1802 }
1803 .lost,.dmg,.wdn {
1804         display : block;
1805         color : #990000;
1806 }
1807 .datedue {
1808         display : block;
1809         color : #999;
1810         font-style : italic;
1811 }
1812 /* Tablesorter */
1813 .header {
1814         background-image:url("../../img/ascdesc.gif");
1815         background-position:right center;
1816         background-repeat:no-repeat;
1817         cursor:pointer;
1818         padding : .2em 23px;
1819 }
1820 .headerSortUp {
1821         background-image:url("../../img/asc.gif");
1822 }
1823 .headerSortDown {
1824         background-image:url("../../img/desc.gif");
1825 }
1826
1827 tr.reserved td {
1828         background-color : #eeffd4;
1829 }
1830 tr.transfered td {
1831         background-color : #e8f0f6;
1832 }
1833 .waitinghere,
1834 .credit {
1835         color : #669900;
1836 }
1837
1838 /* Permissions Labels */
1839 label.permissioncode:before {
1840         content: "(";
1841 }
1842 label.permissioncode:after {
1843         content: ")";
1844 }
1845 label.permissioncode {
1846         font-style : italic;
1847 }
1848 span.permissiondesc {
1849         font-weight : normal;
1850 }
1851 #mainuserblock {
1852         border : 1px solid #E8E8E8;
1853         margin-top : .5em;
1854         padding : .5em;
1855 }
1856
1857 /* borrower autocomplete */
1858 #borrowerautocomplete { width: 500px; text-align:left;} /* z-index needed on top instances for ie & sf absolute inside relative issue */
1859 .autocomplete .yui-ac-highlight ,
1860 .autocomplete .yui-ac-highlight .sample-result,
1861 .autocomplete .yui-ac-highlight .sample-query { color:#FFF; }
1862 .autocomplete .sample-result { color: black; }
1863 .autocomplete .sample-query { color:#000; }
1864 #findborrower { position:static; width:auto; }
1865 #yborrowercontainer { text-align:left;width:335px; }
1866
1867 /* patron attribues autocomplete for overdues report (pattrodue) */
1868 .pattrodue-autocomplete .pattrodue-result { color: black; }
1869 .pattrodue-autocomplete .yui-ac-highlight .pattrodue-result { color: white; }
1870 .pattrodue-input { position:static; width:auto; }
1871 .pattrodue-container { text-align:left; width:400px; }
1872
1873 .labeledmarc-table {
1874         border: 0;
1875 }
1876
1877 .labeledmarc-label {
1878         border: 0;
1879         padding: 5;
1880         font-size: 11pt;
1881     color: #000000;
1882     font-style: italic;
1883 }
1884
1885 .labeledmarc-value {
1886         border: 0;
1887         padding: 5;
1888         font-size: 10pt;
1889         color: black;
1890 }
1891
1892 .hintsClass {
1893     font-family: tahoma, verdana, arial;
1894     font-size: 12px;
1895     background-color: #f0f0f0;
1896     color: #000000;
1897     border: 1px solid #808080;
1898     padding: 5px;
1899 }
1900 .hintSource {
1901     color: green;
1902     text-decoration: underline;
1903     cursor: pointer;
1904 }
1905
1906 #cartDetails {
1907         background-color : #FFF;
1908         border: 1px solid #739acf;
1909          -moz-box-shadow: 1px 1px 3px 0 #666;
1910          -webkit-box-shadow: 1px 1px 3px 0 #666;
1911          box-shadow: 1px 1px 3px 0 #666;
1912         color : black;
1913         display : none;
1914         margin : 0;
1915         padding : 10px;
1916         text-align : center;
1917         width : 180px;
1918         z-index : 50;
1919 }
1920 #cartmenulink {
1921         background: transparent url("../../img/cart-small.gif") 0 3px no-repeat;
1922         padding-left : 15px;
1923 }
1924 #cartmenulink span#basketcount span {
1925         display : inline;
1926         font-size : 90%;
1927         font-weight : normal;
1928         padding : 0;
1929 }
1930 #moremenu {
1931         display : none;
1932 }
1933
1934 .results_summary {
1935   display: block;
1936   font-size : 85%; 
1937   color: #707070;
1938   padding : 0 0 .5em 0;
1939 }
1940 .results_summary .label {
1941   color: #202020;
1942 }
1943 .results_summary a {
1944   font-weight: normal;
1945 }
1946
1947 img.spinner {
1948     vertical-align: middle;
1949     padding-right: 0.3em;
1950 }
1951 ul.budget_hierarchy {
1952     margin-left: 0px;
1953     padding-left: 0px;
1954 }
1955 ul.budget_hierarchy li {
1956     display: inline;
1957 }
1958 ul.budget_hierarchy li:after {
1959     content: " -> ";
1960 }
1961 ul.budget_hierarchy li:last-child:after {
1962     content: "";
1963 }
1964 ul.budget_hierarchy li:first-child:after {
1965     content: "";
1966 }
1967 .holdcount { font-size : 105%; line-height : 200%; }
1968 .holdcount a {
1969         border : 1px solid #a4bedd;
1970         background-color : #e4ecf5;
1971         font-weight : bold;
1972         -moz-border-radius: 4px;
1973         border-radius: 4px;
1974         padding : .1em .4em;
1975         text-decoration : none;
1976 }
1977 .holdcount a:hover { background-color : #ebeff7; }
1978 .container {
1979         border : 1px solid #EEE;
1980         padding : 1em;
1981         margin : 1em 0;
1982 }
1983 fieldset.rows+h3 {clear:both;padding-top:.5em;}
1984
1985 .import_export{
1986     position:relative;
1987 }
1988 .import_export .import_export_options{
1989     background: white;
1990     border: 1px solid #CDCDCD;
1991     left: 60px;
1992     padding: 10px;
1993     position: absolute;
1994     top: 0;
1995     z-index: 1;
1996     width: 300px;
1997 }
1998 .import_export_options li{
1999     display: block;
2000     list-style: none;
2001     padding-top: 10px;
2002 }
2003 .import_export_options .import_export_close {
2004     cursor: pointer;
2005     text-decoration: underline;
2006 }
2007 .import_export_options .export_ok {
2008     padding: 10;
2009     background: #E3E3E3 none;
2010     cursor: pointer;
2011     margin-left: 20px;
2012     border: none;
2013 }
2014 .import_export_options .import_ok {
2015     padding: 10;
2016     background: #E3E3E3 none;
2017     cursor: pointer;
2018     margin-left: 20px;
2019     border: none;
2020 }
2021 .form_import .input_import {
2022     border: 1px solid #bcbcbc;
2023 }
2024 .import_export_options .importing {
2025     padding: inherit;
2026     background: none;
2027 }
2028 .li_close_import_export {
2029     text-align: right;
2030 }
2031
2032 .importing {
2033     position: relative;
2034 }
2035
2036 .importing .importing_msg {
2037     padding-left: 10px;
2038     padding-bottom: 10px;
2039 }
2040
2041 .m880 {
2042     display:block; 
2043     text-align:right; 
2044     float:right; 
2045     width:50%; 
2046     padding-left:20px
2047 }
2048
2049 .advsearch {
2050     margin: 0;
2051 }
2052
2053 .advsearch fieldset {
2054     border : 1px solid #EEE;
2055     -moz-border-radius : 3px;
2056     border-radius : 3px;
2057 }
2058
2059 .advsearch fieldset.action {
2060     border : 0;
2061 }
2062
2063 .advsearch fieldset fieldset {
2064     border : 1px solid #EEE;
2065     margin : 0;
2066     padding : .3em .5em;
2067     -moz-border-radius : 0;
2068     border-radius : 0;
2069 }
2070 .advsearch fieldset fieldset+fieldset {
2071     border-top : 0;
2072 }
2073 .advsearch table {
2074     border-spacing : 5px;
2075     border-collapse : separate;
2076     border-width : 0;
2077 }
2078 .advsearch td {
2079     border : 1px solid #EEE;
2080     padding : 0.3em 0.4em;
2081 }
2082 #circ_circulation_issue {
2083     position: relative;
2084     }
2085
2086 #clearscreen {
2087     position: absolute;
2088     top:0;
2089     right:0;
2090     }
2091
2092 #clearscreen a {
2093     display:block;
2094     -moz-border-radius: 0 0 0 5px;
2095     border-radius: 0 0 0 5px;
2096     padding : 0 .7em .2em .7em;
2097     background-color : #EEE;
2098     color : #CCC;
2099     text-shadow: 0px -1px 0px #666;
2100     text-decoration: none;
2101     font-size: 160%;
2102     font-weight : bold
2103     }
2104 #clearscreen a:hover {
2105     color : #cc0000;
2106     }
2107
2108 div.pager {
2109         background-color : #E8E8E8;
2110         border : 1px solid #BCBCBC;
2111         -moz-border-radius : 5px;
2112         display : inline-block;
2113         font-size : 85%;
2114         padding : .3em .5em .3em .5em;
2115         margin : .4em 0;
2116 }
2117 div.pager img {
2118         vertical-align : middle;
2119 }
2120
2121 div.pager img.last {
2122         padding-right: 5px;
2123 }
2124 div.pager input.pagedisplay {
2125         border : 0;
2126         background-color : transparent;
2127         font-weight: bold;
2128         text-align : center;
2129 }
2130 a.localimage img {
2131         border : 1px solid #0000CC;
2132         margin : 0 .5em;
2133         padding : .3em;
2134 }
2135 div.pager p {
2136         margin: 0;
2137 }
2138
2139 div#acqui_order_supplierlist > div.supplier {
2140     border: 1px solid #EEEEEE;
2141     margin: 0.5em;
2142     padding: 1em;
2143 }
2144
2145 div#acqui_order_supplierlist > div.supplier > span.suppliername {
2146     display: inline;
2147     font-size: 1.7em;
2148     margin-bottom: 0.5em;
2149 }
2150
2151 div#acqui_order_supplierlist > div.supplier > span.action {
2152     margin-left: 5em;
2153 }
2154
2155 div#acqui_order_supplierlist > div.supplier > div.baskets {
2156     margin-top: 0.5em;
2157 }
2158
2159 /* jQuery UI Autocomplete */
2160
2161
2162
2163
2164 /* jQuery UI standard tabs */
2165 .ui-tabs-nav .ui-tabs-selected a,
2166 .ui-tabs-nav a:hover,
2167 .ui-tabs-nav a:focus,
2168 .ui-tabs-nav a:active,
2169 .ui-tabs-nav span.a {
2170     background: none repeat scroll 0 0 transparent;
2171     outline: 0 none;
2172 }
2173
2174 .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
2175     background-color : #FFF;
2176     border : 1px solid #B9D8D9;
2177 }
2178
2179 .ui-widget,
2180 .ui-widget input,
2181 .ui-widget select,
2182 .ui-widget textarea,
2183 .ui-widget button {
2184     font-family : inherit;
2185     font-size : inherit;
2186 }
2187 ul.ui-tabs-nav li {
2188     list-style : none;
2189 }
2190 .ui-tabs.ui-widget-content {
2191     background : transparent none;
2192     border : 0;
2193 }
2194
2195 .ui-tabs .ui-tabs-panel {
2196     border : 1px solid #B9D8D9;
2197 }
2198 .ui-tabs-nav.ui-widget-header {
2199     border : 0;
2200     background : none;
2201 }
2202 .ui-tabs .ui-tabs-nav li {
2203     background: #E6F0F2 none;
2204     border: 1px solid #B9D8D9;
2205     margin-right : .4em;
2206 }
2207 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
2208     color : #000;
2209     font-weight : bold;
2210 }
2211
2212 .ui-tabs .ui-tabs-nav li.ui-state-default.ui-state-hover {
2213     background : #EDF4F5 none;
2214 }
2215
2216 .ui-tabs .ui-tabs-nav li.ui-tabs-selected.ui-state-hover {
2217     background : #FFF none;
2218 }
2219
2220 .ui-tabs .ui-state-default a,
2221 .ui-tabs .ui-state-default a:link,
2222 .ui-tabs .ui-state-default a:visited {
2223     color: #004D99;
2224 }
2225
2226 .ui-tabs .ui-state-hover a,
2227 .ui-tabs .ui-state-hover a:link,
2228 .ui-tabs .ui-state-hover a:visited {
2229     color: #538200;
2230 }
2231
2232 .statictabs ul {
2233     background: none repeat scroll 0 0 transparent;
2234     border: 0 none;
2235     margin: 0;
2236     padding: 0.2em 0.2em 0;
2237     border-bottom-right-radius: 4px;
2238     border-bottom-left-radius: 4px;
2239     border-top-right-radius: 4px;
2240     border-top-left-radius: 4px;
2241     color: #222222;
2242     font-weight: bold;
2243     font-size: 100%;
2244     line-height: 1.3;
2245     list-style: none outside none;
2246     outline: 0 none;
2247     text-decoration: none;
2248 }
2249
2250 .statictabs ul:after {
2251     clear: both;
2252 }
2253
2254 .statictabs ul:before,
2255 .statictabs ul:after {
2256     content: "";
2257     display: table;
2258 }
2259
2260 .statictabs ul li {
2261     background: none repeat scroll 0 0 #E6F0F2;
2262     border: 1px solid #B9D8D9;
2263     border-bottom: 0 none !important;
2264     border-top-right-radius: 4px;
2265     border-top-left-radius: 4px;
2266     float: left;
2267     list-style: none outside none;
2268     margin-bottom: 0;
2269     margin-right: 0.4em;
2270     padding: 0;
2271     position: relative;
2272     white-space: nowrap;
2273     top: 1px;
2274     color: #555555;
2275     font-weight: normal;
2276
2277 }
2278
2279 .statictabs ul li.active {
2280     background-color: #FFFFFF;
2281     color: #212121;
2282     font-weight: normal;
2283     padding-bottom: 1px;
2284 }
2285
2286 .statictabs ul li a {
2287     color: #004D99;
2288     cursor: pointer;
2289     float: left;
2290     padding: 0.5em 1em;
2291     text-decoration: none;
2292 }
2293
2294 .statictabs ul li a:hover {
2295     background-color : #EDF4F5;
2296     border-top-right-radius: 4px;
2297     border-top-left-radius: 4px;
2298     color : #538200;
2299 }
2300
2301 .statictabs ul li.active a {
2302     color: #000000;
2303     font-weight: bold;
2304     cursor: text;
2305     background: none repeat scroll 0 0 transparent;
2306     outline: 0 none;
2307 }
2308
2309 .statictabs .tabs-container {
2310     border: 1px solid #B9D8D9;
2311     background: none repeat scroll 0 0 transparent;
2312     display: block;
2313     padding: 1em 1.4em;
2314     border-bottom-right-radius: 4px;
2315     border-bottom-left-radius: 4px;
2316     color: #222222;
2317 }
2318
2319 /* jQuery UI header search box tabs */
2320 #header_search ul.ui-tabs-nav {
2321     padding-top : 0;
2322     margin-left: 1em;
2323 }
2324 #header_search ul.ui-tabs-nav li.ui-state-default {
2325     border: 0 !important;
2326     background : transparent none; top: 0;
2327 }
2328 #header_search ul.ui-tabs-nav li.ui-state-default a {
2329     padding : .3em .6em;
2330 }
2331 #header_search ul.ui-tabs-nav li.ui-tabs-selected {
2332     background-color : #FFFFF1;
2333     border: 1px solid #85CA11 !important;
2334     border-top: 0 !important; top: -1px;
2335 }
2336 #header_search ul.ui-tabs-nav li.ui-tabs-selected a {
2337     text-decoration: none;
2338 }
2339 #header_search .ui-corner-top {
2340      border-radius: 0 0 4px 4px;
2341 }
2342
2343 .authref {
2344     text-indent: 2em;
2345 }
2346
2347 .authref .label {
2348     font-style: italic;
2349 }
2350
2351 /* jQuery UI Datepicker */
2352 .ui-datepicker-trigger {
2353     vertical-align: middle;
2354     margin : 0 3px;
2355 }
2356 .ui-datepicker {
2357     -moz-box-shadow: 1px 1px 3px 0 #666;
2358     -webkit-box-shadow: 1px 1px 3px 0 #666;
2359     box-shadow: 1px 1px 3px 0 #666;
2360 }