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