]> git.mxchange.org Git - friendica.git/blob - view/theme/frost/style.css
Vier: The usability with a touch device is improved
[friendica.git] / view / theme / frost / style.css
1 /**
2  * duepuntozero Frindika style
3  * Fabio Comuni <fabrix.xm@gmail.com>
4  *
5  * Heavily modified for Frost
6  * Zach P
7  */
8
9
10 /* generals */
11 body {
12         font-family: helvetica,arial,freesans,clean,sans-serif;
13         font-size: 12px;
14 /*      line-height: 24px;*/
15         background-color: #ffffff;
16         background-image: url(head.jpg);
17         background-repeat: repeat-x;
18         color: #505050;
19         margin: 0px;
20 }
21
22 div.container {
23         display: block;
24         width: 785px;
25         margin-top: 0px;
26         margin-bottom: 0px;
27         margin-left: auto;
28         margin-right: auto;
29 }
30
31 a, a:visited, a:link { color: #3465a4; text-decoration: none; }
32 a:hover {text-decoration: underline; }
33
34 input {
35         border: 1px solid #666666;
36         -moz-border-radius: 3px;
37         -webkit-border-radius: 3px;
38         border-radius: 3px;     
39         padding: 3px;
40 }
41
42 img { border :0px; }
43
44 #id_openid_url, .openid input {
45    background: url(login-bg.gif) no-repeat;
46    background-position: 0 50%;
47    padding-left: 18px;
48 }
49 .openid:hover {
50
51 }
52
53 #id_openid_url {
54         width: 384px;
55 }
56
57 code {
58         font-family: Courier, monospace;
59         white-space: pre;
60         display: block;
61         overflow: auto;
62         border: 1px solid #444;
63         background: #EEE;
64         color: #444;
65         padding: 10px;
66         margin-top: 20px; 
67 }
68
69 blockquote {
70         background-color: #f4f8f9;
71         border-left: 4px solid #dae4ee;
72         padding: 0.4em;
73 }
74
75 .icollapse-wrapper, .ccollapse-wrapper {
76         border: 1px solid #CCC;
77         padding: 5px;
78 }
79
80 .hide-comments-outer {
81         margin-left: 75px;
82         font-weight: 700;
83         opacity: 0.4;
84         border-bottom: 1px solid #AAA;
85 }
86 .hide-comments-outer:hover {
87         opacity: 1.0;
88         border-bottom: 1px solid #DDD; /* manually prevent the border from changing color */
89 }
90 .hide-comments {
91         margin-left: 5px;
92 }
93
94 #panel {
95         position: absolute;
96         z-index: 2;
97         width: 30%;
98         padding: 25px;
99
100 /*      background-color: ivory;
101         border: 1px solid #444;*/
102
103         border-radius: 7px;
104         background-color: #222;
105         color: #eee;
106 }
107
108 .heart {
109         color: #FF0000;
110         font-size: 100%;
111         margin-right: 5px;
112 }
113
114 .pull-right { float: right }
115
116
117
118 /* nav */
119 nav {
120         height: 94px;
121         width: 1100px;
122         display: block;
123         margin-top: 0px;
124         margin-bottom: 0px;
125         margin-left: auto;
126         margin-right: auto;
127 }
128 nav #site-location {
129         color: #888a85;
130         font-size: 0.8em;
131         position: absolute;
132 }
133
134 .error-message {
135         color: #FF0000;
136         font-size: 1.1em;
137         border: 1px solid #FF8888;
138         background-color: #FFEEEE;
139         padding: 10px;
140 }
141
142 .info-message {
143         color: #204a87;
144         font-size: 1.1em;
145         border: 1px solid #3465a4;
146         background-color: #d7e3f1;
147         padding: 10px;
148 }
149
150
151 nav #banner {
152         display: block;
153         margin-top: 14px;
154         position: absolute;
155 }
156 nav #banner #logo-text a {
157         font-size: 40px;
158         font-weight: bold;
159         margin-left: 3px;
160         color: #000000;
161
162 }
163 nav #banner #logo-text a:hover { text-decoration: none; }
164
165
166 /* ZP REMOVE? nav-commlink */
167 .nav-commlink, .nav-login-link {
168         display: block;
169         height: 15px;
170         margin-top: 67px;
171         margin-right: 2px;
172         /*padding: 6px 10px;*/
173         padding: 6px 3px;
174         float: left;
175         bottom: 140px;
176         border: 1px solid #babdb6;
177         border-bottom: 0px;
178         background-color: #aec0d3;
179         color: #565854;         
180         -moz-border-radius: 3px 3px 0px 0px;
181         -webkit-border-radius: 3px 3px 0px 0px;
182         border-radius: 3px 3px 0px 0px; 
183 }
184
185 .nav-commlink.selected {
186         background-color: #ffffff;
187         border-bottom: 1px solid #ffffff;
188         color: #000000 !important;
189         margin-top: 64px;
190         padding-top: 6px;
191         padding-bottom: 8px;
192 }
193
194 .nav-ajax-left.show {
195         position: absolute;
196         font-size: 0.8em;
197         top: 25px;
198         right: 5px;
199         padding: 1px 2px;
200         border-radius: 4px;
201         -moz-border-radius: 4px;
202         -webkit-border-radius: 4px;
203         background-color: gold !important;
204 }
205
206
207
208 nav #nav-link-wrapper .nav-link {
209         /*border-right: 1px solid #babdb6;*/
210 }
211
212 nav .nav-link img {
213         margin-top: 24px;
214         margin-bottom: 0.2em;
215         margin-right: 1em;
216         margin-left: 1em;
217         background-color: transparent !important;
218 }
219
220 .nav-button-container {
221         float: right;
222         position: relative;
223 }
224
225 .nav-button-container .nav-ajax-left {
226 }
227
228 .nav-menu-list {
229         text-align: center;
230         line-height: 18px;
231
232         border-left: 1px solid #AAAAAA;/*#444444;*/
233         border-right: 1px solid #AAAAAA;
234         border-top: 1px solid #AAAAAA;
235         border-bottom: 1px solid #AAAAAA;
236
237         -moz-box-shadow: 3px 3px 5px #555;
238         -webkit-box-shadow: 3px 3px 5px #555;
239         box-shadow: 3px 3px 5px #555;
240
241         background: #FFFFFF;
242
243         display: none;
244         list-style: none;
245
246         width: 10em;
247         position: absolute;
248         margin: 0px;
249         right: -33px;
250         padding: 1em 0px;
251
252         z-index: 10000;
253 }
254
255
256
257 div.main-container {
258         width: 1180px;
259         margin: 0px auto;
260         display: block;
261         position: relative;
262 }
263
264 /*div.main-content-loading {
265         position: absolute;
266         top: 200px;
267         left: 50%;
268         display: none;
269 }*/
270
271
272 /* aside */
273 aside {
274         display: block;
275         min-height: 112px;
276
277         width: 250px;
278
279         padding: 1em;
280         margin: 1em 0px 0px 0px;
281
282         position: absolute;
283
284 /*      float:left;*/
285 }
286
287 #dfrn-request-link {
288         display: block;
289         color: #FFFFFF;
290         -webkit-border-radius: 5px ;
291         -moz-border-radius: 5px;
292         border-radius: 5px;
293         padding: 5px;
294         font-weight: bold;
295         background: #3465a4 url('friendica-16.png') no-repeat 95% center;
296 }
297 #wallmessage-link {
298         display: block;
299         color: #FFFFFF;
300         -webkit-border-radius: 5px ;
301         -moz-border-radius: 5px;
302         border-radius: 5px;
303         padding: 5px;
304         font-weight: bold;
305         background-color: #3465a4;
306 }
307
308 /* section */
309 section {
310         width: 565px;
311
312         display: block;
313
314         margin-left: auto;
315         margin-right: auto;
316         margin-top: 0px;
317         margin-bottom: 0px;
318
319         padding-left: 1em;
320         padding-right: 1em;
321         padding-top: 0.5em;
322
323         background-color: #ffffff;
324 /*      background-image: url(border.jpg);
325         background-position: top left;
326         background-repeat: no-repeat;*/
327
328         min-height: 112px;
329 /*      border-top: 1px solid #babdb6;*/
330         border-top: 1px solid #CCC;
331         border-left: 1px solid #CCC;
332         border-right: 1px solid #CCC;
333         border-top-left-radius: 10px;
334         border-top-right-radius: 10px;
335 }
336
337 .tabs {
338         height: 27px;
339         /*background-image: url(head.jpg);
340         background-repeat: repeat-x;    
341         background-position: 0px -20px;
342         border-bottom: 1px solid #babdb6;*/
343         padding:0px;
344 }
345 .tabs li { margin: 0px; list-style: none; }
346 .tabs a {
347 /*      background-image: url(head.jpg);
348         background-repeat: repeat-x;    
349         background-position: 0px 0px;
350         background-size: auto 45px;*/
351
352         padding: 0.4em 0.5em;
353         margin-right: 0.5em;
354         margin-bottom: 0.5em;
355         border: 1px solid #aaa;
356         border-radius: 8px;
357         -moz-border-radius: 8px;
358         -webkit-border-radius: 8px;
359
360         box-shadow: -2px -2px 3px #aaa inset;
361         -moz-box-shadow: -2px -2px 3px #aaa inset;
362         -webkit-box-shadow: -2px -2px 3px #aaa inset;
363 }
364 .tab {
365         display:block;
366         float:left;
367         padding: 0.4em;
368         /*margin-right: 1em;*/
369         margin-right: 3px ;
370 }
371 .tab.active {
372         font-weight: bold;
373
374 /*      background-image: url(head-flipped.jpg);
375         background-position: 0px -20px;*/
376
377         box-shadow: 2px 2px 3px #aaa inset;
378         -moz-box-shadow: 2px 2px 3px #aaa inset;
379         -webkit-box-shadow: 2px 2px 3px #aaa inset;
380 }
381
382 #display-top-padding {
383         padding-top: 3em;
384 }
385
386
387 /* footer */
388 footer {
389         text-align: center;
390         padding-bottom: 1em;
391 }
392
393 #maintenance-message {
394         font-size: 20px;
395         text-align: center;
396         margin-top: 10em;
397 }
398
399 .birthday-today, .event-today {
400         font-weight: bold;
401 }
402 /*
403 div.wall-item-content-wrapper.shiny {
404   background-image: url('shiny.png');
405   background-position: -5px 30px;
406   background-repeat:no-repeat;
407 }*/
408
409 .preview {
410         background: #FFFFC8;
411 }
412
413 #theme-preview {
414         margin: 15px 0 15px 150px;
415 }
416 #theme-version {
417         display: block;
418         font-weight: bold;
419 }
420 #theme-credits {
421         margin-top: 15px;
422         margin-bottom: 15px;
423 }
424
425 /* from default */
426 #jot-perms-icon, 
427 #profile-location,
428 #profile-nolocation,
429 #profile-youtube, 
430 #profile-video, 
431 #profile-audio,
432 #profile-link,
433 #profile-title, 
434 #wall-image-upload,
435 #wall-file-upload,
436 #profile-upload-wrapper,
437 #wall-image-upload-div,
438 #wall-file-upload-div,
439 .hover, .focus {
440         cursor: pointer;
441 }
442
443 #jot-perms-icon {
444         float: left;
445 }
446
447 #jot-title, #jot-category {
448         margin: 0px;
449         margin-bottom: 5px;
450
451         height: 20px;
452         width: 465px;
453         font-weight: bold;
454
455         border: 1px solid #ffffff;
456
457         display: block;
458         clear: left;
459 }
460
461 #jot-title::-webkit-input-placeholder{font-weight: normal;}
462 #jot-category::-webkit-input-placeholder{font-weight: normal;}
463 #jot-title:-moz-placeholder{font-weight: normal;}
464 #jot-category:-moz-placeholder{font-weight: normal;}
465                 
466         
467 #jot-title:hover,
468 #jot-title:focus,
469 #jot-category:hover,
470 #jot-category:focus {
471         border: 1px solid #cccccc; 
472 }
473
474 .jothidden { display:none; }
475
476
477 .fakelink, .fakelink:visited, .fakelink:link {
478         color: #3465a4;
479         text-decoration: none;
480         cursor: pointer;
481         margin-top: 15px;
482         margin-bottom: 15px;
483 }
484 .lockview {
485         cursor: pointer;
486 }
487
488 #group-sidebar {
489         margin-bottom: 10px;
490 }
491
492 .group-selected, .nets-selected, .fileas-selected, .categories-selected {
493         padding: 3px;
494         -moz-border-radius: 3px;
495         -webkit-border-radius: 3px;
496         border-radius: 3px;     
497         border: 1px solid #CCCCCC;
498         background: #F8F8F8;
499         font-weight: bold;
500 }
501
502 .settings-widget .selected {
503         padding: 3px;
504         -moz-border-radius: 3px;
505         -webkit-border-radius: 3px;
506         border-radius: 3px;     
507         border: 1px solid #CCCCCC;
508         background: #F8F8F8;
509         font-weight: bold;
510 }
511
512 .fakelink:hover {
513         color: #3465a4;
514         text-decoration: underline;
515         cursor: pointer;
516 }
517 .smalltext {
518         font-size: 0.7em;
519 }
520 #sysmsg {
521         /*width: 600px;*/
522         margin-bottom: 10px;
523 }
524
525 #register-fill-ext {
526         margin-bottom: 25px;
527 }
528
529 #label-register-name, #label-register-email, #label-register-nickname, #label-register-openid {
530         float: left;
531         width: 350px;
532         margin-top: 10px;
533 }
534
535 #register-name, #register-email, #register-nickname {
536         float: left;
537         margin-top: 10px;
538         width: 150px;
539 }
540
541 #register-openid {
542         float: left;
543         margin-top: 10px;
544         width: 130px;
545 }
546
547 #register-name-end, #register-email-end, #register-nickname-end, #register-submit-end, #register-openid-end {
548         clear: both;
549 }
550
551 #register-nickname-desc {
552         margin-top: 30px;
553         width: 650px;
554 }
555 #register-sitename {
556         float: left;
557         margin-top: 10px;
558 }
559
560 #register-submit-button {
561         margin-top: 10px;
562 }
563
564 .login-form {
565         margin-top: -150px;
566 }
567 /*#login_standard {
568         width: 210px;
569         float: left;
570 }
571 #login_openid {
572         width: 210px;
573         margin-left: 250px;
574 }
575
576 #login_standard input,
577 #login_openid input {
578         width: 180px;
579 }
580
581 #login-extra-links {
582         clear: both;
583 }
584
585 #register-link, #lost-password-link {
586         float: left;
587         font-size: 80%;
588         margin-right: 15px;
589 }
590
591 #login-name-end, #login-password-end, #login-extra-end, #login-submit-end {
592         height: 50px;
593 }
594
595 #login-submit-button {
596         margin-top: 10px; 
597         margin-left: 200px;
598 }*/
599
600
601 input#dfrn-url {
602         float: left;
603         background: url(friendica-16.png) no-repeat;
604         background-position: 2px center;
605         font-size: 17px;
606         padding-left: 21px;
607         height: 21px;
608         background-color: #FFFFFF;
609         color: #000000;
610         margin-bottom: 20px;
611 }
612
613 #dfrn-url-label {
614         float: left;
615         width: 250px;
616 }
617
618 #dfrn-request-url-end {
619         clear: both;
620 }
621
622 #knowyouyes, #knowyouno {
623         float: left;
624 }
625
626 #dfrn-request-knowyou-yes-wrapper, #dfrn-request-knowyou-no-wrapper {
627
628         float: none;
629 }
630 #dfrn-request-knowyou-yes-label, #dfrn-request-knowyou-no-label {
631         float: left;
632         width: 75px;
633         margin-left: 50px;
634         margin-bottom: 7px;
635 }
636 #dfrn-request-knowyou-break, #dfrn-request-knowyou-end {
637         clear: both;
638
639 }
640
641 #dfrn-request-message-wrapper {
642         margin-bottom: 50px;
643 }
644 #dfrn-request-submit-wrapper {
645         clear: both;
646         margin-left: 50px;
647 }
648
649 #dfrn-request-info-wrapper {
650         margin-left: 50px;
651 }
652
653
654
655 #cropimage-wrapper, #cropimage-preview-wrapper {
656         float: left;
657         padding: 30px;
658 }
659
660 #crop-image-form {
661         margin-top: 30px;
662         clear: both;
663 }
664
665 #croppa {
666         max-width: 510px;
667 }
668
669 .intro-wrapper {
670         margin-top: 20px;
671 }
672
673 .intro-fullname {
674         font-size: 1.1em;
675         font-weight: bold;
676
677 }
678 .intro-desc {
679         margin-bottom: 20px;
680         font-weight: bold;
681 }
682
683 .intro-note {
684         padding: 10px;
685 }
686
687 .intro-end {
688         padding: 30px;
689 }
690
691 .intro-form {
692         float: left;
693 }
694 .intro-approve-form {
695         clear: both;
696 }
697 .intro-approve-as-friend-end {
698         clear: both;
699 }
700 .intro-submit-approve, .intro-submit-ignore {
701         margin-right: 20px;
702 }
703 .intro-submit-approve {
704         margin-top: 15px;
705 }
706
707 .intro-approve-as-friend-label, .intro-approve-as-fan-label {
708         float: left;
709         width: 100px;
710         margin-left: 20px;
711 }
712 .intro-approve-as-friend, .intro-approve-as-fan {
713         float: left;
714 }
715 .intro-form-end {
716         clear: both;
717 }
718 .intro-approve-as-friend-desc {
719         margin-top: 15px;
720 }
721 .intro-approve-as-end {
722         clear: both;
723         margin-bottom: 10px;
724 }
725
726 .intro-end {
727         clear: both;
728         margin-bottom: 30px;
729 }
730 .aprofile dt {
731         font-weight: bold;
732 }
733 #page-profile .title {
734         font-weight: bold;
735 }
736 #profile-vcard-break {
737         clear: both;
738 }
739 #profile-extra-links {
740         clear: both;
741         margin-top: 10px;
742 }
743
744 #profile-extra-links ul {
745         list-style-type: none;
746         padding: 0px;
747 }
748
749
750 #profile-extra-links li {
751         margin-top: 5px;
752 }
753
754 #profile-edit-links ul {
755         list-style-type: none;
756 }
757
758 #profile-edit-links li {
759         margin-top: 10px;
760 }
761 .profile-edit-side-div {
762         float: right;
763 }
764 .profile-edit-side-link {
765         opacity: 0.3;
766         filter:alpha(opacity=30);
767 }
768 .profile-edit-side-link:hover {
769         opacity: 1.0;
770         filter:alpha(opacity=100);
771 }
772
773 .view-contact-wrapper {
774         margin-top: 20px;
775         float: left;
776         margin-left: 20px;
777         width: 180px;
778 }
779
780 .contact-wrapper {
781         float: left;
782         width: 150px;
783         height: 150px;
784         overflow: auto;
785 }
786
787 #view-contact-end {
788         clear: both;
789 }
790
791
792 #viewcontacts {
793         margin-top: 15px;
794 }
795 #profile-edit-default-desc {
796         color: #FF0000;
797         border: 1px solid #FF8888;
798         background-color: #FFEEEE;
799         padding: 7px;
800 }
801
802 #profile-edit-clone-link-wrapper {
803         float: left;
804         margin-left: 50px;
805         margin-bottom: 20px;
806         width: 300px;
807 }
808
809
810 #profile-edit-links-end {
811         clear: both;
812         margin-bottom: 15px;
813 }
814
815 .profile-listing-photo {
816         border: none;
817 }
818
819 .profile-edit-submit-wrapper {
820         margin-top: 20px;
821         margin-bottom: 20px;
822 }
823
824 #profile-photo-link-select-wrapper {
825         margin-top: 2em;
826 }
827
828 #profile-photo-submit-wrapper {
829         margin-top: 10px;
830 }
831
832 #profile-photo-wrapper img {
833         width:175px;
834         height:175px;
835         padding: 12px;
836 }
837
838 #profile-edit-profile-name-label,
839 #profile-edit-name-label,
840 #profile-edit-pdesc-label,
841 #profile-edit-gender-label,
842 #profile-edit-dob-label,
843 #profile-edit-address-label,
844 #profile-edit-locality-label,
845 #profile-edit-region-label,
846 #profile-edit-postal-code-label,
847 #profile-edit-country-name-label,
848 #profile-edit-marital-label,
849 #profile-edit-sexual-label,
850 #profile-edit-politic-label,
851 #profile-edit-religion-label,
852 #profile-edit-pubkeywords-label,
853 #profile-edit-prvkeywords-label,
854 #profile-edit-homepage-label,
855 #profile-edit-hometown-label {
856         font-weight: 700;
857         float: left;
858         width: 175px;
859 }
860
861 #profile-edit-profile-name,
862 #profile-edit-name,
863 #profile-edit-pdesc,
864 #gender-select,
865 #profile-edit-dob,
866 #profile-edit-address,
867 #profile-edit-locality,
868 #profile-edit-region,
869 #profile-edit-postal-code,
870 #profile-edit-country-name,
871 #marital-select,
872 #sexual-select,
873 #profile-edit-politic,
874 #profile-edit-religion,
875 #profile-edit-pubkeywords,
876 #profile-edit-prvkeywords,
877 #profile-in-dir-yes,
878 #profile-in-dir-no,
879 #profile-in-netdir-yes,
880 #profile-in-netdir-no,
881 #hide-wall-yes,
882 #hide-wall-no,
883 #hide-friends-yes,
884 #hide-friends-no {
885         float: left;
886         margin-bottom: 20px;
887 }
888 #profile-edit-pubkeywords,
889 #profile-edit-prvkeywords {
890         margin-bottom: 5px;
891 }
892 #settings-normal,
893 #settings-soapbox,
894 #settings-freelove,
895 #settings-community {
896         float: left;
897 }
898 #settings-notifications label {
899         margin-left: 20px;
900 }
901 #settings-notify-desc, #settings-activity-desc {
902         font-weight: bold;
903         margin-bottom: 15px;
904 }
905 #settings-pagetype-desc {
906         color: #666666;
907         margin-bottom: 15px;
908 }
909
910 #profile-in-dir-yes-label,
911 #profile-in-dir-no-label,
912 #profile-in-netdir-yes-label,
913 #profile-in-netdir-no-label,
914 #hide-wall-yes-label,
915 #hide-wall-no-label,
916 #hide-friends-yes-label,
917 #hide-friends-no-label {
918         margin-left: 125px;
919         float: left;
920         width: 50px;
921 }
922
923 #profile-edit-howlong-label,
924 #profile-edit-with-label {
925         display: block;
926         font-style: italic;
927         width: 175px;
928         margin-left: 50px;
929 }
930 #profile-edit-howlong,
931 #profile-edit-with {
932         margin-bottom: 20px;
933         margin-left: 50px;
934 }
935 /*#profile-edit-with-label {
936         width: 175px;
937         margin-left: 20px;
938 }*/
939
940 #profile-publish-yes-reg,
941 #profile-publish-no-reg {
942         float: left;
943         margin-bottom: 10px;
944 }
945
946 #profile-publish-yes-label-reg,
947 #profile-publish-no-label-reg {
948         margin-left: 350px;
949         float: left;
950         width: 50px;
951 }
952
953 #profile-publish-break-reg,
954 #profile-publish-end-reg {
955         clear: both;
956 }
957
958
959 #profile-edit-pdesc-desc,
960 #profile-edit-pubkeywords-desc,
961 #profile-edit-prvkeywords-desc {
962         float: left;
963         margin-left: 20px;
964         margin-bottom: 20px;
965 }
966 #profile-edit-prvkeywords-desc {
967         margin-bottom: 0px;
968 }
969
970
971 /*#profile-edit-homepage, #profile-edit-hometown {
972         float: left;
973         margin-bottom: 35px;
974 }*/
975 #profile-edit-homepage, #profile-edit-hometown {
976         float: left;
977         margin-bottom: 25px;
978 }
979 #profile-edit-hometown {
980         margin-bottom: 5px;
981 }
982 #settings-normal-label,
983 #settings-soapbox-label,
984 #settings-community-label,
985 #settings-freelove-label {
986         float: left;
987         width: 200px;
988 }
989 #settings-normal-desc,
990 #settings-soapbox-desc,
991 #settings-community-desc,
992 #settings-freelove-desc {
993         /*float: left;
994         margin-left: 75px;*/
995     clear: left;
996     color: #666666;
997     display: block;
998     margin-bottom: 20px 
999 }
1000
1001 #profile-edit-profile-name-end,
1002 #profile-edit-name-end,
1003 #profile-edit-pdesc-end,
1004 #profile-edit-gender-end,
1005 #profile-edit-dob-end,
1006 #profile-edit-address-end,
1007 #profile-edit-locality-end,
1008 #profile-edit-region-end,
1009 #profile-edit-postal-code-end,
1010 #profile-edit-country-name-end,
1011 #profile-edit-marital-end,
1012 #profile-edit-sexual-end,
1013 #profile-edit-politic-end,
1014 #profile-edit-religion-end,
1015 #profile-edit-pubkeywords-end,
1016 #profile-edit-prvkeywords-end,
1017 #profile-edit-homepage-end,
1018 #profile-edit-hometown-end,
1019 #profile-in-dir-break,
1020 #profile-in-dir-end,
1021 #profile-in-netdir-break,
1022 #profile-in-netdir-end,
1023 #hide-wall-break,
1024 #hide-wall-end,
1025 #hide-friends-break,
1026 #hide-friends-end,
1027 #settings-normal-break,
1028 #settings-soapbox-break,
1029 #settings-community-break,
1030 #settings-freelove-break {
1031         clear: both;
1032 }
1033 #profile-edit-marital-wrapper, #profile-edit-address-wrapper {
1034         margin-top: 50px;
1035 }
1036 #profile-edit-marital-end {
1037         margin-bottom: 20px;
1038 }
1039
1040 .settings-widget ul {
1041         list-style-type: none;
1042         padding: 0px;
1043 }
1044
1045 .settings-widget li {
1046         margin-left: 24px;
1047         margin-bottom: 8px;
1048 }
1049
1050
1051 #gender-select, #marital-select, #sexual-select {
1052         width: 220px;
1053 }
1054
1055 #profile-edit-profile-name-wrapper .required {
1056         color: #FF0000;
1057         float: left;
1058 }
1059
1060 #contacts-display-wrapper {
1061         padding-left: 0px;
1062 }
1063
1064 #contacts-search-wrapper {
1065         padding-top: 1em;
1066         padding-bottom: 2em;
1067         clear: left;
1068 }
1069
1070 #contacts-main {
1071         margin-top: 20px;
1072         margin-bottom: 20px;
1073 }
1074
1075 .contact-entry-wrapper {
1076         float: left;
1077 /*      width: 120px;
1078         height: 120px;*/
1079         padding-left: 8px;
1080         padding-right: 8px; 
1081         width: 95px;
1082         height: 170px;
1083 }
1084 #contacts-search-end {
1085         margin-bottom: 10px;
1086 }
1087
1088 .contact-entry-direction-icon {
1089         margin-top: 24px;
1090         margin-right: 2px;
1091 }
1092
1093 .contact-entry-photo img {
1094         border: none;
1095 }
1096 .contact-entry-photo-end {
1097         clear: both;
1098 }
1099 .contact-entry-name {
1100         float: left;
1101         margin-left: 0px;
1102         margin-right: 10px;
1103         padding-bottom: 5px;
1104         width: 120px;
1105         font-weight: 600;
1106         overflow: hidden;
1107 }
1108 .contact-entry-details {
1109         font-style: italic;
1110         font-size: 10px;
1111         font-weight: 500;
1112 }
1113 .contact-entry-network {
1114         font-size: 10px;
1115         font-weight: 500;
1116 }
1117 .contact-entry-edit-links {
1118         margin-top: 6px;
1119         margin-left: 10px;
1120         width: 16px;
1121 }
1122 .contact-entry-nav-wrapper {
1123         float: left;
1124         margin-left: 10px;
1125 }
1126
1127 .contact-entry-edit-links img {
1128         border: none;
1129         margin-right: 15px;
1130 }
1131 .contact-entry-photo {
1132         float: left;
1133         position: relative;
1134 }
1135 .contact-entry-end {
1136         clear: both;
1137 }
1138
1139 #fsuggest-desc, #fsuggest-submit-wrapper {
1140         margin-top: 15px;
1141         margin-bottom: 15px;
1142 }
1143
1144 #network-star-link{
1145         margin-top: 10px;
1146 }
1147 .network-star {
1148         float: left;
1149         margin-right: 5px;
1150 }
1151 #network-bmark-link {
1152         margin-top: 10px;
1153 }
1154
1155 .toplevel_item {
1156         margin-bottom: 40px;
1157 }
1158
1159 .wall-item-content-wrapper {
1160         padding-top: 1em; /* wall-item-lock margin-top needs to match this */
1161         border-top: 2px solid #AAA;
1162         position: relative;
1163
1164 }
1165
1166 .wall-item-content-wrapper.comment {
1167         margin-top: 10px;
1168         padding-top: 0px;
1169         margin-left: 75px;
1170         border: none;
1171 }
1172
1173 .wall-item-like, .wall-item-dislike {
1174         font-style: italic;
1175         margin-left: 0px;
1176         opacity: 0.4;
1177 }
1178 .wall-item-dislike {
1179         margin-bottom: 15px;
1180 }
1181 .wall-item-like:hover, .wall-item-dislike:hover {
1182         opacity: 1.0;
1183 }
1184
1185 .wall-item-like.comment, .wall-item-dislike.comment {
1186         margin-left: 75px;
1187 }
1188 .wall-item-dislike.comment {
1189         margin-bottom: 0px;
1190 }
1191
1192 .wall-item-info {
1193         display: block;
1194         float: left;
1195         width:110px;
1196         margin-right:10px;
1197         margin-bottom:10px;
1198 }
1199 .comment .wall-item-info {
1200         width: 70px;
1201 }
1202
1203 /*.wall-item-photo-wrapper {
1204         margin-bottom: 10px;
1205         width: 100px;
1206 }*/
1207 .wall-item-photo-menu-button {
1208         display: block;
1209         position: absolute;
1210         background-image: url("photo-menu.jpg");
1211         background-position: top left; 
1212         background-repeat: no-repeat;
1213         margin: 0px; padding: 0px;
1214         width: 16px;
1215         height: 16px;
1216         top: 76px; left:0px;
1217         overflow: hidden;
1218         text-indent: 40px;
1219         display: none;
1220         
1221 }
1222 .wall-item-photo-menu {
1223         width: auto;
1224         border: 2px solid #444444;
1225         background: #FFFFFF;
1226         position: absolute;
1227 /*      left: 10px; top: 90px;*/
1228         left: 0px; top:92px;
1229         display: none;
1230         z-index: 10000;
1231 }
1232 .wall-item-photo-menu { margin:0px; padding: 0px; list-style: none }
1233 .wall-item-photo-menu li a { display: block; padding: 2px; }
1234 .wall-item-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1235
1236
1237 .comment .wall-item-photo-menu-button { /*top: 44px;*/ top: 34px;}
1238 .comment .wall-item-photo-menu { /*top: 60px;*/ top: 50px; }
1239
1240 .wallwall .wwto {
1241     left: 50px;
1242     margin: 0;
1243     position: absolute;
1244     top: 63px;
1245     width: 30px
1246 }
1247 .wallwall .wwto img {
1248         width: 30px !important;
1249         height: 30px !important;
1250 }
1251
1252 .wallwall /*.wall-item-photo-end*/ {
1253         clear: both;
1254 }
1255
1256 .wall-item-arrowphoto-wrapper {
1257     position: absolute;
1258     left: 75px;
1259     top: 63px;
1260     z-index: 100;
1261 }
1262 .wall-item-lock {
1263         margin-top: 1em; /* needs to match .wall-item-content-wrapper padding-top */
1264         left: 105px;
1265         position: absolute;
1266         top: 1px;       
1267 }
1268 .comment .wall-item-lock {
1269         left: 65px;
1270         margin-top: 0px;
1271 }
1272
1273 .wall-item-ago, .wall-item-ago a {
1274         color: #888888;
1275         font-size: 0.8em;
1276 }
1277
1278 .wall-item-location {
1279         overflow: hidden;
1280         /* add ellipsis on text overflow               */
1281         /* this work on safari, opera, ie, chrome.     */
1282         /* firefox users have to wait support or we    */
1283         /* can use a jquery plugin http://bit.ly/zJskg */
1284         text-overflow: ellipsis;
1285         -o-text-overflow: ellipsis;
1286         width: 100%;
1287 }
1288
1289 .wall-item-like-buttons {
1290         float: left;
1291         margin-right: 10px;
1292 /*      padding-right: 10px; */
1293 /*      border-right: 2px solid #fff; */
1294 }
1295
1296 .like-rotator {
1297         margin-left: 5px;
1298 }
1299
1300 .wall-item-like-buttons > a,
1301 .wall-item-like-buttons > img {
1302         float: left;
1303 }
1304
1305 .wall-item-like-buttons img {
1306         cursor: pointer;
1307 }
1308
1309 .wall-item-share-buttons {
1310         margin-left: 10px;
1311         margin-right: 10px;
1312 }
1313
1314 .editpost {
1315         margin-left: 10px;
1316         float: left;
1317 }
1318 .star-item {
1319         margin-left: 10px;
1320         float: left;    
1321 }
1322 .tag-item {
1323         margin-left: 10px;
1324         float: left;    
1325 }
1326
1327 .filer-item {
1328         margin-left: 10px;
1329         float: left;
1330 }
1331
1332 .wall-item-links-wrapper {
1333         float: left;
1334 }
1335
1336 .wall-item-delete-wrapper {
1337         float: right;
1338 }
1339
1340 /*.wall-item-delete-end {
1341         clear: both;
1342 }*/
1343
1344 .wall-item-delete-icon {
1345         border: none;
1346 }
1347
1348
1349 /*.wall-item-wrapper-end {
1350         clear: both;
1351 }*/
1352 .wall-item-name-link {
1353         font-weight: bold;
1354         text-decoration: none;
1355         color: #3172BD;
1356 }
1357 .wall-item-photo {
1358         border: none;
1359         border-radius: 7px;
1360         -moz-border-radius: 7px;
1361         -webkit-border-radius: 7px;
1362 }
1363 .comment .wall-item-photo {
1364         width: 50px !important; 
1365         height: 50px !important;
1366         border-radius: 5px;
1367         -moz-border-radius: 5px;
1368         -webkit-border-radius: 5px;
1369 }
1370 .wall-item-content {
1371         margin-left: 10px;
1372         padding-right: 1em;
1373 /*      max-height: 500px;*/
1374         overflow: auto;
1375 }
1376
1377 .wall-item-content img {
1378         display: block;
1379         margin-top: 12px;
1380         margin-bottom: 12px;
1381         margin-right: auto;
1382         margin-left: auto;
1383 /*      max-width: 100%;*/
1384         max-width: 400px; /* to make room for the shadow */
1385         padding: 5px;
1386
1387         box-shadow: 0 0 10px #000;
1388         -moz-box-shadow: 0 0 10px #000;
1389         -webkit-box-shadow: 0 0 10px #000;
1390 }
1391
1392 .shared_content img {
1393         max-width: 100%;
1394 }
1395
1396 .comment .wall-item-content img {
1397         max-width: 370px;
1398 }
1399
1400 .wall-item-content img.smiley {
1401         display: inline;
1402         margin: auto;
1403         padding: 0;
1404         box-shadow: none;
1405         -moz-box-shadow: none;
1406         -webkit-box-shadow: none;
1407 }
1408
1409 .divgrow-showmore {
1410         display: block;
1411         clear: both;
1412         text-align: center;
1413         outline: 0;
1414         border-top: 1px dotted #888;
1415 }
1416
1417
1418
1419 .wall-item-title {
1420         float: left;
1421         font-weight: bold;
1422         font-size: 1.6em; 
1423         /*width: 450px;*/
1424 }
1425
1426 /*.wall-item-title-end {
1427         clear: both;
1428 }*/
1429
1430 .wall-item-body {
1431         text-align: justify;
1432         float: left;
1433         clear: left;
1434         /*width: 450px;*/
1435         width: 100%;
1436         margin-top: 10px;
1437         line-height: 18px;
1438 }
1439
1440 .wall-item-body iframe {
1441         display: block;
1442         clear: both;
1443         margin-top: 1.5em;
1444         margin-bottom: 1.5em;
1445 }
1446
1447 .wall-item-tools {
1448         clear: both;
1449
1450         margin-top: 10px;
1451         margin-left: 0px;
1452         padding: 10px 10px 0px 2px;
1453
1454         height: 22px;
1455
1456         border-bottom: 1px solid #ddd;
1457 }
1458 .wall-item-author {
1459         margin-top: 0px;
1460 }
1461
1462 .comment .wall-item-tools {
1463         margin-left: 0px;
1464         margin-top: 5px;
1465         padding-top: 0px;
1466
1467
1468 .comment-edit-wrapper {
1469         margin-top: 15px;
1470         background: #f3f3f3;
1471         margin-left: 50px;
1472 }
1473
1474 .comment-wwedit-wrapper {
1475         display: block;
1476         margin-top: 15px;
1477         background: #f3f3f3;
1478         margin-left: 75px;
1479 }
1480
1481 .comment-wwedit-wrapper.comment {
1482         width: 300px;
1483         margin-left: 150px;
1484         border-radius: 10px;
1485 }
1486
1487 .comment-edit-photo {
1488         margin-top: 10px;
1489         margin-left: 10px;
1490         margin-bottom: 10px;
1491         width: 70px;
1492         float: left;
1493 }
1494 .comment-edit-photo img {
1495         width: 25px;
1496 }
1497 .comment .comment-edit-photo {
1498         width: 50px;
1499 }
1500 .comment-edit-text-empty, .comment-edit-text-full {
1501         float: left;
1502         margin-top: 10px;
1503         -moz-border-radius: 3px;
1504         -webkit-border-radius: 3px;
1505         border-radius: 3px;     
1506         border: 1px solid #cccccc;
1507         padding: 3px 1px 1px 3px;
1508 }
1509
1510 .comment-edit-text-empty {
1511         color: gray;
1512         height: 30px;
1513         width: 175px;
1514         overflow: auto;
1515         margin-bottom: 10px;
1516 }
1517
1518 .comment-edit-text-full {
1519         color: black;
1520         height: 150px;
1521         width: 350px;
1522         overflow: auto;
1523 }
1524
1525 .comment .comment-edit-text-empty {
1526         height: 1.5em;
1527         width: 150px;
1528 }
1529
1530 .comment .comment-edit-text-full {
1531         margin-left: 10px;
1532         width: 275px;
1533 }
1534
1535 .comment-edit-text-end {
1536         clear: both;
1537 }
1538
1539 .comment-edit-submit {
1540         margin: 10px 0px 10px 110px;
1541 }
1542 .comment .comment-edit-submit {
1543         margin-left: 30px;
1544 }
1545
1546 .shared_header {
1547         border-top: 1px solid #aaa;
1548         color: #999;
1549
1550         height: 42px; /* 32 px for the image plus 10 px for the margin around the image */
1551         padding-top: 0.5em;
1552         margin-top: 1em;
1553         margin-bottom: 1em;
1554         
1555 }
1556 .shared_header img {
1557         float: left;
1558
1559         margin: auto 1em auto auto;
1560         padding: 0;
1561
1562         box-shadow: none;
1563         -moz-box-shadow: none;
1564         -webkit-box-shadow: none;
1565 }
1566
1567 #profile-jot-plugin-wrapper,
1568 #profile-jot-submit-wrapper {
1569         margin-top: 15px;
1570 }
1571 #profile-jot-banner-wrapper {
1572         height: 1.5em;
1573         display: block;
1574         clear: left
1575 }
1576
1577 #profile-jot-submit {
1578         float: left;
1579 }
1580 #profile-upload-wrapper {
1581         float: left;
1582         margin-left: 30px;
1583 }
1584 #profile-attach-wrapper {
1585         float: left;
1586         margin-left: 15px;
1587 }
1588 #profile-rotator {
1589         float: left;
1590         margin-left: 30px;
1591 }
1592 #profile-link-wrapper {
1593         float: left;
1594         margin-left: 30px;
1595 }
1596 #profile-youtube-wrapper {
1597         float: left;
1598         margin-left: 15px;
1599 }
1600 #profile-video-wrapper {
1601         float: left;
1602         margin-left: 15px;
1603 }
1604 #profile-audio-wrapper {
1605         float: left;
1606         margin-left: 15px;
1607 }
1608 #profile-location-wrapper {
1609         float: left;
1610         margin-left: 15px;
1611 }
1612 #jot-preview-link {
1613         float: left;
1614         margin-left: 45px;
1615         margin-top: 0px !important;
1616 }
1617
1618
1619 #profile-nolocation-wrapper {
1620         float: left;
1621         margin-left: 15px;
1622 }
1623 #profile-title-wrapper {
1624         float: left;
1625         margin-left: 15px;
1626 }
1627
1628 #profile-jot-perms {
1629         float: left;
1630         margin-left: 100px;
1631         font-weight: bold;
1632         font-size: 1.2em;
1633 }
1634
1635
1636 #profile-jot-perms-end {
1637         /*clear: left;*/
1638         height: 30px;
1639 }
1640
1641 #profile-jot-plugin-end{
1642   clear: both;
1643 }
1644 .profile-jot-net {
1645         float: left;
1646         margin-right: 10px;
1647         margin-top: 5px;
1648         margin-bottom: 5px;
1649 }
1650
1651 #profile-jot-networks-end {
1652         clear: both;
1653 }
1654
1655 .profile-jot-box {
1656         margin-top: 50px;
1657 }
1658
1659 #profile-jot-end {
1660         /*clear: both;*/
1661         margin-bottom: 30px;
1662 }
1663 #about-jot-submit-wrapper {
1664         margin-top: 15px;
1665 }
1666 #about-jot-end {
1667         margin-bottom: 30px;
1668 }
1669 #contacts-main {
1670         margin-bottom: 30px;
1671 }
1672
1673 #profile-listing-desc {
1674         margin-left: 30px;
1675 }
1676
1677 #profile-listing-new-link-wrapper {
1678         margin-left: 30px;
1679         margin-bottom: 30px;
1680 }
1681 .profile-listing-photo-wrapper {
1682         float: left;
1683 }
1684
1685 .profile-listing-edit-buttons-wrapper {
1686         clear: both;
1687 }
1688 .profile-listing-photo-edit-link {
1689         float: left;
1690         width: 125px;
1691 }
1692 .profile-listing-end {
1693         clear: both;
1694 }
1695 .profile-listing-edit-buttons-wrapper img{
1696         border: none;
1697         margin-right: 20px;
1698 }
1699 .profile-listing {
1700         margin-top: 25px;
1701 }
1702 .profile-listing-name {
1703         float: left;
1704         margin-left: 32px;
1705         margin-top: 10px;
1706         color: #3172BD;
1707         font-weight: bold;
1708         width: 200px;
1709
1710 }
1711 .fortune {
1712         margin-top: 50px;
1713         color: #4444FF;
1714         font-weight: bold;
1715         margin-bottom: 20px;
1716 }
1717
1718
1719 .directory-end {
1720         clear: both;
1721 }
1722 .directory-name {
1723         text-align: center;
1724 }
1725 .directory-photo {
1726         margin-left: 25px;
1727 }
1728 .directory-details {
1729         font-size: 0.7em;
1730         text-align: center;
1731         margin-left: 5px;
1732         margin-right: 5px;
1733 }
1734 .directory-item {
1735         float: left;
1736 /*      width: 225px;
1737         height: 260px;*/
1738         padding-left: 25px;
1739         width: 150px;
1740         height: 225px;
1741         overflow: auto;
1742 }
1743
1744 #directory-search-wrapper {
1745         margin-top: 20px;
1746         margin-right: 20px;
1747         margin-bottom: 50px;
1748 }
1749
1750 #directory-search-end {
1751 }
1752
1753 .directory-photo-img {
1754         width: 125px;
1755         border: none;
1756 }
1757
1758 /* NOTE: The order of the "pager" items here is very important!
1759  * The concern is maintaining a decent-looking pager for people who still use
1760  * the numbers, while also having a nice-looking pager for people who use the
1761  * "older/newer" alternate. The numbers pager uses the _first, _last, etc. classes
1762  * while the newer pager just has bare <a> tags inside the div.pager. So the
1763  * following CSS sets everything up for the newer pager, then overrides those
1764  * settings for the specific classes used by the older pager.
1765  */
1766 .pager {
1767   margin-top: 35px;
1768   margin-bottom: 20px;
1769   padding: 10px 0px;
1770   text-align: center;
1771 }
1772
1773 .pager a {
1774         font-size: 1.5em;
1775         padding: 0.2em 1em;
1776         border: 1px solid #aaa;
1777         border-radius: 10px;
1778         -moz-border-radius: 10px;
1779         -webkit-border-radius: 10px;
1780 }
1781
1782
1783 .pager_first,
1784 .pager_last,
1785 .pager_prev,
1786 .pager_next,
1787 .pager_n,
1788 .scroll_loader_text {
1789 /*      background: #EEE;*/
1790 }
1791
1792 .pager_first a,
1793 .pager_last a,
1794 .pager_prev a,
1795 .pager_next a,
1796 .pager_n a {
1797     font-size: 0.97em;
1798         border: 1px solid black;
1799         border-radius: 7px;
1800         -moz-border-radius: 7px;
1801         -webkit-border-radius: 7px;
1802         text-decoration: none;
1803         padding: 4px 6px 4px 3px;
1804         opacity: 0.5;
1805 }
1806 .pager_first a:hover,
1807 .pager_last a:hover,
1808 .pager_prev a:hover,
1809 .pager_next a:hover,
1810 .pager_n a:hover {
1811         opacity: 1.0;
1812 }
1813
1814 .pager_current {
1815   font-size: 0.97em;
1816   border: 1px solid black;
1817   border-radius: 7px;
1818   background: #FFCCCC;
1819   padding: 4px 6px 4px 3px;
1820 }
1821
1822
1823 #advanced-profile-name-wrapper,
1824 #advanced-profile-gender-wrapper,
1825 #advanced-profile-dob-wrapper,
1826 #advanced-profile-age-wrapper,
1827 #advanced-profile-marital-wrapper,
1828 #advanced-profile-sexual-wrapper,
1829 #advanced-profile-homepage-wrapper,
1830 #advanced-profile-politic-wrapper,
1831 #advanced-profile-religion-wrapper,
1832 #advanced-profile-about-wrapper,
1833 #advanced-profile-interest-wrapper,
1834 #advanced-profile-contact-wrapper,
1835 #advanced-profile-music-wrapper,
1836 #advanced-profile-book-wrapper,
1837 #advanced-profile-tv-wrapper,
1838 #advanced-profile-film-wrapper,
1839 #advanced-profile-romance-wrapper,
1840 #advanced-profile-work-wrapper,
1841 #advanced-profile-education-wrapper {
1842         margin-top: 20px;
1843 }
1844
1845 #advanced-profile-name-text,
1846 #advanced-profile-gender-text,
1847 #advanced-profile-dob-text,
1848 #advanced-profile-age-text,
1849 #advanced-profile-marital-text,
1850 #advanced-profile-sexual-text,
1851 #advanced-profile-homepage-text,
1852 #advanced-profile-politic-text,
1853 #advanced-profile-religion-text,
1854 #advanced-profile-about-text,
1855 #advanced-profile-interest-text,
1856 #advanced-profile-contact-text,
1857 #advanced-profile-music-text,
1858 #advanced-profile-book-text,
1859 #advanced-profile-tv-text,
1860 #advanced-profile-film-text,
1861 #advanced-profile-romance-text,
1862 #advanced-profile-work-text,
1863 #advanced-profile-education-text {
1864         width: 300px;
1865         float: left;
1866 }
1867
1868 #advanced-profile-name-end,
1869 #advanced-profile-gender-end,
1870 #advanced-profile-dob-end,
1871 #advanced-profile-age-end,
1872 #advanced-profile-marital-end,
1873 #advanced-profile-sexual-end,
1874 #advanced-profile-homepage-end,
1875 #advanced-profile-politic-end,
1876 #advanced-profile-religion-end {
1877         height: 10px;
1878 }
1879
1880 #advanced-profile-about-end,
1881 #advanced-profile-interest-end,
1882 #advanced-profile-contact-end,
1883 #advanced-profile-music-end,
1884 #advanced-profile-book-end,
1885 #advanced-profile-tv-end,
1886 #advanced-profile-film-end,
1887 #advanced-profile-romance-end,
1888 #advanced-profile-work-end,
1889 #advanced-profile-education-end {
1890
1891
1892 }
1893
1894 #advanced-profile-name,
1895 #advanced-profile-gender,
1896 #advanced-profile-dob,
1897 #advanced-profile-age,
1898 #advanced-profile-marital,
1899 #advanced-profile-sexual,
1900 #advanced-profile-homepage,
1901 #advanced-profile-politic,
1902 #advanced-profile-religion {
1903         float: left;
1904
1905 }
1906
1907
1908 #advanced-profile-about,
1909 #advanced-profile-interest,
1910 #advanced-profile-contact,
1911 #advanced-profile-music,
1912 #advanced-profile-book,
1913 #advanced-profile-tv,
1914 #advanced-profile-film,
1915 #advanced-profile-romance,
1916 #advanced-profile-work,
1917 #advanced-profile-education {
1918         margin-top: 10px;
1919         margin-left: 50px;
1920         margin-right: 20px;
1921         padding: 10px;
1922         border: 1px solid #CCCCCC;
1923 }
1924
1925 #advanced-profile-with {
1926         float: left;
1927         margin-left: 15px;
1928 }
1929
1930 #contact-edit-wrapper {
1931         margin-top: 10px;
1932 }
1933
1934 #contact-edit-banner-name {
1935         font-size: 1.4em;
1936         font-weight: bold;
1937 }
1938
1939 #contact-edit-poll-wrapper {
1940         margin-top: 15px;
1941 }
1942
1943 #contact-edit-poll-text {
1944         margin-top: 15px;
1945         margin-bottom: 5px;
1946 }
1947
1948 #contact-edit-update-now {
1949         margin-top: 15px;
1950 }
1951
1952 #contact-edit-links{
1953         clear: both;
1954 }
1955
1956 #contact-edit-links ul {
1957         list-style: none;
1958         list-style-type: none;
1959         margin-left: 0px;
1960         padding-left: 0px;
1961 }
1962
1963 #contact-edit-links li {
1964         margin-top: 5px;
1965 }
1966
1967 #contact-edit-drop-link {
1968         float: right;
1969         margin-right: 20px;
1970 }
1971
1972 #contact-edit-nav-end {
1973         clear: both;
1974 }
1975
1976 #contact-edit-wrapper {
1977         width: 100%;
1978 }
1979
1980 #contact-edit-end {
1981         clear: both;
1982         margin-top: 15px;
1983 }
1984
1985 #contact-profile-selector {
1986         width: 175px;
1987         margin-left: 175px;
1988 }
1989
1990 .contact-edit-submit {
1991         margin-top: 10px;
1992         clear: left;
1993         display: block;
1994         margin-bottom: 45px;
1995 }
1996
1997
1998 .contact-photo-menu-button {
1999         position: absolute;
2000         background-image: url("photo-menu.jpg");
2001         background-position: top left; 
2002         background-repeat: no-repeat;
2003         margin: 0px; padding: 0px;
2004         width: 16px;
2005         height: 16px;
2006         top: 64px; left:0px;
2007         overflow: hidden;
2008         text-indent: 40px;
2009         display: none;
2010         
2011 }
2012 .contact-photo-menu {
2013         width: auto;
2014         border: 2px solid #444444;
2015         background: #FFFFFF;
2016         position: absolute;
2017         left: 0px; top: 90px;
2018         display: none;
2019         z-index: 10000;
2020 }
2021 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2022 .contact-photo-menu li a { display: block; padding: 2px; }
2023 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
2024
2025
2026 #block-message, #ignore-message, #archive-message, #lost-contact-message {
2027         color: #FF0000;
2028 }
2029
2030 #profile-edit-insecure {
2031         margin-top: 20px;
2032         color: #FF0000;
2033         font-size: 1.1em;
2034         border: 1px solid #FF8888;
2035         background-color: #FFEEEE;
2036         padding-left: 5px;
2037         /*: 3px 3px 3px 5px; */
2038         width: 587px;
2039 }
2040
2041 #profile-jot-text {
2042         height: 20px;
2043         color:#cccccc;
2044         border: 1px solid #cccccc;
2045         padding: 3px 0px 0px 5px;
2046         -moz-border-radius: 3px;
2047         border-radius: 3px;     
2048 }
2049
2050
2051 /** acl **/
2052 #photo-edit-perms-select,
2053 #photos-upload-permissions-wrapper,
2054 #profile-jot-acl-wrapper{
2055         display:block!important;
2056 }
2057
2058 #photos-usage-message {
2059         margin-bottom: 15px;
2060 }
2061
2062
2063 #acl-wrapper {
2064         width: 580px;
2065         float:left;
2066 }
2067 #acl-search {
2068         float:right;
2069         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2070         padding-right:20px;
2071 }
2072 #acl-showall {
2073         float: left;
2074         display: block;
2075         width: auto;
2076         height: 18px;
2077         background-color: #cccccc;
2078         background-image: url("../../../images/show_all_off.png");
2079         background-position: 7px 7px;
2080         background-repeat: no-repeat;
2081         padding: 7px 5px 0px 30px;
2082         -webkit-border-radius: 5px ;
2083         -moz-border-radius: 5px;
2084         border-radius: 5px;
2085         color: #999999;
2086 }
2087 #acl-showall.selected {
2088         color: #000000;
2089         background-color: #ff9900;
2090         background-image: url("../../../images/show_all_on.png");
2091 }
2092
2093 #acl-list {
2094         height: 210px;
2095         border: 1px solid #cccccc;
2096         clear: both;
2097         margin-top: 30px;
2098         overflow: auto;
2099 }
2100 #acl-list-content {
2101         
2102 }
2103 .acl-list-item {
2104         display: block;
2105         width: 170px;
2106         height: 30px;
2107         border: 1px solid #cccccc;
2108         margin: 5px;
2109         float: left;
2110 }
2111 .acl-list-item img{
2112         width:22px;
2113         height: 22px;
2114         float: left;
2115         margin: 4px;
2116 }
2117 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
2118 .acl-list-item a { 
2119         font-size: 10px; /* 8px; */
2120         display: block;
2121         width: 50px;
2122         height: 12px;
2123         float: left;
2124         color: #999999;
2125         background-color: #cccccc;
2126         background-position: 3px 3px;
2127         background-repeat: no-repeat;
2128         margin-right: 5px;
2129         -webkit-border-radius: 2px ;
2130         -moz-border-radius: 2px;
2131         border-radius: 2px;
2132         padding-left: 15px;
2133 }
2134 #acl-wrapper a:hover {
2135         text-decoration: none;
2136         color:#000000;
2137 }
2138 .acl-button-show { background-image: url("../../../images/show_off.png"); }
2139 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
2140
2141 .acl-button-show.selected {
2142         color: #000000;
2143         background-color: #9ade00;
2144         background-image: url("../../../images/show_on.png");
2145 }
2146 .acl-button-hide.selected {
2147         color: #000000;
2148         background-color: #ff4141;
2149         background-image: url("../../../images/hide_on.png");
2150 }
2151 .acl-list-item.groupshow { border-color: #9ade00; }
2152 .acl-list-item.grouphide { border-color: #ff4141; }
2153 /** /acl **/
2154
2155
2156 #group-new-submit-wrapper {
2157         margin-top: 30px;
2158 }
2159
2160 #group-edit-name-label {
2161         float: left;
2162         width: 175px;
2163         margin-top: 20px;
2164         margin-bottom: 20px;
2165 }
2166
2167 #group-edit-name {
2168         float: left;
2169         width: 225px;
2170         margin-top: 20px;
2171         margin-bottom: 20px;
2172 }
2173
2174 #group-edit-name-wrapper {
2175
2176
2177 }
2178
2179
2180 #group_members_select_label {
2181         display: block;
2182         float: left;
2183         width: 175px;
2184 }
2185
2186 .group_members_select {
2187         float: left;
2188         width: 230px;
2189         overflow: auto;
2190 }
2191
2192 #group_members_select_end {
2193         clear: both;
2194 }
2195 #group-edit-name-end {
2196         clear: both;
2197 }
2198
2199 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2200         margin-bottom: 10px;
2201         margin-top: 20px;
2202 }
2203
2204 #prvmail-submit {
2205         float: left;
2206         margin-top: 10px;
2207         margin-right: 30px;
2208 }
2209 #prvmail-upload-wrapper,
2210 #prvmail-link-wrapper,
2211 #prvmail-rotator-wrapper {
2212         float: left;
2213         margin-top: 10px;
2214         margin-right: 10px;
2215         width: 24px;
2216 }
2217
2218 #prvmail-end {
2219         clear: both;
2220 }
2221
2222 .mail-list-sender,
2223 .mail-list-detail {
2224         float: left;
2225 }
2226 .mail-list-detail {
2227         margin-left: 20px;
2228 }
2229
2230 .mail-list-subject {
2231         font-size: 1.1em;
2232         margin-top: 10px;
2233 }
2234 a.mail-list-link {
2235     display: block;
2236     font-size: 1.3em;
2237     padding: 4px 0;
2238 }
2239
2240 /*
2241 *a.mail-list-link:hover {
2242 *       background-color: #15607B;
2243 *       color: #F5F6FB;
2244 *}
2245 */
2246
2247 .mail-list-outside-wrapper-end {
2248         clear: both;
2249 }
2250
2251 .mail-list-outside-wrapper {
2252         margin-top: 30px;
2253 }
2254
2255 .mail-list-delete-wrapper {
2256         float: right;
2257         margin-right: 30px;
2258         margin-top: 15px;
2259 }
2260
2261 .mail-list-delete-icon {
2262         border: none;
2263 }
2264
2265 .mail-conv-sender,
2266 .mail-conv-detail {
2267         float: left;
2268 }
2269 .mail-conv-detail {
2270         margin-left: 20px;
2271         margin-bottom: 10px;
2272         width: 500px;
2273 }
2274
2275 .mail-conv-subject {
2276     font-size: 1.4em;
2277     margin: 10px 0;
2278 }
2279
2280 .mail-conv-outside-wrapper-end {
2281         clear: both;
2282 }
2283
2284 .mail-conv-outside-wrapper {
2285         margin-top: 30px;
2286 }
2287
2288 .mail-conv-delete-wrapper {
2289         float: right;
2290         margin-right: 5px;
2291         margin-top: 15px;
2292 }
2293 .mail-conv-break {
2294         clear: both;
2295 }
2296
2297 .mail-conv-delete-icon {
2298         border: none;
2299 }
2300
2301 .message-links ul {
2302         list-style-type: none;
2303         padding: 0px;
2304 }
2305
2306 .message-links li {
2307         margin-top: 10px;
2308         float: left;
2309 }
2310 .message-links a {
2311         padding: 3px 5px;
2312 }
2313
2314 .message-links-end {
2315         clear: both;
2316 }
2317
2318 #poke-desc {
2319         margin: 5px 0 10px;
2320 }
2321
2322 #poke-wrapper  {
2323         padding: 10px 0 20px;
2324 }
2325
2326 #poke-recipient, #poke-action, #poke-privacy-settings {
2327         margin: 10px 0 30px;
2328 }
2329
2330 #poke-recip-label, #poke-action-label, #prvmail-message-label {
2331         margin: 10px 0 10px;
2332 }
2333
2334 #sidebar-group-list ul {
2335         list-style-type: none;
2336 }
2337
2338 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2339         display: inline-block;
2340         height: 12px;
2341         width: 12px;
2342 }
2343
2344 #sidebar-group-list li {
2345         margin-top: 10px;
2346 }
2347
2348 .nets-ul, .fileas-ul, .categories-ul, .datebrowse-ul {
2349         list-style-type: none;
2350 }
2351
2352 .nets-ul li, .fileas-ul li, .categories-ul li, .datebrowse-ul li {
2353         margin-top: 10px;
2354 }
2355
2356 .nets-link {
2357         margin-left: 24px;
2358 }
2359 .nets-all {
2360         margin-left: 42px;
2361 }
2362
2363 .fileas-link, .categories-link {
2364         margin-left: 24px;
2365 }
2366
2367 .fileas-all, .categories-all {
2368         margin-left: 0px;
2369 }
2370
2371 #search-save {
2372         margin-left: 5px;
2373 }
2374 .groupsideedit {
2375         margin-right: 10px;
2376 }
2377 #saved-search-ul {
2378         list-style-type: none;
2379 }
2380 .savedsearchdrop, .savedsearchterm {
2381         float: left;
2382         margin-top: 10px;
2383 }
2384 .savedsearchterm {
2385         margin-left: 10px;
2386 }
2387
2388
2389 #side-follow-wrapper {
2390         margin-top: 20px;
2391 }
2392 #side-follow-url, #side-peoplefind-url {
2393         margin-top: 5px;
2394 }
2395 #side-follow-submit, #side-peoplefind-submit {
2396         margin-top: 15px;
2397 }
2398
2399 #side-match-link {
2400         margin-top: 10px;
2401 }
2402
2403 aside input[type='text'] {
2404  width: 174px;
2405 }
2406
2407 .widget {
2408         border: 1px solid #DDDDDD;
2409         padding: 1em 2em;
2410         margin-top: 5px;
2411         -moz-border-radius:5px;
2412         -webkit-border-radius:5px;
2413         border-radius:5px;
2414
2415 }
2416
2417
2418 /*.photos {
2419         height: auto;
2420         overflow: auto;
2421 }*/
2422
2423 .photos-end {
2424         clear: both;
2425         margin-bottom: 25px;
2426 }
2427
2428 .photo-album-image-wrapper {
2429         float: left;
2430         margin-top: 15px;
2431         margin-right: 15px;
2432         margin-left: 15px;
2433 /*      width: 200px; height: 200px; 
2434         overflow: hidden; 
2435         position: relative; */
2436 }
2437 .photo-album-image-wrapper .caption {
2438         display: none; 
2439         width: 100%;
2440 /*      position: absolute; */
2441         bottom: 0px; 
2442         padding: 0.5em 0.5em 0px 0.5em;
2443         background-color: rgba(245, 245, 255, 0.8);
2444         border-bottom: 2px solid #CCC;
2445         margin: 0px;
2446 }
2447 .photo-album-image-wrapper a:hover .caption {
2448         display:block;
2449 }
2450
2451 #photo-album-end {
2452         clear: both;
2453         margin-bottom: 25px;
2454 }
2455
2456 .photo-top-image-wrapper {
2457 /*      position: relative; 
2458         float: left;*/
2459         display: inline-block;
2460         vertical-align: top;
2461         margin-top: 15px;
2462         margin-right: 15px;
2463         margin-left: 15px;
2464         margin-bottom: 15px;
2465 /*      width: 200px; height: 200px; 
2466         overflow: hidden; */
2467 }
2468 .photo-album-image-wrapper img, .photo-top-image-wrapper img {
2469         max-width: 225px;
2470         padding: 5px;
2471
2472         box-shadow: 0 0 10px #000;
2473         -moz-box-shadow: 0 0 10px #000;
2474         -webkit-box-shadow: 0 0 10px #000;
2475 }
2476 .photo-top-album-name {
2477         width: 100%;
2478         min-height: 2em;
2479 /*      position: absolute;  */
2480         bottom: 0px; 
2481         padding: 0px 3px;
2482         padding-top: 0.5em;
2483         background-color: rgb(255, 255, 255);
2484 }
2485 #photo-top-end {
2486         clear: both;
2487 }
2488
2489 #photo-top-links {
2490         margin-bottom: 30px;
2491         margin-left: 30px;
2492 }
2493
2494 #photos-upload-form {
2495         padding-left: 90px;
2496 }
2497
2498 #photos-upload-newalbum-div {
2499         float: left;
2500         width: 175px;
2501         margin-top: 30px;
2502 }
2503
2504 #photos-upload-noshare {
2505         margin-bottom: 10px;
2506 }
2507 #photos-upload-existing-album-text {
2508         float: left;
2509         width: 175px;
2510 }
2511 #photos-upload-newalbum {
2512         margin-top: 30px;
2513         float: left;
2514 }
2515 #photos-upload-album-select {
2516         float: left;
2517 }
2518
2519 #photos-upload-spacer {
2520         margin-top: 25px;
2521 }
2522 #photos-upload-new-end, #photos-upload-exist-end {
2523         clear: both;
2524 }
2525 #photos-upload-exist-end {
2526         margin-bottom: 15px;
2527 }
2528 #photos-upload-submit {
2529         margin-top: 15px;
2530         margin-left: 90px;
2531 }
2532
2533 #photos_upload_applet_wrapper {
2534         margin-bottom: 15px;
2535 }
2536
2537 #photos-upload-no-java-message {
2538         margin-bottom: 15px;
2539 }
2540
2541 .video-top-wrapper {
2542         display: inline-block;
2543         vertical-align: top;
2544         margin-top: 15px;
2545         margin-right: 15px;
2546         margin-left: 15px;
2547         margin-bottom: 15px;
2548 }
2549
2550 #profile-jot-desc {
2551         /*float: left;*/
2552         /*width: 480px;*/
2553         width: 100%;
2554         color: #FF0000;
2555         margin-top: 10px;
2556         margin-bottom: 10px;
2557 }
2558
2559 #character-counter {
2560         float: right;
2561         font-size: 120%;
2562 }
2563
2564 #character-counter.grey {
2565         color: #888888;
2566 }
2567
2568 #character-counter.orange {
2569         color: orange;
2570 }
2571 #character-counter.red {
2572         color: red;
2573 }
2574
2575 #profile-jot-banner-end {
2576         /* clear: both; */ 
2577 }
2578
2579 #photos-upload-select-files-text {
2580         margin-top: 15px;
2581         margin-bottom: 15px;
2582 }
2583
2584 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2585         color: #8888FF;
2586         text-decoration: none;
2587         cursor: pointer;
2588 }
2589
2590 #photos-upload-perms-menu:hover {
2591         color: #0000FF;
2592         text-decoration: underline;
2593         cursor: pointer;
2594 }
2595 #settings-default-perms-menu {
2596         margin-top: 15px;
2597         margin-bottom: 15px;
2598 }
2599
2600 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2601         float: left;
2602         width: 150px;
2603 }
2604
2605 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2606         font-weight: 700;
2607 }
2608
2609 #photos-upload-choosefile-outer-wrapper {
2610         margin-top: 35px;
2611         padding-left: 50px;
2612         margin-bottom: 4em;
2613 }
2614 #photos-upload-noshare-div {
2615         margin-top: 0px;
2616         margin-bottom: 15px;
2617 }
2618
2619 #photos-upload-noshare-label {
2620         margin-left: 30px;
2621 }
2622
2623 #photos-upload-noshare {
2624         float: left;
2625         margin-left: 5px;
2626 }
2627
2628 .photo-perms-icon {
2629         float: left;
2630 }
2631
2632 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2633         text-decoration: none;
2634 }
2635
2636 .photo-jot-perms-text {
2637         padding-top: 5px;
2638         padding-left: 25px;
2639 }
2640
2641 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2642         margin-top: 30px;
2643 }
2644 #photos-upload-perms {
2645         margin-top: 15px;
2646         margin-left: 5px;
2647 }
2648
2649 #photo-edit-perms-end {
2650         margin-bottom: 15px;
2651 }
2652
2653 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2654         float: left;
2655         margin-bottom: 25px;
2656 }
2657 .photo-edit-rotate {
2658         margin-left: 20px;
2659 }
2660
2661 #photo-edit-link-wrap {
2662         margin-bottom: 15px;
2663 }
2664 #photo-like-div {
2665         margin-left: 15px;
2666         margin-bottom: 45px;
2667 }
2668
2669 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2670         clear: both;
2671 }
2672
2673 #photo-edit-rotate-end {
2674         margin-bottom: 15px;
2675 }
2676
2677 #photo-edit-delete-button {
2678 /*      margin-left: 270px;*/
2679         float: right;
2680 }
2681 #photos-upload-choose {
2682 /*      position: absolute;
2683         top: 0px;
2684         left: 55px;*/
2685 }
2686 .settings-submit, .profile-edit-submit-button {
2687         margin-bottom: 10px;
2688 }
2689
2690 #photo-edit-end {
2691         margin-bottom: 35px;
2692 }
2693 #photo-caption {
2694         font-size: 110%;
2695         font-weight: bold;
2696         margin-top: 15px;
2697         margin-bottom: 15px;
2698 }
2699
2700 #in-this-photo-text {
2701         color: #0000FF;
2702         margin-left: 30px;
2703 }
2704
2705 #in-this-photo {
2706         margin-left: 60px;
2707         margin-top: 10px;
2708         margin-bottom: 20px;
2709 }
2710
2711 #photo-album-edit-submit, #photo-album-edit-drop {
2712         margin-top: 15px;
2713         margin-bottom: 15px;
2714 }
2715
2716 #photo-album-edit-drop {
2717         margin-left: 200px;
2718 }
2719
2720 .group-delete-wrapper {
2721         float: right;
2722         margin-right: 50px;
2723 }
2724
2725 #install-dbhost-label,
2726 #install-dbuser-label,
2727 #install-dbpass-label,
2728 #install-dbdata-label,
2729 #install-tz-desc {
2730        float: left;
2731        width: 250px;
2732        margin-top: 10px;
2733        margin-bottom: 10px;
2734
2735 }
2736
2737 #install-dbhost,
2738 #install-dbuser,
2739 #install-dbpass,
2740 #install-dbdata {
2741        float: left;
2742        width: 200px;
2743        margin-left: 20px;
2744 }
2745
2746 #install-dbhost-end,
2747 #install-dbuser-end,
2748 #install-dbpass-end,
2749 #install-dbdata-end,
2750 #install-tz-end {
2751        clear: both;
2752 }
2753
2754 #install-form select#timezone_select {
2755        float: left;
2756        margin-top: 18px;
2757        margin-left: 20px;
2758 }
2759
2760 #dfrn-request-networks {
2761         margin-bottom: 30px;
2762 }
2763
2764 #pause {
2765   position: fixed;
2766   bottom: 5px;
2767   right: 5px;
2768 }
2769
2770 .sparkle {
2771         cursor: url('lock.cur'), pointer;
2772 /*      cursor: pointer !important; */
2773 }
2774
2775 .contact-block-div {
2776         float: left;
2777         width: 52px;
2778         height: 52px;
2779 }
2780 .contact-block-textdiv {
2781         float: left;
2782         width: 150px;
2783         height: 34px;
2784 }
2785
2786 #contact-block-end {
2787         clear: both;
2788 }
2789 .contact-block-link {
2790         float: left;
2791 }
2792 .contact-block-img {
2793         width:48px;
2794         height:48px;
2795 }
2796
2797 #tag-remove {
2798         margin-bottom: 15px;
2799 }
2800
2801 #tagrm li {
2802         margin-bottom: 10px;
2803 }
2804
2805 #tagrm-submit, #tagrm-cancel {
2806         margin-top: 25px;
2807 }
2808
2809 #tagrm-cancel {
2810         margin-left: 15px;
2811 }
2812
2813 .wall-item-conv {
2814         margin-top: 5px;
2815         margin-bottom: 25px;
2816 }
2817
2818 #search-submit {
2819         margin-left: 15px;
2820 }
2821
2822 #search-box {
2823         margin-bottom: 25px;
2824 }
2825
2826 .location-label, .gender-label, .marital-label, .homepage-label {
2827         float: left;
2828         text-align: right;
2829         display: block;
2830         width: 65px;
2831 }
2832
2833 .adr, .x-gender, .marital-text, .homepage-url {
2834         float: left;
2835         display: block;
2836         margin-left: 8px;
2837 }
2838
2839 .profile-clear {
2840         clear: both;
2841 }
2842
2843
2844 .clear {
2845         clear: both;
2846 }
2847
2848 .cc-license {
2849         margin-top: 50px;
2850         font-size: 70%;
2851 }
2852
2853
2854 #plugin-settings-link, #account-settings-link {
2855         margin-bottom: 10px;
2856 }
2857
2858 #uexport-link {
2859         margin-bottom: 20px;
2860 }
2861
2862 /* end from default */
2863         
2864
2865 .fn {
2866         padding: 0px 0px 5px 12px;
2867         font-size: 120%;
2868         font-weight: bold;
2869 }
2870
2871 .vcard .title {
2872         margin-bottom: 5px;
2873         margin-left: 12px;
2874 }
2875
2876 .vcard dl {
2877         clear: both;
2878 }
2879
2880 #birthday-title {
2881         float: left;
2882         font-weight: bold;      
2883 }
2884
2885 #birthday-adjust {
2886         float: left;
2887         font-size: 75%;
2888         margin-left: 10px;
2889 }
2890
2891 #birthday-title-end {
2892         clear: both;
2893 }
2894
2895 .birthday-list {
2896         margin-left: 15px;
2897 }
2898
2899 #birthday-wrapper {
2900         margin-bottom: 20px;
2901 }
2902
2903 #network-new-link {
2904         margin-top: 15px;
2905         margin-bottom: 15px;
2906 }
2907
2908
2909 .tool-wrapper {
2910   float: left;
2911   margin-left: 15px;
2912 }
2913
2914 .tool-link {
2915   cursor: pointer;
2916 }
2917
2918 .eventcal {
2919         float: left;
2920         font-size: 20px;
2921 }
2922
2923 #event-summary-text {
2924         margin-top: 15px;
2925 }
2926
2927 #event-share-checkbox {
2928         float: left;
2929         margin-top: 10px;
2930 }
2931
2932 #event-share-text {
2933 /*      float: left;*/
2934         margin-top: 10px;
2935         margin-left: 5px;
2936 }
2937
2938 #event-share-break {
2939         clear: both;
2940         margin-bottom: 10px;
2941 }
2942
2943 #event-summary {
2944         width: 400px;
2945 }
2946
2947 .vevent {
2948         border: 1px solid #CCCCCC;
2949 }
2950
2951 .vevent .event-summary {
2952         margin-left: 10px;
2953         margin-right: 10px;
2954         font-weight: bold;
2955 }
2956
2957 .vevent .event-description, .vevent .event-location {
2958         margin-left: 10px;
2959         margin-right: 10px;
2960 }
2961 .vevent .event-start {
2962         margin-left: 10px;
2963         margin-right: 10px;
2964 }
2965
2966 #new-event-link {
2967         margin-bottom: 10px;
2968 }
2969
2970 .edit-event-link, .plink-event-link {
2971         float: left;
2972         margin-top: 4px;
2973         margin-right: 4px;
2974         margin-bottom: 15px;
2975 }
2976
2977 .event-description:before {
2978         content: url('../../../images/calendar.png');
2979         margin-right: 15px;
2980 }
2981
2982 .event-start, .event-end {
2983         margin-left: 10px;
2984         width: 330px;
2985         clear: both;
2986 }
2987
2988 .event-start .dtstart, .event-end .dtend {
2989         float: right;
2990 }
2991
2992 .event-list-date {
2993         margin-bottom: 10px;
2994 }
2995
2996 .prevcal, .nextcal {
2997         float: left;
2998         margin-left: 32px;
2999         margin-right: 32px;
3000         margin-top: 64px;
3001 }
3002 .event-calendar-end {
3003         clear: both;
3004 }
3005
3006  
3007 .calendar {
3008         font-family: Courier, monospace;
3009 }
3010 .today {
3011         font-weight: bold;
3012         color: #FF0000;
3013 }
3014
3015 .settings-block {
3016         border: 1px solid #AAA;
3017         margin: 10px;
3018         padding: 10px;
3019 }
3020
3021 .app-title {
3022         margin: 10px;
3023 }
3024
3025 #identity-manage-desc {
3026         margin-top:15px;
3027         margin-bottom: 15px;
3028 }
3029
3030 #identity-manage-choose {
3031         margin-bottom: 15px;
3032 }
3033
3034 #identity-submit {
3035         margin-top: 20px;
3036 }
3037
3038 #photo-prev-link, #photo-next-link {
3039         padding: 10px;
3040 }
3041 #photo-nav {
3042         position: relative;
3043         height: 55px;
3044 }
3045
3046 #photo-prev-link {
3047         position: absolute;
3048         left: 5px;
3049 }
3050 #photo-next-link {
3051         position: absolute;
3052         right: 5px;
3053 }
3054
3055 /*#photo-photo {
3056         float: left;
3057 }*/
3058 #photo-photo {
3059         display: block;
3060         margin-left: auto;
3061         margin-right: auto;
3062         margin-bottom: 2em;
3063         text-align: center;
3064 }
3065 #photo-photo img {
3066 /*      max-width: 555px;
3067         margin-left: 5px;*/
3068         max-width: 100%;
3069 }
3070 #photo-photo-end {
3071         clear: both;
3072 }
3073
3074 .profile-match-photo {
3075         float: left;
3076         text-align: center;
3077         width: 120px;
3078 }
3079
3080 .profile-match-name {
3081         float: left;
3082         text-align: center;
3083         width: 120px;
3084         overflow: hidden;
3085 }
3086
3087 .profile-match-break,
3088 .profile-match-end {
3089         clear: both;
3090 }
3091
3092 .profile-match-connect {
3093         text-align: center;
3094         font-weight: bold;
3095 }
3096
3097 .profile-match-wrapper {
3098         display: inline-block;
3099         padding: 10px;
3100         /*width: 120px;
3101         height: 120px;*/
3102         scroll: auto;
3103         margin-bottom: 2em;
3104         vertical-align: top;
3105 }
3106 .profile-match-wrapper .icon.drophide {
3107         margin-left: auto;
3108         margin-right: auto;
3109         margin-top: 1em;
3110 }
3111 #profile-match-wrapper-end {
3112         clear: both;
3113 }
3114 .side-link {
3115         margin-bottom: 15px;
3116 }
3117
3118 #language-selector {
3119         position: absolute;
3120         top: 0px;
3121         left: 16px;
3122 }
3123
3124 #group-members {
3125         margin-top: 20px;
3126         padding: 10px;
3127         height: 250px;
3128         overflow: auto;
3129         border: 1px solid #ddd;
3130 }
3131
3132 #group-members-end {
3133         clear: both;
3134 }
3135
3136 #group-separator {
3137         margin-top: 10px;
3138         margin-bottom: 10px;
3139 }
3140
3141 #group-all-contacts {
3142         padding: 10px;
3143         height: 450px;
3144         overflow: auto;
3145         border: 1px solid #ddd;
3146 }
3147
3148 #group-all-contacts-end {
3149         clear: both;
3150         margin-bottom: 10px;
3151 }
3152
3153 #group-edit-desc {
3154         margin-top: 15px;
3155 }
3156
3157
3158 #prof-members {
3159         margin-top: 20px;
3160         padding: 10px;
3161         height: 250px;
3162         overflow: auto;
3163         border: 1px solid #ddd;
3164 }
3165
3166 #prof-members-end {
3167         clear: both;
3168 }
3169
3170 #prof-separator {
3171         margin-top: 10px;
3172         margin-bottom: 10px;
3173 }
3174
3175 #prof-all-contacts {
3176         padding: 10px;
3177         height: 450px;
3178         overflow: auto;
3179         border: 1px solid #ddd;
3180 }
3181
3182 #prof-all-contacts-end {
3183         clear: both;
3184         margin-bottom: 10px;
3185 }
3186
3187 #prof-edit-desc {
3188         margin-top: 15px;
3189 }
3190
3191 #crepair-name-label,
3192 #crepair-nick-label,
3193 #crepair-attag-label,
3194 #crepair-url-label,
3195 #crepair-request-label,
3196 #crepair-confirm-label,
3197 #crepair-notify-label,
3198 #crepair-photo-label,
3199 #crepair-poll-label {
3200         float: left;
3201         width: 200px;
3202         margin-bottom: 15px;
3203 }
3204
3205 #crepair-name,
3206 #crepair-nick,
3207 #crepair-attag,
3208 #crepair-url,
3209 #crepair-request,
3210 #crepair-confirm,
3211 #crepair-notify,
3212 #crepair-photo,
3213 #crepair-poll {
3214         float: left;
3215         width: 300px;
3216 }
3217
3218
3219 #netsearch-box {
3220         margin-top: 20px;       
3221 }
3222
3223 #netsearch-box #search-submit {
3224         margin: 5px 0px 0px 0px;
3225 }
3226
3227 .required {
3228         color: #FF0000;
3229 }
3230
3231 #event-start-text, #event-finish-text {
3232         margin-top: 10px;
3233         margin-bottom: 5px;
3234 }
3235
3236 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3237         float: left;
3238 }
3239 #event-datetime-break {
3240         margin-bottom: 10px;
3241 }
3242
3243 #event-nofinish-break, #event-adjust-break {
3244         clear: both;
3245 }
3246
3247 #event-desc-text, #event-location-text {
3248         margin-top: 10px;
3249         margin-bottom: 5px;
3250 }
3251 #event-submit {
3252         margin-top: 10px;
3253 }
3254
3255 .filesavetags, .categorytags {
3256         display: block;
3257         clear: left;
3258 }
3259
3260 .body-tag, .filesavetags, .categorytags {
3261         opacity: 0.5;
3262         filter:alpha(opacity=50);
3263 }
3264
3265 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3266         opacity: 1.0 !important;
3267         filter:alpha(opacity=100) !important;
3268 }
3269
3270 .item-select {
3271         opacity: 0.1;
3272         filter:alpha(opacity=10);
3273         float: right;
3274         margin-right: 10px;
3275
3276 }
3277 .item-select:hover, .checkeditem {
3278         opacity: 1;
3279         filter:alpha(opacity=100);
3280 }
3281
3282
3283 #item-delete-selected-top {
3284         margin-top: 30px;
3285         padding-bottom: 1.5em;
3286 }
3287 #item-delete-selected-top-icon, #item-delete-selected-top-desc {
3288         float: left;
3289         margin-right: 5px;
3290 }
3291 #item-delete-selected-top-desc:hover {
3292         text-decoration: underline;
3293 }
3294
3295 #item-delete-selected {
3296         margin-top: 0px;
3297 }
3298
3299 #item-delete-selected-end {
3300         clear: both;
3301 }
3302 #item-delete-selected-icon, #item-delete-selected-desc {
3303         float: left;
3304         margin-right: 5px;
3305 }
3306 #item-delete-selected-desc:hover {
3307         text-decoration: underline;
3308 }
3309
3310 #lang-select-icon {
3311         cursor: pointer;
3312         position: absolute;
3313         left: 0px;
3314         top: 0px;
3315         opacity: 0.2;
3316         filter:alpha(opacity=20);
3317 }
3318
3319 #lang-select-icon:hover {
3320         opacity: 1;
3321         filter:alpha(opacity=100);
3322 }
3323
3324 .notif-image {
3325         height: 80px;
3326         width: 80px;
3327         margin-right: 15px;
3328 }
3329 .notification-listing-end {
3330         clear: both;
3331         margin-bottom: 15px;
3332 }
3333
3334
3335
3336 /**
3337  * Plugins settings
3338  */
3339
3340 .settings-block > h3,
3341 .settings-heading {
3342         border-bottom: 1px solid #babdb6;
3343 }
3344  
3345
3346 /**
3347  * Form fields
3348  */
3349 .field {
3350         margin-bottom: 10px;
3351         padding-bottom: 10px;
3352         overflow: auto;
3353         width: 100%
3354 }
3355 #wrapper_expire.field {
3356         margin-bottom: 3px;
3357         padding-bottom: 3px;
3358 }
3359
3360 .field label {
3361         float: left;
3362         width: 200px;
3363 }
3364 .field.yesno label {
3365         font-weight: 700;
3366 }
3367
3368 .field input,
3369 .field textarea {
3370         width: 400px;
3371 }
3372 .field input[type=checkbox],
3373 .field input[type=radio] {
3374         width: auto;
3375 }
3376 .field textarea { height: 100px; }
3377 .field_help {
3378         display: block;
3379         margin-left: 50px;
3380         color: #666666;
3381         clear: left;
3382 }
3383
3384 .field .onoff {
3385         float: left;
3386         width: 80px;
3387 }
3388 .field .onoff a {
3389         display: block;
3390         border:1px solid #666666;
3391         background-image:url("../../../images/onoff.jpg");
3392         background-repeat: no-repeat;
3393         padding: 4px 2px 2px 2px;
3394         height: 16px;
3395         text-decoration: none;
3396 }
3397 .field .onoff .off {
3398         border-color:#666666;
3399         padding-left: 40px;
3400         background-position: left center;
3401         background-color: #cccccc;
3402         color: #666666;
3403         text-align: right;
3404 }
3405 .field .onoff .on {
3406         border-color:#204A87;
3407         padding-right: 40px;
3408         background-position: right center;
3409         background-color: #D7E3F1;
3410         color: #204A87;
3411         text-align: left;
3412 }
3413 .hidden { display: none!important; }
3414
3415 /*.field.radio .field_help { clear: left; margin-left: 20px; }*/
3416 .field.radio .field_help { margin-left: 0px; }
3417
3418 /**
3419  * ADMIN
3420  */
3421 #pending-update {
3422         float:right;
3423         color: #ffffff;
3424         font-weight: bold;
3425         background-color: #FF0000;
3426         padding: 0em 0.3em;
3427         
3428 }
3429 #adminpage dl {
3430         clear: left;
3431         margin-bottom: 2px;
3432         padding-bottom: 2px;
3433         border-bottom: 1px solid black;
3434 }
3435 #adminpage dt {
3436         width: 200px;
3437         float: left;
3438         font-weight: bold;
3439 }
3440 #adminpage dd {
3441         margin-left: 200px;
3442 }
3443
3444 #adminpage h3 {
3445         border-bottom: 1px solid #cccccc;
3446 }
3447 #adminpage .field label {
3448         font-weight: bold;
3449 }
3450 #adminpage .submit {
3451         clear:left;
3452         text-align: right;
3453 }
3454
3455 #adminpage #pluginslist {
3456         margin: 0px; padding: 0px;
3457 }
3458 #adminpage .plugin {
3459         list-style: none;
3460         display: block;
3461         border: 1px solid #888888;
3462         padding: 1em;
3463         margin-bottom: 5px;
3464         clear: left;
3465 }
3466 #adminpage .plugin .desc { margin-left: 2.5em;}
3467 #adminpage .toggleplugin {
3468         float:left;
3469         margin-right: 1em;
3470 }
3471
3472 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3473 #adminpage table th { text-align: left;}
3474 #adminpage td .icon, #adminpage td .tool { float: left;}
3475 #adminpage table#users img { width: 16px; height: 16px; }
3476 #adminpage table tr:hover { background-color: #bbc7d7; }
3477 #adminpage .selectall { text-align: right; }
3478
3479 #adminpage .screenshot img {
3480         max-width: 550px;
3481 }
3482
3483 /*
3484  * UPDATE
3485  */
3486 .popup {        
3487         width: 100%; height: 100%;
3488         top:0px; left:0px;
3489         position: absolute;
3490         display: none;
3491 }
3492
3493 .popup .background {
3494         background-color: rgba(0,0,0,128);
3495         opacity: 0.5;
3496         width: 100%; height: 100%;
3497         position: absolute;
3498         top:0px; left:0px;
3499 }
3500 .popup .panel {
3501         top:25%;left:25%;width:50%;height:50%;
3502         padding: 1em;
3503         position: absolute;
3504         border: 4px solid #000000;
3505         background-color: #FFFFFF;
3506 }
3507 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3508 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3509 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3510 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3511 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3512
3513 /**
3514  * OAuth
3515  */
3516 .oauthapp {
3517         height: auto; overflow: auto;
3518         border-bottom: 2px solid #cccccc;
3519         padding-bottom: 1em;
3520         margin-bottom: 1em;     
3521 }
3522 .oauthapp img {
3523         float: left;
3524         width: 48px; height: 48px;
3525         margin: 10px;
3526 }
3527 .oauthapp img.noicon {
3528         background-image: url("../../../images/icons/48/plugin.png");
3529         background-position: center center;
3530         background-repeat: no-repeat;
3531 }
3532 .oauthapp a {
3533         float: left;
3534 }
3535
3536 /**
3537  * ICONS
3538  */
3539 .iconspacer {
3540         display: block; width: 16px; height: 16px;
3541 }
3542
3543 .icon {
3544         display: block; width: 16px; height: 16px;
3545         background-image: url('../../../images/icons.png');
3546 }
3547 .article { background-position: 0px 0px;}
3548 /*.audio { background-position: -16px 0px;}*/
3549 .icon.audio {
3550         display: block; width: 24px; height: 24px;
3551         background-size: 100% 100%;
3552         background-image: url('images/speaker.png');
3553         background-repeat: no-repeat;
3554 }
3555 .block { background-position: -32px 0px;}
3556 /*.drop { background-position: -48px 0px;}*/
3557 .icon.drop {
3558         display: block; width: 16px; height: 16px;
3559         background-size: 100% 100%;
3560         background-image: url('images/drop-16.png');
3561         background-repeat: no-repeat;
3562         opacity: 1.0;
3563 }
3564 /*.drophide { background-position: -64px 0px;}*/
3565 .icon.drophide {
3566         display: block; width: 16px; height: 16px;
3567         background-size: 100% 100%;
3568         background-image: url('images/drop-16.png');
3569         background-repeat: no-repeat;
3570         opacity: 0.4;
3571 }
3572 .icon.drophide:hover {
3573         display: block; width: 16px; height: 16px;
3574         background-size: 100% 100%;
3575         background-image: url('images/drop-16.png');
3576         background-repeat: no-repeat;
3577         opacity: 1.0;
3578 }
3579 .edit { background-position: -80px 0px;}
3580 /*.camera { background-position: -96px 0px;}*/
3581 .icon.camera{
3582         display: block; width: 24px; height: 18px;
3583         margin-top: 4px;
3584         background-size: 100% 100%;
3585         background-image: url('images/camera.png');
3586         background-repeat: no-repeat;
3587 }
3588 /*.dislike { background-position: -112px 0px;}*/
3589 .tool.dislike {
3590         display: block; width: 15px; height: 16px;/* 23 24*/
3591         background-size: 100% 100%;
3592         background-image: url('images/disapprove-16.png');
3593         background-repeat: no-repeat;
3594         opacity: 0.4;
3595 }
3596 .tool.dislike:hover {
3597         opacity: 1.0;
3598 }
3599 /*.like { background-position: -128px 0px;}*/
3600 .tool.like {
3601         display: block; width: 15px; height: 16px;/* 23 24*/
3602         margin-right: 6px;
3603         background-size: 100% 100%;
3604         background-image: url('images/approve-16.png');
3605         background-repeat: no-repeat;
3606         opacity: 0.4;
3607 }
3608 .tool.like:hover {
3609         opacity: 1.0;
3610 }
3611 /*.link { background-position: -144px 0px;}*/
3612 .icon.link {
3613         display: block; width: 24px; height: 24px;
3614         background-size: 100% 100%;
3615         background-image: url('images/link.png');
3616         background-repeat: no-repeat;
3617 }
3618
3619 /*.globe { background-position: 0px -16px;}*/
3620 .icon.globe {
3621         display: block; width: 24px; height: 24px;
3622         background-size: 100% 100%;
3623         background-image: url('images/globe.png');
3624         background-repeat: no-repeat;
3625 }
3626 /*.noglobe { background-position: -16px -16px;}*/
3627 .icon.noglobe {
3628         display: block; width: 24px; height: 24px;
3629         background-size: 100% 100%;
3630         background-image: url('images/noglobe.png');
3631         background-repeat: no-repeat;
3632 }
3633 .no { background-position: -32px -16px;}
3634 .pause { background-position: -48px -16px;}
3635 .play { background-position: -64px -16px;}
3636 /*.pencil { background-position: -80px -16px;}*/
3637 .tool.pencil {
3638         display: block; width: 16px; height: 16px;
3639         background-size: 100% 100%;
3640         background-image: url('images/pencil-16.png');
3641         background-repeat: no-repeat;
3642         opacity: 0.4;
3643 }
3644 .tool.pencil:hover {
3645         opacity: 1.0;
3646 }
3647 /*.small-pencil { background-position: -96px -16px;}*/
3648 .icon.small-pencil {
3649         display: block; width: 16px; height: 16px;
3650         background-size: 100% 100%;
3651         background-image: url('images/pencil-16.png');
3652         background-repeat: no-repeat;
3653         opacity: 0.4;
3654 }
3655 .icon.small-pencil:hover {
3656         opacity: 1.0;
3657 }
3658 /*.recycle { background-position: -112px -16px;}*/
3659 .tool.recycle {
3660         display: block; width: 16px; height: 16px;/*24 23*/
3661         background-size: 100% 100%;
3662         background-image: url('images/recycle-16.png');
3663         background-repeat: no-repeat;
3664         opacity: 0.4;
3665 }
3666 .tool.recycle:hover {
3667         opacity: 1.0;
3668 }
3669 /*.remote-link { background-position: -128px -16px;}*/
3670 .icon.remote-link {
3671         display: block; width: 16px; height: 16px;
3672         background-size: 100% 100%;
3673         background-image: url('images/remote-link-16.png');
3674         background-repeat: no-repeat;
3675         opacity: 0.4;
3676 }
3677 .icon.remote-link:hover {
3678         opacity: 1.0;
3679 }
3680 .share { background-position: -144px -16px;}
3681
3682 .tools { background-position: 0px -32px;}
3683 /*.lock { background-position: -16px -32px;}*/
3684 .icon.lock {
3685         display: block; width: 14px; height: 21px;
3686         margin-top: 1px;
3687         background-size: 100% 100%;
3688         background-image: url('images/lock-24.png');
3689         background-repeat: no-repeat;
3690 }
3691 /*.unlock { background-position: -32px -32px;}*/
3692 .icon.unlock {
3693         display: block; width: 14px; height: 24px;
3694         margin-top: -2px;
3695         background-size: 100% 100%;
3696         background-image: url('images/unlock-24.png');
3697         background-repeat: no-repeat;
3698 }
3699 /*.video { background-position: -48px -32px;}*/
3700 .icon.video {
3701         display: block; width: 24px; height: 24px;
3702         background-size: 100% 100%;
3703         background-image: url('images/video.png');
3704         background-repeat: no-repeat;
3705 }
3706 /*.oembed.video {
3707         display: inline; width: auto; height: auto;
3708         background-image: none;
3709 }*/
3710
3711 .youtube { background-position: -64px -32px;}
3712 /*.attach { background-position: -80px -32px; }*/
3713 .icon.attach {
3714         display: block; width: 24px; height: 24px;
3715         background-size: 100% 100%;
3716         background-image: url('images/paperclip-24.png');
3717         background-repeat: no-repeat;
3718 }
3719
3720 .language { background-position: -96px -32px; }
3721 .prev { background-position: -112px -32px; }
3722 .next { background-position: -128px -32px; }
3723 .on { background-position: -144px -32px; }
3724
3725 .off { background-position: 0px -48px; }
3726 /*.starred { background-position: -16px -48px; }*/
3727 .tool.starred {
3728         display: block; width: 16px; height: 16px;
3729         background-size: 100% 100%;
3730         background-image: url('images/star-yellow-16.png');
3731         background-repeat: no-repeat;
3732 }
3733 /*.unstarred { background-position: -32px -48px; }*/
3734 .tool.unstarred {
3735         display: block; width: 16px; height: 16px;
3736         background-size: 100% 100%;
3737         background-image: url('images/star-16.png');
3738         background-repeat: no-repeat;
3739         opacity: 0.4;
3740 }
3741 .tool.unstarred:hover {
3742         opacity: 1.0;
3743 }
3744 /*.tagged { background-position: -48px -48px; }*/
3745 .tool.tagged {
3746         display: block; width: 16px; height: 16px;
3747         background-size: 100% 100%;
3748         background-image: url('images/tag-16.png');
3749         background-repeat: no-repeat;
3750         opacity: 0.4;
3751 }
3752 .tool.tagged:hover {
3753         opacity: 1.0;
3754 }
3755 .yellow { background-position: -64px -48px; }
3756
3757
3758 .filer-icon {
3759 /*      display: block; width: 16px; height: 16px;
3760         background-image: url('file.gif');*/
3761         display: block; width: 16px; height: 16px;
3762         background-size: 100% 100%;
3763         background-image: url('images/folder-16.png');
3764         background-repeat: no-repeat;
3765         opacity: 0.4;
3766 }
3767 .filer-icon:hover {
3768         opacity: 1.0;
3769 }
3770
3771 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3772 /*[class^="comment-edit-bb"] {*/
3773 .comment-edit-bb {
3774         list-style: none;
3775         display: none;
3776         margin: 0px 0 -5px 60px;
3777         width: 75%;
3778 }
3779 .comment .comment-edit-bb {
3780         width: 300px;
3781         margin: 0px;
3782 }
3783 /*[class^="comment-edit-bb"] > li {*/
3784 .comment-edit-bb > li {
3785         display: inline-block;
3786         margin: 10px 10px 0 0;
3787         visibility: none;
3788 }
3789 /*[class^="comment-edit-bb-end"] {
3790         clear: both;
3791 }*/
3792 .editicon {
3793     display: inline-block;
3794 /*    background-image: url(bbedit.png);
3795         background-color: #fff;*/
3796         background-size: 100% 100%;
3797         background-repeat: no-repeat;
3798         background-color: #f3f3f3;
3799     text-decoration: none;
3800         opacity: 0.4;
3801 }
3802 .editicon:hover {
3803 /*      background-color: #ccc;*/
3804         opacity: 1.0;
3805 }
3806 .boldbb {
3807 /*      background-position: 0px 0px;*/
3808     width: 15px;
3809     height: 16px;
3810         background-image: url('images/boldB-serif-16.png');
3811 }
3812 /*.boldbb:hover {
3813         background-position: 0px -16px;
3814 }*/
3815 .italicbb {
3816 /*      background-position: -16px 0px;*/
3817     width: 9px;
3818     height: 16px;
3819         background-image: url('images/italicI-serif-16.png');
3820 }
3821 /*.italicbb:hover {
3822         background-position: -16px -16px;
3823 }*/
3824 .underlinebb {
3825 /*      background-position: -32px 0px;*/
3826     width: 14px;
3827     height: 16px;
3828         background-image: url('images/underlineU-serif-16.png');
3829 }
3830 /*.underlinebb:hover {
3831         background-position: -32px -16px;
3832 }*/
3833 .quotebb {
3834 /*      background-position: -48px 0px;*/
3835     width: 20px;
3836     height: 20px;
3837         background-image: url('images/quote.png');
3838 }
3839 /*.quotebb:hover {
3840         background-position: -48px -16px;
3841 }*/
3842 .codebb {
3843 /*      background-position: -64px 0px;*/
3844     width: 20px;
3845     height: 20px;
3846         background-image: url('images/code.png');
3847 }
3848 /*.codebb:hover {
3849         background-position: -64px -16px;
3850 }*/
3851 .imagebb {
3852 /*      background-position: -80px 0px;*/
3853     width: 20px;/*16*/
3854     height: 15px;/*12*/
3855         margin-bottom: 2px;
3856         background-image: url('images/camera.png');
3857 }
3858 /*.imagebb:hover {
3859         background-position: -80px -16px;
3860 }*/
3861 .urlbb {
3862 /*      background-position: -96px 0px;*/
3863         width: 20px;
3864         height: 20px;
3865         background-image: url('images/link.png');
3866 }
3867 /*.urlbb:hover {
3868         background-position: -96px -16px;
3869 }*/
3870 .videobb {
3871 /*      background-position: -112px 0px;*/
3872         width: 20px;
3873         height: 20px;
3874         background-image: url('images/video.png');
3875 }
3876 /*.videobb:hover {
3877         background-position: -112px -16px;
3878 }*/
3879
3880 .attachtype {
3881         display: block;
3882         float: left;
3883         background-size: 100% 100%;
3884         width: 48px;
3885         height: 48px;
3886         background-image: url('images/oxygen/unknown.png');
3887 }
3888
3889 .body-attach {
3890         margin-top: 10px;
3891 }
3892
3893 /*.type-video { background-position: 0px 0px; }
3894 .type-image { background-position: -20px 0px; }
3895 .type-audio { background-position: -40px 0px; }
3896 .type-text  { background-position: -60px 0px; }
3897 .type-unkn  { background-position: -80px 0px; }*/
3898 .type-video {
3899         background-image: url('images/oxygen/video-x-generic.png');
3900         background-size: 100% 100%;
3901         width: 48px;
3902         height: 48px;
3903 }
3904 .type-image {
3905         background-image: url('images/oxygen/image-x-generic.png');
3906         background-size: 100% 100%;
3907         width: 48px;
3908         height: 48px;
3909 }
3910 .type-audio {   background-image: url('images/oxygen/audio-x-generic.png');
3911         background-size: 100% 100%;
3912         width: 48px;
3913         height: 48px;
3914 }
3915
3916 .type-text  {
3917         background-image: url('images/oxygen/text-x-generic-2.png');
3918         background-size: 100% 100%;
3919         width: 48px;
3920         height: 48px;
3921 }
3922 .subtype-msword, .subtype-vnd-openxmlformats-officedocument-wordprocessingml-document  {
3923         background-image: url('images/oxygen/application-msword.png');
3924         background-size: 100% 100%;
3925         width: 48px;
3926         height: 48px;
3927 }
3928 .subtype-pdf  {
3929         background-image: url('images/oxygen/application-pdf.png');
3930         background-size: 100% 100%;
3931         width: 48px;
3932         height: 48px;
3933 }
3934 /*.type-unkn  {
3935         background-image: url('images/oxygen/unknown.png');
3936         background-size: 100% 100%;
3937         width: 48px;
3938         height: 48px;
3939 }*/
3940
3941
3942
3943 /* autocomplete popup */
3944 .acpopup {
3945         max-height:150px;
3946         background-color:#ffffff;
3947         overflow:auto;
3948         z-index:100000;
3949         border:1px solid #cccccc;
3950 }
3951 .acpopupitem {
3952         background-color:#ffffff; padding: 4px;
3953         clear:left;
3954 }
3955 .acpopupitem img {
3956         float: left;
3957         margin-right: 4px;
3958 }
3959
3960 .acpopupitem.selected {
3961         color: #FFFFFF; background: #3465A4;
3962 }
3963
3964 /* popup notifications */
3965 div.jGrowl div.notice {
3966   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3967   color: #ffffff;
3968   padding-left: 58px;
3969 }
3970 div.jGrowl div.info {
3971   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3972   color: #ffffff;
3973   padding-left: 58px;
3974 }
3975 #jGrowl.top-right {
3976         top: 75px;
3977         right: 15px;
3978 }
3979 div.jGrowl-notification {
3980   border-radius: 7px;
3981 }
3982 .qcomment {
3983         border: 1px solid #EEE;
3984         padding: 3px;
3985         margin-top: 15px;
3986         margin-left: 25px;
3987         width: 125px;
3988         overflow-y: auto;
3989 }
3990
3991
3992 .qcomment option {
3993         width: 125px;
3994         overflow-x: hidden;
3995 }
3996
3997 .qcomment {
3998         opacity: 0.3;
3999         filter:alpha(opacity=30);
4000 }
4001 .qcomment:hover {
4002         opacity: 1.0;
4003         filter:alpha(opacity=100);
4004 }
4005
4006 /* notifications popup menu */
4007 .nav-notify {
4008         display: none;
4009         position: absolute;
4010         font-size: 10px;
4011         padding: 1px 3px;
4012         top: 0px;
4013         right: -10px;
4014         min-width: 15px;
4015         text-align: right;
4016 }
4017 .nav-notify.show {
4018         display: block;
4019 }
4020 ul#nav-network-notifications-popup {
4021         text-align: center;
4022         line-height: 18px;
4023
4024         border: 1px solid #AAAAAA;
4025         border-radius: 5px;
4026         -moz-border-radius: 5px;
4027         -webkit-border-radius: 5px;
4028
4029         -moz-box-shadow: 3px 3px 5px #555;
4030         -webkit-box-shadow: 3px 3px 5px #555;
4031         box-shadow: 3px 3px 5px #555;
4032
4033         background: #FFFFFF;
4034
4035         display: none;
4036         list-style: none;
4037
4038         width: 10em;
4039         position: absolute;
4040         margin: 0px;
4041         top: 15px;
4042         left: 55px;
4043         padding: 1em 0px;
4044
4045         z-index: 11000;
4046 }
4047 ul.notifications-menu-popup {
4048         position: absolute;
4049         display: none;
4050         width: 10em;
4051         margin: 0px;
4052         padding: 0px;
4053         list-style: none;
4054         z-index: 100000;
4055         right: 0px;
4056 }
4057 #nav-notifications-menu {
4058         width: 320px;
4059         max-height: 400px;
4060         overflow-y: scroll;overflow-style:scrollbar;
4061         background-color:#FFFFFF;
4062         -moz-border-radius: 5px;
4063         -webkit-border-radius: 5px;
4064         border-radius:5px;
4065         border: 1px solid #AAA;
4066         -moz-box-shadow: 3px 3px 5px #555;
4067         -webkit-box-shadow: 3px 3px 5px #555;
4068         box-shadow: 3px 3px 5px #555;
4069 }
4070 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
4071 #nav-notifications-menu img { float: left; margin-right: 5px; }
4072 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
4073 #nav-notifications-menu li {
4074         padding: 7px 0px 7px 10px;
4075         word-wrap:normal;
4076         border-bottom: 1px solid #000;
4077 }
4078
4079 #nav-notifications-menu li:hover {
4080
4081 }
4082
4083 #nav-notifications-menu a:hover {
4084         text-decoration: underline;
4085 }
4086
4087 .notif-item a {
4088         color: #000000;
4089 }
4090
4091 .notif-item a:hover {
4092         text-decoration: underline;
4093 }
4094
4095 .notif-image {
4096         width: 32px;
4097         height: 32px;
4098         padding: 7px 7px 0px 0px;
4099 }
4100
4101 .notify-seen {
4102         background: #DDDDDD;
4103 }
4104
4105 #id_term_label {
4106         width:75px;
4107 }
4108 #id_term {
4109         width:100px;
4110 }
4111
4112 #recip {
4113         
4114 }
4115 .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; }
4116 .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; }
4117 .autocomplete .selected { background:#F0F0F0; }
4118 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
4119
4120 #datebrowse-sidebar select {
4121         margin-left: 40px;
4122         width: 130px;
4123 }
4124
4125