]> git.mxchange.org Git - friendica.git/blob - view/theme/duepuntozero/style.css
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
[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 }
1185
1186 .comment-edit-photo {
1187         margin-top: 10px;
1188         margin-left: 10px;
1189         margin-bottom: 10px;
1190         width: 100px;
1191         float: left;
1192 }
1193 .comment-edit-photo img {
1194         width: 25px;
1195 }
1196 .comment-edit-text-empty, .comment-edit-text-full {
1197         float: left;
1198         margin-top: 10px;
1199         -moz-border-radius: 3px;
1200         border-radius: 3px;     
1201         border: 1px solid #cccccc;
1202         padding: 3px 1px 1px 3px;
1203 }
1204 .comment-edit-text-end {
1205         clear: both;
1206 }
1207
1208 .comment-edit-submit {
1209         margin: 10px 0px 10px 110px;
1210 }
1211
1212 #profile-jot-plugin-wrapper,
1213 #profile-jot-submit-wrapper {
1214         margin-top: 15px;
1215 }
1216
1217 #profile-jot-submit {
1218         float: left;
1219 }
1220 #profile-upload-wrapper {
1221         float: left;
1222         margin-left: 30px;
1223 }
1224 #profile-attach-wrapper {
1225         float: left;
1226         margin-left: 30px;
1227 }
1228 #profile-rotator {
1229         float: left;
1230         margin-left: 30px;
1231 }
1232 #profile-link-wrapper {
1233         float: left;
1234         margin-left: 15px;
1235 }
1236 #profile-youtube-wrapper {
1237         float: left;
1238         margin-left: 15px;
1239 }
1240 #profile-video-wrapper {
1241         float: left;
1242         margin-left: 15px;
1243 }
1244 #profile-audio-wrapper {
1245         float: left;
1246         margin-left: 15px;
1247 }
1248 #profile-location-wrapper {
1249         float: left;
1250         margin-left: 15px;
1251 }
1252 #jot-preview-link {
1253         float: left;
1254         margin-left: 45px;
1255         margin-top: 0px !important;
1256 }
1257
1258
1259 #profile-nolocation-wrapper {
1260         float: left;
1261         margin-left: 15px;
1262 }
1263 #profile-title-wrapper {
1264         float: left;
1265         margin-left: 15px;
1266 }
1267
1268 #profile-jot-perms {
1269         float: left;
1270         margin-left: 100px;
1271         font-weight: bold;
1272         font-size: 1.2em;
1273 }
1274
1275
1276 #profile-jot-perms-end {
1277         /*clear: left;*/
1278         height: 30px;
1279 }
1280
1281 #profile-jot-plugin-end{
1282   clear: both;
1283 }
1284 .profile-jot-net {
1285         float: left;
1286         margin-right: 10px;
1287         margin-top: 5px;
1288         margin-bottom: 5px;
1289 }
1290
1291 #profile-jot-networks-end {
1292         clear: both;
1293 }
1294
1295 #profile-jot-end {
1296         /*clear: both;*/
1297         margin-bottom: 30px;
1298 }
1299 #about-jot-submit-wrapper {
1300         margin-top: 15px;
1301 }
1302 #about-jot-end {
1303         margin-bottom: 30px;
1304 }
1305 #contacts-main {
1306         margin-bottom: 30px;
1307 }
1308
1309 #profile-listing-desc {
1310         margin-left: 30px;
1311 }
1312
1313 #profile-listing-new-link-wrapper {
1314         margin-left: 30px;
1315         margin-bottom: 30px;
1316 }
1317 .profile-listing-photo-wrapper {
1318         float: left;
1319 }
1320
1321 .profile-listing-edit-buttons-wrapper {
1322         clear: both;
1323 }
1324 .profile-listing-photo-edit-link {
1325         float: left;
1326         width: 125px;
1327 }
1328 .profile-listing-end {
1329         clear: both;
1330 }
1331 .profile-listing-edit-buttons-wrapper img{
1332         border: none;
1333         margin-right: 20px;
1334 }
1335 .profile-listing {
1336         margin-top: 25px;
1337 }
1338 .profile-listing-name {
1339         float: left;
1340         margin-left: 32px;
1341         margin-top: 10px;
1342         color: #3172BD;
1343         font-weight: bold;
1344         width: 200px;
1345
1346 }
1347 .fortune {
1348         margin-top: 50px;
1349         color: #4444FF;
1350         font-weight: bold;
1351         margin-bottom: 20px;
1352 }
1353
1354
1355 .directory-end {
1356         clear: both;
1357 }
1358 .directory-name {
1359         text-align: center;
1360 }
1361 .directory-photo {
1362         margin-left: 25px;
1363 }
1364 .directory-details {
1365         font-size: 0.7em;
1366         text-align: center;
1367         margin-left: 5px;
1368         margin-right: 5px;
1369 }
1370 .directory-item {
1371         float: left;
1372         width: 225px;
1373         height: 260px;
1374         overflow: auto;
1375 }
1376
1377 #directory-search-wrapper {
1378         margin-top: 20px;
1379         margin-right: 20px;
1380         margin-bottom: 50px;
1381 }
1382
1383 #directory-search-end {
1384 }
1385
1386 .directory-photo-img {
1387         border: none;
1388 }
1389
1390
1391 .pager {
1392   padding: 10px;
1393   text-align: center;
1394   font-size: 1.0em;
1395 }
1396
1397
1398 .pager_first,
1399 .pager_last,
1400 .pager_prev,
1401 .pager_next,
1402 .pager_n {
1403         border: 1px solid black;
1404         background: #EEE;
1405         padding: 4px;
1406 }
1407
1408 .pager_first a,
1409 .pager_last a,
1410 .pager_prev a,
1411 .pager_next a,
1412 .pager_n a {
1413         text-decoration: none;
1414 }
1415
1416 .pager_current {
1417   border: 1px solid black;
1418   background: #FFCCCC;
1419   padding: 4px;
1420 }
1421
1422
1423 #advanced-profile-name-wrapper,
1424 #advanced-profile-gender-wrapper,
1425 #advanced-profile-dob-wrapper,
1426 #advanced-profile-age-wrapper,
1427 #advanced-profile-marital-wrapper,
1428 #advanced-profile-sexual-wrapper,
1429 #advanced-profile-homepage-wrapper,
1430 #advanced-profile-politic-wrapper,
1431 #advanced-profile-religion-wrapper,
1432 #advanced-profile-about-wrapper,
1433 #advanced-profile-interest-wrapper,
1434 #advanced-profile-contact-wrapper,
1435 #advanced-profile-music-wrapper,
1436 #advanced-profile-book-wrapper,
1437 #advanced-profile-tv-wrapper,
1438 #advanced-profile-film-wrapper,
1439 #advanced-profile-romance-wrapper,
1440 #advanced-profile-work-wrapper,
1441 #advanced-profile-education-wrapper {
1442         margin-top: 20px;
1443 }
1444
1445 #advanced-profile-name-text,
1446 #advanced-profile-gender-text,
1447 #advanced-profile-dob-text,
1448 #advanced-profile-age-text,
1449 #advanced-profile-marital-text,
1450 #advanced-profile-sexual-text,
1451 #advanced-profile-homepage-text,
1452 #advanced-profile-politic-text,
1453 #advanced-profile-religion-text,
1454 #advanced-profile-about-text,
1455 #advanced-profile-interest-text,
1456 #advanced-profile-contact-text,
1457 #advanced-profile-music-text,
1458 #advanced-profile-book-text,
1459 #advanced-profile-tv-text,
1460 #advanced-profile-film-text,
1461 #advanced-profile-romance-text,
1462 #advanced-profile-work-text,
1463 #advanced-profile-education-text {
1464         width: 300px;
1465         float: left;
1466 }
1467
1468 #advanced-profile-name-end,
1469 #advanced-profile-gender-end,
1470 #advanced-profile-dob-end,
1471 #advanced-profile-age-end,
1472 #advanced-profile-marital-end,
1473 #advanced-profile-sexual-end,
1474 #advanced-profile-homepage-end,
1475 #advanced-profile-politic-end,
1476 #advanced-profile-religion-end {
1477         height: 10px;
1478 }
1479
1480 #advanced-profile-about-end,
1481 #advanced-profile-interest-end,
1482 #advanced-profile-contact-end,
1483 #advanced-profile-music-end,
1484 #advanced-profile-book-end,
1485 #advanced-profile-tv-end,
1486 #advanced-profile-film-end,
1487 #advanced-profile-romance-end,
1488 #advanced-profile-work-end,
1489 #advanced-profile-education-end {
1490
1491
1492 }
1493
1494 #advanced-profile-name,
1495 #advanced-profile-gender,
1496 #advanced-profile-dob,
1497 #advanced-profile-age,
1498 #advanced-profile-marital,
1499 #advanced-profile-sexual,
1500 #advanced-profile-homepage,
1501 #advanced-profile-politic,
1502 #advanced-profile-religion {
1503         float: left;
1504
1505 }
1506
1507
1508 #advanced-profile-about,
1509 #advanced-profile-interest,
1510 #advanced-profile-contact,
1511 #advanced-profile-music,
1512 #advanced-profile-book,
1513 #advanced-profile-tv,
1514 #advanced-profile-film,
1515 #advanced-profile-romance,
1516 #advanced-profile-work,
1517 #advanced-profile-education {
1518         margin-top: 10px;
1519         margin-left: 50px;
1520         margin-right: 20px;
1521         padding: 10px;
1522         border: 1px solid #CCCCCC;
1523 }
1524
1525 #advanced-profile-with {
1526         float: left;
1527         margin-left: 15px;
1528 }
1529
1530 #contact-edit-wrapper {
1531         margin-top: 10px;
1532 }
1533
1534 #contact-edit-banner-name {
1535         font-size: 1.4em;
1536         font-weight: bold;
1537 }
1538
1539 #contact-edit-poll-wrapper {
1540         margin-top: 15px;
1541 }
1542
1543 #contact-edit-poll-text {
1544         margin-top: 15px;
1545         margin-bottom: 5px;
1546 }
1547
1548 #contact-edit-update-now {
1549         margin-top: 15px;
1550 }
1551
1552 #contact-edit-links{
1553         clear: both;
1554 }
1555
1556 #contact-edit-links ul {
1557         list-style: none;
1558         list-style-type: none;
1559         margin-left: 0px;
1560         padding-left: 0px;
1561 }
1562
1563 #contact-edit-links li {
1564         margin-top: 5px;
1565 }
1566
1567 #contact-edit-drop-link {
1568         float: right;
1569         margin-right: 20px;
1570 }
1571
1572 #contact-edit-nav-end {
1573         clear: both;
1574 }
1575
1576 #contact-edit-wrapper {
1577         width: 100%;
1578 }
1579
1580 #contact-edit-end {
1581         clear: both;
1582         margin-top: 15px;
1583 }
1584
1585 #contact-profile-selector {
1586         width: 175px;
1587         margin-left: 175px;
1588 }
1589
1590 .contact-edit-submit {
1591         margin-top: 20px;
1592 }
1593
1594
1595 .contact-photo-menu-button {
1596         position: absolute;
1597         background-image: url("photo-menu.jpg");
1598         background-position: top left; 
1599         background-repeat: no-repeat;
1600         margin: 0px; padding: 0px;
1601         width: 16px;
1602         height: 16px;
1603         top: 64px; left:0px;
1604         overflow: hidden;
1605         text-indent: 40px;
1606         display: none;
1607         
1608 }
1609 .contact-photo-menu {
1610         width: auto;
1611         border: 2px solid #444444;
1612         background: #FFFFFF;
1613         position: absolute;
1614         left: 0px; top: 90px;
1615         display: none;
1616         z-index: 10000;
1617 }
1618 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1619 .contact-photo-menu li a { display: block; padding: 2px; }
1620 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1621
1622
1623 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1624         color: #FF0000;
1625 }
1626
1627 #profile-edit-insecure {
1628         margin-top: 20px;
1629         color: #FF0000;
1630         font-size: 1.1em;
1631         border: 1px solid #FF8888;
1632         background-color: #FFEEEE;
1633         padding-left: 5px;
1634         /*: 3px 3px 3px 5px; */
1635         width: 587px;
1636 }
1637
1638 #profile-jot-text {
1639         height: 20px;
1640         color:#cccccc;
1641         border: 1px solid #cccccc;
1642         padding: 3px 0px 0px 5px;
1643         -moz-border-radius: 3px;
1644         border-radius: 3px;     
1645 }
1646
1647
1648 /** acl **/
1649 #photo-edit-perms-select,
1650 #photos-upload-permissions-wrapper,
1651 #profile-jot-acl-wrapper{
1652         display:block!important;
1653 }
1654
1655 #photos-usage-message {
1656         margin-bottom: 15px;
1657 }
1658
1659
1660 #acl-wrapper {
1661         width: 690px;
1662         float:left;
1663 }
1664 #acl-search {
1665         float:right;
1666         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1667         padding-right:20px;
1668 }
1669 #acl-showall {
1670         float: left;
1671         display: block;
1672         width: auto;
1673         height: 18px;
1674         background-color: #cccccc;
1675         background-image: url("../../../images/show_all_off.png");
1676         background-position: 7px 7px;
1677         background-repeat: no-repeat;
1678         padding: 7px 5px 0px 30px;
1679         -webkit-border-radius: 5px ;
1680         -moz-border-radius: 5px;
1681         border-radius: 5px;
1682         color: #999999;
1683 }
1684 #acl-showall.selected {
1685         color: #000000;
1686         background-color: #ff9900;
1687         background-image: url("../../../images/show_all_on.png");
1688 }
1689
1690 #acl-list {
1691         height: 210px;
1692         border: 1px solid #cccccc;
1693         clear: both;
1694         margin-top: 30px;
1695         overflow: auto;
1696 }
1697 #acl-list-content {
1698         
1699 }
1700 .acl-list-item {
1701         display: block;
1702         width: 150px;
1703         height: 30px;
1704         border: 1px solid #cccccc;
1705         margin: 5px;
1706         float: left;
1707 }
1708 .acl-list-item img{
1709         width:22px;
1710         height: 22px;
1711         float: left;
1712         margin: 4px;
1713 }
1714 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
1715 .acl-list-item a { 
1716         font-size: 8px;
1717         display: block;
1718         width: 40px;
1719         height: 10px;
1720         float: left;
1721         color: #999999;
1722         background-color: #cccccc;
1723         background-position: 3px 3px;
1724         background-repeat: no-repeat;
1725         margin-right: 5px;
1726         -webkit-border-radius: 2px ;
1727         -moz-border-radius: 2px;
1728         border-radius: 2px;
1729         padding-left: 15px;
1730 }
1731 #acl-wrapper a:hover {
1732         text-decoration: none;
1733         color:#000000;
1734 }
1735 .acl-button-show { background-image: url("../../../images/show_off.png"); }
1736 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
1737
1738 .acl-button-show.selected {
1739         color: #000000;
1740         background-color: #9ade00;
1741         background-image: url("../../../images/show_on.png");
1742 }
1743 .acl-button-hide.selected {
1744         color: #000000;
1745         background-color: #ff4141;
1746         background-image: url("../../../images/hide_on.png");
1747 }
1748 .acl-list-item.groupshow { border-color: #9ade00; }
1749 .acl-list-item.grouphide { border-color: #ff4141; }
1750 /** /acl **/
1751
1752
1753 .comment-edit-text-empty {
1754         color: gray;
1755         height: 30px;
1756         width: 175px;
1757         overflow: auto;
1758         margin-bottom: 10px;
1759 }
1760
1761 .comment-edit-text-full {
1762         color: black;
1763         height: 150px;
1764         width: 350px;
1765         overflow: auto;
1766 }
1767
1768 #group-new-submit-wrapper {
1769         margin-top: 30px;
1770 }
1771
1772 #group-edit-name-label {
1773         float: left;
1774         width: 175px;
1775         margin-top: 20px;
1776         margin-bottom: 20px;
1777 }
1778
1779 #group-edit-name {
1780         float: left;
1781         width: 225px;
1782         margin-top: 20px;
1783         margin-bottom: 20px;
1784 }
1785
1786 #group-edit-name-wrapper {
1787
1788
1789 }
1790
1791
1792 #group_members_select_label {
1793         display: block;
1794         float: left;
1795         width: 175px;
1796 }
1797
1798 .group_members_select {
1799         float: left;
1800         width: 230px;
1801         overflow: auto;
1802 }
1803
1804 #group_members_select_end {
1805         clear: both;
1806 }
1807 #group-edit-name-end {
1808         clear: both;
1809 }
1810
1811 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1812         margin-bottom: 10px;
1813         margin-top: 20px;
1814 }
1815
1816 #prvmail-submit {
1817         float: left;
1818         margin-top: 10px;
1819         margin-right: 30px;
1820 }
1821 #prvmail-upload-wrapper,
1822 #prvmail-link-wrapper,
1823 #prvmail-rotator-wrapper {
1824         float: left;
1825         margin-top: 10px;
1826         margin-right: 10px;
1827         width: 24px;
1828 }
1829
1830 #prvmail-end {
1831         clear: both;
1832 }
1833
1834 .mail-list-sender,
1835 .mail-list-detail {
1836         float: left;
1837 }
1838 .mail-list-detail {
1839         margin-left: 20px;
1840 }
1841
1842 .mail-list-subject {
1843         font-size: 1.1em;
1844         margin-top: 10px;
1845 }
1846 a.mail-list-link {
1847     display: block;
1848     font-size: 1.3em;
1849     padding: 4px 0;
1850 }
1851
1852 /*
1853 *a.mail-list-link:hover {
1854 *       background-color: #15607B;
1855 *       color: #F5F6FB;
1856 *}
1857 */
1858
1859 .mail-list-outside-wrapper-end {
1860         clear: both;
1861 }
1862
1863 .mail-list-outside-wrapper {
1864         margin-top: 30px;
1865 }
1866
1867 .mail-list-delete-wrapper {
1868         float: right;
1869         margin-right: 30px;
1870         margin-top: 15px;
1871 }
1872
1873 .mail-list-delete-icon {
1874         border: none;
1875 }
1876
1877 .mail-conv-sender,
1878 .mail-conv-detail {
1879         float: left;
1880 }
1881 .mail-conv-detail {
1882         margin-left: 20px;
1883         width: 500px;
1884 }
1885
1886 .mail-conv-subject {
1887     font-size: 1.4em;
1888     margin: 10px 0;
1889 }
1890
1891 .mail-conv-outside-wrapper-end {
1892         clear: both;
1893 }
1894
1895 .mail-conv-outside-wrapper {
1896         margin-top: 30px;
1897 }
1898
1899 .mail-conv-delete-wrapper {
1900         float: right;
1901         margin-right: 30px;
1902         margin-top: 15px;
1903 }
1904 .mail-conv-break {
1905         clear: both;
1906 }
1907
1908 .mail-conv-delete-icon {
1909         border: none;
1910 }
1911
1912 .message-links ul {
1913         list-style-type: none;
1914         padding: 0px;
1915 }
1916
1917 .message-links li {
1918         margin-top: 10px;
1919         float: left;
1920 }
1921 .message-links a {
1922         padding: 3px 5px;
1923 }
1924
1925 .message-links-end {
1926         clear: both;
1927 }
1928
1929 #sidebar-group-list ul {
1930         list-style-type: none;
1931 }
1932
1933 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
1934         display: inline-block;
1935         height: 12px;
1936         width: 12px;
1937 }
1938
1939 #sidebar-group-list li {
1940         margin-top: 10px;
1941 }
1942
1943 .nets-ul, .fileas-ul, .categories-ul {
1944         list-style-type: none;
1945 }
1946
1947 .nets-ul li, .fileas-ul li, .categories-ul li {
1948         margin-top: 10px;
1949 }
1950
1951 .nets-link {
1952         margin-left: 24px;
1953 }
1954 .nets-all {
1955         margin-left: 42px;
1956 }
1957
1958 .fileas-link, .categories-link {
1959         margin-left: 24px;
1960 }
1961
1962 .fileas-all, .categories-all {
1963         margin-left: 0px;
1964 }
1965
1966 #search-save {
1967         margin-left: 5px;
1968 }
1969 .groupsideedit {
1970         margin-right: 10px;
1971 }
1972 #saved-search-ul {
1973         list-style-type: none;
1974 }
1975 .savedsearchdrop, .savedsearchterm {
1976         float: left;
1977         margin-top: 10px;
1978 }
1979 .savedsearchterm {
1980         margin-left: 10px;
1981 }
1982
1983
1984 #side-follow-wrapper {
1985         margin-top: 20px;
1986 }
1987 #side-follow-url, #side-peoplefind-url {
1988         margin-top: 5px;
1989 }
1990 #side-follow-submit, #side-peoplefind-submit {
1991         margin-top: 15px;
1992 }
1993
1994 #side-match-link {
1995         margin-top: 10px;
1996 }
1997
1998 aside input[type='text'] {
1999  width: 174px;
2000 }
2001
2002 .widget {
2003         border: 1px solid #DDDDDD;
2004         padding: 8px;
2005         margin-top: 5px;
2006         -moz-border-radius:5px;
2007         -webkit-border-radius:5px;
2008         border-radius:5px;
2009
2010 }
2011
2012
2013 /*.photos {
2014         height: auto;
2015         overflow: auto;
2016 }*/
2017
2018 .photos-end {
2019         clear: both;
2020         margin-bottom: 25px;
2021 }
2022
2023 .photo-album-image-wrapper {
2024         float: left;
2025         margin-top: 15px;
2026         margin-right: 15px;
2027         margin-left: 15px;
2028 /*      width: 200px; height: 200px; 
2029         overflow: hidden; 
2030         position: relative; */
2031 }
2032 .photo-album-image-wrapper .caption {
2033         display: none; 
2034         width: 100%;
2035 /*      position: absolute; */
2036         bottom: 0px; 
2037         padding: 0.5em 0.5em 0px 0.5em;
2038         background-color: rgba(245, 245, 255, 0.8);
2039         border-bottom: 2px solid #CCC;
2040         margin: 0px;
2041 }
2042 .photo-album-image-wrapper a:hover .caption {
2043         display:block;
2044 }
2045
2046 #photo-album-end {
2047         clear: both;
2048         margin-bottom: 25px;
2049 }
2050
2051 .photo-top-image-wrapper {
2052 /*      position: relative; */
2053         float: left;
2054         margin-top: 15px;
2055         margin-right: 15px;
2056         margin-left: 15px;
2057         margin-bottom: 15px;
2058 /*      width: 200px; height: 200px; 
2059         overflow: hidden; */
2060 }
2061 .photo-top-album-name {
2062         width: 100%;
2063         min-height: 2em;
2064 /*      position: absolute;  */
2065         bottom: 0px; 
2066         padding: 0px 3px;
2067         padding-top: 0.5em;
2068         background-color: rgb(255, 255, 255);
2069 }
2070 #photo-top-end {
2071         clear: both;
2072 }
2073
2074 #photo-top-links {
2075         margin-bottom: 30px;
2076         margin-left: 30px;
2077 }
2078
2079 #photos-upload-newalbum-div {
2080         float: left;
2081         width: 175px;
2082 }
2083
2084 #photos-upload-noshare {
2085         margin-bottom: 10px;
2086 }
2087 #photos-upload-existing-album-text {
2088         float: left;
2089         width: 175px;
2090 }
2091 #photos-upload-newalbum {
2092         float: left;
2093 }
2094 #photos-upload-album-select {
2095         float: left;
2096 }
2097
2098 #photos-upload-spacer {
2099         margin-top: 25px;
2100 }
2101 #photos-upload-new-end, #photos-upload-exist-end {
2102         clear: both;
2103 }
2104 #photos-upload-exist-end {
2105         margin-bottom: 15px;
2106 }
2107 #photos-upload-submit {
2108         margin-top: 15px;
2109 }
2110
2111 #photos_upload_applet_wrapper {
2112         margin-bottom: 15px;
2113 }
2114
2115 #photos-upload-no-java-message {
2116         margin-bottom: 15px;
2117 }
2118
2119 #profile-jot-desc {
2120         /*float: left;*/
2121         width: 480px;
2122         color: #FF0000;
2123         margin-top: 10px;
2124         margin-bottom: 10px;
2125 }
2126
2127 #character-counter {
2128         float: right;
2129         font-size: 120%;
2130 }
2131
2132 #character-counter.grey {
2133         color: #888888;
2134 }
2135
2136 #character-counter.orange {
2137         color: orange;
2138 }
2139 #character-counter.red {
2140         color: red;
2141 }
2142
2143 #profile-jot-banner-end {
2144         /* clear: both; */ 
2145 }
2146
2147 #photos-upload-select-files-text {
2148         margin-top: 15px;
2149         margin-bottom: 15px;
2150 }
2151
2152 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2153         color: #8888FF;
2154         text-decoration: none;
2155         cursor: pointer;
2156 }
2157
2158 #photos-upload-perms-menu:hover {
2159         color: #0000FF;
2160         text-decoration: underline;
2161         cursor: pointer;
2162 }
2163 #settings-default-perms-menu {
2164         margin-top: 15px;
2165         margin-bottom: 15px;
2166 }
2167
2168 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, #photo-edit-rotate-label {
2169         float: left;
2170         width: 150px;
2171 }
2172
2173 #photo-edit-perms-end {
2174         margin-bottom: 15px;
2175 }
2176
2177 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname, #photo-edit-rotate {
2178         float: left;
2179         margin-bottom: 25px;
2180 }
2181 #photo-edit-link-wrap {
2182         margin-bottom: 15px;
2183 }
2184 #photo-like-div {
2185         margin-bottom: 25px;
2186 }
2187
2188 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2189         clear: both;
2190 }
2191
2192 #photo-edit-rotate-end {
2193         margin-bottom: 15px;
2194 }
2195
2196 #photo-edit-delete-button {
2197         margin-left: 200px;
2198 }
2199 #photo-edit-end {
2200         margin-bottom: 35px;
2201 }
2202 #photo-caption {
2203         font-size: 110%;
2204         font-weight: bold;
2205         margin-top: 15px;
2206         margin-bottom: 15px;
2207 }
2208
2209 #in-this-photo-text {
2210         color: #0000FF;
2211         margin-left: 30px;
2212 }
2213
2214 #in-this-photo {
2215         margin-left: 60px;
2216         margin-top: 10px;
2217         margin-bottom: 20px;
2218 }
2219
2220 #photo-album-edit-submit, #photo-album-edit-drop {
2221         margin-top: 15px;
2222         margin-bottom: 15px;
2223 }
2224
2225 #photo-album-edit-drop {
2226         margin-left: 200px;
2227 }
2228
2229 .group-delete-wrapper {
2230         float: right;
2231         margin-right: 50px;
2232 }
2233
2234 #install-dbhost-label,
2235 #install-dbuser-label,
2236 #install-dbpass-label,
2237 #install-dbdata-label,
2238 #install-tz-desc {
2239        float: left;
2240        width: 250px;
2241        margin-top: 10px;
2242        margin-bottom: 10px;
2243
2244 }
2245
2246 #install-dbhost,
2247 #install-dbuser,
2248 #install-dbpass,
2249 #install-dbdata {
2250        float: left;
2251        width: 200px;
2252        margin-left: 20px;
2253 }
2254
2255 #install-dbhost-end,
2256 #install-dbuser-end,
2257 #install-dbpass-end,
2258 #install-dbdata-end,
2259 #install-tz-end {
2260        clear: both;
2261 }
2262
2263 #install-form select#timezone_select {
2264        float: left;
2265        margin-top: 18px;
2266        margin-left: 20px;
2267 }
2268
2269 #dfrn-request-networks {
2270         margin-bottom: 30px;
2271 }
2272
2273 #pause {
2274   position: fixed;
2275   bottom: 5px;
2276   right: 5px;
2277 }
2278
2279 .sparkle {
2280         cursor: url('lock.cur'), pointer;
2281 /*      cursor: pointer !important; */
2282 }
2283
2284 .contact-block-div {
2285         float: left;
2286         width: 52px;
2287         height: 52px;
2288 }
2289 .contact-block-textdiv {
2290         float: left;
2291         width: 150px;
2292         height: 34px;
2293 }
2294
2295 #contact-block-end {
2296         clear: both;
2297 }
2298 .contact-block-link {
2299         float: left;
2300 }
2301 .contact-block-img {
2302         width:48px;
2303         height:48px;
2304 }
2305
2306 #tag-remove {
2307         margin-bottom: 15px;
2308 }
2309
2310 #tagrm li {
2311         margin-bottom: 10px;
2312 }
2313
2314 #tagrm-submit, #tagrm-cancel {
2315         margin-top: 25px;
2316 }
2317
2318 #tagrm-cancel {
2319         margin-left: 15px;
2320 }
2321
2322 .wall-item-conv {
2323         margin-top: 5px;
2324         margin-bottom: 25px;
2325 }
2326
2327 #search-submit {
2328         margin-left: 15px;
2329 }
2330
2331 #search-box {
2332         margin-bottom: 25px;
2333 }
2334
2335 .location-label, .gender-label, .marital-label, .homepage-label {
2336         float: left;
2337         text-align: right;
2338         display: block;
2339         width: 65px;
2340 }
2341
2342 .adr, .x-gender, .marital-text, .homepage-url {
2343         float: left;
2344         display: block;
2345         margin-left: 8px;
2346 }
2347
2348 .profile-clear {
2349         clear: both;
2350 }
2351
2352
2353 .clear {
2354         clear: both;
2355 }
2356
2357 .cc-license {
2358         margin-top: 50px;
2359         font-size: 70%;
2360 }
2361
2362
2363 #plugin-settings-link, #account-settings-link {
2364         margin-bottom: 10px;
2365 }
2366
2367 #uexport-link {
2368         margin-bottom: 20px;
2369 }
2370
2371 /* end from default */
2372         
2373
2374 .fn {
2375         padding: 0px 0px 5px 12px;
2376         font-size: 120%;
2377         font-weight: bold;
2378 }
2379
2380 .vcard .title {
2381         margin-bottom: 5px;
2382         margin-left: 12px;
2383 }
2384
2385 .vcard dl {
2386         clear: both;
2387 }
2388
2389 #birthday-title {
2390         float: left;
2391         font-weight: bold;      
2392 }
2393
2394 #birthday-adjust {
2395         float: left;
2396         font-size: 75%;
2397         margin-left: 10px;
2398 }
2399
2400 #birthday-title-end {
2401         clear: both;
2402 }
2403
2404 .birthday-list {
2405         margin-left: 15px;
2406 }
2407
2408 #birthday-wrapper {
2409         margin-bottom: 20px;
2410 }
2411
2412 #network-new-link {
2413         margin-top: 15px;
2414         margin-bottom: 15px;
2415 }
2416
2417
2418 .tool-wrapper {
2419   float: left;
2420   margin-left: 15px;
2421 }
2422
2423 .tool-link {
2424   cursor: pointer;
2425 }
2426
2427 .eventcal {
2428         float: left;
2429         font-size: 20px;
2430 }
2431
2432 #event-summary-text {
2433         margin-top: 15px;
2434 }
2435
2436 #event-share-checkbox {
2437         float: left;
2438         margin-top: 10px;
2439 }
2440
2441 #event-share-text {
2442         float: left;
2443         margin-top: 10px;
2444         margin-left: 5px;
2445 }
2446
2447 #event-share-break {
2448         clear: both;
2449         margin-bottom: 10px;
2450 }
2451
2452 #event-summary {
2453         width: 400px;
2454 }
2455
2456 .vevent {
2457         border: 1px solid #CCCCCC;
2458 }
2459
2460 .vevent .event-summary {
2461         margin-left: 10px;
2462         margin-right: 10px;
2463         font-weight: bold;
2464 }
2465
2466 .vevent .event-description, .vevent .event-location {
2467         margin-left: 10px;
2468         margin-right: 10px;
2469 }
2470 .vevent .event-start {
2471         margin-left: 10px;
2472         margin-right: 10px;
2473 }
2474
2475 #new-event-link {
2476         margin-bottom: 10px;
2477 }
2478
2479 .edit-event-link, .plink-event-link {
2480         float: left;
2481         margin-top: 4px;
2482         margin-right: 4px;
2483         margin-bottom: 15px;
2484 }
2485
2486 .event-description:before {
2487         content: url('../../../images/calendar.png');
2488         margin-right: 15px;
2489 }
2490
2491 .event-start, .event-end {
2492         margin-left: 10px;
2493         width: 330px;
2494         clear: both;
2495 }
2496
2497 .event-start .dtstart, .event-end .dtend {
2498         float: right;
2499 }
2500
2501 .event-list-date {
2502         margin-bottom: 10px;
2503 }
2504
2505 .prevcal, .nextcal {
2506         float: left;
2507         margin-left: 32px;
2508         margin-right: 32px;
2509         margin-top: 64px;
2510 }
2511 .event-calendar-end {
2512         clear: both;
2513 }
2514
2515  
2516 .calendar {
2517         font-family: Courier, monospace;
2518 }
2519 .today {
2520         font-weight: bold;
2521         color: #FF0000;
2522 }
2523
2524 .settings-block {
2525         border: 1px solid #AAA;
2526         margin: 10px;
2527         padding: 10px;
2528 }
2529
2530 .app-title {
2531         margin: 10px;
2532 }
2533
2534 #identity-manage-desc {
2535         margin-top:15px;
2536         margin-bottom: 15px;
2537 }
2538
2539 #identity-manage-choose {
2540         margin-bottom: 15px;
2541 }
2542
2543 #identity-submit {
2544         margin-top: 20px;
2545 }
2546
2547 #photo-prev-link, #photo-next-link {
2548         padding: 10px;
2549         float: left;
2550 }
2551
2552 #photo-photo {
2553         float: left;
2554 }
2555
2556 #photo-photo-end {
2557         clear: both;
2558 }
2559
2560 .profile-match-photo {
2561         float: left;
2562         text-align: center;
2563         width: 120px;
2564 }
2565
2566 .profile-match-name {
2567         float: left;
2568         text-align: center;
2569         width: 120px;
2570         overflow: hidden;
2571 }
2572
2573 .profile-match-break,
2574 .profile-match-end {
2575         clear: both;
2576 }
2577
2578 .profile-match-connect {
2579         text-align: center;
2580         font-weight: bold;
2581 }
2582
2583 .profile-match-wrapper {
2584         float: left;
2585         padding: 10px;
2586         width: 120px;
2587         height: 120px;
2588         scroll: auto;
2589 }
2590 #profile-match-wrapper-end {
2591         clear: both;
2592 }
2593 .side-link {
2594         margin-bottom: 15px;
2595 }
2596
2597 #language-selector {
2598         position: absolute;
2599         top: 0px;
2600         left: 16px;
2601 }
2602
2603 #group-members {
2604         margin-top: 20px;
2605         padding: 10px;
2606         height: 250px;
2607         overflow: auto;
2608         border: 1px solid #ddd;
2609 }
2610
2611 #group-members-end {
2612         clear: both;
2613 }
2614
2615 #group-separator {
2616         margin-top: 10px;
2617         margin-bottom: 10px;
2618 }
2619
2620 #group-all-contacts {
2621         padding: 10px;
2622         height: 450px;
2623         overflow: auto;
2624         border: 1px solid #ddd;
2625 }
2626
2627 #group-all-contacts-end {
2628         clear: both;
2629         margin-bottom: 10px;
2630 }
2631
2632 #group-edit-desc {
2633         margin-top: 15px;
2634 }
2635
2636
2637 #prof-members {
2638         margin-top: 20px;
2639         padding: 10px;
2640         height: 250px;
2641         overflow: auto;
2642         border: 1px solid #ddd;
2643 }
2644
2645 #prof-members-end {
2646         clear: both;
2647 }
2648
2649 #prof-separator {
2650         margin-top: 10px;
2651         margin-bottom: 10px;
2652 }
2653
2654 #prof-all-contacts {
2655         padding: 10px;
2656         height: 450px;
2657         overflow: auto;
2658         border: 1px solid #ddd;
2659 }
2660
2661 #prof-all-contacts-end {
2662         clear: both;
2663         margin-bottom: 10px;
2664 }
2665
2666 #prof-edit-desc {
2667         margin-top: 15px;
2668 }
2669
2670 #crepair-name-label,
2671 #crepair-nick-label,
2672 #crepair-attag-label,
2673 #crepair-url-label,
2674 #crepair-request-label,
2675 #crepair-confirm-label,
2676 #crepair-notify-label,
2677 #crepair-photo-label,
2678 #crepair-poll-label {
2679         float: left;
2680         width: 200px;
2681         margin-bottom: 15px;
2682 }
2683
2684 #crepair-name,
2685 #crepair-nick,
2686 #crepair-attag,
2687 #crepair-url,
2688 #crepair-request,
2689 #crepair-confirm,
2690 #crepair-notify,
2691 #crepair-photo,
2692 #crepair-poll {
2693         float: left;
2694         width: 300px;
2695 }
2696
2697
2698 #netsearch-box {
2699         margin-top: 20px;       
2700 }
2701
2702 #netsearch-box #search-submit {
2703         margin: 5px 0px 0px 0px;
2704 }
2705
2706 .required {
2707         color: #FF0000;
2708 }
2709
2710 #event-start-text, #event-finish-text {
2711         margin-top: 10px;
2712         margin-bottom: 5px;
2713 }
2714
2715 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
2716         float: left;
2717 }
2718 #event-datetime-break {
2719         margin-bottom: 10px;
2720 }
2721
2722 #event-nofinish-break, #event-adjust-break {
2723         clear: both;
2724 }
2725
2726 #event-desc-text, #event-location-text {
2727         margin-top: 10px;
2728         margin-bottom: 5px;
2729 }
2730 #event-submit {
2731         margin-top: 10px;
2732 }
2733
2734 .body-tag, .filesavetags, .categorytags {
2735         opacity: 0.5;
2736         filter:alpha(opacity=50);
2737 }
2738
2739 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
2740         opacity: 1.0 !important;
2741         filter:alpha(opacity=100) !important;
2742 }
2743
2744 .item-select {
2745         opacity: 0.1;
2746         filter:alpha(opacity=10);
2747         float: right;
2748         margin-right: 10px;
2749
2750 }
2751 .item-select:hover, .checkeditem {
2752         opacity: 1;
2753         filter:alpha(opacity=100);
2754 }
2755
2756
2757 #item-delete-selected {
2758         margin-top: 30px;
2759 }
2760
2761 #item-delete-selected-end {
2762         clear: both;
2763 }
2764 #item-delete-selected-icon, #item-delete-selected-desc {
2765         float: left;
2766         margin-right: 5px;
2767 }
2768 #item-delete-selected-desc:hover {
2769         text-decoration: underline;
2770 }
2771
2772 #lang-select-icon {
2773         cursor: pointer;
2774         position: absolute;
2775         left: 0px;
2776         top: 0px;
2777         opacity: 0.2;
2778         filter:alpha(opacity=20);
2779 }
2780
2781 #lang-select-icon:hover {
2782         opacity: 1;
2783         filter:alpha(opacity=100);
2784 }
2785
2786 .notif-image {
2787         height: 80px;
2788         width: 80px;
2789         margin-right: 15px;
2790 }
2791 .notification-listing-end {
2792         clear: both;
2793         margin-bottom: 15px;
2794 }
2795
2796
2797
2798 /**
2799  * Plugins settings
2800  */
2801
2802 .settings-block > h3,
2803 .settings-heading {
2804         border-bottom: 1px solid #babdb6;
2805 }
2806  
2807
2808 /**
2809  * Form fields
2810  */
2811 .field {
2812         margin-bottom: 10px;
2813         padding-bottom: 10px;
2814         overflow: auto;
2815         width: 100%
2816 }
2817
2818 .field label {
2819         float: left;
2820         width: 200px;
2821 }
2822
2823 .field input,
2824 .field textarea {
2825         width: 400px;
2826 }
2827 .field textarea { height: 100px; }
2828 .field_help {
2829         display: block;
2830         margin-left: 200px;
2831         color: #666666;
2832         
2833 }
2834
2835
2836 .field .onoff {
2837         float: left;
2838         width: 80px;
2839 }
2840 .field .onoff a {
2841         display: block;
2842         border:1px solid #666666;
2843         background-image:url("../../../images/onoff.jpg");
2844         background-repeat: no-repeat;
2845         padding: 4px 2px 2px 2px;
2846         height: 16px;
2847         text-decoration: none;
2848 }
2849 .field .onoff .off {
2850         border-color:#666666;
2851         padding-left: 40px;
2852         background-position: left center;
2853         background-color: #cccccc;
2854         color: #666666;
2855         text-align: right;
2856 }
2857 .field .onoff .on {
2858         border-color:#204A87;
2859         padding-right: 40px;
2860         background-position: right center;
2861         background-color: #D7E3F1;
2862         color: #204A87;
2863         text-align: left;
2864 }
2865 .hidden { display: none!important; }
2866
2867 .field.radio .field_help { margin-left: 0px; }
2868
2869 /**
2870  * ADMIN
2871  */
2872 #pending-update {
2873         float:right;
2874         color: #ffffff;
2875         font-weight: bold;
2876         background-color: #FF0000;
2877         padding: 0em 0.3em;
2878         
2879 }
2880 #adminpage dl {
2881         clear: left;
2882         margin-bottom: 2px;
2883         padding-bottom: 2px;
2884         border-bottom: 1px solid black;
2885 }
2886 #adminpage dt {
2887         width: 200px;
2888         float: left;
2889         font-weight: bold;
2890 }
2891 #adminpage dd {
2892         margin-left: 200px;
2893 }
2894
2895 #adminpage h3 {
2896         border-bottom: 1px solid #cccccc;
2897 }
2898 #adminpage .field label {
2899         font-weight: bold;
2900 }
2901 #adminpage .submit {
2902         clear:left;
2903         text-align: right;
2904 }
2905
2906 #adminpage #pluginslist {
2907         margin: 0px; padding: 0px;
2908 }
2909 #adminpage .plugin {
2910         list-style: none;
2911         display: block;
2912         border: 1px solid #888888;
2913         padding: 1em;
2914         margin-bottom: 5px;
2915         clear: left;
2916 }
2917 #adminpage .plugin .desc { margin-left: 2.5em;}
2918 #adminpage .toggleplugin {
2919         float:left;
2920         margin-right: 1em;
2921 }
2922
2923 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
2924 #adminpage table th { text-align: left;}
2925 #adminpage td .icon { float: left;}
2926 #adminpage table#users img { width: 16px; height: 16px; }
2927 #adminpage table tr:hover { background-color: #bbc7d7; }
2928 #adminpage .selectall { text-align: right; }
2929
2930 /*
2931  * UPDATE
2932  */
2933 .popup {        
2934         width: 100%; height: 100%;
2935         top:0px; left:0px;
2936         position: absolute;
2937         display: none;
2938 }
2939
2940 .popup .background {
2941         background-color: rgba(0,0,0,128);
2942         opacity: 0.5;
2943         width: 100%; height: 100%;
2944         position: absolute;
2945         top:0px; left:0px;
2946 }
2947 .popup .panel {
2948         top:25%;left:25%;width:50%;height:50%;
2949         padding: 1em;
2950         position: absolute;
2951         border: 4px solid #000000;
2952         background-color: #FFFFFF;
2953 }
2954 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
2955 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
2956 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
2957 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
2958 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
2959
2960 /**
2961  * OAuth
2962  */
2963 .oauthapp {
2964         height: auto; overflow: auto;
2965         border-bottom: 2px solid #cccccc;
2966         padding-bottom: 1em;
2967         margin-bottom: 1em;     
2968 }
2969 .oauthapp img {
2970         float: left;
2971         width: 48px; height: 48px;
2972         margin: 10px;
2973 }
2974 .oauthapp img.noicon {
2975         background-image: url("../../../images/icons/48/plugin.png");
2976         background-position: center center;
2977         background-repeat: no-repeat;
2978 }
2979 .oauthapp a {
2980         float: left;
2981 }
2982
2983 /**
2984  * ICONS
2985  */
2986 .iconspacer {
2987         display: block; width: 16px; height: 16px;
2988 }
2989
2990 .icon {
2991         display: block; width: 16px; height: 16px;
2992         background-image: url('../../../images/icons.png');
2993 }
2994 .article { background-position: 0px 0px;}
2995 .audio { background-position: -16px 0px;}
2996 .block { background-position: -32px 0px;}
2997 .drop { background-position: -48px 0px;}
2998 .drophide { background-position: -64px 0px;}
2999 .edit { background-position: -80px 0px;}
3000 .camera { background-position: -96px 0px;}
3001 .dislike { background-position: -112px 0px;}
3002 .like { background-position: -128px 0px;}
3003 .link { background-position: -144px 0px;}
3004
3005 .globe { background-position: 0px -16px;}
3006 .noglobe { background-position: -16px -16px;}
3007 .no { background-position: -32px -16px;}
3008 .pause { background-position: -48px -16px;}
3009 .play { background-position: -64px -16px;}
3010 .pencil { background-position: -80px -16px;}
3011 .small-pencil { background-position: -96px -16px;}
3012 .recycle { background-position: -112px -16px;}
3013 .remote-link { background-position: -128px -16px;}
3014 .share { background-position: -144px -16px;}
3015
3016 .tools { background-position: 0px -32px;}
3017 .lock { background-position: -16px -32px;}
3018 .unlock { background-position: -32px -32px;}
3019 .video { background-position: -48px -32px;}
3020 .youtube { background-position: -64px -32px;}
3021 .attach { background-position: -80px -32px; }
3022 .language { background-position: -96px -32px; }
3023 .prev { background-position: -112px -32px; }
3024 .next { background-position: -128px -32px; }
3025 .on { background-position: -144px -32px; }
3026
3027 .off { background-position: 0px -48px; }
3028 .starred { background-position: -16px -48px; }
3029 .unstarred { background-position: -32px -48px; }
3030 .tagged { background-position: -48px -48px; }
3031 .yellow { background-position: -64px -48px; }
3032
3033
3034 .filer-icon {
3035         display: block; width: 16px; height: 16px;
3036         background-image: url('file.gif');
3037 }
3038
3039 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3040 [class^="comment-edit-bb"] {
3041         list-style: none;
3042         display: none;
3043         margin: 0px 0 -5px 60px;
3044         width: 75%;
3045 }
3046 [class^="comment-edit-bb"] > li {
3047         display: inline-block;
3048         margin: 10px 10px 0 0;
3049         visibility: none;
3050 }
3051 [class^="comment-edit-bb-end"] {
3052         clear: both;
3053 }
3054 .editicon {
3055     display: inline-block;
3056     width: 16px;
3057     height: 16px;
3058     background-image: url(bbedit.png);
3059         background-color: #fff;
3060     text-decoration: none;
3061 }
3062 .editicon:hover {
3063         background-color: #ccc;
3064 }
3065 .boldbb {
3066         background-position: 0px 0px;
3067 }
3068 .boldbb:hover {
3069         background-position: 0px -16px;
3070 }
3071 .italicbb {
3072         background-position: -16px 0px;
3073 }
3074 .italicbb:hover {
3075         background-position: -16px -16px;
3076 }
3077 .underlinebb {
3078         background-position: -32px 0px;
3079 }
3080 .underlinebb:hover {
3081         background-position: -32px -16px;
3082 }
3083 .quotebb {
3084         background-position: -48px 0px;
3085 }
3086 .quotebb:hover {
3087         background-position: -48px -16px;
3088 }
3089 .codebb {
3090         background-position: -64px 0px;
3091 }
3092 .codebb:hover {
3093         background-position: -64px -16px;
3094 }
3095 .imagebb {
3096         background-position: -80px 0px;
3097 }
3098 .imagebb:hover {
3099         background-position: -80px -16px;
3100 }
3101 .urlbb {
3102         background-position: -96px 0px;
3103 }
3104 .urlbb:hover {
3105         background-position: -96px -16px;
3106 }
3107 .videobb {
3108         background-position: -112px 0px;
3109 }
3110 .videobb:hover {
3111         background-position: -112px -16px;
3112 }
3113
3114 .attachtype {
3115         display: block; width: 20px; height: 23px;
3116         float: left;
3117         background-image: url('../../../images/content-types.png');
3118 }
3119
3120 .body-attach {
3121         margin-top: 10px;
3122 }
3123
3124 .type-video { background-position: 0px 0px; }
3125 .type-image { background-position: -20px 0px; }
3126 .type-audio { background-position: -40px 0px; }
3127 .type-text  { background-position: -60px 0px; }
3128 .type-unkn  { background-position: -80px 0px; }
3129
3130
3131 /* autocomplete popup */
3132 .acpopup {
3133         max-height:150px;
3134         background-color:#ffffff;
3135         overflow:auto;
3136         z-index:100000;
3137         border:1px solid #cccccc;
3138 }
3139 .acpopupitem {
3140         background-color:#ffffff; padding: 4px;
3141         clear:left;
3142 }
3143 .acpopupitem img {
3144         float: left;
3145         margin-right: 4px;
3146 }
3147
3148 .acpopupitem.selected {
3149         color: #FFFFFF; background: #3465A4;
3150 }
3151
3152 /* popup notifications */
3153 div.jGrowl div.notice {
3154   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3155   color: #ffffff;
3156   padding-left: 58px;
3157 }
3158 div.jGrowl div.info {
3159   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3160   color: #ffffff;
3161   padding-left: 58px;
3162 }
3163 #jGrowl.top-right {
3164         top: 15px;
3165         right: 15px;
3166 }
3167 .qcomment {
3168         border: 1px solid #EEE;
3169         padding: 3px;
3170         margin-top: 15px;
3171         margin-left: 25px;
3172         width: 125px;
3173         overflow-y: auto;
3174 }
3175
3176
3177 .qcomment option {
3178         width: 125px;
3179         overflow-x: hidden;
3180 }
3181
3182 .qcomment {
3183         opacity: 0.3;
3184         filter:alpha(opacity=30);
3185 }
3186 .qcomment:hover {
3187         opacity: 1.0;
3188         filter:alpha(opacity=100);
3189 }
3190
3191 /* notifications popup menu */
3192 .nav-notify {
3193         display: none;
3194         position: absolute;
3195         font-size: 10px;
3196         padding: 1px 3px;
3197         top: 0px;
3198         right: -10px;
3199         min-width: 15px;
3200         text-align: right;
3201 }
3202 .nav-notify.show {
3203         display: block;
3204 }
3205 ul.menu-popup {
3206         position: absolute;
3207         display: none;
3208         width: 10em;
3209         margin: 0px;
3210         padding: 0px;
3211         list-style: none;
3212         z-index: 100000;
3213         top: 90px;
3214         left: 400px;
3215 }
3216 #nav-notifications-menu {
3217         width: 320px;
3218         max-height: 400px;
3219         overflow-y: scroll;overflow-style:scrollbar;
3220         background-color:#FFFFFF;
3221         -moz-border-radius: 5px;
3222         -webkit-border-radius: 5px;
3223         border-radius:5px;
3224         border: 1px solid #888;
3225 }
3226 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3227 #nav-notifications-menu img { float: left; margin-right: 5px; }
3228 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3229 #nav-notifications-menu li {
3230         padding: 7px 0px 7px 10px;
3231         word-wrap:normal;
3232         border-bottom: 1px solid #000;
3233 }
3234
3235 #nav-notifications-menu li:hover {
3236
3237 }
3238
3239 #nav-notifications-menu a:hover {
3240         text-decoration: underline;
3241 }
3242
3243 .notif-item a {
3244         color: #000000;
3245 }
3246
3247 .notif-item a:hover {
3248         text-decoration: underline;
3249 }
3250
3251 .notif-image {
3252         width: 32px;
3253         height: 32px;
3254         padding: 7px 7px 0px 0px;
3255 }
3256
3257 .notify-seen {
3258         background: #DDDDDD;
3259 }
3260
3261 #id_term_label {
3262         width:75px;
3263 }
3264 #id_term {
3265         width:100px;
3266 }
3267
3268 #recip {
3269         
3270 }
3271 .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; }
3272 .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; }
3273 .autocomplete .selected { background:#F0F0F0; }
3274 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3275
3276 #datebrowse-sidebar select {
3277         margin-left: 25px;
3278 }