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