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