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