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