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