3ed83e28b94a5b127762cec7d1258aaf50e2d8b9
[friendica.git/.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 addon 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-tools a {
1395         border-radius: 4px;
1396         padding: 2px;
1397         background-position: center;
1398         background-size: initial !important;
1399 }
1400
1401 .wall-item-tools a.active {
1402         background-color: rgba(59, 101, 164, 0.5);
1403 }
1404
1405 .wall-item-share-buttons {
1406         margin-left: 10px;
1407         margin-right: 10px;
1408 }
1409
1410 .editpost,
1411 .star-item ,
1412 .tag-item,
1413 .filer-item,
1414 .event-item {
1415         margin-left: 10px;
1416         float: left;
1417 }
1418
1419 .wall-item-links-wrapper {
1420         float: left;
1421 }
1422
1423 .wall-item-delete-wrapper {
1424         float: right;
1425 }
1426
1427 /*.wall-item-delete-end {
1428         clear: both;
1429 }*/
1430
1431 .wall-item-delete-icon {
1432         border: none;
1433 }
1434
1435
1436 /*.wall-item-wrapper-end {
1437         clear: both;
1438 }*/
1439 .wall-item-name-link {
1440         font-weight: bold;
1441         text-decoration: none;
1442         color: #3172BD;
1443 }
1444 .wall-item-photo {
1445         border: none;
1446         border-radius: 7px;
1447         -moz-border-radius: 7px;
1448         -webkit-border-radius: 7px;
1449 }
1450 .comment .wall-item-photo {
1451         width: 50px !important;
1452         height: 50px !important;
1453         border-radius: 5px;
1454         -moz-border-radius: 5px;
1455         -webkit-border-radius: 5px;
1456 }
1457 .wall-item-content {
1458         margin-left: 10px;
1459         padding-right: 1em;
1460 /*      max-height: 500px;*/
1461         overflow: auto;
1462 }
1463
1464 .wall-item-content img {
1465         display: block;
1466         margin-top: 12px;
1467         margin-bottom: 12px;
1468         margin-right: auto;
1469         margin-left: auto;
1470 /*      max-width: 100%;*/
1471         max-width: 400px; /* to make room for the shadow */
1472         padding: 5px;
1473
1474         box-shadow: 0 0 10px #000;
1475         -moz-box-shadow: 0 0 10px #000;
1476         -webkit-box-shadow: 0 0 10px #000;
1477 }
1478
1479 .shared_content img {
1480         max-width: 100%;
1481 }
1482
1483 .comment .wall-item-content img {
1484         max-width: 370px;
1485 }
1486
1487 .wall-item-content img.smiley {
1488         display: inline;
1489         margin: auto;
1490         padding: 0;
1491         box-shadow: none;
1492         -moz-box-shadow: none;
1493         -webkit-box-shadow: none;
1494 }
1495
1496 .divgrow-showmore {
1497         display: block;
1498         clear: both;
1499         text-align: center;
1500         outline: 0;
1501         border-top: 1px dotted #888;
1502 }
1503
1504
1505
1506 .wall-item-title {
1507         float: left;
1508         font-weight: bold;
1509         font-size: 1.6em;
1510         /*width: 450px;*/
1511 }
1512
1513 /*.wall-item-title-end {
1514         clear: both;
1515 }*/
1516
1517 .wall-item-body {
1518         text-align: justify;
1519         float: left;
1520         clear: left;
1521         /*width: 450px;*/
1522         width: 100%;
1523         margin-top: 10px;
1524         line-height: 18px;
1525 }
1526
1527 .wall-item-body iframe {
1528         display: block;
1529         clear: both;
1530         margin-top: 1.5em;
1531         margin-bottom: 1.5em;
1532 }
1533
1534 .wall-item-tools {
1535         clear: both;
1536
1537         margin-top: 10px;
1538         margin-left: 0px;
1539         padding: 10px 10px 0px 2px;
1540
1541         height: 22px;
1542
1543         border-bottom: 1px solid #ddd;
1544 }
1545 .wall-item-author {
1546         margin-top: 0px;
1547 }
1548
1549 .comment .wall-item-tools {
1550         margin-left: 0px;
1551         margin-top: 5px;
1552         padding-top: 0px;
1553 }
1554
1555 .comment-edit-wrapper {
1556         margin-top: 15px;
1557         background: #f3f3f3;
1558         margin-left: 50px;
1559 }
1560
1561 .comment-wwedit-wrapper {
1562         display: block;
1563         margin-top: 15px;
1564         background: #f3f3f3;
1565         margin-left: 75px;
1566 }
1567
1568 .comment-wwedit-wrapper.comment {
1569         width: 300px;
1570         margin-left: 150px;
1571         border-radius: 10px;
1572 }
1573
1574 .comment-edit-photo {
1575         margin-top: 10px;
1576         margin-left: 10px;
1577         margin-bottom: 10px;
1578         width: 70px;
1579         float: left;
1580 }
1581 .comment-edit-photo img {
1582         width: 25px;
1583 }
1584 .comment .comment-edit-photo {
1585         width: 50px;
1586 }
1587 .comment-edit-text-empty, .comment-edit-text-full {
1588         float: left;
1589         margin-top: 10px;
1590         -moz-border-radius: 3px;
1591         -webkit-border-radius: 3px;
1592         border-radius: 3px;
1593         border: 1px solid #cccccc;
1594         padding: 3px 1px 1px 3px;
1595 }
1596
1597 .comment-edit-text-empty {
1598         color: gray;
1599         height: 30px;
1600         width: 175px;
1601         overflow: auto;
1602         margin-bottom: 10px;
1603 }
1604
1605 .comment-edit-text-full {
1606         color: black;
1607         height: 150px;
1608         width: 350px;
1609         overflow: auto;
1610 }
1611
1612 .comment .comment-edit-text-empty {
1613         height: 1.5em;
1614         width: 150px;
1615 }
1616
1617 .comment .comment-edit-text-full {
1618         margin-left: 10px;
1619         width: 275px;
1620 }
1621
1622 .comment-edit-text-end {
1623         clear: both;
1624 }
1625
1626 .comment-edit-submit {
1627         margin: 10px 0px 10px 110px;
1628 }
1629 .comment .comment-edit-submit {
1630         margin-left: 30px;
1631 }
1632
1633 .shared_header {
1634         border-top: 1px solid #aaa;
1635         color: #999;
1636
1637         height: 42px; /* 32 px for the image plus 10 px for the margin around the image */
1638         padding-top: 0.5em;
1639         margin-top: 1em;
1640         margin-bottom: 1em;
1641
1642 }
1643 .shared_header img {
1644         float: left;
1645
1646         margin: auto 1em auto auto;
1647         padding: 0;
1648
1649         box-shadow: none;
1650         -moz-box-shadow: none;
1651         -webkit-box-shadow: none;
1652 }
1653
1654 #profile-jot-plugin-wrapper,
1655 #profile-jot-submit-wrapper {
1656         margin-top: 15px;
1657 }
1658 #profile-jot-banner-wrapper {
1659         height: 1.5em;
1660         display: block;
1661         clear: left
1662 }
1663
1664 #profile-jot-submit {
1665         float: left;
1666 }
1667 #profile-upload-wrapper {
1668         float: left;
1669         margin-left: 30px;
1670 }
1671 #profile-attach-wrapper {
1672         float: left;
1673         margin-left: 15px;
1674 }
1675 #profile-rotator {
1676         float: left;
1677         margin-left: 30px;
1678 }
1679 #profile-link-wrapper {
1680         float: left;
1681         margin-left: 30px;
1682 }
1683 #profile-youtube-wrapper {
1684         float: left;
1685         margin-left: 15px;
1686 }
1687 #profile-video-wrapper {
1688         float: left;
1689         margin-left: 15px;
1690 }
1691 #profile-audio-wrapper {
1692         float: left;
1693         margin-left: 15px;
1694 }
1695 #profile-location-wrapper {
1696         float: left;
1697         margin-left: 15px;
1698 }
1699 #jot-preview-link {
1700         float: left;
1701         margin-left: 45px;
1702         margin-top: 0px !important;
1703 }
1704
1705
1706 #profile-nolocation-wrapper {
1707         float: left;
1708         margin-left: 15px;
1709 }
1710 #profile-title-wrapper {
1711         float: left;
1712         margin-left: 15px;
1713 }
1714
1715 #profile-jot-perms {
1716         float: left;
1717         margin-left: 100px;
1718         font-weight: bold;
1719         font-size: 1.2em;
1720 }
1721
1722
1723 #profile-jot-perms-end {
1724         /*clear: left;*/
1725         height: 30px;
1726 }
1727
1728 #profile-jot-plugin-end{
1729   clear: both;
1730 }
1731 .profile-jot-net {
1732         float: left;
1733         margin-right: 10px;
1734         margin-top: 5px;
1735         margin-bottom: 5px;
1736 }
1737
1738 #profile-jot-networks-end {
1739         clear: both;
1740 }
1741
1742 .profile-jot-box {
1743         margin-top: 50px;
1744 }
1745
1746 #profile-jot-end {
1747         /*clear: both;*/
1748         margin-bottom: 30px;
1749 }
1750 #about-jot-submit-wrapper {
1751         margin-top: 15px;
1752 }
1753 #about-jot-end {
1754         margin-bottom: 30px;
1755 }
1756 #contacts-main {
1757         margin-bottom: 30px;
1758 }
1759
1760 #profile-listing-desc {
1761         margin-left: 30px;
1762 }
1763
1764 #profile-listing-new-link-wrapper {
1765         margin-left: 30px;
1766         margin-bottom: 30px;
1767 }
1768 .profile-listing-photo-wrapper {
1769         float: left;
1770 }
1771
1772 .profile-listing-edit-buttons-wrapper {
1773         clear: both;
1774 }
1775 .profile-listing-photo-edit-link {
1776         float: left;
1777         width: 125px;
1778 }
1779 .profile-listing-end {
1780         clear: both;
1781 }
1782 .profile-listing-edit-buttons-wrapper img{
1783         border: none;
1784         margin-right: 20px;
1785 }
1786 .profile-listing {
1787         margin-top: 25px;
1788 }
1789 .profile-listing-name {
1790         float: left;
1791         margin-left: 32px;
1792         margin-top: 10px;
1793         color: #3172BD;
1794         font-weight: bold;
1795         width: 200px;
1796
1797 }
1798 .fortune {
1799         margin-top: 50px;
1800         color: #4444FF;
1801         font-weight: bold;
1802         margin-bottom: 20px;
1803 }
1804
1805
1806 .directory-end {
1807         clear: both;
1808 }
1809 .directory-name {
1810         text-align: center;
1811 }
1812 .directory-photo {
1813         margin-left: 25px;
1814 }
1815 .directory-details {
1816         font-size: 0.7em;
1817         text-align: center;
1818         margin-left: 5px;
1819         margin-right: 5px;
1820 }
1821 .directory-item {
1822         float: left;
1823 /*      width: 225px;
1824         height: 260px;*/
1825         padding-left: 25px;
1826         width: 150px;
1827         height: 225px;
1828         overflow: auto;
1829 }
1830
1831 #directory-search-wrapper {
1832         margin-top: 20px;
1833         margin-right: 20px;
1834         margin-bottom: 50px;
1835 }
1836
1837 #directory-search-end {
1838 }
1839
1840 .directory-photo-img {
1841         width: 125px;
1842         border: none;
1843 }
1844
1845 /* NOTE: The order of the "pager" items here is very important!
1846  * The concern is maintaining a decent-looking pager for people who still use
1847  * the numbers, while also having a nice-looking pager for people who use the
1848  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1849  * while the newer pager just has bare <a> tags inside the div.pager. So the
1850  * following CSS sets everything up for the newer pager, then overrides those
1851  * settings for the specific classes used by the older pager.
1852  */
1853 .pager {
1854   margin-top: 35px;
1855   margin-bottom: 20px;
1856   padding: 10px 0px;
1857   text-align: center;
1858 }
1859
1860 .pager a {
1861         font-size: 1.5em;
1862         padding: 0.2em 1em;
1863         border: 1px solid #aaa;
1864         border-radius: 10px;
1865         -moz-border-radius: 10px;
1866         -webkit-border-radius: 10px;
1867 }
1868
1869 .pager .disabled {
1870         display: none;
1871 }
1872
1873 .pager_first,
1874 .pager_last,
1875 .pager_prev,
1876 .pager_next,
1877 .pager_n,
1878 .scroll_loader_text {
1879 /*      background: #EEE;*/
1880 }
1881
1882 .pager_first a,
1883 .pager_last a,
1884 .pager_prev a,
1885 .pager_next a,
1886 .pager_n a {
1887     font-size: 0.97em;
1888         border: 1px solid black;
1889         border-radius: 7px;
1890         -moz-border-radius: 7px;
1891         -webkit-border-radius: 7px;
1892         text-decoration: none;
1893         padding: 4px 6px 4px 3px;
1894         opacity: 0.5;
1895 }
1896 .pager_first a:hover,
1897 .pager_last a:hover,
1898 .pager_prev a:hover,
1899 .pager_next a:hover,
1900 .pager_n a:hover {
1901         opacity: 1.0;
1902 }
1903
1904 .pager_current {
1905   font-size: 0.97em;
1906   border: 1px solid black;
1907   border-radius: 7px;
1908   background: #FFCCCC;
1909   padding: 4px 6px 4px 3px;
1910 }
1911
1912
1913 #advanced-profile-name-wrapper,
1914 #advanced-profile-gender-wrapper,
1915 #advanced-profile-dob-wrapper,
1916 #advanced-profile-age-wrapper,
1917 #advanced-profile-marital-wrapper,
1918 #advanced-profile-sexual-wrapper,
1919 #advanced-profile-homepage-wrapper,
1920 #advanced-profile-xmpp-wrapper,
1921 #advanced-profile-politic-wrapper,
1922 #advanced-profile-religion-wrapper,
1923 #advanced-profile-about-wrapper,
1924 #advanced-profile-interest-wrapper,
1925 #advanced-profile-contact-wrapper,
1926 #advanced-profile-music-wrapper,
1927 #advanced-profile-book-wrapper,
1928 #advanced-profile-tv-wrapper,
1929 #advanced-profile-film-wrapper,
1930 #advanced-profile-romance-wrapper,
1931 #advanced-profile-work-wrapper,
1932 #advanced-profile-education-wrapper {
1933         margin-top: 20px;
1934 }
1935
1936 #advanced-profile-name-text,
1937 #advanced-profile-gender-text,
1938 #advanced-profile-dob-text,
1939 #advanced-profile-age-text,
1940 #advanced-profile-marital-text,
1941 #advanced-profile-sexual-text,
1942 #advanced-profile-homepage-text,
1943 #advanced-profile-xmpp-text,
1944 #advanced-profile-politic-text,
1945 #advanced-profile-religion-text,
1946 #advanced-profile-about-text,
1947 #advanced-profile-interest-text,
1948 #advanced-profile-contact-text,
1949 #advanced-profile-music-text,
1950 #advanced-profile-book-text,
1951 #advanced-profile-tv-text,
1952 #advanced-profile-film-text,
1953 #advanced-profile-romance-text,
1954 #advanced-profile-work-text,
1955 #advanced-profile-education-text {
1956         width: 300px;
1957         float: left;
1958 }
1959
1960 #advanced-profile-name-end,
1961 #advanced-profile-gender-end,
1962 #advanced-profile-dob-end,
1963 #advanced-profile-age-end,
1964 #advanced-profile-marital-end,
1965 #advanced-profile-sexual-end,
1966 #advanced-profile-homepage-end,
1967 #advanced-profile-xmpp-end,
1968 #advanced-profile-politic-end,
1969 #advanced-profile-religion-end {
1970         height: 10px;
1971 }
1972
1973 #advanced-profile-about-end,
1974 #advanced-profile-interest-end,
1975 #advanced-profile-contact-end,
1976 #advanced-profile-music-end,
1977 #advanced-profile-book-end,
1978 #advanced-profile-tv-end,
1979 #advanced-profile-film-end,
1980 #advanced-profile-romance-end,
1981 #advanced-profile-work-end,
1982 #advanced-profile-education-end {
1983
1984
1985 }
1986
1987 #advanced-profile-name,
1988 #advanced-profile-gender,
1989 #advanced-profile-dob,
1990 #advanced-profile-age,
1991 #advanced-profile-marital,
1992 #advanced-profile-sexual,
1993 #advanced-profile-homepage,
1994 #advanced-profile-xmpp,
1995 #advanced-profile-politic,
1996 #advanced-profile-religion {
1997         float: left;
1998
1999 }
2000
2001
2002 #advanced-profile-about,
2003 #advanced-profile-interest,
2004 #advanced-profile-contact,
2005 #advanced-profile-music,
2006 #advanced-profile-book,
2007 #advanced-profile-tv,
2008 #advanced-profile-film,
2009 #advanced-profile-romance,
2010 #advanced-profile-work,
2011 #advanced-profile-education {
2012         margin-top: 10px;
2013         margin-left: 50px;
2014         margin-right: 20px;
2015         padding: 10px;
2016         border: 1px solid #CCCCCC;
2017 }
2018
2019 #advanced-profile-with {
2020         float: left;
2021         margin-left: 15px;
2022 }
2023
2024 #contact-edit-status-wrapper {
2025         padding: 10px;
2026         border: 1px solid #aaa;
2027         border-radius: 8px;
2028 }
2029
2030 #contact-edit-contact-status {
2031         font-weight: bold;
2032 }
2033 #contact-edit-actions {
2034         float: right;
2035         display: inline-block;
2036 }
2037
2038 #contact-edit-wrapper {
2039         margin-top: 10px;
2040 }
2041
2042 #contact-edit-banner-name {
2043         font-size: 1.4em;
2044         font-weight: bold;
2045 }
2046
2047 #contact-edit-poll-wrapper {
2048         margin-top: 15px;
2049 }
2050
2051 #contact-edit-poll-text {
2052         margin-top: 15px;
2053         margin-bottom: 5px;
2054 }
2055
2056 #contact-edit-update-now {
2057         margin-top: 15px;
2058 }
2059
2060 #contact-edit-links{
2061         clear: both;
2062 }
2063
2064 #contact-edit-links ul {
2065         list-style: none;
2066         list-style-type: none;
2067         margin-left: 0px;
2068         padding-left: 0px;
2069 }
2070
2071 #contact-edit-links li {
2072         margin-top: 5px;
2073 }
2074
2075 #contact-edit-nav-end {
2076         clear: both;
2077 }
2078
2079 #contact-edit-wrapper {
2080         width: 100%;
2081 }
2082
2083 #contact-edit-end {
2084         clear: both;
2085         margin-top: 15px;
2086 }
2087
2088 #contact-profile-selector {
2089         width: 175px;
2090         margin-left: 175px;
2091 }
2092
2093 .contact-edit-submit {
2094         margin-top: 10px;
2095         clear: left;
2096         display: block;
2097         margin-bottom: 45px;
2098 }
2099
2100
2101 .contact-photo-menu-button {
2102         position: absolute;
2103         background-image: url("photo-menu.jpg");
2104         background-position: top left;
2105         background-repeat: no-repeat;
2106         margin: 0px; padding: 0px;
2107         width: 16px;
2108         height: 16px;
2109         top: 64px; left:0px;
2110         overflow: hidden;
2111         text-indent: 40px;
2112         display: none;
2113
2114 }
2115 .contact-photo-menu {
2116         width: auto;
2117         border: 2px solid #444444;
2118         background: #FFFFFF;
2119         position: absolute;
2120         left: 0px; top: 90px;
2121         display: none;
2122         z-index: 10000;
2123 }
2124 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2125 .contact-photo-menu li a { display: block; padding: 2px; }
2126 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
2127
2128
2129 #block-message, #ignore-message, #archive-message, #lost-contact-message {
2130         color: #FF0000;
2131 }
2132
2133 #profile-edit-insecure {
2134         margin-top: 20px;
2135         color: #FF0000;
2136         font-size: 1.1em;
2137         border: 1px solid #FF8888;
2138         background-color: #FFEEEE;
2139         padding-left: 5px;
2140         /*: 3px 3px 3px 5px; */
2141         width: 587px;
2142 }
2143
2144 #profile-jot-text {
2145         height: 20px;
2146         color:#cccccc;
2147         border: 1px solid #cccccc;
2148         padding: 3px 0px 0px 5px;
2149         -moz-border-radius: 3px;
2150         border-radius: 3px;
2151 }
2152
2153
2154 /** acl **/
2155 #photo-edit-perms-select,
2156 #photos-upload-permissions-wrapper,
2157 #profile-jot-acl-wrapper{
2158         display:block!important;
2159 }
2160
2161 #photos-usage-message {
2162         margin-bottom: 15px;
2163 }
2164
2165
2166 #acl-wrapper {
2167         width: 580px;
2168         float:left;
2169 }
2170 #acl-search {
2171         float:right;
2172         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2173         padding-right:20px;
2174 }
2175 #acl-showall {
2176         float: left;
2177         display: block;
2178         width: auto;
2179         height: 18px;
2180         background-color: #cccccc;
2181         background-image: url("../../../images/show_all_off.png");
2182         background-position: 7px 7px;
2183         background-repeat: no-repeat;
2184         padding: 7px 5px 0px 30px;
2185         -webkit-border-radius: 5px ;
2186         -moz-border-radius: 5px;
2187         border-radius: 5px;
2188         color: #999999;
2189 }
2190 #acl-showall.selected {
2191         color: #000000;
2192         background-color: #ff9900;
2193         background-image: url("../../../images/show_all_on.png");
2194 }
2195
2196 #acl-list {
2197         height: 210px;
2198         border: 1px solid #cccccc;
2199         clear: both;
2200         margin-top: 30px;
2201         overflow: auto;
2202 }
2203 #acl-list-content {
2204
2205 }
2206 .acl-list-item {
2207         display: block;
2208         width: 170px;
2209         height: 30px;
2210         border: 1px solid #cccccc;
2211         margin: 5px;
2212         float: left;
2213 }
2214 .acl-list-item img{
2215         width:22px;
2216         height: 22px;
2217         float: left;
2218         margin: 4px;
2219 }
2220 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
2221 .acl-list-item a {
2222         font-size: 10px; /* 8px; */
2223         display: block;
2224         width: 50px;
2225         height: 12px;
2226         float: left;
2227         color: #999999;
2228         background-color: #cccccc;
2229         background-position: 3px 3px;
2230         background-repeat: no-repeat;
2231         margin-right: 5px;
2232         -webkit-border-radius: 2px ;
2233         -moz-border-radius: 2px;
2234         border-radius: 2px;
2235         padding-left: 15px;
2236 }
2237 #acl-wrapper a:hover {
2238         text-decoration: none;
2239         color:#000000;
2240 }
2241 .acl-button-show { background-image: url("../../../images/show_off.png"); }
2242 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
2243
2244 .acl-button-show.selected {
2245         color: #000000;
2246         background-color: #9ade00;
2247         background-image: url("../../../images/show_on.png");
2248 }
2249 .acl-button-hide.selected {
2250         color: #000000;
2251         background-color: #ff4141;
2252         background-image: url("../../../images/hide_on.png");
2253 }
2254 .acl-list-item.groupshow { border-color: #9ade00; }
2255 .acl-list-item.grouphide { border-color: #ff4141; }
2256 /** /acl **/
2257
2258
2259 #group-new-submit-wrapper {
2260         margin-top: 30px;
2261 }
2262
2263 #group-edit-name-label {
2264         float: left;
2265         width: 175px;
2266         margin-top: 20px;
2267         margin-bottom: 20px;
2268 }
2269
2270 #group-edit-name {
2271         float: left;
2272         width: 225px;
2273         margin-top: 20px;
2274         margin-bottom: 20px;
2275 }
2276
2277 #group-edit-name-wrapper {
2278
2279
2280 }
2281
2282
2283 #group_members_select_label {
2284         display: block;
2285         float: left;
2286         width: 175px;
2287 }
2288
2289 .group_members_select {
2290         float: left;
2291         width: 230px;
2292         overflow: auto;
2293 }
2294
2295 #group_members_select_end {
2296         clear: both;
2297 }
2298 #group-edit-name-end {
2299         clear: both;
2300 }
2301
2302 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2303         margin-bottom: 10px;
2304         margin-top: 20px;
2305 }
2306
2307 #prvmail-submit {
2308         float: left;
2309         margin-top: 10px;
2310         margin-right: 30px;
2311 }
2312 #prvmail-upload-wrapper,
2313 #prvmail-link-wrapper,
2314 #prvmail-rotator-wrapper {
2315         float: left;
2316         margin-top: 10px;
2317         margin-right: 10px;
2318         width: 24px;
2319 }
2320
2321 #prvmail-end {
2322         clear: both;
2323 }
2324
2325 .mail-list-sender,
2326 .mail-list-detail {
2327         float: left;
2328 }
2329 .mail-list-detail {
2330         margin-left: 20px;
2331 }
2332
2333 .mail-list-subject {
2334         font-size: 1.1em;
2335         margin-top: 10px;
2336 }
2337 a.mail-list-link {
2338     display: block;
2339     font-size: 1.3em;
2340     padding: 4px 0;
2341 }
2342
2343 /*
2344 *a.mail-list-link:hover {
2345 *       background-color: #15607B;
2346 *       color: #F5F6FB;
2347 *}
2348 */
2349
2350 .mail-list-outside-wrapper-end {
2351         clear: both;
2352 }
2353
2354 .mail-list-outside-wrapper {
2355         margin-top: 30px;
2356 }
2357
2358 .mail-list-delete-wrapper {
2359         float: right;
2360         margin-right: 30px;
2361         margin-top: 15px;
2362 }
2363
2364 .mail-list-delete-icon {
2365         border: none;
2366 }
2367
2368 .mail-conv-sender,
2369 .mail-conv-detail {
2370         float: left;
2371 }
2372 .mail-conv-detail {
2373         margin-left: 20px;
2374         margin-bottom: 10px;
2375         width: 500px;
2376 }
2377
2378 .mail-conv-subject {
2379     font-size: 1.4em;
2380     margin: 10px 0;
2381 }
2382
2383 .mail-conv-outside-wrapper-end {
2384         clear: both;
2385 }
2386
2387 .mail-conv-outside-wrapper {
2388         margin-top: 30px;
2389 }
2390
2391 .mail-conv-delete-wrapper {
2392         float: right;
2393         margin-right: 5px;
2394         margin-top: 15px;
2395 }
2396 .mail-conv-break {
2397         clear: both;
2398 }
2399
2400 .mail-conv-delete-icon {
2401         border: none;
2402 }
2403
2404 .message-links ul {
2405         list-style-type: none;
2406         padding: 0px;
2407 }
2408
2409 .message-links li {
2410         margin-top: 10px;
2411         float: left;
2412 }
2413 .message-links a {
2414         padding: 3px 5px;
2415 }
2416
2417 .message-links-end {
2418         clear: both;
2419 }
2420
2421 #poke-desc {
2422         margin: 5px 0 10px;
2423 }
2424
2425 #poke-wrapper  {
2426         padding: 10px 0 20px;
2427 }
2428
2429 #poke-recipient, #poke-action, #poke-privacy-settings {
2430         margin: 10px 0 30px;
2431 }
2432
2433 #poke-recip-label, #poke-action-label, #prvmail-message-label {
2434         margin: 10px 0 10px;
2435 }
2436
2437 #sidebar-group-list ul {
2438         list-style-type: none;
2439 }
2440
2441 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2442         display: inline-block;
2443         height: 12px;
2444         width: 12px;
2445 }
2446
2447 #sidebar-group-list li {
2448         margin-top: 10px;
2449 }
2450
2451 #forumlist-sidebar ul {
2452         list-style: none;
2453 }
2454
2455 .forumlist-img {
2456         height: 20px;
2457         width: 20px;
2458         vertical-align: middle;
2459 }
2460
2461 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2462         list-style-type: none;
2463 }
2464
2465 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2466         margin-top: 10px;
2467 }
2468
2469 .nets-link {
2470         margin-left: 24px;
2471 }
2472 .nets-all {
2473         margin-left: 42px;
2474 }
2475
2476 .fileas-link, .categories-link {
2477         margin-left: 24px;
2478 }
2479
2480 .fileas-all, .categories-all {
2481         margin-left: 0px;
2482 }
2483
2484 #search-save {
2485         margin-left: 5px;
2486 }
2487 .groupsideedit {
2488         margin-right: 10px;
2489 }
2490 #saved-search-ul {
2491         list-style-type: none;
2492 }
2493 .savedsearchdrop, .savedsearchterm {
2494         float: left;
2495         margin-top: 10px;
2496 }
2497 .savedsearchterm {
2498         margin-left: 10px;
2499 }
2500
2501
2502 #side-follow-wrapper {
2503         margin-top: 20px;
2504 }
2505 #side-follow-url, #side-peoplefind-url {
2506         margin-top: 5px;
2507 }
2508 #side-follow-submit, #side-peoplefind-submit {
2509         margin-top: 15px;
2510 }
2511
2512 #side-match-link {
2513         margin-top: 10px;
2514 }
2515
2516 aside input[type='text'] {
2517  width: 174px;
2518 }
2519
2520 .widget {
2521         border: 1px solid #DDDDDD;
2522         padding: 1em 2em;
2523         margin-top: 5px;
2524         -moz-border-radius:5px;
2525         -webkit-border-radius:5px;
2526         border-radius:5px;
2527
2528 }
2529
2530
2531 /*.photos {
2532         height: auto;
2533         overflow: auto;
2534 }*/
2535
2536 .photos-end {
2537         clear: both;
2538         margin-bottom: 25px;
2539 }
2540
2541 .photo-album-image-wrapper {
2542         float: left;
2543         margin-top: 15px;
2544         margin-right: 15px;
2545         margin-left: 15px;
2546 /*      width: 200px; height: 200px;
2547         overflow: hidden;
2548         position: relative; */
2549 }
2550 .photo-album-image-wrapper .caption {
2551         display: none;
2552         width: 100%;
2553 /*      position: absolute; */
2554         bottom: 0px;
2555         padding: 0.5em 0.5em 0px 0.5em;
2556         background-color: rgba(245, 245, 255, 0.8);
2557         border-bottom: 2px solid #CCC;
2558         margin: 0px;
2559 }
2560 .photo-album-image-wrapper a:hover .caption {
2561         display:block;
2562 }
2563
2564 #photo-album-end {
2565         clear: both;
2566         margin-bottom: 25px;
2567 }
2568
2569 .photo-top-image-wrapper {
2570 /*      position: relative;
2571         float: left;*/
2572         display: inline-block;
2573         vertical-align: top;
2574         margin-top: 15px;
2575         margin-right: 15px;
2576         margin-left: 15px;
2577         margin-bottom: 15px;
2578 /*      width: 200px; height: 200px;
2579         overflow: hidden; */
2580 }
2581 .photo-album-image-wrapper img, .photo-top-image-wrapper img {
2582         max-width: 225px;
2583         padding: 5px;
2584
2585         box-shadow: 0 0 10px #000;
2586         -moz-box-shadow: 0 0 10px #000;
2587         -webkit-box-shadow: 0 0 10px #000;
2588 }
2589 .photo-top-album-name {
2590         width: 100%;
2591         min-height: 2em;
2592 /*      position: absolute;  */
2593         bottom: 0px;
2594         padding: 0px 3px;
2595         padding-top: 0.5em;
2596         background-color: rgb(255, 255, 255);
2597 }
2598 #photo-top-end {
2599         clear: both;
2600 }
2601
2602 #photo-top-links {
2603         margin-bottom: 30px;
2604         margin-left: 30px;
2605 }
2606
2607 #photos-upload-form {
2608         padding-left: 90px;
2609 }
2610
2611 #photos-upload-newalbum-div {
2612         float: left;
2613         width: 175px;
2614         margin-top: 30px;
2615 }
2616
2617 #photos-upload-noshare {
2618         margin-bottom: 10px;
2619 }
2620 #photos-upload-existing-album-text {
2621         float: left;
2622         width: 175px;
2623 }
2624 #photos-upload-newalbum {
2625         margin-top: 30px;
2626         float: left;
2627 }
2628 #photos-upload-album-select {
2629         float: left;
2630 }
2631
2632 #photos-upload-spacer {
2633         margin-top: 25px;
2634 }
2635 #photos-upload-new-end, #photos-upload-exist-end {
2636         clear: both;
2637 }
2638 #photos-upload-exist-end {
2639         margin-bottom: 15px;
2640 }
2641 #photos-upload-submit {
2642         margin-top: 15px;
2643         margin-left: 90px;
2644 }
2645
2646 #photos_upload_applet_wrapper {
2647         margin-bottom: 15px;
2648 }
2649
2650 #photos-upload-no-java-message {
2651         margin-bottom: 15px;
2652 }
2653
2654 .video-top-wrapper {
2655         display: inline-block;
2656         vertical-align: top;
2657         margin-top: 15px;
2658         margin-right: 15px;
2659         margin-left: 15px;
2660         margin-bottom: 15px;
2661 }
2662
2663 #profile-jot-desc {
2664         /*float: left;*/
2665         /*width: 480px;*/
2666         width: 100%;
2667         color: #FF0000;
2668         margin-top: 10px;
2669         margin-bottom: 10px;
2670 }
2671
2672 #character-counter {
2673         float: right;
2674         font-size: 120%;
2675 }
2676
2677 #character-counter.grey {
2678         color: #888888;
2679 }
2680
2681 #character-counter.orange {
2682         color: orange;
2683 }
2684 #character-counter.red {
2685         color: red;
2686 }
2687
2688 #profile-jot-banner-end {
2689         /* clear: both; */
2690 }
2691
2692 #photos-upload-select-files-text {
2693         margin-top: 15px;
2694         margin-bottom: 15px;
2695 }
2696
2697 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2698         color: #8888FF;
2699         text-decoration: none;
2700         cursor: pointer;
2701 }
2702
2703 #photos-upload-perms-menu:hover {
2704         color: #0000FF;
2705         text-decoration: underline;
2706         cursor: pointer;
2707 }
2708 #settings-default-perms-menu {
2709         margin-top: 15px;
2710         margin-bottom: 15px;
2711 }
2712
2713 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2714         float: left;
2715         width: 150px;
2716 }
2717
2718 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2719         font-weight: 700;
2720 }
2721
2722 #photos-upload-choosefile-outer-wrapper {
2723         margin-top: 35px;
2724         padding-left: 50px;
2725         margin-bottom: 4em;
2726 }
2727 #photos-upload-noshare-div {
2728         margin-top: 0px;
2729         margin-bottom: 15px;
2730 }
2731
2732 #photos-upload-noshare-label {
2733         margin-left: 30px;
2734 }
2735
2736 #photos-upload-noshare {
2737         float: left;
2738         margin-left: 5px;
2739 }
2740
2741 .photo-perms-icon {
2742         float: left;
2743 }
2744
2745 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2746         text-decoration: none;
2747 }
2748
2749 .photo-jot-perms-text {
2750         padding-top: 5px;
2751         padding-left: 25px;
2752 }
2753
2754 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2755         margin-top: 30px;
2756 }
2757 #photos-upload-perms {
2758         margin-top: 15px;
2759         margin-left: 5px;
2760 }
2761
2762 #photo-edit-perms-end {
2763         margin-bottom: 15px;
2764 }
2765
2766 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2767         float: left;
2768         margin-bottom: 25px;
2769 }
2770 .photo-edit-rotate {
2771         margin-left: 20px;
2772 }
2773
2774 #photo-edit-link-wrap {
2775         margin-bottom: 15px;
2776 }
2777 #photo-like-div {
2778         margin-left: 15px;
2779         margin-bottom: 45px;
2780 }
2781
2782 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2783         clear: both;
2784 }
2785
2786 #photo-edit-rotate-end {
2787         margin-bottom: 15px;
2788 }
2789
2790 #photo-edit-delete-button {
2791 /*      margin-left: 270px;*/
2792         float: right;
2793 }
2794 #photos-upload-choose {
2795 /*      position: absolute;
2796         top: 0px;
2797         left: 55px;*/
2798 }
2799 .settings-submit, .profile-edit-submit-button {
2800         margin-bottom: 10px;
2801 }
2802
2803 #photo-edit-end {
2804         margin-bottom: 35px;
2805 }
2806 #photo-caption {
2807         font-size: 110%;
2808         font-weight: bold;
2809         margin-top: 15px;
2810         margin-bottom: 15px;
2811 }
2812
2813 #in-this-photo-text {
2814         color: #0000FF;
2815         margin-left: 30px;
2816 }
2817
2818 #in-this-photo {
2819         margin-left: 60px;
2820         margin-top: 10px;
2821         margin-bottom: 20px;
2822 }
2823
2824 #photo-album-edit-submit, #photo-album-edit-drop {
2825         margin-top: 15px;
2826         margin-bottom: 15px;
2827 }
2828
2829 #photo-album-edit-drop {
2830         margin-left: 200px;
2831 }
2832
2833 .group-delete-wrapper {
2834         float: right;
2835         margin-right: 50px;
2836 }
2837
2838 #install-dbhost-label,
2839 #install-dbuser-label,
2840 #install-dbpass-label,
2841 #install-dbdata-label,
2842 #install-tz-desc {
2843        float: left;
2844        width: 250px;
2845        margin-top: 10px;
2846        margin-bottom: 10px;
2847
2848 }
2849
2850 #install-dbhost,
2851 #install-dbuser,
2852 #install-dbpass,
2853 #install-dbdata {
2854        float: left;
2855        width: 200px;
2856        margin-left: 20px;
2857 }
2858
2859 #install-dbhost-end,
2860 #install-dbuser-end,
2861 #install-dbpass-end,
2862 #install-dbdata-end,
2863 #install-tz-end {
2864        clear: both;
2865 }
2866
2867 #install-form select#timezone_select {
2868        float: left;
2869        margin-top: 18px;
2870        margin-left: 20px;
2871 }
2872
2873 #dfrn-request-networks {
2874         margin-bottom: 30px;
2875 }
2876
2877 #pause {
2878   position: fixed;
2879   bottom: 5px;
2880   right: 5px;
2881 }
2882
2883 .sparkle {
2884         cursor: url('lock.cur'), pointer;
2885 /*      cursor: pointer !important; */
2886 }
2887
2888 .contact-block-div {
2889         float: left;
2890         width: 52px;
2891         height: 52px;
2892 }
2893 .contact-block-textdiv {
2894         float: left;
2895         width: 150px;
2896         height: 34px;
2897 }
2898
2899 #contact-block-end {
2900         clear: both;
2901 }
2902 .contact-block-link {
2903         float: left;
2904 }
2905 .contact-block-img {
2906         width:48px;
2907         height:48px;
2908 }
2909
2910 #tag-remove {
2911         margin-bottom: 15px;
2912 }
2913
2914 #tagrm li {
2915         margin-bottom: 10px;
2916 }
2917
2918 #tagrm-submit, #tagrm-cancel {
2919         margin-top: 25px;
2920 }
2921
2922 #tagrm-cancel {
2923         margin-left: 15px;
2924 }
2925
2926 .wall-item-conv {
2927         margin-top: 5px;
2928         margin-bottom: 25px;
2929 }
2930
2931 #search-submit {
2932         margin-left: 15px;
2933 }
2934
2935 #search-box {
2936         margin-bottom: 25px;
2937 }
2938
2939 .location-label, .gender-label, .marital-label, .homepage-label, .ympp-label, .network-label, .xmpp-label {
2940         float: left;
2941         text-align: right;
2942         display: block;
2943         width: 65px;
2944 }
2945
2946 .adr, .x-gender, .marital-text, .homepage-url, .x-network, .xmpp-data {
2947         float: left;
2948         display: block;
2949         margin-left: 8px;
2950 }
2951
2952 .profile-clear {
2953         clear: both;
2954 }
2955
2956
2957 .clear {
2958         clear: both;
2959 }
2960
2961 .cc-license {
2962         margin-top: 50px;
2963         font-size: 70%;
2964 }
2965
2966
2967 #addon-settings-link, #account-settings-link {
2968         margin-bottom: 10px;
2969 }
2970
2971 #uexport-link {
2972         margin-bottom: 20px;
2973 }
2974
2975 /* end from default */
2976
2977
2978 .fn {
2979         padding: 0px 0px 5px 12px;
2980         font-size: 120%;
2981         font-weight: bold;
2982 }
2983
2984 .vcard .title,
2985 .vcard .p-addr,
2986 .vcard .account-type {
2987         margin-bottom: 5px;
2988         margin-left: 12px;
2989 }
2990 .vcard .account-type {
2991         font-size: 120%;
2992         margin-bottom: 13px;
2993 }
2994
2995 .vcard dl {
2996         clear: both;
2997 }
2998
2999 #birthday-title {
3000         float: left;
3001         font-weight: bold;
3002 }
3003
3004 #birthday-adjust {
3005         float: left;
3006         font-size: 75%;
3007         margin-left: 10px;
3008 }
3009
3010 #birthday-title-end {
3011         clear: both;
3012 }
3013
3014 .birthday-list {
3015         margin-left: 15px;
3016 }
3017
3018 #birthday-wrapper {
3019         margin-bottom: 20px;
3020 }
3021
3022 #network-new-link {
3023         margin-top: 15px;
3024         margin-bottom: 15px;
3025 }
3026
3027
3028 .tool-wrapper {
3029   float: left;
3030   margin-left: 15px;
3031 }
3032
3033 .tool-link {
3034   cursor: pointer;
3035 }
3036
3037 .eventcal {
3038         float: left;
3039         font-size: 20px;
3040 }
3041
3042 #event-summary-text {
3043         margin-top: 15px;
3044 }
3045
3046 #event-share-checkbox {
3047         float: left;
3048         margin-top: 10px;
3049 }
3050
3051 #event-share-text {
3052 /*      float: left;*/
3053         margin-top: 10px;
3054         margin-left: 5px;
3055 }
3056
3057 #event-share-break {
3058         clear: both;
3059         margin-bottom: 10px;
3060 }
3061
3062 #event-summary {
3063         width: 400px;
3064 }
3065
3066 .vevent {
3067         border: 1px solid #CCCCCC;
3068 }
3069
3070 .vevent .event-summary {
3071         margin-left: 10px;
3072         margin-right: 10px;
3073         font-weight: bold;
3074 }
3075
3076 .vevent .event-description, .vevent .event-location {
3077         margin-left: 10px;
3078         margin-right: 10px;
3079 }
3080 .vevent .event-start {
3081         margin-left: 10px;
3082         margin-right: 10px;
3083 }
3084
3085 #new-event-link {
3086         margin-bottom: 10px;
3087 }
3088
3089 .edit-event-link, .plink-event-link {
3090         float: left;
3091         margin-top: 4px;
3092         margin-right: 4px;
3093         margin-bottom: 15px;
3094 }
3095
3096 .event-description:before {
3097         content: url('../../../images/calendar.png');
3098         margin-right: 15px;
3099 }
3100
3101 .event-start, .event-end {
3102         margin-left: 10px;
3103         width: 330px;
3104         clear: both;
3105 }
3106
3107 .event-start .dtstart, .event-end .dtend {
3108         float: right;
3109 }
3110
3111 .event-list-date {
3112         margin-bottom: 10px;
3113 }
3114
3115 .prevcal, .nextcal {
3116         float: left;
3117         margin-left: 32px;
3118         margin-right: 32px;
3119         margin-top: 64px;
3120 }
3121 .event-calendar-end {
3122         clear: both;
3123 }
3124
3125
3126 .calendar {
3127         font-family: Courier, monospace;
3128 }
3129 .today {
3130         font-weight: bold;
3131         color: #FF0000;
3132 }
3133
3134 .settings-block {
3135         border: 1px solid #AAA;
3136         margin: 10px;
3137         padding: 10px;
3138 }
3139
3140 .app-title {
3141         margin: 10px;
3142 }
3143
3144 .itentity-match-wrapper {
3145         float: left;
3146         padding: 10px;
3147         width: 120px;
3148         height: 140px;
3149         margin-bottom: 20px;
3150 }
3151
3152 .identity-match-photo {
3153         float: left;
3154         text-align: center;
3155         width: 120px;
3156 }
3157
3158 .identity-match-name {
3159         text-align: center;
3160 }
3161
3162 .identity-match-details {
3163         float: left;
3164         text-align: center;
3165         width: 120px;
3166         overflow: hidden;
3167         font-size: 10px;
3168         font-weight: 500;
3169         color: #999999;
3170 }
3171
3172 .identity-match-break, .identity-match-end {
3173         clear: both;
3174 }
3175
3176 .identity-match-photo button {
3177         border: none;
3178         padding: 0;
3179         margin: 0;
3180         background: none;
3181         height: 80px;
3182         width: 80px;
3183 }
3184
3185 .selected-identity img {
3186         border: 2px solid #ff0000;
3187 }
3188
3189 #photo-prev-link, #photo-next-link {
3190         padding: 10px;
3191 }
3192 #photo-nav {
3193         position: relative;
3194         height: 55px;
3195 }
3196
3197 #photo-prev-link {
3198         position: absolute;
3199         left: 5px;
3200 }
3201 #photo-next-link {
3202         position: absolute;
3203         right: 5px;
3204 }
3205
3206 /*#photo-photo {
3207         float: left;
3208 }*/
3209 #photo-photo {
3210         display: block;
3211         margin-left: auto;
3212         margin-right: auto;
3213         margin-bottom: 2em;
3214         text-align: center;
3215 }
3216 #photo-photo img {
3217 /*      max-width: 555px;
3218         margin-left: 5px;*/
3219         max-width: 100%;
3220 }
3221 #photo-photo-end {
3222         clear: both;
3223 }
3224
3225 .profile-match-photo {
3226         float: left;
3227         text-align: center;
3228         width: 120px;
3229 }
3230
3231 .profile-match-name {
3232         float: left;
3233         text-align: center;
3234         width: 120px;
3235         overflow: hidden;
3236 }
3237
3238 .profile-match-break,
3239 .profile-match-end {
3240         clear: both;
3241 }
3242
3243 .profile-match-connect {
3244         text-align: center;
3245         font-weight: bold;
3246 }
3247
3248 .profile-match-wrapper {
3249         display: inline-block;
3250         padding: 10px;
3251         /*width: 120px;
3252         height: 120px;*/
3253         scroll: auto;
3254         margin-bottom: 2em;
3255         vertical-align: top;
3256 }
3257 .profile-match-wrapper .icon.drophide {
3258         margin-left: auto;
3259         margin-right: auto;
3260         margin-top: 1em;
3261 }
3262 #profile-match-wrapper-end {
3263         clear: both;
3264 }
3265 .side-link {
3266         margin-bottom: 15px;
3267 }
3268
3269 #group-members {
3270         margin-top: 20px;
3271         padding: 10px;
3272         height: 250px;
3273         overflow: auto;
3274         border: 1px solid #ddd;
3275 }
3276
3277 #group-members-end {
3278         clear: both;
3279 }
3280
3281 #group-separator {
3282         margin-top: 10px;
3283         margin-bottom: 10px;
3284 }
3285
3286 #group-all-contacts {
3287         padding: 10px;
3288         height: 450px;
3289         overflow: auto;
3290         border: 1px solid #ddd;
3291 }
3292
3293 #group-all-contacts-end {
3294         clear: both;
3295         margin-bottom: 10px;
3296 }
3297
3298 #group-edit-desc {
3299         margin-top: 15px;
3300 }
3301
3302
3303 #prof-members {
3304         margin-top: 20px;
3305         padding: 10px;
3306         height: 250px;
3307         overflow: auto;
3308         border: 1px solid #ddd;
3309 }
3310
3311 #prof-members-end {
3312         clear: both;
3313 }
3314
3315 #prof-separator {
3316         margin-top: 10px;
3317         margin-bottom: 10px;
3318 }
3319
3320 #prof-all-contacts {
3321         padding: 10px;
3322         height: 450px;
3323         overflow: auto;
3324         border: 1px solid #ddd;
3325 }
3326
3327 #prof-all-contacts-end {
3328         clear: both;
3329         margin-bottom: 10px;
3330 }
3331
3332 #prof-edit-desc {
3333         margin-top: 15px;
3334 }
3335
3336 #crepair-name-label,
3337 #crepair-nick-label,
3338 #crepair-attag-label,
3339 #crepair-url-label,
3340 #crepair-request-label,
3341 #crepair-confirm-label,
3342 #crepair-notify-label,
3343 #crepair-photo-label,
3344 #crepair-poll-label {
3345         float: left;
3346         width: 200px;
3347         margin-bottom: 15px;
3348 }
3349
3350 #crepair-name,
3351 #crepair-nick,
3352 #crepair-attag,
3353 #crepair-url,
3354 #crepair-request,
3355 #crepair-confirm,
3356 #crepair-notify,
3357 #crepair-photo,
3358 #crepair-poll {
3359         float: left;
3360         width: 300px;
3361 }
3362
3363
3364 #netsearch-box {
3365         margin-top: 20px;
3366 }
3367
3368 #netsearch-box #search-submit {
3369         margin: 5px 0px 0px 0px;
3370 }
3371
3372 .required {
3373         color: #FF0000;
3374 }
3375
3376 #event-start-text, #event-finish-text {
3377         margin-top: 10px;
3378         margin-bottom: 5px;
3379 }
3380
3381 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3382         float: left;
3383 }
3384 #event-datetime-break {
3385         margin-bottom: 10px;
3386 }
3387
3388 #event-nofinish-break, #event-adjust-break {
3389         clear: both;
3390 }
3391
3392 #event-desc-text, #event-location-text {
3393         margin-top: 10px;
3394         margin-bottom: 5px;
3395 }
3396 #event-submit {
3397         margin-top: 10px;
3398 }
3399
3400 .filesavetags, .categorytags {
3401         display: block;
3402         clear: left;
3403 }
3404
3405 .body-tag, .filesavetags, .categorytags {
3406         opacity: 0.5;
3407         filter:alpha(opacity=50);
3408 }
3409
3410 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3411         opacity: 1.0 !important;
3412         filter:alpha(opacity=100) !important;
3413 }
3414
3415 .item-select {
3416         opacity: 0.1;
3417         filter:alpha(opacity=10);
3418         float: right;
3419         margin-right: 10px;
3420
3421 }
3422 .item-select:hover, .checkeditem {
3423         opacity: 1;
3424         filter:alpha(opacity=100);
3425 }
3426
3427
3428 #item-delete-selected-top {
3429         margin-top: 30px;
3430         padding-bottom: 1.5em;
3431 }
3432 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3433         float: left;
3434         margin-right: 5px;
3435 }
3436 #item-delete-selected-top-desc:hover {
3437         text-decoration: underline;
3438 }
3439
3440 #item-delete-selected {
3441         margin-top: 0px;
3442 }
3443
3444 #item-delete-selected-end {
3445         clear: both;
3446 }
3447 #item-delete-selected-icon, #item-delete-selected-desc {
3448         float: left;
3449         margin-right: 5px;
3450 }
3451 #item-delete-selected-desc:hover {
3452         text-decoration: underline;
3453 }
3454
3455
3456 .notif-image {
3457         height: 80px;
3458         width: 80px;
3459         margin-right: 15px;
3460 }
3461 .notification-listing-end {
3462         clear: both;
3463         margin-bottom: 15px;
3464 }
3465
3466
3467
3468 /**
3469  * Plugins settings
3470  */
3471
3472 .settings-block > h3,
3473 .settings-heading {
3474         border-bottom: 1px solid #babdb6;
3475 }
3476
3477
3478 /**
3479  * Form fields
3480  */
3481 .field {
3482         margin-bottom: 10px;
3483         padding-bottom: 10px;
3484         overflow: auto;
3485         width: 100%
3486 }
3487 #wrapper_expire.field {
3488         margin-bottom: 3px;
3489         padding-bottom: 3px;
3490 }
3491
3492 .field label {
3493         float: left;
3494         width: 200px;
3495 }
3496 .field.yesno label {
3497         font-weight: 700;
3498 }
3499
3500 .field input,
3501 .field textarea {
3502         width: 400px;
3503 }
3504 .field input[type=checkbox],
3505 .field input[type=radio] {
3506         width: auto;
3507 }
3508 .field textarea { height: 100px; }
3509 .field_help {
3510         display: block;
3511         margin-left: 50px;
3512         color: #666666;
3513         clear: left;
3514 }
3515
3516 .field .onoff {
3517         float: left;
3518         width: 80px;
3519 }
3520 .field .onoff a {
3521         display: block;
3522         border:1px solid #666666;
3523         background-image:url("../../../images/onoff.jpg");
3524         background-repeat: no-repeat;
3525         padding: 4px 2px 2px 2px;
3526         height: 16px;
3527         text-decoration: none;
3528 }
3529 .field .onoff .off {
3530         border-color:#666666;
3531         padding-left: 40px;
3532         background-position: left center;
3533         background-color: #cccccc;
3534         color: #666666;
3535         text-align: right;
3536 }
3537 .field .onoff .on {
3538         border-color:#204A87;
3539         padding-right: 40px;
3540         background-position: right center;
3541         background-color: #D7E3F1;
3542         color: #204A87;
3543         text-align: left;
3544 }
3545 .hidden { display: none!important; }
3546
3547 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3548 .field.radio .field_help { margin-left: 0px; }
3549
3550 /**
3551  * ADMIN
3552  */
3553 #pending-update {
3554         float:right;
3555         color: #ffffff;
3556         font-weight: bold;
3557         background-color: #FF0000;
3558         padding: 0em 0.3em;
3559
3560 }
3561 #adminpage dl {
3562         clear: left;
3563         margin-bottom: 2px;
3564         padding-bottom: 2px;
3565         border-bottom: 1px solid black;
3566 }
3567 #adminpage dt {
3568         width: 200px;
3569         float: left;
3570         font-weight: bold;
3571 }
3572 #adminpage dd {
3573         margin-left: 200px;
3574 }
3575
3576 #adminpage h3 {
3577         border-bottom: 1px solid #cccccc;
3578 }
3579 #adminpage .field label {
3580         font-weight: bold;
3581 }
3582 #adminpage .submit {
3583         clear:left;
3584         text-align: right;
3585 }
3586
3587 #adminpage #addonslist {
3588         margin: 0px; padding: 0px;
3589 }
3590 #adminpage .addon {
3591         list-style: none;
3592         display: block;
3593         border: 1px solid #888888;
3594         padding: 1em;
3595         margin-bottom: 5px;
3596         clear: left;
3597 }
3598 #adminpage .addon .desc { margin-left: 2.5em;}
3599 #adminpage .toggleaddon {
3600         float:left;
3601         margin-right: 1em;
3602 }
3603
3604 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3605 #adminpage table th { text-align: left;}
3606 #adminpage td .icon, #adminpage td .tool { float: left;}
3607 #adminpage table#users img { width: 16px; height: 16px; }
3608 #adminpage table tr:hover { background-color: #bbc7d7; }
3609 #adminpage .selectall { text-align: right; }
3610
3611 #adminpage .screenshot img {
3612         max-width: 550px;
3613 }
3614
3615 /*
3616  * UPDATE
3617  */
3618 .popup {
3619         width: 100%; height: 100%;
3620         top:0px; left:0px;
3621         position: absolute;
3622         display: none;
3623 }
3624
3625 .popup .background {
3626         background-color: rgba(0,0,0,128);
3627         opacity: 0.5;
3628         width: 100%; height: 100%;
3629         position: absolute;
3630         top:0px; left:0px;
3631 }
3632 .popup .panel {
3633         top:25%;left:25%;width:50%;height:50%;
3634         padding: 1em;
3635         position: absolute;
3636         border: 4px solid #000000;
3637         background-color: #FFFFFF;
3638 }
3639 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; }
3640 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3641 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3642 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3643 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3644
3645 /**
3646  * OAuth
3647  */
3648 .oauthapp {
3649         height: auto; overflow: auto;
3650         border-bottom: 2px solid #cccccc;
3651         padding-bottom: 1em;
3652         margin-bottom: 1em;
3653 }
3654 .oauthapp img {
3655         float: left;
3656         width: 48px; height: 48px;
3657         margin: 10px;
3658 }
3659 .oauthapp img.noicon {
3660         background-image: url("../../../images/icons/48/plugin.png");
3661         background-position: center center;
3662         background-repeat: no-repeat;
3663 }
3664 .oauthapp a {
3665         float: left;
3666 }
3667
3668 /**
3669  * ICONS
3670  */
3671 .iconspacer {
3672         display: block; width: 16px; height: 16px;
3673 }
3674
3675 .icon {
3676         display: block; width: 16px; height: 16px;
3677         background-image: url('../../../images/icons.png');
3678 }
3679 .article { background-position: 0px 0px;}
3680 /*.audio { background-position: -16px 0px;}*/
3681 .icon.audio {
3682         display: block; width: 24px; height: 24px;
3683         background-size: 100% 100%;
3684         background-image: url('images/speaker.png');
3685         background-repeat: no-repeat;
3686 }
3687 .block { background-position: -32px 0px;}
3688 /*.drop { background-position: -48px 0px;}*/
3689 .icon.drop {
3690         display: block; width: 16px; height: 16px;
3691         background-size: 100% 100%;
3692         background-image: url('images/drop-16.png');
3693         background-repeat: no-repeat;
3694         opacity: 1.0;
3695 }
3696 /*.drophide { background-position: -64px 0px;}*/
3697 .icon.drophide {
3698         display: block; width: 16px; height: 16px;
3699         background-size: 100% 100%;
3700         background-image: url('images/drop-16.png');
3701         background-repeat: no-repeat;
3702         opacity: 0.4;
3703 }
3704 .icon.drophide:hover {
3705         display: block; width: 16px; height: 16px;
3706         background-size: 100% 100%;
3707         background-image: url('images/drop-16.png');
3708         background-repeat: no-repeat;
3709         opacity: 1.0;
3710 }
3711 .edit { background-position: -80px 0px;}
3712 /*.camera { background-position: -96px 0px;}*/
3713 .icon.camera{
3714         display: block; width: 24px; height: 18px;
3715         margin-top: 4px;
3716         background-size: 100% 100%;
3717         background-image: url('images/camera.png');
3718         background-repeat: no-repeat;
3719 }
3720 /*.dislike { background-position: -112px 0px;}*/
3721 .tool.dislike {
3722         display: block; width: 15px; height: 16px;/* 23 24*/
3723         background-size: 100% 100%;
3724         background-image: url('images/disapprove-16.png');
3725         background-repeat: no-repeat;
3726         opacity: 0.4;
3727 }
3728 .tool.dislike:hover {
3729         opacity: 1.0;
3730 }
3731 /*.like { background-position: -128px 0px;}*/
3732 .tool.like {
3733         display: block; width: 15px; height: 16px;/* 23 24*/
3734         margin-right: 6px;
3735         background-size: 100% 100%;
3736         background-image: url('images/approve-16.png');
3737         background-repeat: no-repeat;
3738         opacity: 0.4;
3739 }
3740 .tool.like:hover {
3741         opacity: 1.0;
3742 }
3743 /*.link { background-position: -144px 0px;}*/
3744 .icon.link {
3745         display: block; width: 24px; height: 24px;
3746         background-size: 100% 100%;
3747         background-image: url('images/link.png');
3748         background-repeat: no-repeat;
3749 }
3750
3751 /*.globe { background-position: 0px -16px;}*/
3752 .icon.globe {
3753         display: block; width: 24px; height: 24px;
3754         background-size: 100% 100%;
3755         background-image: url('images/globe.png');
3756         background-repeat: no-repeat;
3757 }
3758 /*.noglobe { background-position: -16px -16px;}*/
3759 .icon.noglobe {
3760         display: block; width: 24px; height: 24px;
3761         background-size: 100% 100%;
3762         background-image: url('images/noglobe.png');
3763         background-repeat: no-repeat;
3764 }
3765 .no { background-position: -32px -16px;}
3766 .pause { background-position: -48px -16px;}
3767 .play { background-position: -64px -16px;}
3768 /*.pencil { background-position: -80px -16px;}*/
3769 .tool.pencil {
3770         display: block; width: 16px; height: 16px;
3771         background-size: 100% 100%;
3772         background-image: url('images/pencil-16.png');
3773         background-repeat: no-repeat;
3774         opacity: 0.4;
3775 }
3776 .tool.pencil:hover {
3777         opacity: 1.0;
3778 }
3779 /*.small-pencil { background-position: -96px -16px;}*/
3780 .icon.small-pencil {
3781         display: block; width: 16px; height: 16px;
3782         background-size: 100% 100%;
3783         background-image: url('images/pencil-16.png');
3784         background-repeat: no-repeat;
3785         opacity: 0.4;
3786 }
3787 .icon.small-pencil:hover {
3788         opacity: 1.0;
3789 }
3790 /*.recycle { background-position: -112px -16px;}*/
3791 .tool.recycle {
3792         display: block; width: 16px; height: 16px;/*24 23*/
3793         background-size: 100% 100%;
3794         background-image: url('images/recycle-16.png');
3795         background-repeat: no-repeat;
3796         opacity: 0.4;
3797 }
3798 .tool.recycle:hover {
3799         opacity: 1.0;
3800 }
3801 /*.remote-link { background-position: -128px -16px;}*/
3802 .icon.remote-link {
3803         display: block; width: 16px; height: 16px;
3804         background-size: 100% 100%;
3805         background-image: url('images/remote-link-16.png');
3806         background-repeat: no-repeat;
3807         opacity: 0.4;
3808 }
3809 .icon.remote-link:hover {
3810         opacity: 1.0;
3811 }
3812 .share { background-position: -144px -16px;}
3813
3814 .tools { background-position: 0px -32px;}
3815 /*.lock { background-position: -16px -32px;}*/
3816 .icon.lock {
3817         display: block; width: 14px; height: 21px;
3818         margin-top: 1px;
3819         background-size: 100% 100%;
3820         background-image: url('images/lock-24.png');
3821         background-repeat: no-repeat;
3822 }
3823 /*.unlock { background-position: -32px -32px;}*/
3824 .icon.unlock {
3825         display: block; width: 14px; height: 24px;
3826         margin-top: -2px;
3827         background-size: 100% 100%;
3828         background-image: url('images/unlock-24.png');
3829         background-repeat: no-repeat;
3830 }
3831 /*.video { background-position: -48px -32px;}*/
3832 .icon.video {
3833         display: block; width: 24px; height: 24px;
3834         background-size: 100% 100%;
3835         background-image: url('images/video.png');
3836         background-repeat: no-repeat;
3837 }
3838 /*.oembed.video {
3839         display: inline; width: auto; height: auto;
3840         background-image: none;
3841 }*/
3842
3843 .youtube { background-position: -64px -32px;}
3844 /*.attach { background-position: -80px -32px; }*/
3845 .icon.attach {
3846         display: block; width: 24px; height: 24px;
3847         background-size: 100% 100%;
3848         background-image: url('images/paperclip-24.png');
3849         background-repeat: no-repeat;
3850 }
3851
3852 .language { background-position: -96px -32px; }
3853 .prev { background-position: -112px -32px; }
3854 .next { background-position: -128px -32px; }
3855 .on { background-position: -144px -32px; }
3856
3857 .off { background-position: 0px -48px; }
3858 /*.starred { background-position: -16px -48px; }*/
3859 .tool.starred {
3860         display: block; width: 16px; height: 16px;
3861         background-size: 100% 100%;
3862         background-image: url('images/star-yellow-16.png');
3863         background-repeat: no-repeat;
3864 }
3865 /*.unstarred { background-position: -32px -48px; }*/
3866 .tool.unstarred {
3867         display: block; width: 16px; height: 16px;
3868         background-size: 100% 100%;
3869         background-image: url('images/star-16.png');
3870         background-repeat: no-repeat;
3871         opacity: 0.4;
3872 }
3873 .tool.unstarred:hover {
3874         opacity: 1.0;
3875 }
3876 /*.tagged { background-position: -48px -48px; }*/
3877 .tool.tagged {
3878         display: block; width: 16px; height: 16px;
3879         background-size: 100% 100%;
3880         background-image: url('images/tag-16.png');
3881         background-repeat: no-repeat;
3882         opacity: 0.4;
3883 }
3884 .tool.tagged:hover {
3885         opacity: 1.0;
3886 }
3887 .yellow { background-position: -64px -48px; }
3888
3889
3890 .filer-icon {
3891 /*      display: block; width: 16px; height: 16px;
3892         background-image: url('file.gif');*/
3893         display: block; width: 16px; height: 16px;
3894         background-size: 100% 100%;
3895         background-image: url('images/folder-16.png');
3896         background-repeat: no-repeat;
3897         opacity: 0.4;
3898 }
3899 .filer-icon:hover {
3900         opacity: 1.0;
3901 }
3902
3903 .event-icon {
3904         display: block; width: 16px; height: 16px;
3905         background-size: 100% 100%;
3906         background-repeat: no-repeat;
3907         opacity: 0.4;
3908 }
3909 .event-attend-icon { background-image: url('images/event-attend-16.png'); }
3910 .event-maybeattend-icon { background-image: url('images/event-maybeattend-16.png'); }
3911 .event-dontattend-icon { background-image: url('images/event-dontattend-16.png'); }
3912
3913 .event-icon:hover {
3914         opacity: 1.0;
3915 }
3916
3917
3918 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3919 /*[class^="comment-edit-bb"] {*/
3920 .comment-edit-bb {
3921         list-style: none;
3922         display: none;
3923         margin: 0px 0 -5px 60px;
3924         width: 75%;
3925 }
3926 .comment .comment-edit-bb {
3927         width: 300px;
3928         margin: 0px;
3929 }
3930 /*[class^="comment-edit-bb"] > li {*/
3931 .comment-edit-bb > li {
3932         display: inline-block;
3933         margin: 10px 10px 0 0;
3934         visibility: none;
3935 }
3936 /*[class^="comment-edit-bb-end"] {
3937         clear: both;
3938 }*/
3939 .editicon {
3940     display: inline-block;
3941 /*    background-image: url(bbedit.png);
3942         background-color: #fff;*/
3943         background-size: 100% 100%;
3944         background-repeat: no-repeat;
3945         background-color: #f3f3f3;
3946     text-decoration: none;
3947         opacity: 0.4;
3948 }
3949 .editicon:hover {
3950 /*      background-color: #ccc;*/
3951         opacity: 1.0;
3952 }
3953 .boldbb {
3954 /*      background-position: 0px 0px;*/
3955     width: 15px;
3956     height: 16px;
3957         background-image: url('images/boldB-serif-16.png');
3958 }
3959 /*.boldbb:hover {
3960         background-position: 0px -16px;
3961 }*/
3962 .italicbb {
3963 /*      background-position: -16px 0px;*/
3964     width: 9px;
3965     height: 16px;
3966         background-image: url('images/italicI-serif-16.png');
3967 }
3968 /*.italicbb:hover {
3969         background-position: -16px -16px;
3970 }*/
3971 .underlinebb {
3972 /*      background-position: -32px 0px;*/
3973     width: 14px;
3974     height: 16px;
3975         background-image: url('images/underlineU-serif-16.png');
3976 }
3977 /*.underlinebb:hover {
3978         background-position: -32px -16px;
3979 }*/
3980 .quotebb {
3981 /*      background-position: -48px 0px;*/
3982     width: 20px;
3983     height: 20px;
3984         background-image: url('images/quote.png');
3985 }
3986 /*.quotebb:hover {
3987         background-position: -48px -16px;
3988 }*/
3989 .codebb {
3990 /*      background-position: -64px 0px;*/
3991     width: 20px;
3992     height: 20px;
3993         background-image: url('images/code.png');
3994 }
3995 /*.codebb:hover {
3996         background-position: -64px -16px;
3997 }*/
3998 .imagebb {
3999 /*      background-position: -80px 0px;*/
4000     width: 20px;/*16*/
4001     height: 15px;/*12*/
4002         margin-bottom: 2px;
4003         background-image: url('images/camera.png');
4004 }
4005 /*.imagebb:hover {
4006         background-position: -80px -16px;
4007 }*/
4008 .urlbb {
4009 /*      background-position: -96px 0px;*/
4010         width: 20px;
4011         height: 20px;
4012         background-image: url('images/link.png');
4013 }
4014 /*.urlbb:hover {
4015         background-position: -96px -16px;
4016 }*/
4017 .videobb {
4018 /*      background-position: -112px 0px;*/
4019         width: 20px;
4020         height: 20px;
4021         background-image: url('images/video.png');
4022 }
4023 /*.videobb:hover {
4024         background-position: -112px -16px;
4025 }*/
4026
4027 .attachtype {
4028         display: block;
4029         float: left;
4030         background-size: 100% 100%;
4031         width: 48px;
4032         height: 48px;
4033         background-image: url('images/oxygen/unknown.png');
4034 }
4035
4036 .body-attach {
4037         margin-top: 10px;
4038 }
4039
4040 /*.type-video { background-position: 0px 0px; }
4041 .type-image { background-position: -20px 0px; }
4042 .type-audio { background-position: -40px 0px; }
4043 .type-text  { background-position: -60px 0px; }
4044 .type-unkn  { background-position: -80px 0px; }*/
4045 .type-video {
4046         background-image: url('images/oxygen/video-x-generic.png');
4047         background-size: 100% 100%;
4048         width: 48px;
4049         height: 48px;
4050 }
4051 .type-image {
4052         background-image: url('images/oxygen/image-x-generic.png');
4053         background-size: 100% 100%;
4054         width: 48px;
4055         height: 48px;
4056 }
4057 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
4058         background-size: 100% 100%;
4059         width: 48px;
4060         height: 48px;
4061 }
4062
4063 .type-text  {
4064         background-image: url('images/oxygen/text-x-generic-2.png');
4065         background-size: 100% 100%;
4066         width: 48px;
4067         height: 48px;
4068 }
4069 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
4070         background-image: url('images/oxygen/application-msword.png');
4071         background-size: 100% 100%;
4072         width: 48px;
4073         height: 48px;
4074 }
4075 .subtype-pdf  {
4076         background-image: url('images/oxygen/application-pdf.png');
4077         background-size: 100% 100%;
4078         width: 48px;
4079         height: 48px;
4080 }
4081 /*.type-unkn  {
4082         background-image: url('images/oxygen/unknown.png');
4083         background-size: 100% 100%;
4084         width: 48px;
4085         height: 48px;
4086 }*/
4087
4088
4089
4090 /* autocomplete popup */
4091 .acpopup, .acpopup-mce {
4092         background-color:#ffffff;
4093         overflow:auto;
4094         z-index:100000;
4095         border:1px solid #cccccc;
4096 }
4097 .acpopup-mce {
4098         max-height:150px;
4099 }
4100 .acpopupitem {
4101         background-color:#ffffff; padding: 4px;
4102         clear:left;
4103 }
4104 .acpopupitem img {
4105         float: left;
4106         margin-right: 4px;
4107 }
4108
4109 .acpopupitem.selected {
4110         color: #FFFFFF; background: #3465A4;
4111 }
4112
4113 ul.acpopup {
4114         list-style: none;
4115         float: left;
4116         min-width: 160px;
4117         padding: 5px 0;
4118         margin: 2px 0 0;
4119 }
4120 nav .acpopup {
4121         width: 290px;
4122         margin-left: -35px;
4123         max-height: 450px;
4124         max-width: 300px;
4125         overflow-y: auto;
4126         overflow-x: hidden;
4127         margin-top: 0px;
4128 }
4129 img.acpopup-img {
4130         float: left;
4131         width: 36px;
4132         height: 36px;
4133         margin-right: 5px;
4134         vertical-align: middle;
4135 }
4136 .acpopup-contactname {
4137         padding-top: 2px;
4138         font-weight: bold;
4139         line-height: 1em;
4140         white-space: nowrap;
4141         overflow: hidden;
4142         text-overflow: ellipsis;
4143         display: block;
4144 }
4145 .acpopup-sub-text {
4146         color: #777;
4147         font-size: 0.833em;
4148         line-height: 1em;
4149         overflow: hidden;
4150         text-overflow: ellipsis;
4151         display: block;
4152 }
4153 .textcomplete-item a {
4154         color: inherit;
4155         overflow: hidden;
4156         text-overflow: ellipsis;
4157         clear: both;
4158         white-space: nowrap;
4159         padding: 3px 20px;
4160         display: block;
4161 }
4162 .textcomplete-item a:hover {
4163         text-decoration: none;
4164 }
4165 .textcomplete-item.active {
4166         color: #FFFFFF; background: #3465A4;
4167 }
4168 .active a .acpopup-sub-text {
4169         color: #fff;
4170 }
4171
4172 /* popup notifications */
4173 div.jGrowl div.notice {
4174   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
4175   color: #ffffff;
4176   padding-left: 58px;
4177 }
4178 div.jGrowl div.info {
4179   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
4180   color: #ffffff;
4181   padding-left: 58px;
4182 }
4183 #jGrowl.top-right {
4184         top: 75px;
4185         right: 15px;
4186 }
4187 div.jGrowl-notification {
4188   border-radius: 7px;
4189 }
4190 .qcomment {
4191         border: 1px solid #EEE;
4192         padding: 3px;
4193         margin-top: 15px;
4194         margin-left: 25px;
4195         width: 125px;
4196         overflow-y: auto;
4197 }
4198
4199
4200 .qcomment option {
4201         width: 125px;
4202         overflow-x: hidden;
4203 }
4204
4205 .qcomment {
4206         opacity: 0.3;
4207         filter:alpha(opacity=30);
4208 }
4209 .qcomment:hover {
4210         opacity: 1.0;
4211         filter:alpha(opacity=100);
4212 }
4213
4214 /* notifications popup menu */
4215 .manage-notify {
4216         padding: 1px 3px;
4217         top: 0px;
4218         min-width: 15px;
4219         text-align: center;
4220         float: right;
4221         margin-top: -14px;
4222         margin-right: -20px;
4223
4224         font-size: 0.8em;
4225         border-radius: 4px;
4226         -moz-border-radius: 4px;
4227         -webkit-border-radius: 4px;
4228         background-color: gold !important;
4229 }
4230
4231 .nav-notify {
4232         display: none;
4233         position: absolute;
4234         font-size: 10px;
4235         padding: 1px 3px;
4236         top: 0px;
4237         right: -10px;
4238         min-width: 15px;
4239         text-align: right;
4240 }
4241 .nav-notify.show {
4242         display: block;
4243 }
4244 ul#nav-network-notifications-popup {
4245         text-align: center;
4246         line-height: 18px;
4247
4248         border: 1px solid #AAAAAA;
4249         border-radius: 5px;
4250         -moz-border-radius: 5px;
4251         -webkit-border-radius: 5px;
4252
4253         -moz-box-shadow: 3px 3px 5px #555;
4254         -webkit-box-shadow: 3px 3px 5px #555;
4255         box-shadow: 3px 3px 5px #555;
4256
4257         background: #FFFFFF;
4258
4259         display: none;
4260         list-style: none;
4261
4262         width: 10em;
4263         position: absolute;
4264         margin: 0px;
4265         top: 15px;
4266         left: 55px;
4267         padding: 1em 0px;
4268
4269         z-index: 11000;
4270 }
4271 ul.notifications-menu-popup {
4272         position: absolute;
4273         display: none;
4274         width: 10em;
4275         margin: 0px;
4276         padding: 0px;
4277         list-style: none;
4278         z-index: 100000;
4279         right: 0px;
4280 }
4281 #nav-notifications-menu {
4282         width: 320px;
4283         max-height: 400px;
4284         overflow-y: scroll;overflow-style:scrollbar;
4285         background-color:#FFFFFF;
4286         -moz-border-radius: 5px;
4287         -webkit-border-radius: 5px;
4288         border-radius:5px;
4289         border: 1px solid #AAA;
4290         -moz-box-shadow: 3px 3px 5px #555;
4291         -webkit-box-shadow: 3px 3px 5px #555;
4292         box-shadow: 3px 3px 5px #555;
4293 }
4294 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4295 #nav-notifications-menu img { float: left; margin-right: 5px; }
4296 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4297 #nav-notifications-menu li {
4298         padding: 7px 0px 7px 10px;
4299         word-wrap:normal;
4300         border-bottom: 1px solid #000;
4301 }
4302
4303 #nav-notifications-menu li:hover {
4304
4305 }
4306
4307 #nav-notifications-menu a:hover {
4308         text-decoration: underline;
4309 }
4310
4311 .notif-item a {
4312         color: #000000;
4313 }
4314
4315 .notif-item a:hover {
4316         text-decoration: underline;
4317 }
4318
4319 .notif-image {
4320         width: 32px;
4321         height: 32px;
4322         padding: 7px 7px 0px 0px;
4323 }
4324
4325 .notify-seen {
4326         background: #DDDDDD;
4327 }
4328
4329 #id_term_label {
4330         width:75px;
4331 }
4332 #id_term {
4333         width:100px;
4334 }
4335
4336 #recip {
4337
4338 }
4339 .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; }
4340 .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; }
4341 .autocomplete .selected { background:#F0F0F0; }
4342 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4343
4344 #datebrowse-sidebar select {
4345         margin-left: 40px;
4346         width: 130px;
4347 }
4348 #message-preview .mail-list-sender, #message-preview .mail-list-delete {
4349         display:none;
4350 }
4351 #message-preview .mail-list-outside-wrapper {
4352         margin-top: 20px;
4353 }