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