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