49748f8d2bdceec111df32bf9688dd22bf863cd2
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / staff-global.css
1 @import url("/intranet-tmpl/prog/en/lib/yui/reset-fonts-grids.css");
2
3 a, a:link, a:visited, a:active {
4         color : #0000CC;
5 }
6
7 a:hover {
8         color : #669ACC;
9 }
10
11 body {
12         text-align : left;
13 }
14
15 br.clear {
16         clear : both;
17         line-height : 1px;
18 }
19
20 form {
21         display : inline;
22 }
23
24 h1 {
25         font-size : 161.6%;
26         font-weight : bold;
27 }
28
29 h2 {
30         font-size : 146.5%;
31         font-weight : bold;
32 }
33
34 h3 {
35         font-size : 131%;
36         font-weight : bold;
37 }
38
39 h4 {
40         font-size : 116%;       
41         font-weight : bold;
42 }
43
44 h5 {
45         font-size : 100%;       
46         font-weight : bold;
47 }
48
49 h6 {
50         font-size : 93%;
51         font-weight : bold;
52 }
53
54 h1,h2,h3,h4,h5,h6 {
55         margin : .3em 0;
56 }
57
58 p {
59         margin: .5em 0 .5em 0;
60 }
61
62 strong {
63         font-weight : bold;
64 }
65
66 em {
67         font-style : italic;
68 }
69
70 .subfield-label {
71     font-style : italic;
72 }
73
74 #hd {
75 }
76
77 #navigation {
78         border-right : 1px solid #BCBCBC;
79 }
80
81 #navigation li {
82         font-weight : bold;
83 }
84
85 #navigation li li {
86         font-weight : normal;
87 }
88
89 #navigation input {
90         font-size : 85%;
91 }
92
93 #ft {
94 }
95
96 .yui-u {
97 }
98
99 #doc, #doc1, #doc2, #doc3 {
100         padding-top : 1em;
101 }
102
103 #login   {
104         position : absolute;
105         top : 3px;
106         right : .5em;
107 }
108
109 #login a {
110
111 }
112
113 ul {
114         padding-left : 1.1em;
115 }
116
117 li {
118         
119         list-style-type : disc;
120 }
121
122 li li {
123         list-style-type : circle;
124 }
125
126 #header {
127         background-color : #F3F3F3;
128         border-bottom : 1px solid #E8E8E8;
129 }
130
131 #header:after { /* clearing without presentational markup, IE gets extra treatment */
132     display: block;
133     clear: both;
134     content: " ";
135 }
136
137 #sitetitle {
138 /*      background-image : url("../../img/koha-logo-black.png");
139         background-position : 5px 2px;
140         background-repeat : no-repeat;
141         float : left;
142         height : 54px;
143         padding-left : 50px;*/
144         border-bottom : 1px solid #E8E8E8;
145 }
146
147 #sitetitle h1 {
148         display : inline;
149         line-height : 54px;
150 }
151
152 #sitetitle h1 a {
153         text-decoration : none;
154 }
155
156 #toplevelnav {
157         float : left;
158         line-height : 2em;
159 }
160
161 #submenu {
162         margin : 0 0 .5em 0;
163         padding : 0;
164 }
165
166 #submenu ul {
167         margin : 0;
168         padding : 0;    
169 }
170
171 #submenu ul li {
172         padding-left : 0;
173 }
174
175 /*#toplevelnav ul {
176         margin : 0;
177         padding : 0;
178 }
179
180 #toplevelnav li, #submenu li {
181         display : inline;
182         border-right : 1px solid #E8E8E8;
183         padding : 0 .5em;
184         white-space : nowrap;
185 }
186
187 #toplevelnav li:last-child, #submenu li:last-child {
188         border : 0;
189 }*/
190
191 table {
192         border-collapse : collapse;
193         border-top : 1px solid #BCBCBC;
194         border-right : 1px solid #BCBCBC;
195 }
196
197 td, th {
198         border-bottom : 1px solid #BCBCBC;
199         border-left : 1px solid #BCBCBC;
200         padding : .2em .3em;
201 }
202
203 td {
204         background-color : White;
205 }
206
207 th {
208         background-color : #E8E8E8;
209         font-weight : bold;
210 }
211
212 tr.highlight td, td.highlight {
213         background-color : #F3F3F3;
214 }
215
216 td.od {
217         color : #cc0000;
218         font-weight : bold;
219 }
220
221 tr.warn td {
222         background-color: #FF9090;
223 }
224
225 tr.onissue td {
226         background-color: #FFFFCC;
227 }
228
229 tr.highlight.onissue td {
230         background-color: #FFFFE1;
231 }
232
233 caption {
234         font-size : 153.9%;
235         font-weight : bold;
236 }
237
238 span.problem {
239         background-color : #FFFFCC;
240         color : #990000;
241         font-weight : bold;
242         line-height : 1.7em;
243 }
244
245 fieldset {
246         border : 2px solid #EEEEEE;
247         margin : 1em 1em 1em 0;
248         padding : 1em;
249 }
250
251 legend {
252         font-size : 123.1%;
253         font-weight : bold;
254         margin : 0 0 0 -1em;
255         padding : 0;
256 }
257
258 #breadcrumbs {
259         background-color : #F3F3F3;
260         border-bottom : 1px solid #E8E8E8;
261         clear : both;
262         font-size : 90%;
263         padding :.2em .5em .4em 10px;
264 }
265
266 #header+#breadcrumbs {
267         margin-top : 1em;
268 }
269
270 #commonsearch {
271         display : inline;
272 }
273
274
275 div#header_search {
276         background-position : .5em .5em;
277         background-repeat : no-repeat;
278         float: left;
279         margin: .3em 0 .5em 0;
280 }
281
282 div#header_search input {
283         font-size : 1.3em;
284 }
285
286 div#header_search ul.link-tabs {
287         font-family : Arial, Geneva, sans-serif;
288         margin-bottom : -4px;
289 }
290
291 div#header_search ul.link-tabs li.on a,
292 div#header_search ul.link-tabs li a,
293 div#header_search ul.link-tabs li.off a {
294         padding : 0.1em .5em .2em .5em;
295 }
296
297 div#header_search div.residentsearch {
298         border : 0;
299         border-bottom : 1px solid #FF9900;
300         padding : 0 0 .2em 0;
301 }
302
303 div#reserves,div#checkouts {
304         border : 1px solid #E8E8E8;
305         padding : 1em;
306 }
307
308 div#header_search .tip {
309         font-size: 93%;
310         color : Gray;
311 }
312
313 .ex {
314         font-family : "Courier New", Courier, fixed-width;
315         font-weight : bold;
316 }
317
318 /* ClickMenu Overrides */
319
320 ul#toplevelmenu li {
321         display : inline;
322         list-style: none;
323 }
324
325 ul#toplevelmenu li ul {
326 }
327
328 div.cmDiv
329 {
330         border: 0;
331         background-color: #F3F3F3;
332 }
333
334 .clickMenu li.more a {
335         background-image: url("../../img/more-arrow.gif");
336         background-position: right;
337         background-repeat: no-repeat;
338         padding-right : 13px;
339 }
340
341 .clickMenu li.more li a {
342         background-image : none;
343         padding-right : 0;
344         white-space : nowrap;
345 }
346
347 .clickMenu
348 {
349         margin: 0;
350         padding: 0;
351         cursor: default;
352 }
353 .clickMenu, .clickMenu ul
354 {
355         list-style: none;
356 }
357 .clickMenu ul
358 {
359         margin: 0;
360         padding: 2px;
361         border: 0;
362         background-color: #F3F3F3;
363         min-width: 100px; /* ie doesnt know this :/ */
364         //float: left;/*ie again*/
365         //width: 100%;/*and again*/
366 }
367 .clickMenu div.outerbox
368 {
369         display: none;
370         min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
371 }
372 .clickMenu div.inner
373 {
374         //top: 20px; /* for ie */
375         left: 0;
376         margin: 0;
377 }
378 .clickMenu div.inner div.outerbox
379 {
380         margin: 0;
381         left: 98px;
382         //left: 90px; /* for ie */
383         top: -3px;
384 }
385 .clickMenu li
386 {
387         list-style-type : none;
388         position: relative;
389         padding: 0 20px 0 2px;
390         /*white-space: nowrap; does not really work in ie */
391 }
392 .clickMenu li.main
393 {
394         float: left;
395         padding: 0 10px;
396         background-color: #F3F3F3;
397         //height: 20px; /* for ie */
398 }
399 .clickMenu li.main li
400 {
401         z-index: 2;
402         min-width: 78px;
403 }
404 .clickMenu li.hover
405 {
406         z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
407         background-color : transparent;
408 }
409 .clickMenu img.liArrow
410 {
411         position: absolute;
412         right: 5px;
413         top: 0.41em;
414 }
415 .clickMenu ul a {
416         cursor: default;
417 }
418
419 ul.innerBox a {
420         cursor : pointer;
421 }
422
423 ul.innerBox {
424         border: 1px solid #E8E8E8;
425 }
426
427 div.yui-b h5 {
428         font-size : 100%;
429         margin : .5em 0;
430 }
431
432 dt {
433         font-size : 110%;
434         font-weight : bold;
435 }
436
437 dd {
438         padding : .2em;
439         text-indent : 1.5em;
440 }
441
442 div#toolbar {
443         background-color : #F3F3F3;
444         margin-bottom : .7em;
445 }
446
447 ul.toolbar {
448         padding-left : 0;
449 }
450
451 .yui-menu-button  {
452         
453 }
454
455 ul.toolbar li {
456         display : inline;
457         list-style : none;
458 }
459
460 div.message {
461    border : 1px solid #6699CC;
462         width : 75%;
463         margin : 1em auto;
464         padding : .5em;
465 }
466
467 div.patroninfo {
468         margin-top : -.5em;
469 }
470
471 div.patroninfo h5 {
472         border-right :  1px solid #000;
473         margin-bottom : 0;
474         padding-left : .5em;
475         padding-top : .3em;
476         padding-bottom : .5em;
477 }
478
479 div.patroninfo ul {
480         border-right : 1px solid #000;
481         border-bottom : 0;
482         border-top : 0;
483         padding-bottom : .5em;
484 }
485
486 div.patroninfo ul li, div.patronviews ul li {
487         list-style-type : none;
488 }
489
490 div.patronviews {
491         border-right :  1px solid #000;
492         border-top : 1px solid #000;
493         margin-bottom : .5em;
494         padding : .5em 0 .5em 0;
495 }
496
497 a.member-edit {
498         float : right;
499         background-color : #DBECC8;
500         margin-top : .5em;
501         padding : .3em;
502         text-align : right;
503         text-decoration : none;
504 }
505
506 fieldset.brief {
507         border : 1px solid #E8E8E8;
508 }
509
510 fieldset.brief label {
511         display : block;
512         font-weight : bold;
513         padding : .3em 0;
514 }
515
516 fieldset.brief ol, fieldset.brief li {
517         list-style-type : none;
518 }
519
520 fieldset.brief div.hint, fieldset.rows div.hint {
521         color : #999999;
522         font-size : 95%;
523         margin-bottom : .4em;
524 }
525
526 fieldset.rows {  
527 border-width : 1px;
528 border-bottom : 1px solid black;
529 float : left;
530 font-size : 90%;
531 clear : left;
532 margin: .9em 0 0 0;  
533 padding: 0;
534 width: 100%; 
535 }
536
537 fieldset.rows legend {  
538         margin-left: 1em;
539         font-weight: bold;
540         font-size : 110%;
541 }
542
543 fieldset.rows label, fieldset.rows span.label {  
544         float: left;  
545         font-weight : bold;
546         width: 6em;  
547         margin-right: 1em;  
548         text-align: right;
549 }
550
551 fieldset.rows fieldset {
552         border-width : 1px;
553         margin : 0;
554         padding : .3em;
555 }
556
557 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
558         width: 9em;  
559 }
560
561 .yui-b fieldset.rows div.hint {
562         margin-left : 10.5em;
563 }
564
565 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
566         width: 6em;  
567 }
568
569 .yui-u fieldset.rows div.hint {
570         margin-left : 7.5em;
571 }
572
573 fieldset.rows.left label, fieldset.rows.left span.label {
574         width : 8em;
575         text-align : left;      
576 }
577
578 fieldset.rows ol {  
579 padding: 1em 1em 0 1em;  
580 list-style-type: none;
581 }
582
583 fieldset.rows li {  
584 float : left;
585 clear : left;
586 padding-bottom: 1em;
587 list-style-type: none;
588 width: 100%; 
589 }
590
591 fieldset.rows.left li {
592         padding-bottom : .4em;
593 }
594
595 fieldset.rows li.radio {
596         padding-left: 9em;
597         width : auto;
598 }
599
600 fieldset.rows li.radio label {
601         float : none;
602         width : auto;
603         margin : 0 0 0 1em;
604 }
605
606 fieldset.rows ol.radio label {
607         width : auto;
608         float : none;
609         margin-right : 0;
610 }
611
612 fieldset.rows ol.radio label.radio {
613         float : left;
614         width : 12em;
615         margin-right : 1em;
616 }
617
618 fieldset.rows table {
619         clear : both;
620         margin : 1em 0 0 1em;
621 }
622
623 fieldset.rows td label {
624         float : none;
625         font-weight : normal;
626         width : auto;
627 }
628
629 fieldset.rows label.yesno {
630         float : none;
631         width : auto;
632 }
633
634 fieldset.action {
635         clear : both;
636         float : none;
637         border : none;
638         margin : 0;
639         padding : 1em 0 .3em 0;
640         width : auto;
641 }
642
643 a.cancel {
644         padding-left : 1em;
645 }
646
647 fieldset.rows fieldset.action {
648         padding : 1em;
649 }
650
651 fieldset.rows .inputnote {
652         float : left;
653         margin : .5em 0 0 10em;
654 }
655
656 .tabs-nav li {
657         list-style : none;
658 }
659
660 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
661    background : none;
662         display : block;
663         padding: .2em .5em .25em .5em;
664 }
665
666 .tabs-nav a, .tabs-nav span.a {
667     z-index : auto;
668 }
669
670 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
671         background-color : #FFFFCC;
672         border-top: 1px solid #FFFFCC;
673         border-right: 1px solid #FF9900;
674         border-bottom: 1px solid #FF9900;
675         border-left: 1px solid #FFCC66;
676         font-weight : bold;
677         text-align : center;
678         text-decoration : none;
679         top : -1px;
680 }
681
682 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
683     background-position : inherit;
684     outline: 0; /* prevent dotted border in Firefox */
685 }
686 .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active, .tabs-nav span.a {
687     background-position: inherit;
688 }
689
690 .tabs-nav .tabs-selected a:hover {
691         color : #0000CC;
692 }
693
694 .tabs-nav li.tabs-selected {
695         background-color : #FFFFCC;
696 }
697
698 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
699          background : none;
700     outline: 0; /* prevent dotted border in Firefox */
701 }
702
703 .tabs-container {
704     border-top: 0;
705     padding : inherit;
706     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
707 }
708 .tabs-loading em {
709     padding: inherit;
710     background: none;
711 }
712 .toptabs {
713         margin-top : 1em;
714 }
715
716 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
717     top: 0;
718  }
719
720 .toptabs .tabs-nav li {
721         margin-right : .5em;
722 }
723
724 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
725         background-color : #F3F3F3;
726         border-top : 1px solid #E8E8E8;
727         border-left : 1px solid #E8E8E8;
728         border-right : 1px solid #E8E8E8;
729         border-bottom : 0;
730         text-align : center;
731         text-decoration : none;
732 }
733
734 .toptabs .tabs-nav li.tabs-selected  {
735         background-color : #FFF;
736 }
737
738 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
739         background-color : #FFF;
740         border-top : 1px solid #E8E8E8;
741         border-left : 1px solid #E8E8E8;
742         border-right : 1px solid #E8E8E8;
743         border-bottom : 1px solid #FFF;
744         margin-bottom : -5px;
745         text-align : center;
746 }
747
748 .toptabs.numbered .tabs-nav li {
749         min-width : 3em;
750 }
751
752 .toptabs .tabs-container {
753         border : 1px solid #E8E8E8;
754         padding : 1em;
755 }
756
757 .checkedout {
758         color : #999999;
759         font-style : italic;
760 }
761
762 .subfield_not_filled {
763         background-color : #FFFF99;
764 }
765 .content_hidden {
766     visibility:hidden; /* you propably don't need to change this one */
767     display:none;
768 }
769
770 /* the property for the displayed tab */
771 .content_visible {
772     visibility:visible; /* you propably don't need to change this one */
773     display:block;
774 }
775 #addbiblio a, #addchild a, #newentry a {
776         padding-left : 34px;
777         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
778         background-position : center left;
779         background-repeat : no-repeat;
780 }
781
782 #deletebiblio button, #deletebiblio a, #deletepatron a {
783         padding-left : 34px;
784         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
785         background-position : center left;
786         background-repeat : no-repeat;
787 }
788
789 #printbiblio button, #printbiblio a {
790         padding-left : 34px;
791         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
792         background-position : center left;
793         background-repeat : no-repeat;
794 }
795
796 #addtoshelf button, #addtoshelf a {
797         padding-left : 34px;
798         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
799         background-position : center left;
800         background-repeat : no-repeat;
801 }
802
803 #placehold a {
804         padding-left : 34px;
805         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
806         background-position : center left;
807         background-repeat : no-repeat;
808 }
809
810 div.error {
811         border : 2px dashed #990000;
812         background-color : #FFFF99;
813         padding : .5em;
814         margin : 1em;
815 }
816
817 ol.bibliodetails {
818         float: left;
819         margin : 0 0 1em 1em;
820 }
821
822 ol.bibliodetails li {
823         border-bottom: 1px solid #E8E8E8;
824         list-style-type : none;
825         padding : .1em;
826 }
827
828 ol.bibliodetails span.label {
829         border-right : 1px solid #E8E8E8;
830         float : left;
831         font-weight: bold;
832         width: 12em;  
833         margin-right: 1em;  
834 }
835
836 div.sysprefs h3 {
837         margin : .2em 0 .2em .4em;
838 }
839
840 div.sysprefs dl {
841         margin-left : 1.5em;
842 }
843
844 div.sysprefs div.hint {
845         width : 25%;
846         float : right;
847         padding : .5em;
848         margin : .7em;
849 }
850
851 tr.highlight td {
852         background-color : #F6F6F6;
853 }
854
855 tr.highlight th {
856         background-color : #DDDDDD;
857 }
858
859 #circ_circulation_issue label {
860         font-size: 105%;
861         font-weight : bold;
862 }
863
864 #circ_circulation_issue div.hint {
865         color : #666666;
866         margin: .2em 0;
867 }
868
869 tr.expired td {
870         color : #999999;
871 }
872
873 span.expired {
874         color : #990000;
875         font-style : italic;
876 }
877
878 div.subfield_line label {
879     font-size:75%;
880     float: left;
881     width: 200px;
882     text-align: left;
883     clear:left;
884 }
885
886 div.help {
887         margin: .9em 0 0 0;  
888 }
889
890 .blocker {
891         color : #990000;
892 }
893
894 .circmessage li {
895         list-style : url(../../img/arrow-bullet.gif);
896         margin-bottom : .2em;
897 }
898
899 div.circmessage:first-child {
900         margin-top : 1em;
901 }
902
903 div.circmessage {
904         border: 1px solid #CCC;
905         padding: .4em;
906         margin-bottom : .3em;
907 }
908
909 span.circ-hlt {
910         color : #cc0000;
911         font-weight : bold;
912 }
913
914 div.first fieldset {
915         margin-right : 0;
916 }
917
918 .dialog {
919   width: 50%;
920   float:left;
921   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
922   background: url(../../img/dropshadow.gif) no-repeat bottom right;
923   margin: 10px 0 0 10px !important;
924   margin: 10px 0 0 5px;
925   }
926
927 .dialog div {
928   background: none !important;
929   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
930   padding: 0 !important;
931   padding: 0 6px 6px 0;
932   }
933
934 .dialog div.confirm {
935   background-color: #ffc;
936  // background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
937   font: 1em sans-serif;
938   border: 1px solid #bcbcbc;
939   padding: 4px !important;
940   margin: -6px 6px 6px -6px !important;
941   margin: 0;
942   }
943   
944   .dialog div.confirm h2, .dialog div.confirm h3, .dialog div.confirm h4 {
945         margin : auto;
946         text-align : center;
947   }
948   
949  div.confirm input {
950         background-color : #FFF;
951         border : 1px solid #bcbcbc;
952         margin : .4em;
953         padding : .4em .4em .4em 25px;
954  }
955  
956  div.confirm input.approve {
957         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
958  }
959
960  div.confirm input.deny {
961         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
962  }
963  
964  div.confirm input:hover {
965         background-color : #ffc;
966  }
967  
968  div.results {
969         padding : .7em 0;
970  }
971  
972  .accesskey {
973         text-decoration : underline;
974  }
975  
976  #changelanguage {
977         background-color : #F3F3F3;
978         border-top : 1px solid #E8E8E8;
979         font-size : 93%;
980         margin-top : 2em;
981         padding : .3em .5em .5em .5em;
982  }
983  
984  #changelanguage ul {
985         margin : 0;
986         padding : 0;
987  }
988  
989  #changelanguage li {
990         border-left : 1px solid #CCC;
991         display : inline;
992         list-style : none;
993         padding : 0 .5em;
994  }
995  
996  #changelanguage li:first-child {
997         border-left : 0;
998  }
999  
1000 .required {
1001     color : #C00;
1002 }
1003
1004 span.required {
1005         font-style : italic;
1006 }
1007
1008 .term {
1009     background-color: #FFC;
1010          color : #990000;
1011          text-decoration : underline;
1012 }
1013
1014 div#menu {
1015         border-right: 1px solid #000;
1016         margin-right: .5em;
1017         padding-top: 1em;
1018         padding-bottom: 2em;
1019 }
1020
1021 div#menu li a {
1022         text-decoration: none;
1023         display: block;
1024         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1025         border: 1px solid #000;
1026         font-size: 111%;
1027         margin: .5em 0;
1028         padding: .4em .3em;
1029         margin-right :  -1px;
1030 }
1031
1032 div#menu li a:hover {
1033         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1034 }
1035
1036 div#menu li.active a:hover {
1037         background-color: #fff;
1038         color :  #0000CC;
1039 }
1040
1041 #menu ul li {
1042         list-style-type: none;
1043 }
1044
1045 #menu ul li.active a {
1046         background-color: #FFF;
1047         background-image : none;
1048         border-right: 0;
1049         font-weight: bold;
1050 }
1051
1052 ul.error {
1053         background : #ffffcc;
1054         border : 1px solid #ff9090;
1055         margin : .5em;
1056         padding : .5em .5em .5em 1.5em;
1057         width : 75%
1058 }
1059
1060 h1#logo {
1061         border:0pt none;
1062         float:left !important;
1063         margin:0;
1064         padding:0;
1065         width:180px;
1066 }
1067 h1#logo {
1068         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1069         border: 0;
1070         margin:0.75em .3em 0.75em .7em;
1071         padding:0;
1072 }
1073
1074 h1#logo a {
1075         border:0;
1076         cursor:pointer;
1077         display:block;
1078         height:0px !important;
1079         margin:0;
1080         overflow:hidden;
1081         padding:44px 0 0;
1082         text-decoration:none;
1083         width:180px;
1084 }
1085
1086 #closewindow {
1087         margin-top : 2em;
1088         text-align : center;
1089 }
1090
1091 #closewindow a {
1092         font-weight : bold;     
1093 }
1094
1095 .patroninfo+#menu {
1096         margin-right : 0;
1097 }