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