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