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