Some reformatting in circ and members.
[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 : 0 0 .5em 0;
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 div.rows {
644 float : left;
645 clear : left;
646 margin: 0 0 0 0;  
647 padding: 0;
648 width: 100%; 
649 }
650
651
652 div.rows span.label {  
653         float: left;  
654         font-weight : bold;
655         width: 7em;  
656         margin-right: 1em;  
657         text-align: left;
658 }
659
660 div.rows ol {  
661 padding: .5em 1em 0 0;  
662 list-style-type: none;
663 }
664
665 div.rows ol li li {
666         border-bottom: 0;
667 }
668
669 div.rows li {
670 border-bottom :  1px solid #EEE;
671 float : left;
672 clear : left;
673 padding-bottom: .1em;
674 padding-top: .1em;
675 list-style-type: none;
676 width: 100%; 
677 }
678
679 a.cancel {
680         padding-left : 1em;
681 }
682
683 fieldset.rows fieldset.action {
684         padding : 1em;
685 }
686
687 fieldset.rows .inputnote {
688         float : left;
689         margin : .5em 0 0 10em;
690 }
691
692 .tabs-nav li {
693         list-style : none;
694 }
695
696 .tabs-nav a, .tabs-nav a span, .tabs-nav span.a {
697    background : none;
698         display : block;
699         padding: .2em .5em .25em .5em;
700 }
701
702 .tabs-nav a, .tabs-nav span.a {
703     z-index : auto;
704 }
705
706 .tabs-nav .tabs-selected a, .tabs-nav .tabs-selected span.a {
707         background-color : #FFFFCC;
708         border-top: 1px solid #FFFFCC;
709         border-right: 1px solid #FF9900;
710         border-bottom: 1px solid #FF9900;
711         border-left: 1px solid #FFCC66;
712         font-weight : bold;
713         text-align : center;
714         text-decoration : none;
715         top : -1px;
716 }
717
718 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
719     background-position : inherit;
720     outline: 0; /* prevent dotted border in Firefox */
721 }
722 .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 {
723     background-position: inherit;
724 }
725
726 .tabs-nav .tabs-selected a:hover {
727         color : #0000CC;
728 }
729
730 .tabs-nav li.tabs-selected {
731         background-color : #FFFFCC;
732 }
733
734 .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active, .tabs-nav span.a {
735          background : none;
736     outline: 0; /* prevent dotted border in Firefox */
737 }
738
739 .tabs-container {
740     border-top: 0;
741     padding : inherit;
742     background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
743 }
744 .tabs-loading em {
745     padding: inherit;
746     background: none;
747 }
748 .toptabs {
749         margin-top : 1em;
750 }
751
752 .toptabs .tabs-nav a, .toptabs .tabs-nav span.a {
753     top: 0;
754  }
755
756 .toptabs .tabs-nav li {
757         margin-right : .5em;
758 }
759
760 .toptabs .tabs-nav li a, .toptabs .tabs-nav li span.a {
761         background-color : #F3F3F3;
762         border-top : 1px solid #E8E8E8;
763         border-left : 1px solid #E8E8E8;
764         border-right : 1px solid #E8E8E8;
765         border-bottom : 0;
766         text-align : center;
767         text-decoration : none;
768 }
769
770 .toptabs .tabs-nav li.tabs-selected  {
771         background-color : #FFF;
772 }
773
774 .toptabs .tabs-nav li.tabs-selected a, .toptabs .tabs-nav li.tabs-selected span.a {
775         background-color : #FFF;
776         border-top : 1px solid #E8E8E8;
777         border-left : 1px solid #E8E8E8;
778         border-right : 1px solid #E8E8E8;
779         border-bottom : 1px solid #FFF;
780         margin-bottom : -5px;
781         text-align : center;
782 }
783
784 .toptabs.numbered .tabs-nav li {
785         min-width : 3em;
786 }
787
788 .toptabs .tabs-container {
789         border : 1px solid #E8E8E8;
790         padding : 1em;
791 }
792
793 .checkedout {
794         color : #999999;
795         font-style : italic;
796 }
797
798 .subfield_not_filled {
799         background-color : #FFFF99;
800 }
801 .content_hidden {
802     visibility:hidden; /* you propably don't need to change this one */
803     display:none;
804 }
805
806 /* the property for the displayed tab */
807 .content_visible {
808     visibility:visible; /* you propably don't need to change this one */
809     display:block;
810 }
811 #addbiblio a, #addchild a, #newentry a {
812         padding-left : 34px;
813         background-image: url("/intranet-tmpl/prog/img/toolbar-new.gif");
814         background-position : center left;
815         background-repeat : no-repeat;
816 }
817
818 #deletebiblio button, #deletebiblio a, #deletepatron a {
819         padding-left : 34px;
820         background-image: url("/intranet-tmpl/prog/img/toolbar-delete.gif");
821         background-position : center left;
822         background-repeat : no-repeat;
823 }
824
825 #printbiblio button, #printbiblio a {
826         padding-left : 34px;
827         background-image: url("/intranet-tmpl/prog/img/toolbar-print.gif");
828         background-position : center left;
829         background-repeat : no-repeat;
830 }
831
832 #addtoshelf button, #addtoshelf a {
833         padding-left : 34px;
834         background-image: url("/intranet-tmpl/prog/img/toolbar-add-to-shelf.gif");
835         background-position : center left;
836         background-repeat : no-repeat;
837 }
838
839 #placehold a {
840         padding-left : 34px;
841         background-image: url("/intranet-tmpl/prog/img/toolbar-hold.gif");
842         background-position : center left;
843         background-repeat : no-repeat;
844 }
845
846 div.error {
847         border : 2px dashed #990000;
848         background-color : #FFFF99;
849         padding : .5em;
850         margin : 1em;
851 }
852
853 ol.bibliodetails {
854         float: left;
855         margin : 0 0 1em 1em;
856 }
857
858 ol.bibliodetails li {
859         border-bottom: 1px solid #E8E8E8;
860         list-style-type : none;
861         padding : .1em;
862 }
863
864 ol.bibliodetails span.label {
865         border-right : 1px solid #E8E8E8;
866         float : left;
867         font-weight: bold;
868         width: 12em;  
869         margin-right: 1em;  
870 }
871
872 ol.bibliodetails span.listgroup {
873         font-weight: bold;
874         font-style: oblique;
875 }
876
877 div.sysprefs h3 {
878         margin : .2em 0 .2em .4em;
879 }
880
881 div.sysprefs dl {
882         margin-left : 1.5em;
883 }
884
885 div.sysprefs div.hint {
886         width : 25%;
887         float : right;
888         padding : .5em;
889         margin : .7em;
890 }
891
892 tr.highlight td {
893         background-color : #F6F6F6;
894 }
895
896 tr.highlight th[scope=row] {
897         background-color : #DDDDDD;
898 }
899
900 tr.confirm td, tr.confirm.highlight td {
901         background-color : #ffbfbf;
902 }
903
904 #circ_circulation_issue label {
905         font-size: 105%;
906         font-weight : bold;
907 }
908
909 #circ_circulation_issue div.hint {
910         color : #666666;
911         margin: .2em 0;
912 }
913
914 tr.expired td {
915         color : #999999;
916 }
917
918 span.expired {
919         color : #990000;
920         font-style : italic;
921 }
922
923 div.subfield_line {
924         padding-bottom : .3em;
925 }
926
927 div.subfield_line label {
928     font-size:89%;
929     float: left;
930          padding-right : .4em;
931     width: 210px;
932     text-align: left;
933     clear:left;
934 }
935
936 div.help {
937         margin: .9em 0 0 0;  
938 }
939
940 .blocker {
941         color : #990000;
942 }
943
944 .circmessage li {
945         list-style : url(../../img/arrow-bullet.gif);
946         margin-bottom : .2em;
947 }
948
949 div.circmessage:first-child {
950         margin-top : 1em;
951 }
952
953 div.circmessage {
954         border: 1px solid #CCC;
955         padding: .4em;
956         margin-bottom : .3em;
957 }
958
959 span.circ-hlt {
960         color : #cc0000;
961         font-weight : bold;
962 }
963
964 div.first fieldset {
965         margin-right : 0;
966 }
967
968 .dialog {
969   width: 50%;
970   float:left;
971   background: url(../../img/dropshadow-alpha.png) no-repeat bottom right !important;
972   background: url(../../img/dropshadow.gif) no-repeat bottom right;
973   margin: 10px 0 0 10px !important;
974   margin: 10px 0 0 5px;
975   }
976
977 .dialog div {
978   background: none !important;
979   background: url(../../img/dropshadow-mask.gif) no-repeat left top;
980   padding: 0 !important;
981   padding: 0 6px 6px 0;
982   }
983
984 .dialog div.confirm {
985   background-color: #ffc;
986  // background : url(../../img/dialog-bg.gif) repeat-x left 0 !important;
987   font: 1em sans-serif;
988   border: 1px solid #bcbcbc;
989   padding: 4px !important;
990   margin: -6px 6px 6px -6px !important;
991   margin: 0;
992   }
993   
994   .dialog div.confirm h2, .dialog div.confirm h3, .dialog div.confirm h4 {
995         margin : auto;
996         text-align : center;
997   }
998   
999  div.confirm input {
1000         background-color : #FFF;
1001         border : 1px solid #bcbcbc;
1002         margin : .4em;
1003         padding : .4em .4em .4em 25px;
1004  }
1005  
1006  div.confirm input.approve {
1007         background : #FFF url(../../img/approve.gif) no-repeat 4px center;
1008  }
1009
1010  div.confirm input.deny {
1011         background : #FFF url(../../img/deny.gif) no-repeat 4px center;
1012  }
1013  
1014  div.confirm input:hover {
1015         background-color : #ffc;
1016  }
1017  
1018  div.results {
1019         padding : .7em 0;
1020  }
1021  
1022  .accesskey {
1023         text-decoration : underline;
1024  }
1025  
1026  #changelanguage {
1027         background-color : #F3F3F3;
1028         border-top : 1px solid #E8E8E8;
1029         font-size : 93%;
1030         margin-top : 2em;
1031         padding : .3em .5em .5em .5em;
1032  }
1033  
1034  #changelanguage ul {
1035         margin : 0;
1036         padding : 0;
1037  }
1038  
1039  #changelanguage li {
1040         border-left : 1px solid #CCC;
1041         display : inline;
1042         list-style : none;
1043         padding : 0 .5em;
1044  }
1045  
1046  #changelanguage li:first-child {
1047         border-left : 0;
1048  }
1049  
1050 .required {
1051     color : #C00;
1052 }
1053
1054 span.required {
1055         font-style : italic;
1056 }
1057
1058 .term {
1059     background-color: #FFC;
1060          color : #990000;
1061          text-decoration : underline;
1062 }
1063
1064 div#menu {
1065         border-right: 1px solid #000;
1066         margin-right: .5em;
1067         padding-top: 1em;
1068         padding-bottom: 2em;
1069 }
1070
1071 div#menu li a {
1072         text-decoration: none;
1073         display: block;
1074         background : #EEE url(../../img/side-tab-gradient.gif) repeat-y top right;
1075         border: 1px solid #000;
1076         font-size: 111%;
1077         margin: .5em 0;
1078         padding: .4em .3em;
1079         margin-right :  -1px;
1080 }
1081
1082 div#menu li a:hover {
1083         background : #E8F0F6 url(../../img/side-tab-gradient-hover.gif) repeat-y top right;
1084 }
1085
1086 div#menu li.active a:hover {
1087         background-color: #fff;
1088         color :  #0000CC;
1089 }
1090
1091 #menu ul li {
1092         list-style-type: none;
1093 }
1094
1095 #menu ul li.active a {
1096         background-color: #FFF;
1097         background-image : none;
1098         border-right: 0;
1099         font-weight: bold;
1100 }
1101
1102 ul.error {
1103         background : #ffffcc;
1104         border : 1px solid #ff9090;
1105         margin : .5em;
1106         padding : .5em .5em .5em 1.5em;
1107         width : 75%
1108 }
1109
1110 h1#logo {
1111         border:0pt none;
1112         float:left !important;
1113         margin:0;
1114         padding:0;
1115         width:180px;
1116 }
1117 h1#logo {
1118         background:transparent url(../../img/koha-logo-medium.gif) no-repeat scroll 0%;
1119         border: 0;
1120         margin:0.75em .3em 0.75em .7em;
1121         padding:0;
1122 }
1123
1124 h1#logo a {
1125         border:0;
1126         cursor:pointer;
1127         display:block;
1128         height:0px !important;
1129         margin:0;
1130         overflow:hidden;
1131         padding:44px 0 0;
1132         text-decoration:none;
1133         width:180px;
1134 }
1135
1136 #closewindow {
1137         margin-top : 2em;
1138         text-align : center;
1139 }
1140
1141 #closewindow a {
1142         font-weight : bold;     
1143 }
1144
1145 .patroninfo+#menu {
1146         margin-right : 0;
1147 }
1148
1149 .barcode {
1150         font-size :  200%;
1151 }
1152
1153 #libraryuse table, #libraryuse td, #libraryuse th, #patrondetails table, #patrondetails td, #patrondetails th {
1154         border: 0;
1155 }
1156
1157 #libraryuse th[scope=row], #patrondetails th[scope=row] {
1158         background-color: transparent;
1159 }
1160
1161 .email {
1162 font-size :  87%;
1163 width : 15em;
1164 margin: 0;
1165 padding: 0;
1166 overflow :  hidden;
1167 }
1168
1169 .address {
1170         font-size: 110%;
1171 }
1172
1173 #circ_circulation_issue .date-select label {
1174         font-weight: normal;
1175 }