Changes to CSS to allow for bug 1357 fix. Trying again after previous patch wouldn...
[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         background-color : #FCFAF3;
473         /*border-top :  1px solid #CCCC99;
474         border-left :  1px solid #CCCC99;*/
475         border-right :  1px solid #CCCC99;
476         margin-bottom : 0;
477         padding-left : .5em;
478         padding-top : .3em;
479         padding-bottom : .5em;
480 }
481
482 div.patroninfo ul {
483         /*border : 1px solid #CCCC99;*/
484         border-right : 1px solid #CCCC99;
485         border-bottom : 0;
486         border-top : 0;
487         background-color : #FCFAF3;
488         padding-bottom : .5em;
489 }
490
491 div.patroninfo ul li, div.patronviews ul li {
492         list-style-type : none;
493 }
494
495 div.patronviews {
496         background-color : #FDFCF7;
497         /*border-left : 1px solid #CCCC99;
498         border-bottom : 1px solid #CCCC99;*/
499         border-right :  1px solid #CCCC99;
500         border-top : 1px solid #CCCC99;
501         margin-bottom : .5em;
502         padding : .5em 0 .5em 0;
503 }
504
505 a.member-edit {
506         float : right;
507         background-color : #DBECC8;
508         margin-top : .5em;
509         padding : .3em;
510         text-align : right;
511         text-decoration : none;
512 }
513
514 fieldset.brief {
515         border : 1px solid #E8E8E8;
516 }
517
518 fieldset.brief label {
519         display : block;
520         font-weight : bold;
521         padding : .3em 0;
522 }
523
524 fieldset.brief ol, fieldset.brief li {
525         list-style-type : none;
526 }
527
528 fieldset.brief div.hint, fieldset.rows div.hint {
529         color : #999999;
530         font-size : 95%;
531         margin-bottom : .4em;
532 }
533
534 fieldset.rows {  
535 border-width : 1px;
536 border-bottom : 1px solid black;
537 float : left;
538 font-size : 90%;
539 clear : left;
540 margin: .9em 0 0 0;  
541 padding: 0;
542 width: 100%; 
543 }
544
545 fieldset.rows legend {  
546         margin-left: 1em;
547         font-weight: bold;
548         font-size : 110%;
549 }
550
551 fieldset.rows label, fieldset.rows span.label {  
552         float: left;  
553         font-weight : bold;
554         width: 6em;  
555         margin-right: 1em;  
556         text-align: right;
557 }
558
559 fieldset.rows fieldset {
560         border-width : 1px;
561         margin : 0;
562         padding : .3em;
563 }
564
565 .yui-b fieldset.rows label, .yui-b fieldset.rows span.label {  
566         width: 9em;  
567 }
568
569 .yui-b fieldset.rows div.hint {
570         margin-left : 10.5em;
571 }
572
573 .yui-u fieldset.rows label, .yui-u fieldset.rows span.label {  
574         width: 6em;  
575 }
576
577 .yui-u fieldset.rows div.hint {
578         margin-left : 7.5em;
579 }
580
581 fieldset.rows.left label, fieldset.rows.left span.label {
582         width : 8em;
583         text-align : left;      
584 }
585
586 fieldset.rows ol {  
587 padding: 1em 1em 0 1em;  
588 list-style-type: none;
589 }
590
591 fieldset.rows li {  
592 float : left;
593 clear : left;
594 padding-bottom: 1em;
595 list-style-type: none;
596 width: 100%; 
597 }
598
599 fieldset.rows.left li {
600         padding-bottom : .4em;
601 }
602
603 fieldset.rows li.radio {
604         padding-left: 9em;
605         width : auto;
606 }
607
608 fieldset.rows li.radio label {
609         float : none;
610         width : auto;
611         margin : 0 0 0 1em;
612 }
613
614 fieldset.rows ol.radio label {
615         width : auto;
616         float : none;
617         margin-right : 0;
618 }
619
620 fieldset.rows ol.radio label.radio {
621         float : left;
622         width : 12em;
623         margin-right : 1em;
624 }
625
626 fieldset.rows table {
627         clear : both;
628         margin : 1em 0 0 1em;
629 }
630
631 fieldset.rows td label {
632         float : none;
633         font-weight : normal;
634         width : auto;
635 }
636
637 fieldset.rows label.yesno {
638         float : none;
639         width : auto;
640 }
641
642 fieldset.action {
643         clear : both;
644         float : none;
645         border : none;
646         margin : 0;
647         padding : 1em 0 .3em 0;
648         width : auto;
649 }
650
651 a.cancel {
652         padding-left : 1em;
653 }
654
655 fieldset.rows fieldset.action {
656         padding : 1em;
657 }
658
659 fieldset.rows .inputnote {
660         float : left;
661         margin : .5em 0 0 10em;
662 }
663
664 .tabs-nav li {
665         list-style : none;
666 }
667
668 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
669    background : none;
670         display : block;
671         padding: .2em .5em .25em .5em;
672 }
673
674 .tabs-nav a, .tabs-nav span.a {
675     z-index : auto;
676 }
677
678 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
679         background-color : #FFFFCC;
680         border-top: 1px solid #FFFFCC;
681         border-right: 1px solid #FF9900;
682         border-bottom: 1px solid #FF9900;
683         border-left: 1px solid #FFCC66;
684         font-weight : bold;
685         text-align : center;
686         text-decoration : none;
687         top : -1px;
688 }
689
690 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
691     background-position : inherit;
692     outline: 0; /* prevent dotted border in Firefox */
693 }
694 .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 {
695     background-position: inherit;
696 }
697
698 .tabs-nav .tabs-selected a:hover {
699         color : #0000CC;
700 }
701
702 .tabs-nav li.tabs-selected {
703         background-color : #FFFFCC;
704 }
705
706 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
707          background : none;
708     outline: 0; /* prevent dotted border in Firefox */
709 }
710
711 .tabs-container {
712     border-top: 0;
713     padding : inherit;
714     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
715 }
716 .tabs-loading em {
717     padding: inherit;
718     background: none;
719 }
720 .toptabs {
721         margin-top : 1em;
722 }
723
724 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
725     top: 0;
726  }
727
728 .toptabs .tabs-nav li {
729         margin-right : .5em;
730 }
731
732 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
733         background-color : #F3F3F3;
734         border-top : 1px solid #E8E8E8;
735         border-left : 1px solid #E8E8E8;
736         border-right : 1px solid #E8E8E8;
737         border-bottom : 0;
738         text-align : center;
739         text-decoration : none;
740 }
741
742 .toptabs .tabs-nav li.tabs-selected  {
743         background-color : #FFF;
744 }
745
746 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
747         background-color : #FFF;
748         border-top : 1px solid #E8E8E8;
749         border-left : 1px solid #E8E8E8;
750         border-right : 1px solid #E8E8E8;
751         border-bottom : 1px solid #FFF;
752         margin-bottom : -5px;
753         text-align : center;
754 }
755
756 .toptabs.numbered .tabs-nav li {
757         min-width : 3em;
758 }
759
760 .toptabs .tabs-container {
761         border : 1px solid #E8E8E8;
762         padding : 1em;
763 }
764
765 .checkedout {
766         color : #999999;
767         font-style : italic;
768 }
769
770 .subfield_not_filled {
771         background-color : #FFFF99;
772 }
773 .content_hidden {
774     visibility:hidden; /* you propably don't need to change this one */
775     display:none;
776 }
777
778 /* the property for the displayed tab */
779 .content_visible {
780     visibility:visible; /* you propably don't need to change this one */
781     display:block;
782 }
783 #addbiblio a, #addchild a, #newentry a {
784         padding-left : 34px;
785         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
786         background-position : center left;
787         background-repeat : no-repeat;
788 }
789
790 #deletebiblio button, #deletebiblio a, #deletepatron a {
791         padding-left : 34px;
792         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
793         background-position : center left;
794         background-repeat : no-repeat;
795 }
796
797 #printbiblio button, #printbiblio a {
798         padding-left : 34px;
799         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
800         background-position : center left;
801         background-repeat : no-repeat;
802 }
803
804 #addtoshelf button, #addtoshelf a {
805         padding-left : 34px;
806         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
807         background-position : center left;
808         background-repeat : no-repeat;
809 }
810
811 #placehold a {
812         padding-left : 34px;
813         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
814         background-position : center left;
815         background-repeat : no-repeat;
816 }
817
818 div.error {
819         border : 2px dashed #990000;
820         background-color : #FFFF99;
821         padding : .5em;
822         margin : 1em;
823 }
824
825 ol.bibliodetails {
826         float: left;
827         margin : 0 0 1em 1em;
828 }
829
830 ol.bibliodetails li {
831         border-bottom: 1px solid #E8E8E8;
832         list-style-type : none;
833         padding : .1em;
834 }
835
836 ol.bibliodetails span.label {
837         border-right : 1px solid #E8E8E8;
838         float : left;
839         font-weight: bold;
840         width: 12em;  
841         margin-right: 1em;  
842 }
843
844 div.sysprefs h3 {
845         margin : .2em 0 .2em .4em;
846 }
847
848 div.sysprefs dl {
849         margin-left : 1.5em;
850 }
851
852 div.sysprefs div.hint {
853         width : 25%;
854         float : right;
855         padding : .5em;
856         margin : .7em;
857 }
858
859 tr.highlight td {
860         background-color : #F6F6F6;
861 }
862
863 tr.highlight th {
864         background-color : #DDDDDD;
865 }
866
867 #circ_circulation_issue label {
868         font-size: 105%;
869         font-weight : bold;
870 }
871
872 #circ_circulation_issue div.hint {
873         color : #666666;
874         margin: .2em 0;
875 }
876
877 tr.expired td {
878         color : #999999;
879 }
880
881 span.expired {
882         color : #990000;
883         font-style : italic;
884 }
885
886 div.subfield_line label {
887     font-size:75%;
888     float: left;
889     width: 200px;
890     text-align: left;
891     clear:left;
892 }
893
894 div.help {
895         margin: .9em 0 0 0;  
896 }
897
898 .blocker {
899         color : #990000;
900 }
901
902 .circmessage li {
903         list-style : url(../../img/arrow-bullet.gif);
904         margin-bottom : .2em;
905 }
906
907 div.circmessage:first-child {
908         margin-top : 1em;
909 }
910
911 div.circmessage {
912         border: 1px solid #CCC;
913         padding: .4em;
914         margin-bottom : .3em;
915 }
916
917 span.circ-hlt {
918         color : #cc0000;
919         font-weight : bold;
920 }
921
922 div.first fieldset {
923         margin-right : 0;
924 }
925
926 .dialog {
927   width: 50%;
928   float:left;
929   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
930   background: url(../../img/dropshadow.gif) no-repeat bottom right;
931   margin: 10px 0 0 10px !important;
932   margin: 10px 0 0 5px;
933   }
934
935 .dialog div {
936   background: none !important;
937   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
938   padding: 0 !important;
939   padding: 0 6px 6px 0;
940   }
941
942 .dialog div.confirm {
943   background-color: #ffc;
944  // background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
945   font: 1em sans-serif;
946   border: 1px solid #bcbcbc;
947   padding: 4px !important;
948   margin: -6px 6px 6px -6px !important;
949   margin: 0;
950   }
951   
952   .dialog div.confirm h2, .dialog div.confirm h3, .dialog div.confirm h4 {
953         margin : auto;
954         text-align : center;
955   }
956   
957  div.confirm input {
958         background-color : #FFF;
959         border : 1px solid #bcbcbc;
960         margin : .4em;
961         padding : .4em .4em .4em 25px;
962  }
963  
964  div.confirm input.approve {
965         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
966  }
967
968  div.confirm input.deny {
969         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
970  }
971  
972  div.confirm input:hover {
973         background-color : #ffc;
974  }
975  
976  div.results {
977         padding : .7em 0;
978  }
979  
980  .accesskey {
981         text-decoration : underline;
982  }
983  
984  #changelanguage {
985         background-color : #F3F3F3;
986         border-top : 1px solid #E8E8E8;
987         font-size : 93%;
988         margin-top : 2em;
989         padding : .3em .5em .5em .5em;
990  }
991  
992  #changelanguage ul {
993         margin : 0;
994         padding : 0;
995  }
996  
997  #changelanguage li {
998         border-left : 1px solid #CCC;
999         display : inline;
1000         list-style : none;
1001         padding : 0 .5em;
1002  }
1003  
1004  #changelanguage li:first-child {
1005         border-left : 0;
1006  }
1007  
1008 .required {
1009     color : #C00;
1010 }
1011
1012 span.required {
1013         font-style : italic;
1014 }
1015
1016 .term {
1017     background-color: #FFC;
1018          color : #990000;
1019          text-decoration : underline;
1020 }
1021
1022 div#menu {
1023         border-right: 1px solid #000;
1024         margin-right: .5em;
1025         padding-top: 1em;
1026         padding-bottom: 2em;
1027 }
1028
1029 div#menu li a {
1030         text-decoration: none;
1031         display: block;
1032         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1033         border: 1px solid #000;
1034         font-size: 111%;
1035         margin: .5em 0;
1036         padding: .4em .3em;
1037         margin-right :  -1px;
1038 }
1039
1040 div#menu li a:hover {
1041         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1042 }
1043
1044 div#menu li.active a:hover {
1045         background-color: #fff;
1046         color :  #0000CC;
1047 }
1048
1049 #menu ul li {
1050         list-style-type: none;
1051 }
1052
1053 #menu ul li.active a {
1054         background-color: #FFF;
1055         background-image : none;
1056         border-right: 0;
1057         font-weight: bold;
1058 }
1059
1060 ul.error {
1061         background : #ffffcc;
1062         border : 1px solid #ff9090;
1063         margin : .5em;
1064         padding : .5em .5em .5em 1.5em;
1065         width : 75%
1066 }
1067
1068 h1#logo {
1069         border:0pt none;
1070         float:left !important;
1071         margin:0;
1072         padding:0;
1073         width:180px;
1074 }
1075 h1#logo {
1076         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1077         border: 0;
1078         margin:0.75em .3em 0.75em .7em;
1079         padding:0;
1080 }
1081
1082 h1#logo a {
1083         border:0;
1084         cursor:pointer;
1085         display:block;
1086         height:0px !important;
1087         margin:0;
1088         overflow:hidden;
1089         padding:44px 0 0;
1090         text-decoration:none;
1091         width:180px;
1092 }