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