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