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