]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Merge branch 'threaded_items' of github.com:CyberDomovoy/friendica into threaded_items
[friendica.git] / view / theme / frost / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  *
5  * Heavily modified for Frost
6  * Zach P
7  */
8
9
10 /* generals */
11 body {
12         font-family: helvetica,arial,freesans,clean,sans-serif;
13         font-size: 12px;
14 /*      line-height: 24px;*/
15         background-color: #ffffff;
16         background-image: url(head.jpg);
17         background-repeat: repeat-x;
18         color: #505050;
19         margin: 0px;
20 }
21
22 div.container {
23         display: block;
24         width: 785 px;
25         margin-top: 0px;
26         margin-bottom: 0px;
27         margin-left: auto;
28         margin-right: auto;
29 }
30
31 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
32 a:hover {text-decoration: underline; }
33
34 input {
35         border: 1px solid #666666;
36         -moz-border-radius: 3px;
37         -webkit-border-radius: 3px;
38         border-radius: 3px;     
39         padding: 3px;
40 }
41
42 img { border :0px; }
43
44 #id_openid_url, .openid input {
45    background: url(login-bg.gif) no-repeat;
46    background-position: 0 50%;
47    padding-left: 18px;
48 }
49 .openid:hover {
50
51 }
52
53 #id_openid_url {
54         width: 384px;
55 }
56
57 code {
58         font-family: Courier, monospace;
59         white-space: pre;
60         display: block;
61         overflow: auto;
62         border: 1px solid #444;
63         background: #EEE;
64         color: #444;
65         padding: 10px;
66         margin-top: 20px; 
67 }
68
69 blockquote {
70         background-color: #f4f8f9;
71         border-left: 4px solid #dae4ee;
72         padding: 0.4em;
73 }
74
75 .icollapse-wrapper, .ccollapse-wrapper {
76         border: 1px solid #CCC;
77         padding: 5px;
78 }
79
80 .hide-comments-outer {
81         margin-left: 0px;
82         font-weight: 700;
83         opacity: 0.4;
84 }
85 .hide-comments-outer:hover {
86         opacity: 1.0;
87 }
88 .hide-comments {
89         margin-left: 5px;
90 }
91
92 #panel {
93         background-color: ivory;
94         position: absolute;
95         z-index: 2;
96         width: 30%;
97         padding: 25px;
98         border: 1px solid #444;
99 }
100
101 .heart {
102         color: #FF0000;
103         font-size: 100%;
104         margin-right: 5px;
105 }
106
107
108
109 /* nav */
110 nav {
111         height: 94px;
112         width: 1100px;
113         display: block;
114         margin-top: 0px;
115         margin-bottom: 0px;
116         margin-left: auto;
117         margin-right: auto;
118 }
119 nav #site-location {
120         color: #888a85;
121         font-size: 0.8em;
122         position: absolute;
123 }
124
125 .error-message {
126         color: #FF0000;
127         font-size: 1.1em;
128         border: 1px solid #FF8888;
129         background-color: #FFEEEE;
130         padding: 10px;
131 }
132
133 .info-message {
134         color: #204a87;
135         font-size: 1.1em;
136         border: 1px solid #3465a4;
137         background-color: #d7e3f1;
138         padding: 10px;
139 }
140
141
142 nav #banner {
143         display: block;
144         margin-top: 14px;
145         position: absolute;
146 }
147 nav #banner #logo-text a {
148         font-size: 40px;
149         font-weight: bold;
150         margin-left: 3px;
151         color: #000000;
152
153 }
154 nav #banner #logo-text a:hover { text-decoration: none; }
155
156
157 /* ZP REMOVE? nav-commlink */
158 .nav-commlink, .nav-login-link {
159         display: block;
160         height: 15px;
161         margin-top: 67px;
162         margin-right: 2px;
163         /*padding: 6px 10px;*/
164         padding: 6px 3px;
165         float: left;
166         bottom: 140px;
167         border: 1px solid #babdb6;
168         border-bottom: 0px;
169         background-color: #aec0d3;
170         color: #565854;         
171         -moz-border-radius: 3px 3px 0px 0px;
172         -webkit-border-radius: 3px 3px 0px 0px;
173         border-radius: 3px 3px 0px 0px; 
174 }
175
176 .nav-commlink.selected {
177         background-color: #ffffff;
178         border-bottom: 1px solid #ffffff;
179         color: #000000 !important;
180         margin-top: 64px;
181         padding-top: 6px;
182         padding-bottom: 8px;
183 }
184
185 .nav-ajax-left.show {
186         position: absolute;
187         font-size: 0.8em;
188         top: 25px;
189         right: 5px;
190         padding: 1px 2px;
191         border-radius: 4px;
192         -moz-border-radius: 4px;
193         -webkit-border-radius: 4px;
194         background-color: gold !important;
195 }
196
197
198
199 nav #nav-link-wrapper .nav-link {
200         /*border-right: 1px solid #babdb6;*/
201 }
202
203 nav .nav-link img {
204         margin-top: 24px;
205         margin-bottom: 0.2em;
206         margin-right: 1em;
207         margin-left: 1em;
208         background-color: transparent !important;
209 }
210
211 .nav-button-container {
212         float: right;
213         position: relative;
214 }
215
216 .nav-button-container .nav-ajax-left {
217 }
218
219 .nav-menu-list {
220         text-align: center;
221         line-height: 18px;
222
223         border-left: 1px solid #AAAAAA;/*#444444;*/
224         border-right: 1px solid #AAAAAA;
225         border-top: 1px solid #AAAAAA;
226         border-bottom: 1px solid #AAAAAA;
227
228         -moz-box-shadow: 3px 3px 5px #555;
229         -webkit-box-shadow: 3px 3px 5px #555;
230         box-shadow: 3px 3px 5px #555;
231
232         background: #FFFFFF;
233
234         display: none;
235         list-style: none;
236
237         width: 10em;
238         position: absolute;
239         margin: 0px;
240         right: -33px;
241         padding: 1em 0px;
242
243         z-index: 10000;
244 }
245
246
247
248 div.main-container {
249         width: 1180px;
250         margin: 0px auto;
251         display: block;
252         position: relative;
253 }
254
255 /*div.main-content-loading {
256         position: absolute;
257         top: 200px;
258         left: 50%;
259         display: none;
260 }*/
261
262
263 /* aside */
264 aside {
265         display: block;
266         min-height: 112px;
267
268         width: 250px;
269
270         padding: 1em;
271         margin: 1em 0px 0px 0px;
272
273         position: absolute;
274
275 /*      float:left;*/
276 }
277
278 #dfrn-request-link {
279         display: block;
280         color: #FFFFFF;
281         -webkit-border-radius: 5px ;
282         -moz-border-radius: 5px;
283         border-radius: 5px;
284         padding: 5px;
285         font-weight: bold;
286         background: #3465a4 url('friendika-16.png') no-repeat 95% center;
287 }
288 #wallmessage-link {
289         display: block;
290         color: #FFFFFF;
291         -webkit-border-radius: 5px ;
292         -moz-border-radius: 5px;
293         border-radius: 5px;
294         padding: 5px;
295         font-weight: bold;
296         background-color: #3465a4;
297 }
298
299 /* section */
300 div.section-wrapper {
301         width: 565px;
302
303         margin-left: auto;
304         margin-right: auto;
305
306         padding-right:2em;
307
308         display: block;
309
310         background-color: #ffffff;
311         background-image: url(border.jpg);
312         background-position: top right;
313         background-repeat: no-repeat;
314 }
315
316 section {
317         margin: 0px 0px 0px 0px;
318
319         width: 100%;
320
321         padding-left: 1em;
322         padding-right: 1em;
323         padding-top: 1em;
324
325         background-image: url(border.jpg);
326         background-position: top left;
327         background-repeat: no-repeat;
328
329         min-height: 112px;
330         border-top: 1px solid #babdb6;  
331 }
332
333 .tabs {
334         height: 27px;
335         background-image: url(head.jpg);
336         background-repeat: repeat-x;    
337         background-position: 0px -20px;
338         border-bottom: 1px solid #babdb6;
339         padding:0px;
340 }
341 .tabs li { margin: 0px; list-style: none; }
342 .tab {
343         display:block;
344         float:left;
345         padding: 0.4em;
346         /*margin-right: 1em;*/
347         margin-right: 3px ;
348 }
349 .tab.active {
350         font-weight: bold;
351         
352 }
353
354
355 /* footer */
356 footer {
357     display: none;
358
359 }
360
361 .birthday-today, .event-today {
362         font-weight: bold;
363 }
364 /*
365 div.wall-item-content-wrapper.shiny {
366   background-image: url('shiny.png');
367   background-position: -5px 30px;
368   background-repeat:no-repeat;
369 }*/
370
371 .preview {
372         background: #FFFFC8;
373 }
374
375 #theme-preview {
376         margin: 15px 0 15px 150px;
377 }
378
379 /* from default */
380 #jot-perms-icon, 
381 #profile-location,
382 #profile-nolocation,
383 #profile-youtube, 
384 #profile-video, 
385 #profile-audio,
386 #profile-link,
387 #profile-title, 
388 #wall-image-upload,
389 #wall-file-upload,
390 #profile-upload-wrapper,
391 #wall-image-upload-div,
392 #wall-file-upload-div,
393 .hover, .focus {
394         cursor: pointer;
395 }
396
397 #jot-perms-icon {
398         float: left;
399 }
400
401 #jot-title, #jot-category {
402         border: 0px;
403         margin: 0px;
404         height: 20px;
405         width: 530px;
406         margin-bottom: 5px;
407         font-weight: bold;
408         border: 1px solid #ffffff;
409 }
410
411 #jot-title::-webkit-input-placeholder{font-weight: normal;}
412 #jot-category::-webkit-input-placeholder{font-weight: normal;}
413 #jot-title:-moz-placeholder{font-weight: normal;}
414 #jot-category:-moz-placeholder{font-weight: normal;}
415                 
416         
417 #jot-title:hover,
418 #jot-title:focus,
419 #jot-category:hover,
420 #jot-category:focus {
421         border: 1px solid #cccccc; 
422 }
423
424 .jothidden { display:none; }
425
426
427 .fakelink, .fakelink:visited, .fakelink:link {
428         color: #3465a4;
429         text-decoration: none;
430         cursor: pointer;
431         margin-top: 15px;
432         margin-bottom: 15px;
433 }
434 .lockview {
435         cursor: pointer;
436 }
437
438 #group-sidebar {
439         margin-bottom: 10px;
440 }
441
442 .group-selected, .nets-selected, .fileas-selected, .categories-selected {
443         padding: 3px;
444         -moz-border-radius: 3px;
445         -webkit-border-radius: 3px;
446         border-radius: 3px;     
447         border: 1px solid #CCCCCC;
448         background: #F8F8F8;
449         font-weight: bold;
450 }
451
452 .settings-widget .selected {
453         padding: 3px;
454         -moz-border-radius: 3px;
455         -webkit-border-radius: 3px;
456         border-radius: 3px;     
457         border: 1px solid #CCCCCC;
458         background: #F8F8F8;
459         font-weight: bold;
460 }
461
462 .fakelink:hover {
463         color: #3465a4;
464         text-decoration: underline;
465         cursor: pointer;
466 }
467 .smalltext {
468         font-size: 0.7em;
469 }
470 #sysmsg {
471         /*width: 600px;*/
472         margin-bottom: 10px;
473 }
474
475 #register-fill-ext {
476         margin-bottom: 25px;
477 }
478
479 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
480         float: left;
481         width: 350px;
482         margin-top: 10px;
483 }
484
485 #register-name, #register-email, #register-nickname {
486         float: left;
487         margin-top: 10px;
488         width: 150px;
489 }
490
491 #register-openid {
492         float: left;
493         margin-top: 10px;
494         width: 130px;
495 }
496
497 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
498         clear: both;
499 }
500
501 #register-nickname-desc {
502         margin-top: 30px;
503         width: 650px;
504 }
505 #register-sitename {
506         float: left;
507         margin-top: 10px;
508 }
509
510 #register-submit-button {
511         margin-top: 10px;
512 }
513
514
515 #login_standard {
516         width: 210px;
517         float: left;
518 }
519 #login_openid {
520         width: 210px;
521         margin-left: 250px;
522 }
523
524 #login_standard input,
525 #login_openid input {
526         width: 180px;
527 }
528
529 #login-extra-links {
530         clear: both;
531 }
532
533 #register-link, #lost-password-link {
534         float: left;
535         font-size: 80%;
536         margin-right: 15px;
537 }
538
539 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
540         height: 50px;
541 }
542
543 #login-submit-button {
544 /*      margin-top: 10px; */
545         margin-left: 200px;
546 }
547
548
549 input#dfrn-url {
550         float: left;
551         background: url(friendika-16.png) no-repeat;
552         background-position: 2px center;
553         font-size: 17px;
554         padding-left: 21px;
555         height: 21px;
556         background-color: #FFFFFF;
557         color: #000000;
558         margin-bottom: 20px;
559 }
560
561 #dfrn-url-label {
562         float: left;
563         width: 250px;
564 }
565
566 #dfrn-request-url-end {
567         clear: both;
568 }
569
570 #knowyouyes, #knowyouno {
571         float: left;
572 }
573
574 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
575
576         float: none;
577 }
578 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
579         float: left;
580         width: 75px;
581         margin-left: 50px;
582         margin-bottom: 7px;
583 }
584 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
585         clear: both;
586
587 }
588
589 #dfrn-request-message-wrapper {
590         margin-bottom: 50px;
591 }
592 #dfrn-request-submit-wrapper {
593         clear: both;
594         margin-left: 50px;
595 }
596
597 #dfrn-request-info-wrapper {
598         margin-left: 50px;
599 }
600
601
602
603 #cropimage-wrapper, #cropimage-preview-wrapper {
604         float: left;
605         padding: 30px;
606 }
607
608 #crop-image-form {
609         margin-top: 30px;
610         clear: both;
611 }
612
613 .intro-wrapper {
614         margin-top: 20px;
615 }
616
617 .intro-fullname {
618         font-size: 1.1em;
619         font-weight: bold;
620
621 }
622 .intro-desc {
623         margin-bottom: 20px;
624         font-weight: bold;
625 }
626
627 .intro-note {
628         padding: 10px;
629 }
630
631 .intro-end {
632         padding: 30px;
633 }
634
635 .intro-form {
636         float: left;
637 }
638 .intro-approve-form {
639         clear: both;
640 }
641 .intro-approve-as-friend-end {
642         clear: both;
643 }
644 .intro-submit-approve, .intro-submit-ignore {
645         margin-right: 20px;
646 }
647 .intro-submit-approve {
648         margin-top: 15px;
649 }
650
651 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
652         float: left;
653         width: 100px;
654         margin-left: 20px;
655 }
656 .intro-approve-as-friend, .intro-approve-as-fan {
657         float: left;
658 }
659 .intro-form-end {
660         clear: both;
661 }
662 .intro-approve-as-friend-desc {
663         margin-top: 15px;
664 }
665 .intro-approve-as-end {
666         clear: both;
667         margin-bottom: 10px;
668 }
669
670 .intro-end {
671         clear: both;
672         margin-bottom: 30px;
673 }
674 .aprofile dt {
675         font-weight: bold;
676 }
677 #page-profile .title {
678         font-weight: bold;
679 }
680 #profile-vcard-break {
681         clear: both;
682 }
683 #profile-extra-links {
684         clear: both;
685         margin-top: 10px;
686 }
687
688 #profile-extra-links ul {
689         list-style-type: none;
690         padding: 0px;
691 }
692
693
694 #profile-extra-links li {
695         margin-top: 5px;
696 }
697
698 #profile-edit-links ul {
699         list-style-type: none;
700 }
701
702 #profile-edit-links li {
703         margin-top: 10px;
704 }
705 .profile-edit-side-div {
706         float: right;
707 }
708 .profile-edit-side-link {
709         opacity: 0.3;
710         filter:alpha(opacity=30);
711 }
712 .profile-edit-side-link:hover {
713         opacity: 1.0;
714         filter:alpha(opacity=100);
715 }
716
717 .view-contact-wrapper {
718         margin-top: 20px;
719         float: left;
720         margin-left: 20px;
721         width: 180px;
722 }
723
724 .contact-wrapper {
725         float: left;
726         width: 150px;
727         height: 150px;
728         overflow: auto;
729 }
730
731 #view-contact-end {
732         clear: both;
733 }
734
735
736 #viewcontacts {
737         margin-top: 15px;
738 }
739 #profile-edit-default-desc {
740         color: #FF0000;
741         border: 1px solid #FF8888;
742         background-color: #FFEEEE;
743         padding: 7px;
744 }
745
746 #profile-edit-clone-link-wrapper {
747         float: left;
748         margin-left: 50px;
749         margin-bottom: 20px;
750         width: 300px;
751 }
752
753
754 #profile-edit-links-end {
755         clear: both;
756         margin-bottom: 15px;
757 }
758
759 .profile-listing-photo {
760         border: none;
761 }
762
763 .profile-edit-submit-wrapper {
764         margin-top: 20px;
765         margin-bottom: 20px;
766 }
767
768 #profile-photo-link-select-wrapper {
769         margin-top: 2em;
770 }
771
772 #profile-photo-submit-wrapper {
773         margin-top: 10px;
774 }
775
776 #profile-photo-wrapper img {
777         width:175px;
778         height:175px;
779         padding: 12px;
780 }
781
782 #profile-edit-profile-name-label,
783 #profile-edit-name-label,
784 #profile-edit-pdesc-label,
785 #profile-edit-gender-label,
786 #profile-edit-dob-label,
787 #profile-edit-address-label,
788 #profile-edit-locality-label,
789 #profile-edit-region-label,
790 #profile-edit-postal-code-label,
791 #profile-edit-country-name-label,
792 #profile-edit-marital-label,
793 #profile-edit-sexual-label,
794 #profile-edit-politic-label,
795 #profile-edit-religion-label,
796 #profile-edit-pubkeywords-label,
797 #profile-edit-prvkeywords-label,
798 #profile-edit-homepage-label,
799 #profile-edit-hometown-label {
800         font-weight: 700;
801         float: left;
802         width: 175px;
803 }
804
805 #profile-edit-profile-name,
806 #profile-edit-name,
807 #profile-edit-pdesc,
808 #gender-select,
809 #profile-edit-dob,
810 #profile-edit-address,
811 #profile-edit-locality,
812 #profile-edit-region,
813 #profile-edit-postal-code,
814 #profile-edit-country-name,
815 #marital-select,
816 #sexual-select,
817 #profile-edit-politic,
818 #profile-edit-religion,
819 #profile-edit-pubkeywords,
820 #profile-edit-prvkeywords,
821 #profile-in-dir-yes,
822 #profile-in-dir-no,
823 #profile-in-netdir-yes,
824 #profile-in-netdir-no,
825 #hide-wall-yes,
826 #hide-wall-no,
827 #hide-friends-yes,
828 #hide-friends-no {
829         float: left;
830         margin-bottom: 20px;
831 }
832 #profile-edit-pubkeywords,
833 #profile-edit-prvkeywords {
834         margin-bottom: 5px;
835 }
836 #settings-normal,
837 #settings-soapbox,
838 #settings-freelove,
839 #settings-community {
840         float: left;
841 }
842 #settings-notifications label {
843         margin-left: 20px;
844 }
845 #settings-notify-desc, #settings-activity-desc {
846         font-weight: bold;
847         margin-bottom: 15px;
848 }
849 #settings-pagetype-desc {
850         color: #666666;
851         margin-bottom: 15px;
852 }
853
854 #profile-in-dir-yes-label,
855 #profile-in-dir-no-label,
856 #profile-in-netdir-yes-label,
857 #profile-in-netdir-no-label,
858 #hide-wall-yes-label,
859 #hide-wall-no-label,
860 #hide-friends-yes-label,
861 #hide-friends-no-label {
862         margin-left: 125px;
863         float: left;
864         width: 50px;
865 }
866
867 #profile-edit-howlong-label,
868 #profile-edit-with-label {
869         display: block;
870         font-style: italic;
871         width: 175px;
872         margin-left: 50px;
873 }
874 #profile-edit-howlong,
875 #profile-edit-with {
876         margin-bottom: 20px;
877         margin-left: 50px;
878 }
879 /*#profile-edit-with-label {
880         width: 175px;
881         margin-left: 20px;
882 }*/
883
884 #profile-publish-yes-reg,
885 #profile-publish-no-reg {
886         float: left;
887         margin-bottom: 10px;
888 }
889
890 #profile-publish-yes-label-reg,
891 #profile-publish-no-label-reg {
892         margin-left: 350px;
893         float: left;
894         width: 50px;
895 }
896
897 #profile-publish-break-reg,
898 #profile-publish-end-reg {
899         clear: both;
900 }
901
902
903 #profile-edit-pdesc-desc,
904 #profile-edit-pubkeywords-desc,
905 #profile-edit-prvkeywords-desc {
906         float: left;
907         margin-left: 20px;
908         margin-bottom: 20px;
909 }
910 #profile-edit-prvkeywords-desc {
911         margin-bottom: 0px;
912 }
913
914
915 /*#profile-edit-homepage, #profile-edit-hometown {
916         float: left;
917         margin-bottom: 35px;
918 }*/
919 #profile-edit-homepage, #profile-edit-hometown {
920         float: left;
921         margin-bottom: 25px;
922 }
923 #profile-edit-hometown {
924         margin-bottom: 5px;
925 }
926 #settings-normal-label,
927 #settings-soapbox-label,
928 #settings-community-label,
929 #settings-freelove-label {
930         float: left;
931         width: 200px;
932 }
933 #settings-normal-desc,
934 #settings-soapbox-desc,
935 #settings-community-desc,
936 #settings-freelove-desc {
937         /*float: left;
938         margin-left: 75px;*/
939     clear: left;
940     color: #666666;
941     display: block;
942     margin-bottom: 20px 
943 }
944
945 #profile-edit-profile-name-end,
946 #profile-edit-name-end,
947 #profile-edit-pdesc-end,
948 #profile-edit-gender-end,
949 #profile-edit-dob-end,
950 #profile-edit-address-end,
951 #profile-edit-locality-end,
952 #profile-edit-region-end,
953 #profile-edit-postal-code-end,
954 #profile-edit-country-name-end,
955 #profile-edit-marital-end,
956 #profile-edit-sexual-end,
957 #profile-edit-politic-end,
958 #profile-edit-religion-end,
959 #profile-edit-pubkeywords-end,
960 #profile-edit-prvkeywords-end,
961 #profile-edit-homepage-end,
962 #profile-edit-hometown-end,
963 #profile-in-dir-break,
964 #profile-in-dir-end,
965 #profile-in-netdir-break,
966 #profile-in-netdir-end,
967 #hide-wall-break,
968 #hide-wall-end,
969 #hide-friends-break,
970 #hide-friends-end,
971 #settings-normal-break,
972 #settings-soapbox-break,
973 #settings-community-break,
974 #settings-freelove-break {
975         clear: both;
976 }
977 #profile-edit-marital-wrapper, #profile-edit-address-wrapper {
978         margin-top: 50px;
979 }
980 #profile-edit-marital-end {
981         margin-bottom: 20px;
982 }
983
984 .settings-widget ul {
985         list-style-type: none;
986         padding: 0px;
987 }
988
989 .settings-widget li {
990         margin-left: 24px;
991         margin-bottom: 8px;
992 }
993
994
995 #gender-select, #marital-select, #sexual-select {
996         width: 220px;
997 }
998
999 #profile-edit-profile-name-wrapper .required {
1000         color: #FF0000;
1001         float: left;
1002 }
1003
1004 #contacts-display-wrapper {
1005         padding-left: 0px;
1006 }
1007
1008 #contacts-main {
1009         margin-top: 20px;
1010         margin-bottom: 20px;
1011 }
1012
1013 .contact-entry-wrapper {
1014         float: left;
1015 /*      width: 120px;
1016         height: 120px;*/
1017         padding-left: 8px;
1018         padding-right: 8px; 
1019         width: 95px;
1020         height: 170px;
1021 }
1022 #contacts-search-end {
1023         margin-bottom: 10px;
1024 }
1025
1026 .contact-entry-direction-icon {
1027         margin-top: 24px;
1028         margin-right: 2px;
1029 }
1030
1031 .contact-entry-photo img {
1032         border: none;
1033 }
1034 .contact-entry-photo-end {
1035         clear: both;
1036 }
1037 .contact-entry-name {
1038         float: left;
1039         margin-left: 0px;
1040         margin-right: 10px;
1041         padding-bottom: 5px;
1042         width: 120px;
1043         font-weight: 600;
1044         overflow: hidden;
1045 }
1046 .contact-entry-details {
1047         font-style: italic;
1048         font-size: 10px;
1049         font-weight: 500;
1050 }
1051 .contact-entry-network {
1052         font-size: 10px;
1053         font-weight: 500;
1054 }
1055 .contact-entry-edit-links {
1056         margin-top: 6px;
1057         margin-left: 10px;
1058         width: 16px;
1059 }
1060 .contact-entry-nav-wrapper {
1061         float: left;
1062         margin-left: 10px;
1063 }
1064
1065 .contact-entry-edit-links img {
1066         border: none;
1067         margin-right: 15px;
1068 }
1069 .contact-entry-photo {
1070         float: left;
1071         position: relative;
1072 }
1073 .contact-entry-end {
1074         clear: both;
1075 }
1076
1077 #fsuggest-desc, #fsuggest-submit-wrapper {
1078         margin-top: 15px;
1079         margin-bottom: 15px;
1080 }
1081
1082 #network-star-link{
1083         margin-top: 10px;
1084 }
1085 .network-star {
1086         float: left;
1087         margin-right: 5px;
1088 }
1089 #network-bmark-link {
1090         margin-top: 10px;
1091 }
1092
1093 .wall-item-content-wrapper {
1094         margin-top: 60px;
1095         padding-top: 30px;
1096         border-top: 2px solid #AAA;
1097         position: relative;
1098
1099 }
1100
1101 .wall-item-content-wrapper.comment {
1102         margin-top: 10px;
1103         padding-top: none;
1104         margin-left: 50px;
1105         border: none;
1106 }
1107
1108 .wall-item-like, .wall-item-dislike {
1109         font-style: italic;
1110         margin-left: 0px;
1111         opacity: 0.4;
1112 }
1113 .wall-item-like:hover, .wall-item-dislike:hover {
1114         opacity: 1.0;
1115 }
1116
1117 .wall-item-like.comment, .wall-item-dislike.comment {
1118         margin-left: 50px;
1119 }
1120
1121 .wall-item-info {
1122         display: block;
1123         float: left;
1124         width:110px;
1125         margin-right:10px;
1126 }
1127 .comment .wall-item-info {
1128         width: 70px;
1129 }
1130
1131 .wall-item-photo-wrapper {
1132         margin-bottom: 10px;
1133         width: 100px;
1134 }
1135 .wall-item-photo-menu-button {
1136         display: block;
1137         position: absolute;
1138         background-image: url("photo-menu.jpg");
1139         background-position: top left; 
1140         background-repeat: no-repeat;
1141         margin: 0px; padding: 0px;
1142         width: 16px;
1143         height: 16px;
1144         top: 94px; left:0px;
1145         overflow: hidden;
1146         text-indent: 40px;
1147         display: none;
1148         
1149 }
1150 .wall-item-photo-menu {
1151         width: auto;
1152         border: 2px solid #444444;
1153         background: #FFFFFF;
1154         position: absolute;
1155 /*      left: 10px; top: 90px;*/
1156         left: 0px; top:110px;
1157         display: none;
1158         z-index: 10000;
1159 }
1160 .wall-item-photo-menu { margin:0px; padding: 0px; list-style: none }
1161 .wall-item-photo-menu li a { display: block; padding: 2px; }
1162 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1163
1164
1165 .comment .wall-item-photo-menu-button { /*top: 44px;*/ top: 64px;}
1166 .comment .wall-item-photo-menu { /*top: 60px;*/ top: 80px; }
1167
1168 .wallwall .wwto {
1169     left: 50px;
1170     margin: 0;
1171     position: absolute;
1172     top: 70px;
1173     width: 30px
1174 }
1175 .wallwall .wwto img {
1176         width: 30px !important;
1177         height: 30px !important;
1178 }
1179
1180 .wallwall /*.wall-item-photo-end*/ {
1181         clear: both;
1182 }
1183
1184 .wall-item-arrowphoto-wrapper {
1185     position: absolute;
1186     left: 75px;
1187     top: 70px;
1188     z-index: 100;
1189 }
1190 .wall-item-wrapper {
1191         margin-left:10px;
1192 }
1193 .wall-item-lock {
1194         margin-top: 30px;
1195         left: 105px;
1196         position: absolute;
1197         top: 1px;       
1198 }
1199 .comment .wall-item-lock {
1200         left: 65px;
1201 }
1202
1203 .wall-item-ago {
1204         color: #888888;
1205         font-size: 0.8em;
1206 }
1207
1208 .wall-item-location {
1209         overflow: hidden;
1210         /* add ellipsis on text overflow               */
1211         /* this work on safari, opera, ie, chrome.     */
1212         /* firefox users have to wait support or we    */
1213         /* can use a jquery plugin http://bit.ly/zJskg */
1214         text-overflow: ellipsis;
1215         -o-text-overflow: ellipsis;
1216         width: 100%;
1217 }
1218
1219 .wall-item-like-buttons {
1220         float: left;
1221         margin-right: 10px;
1222 /*      padding-right: 10px; */
1223 /*      border-right: 2px solid #fff; */
1224 }
1225
1226 .like-rotator {
1227         margin-left: 5px;
1228 }
1229
1230 .wall-item-like-buttons > a,
1231 .wall-item-like-buttons > img {
1232         float: left;
1233 }
1234
1235 .wall-item-like-buttons img {
1236         cursor: pointer;
1237 }
1238
1239 .wall-item-share-buttons {
1240         margin-left: 10px;
1241         margin-right: 10px;
1242 }
1243
1244 .editpost {
1245         margin-left: 10px;
1246         float: left;
1247 }
1248 .star-item {
1249         margin-left: 10px;
1250         float: left;    
1251 }
1252 .tag-item {
1253         margin-left: 10px;
1254         float: left;    
1255 }
1256
1257 .filer-item {
1258         margin-left: 10px;
1259         float: left;
1260 }
1261
1262 .wall-item-links-wrapper {
1263         float: left;
1264 }
1265
1266 .wall-item-delete-wrapper {
1267         float: right;
1268 }
1269
1270 /*.wall-item-delete-end {
1271         clear: both;
1272 }*/
1273
1274 .wall-item-delete-icon {
1275         border: none;
1276 }
1277
1278
1279 /*.wall-item-wrapper-end {
1280         clear: both;
1281 }*/
1282 .wall-item-name-link {
1283         font-weight: bold;
1284         text-decoration: none;
1285         color: #3172BD;
1286 }
1287 .wall-item-photo {
1288         border: none;
1289 }
1290 .comment .wall-item-photo {
1291         width: 50px !important; 
1292         height: 50px !important;
1293 }
1294 .wall-item-content {
1295         margin-left: 10px;
1296         padding-right: 1em;
1297         max-height: 500px;
1298         overflow: auto;
1299 }
1300
1301 .wall-item-content img {
1302         max-width: 100%;
1303 }
1304
1305
1306
1307 .wall-item-title {
1308         float: left;
1309         font-weight: bold;
1310         font-size: 1.6em; 
1311         /*width: 450px;*/
1312 }
1313
1314 /*.wall-item-title-end {
1315         clear: both;
1316 }*/
1317
1318 .wall-item-body {
1319         text-align: justify;
1320         float: left;
1321         /*width: 450px;*/
1322         width: 100%;
1323         margin-top: 10px;
1324         line-height: 18px;
1325 }
1326
1327 .wall-item-tools {
1328         clear: both;
1329 /*      background-image: url("head.jpg");
1330         background-position: 0 -20px;
1331         background-repeat: repeat-x;*/
1332         margin-top: 10px;
1333         margin-left: 0px;
1334         margin-bottom: 7px;
1335 /*      padding: 5px 10px 0px;*/
1336         padding: 5px 10px 0px 2px;
1337         height: 28px;
1338         border-bottom: 1px solid #ddd;
1339 }
1340 .wall-item-author {
1341 /*      margin-top: 10px;*/
1342         margin-top: 0px;
1343 }
1344
1345 .comment .wall-item-tools {
1346 /*      background:none;*/
1347 /*      background-image: url("head.jpg");
1348         background-position: 0 -20px;
1349         background-repeat: repeat-x;*/
1350         margin-left: 0px;
1351
1352
1353 .comment-edit-wrapper {
1354         margin-top: 15px;
1355         background: #f3f3f3;
1356         margin-left: 50px;
1357 }
1358
1359 .comment-wwedit-wrapper {
1360         display: block;
1361         margin-top: 15px;
1362         background: #f3f3f3;
1363         margin-left: 50px;
1364 }
1365
1366 .comment-wwedit-wrapper.comment {
1367         width: 300px;
1368         margin-left: 150px;
1369         border-radius: 10px;
1370 }
1371
1372 .comment-edit-photo {
1373         margin-top: 10px;
1374         margin-left: 10px;
1375         margin-bottom: 10px;
1376         width: 70px;
1377         float: left;
1378 }
1379 .comment-edit-photo img {
1380         width: 25px;
1381 }
1382 .comment .comment-edit-photo {
1383         width: 50px;
1384 }
1385 .comment-edit-text-empty, .comment-edit-text-full {
1386         float: left;
1387         margin-top: 10px;
1388         -moz-border-radius: 3px;
1389         -webkit-border-radius: 3px;
1390         border-radius: 3px;     
1391         border: 1px solid #cccccc;
1392         padding: 3px 1px 1px 3px;
1393 }
1394
1395 .comment-edit-text-empty {
1396         color: gray;
1397         height: 30px;
1398         width: 175px;
1399         overflow: auto;
1400         margin-bottom: 10px;
1401 }
1402
1403 .comment-edit-text-full {
1404         color: black;
1405         height: 150px;
1406         width: 350px;
1407         overflow: auto;
1408 }
1409
1410 .comment .comment-edit-text-empty {
1411         height: 1.5em;
1412         width: 150px;
1413 }
1414
1415 .comment .comment-edit-text-full {
1416         margin-left: 10px;
1417         width: 275px;
1418 }
1419
1420 .comment-edit-text-end {
1421         clear: both;
1422 }
1423
1424 .comment-edit-submit {
1425         margin: 10px 0px 10px 110px;
1426 }
1427 .comment .comment-edit-submit {
1428         margin-left: 30px;
1429 }
1430
1431 #profile-jot-plugin-wrapper,
1432 #profile-jot-submit-wrapper {
1433         margin-top: 15px;
1434 }
1435
1436 #profile-jot-submit {
1437         float: left;
1438 }
1439 #profile-upload-wrapper {
1440         float: left;
1441         margin-left: 30px;
1442 }
1443 #profile-attach-wrapper {
1444         float: left;
1445         margin-left: 15px;
1446 }
1447 #profile-rotator {
1448         float: left;
1449         margin-left: 30px;
1450 }
1451 #profile-link-wrapper {
1452         float: left;
1453         margin-left: 30px;
1454 }
1455 #profile-youtube-wrapper {
1456         float: left;
1457         margin-left: 15px;
1458 }
1459 #profile-video-wrapper {
1460         float: left;
1461         margin-left: 15px;
1462 }
1463 #profile-audio-wrapper {
1464         float: left;
1465         margin-left: 15px;
1466 }
1467 #profile-location-wrapper {
1468         float: left;
1469         margin-left: 15px;
1470 }
1471 #jot-preview-link {
1472         float: left;
1473         margin-left: 45px;
1474         margin-top: 0px !important;
1475 }
1476
1477
1478 #profile-nolocation-wrapper {
1479         float: left;
1480         margin-left: 15px;
1481 }
1482 #profile-title-wrapper {
1483         float: left;
1484         margin-left: 15px;
1485 }
1486
1487 #profile-jot-perms {
1488         float: left;
1489         margin-left: 100px;
1490         font-weight: bold;
1491         font-size: 1.2em;
1492 }
1493
1494
1495 #profile-jot-perms-end {
1496         /*clear: left;*/
1497         height: 30px;
1498 }
1499
1500 #profile-jot-plugin-end{
1501   clear: both;
1502 }
1503 .profile-jot-net {
1504         float: left;
1505         margin-right: 10px;
1506         margin-top: 5px;
1507         margin-bottom: 5px;
1508 }
1509
1510 #profile-jot-networks-end {
1511         clear: both;
1512 }
1513
1514 .profile-jot-box {
1515         margin-top: 50px;
1516 }
1517
1518 #profile-jot-end {
1519         /*clear: both;*/
1520         margin-bottom: 30px;
1521 }
1522 #about-jot-submit-wrapper {
1523         margin-top: 15px;
1524 }
1525 #about-jot-end {
1526         margin-bottom: 30px;
1527 }
1528 #contacts-main {
1529         margin-bottom: 30px;
1530 }
1531
1532 #profile-listing-desc {
1533         margin-left: 30px;
1534 }
1535
1536 #profile-listing-new-link-wrapper {
1537         margin-left: 30px;
1538         margin-bottom: 30px;
1539 }
1540 .profile-listing-photo-wrapper {
1541         float: left;
1542 }
1543
1544 .profile-listing-edit-buttons-wrapper {
1545         clear: both;
1546 }
1547 .profile-listing-photo-edit-link {
1548         float: left;
1549         width: 125px;
1550 }
1551 .profile-listing-end {
1552         clear: both;
1553 }
1554 .profile-listing-edit-buttons-wrapper img{
1555         border: none;
1556         margin-right: 20px;
1557 }
1558 .profile-listing {
1559         margin-top: 25px;
1560 }
1561 .profile-listing-name {
1562         float: left;
1563         margin-left: 32px;
1564         margin-top: 10px;
1565         color: #3172BD;
1566         font-weight: bold;
1567         width: 200px;
1568
1569 }
1570 .fortune {
1571         margin-top: 50px;
1572         color: #4444FF;
1573         font-weight: bold;
1574         margin-bottom: 20px;
1575 }
1576
1577
1578 .directory-end {
1579         clear: both;
1580 }
1581 .directory-name {
1582         text-align: center;
1583 }
1584 .directory-photo {
1585         margin-left: 25px;
1586 }
1587 .directory-details {
1588         font-size: 0.7em;
1589         text-align: center;
1590         margin-left: 5px;
1591         margin-right: 5px;
1592 }
1593 .directory-item {
1594         float: left;
1595 /*      width: 225px;
1596         height: 260px;*/
1597         padding-left: 25px;
1598         width: 150px;
1599         height: 225px;
1600         overflow: auto;
1601 }
1602
1603 #directory-search-wrapper {
1604         margin-top: 20px;
1605         margin-right: 20px;
1606         margin-bottom: 50px;
1607 }
1608
1609 #directory-search-end {
1610 }
1611
1612 .directory-photo-img {
1613         width: 125px;
1614         border: none;
1615 }
1616
1617 /* NOTE: The order of the "pager" items here is very important!
1618  * The concern is maintaining a decent-looking pager for people who still use
1619  * the numbers, while also having a nice-looking pager for people who use the
1620  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1621  * while the newer pager just has bare <a> tags inside the div.pager. So the
1622  * following CSS sets everything up for the newer pager, then overrides those
1623  * settings for the specific classes used by the older pager.
1624  */
1625 .pager {
1626   margin-top: 35px;
1627   margin-bottom: 20px;
1628   padding: 10px 0px;
1629   text-align: center;
1630 }
1631
1632 .pager a {
1633         font-size: 1.5em;
1634         padding: 0.2em 1em;
1635         border: 1px solid #aaa;
1636         border-radius: 10px;
1637         -moz-border-radius: 10px;
1638         -webkit-border-radius: 10px;
1639 }
1640
1641
1642 .pager_first,
1643 .pager_last,
1644 .pager_prev,
1645 .pager_next,
1646 .pager_n {
1647 /*      background: #EEE;*/
1648 }
1649
1650 .pager_first a,
1651 .pager_last a,
1652 .pager_prev a,
1653 .pager_next a,
1654 .pager_n a {
1655     font-size: 0.97em;
1656         border: 1px solid black;
1657         border-radius: 7px;
1658         -moz-border-radius: 7px;
1659         -webkit-border-radius: 7px;
1660         text-decoration: none;
1661         padding: 4px 6px 4px 3px;
1662         opacity: 0.5;
1663 }
1664 .pager_first a:hover,
1665 .pager_last a:hover,
1666 .pager_prev a:hover,
1667 .pager_next a:hover,
1668 .pager_n a:hover {
1669         opacity: 1.0;
1670 }
1671
1672 .pager_current {
1673   font-size: 0.97em;
1674   border: 1px solid black;
1675   border-radius: 7px;
1676   background: #FFCCCC;
1677   padding: 4px 6px 4px 3px;
1678 }
1679
1680
1681 #advanced-profile-name-wrapper,
1682 #advanced-profile-gender-wrapper,
1683 #advanced-profile-dob-wrapper,
1684 #advanced-profile-age-wrapper,
1685 #advanced-profile-marital-wrapper,
1686 #advanced-profile-sexual-wrapper,
1687 #advanced-profile-homepage-wrapper,
1688 #advanced-profile-politic-wrapper,
1689 #advanced-profile-religion-wrapper,
1690 #advanced-profile-about-wrapper,
1691 #advanced-profile-interest-wrapper,
1692 #advanced-profile-contact-wrapper,
1693 #advanced-profile-music-wrapper,
1694 #advanced-profile-book-wrapper,
1695 #advanced-profile-tv-wrapper,
1696 #advanced-profile-film-wrapper,
1697 #advanced-profile-romance-wrapper,
1698 #advanced-profile-work-wrapper,
1699 #advanced-profile-education-wrapper {
1700         margin-top: 20px;
1701 }
1702
1703 #advanced-profile-name-text,
1704 #advanced-profile-gender-text,
1705 #advanced-profile-dob-text,
1706 #advanced-profile-age-text,
1707 #advanced-profile-marital-text,
1708 #advanced-profile-sexual-text,
1709 #advanced-profile-homepage-text,
1710 #advanced-profile-politic-text,
1711 #advanced-profile-religion-text,
1712 #advanced-profile-about-text,
1713 #advanced-profile-interest-text,
1714 #advanced-profile-contact-text,
1715 #advanced-profile-music-text,
1716 #advanced-profile-book-text,
1717 #advanced-profile-tv-text,
1718 #advanced-profile-film-text,
1719 #advanced-profile-romance-text,
1720 #advanced-profile-work-text,
1721 #advanced-profile-education-text {
1722         width: 300px;
1723         float: left;
1724 }
1725
1726 #advanced-profile-name-end,
1727 #advanced-profile-gender-end,
1728 #advanced-profile-dob-end,
1729 #advanced-profile-age-end,
1730 #advanced-profile-marital-end,
1731 #advanced-profile-sexual-end,
1732 #advanced-profile-homepage-end,
1733 #advanced-profile-politic-end,
1734 #advanced-profile-religion-end {
1735         height: 10px;
1736 }
1737
1738 #advanced-profile-about-end,
1739 #advanced-profile-interest-end,
1740 #advanced-profile-contact-end,
1741 #advanced-profile-music-end,
1742 #advanced-profile-book-end,
1743 #advanced-profile-tv-end,
1744 #advanced-profile-film-end,
1745 #advanced-profile-romance-end,
1746 #advanced-profile-work-end,
1747 #advanced-profile-education-end {
1748
1749
1750 }
1751
1752 #advanced-profile-name,
1753 #advanced-profile-gender,
1754 #advanced-profile-dob,
1755 #advanced-profile-age,
1756 #advanced-profile-marital,
1757 #advanced-profile-sexual,
1758 #advanced-profile-homepage,
1759 #advanced-profile-politic,
1760 #advanced-profile-religion {
1761         float: left;
1762
1763 }
1764
1765
1766 #advanced-profile-about,
1767 #advanced-profile-interest,
1768 #advanced-profile-contact,
1769 #advanced-profile-music,
1770 #advanced-profile-book,
1771 #advanced-profile-tv,
1772 #advanced-profile-film,
1773 #advanced-profile-romance,
1774 #advanced-profile-work,
1775 #advanced-profile-education {
1776         margin-top: 10px;
1777         margin-left: 50px;
1778         margin-right: 20px;
1779         padding: 10px;
1780         border: 1px solid #CCCCCC;
1781 }
1782
1783 #advanced-profile-with {
1784         float: left;
1785         margin-left: 15px;
1786 }
1787
1788 #contact-edit-wrapper {
1789         margin-top: 10px;
1790 }
1791
1792 #contact-edit-banner-name {
1793         font-size: 1.4em;
1794         font-weight: bold;
1795 }
1796
1797 #contact-edit-poll-wrapper {
1798         margin-top: 15px;
1799 }
1800
1801 #contact-edit-poll-text {
1802         margin-top: 15px;
1803         margin-bottom: 5px;
1804 }
1805
1806 #contact-edit-update-now {
1807         margin-top: 15px;
1808 }
1809
1810 #contact-edit-links{
1811         clear: both;
1812 }
1813
1814 #contact-edit-links ul {
1815         list-style: none;
1816         list-style-type: none;
1817         margin-left: 0px;
1818         padding-left: 0px;
1819 }
1820
1821 #contact-edit-links li {
1822         margin-top: 5px;
1823 }
1824
1825 #contact-edit-drop-link {
1826         float: right;
1827         margin-right: 20px;
1828 }
1829
1830 #contact-edit-nav-end {
1831         clear: both;
1832 }
1833
1834 #contact-edit-wrapper {
1835         width: 100%;
1836 }
1837
1838 #contact-edit-end {
1839         clear: both;
1840         margin-top: 15px;
1841 }
1842
1843 #contact-profile-selector {
1844         width: 175px;
1845         margin-left: 175px;
1846 }
1847
1848 .contact-edit-submit {
1849         margin-top: 20px;
1850 }
1851
1852
1853 .contact-photo-menu-button {
1854         position: absolute;
1855         background-image: url("photo-menu.jpg");
1856         background-position: top left; 
1857         background-repeat: no-repeat;
1858         margin: 0px; padding: 0px;
1859         width: 16px;
1860         height: 16px;
1861         top: 64px; left:0px;
1862         overflow: hidden;
1863         text-indent: 40px;
1864         display: none;
1865         
1866 }
1867 .contact-photo-menu {
1868         width: auto;
1869         border: 2px solid #444444;
1870         background: #FFFFFF;
1871         position: absolute;
1872         left: 0px; top: 90px;
1873         display: none;
1874         z-index: 10000;
1875 }
1876 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1877 .contact-photo-menu li a { display: block; padding: 2px; }
1878 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1879
1880
1881 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1882         color: #FF0000;
1883 }
1884
1885 #profile-edit-insecure {
1886         margin-top: 20px;
1887         color: #FF0000;
1888         font-size: 1.1em;
1889         border: 1px solid #FF8888;
1890         background-color: #FFEEEE;
1891         padding-left: 5px;
1892         /*: 3px 3px 3px 5px; */
1893         width: 587px;
1894 }
1895
1896 #profile-jot-text {
1897         height: 20px;
1898         color:#cccccc;
1899         border: 1px solid #cccccc;
1900         padding: 3px 0px 0px 5px;
1901         -moz-border-radius: 3px;
1902         border-radius: 3px;     
1903 }
1904
1905
1906 /** acl **/
1907 #photo-edit-perms-select,
1908 #photos-upload-permissions-wrapper,
1909 #profile-jot-acl-wrapper{
1910         display:block!important;
1911 }
1912
1913 #photos-usage-message {
1914         margin-bottom: 15px;
1915 }
1916
1917
1918 #acl-wrapper {
1919         width: 580px;
1920         float:left;
1921 }
1922 #acl-search {
1923         float:right;
1924         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1925         padding-right:20px;
1926 }
1927 #acl-showall {
1928         float: left;
1929         display: block;
1930         width: auto;
1931         height: 18px;
1932         background-color: #cccccc;
1933         background-image: url("../../../images/show_all_off.png");
1934         background-position: 7px 7px;
1935         background-repeat: no-repeat;
1936         padding: 7px 5px 0px 30px;
1937         -webkit-border-radius: 5px ;
1938         -moz-border-radius: 5px;
1939         border-radius: 5px;
1940         color: #999999;
1941 }
1942 #acl-showall.selected {
1943         color: #000000;
1944         background-color: #ff9900;
1945         background-image: url("../../../images/show_all_on.png");
1946 }
1947
1948 #acl-list {
1949         height: 210px;
1950         border: 1px solid #cccccc;
1951         clear: both;
1952         margin-top: 30px;
1953         overflow: auto;
1954 }
1955 #acl-list-content {
1956         
1957 }
1958 .acl-list-item {
1959         display: block;
1960         width: 170px;
1961         height: 30px;
1962         border: 1px solid #cccccc;
1963         margin: 5px;
1964         float: left;
1965 }
1966 .acl-list-item img{
1967         width:22px;
1968         height: 22px;
1969         float: left;
1970         margin: 4px;
1971 }
1972 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1973 .acl-list-item a { 
1974         font-size: 10px; /* 8px; */
1975         display: block;
1976         width: 50px;
1977         height: 12px;
1978         float: left;
1979         color: #999999;
1980         background-color: #cccccc;
1981         background-position: 3px 3px;
1982         background-repeat: no-repeat;
1983         margin-right: 5px;
1984         -webkit-border-radius: 2px ;
1985         -moz-border-radius: 2px;
1986         border-radius: 2px;
1987         padding-left: 15px;
1988 }
1989 #acl-wrapper a:hover {
1990         text-decoration: none;
1991         color:#000000;
1992 }
1993 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1994 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1995
1996 .acl-button-show.selected {
1997         color: #000000;
1998         background-color: #9ade00;
1999         background-image: url("../../../images/show_on.png");
2000 }
2001 .acl-button-hide.selected {
2002         color: #000000;
2003         background-color: #ff4141;
2004         background-image: url("../../../images/hide_on.png");
2005 }
2006 .acl-list-item.groupshow { border-color: #9ade00; }
2007 .acl-list-item.grouphide { border-color: #ff4141; }
2008 /** /acl **/
2009
2010
2011 #group-new-submit-wrapper {
2012         margin-top: 30px;
2013 }
2014
2015 #group-edit-name-label {
2016         float: left;
2017         width: 175px;
2018         margin-top: 20px;
2019         margin-bottom: 20px;
2020 }
2021
2022 #group-edit-name {
2023         float: left;
2024         width: 225px;
2025         margin-top: 20px;
2026         margin-bottom: 20px;
2027 }
2028
2029 #group-edit-name-wrapper {
2030
2031
2032 }
2033
2034
2035 #group_members_select_label {
2036         display: block;
2037         float: left;
2038         width: 175px;
2039 }
2040
2041 .group_members_select {
2042         float: left;
2043         width: 230px;
2044         overflow: auto;
2045 }
2046
2047 #group_members_select_end {
2048         clear: both;
2049 }
2050 #group-edit-name-end {
2051         clear: both;
2052 }
2053
2054 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2055         margin-bottom: 10px;
2056         margin-top: 20px;
2057 }
2058
2059 #prvmail-submit {
2060         float: left;
2061         margin-top: 10px;
2062         margin-right: 30px;
2063 }
2064 #prvmail-upload-wrapper,
2065 #prvmail-link-wrapper,
2066 #prvmail-rotator-wrapper {
2067         float: left;
2068         margin-top: 10px;
2069         margin-right: 10px;
2070         width: 24px;
2071 }
2072
2073 #prvmail-end {
2074         clear: both;
2075 }
2076
2077 .mail-list-sender,
2078 .mail-list-detail {
2079         float: left;
2080 }
2081 .mail-list-detail {
2082         margin-left: 20px;
2083 }
2084
2085 .mail-list-subject {
2086         font-size: 1.1em;
2087         margin-top: 10px;
2088 }
2089 a.mail-list-link {
2090     display: block;
2091     font-size: 1.3em;
2092     padding: 4px 0;
2093 }
2094
2095 /*
2096 *a.mail-list-link:hover {
2097 *       background-color: #15607B;
2098 *       color: #F5F6FB;
2099 *}
2100 */
2101
2102 .mail-list-outside-wrapper-end {
2103         clear: both;
2104 }
2105
2106 .mail-list-outside-wrapper {
2107         margin-top: 30px;
2108 }
2109
2110 .mail-list-delete-wrapper {
2111         float: right;
2112         margin-right: 30px;
2113         margin-top: 15px;
2114 }
2115
2116 .mail-list-delete-icon {
2117         border: none;
2118 }
2119
2120 .mail-conv-sender,
2121 .mail-conv-detail {
2122         float: left;
2123 }
2124 .mail-conv-detail {
2125         margin-left: 20px;
2126         margin-bottom: 10px;
2127         width: 500px;
2128 }
2129
2130 .mail-conv-subject {
2131     font-size: 1.4em;
2132     margin: 10px 0;
2133 }
2134
2135 .mail-conv-outside-wrapper-end {
2136         clear: both;
2137 }
2138
2139 .mail-conv-outside-wrapper {
2140         margin-top: 30px;
2141 }
2142
2143 .mail-conv-delete-wrapper {
2144         float: right;
2145         margin-right: 5px;
2146         margin-top: 15px;
2147 }
2148 .mail-conv-break {
2149         clear: both;
2150 }
2151
2152 .mail-conv-delete-icon {
2153         border: none;
2154 }
2155
2156 .message-links ul {
2157         list-style-type: none;
2158         padding: 0px;
2159 }
2160
2161 .message-links li {
2162         margin-top: 10px;
2163         float: left;
2164 }
2165 .message-links a {
2166         padding: 3px 5px;
2167 }
2168
2169 .message-links-end {
2170         clear: both;
2171 }
2172
2173 #sidebar-group-list ul {
2174         list-style-type: none;
2175 }
2176
2177 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2178         display: inline-block;
2179         height: 12px;
2180         width: 12px;
2181 }
2182
2183 #sidebar-group-list li {
2184         margin-top: 10px;
2185 }
2186
2187 .nets-ul, .fileas-ul, .categories-ul {
2188         list-style-type: none;
2189 }
2190
2191 .nets-ul li, .fileas-ul li, .categories-ul li {
2192         margin-top: 10px;
2193 }
2194
2195 .nets-link {
2196         margin-left: 24px;
2197 }
2198 .nets-all {
2199         margin-left: 42px;
2200 }
2201
2202 .fileas-link, .categories-link {
2203         margin-left: 24px;
2204 }
2205
2206 .fileas-all, .categories-all {
2207         margin-left: 0px;
2208 }
2209
2210 #search-save {
2211         margin-left: 5px;
2212 }
2213 .groupsideedit {
2214         margin-right: 10px;
2215 }
2216 #saved-search-ul {
2217         list-style-type: none;
2218 }
2219 .savedsearchdrop, .savedsearchterm {
2220         float: left;
2221         margin-top: 10px;
2222 }
2223 .savedsearchterm {
2224         margin-left: 10px;
2225 }
2226
2227
2228 #side-follow-wrapper {
2229         margin-top: 20px;
2230 }
2231 #side-follow-url, #side-peoplefind-url {
2232         margin-top: 5px;
2233 }
2234 #side-follow-submit, #side-peoplefind-submit {
2235         margin-top: 15px;
2236 }
2237
2238 #side-match-link {
2239         margin-top: 10px;
2240 }
2241
2242 aside input[type='text'] {
2243  width: 174px;
2244 }
2245
2246 .widget {
2247         border: 1px solid #DDDDDD;
2248         padding: 1em 2em;
2249         margin-top: 5px;
2250         -moz-border-radius:5px;
2251         -webkit-border-radius:5px;
2252         border-radius:5px;
2253
2254 }
2255
2256
2257 /*.photos {
2258         height: auto;
2259         overflow: auto;
2260 }*/
2261
2262 .photos-end {
2263         clear: both;
2264         margin-bottom: 25px;
2265 }
2266
2267 .photo-album-image-wrapper {
2268         float: left;
2269         margin-top: 15px;
2270         margin-right: 15px;
2271         margin-left: 15px;
2272 /*      width: 200px; height: 200px; 
2273         overflow: hidden; 
2274         position: relative; */
2275 }
2276 .photo-album-image-wrapper .caption {
2277         display: none; 
2278         width: 100%;
2279 /*      position: absolute; */
2280         bottom: 0px; 
2281         padding: 0.5em 0.5em 0px 0.5em;
2282         background-color: rgba(245, 245, 255, 0.8);
2283         border-bottom: 2px solid #CCC;
2284         margin: 0px;
2285 }
2286 .photo-album-image-wrapper a:hover .caption {
2287         display:block;
2288 }
2289
2290 #photo-album-end {
2291         clear: both;
2292         margin-bottom: 25px;
2293 }
2294
2295 .photo-top-image-wrapper {
2296 /*      position: relative; */
2297         float: left;
2298         margin-top: 15px;
2299         margin-right: 15px;
2300         margin-left: 15px;
2301         margin-bottom: 15px;
2302 /*      width: 200px; height: 200px; 
2303         overflow: hidden; */
2304 }
2305 .photo-top-image-wrapper img {
2306         max-width: 550px;
2307 }
2308 .photo-top-album-name {
2309         width: 100%;
2310         min-height: 2em;
2311 /*      position: absolute;  */
2312         bottom: 0px; 
2313         padding: 0px 3px;
2314         padding-top: 0.5em;
2315         background-color: rgb(255, 255, 255);
2316 }
2317 #photo-top-end {
2318         clear: both;
2319 }
2320
2321 #photo-top-links {
2322         margin-bottom: 30px;
2323         margin-left: 30px;
2324 }
2325
2326 #photos-upload-form {
2327         padding-left: 90px;
2328 }
2329
2330 #photos-upload-newalbum-div {
2331         float: left;
2332         width: 175px;
2333         margin-top: 30px;
2334 }
2335
2336 #photos-upload-noshare {
2337         margin-bottom: 10px;
2338 }
2339 #photos-upload-existing-album-text {
2340         float: left;
2341         width: 175px;
2342 }
2343 #photos-upload-newalbum {
2344         margin-top: 30px;
2345         float: left;
2346 }
2347 #photos-upload-album-select {
2348         float: left;
2349 }
2350
2351 #photos-upload-spacer {
2352         margin-top: 25px;
2353 }
2354 #photos-upload-new-end, #photos-upload-exist-end {
2355         clear: both;
2356 }
2357 #photos-upload-exist-end {
2358         margin-bottom: 15px;
2359 }
2360 #photos-upload-submit {
2361         margin-top: 15px;
2362         margin-left: 90px;
2363 }
2364
2365 #photos_upload_applet_wrapper {
2366         margin-bottom: 15px;
2367 }
2368
2369 #photos-upload-no-java-message {
2370         margin-bottom: 15px;
2371 }
2372
2373 #profile-jot-desc {
2374         /*float: left;*/
2375         /*width: 480px;*/
2376         width: 100%;
2377         color: #FF0000;
2378         margin-top: 10px;
2379         margin-bottom: 10px;
2380 }
2381
2382 #character-counter {
2383         float: right;
2384         font-size: 120%;
2385 }
2386
2387 #character-counter.grey {
2388         color: #888888;
2389 }
2390
2391 #character-counter.orange {
2392         color: orange;
2393 }
2394 #character-counter.red {
2395         color: red;
2396 }
2397
2398 #profile-jot-banner-end {
2399         /* clear: both; */ 
2400 }
2401
2402 #photos-upload-select-files-text {
2403         margin-top: 15px;
2404         margin-bottom: 15px;
2405 }
2406
2407 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2408         color: #8888FF;
2409         text-decoration: none;
2410         cursor: pointer;
2411 }
2412
2413 #photos-upload-perms-menu:hover {
2414         color: #0000FF;
2415         text-decoration: underline;
2416         cursor: pointer;
2417 }
2418 #settings-default-perms-menu {
2419         margin-top: 15px;
2420         margin-bottom: 15px;
2421 }
2422
2423 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2424         float: left;
2425         width: 150px;
2426 }
2427
2428 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2429         font-weight: 700;
2430 }
2431
2432 #photos-upload-choosefile-outer-wrapper {
2433         margin-top: 35px;
2434         padding-top: 50px;
2435         padding-left: 50px;
2436         position: relative;
2437 }
2438 #photos-upload-noshare-div {
2439         margin-top: 0px;
2440         margin-bottom: 15px;
2441 }
2442
2443 #photos-upload-noshare-label {
2444         margin-left: 30px;
2445 }
2446
2447 #photos-upload-noshare {
2448         float: left;
2449         margin-left: 5px;
2450 }
2451
2452 .photo-perms-icon {
2453         float: left;
2454 }
2455
2456 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2457         text-decoration: none;
2458 }
2459
2460 .photo-jot-perms-text {
2461         padding-top: 5px;
2462         padding-left: 25px;
2463 }
2464
2465 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2466         margin-top: 30px;
2467 }
2468 #photos-upload-perms {
2469         margin-top: 15px;
2470         margin-left: 5px;
2471 }
2472
2473 #photo-edit-perms-end {
2474         margin-bottom: 15px;
2475 }
2476
2477 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2478         float: left;
2479         margin-bottom: 25px;
2480 }
2481 .photo-edit-rotate {
2482         margin-left: 20px;
2483 }
2484
2485 #photo-edit-link-wrap {
2486         margin-bottom: 15px;
2487 }
2488 #photo-like-div {
2489         margin-left: 15px;
2490         margin-bottom: 45px;
2491 }
2492
2493 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2494         clear: both;
2495 }
2496
2497 #photo-edit-rotate-end {
2498         margin-bottom: 15px;
2499 }
2500
2501 #photo-edit-delete-button {
2502         margin-left: 270px;
2503 }
2504 #photos-upload-choose {
2505         position: absolute;
2506         top: 0px;
2507         left: 55px;
2508 }
2509 .settings-submit, .profile-edit-submit-button {
2510         margin-bottom: 10px;
2511 }
2512
2513 #photo-edit-end {
2514         margin-bottom: 35px;
2515 }
2516 #photo-caption {
2517         font-size: 110%;
2518         font-weight: bold;
2519         margin-top: 15px;
2520         margin-bottom: 15px;
2521 }
2522
2523 #in-this-photo-text {
2524         color: #0000FF;
2525         margin-left: 30px;
2526 }
2527
2528 #in-this-photo {
2529         margin-left: 60px;
2530         margin-top: 10px;
2531         margin-bottom: 20px;
2532 }
2533
2534 #photo-album-edit-submit, #photo-album-edit-drop {
2535         margin-top: 15px;
2536         margin-bottom: 15px;
2537 }
2538
2539 #photo-album-edit-drop {
2540         margin-left: 200px;
2541 }
2542
2543 .group-delete-wrapper {
2544         float: right;
2545         margin-right: 50px;
2546 }
2547
2548 #install-dbhost-label,
2549 #install-dbuser-label,
2550 #install-dbpass-label,
2551 #install-dbdata-label,
2552 #install-tz-desc {
2553        float: left;
2554        width: 250px;
2555        margin-top: 10px;
2556        margin-bottom: 10px;
2557
2558 }
2559
2560 #install-dbhost,
2561 #install-dbuser,
2562 #install-dbpass,
2563 #install-dbdata {
2564        float: left;
2565        width: 200px;
2566        margin-left: 20px;
2567 }
2568
2569 #install-dbhost-end,
2570 #install-dbuser-end,
2571 #install-dbpass-end,
2572 #install-dbdata-end,
2573 #install-tz-end {
2574        clear: both;
2575 }
2576
2577 #install-form select#timezone_select {
2578        float: left;
2579        margin-top: 18px;
2580        margin-left: 20px;
2581 }
2582
2583 #dfrn-request-networks {
2584         margin-bottom: 30px;
2585 }
2586
2587 #pause {
2588   position: fixed;
2589   bottom: 5px;
2590   right: 5px;
2591 }
2592
2593 .sparkle {
2594         cursor: url('lock.cur'), pointer;
2595 /*      cursor: pointer !important; */
2596 }
2597
2598 .contact-block-div {
2599         float: left;
2600         width: 52px;
2601         height: 52px;
2602 }
2603 .contact-block-textdiv {
2604         float: left;
2605         width: 150px;
2606         height: 34px;
2607 }
2608
2609 #contact-block-end {
2610         clear: both;
2611 }
2612 .contact-block-link {
2613         float: left;
2614 }
2615 .contact-block-img {
2616         width:48px;
2617         height:48px;
2618 }
2619
2620 #tag-remove {
2621         margin-bottom: 15px;
2622 }
2623
2624 #tagrm li {
2625         margin-bottom: 10px;
2626 }
2627
2628 #tagrm-submit, #tagrm-cancel {
2629         margin-top: 25px;
2630 }
2631
2632 #tagrm-cancel {
2633         margin-left: 15px;
2634 }
2635
2636 .wall-item-conv {
2637         margin-top: 5px;
2638         margin-bottom: 25px;
2639 }
2640
2641 #search-submit {
2642         margin-left: 15px;
2643 }
2644
2645 #search-box {
2646         margin-bottom: 25px;
2647 }
2648
2649 .location-label, .gender-label, .marital-label, .homepage-label {
2650         float: left;
2651         text-align: right;
2652         display: block;
2653         width: 65px;
2654 }
2655
2656 .adr, .x-gender, .marital-text, .homepage-url {
2657         float: left;
2658         display: block;
2659         margin-left: 8px;
2660 }
2661
2662 .profile-clear {
2663         clear: both;
2664 }
2665
2666
2667 .clear {
2668         clear: both;
2669 }
2670
2671 .cc-license {
2672         margin-top: 50px;
2673         font-size: 70%;
2674 }
2675
2676
2677 #plugin-settings-link, #account-settings-link {
2678         margin-bottom: 10px;
2679 }
2680
2681 #uexport-link {
2682         margin-bottom: 20px;
2683 }
2684
2685 /* end from default */
2686         
2687
2688 .fn {
2689         padding: 0px 0px 5px 12px;
2690         font-size: 120%;
2691         font-weight: bold;
2692 }
2693
2694 .vcard .title {
2695         margin-bottom: 5px;
2696         margin-left: 12px;
2697 }
2698
2699 .vcard dl {
2700         clear: both;
2701 }
2702
2703 #birthday-title {
2704         float: left;
2705         font-weight: bold;      
2706 }
2707
2708 #birthday-adjust {
2709         float: left;
2710         font-size: 75%;
2711         margin-left: 10px;
2712 }
2713
2714 #birthday-title-end {
2715         clear: both;
2716 }
2717
2718 .birthday-list {
2719         margin-left: 15px;
2720 }
2721
2722 #birthday-wrapper {
2723         margin-bottom: 20px;
2724 }
2725
2726 #network-new-link {
2727         margin-top: 15px;
2728         margin-bottom: 15px;
2729 }
2730
2731
2732 .tool-wrapper {
2733   float: left;
2734   margin-left: 15px;
2735 }
2736
2737 .tool-link {
2738   cursor: pointer;
2739 }
2740
2741 .eventcal {
2742         float: left;
2743         font-size: 20px;
2744 }
2745
2746 #event-summary-text {
2747         margin-top: 15px;
2748 }
2749
2750 #event-share-checkbox {
2751         float: left;
2752         margin-top: 10px;
2753 }
2754
2755 #event-share-text {
2756         float: left;
2757         margin-top: 10px;
2758         margin-left: 5px;
2759 }
2760
2761 #event-share-break {
2762         clear: both;
2763         margin-bottom: 10px;
2764 }
2765
2766 #event-summary {
2767         width: 400px;
2768 }
2769
2770 .vevent {
2771         border: 1px solid #CCCCCC;
2772 }
2773
2774 .vevent .event-summary {
2775         margin-left: 10px;
2776         margin-right: 10px;
2777         font-weight: bold;
2778 }
2779
2780 .vevent .event-description, .vevent .event-location {
2781         margin-left: 10px;
2782         margin-right: 10px;
2783 }
2784 .vevent .event-start {
2785         margin-left: 10px;
2786         margin-right: 10px;
2787 }
2788
2789 #new-event-link {
2790         margin-bottom: 10px;
2791 }
2792
2793 .edit-event-link, .plink-event-link {
2794         float: left;
2795         margin-top: 4px;
2796         margin-right: 4px;
2797         margin-bottom: 15px;
2798 }
2799
2800 .event-description:before {
2801         content: url('../../../images/calendar.png');
2802         margin-right: 15px;
2803 }
2804
2805 .event-start, .event-end {
2806         margin-left: 10px;
2807         width: 330px;
2808         clear: both;
2809 }
2810
2811 .event-start .dtstart, .event-end .dtend {
2812         float: right;
2813 }
2814
2815 .event-list-date {
2816         margin-bottom: 10px;
2817 }
2818
2819 .prevcal, .nextcal {
2820         float: left;
2821         margin-left: 32px;
2822         margin-right: 32px;
2823         margin-top: 64px;
2824 }
2825 .event-calendar-end {
2826         clear: both;
2827 }
2828
2829  
2830 .calendar {
2831         font-family: Courier, monospace;
2832 }
2833 .today {
2834         font-weight: bold;
2835         color: #FF0000;
2836 }
2837
2838 .settings-block {
2839         border: 1px solid #AAA;
2840         margin: 10px;
2841         padding: 10px;
2842 }
2843
2844 .app-title {
2845         margin: 10px;
2846 }
2847
2848 #identity-manage-desc {
2849         margin-top:15px;
2850         margin-bottom: 15px;
2851 }
2852
2853 #identity-manage-choose {
2854         margin-bottom: 15px;
2855 }
2856
2857 #identity-submit {
2858         margin-top: 20px;
2859 }
2860
2861 #photo-prev-link, #photo-next-link {
2862         padding: 10px;
2863 }
2864 #photo-nav {
2865         position: relative;
2866         height: 55px;
2867 }
2868
2869 #photo-prev-link {
2870         position: absolute;
2871         left: 5px;
2872 }
2873 #photo-next-link {
2874         position: absolute;
2875         right: 5px;
2876 }
2877
2878 /*#photo-photo {
2879         float: left;
2880 }*/
2881 #photo-photo img {
2882         max-width: 555px;
2883         margin-left: 5px;
2884 }
2885 #photo-photo-end {
2886         clear: both;
2887 }
2888
2889 .profile-match-photo {
2890         float: left;
2891         text-align: center;
2892         width: 120px;
2893 }
2894
2895 .profile-match-name {
2896         float: left;
2897         text-align: center;
2898         width: 120px;
2899         overflow: hidden;
2900 }
2901
2902 .profile-match-break,
2903 .profile-match-end {
2904         clear: both;
2905 }
2906
2907 .profile-match-connect {
2908         text-align: center;
2909         font-weight: bold;
2910 }
2911
2912 .profile-match-wrapper {
2913         float: left;
2914         padding: 10px;
2915         width: 120px;
2916         height: 120px;
2917         scroll: auto;
2918 }
2919 #profile-match-wrapper-end {
2920         clear: both;
2921 }
2922 .side-link {
2923         margin-bottom: 15px;
2924 }
2925
2926 #language-selector {
2927         position: absolute;
2928         top: 0px;
2929         left: 16px;
2930 }
2931
2932 #group-members {
2933         margin-top: 20px;
2934         padding: 10px;
2935         height: 250px;
2936         overflow: auto;
2937         border: 1px solid #ddd;
2938 }
2939
2940 #group-members-end {
2941         clear: both;
2942 }
2943
2944 #group-separator {
2945         margin-top: 10px;
2946         margin-bottom: 10px;
2947 }
2948
2949 #group-all-contacts {
2950         padding: 10px;
2951         height: 450px;
2952         overflow: auto;
2953         border: 1px solid #ddd;
2954 }
2955
2956 #group-all-contacts-end {
2957         clear: both;
2958         margin-bottom: 10px;
2959 }
2960
2961 #group-edit-desc {
2962         margin-top: 15px;
2963 }
2964
2965
2966 #prof-members {
2967         margin-top: 20px;
2968         padding: 10px;
2969         height: 250px;
2970         overflow: auto;
2971         border: 1px solid #ddd;
2972 }
2973
2974 #prof-members-end {
2975         clear: both;
2976 }
2977
2978 #prof-separator {
2979         margin-top: 10px;
2980         margin-bottom: 10px;
2981 }
2982
2983 #prof-all-contacts {
2984         padding: 10px;
2985         height: 450px;
2986         overflow: auto;
2987         border: 1px solid #ddd;
2988 }
2989
2990 #prof-all-contacts-end {
2991         clear: both;
2992         margin-bottom: 10px;
2993 }
2994
2995 #prof-edit-desc {
2996         margin-top: 15px;
2997 }
2998
2999 #crepair-name-label,
3000 #crepair-nick-label,
3001 #crepair-attag-label,
3002 #crepair-url-label,
3003 #crepair-request-label,
3004 #crepair-confirm-label,
3005 #crepair-notify-label,
3006 #crepair-photo-label,
3007 #crepair-poll-label {
3008         float: left;
3009         width: 200px;
3010         margin-bottom: 15px;
3011 }
3012
3013 #crepair-name,
3014 #crepair-nick,
3015 #crepair-attag,
3016 #crepair-url,
3017 #crepair-request,
3018 #crepair-confirm,
3019 #crepair-notify,
3020 #crepair-photo,
3021 #crepair-poll {
3022         float: left;
3023         width: 300px;
3024 }
3025
3026
3027 #netsearch-box {
3028         margin-top: 20px;       
3029 }
3030
3031 #netsearch-box #search-submit {
3032         margin: 5px 0px 0px 0px;
3033 }
3034
3035 .required {
3036         color: #FF0000;
3037 }
3038
3039 #event-start-text, #event-finish-text {
3040         margin-top: 10px;
3041         margin-bottom: 5px;
3042 }
3043
3044 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3045         float: left;
3046 }
3047 #event-datetime-break {
3048         margin-bottom: 10px;
3049 }
3050
3051 #event-nofinish-break, #event-adjust-break {
3052         clear: both;
3053 }
3054
3055 #event-desc-text, #event-location-text {
3056         margin-top: 10px;
3057         margin-bottom: 5px;
3058 }
3059 #event-submit {
3060         margin-top: 10px;
3061 }
3062
3063 .body-tag, .filesavetags, .categorytags {
3064         opacity: 0.5;
3065         filter:alpha(opacity=50);
3066 }
3067
3068 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3069         opacity: 1.0 !important;
3070         filter:alpha(opacity=100) !important;
3071 }
3072
3073 .item-select {
3074         opacity: 0.1;
3075         filter:alpha(opacity=10);
3076         float: right;
3077         margin-right: 10px;
3078
3079 }
3080 .item-select:hover, .checkeditem {
3081         opacity: 1;
3082         filter:alpha(opacity=100);
3083 }
3084
3085
3086 #item-delete-selected {
3087         margin-top: 30px;
3088 }
3089
3090 #item-delete-selected-end {
3091         clear: both;
3092 }
3093 #item-delete-selected-icon, #item-delete-selected-desc {
3094         float: left;
3095         margin-right: 5px;
3096 }
3097 #item-delete-selected-desc:hover {
3098         text-decoration: underline;
3099 }
3100
3101 #lang-select-icon {
3102         cursor: pointer;
3103         position: absolute;
3104         left: 0px;
3105         top: 0px;
3106         opacity: 0.2;
3107         filter:alpha(opacity=20);
3108 }
3109
3110 #lang-select-icon:hover {
3111         opacity: 1;
3112         filter:alpha(opacity=100);
3113 }
3114
3115 .notif-image {
3116         height: 80px;
3117         width: 80px;
3118         margin-right: 15px;
3119 }
3120 .notification-listing-end {
3121         clear: both;
3122         margin-bottom: 15px;
3123 }
3124
3125
3126
3127 /**
3128  * Plugins settings
3129  */
3130
3131 .settings-block > h3,
3132 .settings-heading {
3133         border-bottom: 1px solid #babdb6;
3134 }
3135  
3136
3137 /**
3138  * Form fields
3139  */
3140 .field {
3141         margin-bottom: 10px;
3142         padding-bottom: 10px;
3143         overflow: auto;
3144         width: 100%
3145 }
3146 #wrapper_expire.field {
3147         margin-bottom: 3px;
3148         padding-bottom: 3px;
3149 }
3150
3151 .field label {
3152         float: left;
3153         width: 200px;
3154 }
3155
3156 .field input,
3157 .field textarea {
3158         width: 400px;
3159 }
3160 .field textarea { height: 100px; }
3161 .field_help {
3162         display: block;
3163         margin-left: 50px;
3164         color: #666666;
3165         
3166 }
3167
3168 .field .onoff {
3169         float: left;
3170         width: 80px;
3171 }
3172 .field .onoff a {
3173         display: block;
3174         border:1px solid #666666;
3175         background-image:url("../../../images/onoff.jpg");
3176         background-repeat: no-repeat;
3177         padding: 4px 2px 2px 2px;
3178         height: 16px;
3179         text-decoration: none;
3180 }
3181 .field .onoff .off {
3182         border-color:#666666;
3183         padding-left: 40px;
3184         background-position: left center;
3185         background-color: #cccccc;
3186         color: #666666;
3187         text-align: right;
3188 }
3189 .field .onoff .on {
3190         border-color:#204A87;
3191         padding-right: 40px;
3192         background-position: right center;
3193         background-color: #D7E3F1;
3194         color: #204A87;
3195         text-align: left;
3196 }
3197 .hidden { display: none!important; }
3198
3199 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3200 .field.radio .field_help { margin-left: 0px; }
3201
3202 /**
3203  * ADMIN
3204  */
3205 #pending-update {
3206         float:right;
3207         color: #ffffff;
3208         font-weight: bold;
3209         background-color: #FF0000;
3210         padding: 0em 0.3em;
3211         
3212 }
3213 #adminpage dl {
3214         clear: left;
3215         margin-bottom: 2px;
3216         padding-bottom: 2px;
3217         border-bottom: 1px solid black;
3218 }
3219 #adminpage dt {
3220         width: 200px;
3221         float: left;
3222         font-weight: bold;
3223 }
3224 #adminpage dd {
3225         margin-left: 200px;
3226 }
3227
3228 #adminpage h3 {
3229         border-bottom: 1px solid #cccccc;
3230 }
3231 #adminpage .field label {
3232         font-weight: bold;
3233 }
3234 #adminpage .submit {
3235         clear:left;
3236         text-align: right;
3237 }
3238
3239 #adminpage #pluginslist {
3240         margin: 0px; padding: 0px;
3241 }
3242 #adminpage .plugin {
3243         list-style: none;
3244         display: block;
3245         border: 1px solid #888888;
3246         padding: 1em;
3247         margin-bottom: 5px;
3248         clear: left;
3249 }
3250 #adminpage .plugin .desc { margin-left: 2.5em;}
3251 #adminpage .toggleplugin {
3252         float:left;
3253         margin-right: 1em;
3254 }
3255
3256 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3257 #adminpage table th { text-align: left;}
3258 #adminpage td .icon { float: left;}
3259 #adminpage table#users img { width: 16px; height: 16px; }
3260 #adminpage table tr:hover { background-color: #bbc7d7; }
3261 #adminpage .selectall { text-align: right; }
3262
3263 /*
3264  * UPDATE
3265  */
3266 .popup {        
3267         width: 100%; height: 100%;
3268         top:0px; left:0px;
3269         position: absolute;
3270         display: none;
3271 }
3272
3273 .popup .background {
3274         background-color: rgba(0,0,0,128);
3275         opacity: 0.5;
3276         width: 100%; height: 100%;
3277         position: absolute;
3278         top:0px; left:0px;
3279 }
3280 .popup .panel {
3281         top:25%;left:25%;width:50%;height:50%;
3282         padding: 1em;
3283         position: absolute;
3284         border: 4px solid #000000;
3285         background-color: #FFFFFF;
3286 }
3287 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3288 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3289 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3290 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3291 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3292
3293 /**
3294  * OAuth
3295  */
3296 .oauthapp {
3297         height: auto; overflow: auto;
3298         border-bottom: 2px solid #cccccc;
3299         padding-bottom: 1em;
3300         margin-bottom: 1em;     
3301 }
3302 .oauthapp img {
3303         float: left;
3304         width: 48px; height: 48px;
3305         margin: 10px;
3306 }
3307 .oauthapp img.noicon {
3308         background-image: url("../../../images/icons/48/plugin.png");
3309         background-position: center center;
3310         background-repeat: no-repeat;
3311 }
3312 .oauthapp a {
3313         float: left;
3314 }
3315
3316 /**
3317  * ICONS
3318  */
3319 .iconspacer {
3320         display: block; width: 16px; height: 16px;
3321 }
3322
3323 .icon {
3324         display: block; width: 16px; height: 16px;
3325         background-image: url('../../../images/icons.png');
3326 }
3327 .article { background-position: 0px 0px;}
3328 /*.audio { background-position: -16px 0px;}*/
3329 .icon.audio {
3330         display: block; width: 24px; height: 24px;
3331         background-size: 100% 100%;
3332         background-image: url('images/speaker.png');
3333         background-repeat: no-repeat;
3334 }
3335 .block { background-position: -32px 0px;}
3336 /*.drop { background-position: -48px 0px;}*/
3337 .icon.drop {
3338         display: block; width: 16px; height: 16px;
3339         background-size: 100% 100%;
3340         background-image: url('images/drop-16.png');
3341         background-repeat: no-repeat;
3342         opacity: 1.0;
3343 }
3344 /*.drophide { background-position: -64px 0px;}*/
3345 .icon.drophide {
3346         display: block; width: 16px; height: 16px;
3347         background-size: 100% 100%;
3348         background-image: url('images/drop-16.png');
3349         background-repeat: no-repeat;
3350         opacity: 0.4;
3351 }
3352 .edit { background-position: -80px 0px;}
3353 /*.camera { background-position: -96px 0px;}*/
3354 .icon.camera{
3355         display: block; width: 24px; height: 18px;
3356         margin-top: 4px;
3357         background-size: 100% 100%;
3358         background-image: url('images/camera.png');
3359         background-repeat: no-repeat;
3360 }
3361 /*.dislike { background-position: -112px 0px;}*/
3362 .icon.dislike {
3363         display: block; width: 15px; height: 16px;/* 23 24*/
3364         background-size: 100% 100%;
3365         background-image: url('images/disapprove-16.png');
3366         background-repeat: no-repeat;
3367         opacity: 0.4;
3368 }
3369 .icon.dislike:hover {
3370         opacity: 1.0;
3371 }
3372 /*.like { background-position: -128px 0px;}*/
3373 .icon.like {
3374         display: block; width: 15px; height: 16px;/* 23 24*/
3375         margin-right: 6px;
3376         background-size: 100% 100%;
3377         background-image: url('images/approve-16.png');
3378         background-repeat: no-repeat;
3379         opacity: 0.4;
3380 }
3381 .icon.like:hover {
3382         opacity: 1.0;
3383 }
3384 /*.link { background-position: -144px 0px;}*/
3385 .icon.link {
3386         display: block; width: 24px; height: 24px;
3387         background-size: 100% 100%;
3388         background-image: url('images/link.png');
3389         background-repeat: no-repeat;
3390 }
3391
3392 /*.globe { background-position: 0px -16px;}*/
3393 .icon.globe {
3394         display: block; width: 24px; height: 24px;
3395         background-size: 100% 100%;
3396         background-image: url('images/globe.png');
3397         background-repeat: no-repeat;
3398 }
3399 .noglobe { background-position: -16px -16px;}
3400 .no { background-position: -32px -16px;}
3401 .pause { background-position: -48px -16px;}
3402 .play { background-position: -64px -16px;}
3403 /*.pencil { background-position: -80px -16px;}*/
3404 .icon.pencil {
3405         display: block; width: 16px; height: 16px;
3406         background-size: 100% 100%;
3407         background-image: url('images/pencil-16.png');
3408         background-repeat: no-repeat;
3409         opacity: 0.4;
3410 }
3411 .icon.pencil:hover {
3412         opacity: 1.0;
3413 }
3414 /*.small-pencil { background-position: -96px -16px;}*/
3415 .icon.small-pencil {
3416         display: block; width: 16px; height: 16px;
3417         background-size: 100% 100%;
3418         background-image: url('images/pencil-16.png');
3419         background-repeat: no-repeat;
3420         opacity: 0.4;
3421 }
3422 .icon.small-pencil:hover {
3423         opacity: 1.0;
3424 }
3425 /*.recycle { background-position: -112px -16px;}*/
3426 .icon.recycle {
3427         display: block; width: 16px; height: 16px;/*24 23*/
3428         background-size: 100% 100%;
3429         background-image: url('images/recycle-16.png');
3430         background-repeat: no-repeat;
3431         opacity: 0.4;
3432 }
3433 .icon.recycle:hover {
3434         opacity: 1.0;
3435 }
3436 /*.remote-link { background-position: -128px -16px;}*/
3437 .icon.remote-link {
3438         display: block; width: 16px; height: 16px;
3439         background-size: 100% 100%;
3440         background-image: url('images/remote-link-16.png');
3441         background-repeat: no-repeat;
3442         opacity: 0.4;
3443 }
3444 .icon.remote-link:hover {
3445         opacity: 1.0;
3446 }
3447 .share { background-position: -144px -16px;}
3448
3449 .tools { background-position: 0px -32px;}
3450 /*.lock { background-position: -16px -32px;}*/
3451 .icon.lock {
3452         display: block; width: 14px; height: 21px;
3453         margin-top: 1px;
3454         background-size: 100% 100%;
3455         background-image: url('images/lock-24.png');
3456         background-repeat: no-repeat;
3457 }
3458 /*.unlock { background-position: -32px -32px;}*/
3459 .icon.unlock {
3460         display: block; width: 14px; height: 24px;
3461         margin-top: -2px;
3462         background-size: 100% 100%;
3463         background-image: url('images/unlock-24.png');
3464         background-repeat: no-repeat;
3465 }
3466 /*.video { background-position: -48px -32px;}*/
3467 .icon.video {
3468         display: block; width: 24px; height: 24px;
3469         background-size: 100% 100%;
3470         background-image: url('images/video.png');
3471         background-repeat: no-repeat;
3472 }
3473 /*.oembed.video {
3474         display: inline; width: auto; height: auto;
3475         background-image: none;
3476 }*/
3477
3478 .youtube { background-position: -64px -32px;}
3479 /*.attach { background-position: -80px -32px; }*/
3480 .icon.attach {
3481         display: block; width: 24px; height: 24px;
3482         background-size: 100% 100%;
3483         background-image: url('images/paperclip-24.png');
3484         background-repeat: no-repeat;
3485 }
3486
3487 .language { background-position: -96px -32px; }
3488 .prev { background-position: -112px -32px; }
3489 .next { background-position: -128px -32px; }
3490 .on { background-position: -144px -32px; }
3491
3492 .off { background-position: 0px -48px; }
3493 /*.starred { background-position: -16px -48px; }*/
3494 .icon.starred {
3495         display: block; width: 16px; height: 16px;
3496         background-size: 100% 100%;
3497         background-image: url('images/star-yellow-16.png');
3498         background-repeat: no-repeat;
3499 }
3500 /*.unstarred { background-position: -32px -48px; }*/
3501 .icon.unstarred {
3502         display: block; width: 16px; height: 16px;
3503         background-size: 100% 100%;
3504         background-image: url('images/star-16.png');
3505         background-repeat: no-repeat;
3506         opacity: 0.4;
3507 }
3508 .icon.unstarred:hover {
3509         opacity: 1.0;
3510 }
3511 /*.tagged { background-position: -48px -48px; }*/
3512 .icon.tagged {
3513         display: block; width: 16px; height: 16px;
3514         background-size: 100% 100%;
3515         background-image: url('images/tag-16.png');
3516         background-repeat: no-repeat;
3517         opacity: 0.4;
3518 }
3519 .icon.tagged:hover {
3520         opacity: 1.0;
3521 }
3522 .yellow { background-position: -64px -48px; }
3523
3524
3525 .filer-icon {
3526 /*      display: block; width: 16px; height: 16px;
3527         background-image: url('file.gif');*/
3528         display: block; width: 16px; height: 16px;
3529         background-size: 100% 100%;
3530         background-image: url('images/folder-16.png');
3531         background-repeat: no-repeat;
3532         opacity: 0.4;
3533 }
3534 .filer-icon:hover {
3535         opacity: 1.0;
3536 }
3537
3538 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3539 /*[class^="comment-edit-bb"] {*/
3540 .comment-edit-bb {
3541         list-style: none;
3542         display: none;
3543         margin: 0px 0 -5px 60px;
3544         width: 75%;
3545 }
3546 .comment .comment-edit-bb {
3547         width: 300px;
3548         margin: 0px;
3549 }
3550 /*[class^="comment-edit-bb"] > li {*/
3551 .comment-edit-bb > li {
3552         display: inline-block;
3553         margin: 10px 10px 0 0;
3554         visibility: none;
3555 }
3556 /*[class^="comment-edit-bb-end"] {
3557         clear: both;
3558 }*/
3559 .editicon {
3560     display: inline-block;
3561 /*    background-image: url(bbedit.png);
3562         background-color: #fff;*/
3563         background-size: 100% 100%;
3564         background-repeat: no-repeat;
3565         background-color: #f3f3f3;
3566     text-decoration: none;
3567         opacity: 0.4;
3568 }
3569 .editicon:hover {
3570 /*      background-color: #ccc;*/
3571         opacity: 1.0;
3572 }
3573 .boldbb {
3574 /*      background-position: 0px 0px;*/
3575     width: 15px;
3576     height: 16px;
3577         background-image: url('images/boldB-serif-16.png');
3578 }
3579 /*.boldbb:hover {
3580         background-position: 0px -16px;
3581 }*/
3582 .italicbb {
3583 /*      background-position: -16px 0px;*/
3584     width: 9px;
3585     height: 16px;
3586         background-image: url('images/italicI-serif-16.png');
3587 }
3588 /*.italicbb:hover {
3589         background-position: -16px -16px;
3590 }*/
3591 .underlinebb {
3592 /*      background-position: -32px 0px;*/
3593     width: 14px;
3594     height: 16px;
3595         background-image: url('images/underlineU-serif-16.png');
3596 }
3597 /*.underlinebb:hover {
3598         background-position: -32px -16px;
3599 }*/
3600 .quotebb {
3601 /*      background-position: -48px 0px;*/
3602     width: 20px;
3603     height: 20px;
3604         background-image: url('images/quote.png');
3605 }
3606 /*.quotebb:hover {
3607         background-position: -48px -16px;
3608 }*/
3609 .codebb {
3610 /*      background-position: -64px 0px;*/
3611     width: 20px;
3612     height: 20px;
3613         background-image: url('images/code.png');
3614 }
3615 /*.codebb:hover {
3616         background-position: -64px -16px;
3617 }*/
3618 .imagebb {
3619 /*      background-position: -80px 0px;*/
3620     width: 20px;/*16*/
3621     height: 15px;/*12*/
3622         margin-bottom: 2px;
3623         background-image: url('images/camera.png');
3624 }
3625 /*.imagebb:hover {
3626         background-position: -80px -16px;
3627 }*/
3628 .urlbb {
3629 /*      background-position: -96px 0px;*/
3630         width: 20px;
3631         height: 20px;
3632         background-image: url('images/link.png');
3633 }
3634 /*.urlbb:hover {
3635         background-position: -96px -16px;
3636 }*/
3637 .videobb {
3638 /*      background-position: -112px 0px;*/
3639         width: 20px;
3640         height: 20px;
3641         background-image: url('images/video.png');
3642 }
3643 /*.videobb:hover {
3644         background-position: -112px -16px;
3645 }*/
3646
3647 .attachtype {
3648         display: block; width: 20px; height: 23px;
3649         float: left;
3650         background-image: url('../../../images/content-types.png');
3651 }
3652
3653 .body-attach {
3654         margin-top: 10px;
3655 }
3656
3657 .type-video { background-position: 0px 0px; }
3658 .type-image { background-position: -20px 0px; }
3659 .type-audio { background-position: -40px 0px; }
3660 .type-text  { background-position: -60px 0px; }
3661 .type-unkn  { background-position: -80px 0px; }
3662
3663
3664 /* autocomplete popup */
3665 .acpopup {
3666         max-height:150px;
3667         background-color:#ffffff;
3668         overflow:auto;
3669         z-index:100000;
3670         border:1px solid #cccccc;
3671 }
3672 .acpopupitem {
3673         background-color:#ffffff; padding: 4px;
3674         clear:left;
3675 }
3676 .acpopupitem img {
3677         float: left;
3678         margin-right: 4px;
3679 }
3680
3681 .acpopupitem.selected {
3682         color: #FFFFFF; background: #3465A4;
3683 }
3684
3685 /* popup notifications */
3686 div.jGrowl div.notice {
3687   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3688   color: #ffffff;
3689   padding-left: 58px;
3690 }
3691 div.jGrowl div.info {
3692   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3693   color: #ffffff;
3694   padding-left: 58px;
3695 }
3696 #jGrowl.top-right {
3697         top: 15px;
3698         right: 15px;
3699 }
3700 .qcomment {
3701         border: 1px solid #EEE;
3702         padding: 3px;
3703         margin-top: 15px;
3704         margin-left: 25px;
3705         width: 125px;
3706         overflow-y: auto;
3707 }
3708
3709
3710 .qcomment option {
3711         width: 125px;
3712         overflow-x: hidden;
3713 }
3714
3715 .qcomment {
3716         opacity: 0.3;
3717         filter:alpha(opacity=30);
3718 }
3719 .qcomment:hover {
3720         opacity: 1.0;
3721         filter:alpha(opacity=100);
3722 }
3723
3724 /* notifications popup menu */
3725 .nav-notify {
3726         display: none;
3727         position: absolute;
3728         font-size: 10px;
3729         padding: 1px 3px;
3730         top: 0px;
3731         right: -10px;
3732         min-width: 15px;
3733         text-align: right;
3734 }
3735 .nav-notify.show {
3736         display: block;
3737 }
3738 ul.notifications-menu-popup {
3739         position: absolute;
3740         display: none;
3741         width: 10em;
3742         margin: 0px;
3743         padding: 0px;
3744         list-style: none;
3745         z-index: 100000;
3746         right: 0px;
3747 }
3748 #nav-notifications-menu {
3749         width: 320px;
3750         max-height: 400px;
3751         overflow-y: scroll;overflow-style:scrollbar;
3752         background-color:#FFFFFF;
3753         -moz-border-radius: 5px;
3754         -webkit-border-radius: 5px;
3755         border-radius:5px;
3756         border: 1px solid #AAA;
3757         -moz-box-shadow: 3px 3px 5px #555;
3758         -webkit-box-shadow: 3px 3px 5px #555;
3759         box-shadow: 3px 3px 5px #555;
3760 }
3761 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3762 #nav-notifications-menu img { float: left; margin-right: 5px; }
3763 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3764 #nav-notifications-menu li {
3765         padding: 7px 0px 7px 10px;
3766         word-wrap:normal;
3767         border-bottom: 1px solid #000;
3768 }
3769
3770 #nav-notifications-menu li:hover {
3771
3772 }
3773
3774 #nav-notifications-menu a:hover {
3775         text-decoration: underline;
3776 }
3777
3778 .notif-item a {
3779         color: #000000;
3780 }
3781
3782 .notif-item a:hover {
3783         text-decoration: underline;
3784 }
3785
3786 .notif-image {
3787         width: 32px;
3788         height: 32px;
3789         padding: 7px 7px 0px 0px;
3790 }
3791
3792 .notify-seen {
3793         background: #DDDDDD;
3794 }
3795
3796 #id_term_label {
3797         width:75px;
3798 }
3799 #id_term {
3800         width:100px;
3801 }
3802
3803 #recip {
3804         
3805 }
3806 .autocomplete-w1 { background: #ffffff; no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
3807 .autocomplete { color:#000; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
3808 .autocomplete .selected { background:#F0F0F0; }
3809 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3810
3811 #datebrowse-sidebar select {
3812         margin-left: 40px;
3813         width: 130px;
3814 }
3815
3816 #theme-version {
3817         display: block;
3818         font-weight: bold;
3819 }
3820 #theme-credits {
3821         margin-top: 15px;
3822         margin-bottom: 15px;
3823 }