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