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