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