]> git.mxchange.org Git - friendica.git/blob - view/theme/loozah/style.css
restore privacy icons after theme upgrade
[friendica.git] / view / theme / loozah / style.css
1 /*
2         Loozah CSS - Emmanuel Revah manurevah.com
3         Copy, Paste, Send - Free
4
5         this is still considered as messy :]
6 */
7
8 /** {*/
9         /*margin: 0;*/
10         /*padding: 0;*/
11 /*}*/
12
13 /* GENERIC STUFF */
14 body {
15         background: #F5F6FB;
16         color: #444444;
17         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
18         font-size: 90%;
19         margin-left: 10px;
20 }
21 a, a:visited {
22 /*      color: #34366A; */
23         color: #15607B;
24         text-decoration: none;
25 }
26 a:hover {
27         color: #0CBEFE;
28         text-decoration: none;
29 }
30 input, select {
31         background-color: #ECECEC;
32         border: 1px solid #858585;
33 }
34 input:hover {
35
36         background-color: #0CBEFE;
37 /*      background-color: #49dbFa; */
38         color: black;
39 /*      color: #F5F6FB; */
40 /*      border: 1px solid #F5F6FB; */
41         cursor: pointer;
42 }
43
44 #id_openid_url,
45 .openid {
46    background-color: #ECECEC !important;
47    background: url(login-bg.gif) no-repeat;
48    background-position: 0 50%;
49    padding-left: 18px;
50 }
51 #id_openid_url:hover,
52 .openid:hover {
53         background-color: #0CBEFE !important;
54 }
55
56 option {
57         background-color: #ECD6D2;
58 }
59 img {
60         border: none;
61 }
62 code {
63         font-family: Courier, monospace;
64         white-space: pre;
65         display: block;
66         overflow: auto;
67         border: 1px solid #444;
68         background: #EEE;
69         color: #444;
70         padding: 10px;
71         margin-top: 20px;
72 }
73 blockquote:before {
74         content: '>> ';
75 }
76
77 #site-location {
78         position: absolute;
79         right: 5px;
80         top: 3px;
81         color: white;
82         font-size: 60%;
83 }
84
85 .shiny {
86         border-color: orange !important;
87 }
88
89 .nav-login-link {
90         float: right;
91         margin-left: 0px;
92         margin-right: 3px;
93         padding: 3px;
94         font-size: 70%;
95 }
96
97 /* NOTIFICATION */
98 #notification-show-hide-link {
99         background-color: red;
100         padding: 2px 4px;
101         background-color: #ECECEC;
102         border: 1px solid #858585;
103 }
104 #notification-show-hide-link:hover {
105         background-color: #0CBEFE;
106         color: #F5F6FB;
107         border: 1px solid #F5F6FB;
108 }
109
110 #jot-perms-icon, 
111 #profile-location,
112 #profile-nolocation,
113 #profile-youtube, 
114 #profile-video,
115 #profile-audio, 
116 #profile-link,
117 #profile-title, 
118 #wall-image-upload,
119 #wall-file-upload,
120 #profile-upload-wrapper,
121 #wall-image-upload-div,
122 #wall-file-upload-div,
123 .hover, .focus {
124         cursor: pointer;
125 }
126
127 #jot-perms-icon {
128         float: left;
129 }
130
131 .fakelink, .fakelink:visited {
132         color: #15607B;
133         text-decoration: none;
134         cursor: pointer;
135         margin-top: 15px;
136         margin-bottom: 15px;
137 }
138 .lockview {
139         cursor: pointer;
140 }
141
142
143 #group-sidebar {
144     margin-bottom: 10px;
145 }
146
147 .group-selected {
148     padding: 3px;
149     border: 1px solid #CCCCCC;
150     background: #F8F8F8;
151     font-weight: bold;
152 }
153
154 .fakelink:hover {
155         color: #0CBEFE;
156         text-decoration: none;
157         cursor: pointer;
158 }
159 .smalltext {
160         font-size: 0.7em;
161 }
162 #sysmsg {
163         width: 600px;
164         margin-bottom: 10px;
165 }
166
167 #top-margin {
168         height: 20px;
169 }
170
171 #logo-img {
172         margin-top: 3px;
173
174 }
175
176 #logo-text {
177         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
178         margin-left: 3px;
179         vertical-align: top;
180 }
181
182 #logo-text a, #logo-text a:hover, #logo-text a:visited {
183         color: #F5F6FB;
184         font-family: "gill sans MT bold", "lucida grande",tahoma,verdana,arial,sans-serif;
185         margin-left: 3px;
186         vertical-align: top;
187 }
188
189
190 #banner {
191         color: #F5F6FB;
192         font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
193         font-size: 2.0em;
194         position: absolute;
195         top: 5px;
196         left: 39%;
197 }
198
199 #panel {
200         background-color: ivory;
201         position: absolute;
202         z-index: 2;
203         width: 30%;
204         padding: 25px;
205         border: 1px solid #444;
206 }
207
208 img.photo {
209         /*border: 1px solid #AAAAAA;*/
210         /*padding: 5px;*/
211         /*background: #FFFFFF;*/
212 }
213
214 #logo {
215         font-size: 300%;
216         color: #A8A8A8;
217         font-weight: bold;
218         margin-left: 280px;
219 }
220
221 /*
222  * #page-footer {
223  *      height: 20px;
224  *
225  * }
226  */
227
228 .heart {
229         color: #FF0000;
230         font-size: 100%;
231 }
232
233 aside {
234         /*position: absolute;*/
235         /*left: 0px;*/
236         /*top: 60px;*/
237         /*right: 250px;*/
238         width: 230px;
239         /*margin-left: 20px;*/
240         /*margin-right: 0px;*/
241         font-size: 0.9em;
242
243         float: left;
244         margin-top: 64px;
245         margin-left: 20px;
246 }
247 section {
248         position: absolute;
249         left: 250px;
250         top: 60px;
251         margin-top: 25px;
252         margin-left: 20px;
253         margin-right: 20px;
254         right: 0px;
255 }
256 h1 {
257         font-size: 1.6em;
258 }
259
260 nav {
261         position: absolute;
262         top: 0px;
263         height: 48px;
264         left: 0px;
265         right: 0px;
266         background: #15607B;
267 }
268
269 /*
270  * footer {
271  *      left: 0px;
272  *      bottom: 0px;
273  *      position: fixed;
274  *      background-color: #0CBEFE;
275  *      width: 100%;
276  *      padding: 2px 3%;
277  * }
278  */
279
280 .fn {
281         font-size: 1.4em;
282         margin-bottom: 5px;
283         line-height: 1.5;
284 }
285
286 .vcard .title {
287         margin-bottom: 5px;
288 }
289
290 .vcard dl {
291         clear: both;
292 }
293
294 .powered {
295         font-size: 0.6em;
296         color: black;
297 }
298 .powered a {
299         color: #EBF3F3;
300         font-weight: bold;
301 }
302 .powered a:hover {
303         color: #FFC019;
304 }
305 .error-message {
306         color: #FF0000;
307         font-size: 1.1em;
308         border: 1px solid #FF8888;
309         background-color: #FFEEEE;
310         padding: 10px;
311 }
312 .info-message {
313         color: #204a87;
314         font-size: 1.1em;
315         border: 1px solid #3465a4;
316         background-color: #d7e3f1;
317         padding: 10px;
318 }
319
320
321 .nav-link {
322         float: right;
323         margin-left: 0px;
324         margin-right: 3px;
325         margin-top: 20px;
326         padding: 6px;
327         /*border: 2px solid #000000;*/
328         background: #D5D5D5;
329         font-size: 80%;
330         font-weight: bold;
331         -moz-border-radius-topleft: 3px;
332         -moz-border-radius-topright: 3px;
333         -webkit-border-radius-topleft: 3px;
334         -webkit-border-radius-topright: 3px;
335         border-radius-topleft: 3px;
336         border-radius-topright: 3px;
337 }
338 .nav-link:hover {
339         background-color: #0CBEFE;
340         color: #F5F6FB;
341 }
342
343
344 .nav-ajax-left {
345         margin-left: 1px;
346         margin-right: 2px;
347         margin-top: 15px;
348         float: left;
349         font-size: 0.6em;
350         font-weight: bold;
351         color: #F8FF15;
352         /*background: #FFFFFF;*/
353 }
354
355
356
357 .nav-selected {
358         border-bottom: none !important;
359         background: #F5F6FB !important;
360         padding: 8px 6px 6px 6px !important;
361         color: #000 !important;
362 }
363
364
365 .nav-ajax-left:hover {
366         font-size: 1.5em;
367 }
368
369 .nav-ajax-right {
370         margin-left: 1px;
371         float: right;
372         font-size: 0.6em;
373         font-weight: bold;
374         color: #FF0000;
375 }
376
377 .nav-commlink {
378         float: left;
379         margin-left: 3px;
380         margin-right: 0px;
381         margin-top: 20px;
382         padding: 6px;
383         /*border: 2px solid #000000;*/
384         background: #D5D5D5;
385         font-size: 80%;
386         font-weight: bold;
387         text-decoration: none;
388         -moz-border-radius-topleft: 3px;
389         -moz-border-radius-topright: 3px;
390         -webkit-border-radius-topleft: 3px;
391         -webkit-border-radius-topright: 3px;
392         border-radius-topleft: 3px;
393         border-radius-topright: 3px;
394 }
395 .nav-commlink:hover {
396         background-color: #0CBEFE;
397         color: #F5F6FB;
398 }
399
400 #nav-end {
401         clear: both;
402 }
403
404 .login-extra-links {
405         font-size: 0.7em;
406 }
407
408 #profile-extra-links {
409         margin-top: 20px;
410         margin-bottom: 20px;
411         margin-left: 20px;
412         margin-right: 20px;
413 }
414 #register-fill-ext {
415         margin-bottom: 25px;
416 }
417
418 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
419         float: left;
420         width: 350px;
421         margin-top: 10px;
422 }
423
424 #register-name, #register-email, #register-nickname {
425         float: left;
426         margin-top: 10px;
427         width: 150px;
428 }
429
430 #register-openid {
431         float: left;
432         margin-top: 10px;
433         width: 130px;
434 }
435
436 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
437         clear: both;
438 }
439
440 #register-nickname-desc {
441         margin-top: 30px;
442         width: 650px;
443 }
444 #register-sitename {
445         float: left;
446         margin-top: 10px;
447 }
448
449 #register-submit-button {
450         margin-top: 10px;
451 }
452
453 #label-login-name, #label-login-password, #login-extra-filler {
454         float: left;
455         width: 200px;
456         margin-bottom: 20px;
457 }
458
459
460 #login-password {
461         float: left;
462         width: 170px;
463 }
464
465 #login-name {
466         float: left;
467         width: 153px;
468 }
469
470 #login-name.no-openid {
471         float: left;
472         width: 170px;
473 }
474
475 #register-link, #lost-password-link {
476         float: left;
477         font-size: 80%;
478         margin-right: 15px;
479 }
480
481 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
482         clear: both;
483 }
484
485 #login-submit-button {
486 /*      margin-top: 10px; */
487         margin-left: 200px;
488 }
489
490 input#dfrn-url {
491         float: left;
492         background: url(friendika-16.png) no-repeat;
493         background-position: 2px center;
494         font-size: 17px;
495         padding-left: 21px;
496         height: 21px;
497         background-color: #FFFFFF;
498         color: #000000;
499         margin-bottom: 20px;
500 }
501
502 #dfrn-url-label {
503         float: left;
504         width: 250px;
505 }
506
507 #dfrn-request-url-end {
508         clear: both;
509 }
510
511 #knowyouyes, #knowyouno {
512         float: left;
513 }
514
515 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
516
517         float: none;
518 }
519 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
520         float: left;
521         width: 75px;
522         margin-left: 50px;
523         margin-bottom: 7px;
524 }
525 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
526         clear: both;
527
528 }
529
530 #dfrn-request-message-wrapper {
531         margin-bottom: 50px;
532 }
533 #dfrn-request-submit-wrapper {
534         clear: both;
535         margin-left: 50px;
536 }
537
538 #dfrn-request-info-wrapper {
539         margin-left: 50px;
540 }
541
542
543 #cropimage-wrapper, #cropimage-preview-wrapper {
544         float: left;
545         padding: 30px;
546 }
547
548 #crop-image-form {
549         margin-top: 30px;
550         clear: both;
551 }
552
553 .intro-wrapper {
554         margin-top: 20px;
555 }
556
557 .intro-fullname {
558         font-size: 1.1em;
559         font-weight: bold;
560
561 }
562 .intro-desc {
563         margin-bottom: 20px;
564         font-weight: bold;
565 }
566
567 .intro-note {
568         padding: 10px;
569 }
570
571 .intro-end {
572         padding: 30px;
573 }
574
575 .intro-form {
576         float: left;
577 }
578 .intro-approve-form {
579         clear: both;
580 }
581 .intro-approve-as-friend-end {
582         clear: both;
583 }
584 .intro-submit-approve, .intro-submit-ignore {
585         margin-right: 20px;
586 }
587 .intro-submit-approve {
588         margin-top: 15px;
589 }
590
591 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
592         float: left;
593         width: 100px;
594         margin-left: 20px;
595 }
596 .intro-approve-as-friend, .intro-approve-as-fan {
597         float: left;
598 }
599 .intro-form-end {
600         clear: both;
601 }
602 .intro-approve-as-friend-desc {
603         margin-top: 15px;
604 }
605 .intro-approve-as-end {
606         clear: both;
607         margin-bottom: 10px;
608 }
609
610 .intro-end {
611         clear: both;
612         margin-bottom: 30px;
613 }
614
615 #profile-extra-links ul {
616         list-style-type: none;
617 }
618
619
620 #profile-extra-links li {
621         margin-top: 5px;
622 }
623
624 #profile-edit-links ul {
625         list-style-type: none;
626 }
627
628 #profile-edit-links li {
629         margin-top: 10px;
630 }
631
632 .view-contact-wrapper {
633         margin-top: 20px;
634         float: left;
635         margin-left: 20px;
636         width: 180px;
637 }
638 #view-contact-end {
639         clear: both;
640 }
641 #viewcontacts {
642         margin-top: 15px;
643 }
644 #profile-edit-default-desc {
645         color: #FF0000;
646         border: 1px solid #FF8888;
647         background-color: #FFEEEE;
648         padding: 7px;
649 }
650
651 #profile-edit-clone-link-wrapper {
652         float: left;
653         margin-left: 50px;
654         margin-bottom: 20px;
655         width: 300px;
656 }
657
658 #profile-edit-drop-link-wrapper {
659         float: left;
660 }
661
662 #profile-edit-links-end {
663         clear: both;
664 }
665 .profile-listing-photo {
666         border: none;
667 }
668
669 .profile-edit-submit-wrapper {
670         margin-top: 20px;
671         margin-bottom: 20px;
672 }
673
674 #profile-photo-link-select-wrapper {
675         margin-top: 2em;
676 }
677 #profile-photo-wrapper img {
678         width:175px;
679         height:175px;
680 }
681
682 #profile-edit-profile-name-label,
683 #profile-edit-name-label,
684 #profile-edit-pdesc-label,
685 #profile-edit-gender-label,
686 #profile-edit-dob-label,
687 #profile-edit-address-label,
688 #profile-edit-locality-label,
689 #profile-edit-region-label,
690 #profile-edit-postal-code-label,
691 #profile-edit-country-name-label,
692 #profile-edit-marital-label,
693 #profile-edit-sexual-label,
694 #profile-edit-politic-label,
695 #profile-edit-religion-label,
696 #profile-edit-pubkeywords-label,
697 #profile-edit-prvkeywords-label,
698 #profile-edit-homepage-label {
699         float: left;
700         width: 175px;
701 }
702
703 #profile-edit-profile-name,
704 #profile-edit-name,
705 #profile-edit-pdesc,
706 #gender-select,
707 #profile-edit-dob,
708 #profile-edit-address,
709 #profile-edit-locality,
710 #profile-edit-region,
711 #profile-edit-postal-code,
712 #profile-edit-country-name,
713 #marital-select,
714 #sexual-select,
715 #profile-edit-politic,
716 #profile-edit-religion,
717 #profile-edit-pubkeywords,
718 #profile-edit-prvkeywords,
719 #profile-in-dir-yes,
720 #profile-in-dir-no,
721 #profile-in-netdir-yes,
722 #profile-in-netdir-no,
723 #hide-wall-yes,
724 #hide-wall-no,
725 #hide-friends-yes,
726 #hide-friends-no,
727 #settings-normal,
728 #settings-soapbox,
729 #settings-community,
730 #settings-freelove {
731         float: left;
732         margin-bottom: 20px;
733 }
734
735 #profile-in-dir-yes-label,
736 #profile-in-dir-no-label,
737 #profile-in-netdir-yes-label,
738 #profile-in-netdir-no-label,
739 #hide-wall-yes-label,
740 #hide-wall-no-label,
741 #hide-friends-yes-label,
742 #hide-friends-no-label {
743         margin-left: 125px;
744         float: left;
745         width: 50px;
746 }
747
748 #profile-edit-with-label {
749         width: 175px;
750         margin-left: 20px;
751 }
752
753 #profile-edit-pubkeywords-desc,
754 #profile-edit-prvkeywords-desc {
755         float: left;
756         margin-left: 20px;
757 }
758
759 #profile-publish-yes-reg,
760 #profile-publish-no-reg {
761        float: left;
762        margin-bottom: 10px;
763 }
764
765 #profile-publish-yes-label-reg,
766 #profile-publish-no-label-reg {
767        margin-left: 350px;
768        float: left;
769        width: 50px;
770 }
771
772 #profile-publish-break-reg,
773 #profile-publish-end-reg {
774        clear: both;
775 }
776
777
778
779 #profile-edit-homepage {
780         float: left;
781         margin-bottom: 35px;
782 }
783 #settings-normal-label,
784 #settings-soapbox-label,
785 #settings-community-label,
786 #settings-freelove-label {
787         float: left;
788         width: 200px;
789 }
790 #settings-normal-desc,
791 #settings-soapbox-desc,
792 #settings-community-desc,
793 #settings-freelove-desc {
794         float: left;
795         margin-left: 75px;
796 }
797
798 #profile-edit-profile-name-end,
799 #profile-edit-name-end,
800 #profile-edit-pdesc-end,
801 #profile-edit-gender-end,
802 #profile-edit-dob-end,
803 #profile-edit-address-end,
804 #profile-edit-locality-end,
805 #profile-edit-region-end,
806 #profile-edit-postal-code-end,
807 #profile-edit-country-name-end,
808 #profile-edit-marital-end,
809 #profile-edit-sexual-end,
810 #profile-edit-politic-end,
811 #profile-edit-religion-end,
812 #profile-edit-pubkeywords-end,
813 #profile-edit-prvkeywords-end,
814 #profile-edit-homepage-end,
815 #profile-in-dir-break,
816 #profile-in-dir-end,
817 #profile-in-netdir-break,
818 #profile-in-netdir-end,
819 #hide-wall-break,
820 #hide-wall-end,
821 #hide-friends-break,
822 #hide-friends-end,
823 #settings-normal-break,
824 #settings-soapbox-break,
825 #settings-community-break,
826 #settings-freelove-break {
827         clear: both;
828 }
829
830
831
832
833
834 #gender-select, #marital-select, #sexual-select {
835         width: 220px;
836 }
837
838 #profile-edit-profile-name-wrapper .required {
839         color: #FF0000;
840         float: left;
841 }
842
843 #contacts-main {
844         margin-top: 20px;
845         margin-bottom: 20px;
846 }
847
848 .contact-entry-wrapper {
849         float: left;
850         width: 120px;
851         height: 120px;
852 }
853
854 .contact-entry-direction-icon {
855         margin-top: 24px;
856         margin-right: 2px;
857 }
858
859 .contact-entry-photo img {
860         border: none;
861 }
862 .contact-entry-photo-end {
863         clear: both;
864 }
865 .contact-entry-name {
866         float: left;
867         margin-left: 0px;
868         width: 120px;
869         oveflow: hidden;
870 }
871 .contact-entry-edit-links {
872         margin-top: 6px;
873         margin-left: 10px;
874         width: 16px;
875 }
876 .contact-entry-nav-wrapper {
877         float: left;
878         margin-left: 10px;
879 }
880
881 .contact-entry-edit-links img {
882         border: none;
883         margin-right: 15px;
884 }
885 .contact-entry-photo {
886         float: left;
887         position: relative;
888 }
889 .contact-entry-end {
890         clear: both;
891 }
892
893 #contact-edit-end {
894         clear: both;
895         margin-bottom: 65px;
896 }
897
898 .contact-photo-menu-button {
899        position: absolute;
900        background-image: url("photo-menu.jpg");
901        background-position: top left; 
902        background-repeat: no-repeat;
903        margin: 0px; padding: 0px;
904        width: 16px;
905        height: 16px;
906        top: 64px; left:0px;
907        overflow: hidden;
908        text-indent: 40px;
909        display: none;
910        
911 }
912
913 .contact-photo-menu {
914        width: 100px;
915        border: 2px solid #444444;
916        background: #FFFFFF;
917        position: absolute;
918        left: 0px; top: 90px;
919        display: none;
920        z-index: 10000;
921 }
922 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
923 .contact-photo-menu li a { display: block; padding: 2px; }
924 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
925
926 #fsuggest-desc, #fsuggest-submit-wrapper {
927         margin-top: 15px;
928         margin-bottom: 15px;
929 }
930
931
932 .wall-item-content-wrapper {
933         margin-top: 10px;
934         border: 1px solid #CCC;
935         position: relative;
936 }
937
938 .wall-item-content-wrapper.comment {
939         margin-left: 50px;
940         background: #CCCCCC;
941 }
942
943 .wall-item-photo-wrapper {
944         margin-top: 10px;
945         margin-left: 10px;
946         margin-bottom: 10px;
947         width: 100px;
948         float: left;
949 }
950
951 .wall-item-photo-menu-button {
952         display: block;
953         position: absolute;
954         background-image: url("photo-menu.jpg");
955         background-position: top left; 
956         background-repeat: no-repeat;
957         margin: 0px; padding: 0px;
958         width: 16px;
959         height: 16px;
960         top: 74px; left:10px;
961         overflow: hidden;
962         text-indent: 40px;
963         display: none;
964 }
965 .wall-item-photo-menu {
966         width: auto;
967         border: 2px solid #444444;
968         background: #FFFFFF;
969         position: absolute;
970         left: 10px; top: 90px;
971         display: none;
972         z-index: 10000;
973 }
974 .wall-item-photo-menu ul { margin:0px; padding: 0px; list-style: none }
975 .wall-item-photo-menu li a { display: block; padding: 2px; }
976 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
977
978
979 .wall-item-arrowphoto-wrapper {
980         margin-top: 40px;
981 }
982 .wall-item-wrapper {
983         margin-left: 10px;;
984 }
985
986 .wall-item-lock {
987         position: absolute;
988         left: 105px;
989         top: 1px;
990 }
991
992 .wall-item-ago {
993         color: #888888;
994         font-size: 0.8em;
995 }
996 .wall-item-like-buttons {
997     float: left;
998     margin-right: 10px;
999     padding-right: 10px;
1000     border-right: 2px solid #fff;
1001 }
1002 .wall-item-like-buttons > a,
1003 .wall-item-like-buttons > img {
1004         float: left;
1005 }
1006
1007 .wall-item-share-buttons {
1008         margin-left: 5px;
1009 }
1010
1011 .editpost {
1012         margin-left: 10px;
1013         float: left;
1014 }
1015 .star-item {
1016         margin-left: 10px;
1017         float: left;    
1018 }
1019
1020
1021 #network-star-link{
1022         margin-top: 10px;
1023 }
1024 .network-star {
1025         float: left;
1026         margin-right: 5px;
1027 }
1028 #network-bmark-link {
1029         margin-top: 10px;
1030 }
1031
1032
1033
1034 .wall-item-info.wallwall {
1035         width: 285px;
1036 }
1037
1038 .wwto, .wall-item-arrowphoto-wrapper, .wwfrom {
1039         float: left;
1040         margin-right: 10px;
1041 }
1042
1043
1044 .wall-item-links-wrapper {
1045     float: left;
1046 }
1047
1048 .wall-item-delete-wrapper {
1049     float: right;
1050 }
1051
1052 .wall-item-delete-end {
1053     clear: both;
1054 }
1055
1056
1057 .wall-item-like-buttons img {
1058         cursor: pointer;
1059 }
1060
1061 .wall-item-delete-icon {
1062         border: none;
1063 }
1064
1065
1066 .wall-item-wrapper-end {
1067         clear: both;
1068 }
1069 .wall-item-name-link {
1070         font-weight: bold;
1071         text-decoration: none;
1072         color: #3172BD;
1073 }
1074 .wall-item-photo {
1075         border: none;
1076 }
1077 .wall-item-content {
1078         float: left;
1079         width: 450px;
1080         margin-left: 10px;
1081         margin-bottom: 20px;
1082         padding: 20px;
1083         max-height: 400px;
1084         overflow: auto;
1085
1086 }
1087 .wall-item-tools {
1088     clear: both;
1089 padding: 5px 10px 0px;
1090 }
1091 .wall-item-photo-end {
1092         clear: both;
1093 }
1094 .wall-item-author {
1095         margin-top: 10px;
1096 }
1097 .wall-item-info {
1098     display: block;
1099     float: left;
1100     width:110px;
1101     margin-right:10px;
1102 }
1103
1104 .wall-item-title {
1105         float: left;
1106         font-weight: bold;
1107         width: 450px;
1108 }
1109
1110 .wall-item-body {
1111         float: left;
1112         width: 450px;
1113         margin-top: 10px;
1114 }
1115
1116 .comment-edit-wrapper {
1117         margin-top: 15px;
1118         background: #CCCCCC;
1119         margin-left: 50px;
1120 }
1121
1122 .comment-wwedit-wrapper {
1123         margin-top: 15px;
1124         background: #CCCCCC;
1125         margin-left: 250px;
1126 }
1127
1128 .comment-edit-photo {
1129         margin-top: 10px;
1130         margin-left: 10px;
1131         margin-bottom: 10px;
1132         width: 100px;
1133         float: left;
1134 }
1135 .comment-edit-text-empty, .comment-edit-text-full {
1136         float: left;
1137         margin-top: 40px;
1138 }
1139 .comment-edit-text-end {
1140         clear: both;
1141 }
1142
1143 .comment-edit-submit {
1144         margin-left: 110px;
1145         margin-top: 10px;
1146 }
1147 #profile-jot-plugin-wrapper,
1148 #profile-jot-submit-wrapper {
1149         margin-top: 15px;
1150 }
1151
1152 #profile-jot-submit {
1153         float: left;
1154 }
1155 #profile-upload-wrapper {
1156         float: left;
1157         margin-left: 30px;
1158 }
1159 #profile-attach-wrapper {
1160     float: left;
1161     margin-left: 30px;
1162 }
1163 #profile-rotator {
1164         float: left;
1165         margin-left: 30px;
1166 }
1167 #profile-link-wrapper {
1168         float: left;
1169         margin-left: 15px;
1170 }
1171 #profile-youtube-wrapper {
1172         float: left;
1173         margin-left: 15px;
1174 }
1175 #profile-video-wrapper {
1176         float: left;
1177         margin-left: 15px;
1178 }
1179 #profile-audio-wrapper {
1180         float: left;
1181         margin-left: 15px;
1182 }
1183 #profile-location-wrapper {
1184         float: left;
1185         margin-left: 15px;
1186 }
1187 #profile-nolocation-wrapper {
1188         float: left;
1189         margin-left: 15px;
1190 }
1191
1192 #profile-title-wrapper {
1193         float: left;
1194         margin-left: 15px;
1195 }
1196
1197 #profile-jot-perms {
1198         float: left;
1199         margin-left: 100px;
1200         font-weight: bold;
1201         font-size: 1.2em;
1202 }
1203
1204 #profile-jot-perms-end {
1205         clear: both;
1206 }
1207 #profile-jot-plugin-end {
1208   clear:both;
1209 }
1210 .profile-jot-net {
1211         float: left;
1212         margin-right: 10px;
1213         margin-top: 5px;
1214         margin-bottom: 5px;
1215 }
1216
1217 #profile-jot-networks-end {
1218         clear: both;
1219 }
1220
1221 #profile-jot-end {
1222         clear: both;
1223         margin-bottom: 30px;
1224 }
1225 #about-jot-submit-wrapper {
1226         margin-top: 15px;
1227 }
1228 #about-jot-end {
1229         margin-bottom: 30px;
1230 }
1231 #contacts-main {
1232         margin-bottom: 30px;
1233 }
1234
1235 #profile-listing-desc {
1236         margin-left: 30px;
1237 }
1238
1239 #profile-listing-new-link-wrapper {
1240         margin-left: 30px;
1241         margin-bottom: 30px;
1242 }
1243 .profile-listing-photo-wrapper {
1244         float: left;
1245 }
1246
1247 .profile-listing-edit-buttons-wrapper {
1248         clear: both;
1249 }
1250 .profile-listing-photo-edit-link {
1251         float: left;
1252         width: 125px;
1253 }
1254 .profile-listing-end {
1255         clear: both;
1256 }
1257 .profile-listing-edit-buttons-wrapper img{
1258         border: none;
1259         margin-right: 20px;
1260 }
1261 .profile-listing {
1262         margin-top: 25px;
1263 }
1264 .profile-listing-name {
1265         float: left;
1266         margin-left: 32px;
1267         margin-top: 10px;
1268         color: #3172BD;
1269         font-weight: bold;
1270         width: 200px;
1271
1272 }
1273 .fortune {
1274         margin-top: 50px;
1275         color: #4444FF;
1276         font-weight: bold;
1277         margin-bottom: 20px;
1278 }
1279
1280
1281 .directory-end {
1282         clear: both;
1283 }
1284 .directory-name {
1285         text-align: center;
1286 }
1287 .directory-photo {
1288         margin-left: 25px;
1289 }
1290 .directory-details {
1291         font-size: 0.7em;
1292         text-align: center;
1293         margin-left: 5px;
1294         margin-right: 5px;
1295 }
1296 .directory-item {
1297         float: left;
1298         width: 225px;
1299         height: 260px;
1300         overflow: auto;
1301 }
1302
1303 #directory-search-wrapper {
1304         margin-top: 20px;
1305         margin-right: 20px;
1306         margin-bottom: 50px;
1307 }
1308
1309 #directory-search-end {
1310 }
1311
1312 .directory-photo-img {
1313         border: none;
1314 }
1315
1316
1317 .pager {
1318   padding: 10px;
1319   text-align: center;
1320   font-size: 1.0em;
1321 }
1322
1323
1324 .pager_first,
1325 .pager_last,
1326 .pager_prev,
1327 .pager_next,
1328 .pager_n {
1329         border: 1px solid black;
1330         background: #EEE;
1331         padding: 4px;
1332 }
1333
1334 .pager_first a,
1335 .pager_last a,
1336 .pager_prev a,
1337 .pager_next a,
1338 .pager_n a {
1339         text-decoration: none;
1340 }
1341
1342 .pager_current {
1343   border: 1px solid black;
1344   background: #FFCCCC;
1345   padding: 4px;
1346 }
1347
1348
1349 #advanced-profile-name-wrapper,
1350 #advanced-profile-gender-wrapper,
1351 #advanced-profile-dob-wrapper,
1352 #advanced-profile-age-wrapper,
1353 #advanced-profile-marital-wrapper,
1354 #advanced-profile-sexual-wrapper,
1355 #advanced-profile-homepage-wrapper,
1356 #advanced-profile-politic-wrapper,
1357 #advanced-profile-religion-wrapper,
1358 #advanced-profile-about-wrapper,
1359 #advanced-profile-interest-wrapper,
1360 #advanced-profile-contact-wrapper,
1361 #advanced-profile-music-wrapper,
1362 #advanced-profile-book-wrapper,
1363 #advanced-profile-tv-wrapper,
1364 #advanced-profile-film-wrapper,
1365 #advanced-profile-romance-wrapper,
1366 #advanced-profile-work-wrapper,
1367 #advanced-profile-education-wrapper {
1368         margin-top: 20px;
1369 }
1370
1371 #advanced-profile-name-text,
1372 #advanced-profile-gender-text,
1373 #advanced-profile-dob-text,
1374 #advanced-profile-age-text,
1375 #advanced-profile-marital-text,
1376 #advanced-profile-sexual-text,
1377 #advanced-profile-homepage-text,
1378 #advanced-profile-politic-text,
1379 #advanced-profile-religion-text,
1380 #advanced-profile-about-text,
1381 #advanced-profile-interest-text,
1382 #advanced-profile-contact-text,
1383 #advanced-profile-music-text,
1384 #advanced-profile-book-text,
1385 #advanced-profile-tv-text,
1386 #advanced-profile-film-text,
1387 #advanced-profile-romance-text,
1388 #advanced-profile-work-text,
1389 #advanced-profile-education-text {
1390         width: 300px;
1391         float: left;
1392 }
1393
1394 #advanced-profile-name-end,
1395 #advanced-profile-gender-end,
1396 #advanced-profile-dob-end,
1397 #advanced-profile-age-end,
1398 #advanced-profile-marital-end,
1399 #advanced-profile-sexual-end,
1400 #advanced-profile-homepage-end,
1401 #advanced-profile-politic-end,
1402 #advanced-profile-religion-end {
1403         clear: both;
1404 }
1405
1406 #advanced-profile-about-end,
1407 #advanced-profile-interest-end,
1408 #advanced-profile-contact-end,
1409 #advanced-profile-music-end,
1410 #advanced-profile-book-end,
1411 #advanced-profile-tv-end,
1412 #advanced-profile-film-end,
1413 #advanced-profile-romance-end,
1414 #advanced-profile-work-end,
1415 #advanced-profile-education-end {
1416
1417
1418 }
1419
1420 #advanced-profile-name,
1421 #advanced-profile-gender,
1422 #advanced-profile-dob,
1423 #advanced-profile-age,
1424 #advanced-profile-marital,
1425 #advanced-profile-sexual,
1426 #advanced-profile-homepage,
1427 #advanced-profile-politic,
1428 #advanced-profile-religion {
1429         float: left;
1430
1431 }
1432
1433
1434 #advanced-profile-about,
1435 #advanced-profile-interest,
1436 #advanced-profile-contact,
1437 #advanced-profile-music,
1438 #advanced-profile-book,
1439 #advanced-profile-tv,
1440 #advanced-profile-film,
1441 #advanced-profile-romance,
1442 #advanced-profile-work,
1443 #advanced-profile-education {
1444         margin-top: 10px;
1445         margin-left: 50px;
1446         margin-right: 20px;
1447         padding: 10px;
1448         border: 1px solid #CCCCCC;
1449 }
1450
1451 #advanced-profile-with {
1452         float: left;
1453         margin-left: 15px;
1454 }
1455
1456 #contact-edit-wrapper {
1457         margin-top: 50px;
1458 }
1459
1460 #contact-edit-banner-name {
1461         font-size: 1.4em;
1462         font-weight: bold;
1463         margin-left: 30px;
1464 }
1465 #contact-edit-nettype {
1466         margin-top: 5px;
1467         margin-left: 30px;
1468 }
1469
1470
1471 #contact-edit-poll-wrapper {
1472         margin-left: 50px;
1473         margin-top: 30px;
1474 }
1475 #contact-edit-poll-text {
1476         margin-top: 15px;
1477         margin-bottom: 5px;
1478 }
1479
1480 #contact-edit-update-now {
1481         margin-top: 15px;
1482 }
1483
1484 #contact-edit-photo-wrapper {
1485         margin-bottom: 20px;
1486 }
1487 #contact-edit-links {
1488         float: left;
1489 }
1490 #contact-edit-links a {
1491         float: left;
1492 }
1493 #contact-edit-links img {
1494         margin-left: 20px;
1495         border: none;
1496 }
1497
1498 #contact-drop-links {
1499         float: left;
1500 }
1501
1502 #contact-drop-links img {
1503         margin-left: 20px;
1504         border: none;
1505 }
1506
1507 #contact-edit-nav-end {
1508         clear: both;
1509 }
1510
1511 #contact-edit-direction-icon {
1512         float: left;
1513         margin-top: 70px;
1514         margin-right: 2px;
1515 }
1516
1517 #contact-edit-photo {
1518         float: left;
1519 }
1520
1521 #contact-edit-photo-end {
1522         clear: both;
1523 }
1524
1525 #contact-edit-photo-wrapper {
1526         float: left;
1527 }
1528
1529 #contact-edit-nav-wrapper {
1530         float: left;
1531 }
1532
1533 #contact-edit-end {
1534         clear: both;
1535 }
1536
1537 #contact-profile-selector {
1538         width: 175px;
1539         margin-left: 175px;
1540 }
1541
1542 #contact-reputation-selector {
1543         margin-left: 175px;
1544 }
1545
1546 #contact-edit-rating-text {
1547         margin-left: 175px;
1548 }
1549
1550 .contact-edit-submit {
1551         margin-top: 20px;
1552         margin-left: 50px;
1553 }
1554
1555 #block-message, #ignore-message, #profile-edit-insecure {
1556         margin-top: 20px;
1557         color: #FF0000;
1558         font-size: 1.1em;
1559         border: 1px solid #FF8888;
1560         background-color: #FFEEEE;
1561         padding: 10px;
1562 }
1563
1564 #block-message, #ignore-message {
1565         width: 180px;
1566 }
1567
1568 #profile-edit-insecure {
1569         width: 600px;
1570 }
1571
1572 .profile-tabs {
1573         float: left;
1574         padding: 4px;
1575         margin-top: 10px;
1576         margin-bottom: 10px;
1577         margin-right: 5px;
1578         /*border: 1px solid #CCC;*/
1579         /*background: #F8F8F8;*/
1580         font-size: 0.8em;
1581         font-weight: bold;
1582         background-color: #ECECEC;
1583         border: 1px solid #858585;
1584 }
1585 .profile-tabs:hover {
1586         background-color: #0CBEFE;
1587         color: #F5F6FB;
1588         border: 1px solid #F5F6FB;
1589         /*cursor: pointer;*/
1590 }
1591
1592 #profile-tabs-end {
1593         clear: both;
1594 }
1595
1596 .tabs {
1597         padding: 4px;
1598         margin-top: 10px;
1599         margin-bottom: 10px;
1600         margin-right: 5px;
1601         /*border: 1px solid #CCC;*/
1602         /*background: #F8F8F8;*/
1603         font-size: 0.8em;
1604         font-weight: bold;
1605         background-color: #ECECEC;
1606         border: 1px solid #858585;
1607 }
1608 .tabs:hover {
1609         background-color: #0CBEFE;
1610         color: #F5F6FB;
1611         border: 1px solid #F5F6FB;
1612         /*cursor: pointer;*/
1613 }
1614
1615
1616 .comment-edit-text-empty {
1617         color: gray;
1618         height: 30px;
1619         width: 175px;
1620         overflow: auto;
1621         margin-bottom: 10px;
1622 }
1623
1624 .comment-edit-text-full {
1625         color: black;
1626         height: 150px;
1627         width: 350px;
1628         overflow: auto;
1629 }
1630
1631 #profile-jot-text {
1632         height: 20px;
1633         color:#cccccc;
1634         border: 1px solid #cccccc;
1635 }
1636
1637
1638 /** acl **/
1639 #photo-edit-perms-select,
1640 #photos-upload-permissions-wrapper,
1641 #profile-jot-acl-wrapper{
1642         display:block!important;
1643 }
1644
1645
1646 #acl-wrapper {
1647         width: 690px;
1648         float:left;
1649 }
1650 #acl-search {
1651         float:right;
1652         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1653         padding-right:20px;
1654 }
1655 #acl-showall {
1656         float: left;
1657         display: block;
1658         width: auto;
1659         height: 20px;
1660         background-color: #cccccc;
1661         background-image: url("../../../images/show_all_off.png");
1662         background-position: 7px 7px;
1663         background-repeat: no-repeat;
1664         padding: 5px 5px 0px 30px;
1665         -webkit-border-radius: 5px ;
1666         -moz-border-radius: 5px;
1667         border-radius: 5px;
1668         color: #999999;
1669 }
1670 #acl-showall.selected {
1671         color: #000000;
1672         background-color: #ff9900;
1673         background-image: url("../../../images/show_all_on.png");
1674 }
1675
1676
1677 #acl-list {
1678         height: 210px;
1679         border: 1px solid #cccccc;
1680         clear: both;
1681         margin-top: 30px;
1682         overflow: auto;
1683 }
1684 #acl-list-content {
1685
1686 }
1687 .acl-list-item {
1688         display: block;
1689         width: 150px;
1690         height: 30px;
1691         border: 1px solid #cccccc;
1692         margin: 5px;
1693         float: left;
1694 }
1695 .acl-list-item img{
1696         width:22px;
1697         height: 22px;
1698         float: left;
1699         margin: 4px;
1700 }
1701 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1702 .acl-list-item a { 
1703         font-size: 8px;
1704         display: block;
1705         width: 40px;
1706         height: 10px;
1707         float: left;
1708         color: #999999;
1709         background-color: #cccccc;
1710         margin-right: 5px;
1711         -webkit-border-radius: 2px ;
1712         -moz-border-radius: 2px;
1713         border-radius: 2px;
1714         padding-left: 15px;
1715 }
1716 #acl-wrapper a:hover {
1717         text-decoration: none;
1718         color:#000000;
1719 }
1720 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1721 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1722
1723 .acl-button-show.selected {
1724         color: #000000;
1725         background-color: #9ade00;
1726         background-image: url("../../../images/show_on.png");
1727 }
1728 .acl-button-hide.selected {
1729         color: #000000;
1730         background-color: #ff4141;
1731         background-image: url("../../../images/hide_on.png");
1732 }
1733 .acl-list-item.groupshow { border-color: #9ade00; }
1734 .acl-list-item.grouphide { border-color: #ff4141; }
1735 /** /acl **/
1736
1737 #group-new-submit-wrapper {
1738         margin-top: 30px;
1739 }
1740
1741 #group-edit-name-label {
1742         float: left;
1743         width: 175px;
1744         margin-top: 20px;
1745         margin-bottom: 20px;
1746 }
1747
1748 #group-edit-name {
1749         float: left;
1750         width: 225px;
1751         margin-top: 20px;
1752         margin-bottom: 20px;
1753 }
1754
1755 #group-edit-name-wrapper {
1756
1757
1758 }
1759
1760
1761 #group_members_select_label {
1762         display: block;
1763         float: left;
1764         width: 175px;
1765 }
1766
1767 .group_members_select {
1768         float: left;
1769         width: 230px;
1770         overflow: auto;
1771 }
1772
1773 #group_members_select_end {
1774         clear: both;
1775 }
1776 #group-edit-name-end {
1777         clear: both;
1778 }
1779
1780 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1781         margin-bottom: 10px;
1782         margin-top: 20px;
1783 }
1784
1785 #prvmail-submit {
1786         float: left;
1787         margin-top: 10px;
1788         margin-right: 30px;
1789 }
1790 #prvmail-upload-wrapper,
1791 #prvmail-link-wrapper,
1792 #prvmail-rotator-wrapper {
1793         float: left;
1794         margin-top: 10px;
1795         margin-right: 10px;
1796         width: 24px;
1797 }
1798
1799 #prvmail-end {
1800         clear: both;
1801 }
1802
1803 .mail-list-sender,
1804 .mail-list-detail {
1805         float: left;
1806 }
1807 .mail-list-detail {
1808         margin-left: 20px;
1809 }
1810
1811 .mail-list-subject {
1812         font-size: 1.1em;
1813         margin-top: 10px;
1814 }
1815 a.mail-list-link {
1816         display: block;
1817         padding: 4px 5px;
1818 }
1819
1820 /*
1821 *a.mail-list-link:hover {
1822 *       background-color: #15607B;
1823 *       color: #F5F6FB;
1824 *}
1825 */
1826
1827 .mail-list-outside-wrapper-end {
1828         clear: both;
1829 }
1830
1831 .mail-list-outside-wrapper {
1832         margin-top: 30px;
1833 }
1834
1835 .mail-list-delete-wrapper {
1836         float: right;
1837         margin-right: 30px;
1838         margin-top: 15px;
1839 }
1840
1841 .mail-list-delete-icon {
1842         border: none;
1843 }
1844
1845 .mail-conv-sender,
1846 .mail-conv-detail {
1847         float: left;
1848 }
1849 .mail-conv-detail {
1850         margin-left: 20px;
1851         width: 500px;
1852 }
1853
1854 .mail-conv-subject {
1855         font-size: 1.1em;
1856         margin-top: 10px;
1857 }
1858
1859 .mail-conv-outside-wrapper-end {
1860         clear: both;
1861 }
1862
1863 .mail-conv-outside-wrapper {
1864         margin-top: 30px;
1865 }
1866
1867 .mail-conv-delete-wrapper {
1868         float: right;
1869         margin-right: 30px;
1870         margin-top: 15px;
1871 }
1872
1873 .mail-conv-delete-icon {
1874         border: none;
1875 }
1876
1877 .message-links ul {
1878         list-style-type: none;
1879 }
1880
1881 .message-links li {
1882         margin-top: 10px;
1883 }
1884 .message-links a {
1885         /*background-color: #ECECEC;*/
1886         /*border: 1px solid #858585;*/
1887         padding: 3px 5px;
1888         /*display: block;*/
1889 }
1890 .message-links a:hover {
1891         background-color: #0CBEFE;
1892         color: #F5F6FB;
1893         /*border: 1px solid #F5F6FB;*/
1894 }
1895
1896 #sidebar-group-list ul {
1897         list-style-type: none;
1898 }
1899
1900 #sidebar-group-list li {
1901         margin-top: 10px;
1902 }
1903
1904
1905 #search-save {
1906     margin-left: 5px;
1907 }
1908 .groupsideedit {
1909     margin-right: 10px;
1910 }
1911 #saved-search-ul {
1912     list-style-type: none;
1913 }
1914 .savedsearchdrop, .savedsearchterm {
1915     float: left;
1916     margin-top: 10px;
1917 }
1918 .savedsearchterm {
1919     margin-left: 10px;
1920 }
1921
1922
1923 #side-follow-wrapper {
1924         margin-top: 20px;
1925 }
1926 #side-follow-url {
1927         margin-top: 5px;
1928 }
1929 #side-follow-submit {
1930         margin-top: 15px;
1931 }
1932
1933 .photo-album-image-wrapper {
1934         float: left;
1935         margin-top: 15px;
1936         height: 350px;
1937         width: 350px;
1938 }
1939
1940 #photo-album-end {
1941         clear: both;
1942 }
1943
1944 .photo-top-image-wrapper {
1945         float: left;
1946         margin-top: 15px;
1947         height: 350px;
1948         width: 350px;
1949 }
1950
1951 #photo-top-end {
1952         clear: both;
1953 }
1954
1955 #photo-top-links {
1956         margin-bottom: 30px;
1957         margin-left: 30px;
1958 }
1959
1960 #photos-upload-newalbum-div {
1961         float: left;
1962         width: 175px;
1963 }
1964 #photos-upload-existing-album-text {
1965         float: left;
1966         width: 175px;
1967 }
1968 #photos-upload-newalbum {
1969         float: left;
1970 }
1971 #photos-upload-album-select {
1972         float: left;
1973 }
1974 #photos-upload-spacer {
1975         margin-top: 25px;
1976 }
1977 #photos-upload-new-end, #photos-upload-exist-end {
1978         clear: both;
1979 }
1980 #photos-upload-exist-end {
1981         margin-bottom: 15px;
1982 }
1983 #photos-upload-submit {
1984         margin-top: 15px;
1985 }
1986
1987 #photos_upload_applet_wrapper {
1988         margin-bottom: 15px;
1989 }
1990
1991 #photos-upload-no-java-message {
1992         margin-bottom: 15px;
1993 }
1994
1995 #profile-jot-desc {
1996         float: left;
1997         width: 480px;
1998         margin-top: 10px;
1999         margin-bottom: 10px;
2000 }
2001 #character-counter {
2002         float: left;
2003         font-size: 120%;
2004 }
2005
2006 #character-counter.grey {
2007         color: #888888;
2008 }
2009
2010 #character-counter.orange {
2011         color: orange;
2012 }
2013 #character-counter.red {
2014         color: red;
2015 }
2016
2017 #profile-jot-banner-end {
2018         clear: both;
2019 }
2020
2021 #photos-upload-select-files-text {
2022         margin-top: 15px;
2023         margin-bottom: 15px;
2024 }
2025
2026 #photos-upload-perms-menu, #photos-upload-perms-menu:visited {
2027         color: #8888FF;
2028         text-decoration: none;
2029         cursor: pointer;
2030 }
2031
2032 #photos-upload-perms-menu:hover {
2033         color: #0000FF;
2034         text-decoration: underline;
2035         cursor: pointer;
2036 }
2037 #settings-default-perms-menu {
2038         margin-top: 15px;
2039         margin-bottom: 15px;
2040 }
2041
2042 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2043         float: left;
2044         width: 150px;
2045 }
2046
2047 #photo-edit-perms-end {
2048         margin-bottom: 15px;
2049 }
2050
2051 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2052         float: left;
2053         margin-bottom: 25px;
2054 }
2055 #photo-edit-link-wrap {
2056         margin-bottom: 15px;
2057 }
2058 #photo-like-div {
2059         margin-bottom: 25px;
2060 }
2061
2062 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end {
2063         clear: both;
2064 }
2065
2066 #photo-edit-delete-button {
2067         margin-left: 200px;
2068 }
2069 #photo-edit-end {
2070         margin-bottom: 35px;
2071 }
2072 #photo-caption {
2073         font-size: 110%;
2074         font-weight: bold;
2075         margin-top: 15px;
2076         margin-bottom: 15px;
2077 }
2078
2079 #in-this-photo-text {
2080         color: #0000FF;
2081         margin-left: 30px;
2082 }
2083
2084 #in-this-photo {
2085         margin-left: 60px;
2086         margin-top: 10px;
2087         margin-bottom: 20px;
2088 }
2089
2090 #photo-album-edit-submit, #photo-album-edit-drop {
2091         margin-top: 15px;
2092         margin-bottom: 15px;
2093 }
2094
2095 #photo-album-edit-drop {
2096         margin-left: 200px;
2097 }
2098
2099 .group-delete-wrapper {
2100         float: right;
2101         margin-right: 50px;
2102 }
2103
2104 #install-dbhost-label,
2105 #install-dbuser-label,
2106 #install-dbpass-label,
2107 #install-dbdata-label,
2108 #install-admin-label,
2109 #install-tz-desc {
2110        float: left;
2111        width: 250px;
2112        margin-top: 10px;
2113        margin-bottom: 10px;
2114
2115 }
2116
2117 #install-dbhost,
2118 #install-dbuser,
2119 #install-dbpass,
2120 #install-dbdata,
2121 #install-admin {
2122        float: left;
2123        width: 200px;
2124        margin-left: 20px;
2125 }
2126
2127 #install-dbhost-end,
2128 #install-dbuser-end,
2129 #install-dbpass-end,
2130 #install-dbdata-end,
2131 #install-admin-end,
2132 #install-tz-end {
2133        clear: both;
2134 }
2135
2136 #install-form select#timezone_select {
2137        float: left;
2138        margin-top: 18px;
2139        margin-left: 20px;
2140 }
2141
2142 #dfrn-request-networks {
2143         margin-bottom: 30px;
2144 }
2145
2146 #pause {
2147   position: fixed;
2148   bottom: 5px;
2149   right: 5px;
2150 }
2151
2152 .sparkle {
2153         cursor: url('lock.cur'), pointer;
2154 /*      cursor: pointer !important; */
2155 }
2156
2157 .contact-block-div {
2158         float: left;
2159         width: 52px;
2160         height: 52px;
2161 }
2162 .contact-block-textdiv {
2163         float: left;
2164         width: 150px;
2165         height: 34px;
2166 }
2167
2168 #contact-block-end {
2169         clear: both;
2170 }
2171 .contact-block-link {
2172         float: left;
2173 }
2174 .contact-block-img {
2175         width:48px;
2176         height:48px;
2177 }
2178
2179 #tag-remove {
2180         margin-bottom: 15px;
2181 }
2182
2183 #tagrm li {
2184         margin-bottom: 10px;
2185 }
2186
2187 #tagrm-submit, #tagrm-cancel {
2188         margin-top: 25px;
2189 }
2190
2191 #tagrm-cancel {
2192         margin-left: 15px;
2193 }
2194
2195 .wall-item-conv {
2196         margin-top: 5px;
2197         margin-bottom: 25px;
2198 }
2199
2200 #search-submit {
2201         margin-left: 15px;
2202 }
2203
2204 #search-box {
2205         margin-bottom: 25px;
2206 }
2207
2208 .location-label, .gender-label, .marital-label, .homepage-label {
2209         float: left;
2210         text-align: right;
2211         display: block;
2212         width: 65px;
2213 }
2214
2215 .adr, .x-gender, .marital-text, .homepage-url {
2216         float: left;
2217         display: block;
2218         margin-left: 8px;
2219 }
2220
2221 .profile-clear {
2222         clear: both;
2223 }
2224
2225
2226 .clear {
2227         clear: both;
2228 }
2229
2230 .cc-license {
2231         margin-top: 50px;
2232         font-size: 70%;
2233 }
2234
2235
2236 #plugin-settings-link, #account-settings-link, #uexport-link {
2237         margin-bottom: 10px;
2238 }
2239
2240
2241 #birthday-title {
2242         float: left;
2243         font-weight: bold;      
2244 }
2245
2246 #birthday-adjust {
2247         float: left;
2248         font-size: 75%;
2249         margin-left: 10px;
2250 }
2251
2252 #birthday-title-end {
2253         clear: both;
2254 }
2255
2256 .birthday-list {
2257         margin-left: 15px;
2258 }
2259
2260 #birthday-wrapper {
2261         margin-bottom: 20px;
2262 }
2263
2264
2265 #network-new-link {
2266         margin-top: 15px;
2267         margin-bottom: 15px;
2268 }
2269
2270 .tool-wrapper {
2271   float: left;
2272   margin-left: 15px;
2273 }
2274 .tool-link {
2275   cursor: pointer;
2276 }
2277
2278
2279 .calendar {
2280         font-family: Courier, monospace;
2281 }
2282 .today {
2283         color: #FF0000;
2284 }
2285
2286
2287 .settings-block {
2288         border: 1px solid #AAA;
2289         margin: 10px;
2290         padding: 10px;
2291 }
2292
2293
2294 .app-title {
2295         margin: 10px;
2296 }
2297
2298
2299 #identity-manage-desc {
2300         margin-top:15px;
2301         margin-bottom: 15px;
2302 }
2303
2304 #identity-manage-choose {
2305         margin-bottom: 15px;
2306 }
2307
2308 #identity-submit {
2309         margin-top: 20px;
2310 }
2311
2312
2313 #photo-prev-link, #photo-next-link {
2314         padding: 10px;
2315         float: left;
2316 }
2317
2318 #photo-photo {
2319         float: left;
2320 }
2321
2322 #photo-photo-end {
2323         clear: both;
2324 }
2325
2326
2327 .profile-match-photo {
2328         float: left;
2329         text-align: center;
2330         width: 120px;
2331 }
2332
2333 .profile-match-name {
2334         float: left;
2335         text-align: center;
2336         width: 120px;
2337         overflow: hidden;
2338 }
2339
2340 .profile-match-break,
2341 .profile-match-end {
2342         clear: both;
2343 }
2344
2345 .profile-match-wrapper {
2346         float: left;
2347         padding: 10px;
2348     width: 120px;
2349     height: 120px;
2350     scroll: auto;
2351
2352 }
2353 #profile-match-wrapper-end {
2354         clear: both;
2355 }
2356
2357 .side-link {
2358         margin-bottom: 15px;
2359 }
2360
2361 #language-selector {
2362         position: absolute;
2363         top: 0;
2364         left: 16px;
2365 }
2366
2367
2368 #group-members {
2369         margin-top: 20px;
2370         padding: 10px;
2371         height: 250px;
2372         overflow: auto;
2373         border: 1px solid #ddd;
2374 }
2375
2376 #group-members-end {
2377         clear: both;
2378 }
2379
2380 #group-separator {
2381         margin-top: 10px;
2382         margin-bottom: 10px;
2383 }
2384
2385 #group-all-contacts {
2386         padding: 10px;
2387         height: 450px;
2388         overflow: auto;
2389         border: 1px solid #ddd;
2390 }
2391
2392 #group-all-contacts-end {
2393         clear: both;
2394         margin-bottom: 10px;
2395 }
2396
2397 #group-edit-desc {
2398     margin-top: 15px;
2399 }
2400
2401
2402 #prof-members {
2403         margin-top: 20px;
2404         padding: 10px;
2405         height: 250px;
2406         overflow: auto;
2407         border: 1px solid #ddd;
2408 }
2409
2410 #prof-members-end {
2411         clear: both;
2412 }
2413
2414 #prof-separator {
2415         margin-top: 10px;
2416         margin-bottom: 10px;
2417 }
2418
2419 #prof-all-contacts {
2420         padding: 10px;
2421         height: 450px;
2422         overflow: auto;
2423         border: 1px solid #ddd;
2424 }
2425
2426 #prof-all-contacts-end {
2427         clear: both;
2428         margin-bottom: 10px;
2429 }
2430
2431 #prof-edit-desc {
2432         margin-top: 15px;
2433 }
2434
2435 #crepair-nick-label,
2436 #crepair-attag-label,
2437 #crepair-url-label,
2438 #crepair-request-label,
2439 #crepair-confirm-label,
2440 #crepair-notify-label,
2441 #crepair-poll-label {
2442         float: left;
2443         width: 200px;
2444         margin-bottom: 15px;
2445 }
2446
2447 #crepair-nick,
2448 #crepair-attag,
2449 #crepair-url,
2450 #crepair-request,
2451 #crepair-confirm,
2452 #crepair-notify,
2453 #crepair-poll {
2454         float: left;
2455         width: 300px;
2456 }
2457
2458 #netsearch-box {
2459         margin-top: 20px;
2460         width: 150px;   
2461 }
2462
2463 #netsearch-box #search-submit {
2464         margin: 5px 0px 0px 0px;
2465 }
2466
2467 .required {
2468         color: #FF0000;
2469 }
2470
2471 .eventcal {
2472         float: left;
2473         font-size: 20px;
2474 }
2475
2476
2477 .vevent {
2478        border: 1px solid #CCCCCC;
2479 }
2480 .vevent .event-description, .vevent .event-location {
2481        margin-left: 10px;
2482        margin-right: 10px;
2483 }
2484 .vevent .event-start {
2485        margin-left: 10px;
2486        margin-right: 10px;
2487 }
2488
2489
2490 #new-event-link {
2491         margin-bottom: 10px;
2492 }
2493
2494
2495 .edit-event-link, .plink-event-link {
2496         float: left;
2497     margin-top: 4px;
2498     margin-right: 4px;
2499     margin-bottom: 15px;
2500 }
2501
2502
2503 .event-description:before {
2504         content: url('../../../images/calendar.png');
2505         margin-right: 15px;
2506 }
2507
2508 .event-list-date {
2509         margin-bottom: 10px;
2510 }
2511
2512 .event-start, .event-end {
2513         margin-left: 10px;
2514         width: 330px;
2515         clear: both;
2516 }
2517
2518 .event-start .dtstart, .event-end .dtend {
2519         float: right;
2520 }
2521
2522 .prevcal, .nextcal {
2523         float: left;
2524         margin-left: 32px;
2525         margin-right: 32px;
2526         margin-top: 64px;
2527 }
2528 .event-calendar-end {
2529         clear: both;
2530 }
2531  
2532 .calendar {
2533         font-family: Courier, monospace;
2534 }
2535 .today {
2536         font-weight: bold;
2537         color: #FF0000;
2538 }
2539
2540
2541 #event-start-text, #event-finish-text {
2542         margin-top: 10px;
2543         margin-bottom: 5px;
2544 }
2545
2546 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2547         float: left;
2548 }
2549 #event-datetime-break {
2550         margin-bottom: 10px;
2551 }
2552
2553 #event-nofinish-break, #event-adjust-break {
2554         clear: both;
2555 }
2556
2557 #event-desc-text, #event-location-text {
2558         margin-top: 10px;
2559         margin-bottom: 5px;
2560 }
2561 #event-submit {
2562         margin-top: 10px;
2563 }
2564
2565
2566 .item-select {
2567         opacity: 0.1;
2568         filter:alpha(opacity=10);
2569         float: right;
2570         margin-right: 10px;
2571
2572 }
2573 .item-select:hover, .checkeditem {
2574         opacity: 1;
2575         filter:alpha(opacity=100);
2576 }
2577
2578
2579 #item-delete-selected {
2580         margin-top: 30px;
2581 }
2582
2583 #item-delete-selected-end {
2584         clear: both;
2585 }
2586 #item-delete-selected-icon, #item-delete-selected-desc {
2587         float: left;
2588         margin-right: 5px;
2589 }
2590 #item-delete-selected-desc:hover {
2591         text-decoration: underline;
2592 }
2593
2594 #lang-select-icon {
2595         cursor: pointer;
2596         position: absolute;
2597         left: 0px;
2598         top: 0px;
2599 }
2600 /**
2601  * Form fields
2602  */
2603 .field {
2604         margin-bottom: 10px;
2605         padding-bottom: 10px;
2606         overflow: auto;
2607         width: 100%
2608 }
2609
2610 .field label {
2611         float: left;
2612         width: 200px;
2613 }
2614
2615 .field input,
2616 .field textarea {
2617         width: 400px;
2618 }
2619 .field textarea { height: 100px; }
2620 .field_help {
2621         display: block;
2622         margin-left: 200px;
2623         color: #666666;
2624         
2625 }
2626
2627
2628 .field .onoff {
2629         float: left;
2630         width: 80px;
2631 }
2632 .field .onoff a {
2633         display: block;
2634         border:1px solid #666666;
2635         background-image:url("../../../images/onoff.jpg");
2636         background-repeat: no-repeat;
2637         padding: 4px 2px 2px 2px;
2638         height: 16px;
2639         text-decoration: none;
2640 }
2641 .field .onoff .off {
2642         border-color:#666666;
2643         padding-left: 40px;
2644         background-position: left center;
2645         background-color: #cccccc;
2646         color: #666666;
2647         text-align: right;
2648 }
2649 .field .onoff .on {
2650         border-color:#204A87;
2651         padding-right: 40px;
2652         background-position: right center;
2653         background-color: #3465A4;
2654         color: #FFFFFF;
2655         text-align: left;
2656 }
2657 .hidden { display: none!important; }
2658
2659 .field.radio .field_help { margin-left: 0px; }
2660
2661
2662 /**
2663  * ADMIN
2664  */
2665 #pending-update {
2666         float:right;
2667         color: #ffffff;
2668         font-weight: bold;
2669         background-color: #FF0000;
2670         padding: 0em 0.3em;
2671 }
2672
2673 #adminpage dl {
2674         clear: left;
2675         margin-bottom: 2px;
2676         padding-bottom: 2px;
2677         border-bottom: 1px solid black;
2678 }
2679 #adminpage dt {
2680         width: 200px;
2681         float: left;
2682         font-weight: bold;
2683 }
2684 #adminpage dd {
2685         margin-left: 200px;
2686 }
2687
2688 #adminpage h3 {
2689         border-bottom: 1px solid #cccccc;
2690 }
2691
2692 #adminpage .submit {
2693         clear:left;
2694 }
2695
2696 #adminpage #pluginslist {
2697         margin: 0px; padding: 0px;
2698 }
2699 #adminpage .plugin {
2700         list-style: none;
2701         display: block;
2702         border: 1px solid #888888;
2703         padding: 1em;
2704         margin-bottom: 5px;
2705         clear: left;
2706 }
2707 #adminpage .toggleplugin {
2708         float:left;
2709         margin-right: 1em;
2710 }
2711
2712 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
2713 #adminpage table th { text-align: left;}
2714 #adminpage td .icon { float: left;}
2715 #adminpage table#users img { width: 16px; height: 16px; }
2716 #adminpage table tr:hover { background-color: #bbc7d7; }
2717 #adminpage .selectall { text-align: right; }
2718 /**
2719  * ICONS
2720  */
2721 .icon {
2722         display: block; width: 16px; height: 16px;
2723         background-image: url('../../../images/icons.png');
2724 }
2725 .article { background-position: 0px 0px;}
2726 .audio { background-position: -16px 0px;}
2727 .block { background-position: -32px 0px;}
2728 .drop { background-position: -48px 0px;}
2729 .drophide { background-position: -64px 0px;}
2730 .edit { background-position: -80px 0px;}
2731 .camera { background-position: -96px 0px;}
2732 .dislike { background-position: -112px 0px;}
2733 .like { background-position: -128px 0px;}
2734 .link { background-position: -144px 0px;}
2735
2736 .globe { background-position: 0px -16px;}
2737 .noglobe { background-position: -16px -16px;}
2738 .no { background-position: -32px -16px;}
2739 .pause { background-position: -48px -16px;}
2740 .play { background-position: -64px -16px;}
2741 .pencil { background-position: -80px -16px;}
2742 .small-pencil { background-position: -96px -16px;}
2743 .recycle { background-position: -112px -16px;}
2744 .remote-link { background-position: -128px -16px;}
2745 .share { background-position: -144px -16px;}
2746
2747 .tools { background-position: 0px -32px;}
2748 .lock { background-position: -16px -32px;}
2749 .unlock { background-position: -32px -32px;}
2750 .video { background-position: -48px -32px;}
2751 .youtube { background-position: -64px -32px;}
2752 .attach { background-position: -80px -32px; }
2753 .language { background-position: -96px -32px; }
2754 .prev { background-position: -112px -32px; }
2755 .next { background-position: -128px -32px; }
2756 .on { background-position: -144px -32px; }
2757
2758 .off { background-position: 0px -48px; }
2759 .starred { background-position: -16px -48px; }
2760 .unstarred { background-position: -32px -48px; }
2761 .tagged { background-position: -48px -48px; }
2762
2763 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
2764
2765 .attachtype {
2766         display: block; width: 20px; height: 23px;
2767         float: left;
2768         background-image: url('../../../images/content-types.png');
2769 }
2770
2771 .body-attach {
2772         margin-top: 10px;
2773 }
2774
2775 .type-video { background-position: 0px; 0px; }
2776 .type-image { background-position: -20px; 0px; }
2777 .type-audio { background-position: -40px; 0px; }
2778 .type-text  { background-position: -60px; 0px; }
2779 .type-unkn  { background-position: -80px; 0px; }
2780