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