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