]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/style.css
Merge branch 'master' of https://github.com/friendica/friendica into threaded_items
[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: hidden;
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: 190px;
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: 2px;
1706         padding-bottom: 2px;
1707         padding-left: 4px;
1708         padding-right: 8px;*/
1709         padding-top: 5px;
1710         padding-bottom: 5px;
1711         padding-left: 25px;
1712         padding-right: 30px;
1713
1714         border: 2px solid #AAAAAA;
1715         border-radius: 10px;
1716         -moz-border-radius: 10px;
1717         -webkit-border-radius: 10px;
1718     font-size: 1.25em;
1719         text-align: center;
1720         text-decoration: none;
1721 }
1722 .pager_n a {
1723         padding-top: 2px;
1724         padding-bottom: 2px;
1725         padding-left: 9px;
1726         padding-right: 18px;
1727         text-decoration: none;
1728 }
1729
1730 .pager_current {
1731         display: none;
1732         float: left;
1733         border: 1px solid black;
1734         border-radius: 7px;
1735         -moz-border-radius: 7px;
1736         -webkit-border-radius: 7px;
1737         background: #FFCCCC;
1738         font-size: 1.25em;
1739         text-align: center;
1740         width: 50px;
1741         margin-right: 5px;
1742         margin-bottom: 10px;
1743 }
1744
1745
1746 #advanced-profile-name-wrapper,
1747 #advanced-profile-gender-wrapper,
1748 #advanced-profile-dob-wrapper,
1749 #advanced-profile-age-wrapper,
1750 #advanced-profile-marital-wrapper,
1751 #advanced-profile-sexual-wrapper,
1752 #advanced-profile-homepage-wrapper,
1753 #advanced-profile-politic-wrapper,
1754 #advanced-profile-religion-wrapper,
1755 #advanced-profile-about-wrapper,
1756 #advanced-profile-interest-wrapper,
1757 #advanced-profile-contact-wrapper,
1758 #advanced-profile-music-wrapper,
1759 #advanced-profile-book-wrapper,
1760 #advanced-profile-tv-wrapper,
1761 #advanced-profile-film-wrapper,
1762 #advanced-profile-romance-wrapper,
1763 #advanced-profile-work-wrapper,
1764 #advanced-profile-education-wrapper {
1765         margin-top: 20px;
1766 }
1767
1768 #advanced-profile-name-text,
1769 #advanced-profile-gender-text,
1770 #advanced-profile-dob-text,
1771 #advanced-profile-age-text,
1772 #advanced-profile-marital-text,
1773 #advanced-profile-sexual-text,
1774 #advanced-profile-homepage-text,
1775 #advanced-profile-politic-text,
1776 #advanced-profile-religion-text,
1777 #advanced-profile-about-text,
1778 #advanced-profile-interest-text,
1779 #advanced-profile-contact-text,
1780 #advanced-profile-music-text,
1781 #advanced-profile-book-text,
1782 #advanced-profile-tv-text,
1783 #advanced-profile-film-text,
1784 #advanced-profile-romance-text,
1785 #advanced-profile-work-text,
1786 #advanced-profile-education-text {
1787         width: 300px;
1788         float: left;
1789 }
1790
1791 #advanced-profile-name-end,
1792 #advanced-profile-gender-end,
1793 #advanced-profile-dob-end,
1794 #advanced-profile-age-end,
1795 #advanced-profile-marital-end,
1796 #advanced-profile-sexual-end,
1797 #advanced-profile-homepage-end,
1798 #advanced-profile-politic-end,
1799 #advanced-profile-religion-end {
1800         height: 10px;
1801 }
1802
1803 #advanced-profile-about-end,
1804 #advanced-profile-interest-end,
1805 #advanced-profile-contact-end,
1806 #advanced-profile-music-end,
1807 #advanced-profile-book-end,
1808 #advanced-profile-tv-end,
1809 #advanced-profile-film-end,
1810 #advanced-profile-romance-end,
1811 #advanced-profile-work-end,
1812 #advanced-profile-education-end {
1813
1814
1815 }
1816
1817 #advanced-profile-name,
1818 #advanced-profile-gender,
1819 #advanced-profile-dob,
1820 #advanced-profile-age,
1821 #advanced-profile-marital,
1822 #advanced-profile-sexual,
1823 #advanced-profile-homepage,
1824 #advanced-profile-politic,
1825 #advanced-profile-religion {
1826         float: left;
1827
1828 }
1829
1830
1831 #advanced-profile-about,
1832 #advanced-profile-interest,
1833 #advanced-profile-contact,
1834 #advanced-profile-music,
1835 #advanced-profile-book,
1836 #advanced-profile-tv,
1837 #advanced-profile-film,
1838 #advanced-profile-romance,
1839 #advanced-profile-work,
1840 #advanced-profile-education {
1841         margin-top: 10px;
1842         margin-left: 50px;
1843         margin-right: 20px;
1844         padding: 10px;
1845         border: 1px solid #CCCCCC;
1846 }
1847
1848 #advanced-profile-with {
1849         float: left;
1850         margin-left: 15px;
1851 }
1852
1853 #contact-edit-wrapper {
1854         margin-top: 10px;
1855 }
1856
1857 #contact-edit-banner-name {
1858         font-size: 1.4em;
1859         font-weight: bold;
1860 }
1861
1862 #contact-edit-poll-wrapper {
1863         margin-top: 15px;
1864 }
1865
1866 #contact-edit-last-update-text {
1867         float: left;
1868         clear: left;
1869         margin-top: 30px;
1870 }
1871
1872 #contact-edit-poll-text {
1873         float: left;
1874         clear: left;
1875         margin-top: 15px;
1876         margin-bottom: 0px;
1877 }
1878
1879 #contact-edit-update-now {
1880         margin-top: 15px;
1881 }
1882
1883 #contact-edit-links{
1884         clear: both;
1885 }
1886
1887 #contact-edit-links ul {
1888         list-style: none;
1889         list-style-type: none;
1890         margin-left: 0px;
1891         padding-left: 0px;
1892 }
1893
1894 #contact-edit-links li {
1895         margin-top: 5px;
1896 }
1897
1898 #contact-edit-drop-link {
1899         float: right;
1900         margin-right: 10px;
1901 }
1902
1903 #contact-edit-nav-end {
1904         clear: both;
1905 }
1906
1907 #contact-edit-wrapper {
1908         width: 100%;
1909 }
1910
1911 #update_now_link {
1912         float: left;
1913         clear: left;
1914         margin-bottom: 20px;
1915 }
1916
1917 #label_id_hidden, #id_hidden {
1918         margin-top: 30px;
1919 }
1920 #help_id_hidden {
1921         margin-top: 30px;
1922 }
1923
1924 #contact-edit-end {
1925         clear: both;
1926         margin-top: 15px;
1927 }
1928
1929 #contact-profile-selector {
1930         width: 175px;
1931         margin-left: 0px;
1932 }
1933
1934 .contact-edit-submit {
1935         margin-top: 20px;
1936         padding: 0.2em 0.5em;
1937         font-size: 18px;
1938 }
1939
1940
1941 .contact-photo-menu-button {
1942 /*      position: absolute;
1943         background-image: url("photo-menu.jpg");
1944         background-position: top left; 
1945         background-repeat: no-repeat;
1946         margin: 0px; padding: 0px;
1947         width: 16px;
1948         height: 16px;
1949         top: 64px; left:0px;
1950         overflow: hidden;
1951         text-indent: 40px;
1952         display: none;*/
1953         
1954 }
1955 .contact-photo-menu {
1956         width: 130px;
1957         border: 1px solid #AAA;
1958         background: #FFFFFF;
1959         position: absolute;
1960         left: -30px; top: 80px;
1961         display: none;
1962         z-index: 10000;
1963         -moz-box-shadow: 3px 3px 5px #555;
1964         -webkit-box-shadow: 3px 3px 5px #555;
1965         box-shadow: 3px 3px 5px #555;
1966 }
1967 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1968 .contact-photo-menu li a { display: block; padding: 2px; }
1969 .contact-photo-menu li a:hover { color: #FFFFFF; background: #3465A4; text-decoration: none; }
1970
1971
1972 #block-message, #ignore-message, #archive-message, #lost-contact-message {
1973         color: #FF0000;
1974 }
1975
1976 #profile-edit-insecure {
1977         margin-top: 20px;
1978         color: #FF0000;
1979         font-size: 1.1em;
1980         border: 1px solid #FF8888;
1981         background-color: #FFEEEE;
1982         padding-left: 5px;
1983         /*: 3px 3px 3px 5px; */
1984         width: 587px;
1985 }
1986
1987 #profile-jot-desc {
1988         /*float: left;*/
1989         width: 100%;
1990         color: #FF0000;
1991         margin-top: 10px;
1992         margin-bottom: 10px;
1993 }
1994
1995 #profile-jot-text {
1996         width: 90%;
1997         height: 20px;
1998         color:#cccccc;
1999         border: 1px solid #cccccc;
2000         padding: 3px 0px 0px 5px;
2001         -moz-border-radius: 3px;
2002         -webkit-border-radius: 3px;
2003         border-radius: 3px;     
2004 }
2005
2006
2007 /** acl **/
2008 #photo-edit-perms-select,
2009 #photos-upload-permissions-wrapper,
2010 #profile-jot-acl-wrapper{
2011         display:block!important;
2012 }
2013
2014 #photos-usage-message {
2015         margin-bottom: 15px;
2016 }
2017
2018 #profile-jot-acl-wrapper{
2019         width:270px;
2020         padding-left:10px;
2021         height:auto;
2022         overflow:visible;
2023 }
2024
2025 #acl-wrapper {
2026         width: 270px;
2027         float:left;
2028 }
2029 #acl-search {
2030         display: none;
2031         float:right;
2032         background: #ffffff url("../../../images/search_18.png") no-repeat right center;
2033         padding-right:20px;
2034 }
2035 #acl-showall {
2036         float: left;
2037         display: block;
2038         width: auto;
2039         height: 18px;
2040         background-color: #cccccc;
2041         background-image: url("../../../images/show_all_off.png");
2042         background-position: 7px 7px;
2043         background-repeat: no-repeat;
2044         padding: 7px 5px 0px 30px;
2045         -webkit-border-radius: 5px ;
2046         -moz-border-radius: 5px;
2047         border-radius: 5px;
2048         color: #999999;
2049 }
2050 #acl-showall.selected {
2051         color: #000000;
2052         background-color: #ff9900;
2053         background-image: url("../../../images/show_all_on.png");
2054 }
2055
2056 #acl-list {
2057 /*      height: 210px;*/
2058         border: 1px solid #cccccc;
2059         clear: both;
2060         margin-top: 30px;
2061         overflow: visible;
2062 }
2063 #acl-list-content {
2064         
2065 }
2066 .acl-list-item {
2067         display: block;
2068         width: 120px;
2069         height: 30px;
2070         border: 1px solid #cccccc;
2071         -moz-border-radius: 4px;
2072         -webkit-border-radius: 4px;
2073         border-radius: 4px;
2074         margin-top: 5px;
2075         margin-bottom: 5px;
2076         margin-right: 2px;
2077         margin-left: 2px;
2078         padding-left: 5px;
2079         float: left;
2080 }
2081 .acl-list-item img{
2082         display: none;
2083         width:22px;
2084         height: 22px;
2085         float: left;
2086         margin: 4px;
2087 }
2088 .acl-list-item p { height: 12px; font-size: 10px; margin: 0px; padding: 2px 0px 1px; overflow: hidden;}
2089 .acl-list-item a { 
2090         font-size: 8px;
2091         display: block;
2092         width: 40px;
2093         height: 10px;
2094         float: left;
2095         color: #999999;
2096         background-color: #cccccc;
2097         background-position: 3px 3px;
2098         background-repeat: no-repeat;
2099         margin-right: 5px;
2100         -webkit-border-radius: 2px ;
2101         -moz-border-radius: 2px;
2102         border-radius: 2px;
2103         padding-left: 15px;
2104 }
2105 #acl-wrapper a:hover {
2106         text-decoration: none;
2107         color:#000000;
2108 }
2109 .acl-button-show { background-image: url("../../../images/show_off.png"); }
2110 .acl-button-hide { background-image: url("../../../images/hide_off.png"); }
2111
2112 .acl-button-show.selected {
2113         color: #000000;
2114         background-color: #9ade00;
2115         background-image: url("../../../images/show_on.png");
2116 }
2117 .acl-button-hide.selected {
2118         color: #000000;
2119         background-color: #ff4141;
2120         background-image: url("../../../images/hide_on.png");
2121 }
2122 .acl-list-item.groupshow { border-color: #9ade00; }
2123 .acl-list-item.grouphide { border-color: #ff4141; }
2124 /** /acl **/
2125
2126
2127 #group-new-submit-wrapper {
2128         margin-top: 30px;
2129 }
2130
2131 #group-edit-name-label {
2132         float: left;
2133         width: 175px;
2134         margin-top: 20px;
2135         margin-bottom: 20px;
2136 }
2137
2138 #group-edit-name {
2139         float: left;
2140         width: 225px;
2141         margin-top: 20px;
2142         margin-bottom: 20px;
2143 }
2144
2145 #group-edit-name-wrapper {
2146
2147
2148 }
2149
2150
2151 #group_members_select_label {
2152         display: block;
2153         float: left;
2154         width: 175px;
2155 }
2156
2157 .group_members_select {
2158         float: left;
2159         width: 230px;
2160         overflow: auto;
2161 }
2162
2163 #group_members_select_end {
2164         clear: both;
2165 }
2166 #group-edit-name-end {
2167         clear: both;
2168 }
2169
2170 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2171         margin-bottom: 10px;
2172         margin-top: 20px;
2173 }
2174
2175 #prvmail-submit {
2176         float: left;
2177         font-size: 18px;
2178         padding: 0.25em 0.5em;
2179         margin-top: 10px;
2180         margin-right: 30px;
2181 }
2182 #prvmail-upload-wrapper,
2183 #prvmail-link-wrapper,
2184 #prvmail-rotator-wrapper {
2185         float: left;
2186         margin-top: 10px;
2187         margin-right: 10px;
2188         width: 24px;
2189 }
2190
2191 #prvmail-end {
2192         clear: both;
2193 }
2194
2195 .mail-list-sender,
2196 .mail-list-detail {
2197         float: left;
2198 }
2199 .mail-list-detail {
2200         margin-left: 20px;
2201 }
2202
2203 .mail-list-subject {
2204         font-size: 1.1em;
2205         margin-top: 10px;
2206 }
2207 a.mail-list-link {
2208     display: block;
2209     font-size: 1.3em;
2210     padding: 4px 0;
2211 }
2212
2213 /*
2214 *a.mail-list-link:hover {
2215 *       background-color: #15607B;
2216 *       color: #F5F6FB;
2217 *}
2218 */
2219
2220 .mail-list-outside-wrapper-end {
2221         clear: both;
2222 }
2223
2224 .mail-list-outside-wrapper {
2225         margin-top: 30px;
2226 }
2227
2228 .mail-list-delete-wrapper {
2229         float: right;
2230         margin-right: 30px;
2231         margin-top: 15px;
2232 }
2233
2234 .mail-list-delete-icon {
2235         border: none;
2236 }
2237
2238 .mail-conv-sender,
2239 .mail-conv-detail {
2240         float: left;
2241 }
2242 .mail-conv-detail {
2243         margin-left: 20px;
2244         margin-bottom: 10px;
2245         width: 270px;
2246 }
2247
2248 .mail-conv-subject {
2249     font-size: 1.4em;
2250     margin: 10px 0;
2251 }
2252
2253 .mail-conv-outside-wrapper-end {
2254         clear: both;
2255 }
2256
2257 .mail-conv-outside-wrapper {
2258         margin-top: 30px;
2259 }
2260
2261 .mail-conv-delete-wrapper {
2262         float: right;
2263         margin-right: 5px;
2264         margin-top: 15px;
2265 }
2266 .mail-conv-break {
2267         clear: both;
2268 }
2269
2270 .mail-conv-delete-icon {
2271         border: none;
2272 }
2273
2274 .message-links ul {
2275         list-style-type: none;
2276         padding: 0px;
2277 }
2278
2279 .message-links li {
2280         margin-top: 10px;
2281         float: left;
2282 }
2283 .message-links a {
2284         padding: 3px 5px;
2285 }
2286
2287 .message-links-end {
2288         clear: both;
2289 }
2290
2291 #sidebar-group-list ul {
2292         list-style-type: none;
2293 }
2294
2295 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
2296         display: inline-block;
2297         height: 12px;
2298         width: 12px;
2299 }
2300
2301 #sidebar-group-list li {
2302         margin-top: 10px;
2303 }
2304
2305 .nets-ul, .fileas-ul, .categories-ul {
2306         list-style-type: none;
2307 }
2308
2309 .nets-ul li, .fileas-ul li, .categories-ul li {
2310         margin-top: 10px;
2311 }
2312
2313 .nets-link {
2314         margin-left: 24px;
2315 }
2316 .nets-all {
2317         margin-left: 42px;
2318 }
2319
2320 .fileas-link, .categories-link {
2321         margin-left: 24px;
2322 }
2323
2324 .fileas-all, .categories-all {
2325         margin-left: 0px;
2326 }
2327
2328 #search-save {
2329         margin-left: 5px;
2330 }
2331 .groupsideedit {
2332         margin-right: 10px;
2333 }
2334 #saved-search-ul {
2335         list-style-type: none;
2336 }
2337 .savedsearchdrop, .savedsearchterm {
2338         float: left;
2339         margin-top: 10px;
2340 }
2341 .savedsearchterm {
2342         margin-left: 10px;
2343 }
2344
2345
2346 #side-follow-wrapper {
2347         margin-top: 20px;
2348 }
2349 #side-follow-url, #side-peoplefind-url {
2350         margin-top: 5px;
2351 }
2352 #side-follow-submit, #side-peoplefind-submit {
2353         margin-top: 15px;
2354 }
2355
2356 #side-match-link {
2357         margin-top: 10px;
2358 }
2359
2360 aside input[type='text'] {
2361  width: 174px;
2362 }
2363
2364 .widget {
2365         border: 1px solid #DDDDDD;
2366         padding: 8px;
2367         margin-top: 5px;
2368         -moz-border-radius:5px;
2369         -webkit-border-radius:5px;
2370         border-radius:5px;
2371
2372 }
2373
2374
2375 /*.photos {
2376         height: auto;
2377         overflow: auto;
2378 }*/
2379
2380 .photos-end {
2381         clear: both;
2382         margin-bottom: 25px;
2383 }
2384
2385 .photo-album-image-wrapper {
2386         float: left;
2387         margin-top: 15px;
2388         margin-right: 15px;
2389         margin-left: 15px;
2390 /*      width: 200px; height: 200px; 
2391         overflow: hidden; 
2392         position: relative; */
2393 }
2394 .photo-album-image-wrapper .caption {
2395         display: none; 
2396         width: 100%;
2397 /*      position: absolute; */
2398         bottom: 0px; 
2399         padding: 0.5em 0.5em 0px 0.5em;
2400         background-color: rgba(245, 245, 255, 0.8);
2401         border-bottom: 2px solid #CCC;
2402         margin: 0px;
2403 }
2404 .photo-album-image-wrapper a:hover .caption {
2405         display:block;
2406 }
2407
2408 #photo-album-end {
2409         clear: both;
2410         margin-bottom: 25px;
2411 }
2412
2413 .photo-top-image-wrapper {
2414 /*      position: relative; */
2415         float: left;
2416         margin-top: 15px;
2417         margin-right: 15px;
2418         margin-left: 15px;
2419         margin-bottom: 15px;
2420 /*      width: 200px; height: 200px; 
2421         overflow: hidden; */
2422 }
2423 .photo-top-image-wrapper img {
2424         max-width: 290px;
2425         border-radius: 10px;
2426         -moz-border-radius: 10px;
2427         -webkit-border-radius: 10px;
2428 }
2429 .photo-top-album-name {
2430         width: 100%;
2431         min-height: 2em;
2432 /*      position: absolute;  */
2433         bottom: 0px; 
2434         padding: 0px 3px;
2435         padding-top: 0.5em;
2436         background-color: rgb(255, 255, 255);
2437 }
2438 #photo-top-end {
2439         clear: both;
2440 }
2441
2442 #photo-top-links {
2443         margin-bottom: 30px;
2444         margin-left: 30px;
2445 }
2446
2447 #photos-upload-newalbum-div {
2448         float: left;
2449         width: 175px;
2450 }
2451
2452 #photos-upload-noshare {
2453         margin-bottom: 10px;
2454 }
2455 #photos-upload-existing-album-text {
2456         float: left;
2457         width: 175px;
2458 }
2459 #photos-upload-newalbum {
2460         float: left;
2461 }
2462 #photos-upload-album-select {
2463         float: left;
2464 }
2465
2466 #photos-upload-spacer {
2467         margin-top: 25px;
2468 }
2469 #photos-upload-new-end, #photos-upload-exist-end {
2470         clear: both;
2471 }
2472 #photos-upload-exist-end {
2473         margin-bottom: 15px;
2474 }
2475 #photos-upload-submit {
2476         margin-top: 15px;
2477 }
2478
2479 #photos_upload_applet_wrapper {
2480         margin-bottom: 15px;
2481 }
2482
2483 #photos-upload-no-java-message {
2484         margin-bottom: 15px;
2485 }
2486
2487 #character-counter {
2488         float: right;
2489         font-size: 120%;
2490 }
2491
2492 #character-counter.grey {
2493         color: #888888;
2494 }
2495
2496 #character-counter.orange {
2497         color: orange;
2498 }
2499 #character-counter.red {
2500         color: red;
2501 }
2502
2503 #profile-jot-banner-end {
2504         /* clear: both; */ 
2505 }
2506
2507 #photos-upload-select-files-text {
2508         margin-top: 15px;
2509         margin-bottom: 15px;
2510 }
2511
2512 #photos-upload-perms-menu, #photos-upload-perms-menu:visited, #photos-upload-perms-menu:link {
2513         color: #8888FF;
2514         text-decoration: none;
2515         cursor: pointer;
2516 }
2517
2518 #photos-upload-perms-menu {
2519         margin-left: 15px;
2520 }
2521
2522 #photos-upload-perms-menu:hover {
2523         color: #0000FF;
2524         text-decoration: underline;
2525         cursor: pointer;
2526 }
2527 #settings-default-perms-menu {
2528         margin-top: 15px;
2529         margin-bottom: 15px;
2530 }
2531
2532 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label, .photo-edit-rotate-label {
2533         float: left;
2534         width: 150px;
2535 }
2536
2537 #photo-edit-caption-label, #photo-edit-tags-label, #photo-edit-albumname-label {
2538         font-weight: 700;
2539 }
2540
2541 #photos-upload-noshare-div {
2542         margin-top: 140px;
2543         margin-bottom: 15px;
2544 }
2545
2546 #photos-upload-noshare-label {
2547         margin-left: 25px;
2548 }
2549
2550 #photos-upload-noshare {
2551         float: left;
2552 }
2553
2554 .photo-perms-icon {
2555         float: left;
2556 }
2557
2558 #photo-edit-perms-menu, #photos-upload-perms-menu, #settings-default-perms-menu {
2559         text-decoration: none;
2560 }
2561
2562 .photo-jot-perms-text {
2563         padding-top: 5px;
2564         padding-left: 40px;
2565 }
2566
2567 #photo-edit-perms, #photos-upload-perms, #settings-default-perms {
2568         margin-top: 30px;
2569 }
2570 #photos-upload-perms {
2571         margin-top: 15px;
2572         margin-left: 5px;
2573 }
2574
2575 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #settings-jot-acl-wrapper {
2576         margin-top: 30px;
2577         margin-left: 20px;
2578 }
2579
2580 #advanced-expire-popup {
2581         padding-left: 1em;
2582         margin-top: 15px;
2583         border: 1px solid #aaa;
2584         border-radius: 10px;
2585         -moz-border-radius: 10px;
2586         -webkit-border-radius: 10px;
2587 }
2588
2589 #photo-edit-perms-end {
2590         margin-bottom: 15px;
2591 }
2592
2593 #photo-edit-caption, #photo-edit-newtag, #photo-edit-albumname {
2594         float: left;
2595         margin-bottom: 25px;
2596 }
2597
2598 .photo-edit-rotate {
2599         float: left;
2600         margin-left: 20px;
2601 }
2602 #photo-edit-link-wrap {
2603         margin-bottom: 15px;
2604 }
2605 #photo-like-div {
2606         margin-left: 15px;
2607         margin-bottom: 65px;
2608 }
2609
2610 #photo-edit-caption-end, #photo-edit-tags-end, #photo-edit-albumname-end, #photo-edit-rotate-end {
2611         clear: both;
2612 }
2613
2614 #photo-edit-rotate-end {
2615         margin-bottom: 15px;
2616 }
2617
2618 #photo-edit-submit-button, #photo-edit-delete-button, #photos-upload-submit {
2619         margin-top: 30px;
2620         padding: 0.25em 0.5em;
2621         font-size: 18px;
2622 }
2623 #photo-edit-submit-button {
2624         margin-left: 10px;
2625 }
2626 #photo-edit-delete-button {
2627         margin-left: 45px;
2628 }
2629 #photos-upload-choose {
2630         position: absolute;
2631         top: 460px;
2632         left: 5px;
2633 }
2634 #photos-upload-submit {
2635         margin-top: 30px;
2636         margin-left: 100px;
2637         margin-bottom: 20px;
2638 }
2639 .settings-submit, .profile-edit-submit-button {
2640         padding: 0.25em 0.5em;
2641         margin-bottom: 10px;
2642         font-size: 18px;
2643 }
2644 #photo-edit-end {
2645         margin-bottom: 35px;
2646 }
2647 #photo-caption {
2648         font-size: 110%;
2649         font-weight: bold;
2650         margin-top: 15px;
2651         margin-bottom: 15px;
2652 }
2653
2654 #in-this-photo-text {
2655         color: #0000FF;
2656         margin-left: 30px;
2657 }
2658
2659 #in-this-photo {
2660         margin-left: 60px;
2661         margin-top: 10px;
2662         margin-bottom: 20px;
2663 }
2664
2665 #photo-album-edit-submit, #photo-album-edit-drop {
2666         margin-top: 15px;
2667         margin-bottom: 15px;
2668 }
2669
2670 #photo-album-edit-drop {
2671         margin-left: 200px;
2672 }
2673
2674 .group-delete-wrapper {
2675         float: right;
2676         margin-right: 50px;
2677 }
2678
2679 #install-dbhost-label,
2680 #install-dbuser-label,
2681 #install-dbpass-label,
2682 #install-dbdata-label,
2683 #install-tz-desc {
2684        float: left;
2685        width: 250px;
2686        margin-top: 10px;
2687        margin-bottom: 10px;
2688
2689 }
2690
2691 #install-dbhost,
2692 #install-dbuser,
2693 #install-dbpass,
2694 #install-dbdata {
2695        float: left;
2696        width: 200px;
2697        margin-left: 20px;
2698 }
2699
2700 #install-dbhost-end,
2701 #install-dbuser-end,
2702 #install-dbpass-end,
2703 #install-dbdata-end,
2704 #install-tz-end {
2705        clear: both;
2706 }
2707
2708 #install-form select#timezone_select {
2709        float: left;
2710        margin-top: 18px;
2711        margin-left: 20px;
2712 }
2713
2714 #dfrn-request-networks {
2715         margin-bottom: 30px;
2716 }
2717
2718 #pause {
2719   position: fixed;
2720   bottom: 5px;
2721   right: 5px;
2722 }
2723
2724 .sparkle {
2725         cursor: url('lock.cur'), pointer;
2726 /*      cursor: pointer !important; */
2727 }
2728
2729 .contact-block-div {
2730         float: left;
2731         width: 52px;
2732         height: 52px;
2733 }
2734 .contact-block-textdiv {
2735         float: left;
2736         width: 150px;
2737         height: 34px;
2738 }
2739
2740 #contact-block-end {
2741         clear: both;
2742 }
2743 .contact-block-link {
2744         float: left;
2745 }
2746 .contact-block-img {
2747         width:48px;
2748         height:48px;
2749 }
2750
2751 #tag-remove {
2752         margin-bottom: 15px;
2753 }
2754
2755 #tagrm li {
2756         margin-bottom: 10px;
2757 }
2758
2759 #tagrm-submit, #tagrm-cancel {
2760         margin-top: 25px;
2761 }
2762
2763 #tagrm-cancel {
2764         margin-left: 15px;
2765 }
2766
2767 .wall-item-conv {
2768         margin-top: 5px;
2769         margin-bottom: 25px;
2770 }
2771
2772 #search-submit {
2773         margin-left: 15px;
2774 }
2775
2776 #search-box {
2777         margin-bottom: 25px;
2778 }
2779
2780 .location-label, .gender-label, .marital-label, .homepage-label {
2781         float: left;
2782         text-align: right;
2783         display: block;
2784         width: 65px;
2785 }
2786
2787 .adr, .x-gender, .marital-text, .homepage-url {
2788         float: left;
2789         display: block;
2790         margin-left: 8px;
2791 }
2792
2793 .profile-clear {
2794         clear: both;
2795 }
2796
2797
2798 .clear {
2799         clear: both;
2800 }
2801
2802 .cc-license {
2803         margin-top: 50px;
2804         font-size: 70%;
2805 }
2806
2807
2808 #plugin-settings-link, #account-settings-link {
2809         margin-bottom: 10px;
2810 }
2811
2812 #uexport-link {
2813         margin-bottom: 20px;
2814 }
2815
2816 /* end from default */
2817         
2818
2819 .fn {
2820         padding: 0px 0px 5px 12px;
2821         font-size: 120%;
2822         font-weight: bold;
2823 }
2824
2825 .vcard .title {
2826         margin-bottom: 5px;
2827         margin-left: 12px;
2828 }
2829
2830 .vcard dl {
2831         clear: both;
2832 }
2833
2834 #birthday-title {
2835         float: left;
2836         font-weight: bold;      
2837 }
2838
2839 #birthday-adjust {
2840         float: left;
2841         font-size: 75%;
2842         margin-left: 10px;
2843 }
2844
2845 #birthday-title-end {
2846         clear: both;
2847 }
2848
2849 .birthday-list {
2850         margin-left: 15px;
2851 }
2852
2853 #birthday-wrapper {
2854         margin-bottom: 20px;
2855 }
2856
2857 #network-new-link {
2858         margin-top: 15px;
2859         margin-bottom: 15px;
2860 }
2861
2862
2863 .tool-wrapper {
2864   float: left;
2865   margin-left: 15px;
2866 }
2867
2868 .tool-link {
2869   cursor: pointer;
2870 }
2871
2872 .eventcal {
2873         float: left;
2874         font-size: 20px;
2875 }
2876
2877 #event-summary-text {
2878         margin-top: 15px;
2879 }
2880
2881 #event-share-checkbox {
2882         float: left;
2883         margin-top: 10px;
2884 }
2885
2886 #event-share-text {
2887         float: left;
2888         margin-top: 10px;
2889         margin-left: 5px;
2890 }
2891
2892 #event-share-break {
2893         clear: both;
2894         margin-bottom: 10px;
2895 }
2896
2897 #event-summary {
2898         width: 400px;
2899 }
2900
2901 .vevent {
2902         border: 1px solid #CCCCCC;
2903 }
2904
2905 .vevent .event-summary {
2906         margin-left: 10px;
2907         margin-right: 10px;
2908         font-weight: bold;
2909 }
2910
2911 .vevent .event-description, .vevent .event-location {
2912         margin-left: 10px;
2913         margin-right: 10px;
2914 }
2915 .vevent .event-start {
2916         margin-left: 10px;
2917         margin-right: 10px;
2918 }
2919
2920 #new-event-link {
2921         margin-bottom: 10px;
2922 }
2923
2924 .edit-event-link, .plink-event-link {
2925         float: left;
2926         margin-top: 4px;
2927         margin-right: 4px;
2928         margin-bottom: 15px;
2929 }
2930
2931 .event-description:before {
2932         content: url('../../../images/calendar.png');
2933         margin-right: 15px;
2934 }
2935
2936 .event-start, .event-end {
2937         margin-left: 10px;
2938         width: 330px;
2939         clear: both;
2940 }
2941
2942 .event-start .dtstart, .event-end .dtend {
2943         float: right;
2944 }
2945
2946 .event-list-date {
2947         margin-bottom: 10px;
2948 }
2949
2950 .prevcal, .nextcal {
2951         float: left;
2952         margin-left: 32px;
2953         margin-right: 32px;
2954         margin-top: 64px;
2955 }
2956 .event-calendar-end {
2957         clear: both;
2958 }
2959
2960  
2961 .calendar {
2962         font-family: Courier, monospace;
2963 }
2964 .today {
2965         font-weight: bold;
2966         color: #FF0000;
2967 }
2968
2969 .settings-block {
2970         border: 1px solid #AAA;
2971         margin: 10px;
2972         padding: 10px;
2973 }
2974
2975 .app-title {
2976         margin: 10px;
2977 }
2978
2979 #identity-manage-desc {
2980         margin-top:15px;
2981         margin-bottom: 15px;
2982 }
2983
2984 #identity-manage-choose {
2985         margin-bottom: 15px;
2986 }
2987
2988 #identity-submit {
2989         margin-top: 20px;
2990 }
2991
2992 #photo-nav {
2993         position: relative;
2994         height: 55px;
2995 }
2996
2997 #photo-prev-link {
2998         position: absolute;
2999         left: 5px;
3000 }
3001 #photo-next-link {
3002         position: absolute;
3003         right: 5px;
3004 }
3005 #photo-prev-link, #photo-next-link {
3006         padding: 10px;
3007 /*      float: left;*/
3008 }
3009
3010 /*#photo-photo {
3011         float: left;
3012 }*/
3013
3014 #photo-photo img {
3015         max-width: 310px;
3016 }
3017
3018 #photo-photo-end {
3019         clear: both;
3020 }
3021
3022 .profile-match-photo {
3023         float: left;
3024         text-align: center;
3025         width: 120px;
3026 }
3027
3028 .profile-match-name {
3029         float: left;
3030         text-align: center;
3031         width: 120px;
3032         overflow: hidden;
3033 }
3034
3035 .profile-match-break,
3036 .profile-match-end {
3037         clear: both;
3038 }
3039
3040 .profile-match-connect {
3041         text-align: center;
3042         font-weight: bold;
3043 }
3044
3045 .profile-match-wrapper {
3046         float: left;
3047         padding: 10px;
3048         width: 120px;
3049         height: 120px;
3050         scroll: auto;
3051 }
3052 #profile-match-wrapper-end {
3053         clear: both;
3054 }
3055 .side-link {
3056         margin-bottom: 15px;
3057 }
3058
3059 #language-selector {
3060         position: absolute;
3061         top: 0px;
3062         left: 16px;
3063 }
3064
3065 #group-members {
3066         margin-top: 20px;
3067         padding: 10px;
3068         height: 250px;
3069         overflow: auto;
3070         border: 1px solid #ddd;
3071 }
3072
3073 #group-members-end {
3074         clear: both;
3075 }
3076
3077 #group-separator {
3078         margin-top: 10px;
3079         margin-bottom: 10px;
3080 }
3081
3082 #group-all-contacts {
3083         padding: 10px;
3084         height: 450px;
3085         overflow: auto;
3086         border: 1px solid #ddd;
3087 }
3088
3089 #group-all-contacts-end {
3090         clear: both;
3091         margin-bottom: 10px;
3092 }
3093
3094 #group-edit-desc {
3095         margin-top: 15px;
3096 }
3097
3098
3099 #prof-members {
3100         margin-top: 20px;
3101         padding: 10px;
3102         height: 250px;
3103         overflow: auto;
3104         border: 1px solid #ddd;
3105 }
3106
3107 #prof-members-end {
3108         clear: both;
3109 }
3110
3111 #prof-separator {
3112         margin-top: 10px;
3113         margin-bottom: 10px;
3114 }
3115
3116 #prof-all-contacts {
3117         padding: 10px;
3118         height: 450px;
3119         overflow: auto;
3120         border: 1px solid #ddd;
3121 }
3122
3123 #prof-all-contacts-end {
3124         clear: both;
3125         margin-bottom: 10px;
3126 }
3127
3128 #prof-edit-desc {
3129         margin-top: 15px;
3130 }
3131
3132 #crepair-name-label,
3133 #crepair-nick-label,
3134 #crepair-attag-label,
3135 #crepair-url-label,
3136 #crepair-request-label,
3137 #crepair-confirm-label,
3138 #crepair-notify-label,
3139 #crepair-photo-label,
3140 #crepair-poll-label {
3141         float: left;
3142         width: 200px;
3143         margin-bottom: 15px;
3144 }
3145
3146 #crepair-name,
3147 #crepair-nick,
3148 #crepair-attag,
3149 #crepair-url,
3150 #crepair-request,
3151 #crepair-confirm,
3152 #crepair-notify,
3153 #crepair-photo,
3154 #crepair-poll {
3155         float: left;
3156         width: 300px;
3157 }
3158
3159
3160 #netsearch-box {
3161         margin-top: 20px;       
3162 }
3163
3164 #netsearch-box #search-submit {
3165         margin: 5px 0px 0px 0px;
3166 }
3167
3168 .required {
3169         color: #FF0000;
3170 }
3171
3172 #event-start-text, #event-finish-text {
3173         margin-top: 10px;
3174         margin-bottom: 5px;
3175 }
3176
3177 #event-nofinish-checkbox, #event-nofinish-text, #event-adjust-checkbox, #event-adjust-text {
3178         float: left;
3179 }
3180 #event-datetime-break {
3181         margin-bottom: 10px;
3182 }
3183
3184 #event-nofinish-break, #event-adjust-break {
3185         clear: both;
3186 }
3187
3188 #event-desc-text, #event-location-text {
3189         margin-top: 10px;
3190         margin-bottom: 5px;
3191 }
3192 #event-submit {
3193         margin-top: 10px;
3194 }
3195
3196 .body-tag, .filesavetags, .categorytags {
3197         opacity: 0.5;
3198         filter:alpha(opacity=50);
3199 }
3200
3201 .body-tag:hover, .filesavetags:hover, .categorytags:hover {
3202         opacity: 1.0 !important;
3203         filter:alpha(opacity=100) !important;
3204 }
3205
3206 .item-select {
3207         display: none;
3208         opacity: 0.1;
3209         filter:alpha(opacity=10);
3210         float: right;
3211         margin-right: 10px;
3212
3213 }
3214 .item-select:hover, .checkeditem {
3215         opacity: 1;
3216         filter:alpha(opacity=100);
3217 }
3218
3219
3220 #item-delete-selected {
3221         margin-top: 30px;
3222 }
3223
3224 #item-delete-selected-end {
3225         clear: both;
3226 }
3227 #item-delete-selected-icon, #item-delete-selected-desc {
3228         float: left;
3229         margin-right: 5px;
3230 }
3231 #item-delete-selected-desc:hover {
3232         text-decoration: underline;
3233 }
3234
3235 #lang-select-icon {
3236         cursor: pointer;
3237         position: fixed;
3238         left: 0px;
3239         top: 0px;
3240         opacity: 0.2;
3241         filter:alpha(opacity=20);
3242 }
3243
3244 #lang-select-icon:hover {
3245         opacity: 1;
3246         filter:alpha(opacity=100);
3247 }
3248
3249 .notif-image {
3250         height: 80px;
3251         width: 80px;
3252         margin-right: 15px;
3253 }
3254 .notification-listing-end {
3255         clear: both;
3256         margin-bottom: 15px;
3257 }
3258
3259
3260
3261 /**
3262  * Plugins settings
3263  */
3264
3265 .settings-block > h3,
3266 .settings-heading {
3267         border-bottom: 1px solid #babdb6;
3268 }
3269  
3270
3271 /**
3272  * Form fields
3273  */
3274 .field {
3275         margin-bottom: 10px;
3276         padding-bottom: 10px;
3277         overflow: auto;
3278         width: 100%
3279 }
3280
3281 .field label {
3282         font-weight: 700;
3283         float: left;
3284         width: 200px;
3285 }
3286
3287 .field input,
3288 .field textarea {
3289         width: 270px;
3290         margin-left: 20px;
3291 }
3292 .field textarea { height: 100px; }
3293 .field_help {
3294         display: block;
3295         margin-left: 20px;
3296         color: #666666;
3297         
3298 }
3299
3300
3301 .field .onoff {
3302         float: left;
3303         width: 80px;
3304 }
3305 .field .onoff a {
3306         display: block;
3307         border:1px solid #666666;
3308         background-image:url("../../../images/onoff.jpg");
3309         background-repeat: no-repeat;
3310         padding: 4px 2px 2px 2px;
3311         height: 16px;
3312         text-decoration: none;
3313 }
3314 .field .onoff .off {
3315         border-color:#666666;
3316         padding-left: 40px;
3317         background-position: left center;
3318         background-color: #cccccc;
3319         color: #666666;
3320         text-align: right;
3321 }
3322 .field .onoff .on {
3323         border-color:#204A87;
3324         padding-right: 40px;
3325         background-position: right center;
3326         background-color: #D7E3F1;
3327         color: #204A87;
3328         text-align: left;
3329 }
3330 .hidden { display: none!important; }
3331
3332 .field.radio .field_help { clear: left; margin-left: 20px; }
3333
3334 /**
3335  * ADMIN
3336  */
3337 #pending-update {
3338         float:right;
3339         color: #ffffff;
3340         font-weight: bold;
3341         background-color: #FF0000;
3342         padding: 0em 0.3em;
3343         
3344 }
3345 #adminpage dl {
3346         clear: left;
3347         min-height: 40px;
3348         margin-bottom: 2px;
3349         padding-bottom: 2px;
3350         border-bottom: 1px solid black;
3351 }
3352 #adminpage dt {
3353         width: 180px;
3354         float: left;
3355         font-weight: bold;
3356 }
3357 #adminpage dd {
3358         margin-left: 180px;
3359 }
3360
3361 #adminpage h3 {
3362         border-bottom: 1px solid #cccccc;
3363 }
3364 #adminpage .field label {
3365         font-weight: bold;
3366 }
3367 #adminpage .submit {
3368         clear:left;
3369         text-align: right;
3370 }
3371
3372 #adminpage #pluginslist {
3373         margin: 0px; padding: 0px;
3374 }
3375 #adminpage .plugin {
3376         list-style: none;
3377         display: block;
3378         border: 1px solid #888888;
3379         padding: 1em;
3380         margin-bottom: 5px;
3381         clear: left;
3382 }
3383 #adminpage .plugin .desc { margin-left: 2.5em;}
3384 #adminpage .toggleplugin {
3385         float:left;
3386         margin-right: 1em;
3387 }
3388
3389 #adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
3390 #adminpage table th { text-align: left;}
3391 #adminpage td .icon { float: left;}
3392 #adminpage table#users img { width: 16px; height: 16px; }
3393 #adminpage table tr:hover { background-color: #bbc7d7; }
3394 #adminpage .selectall { text-align: right; }
3395
3396 #cnftheme {
3397         display: none;
3398 }
3399
3400 /*
3401  * UPDATE
3402  */
3403 .popup {        
3404         width: 100%; height: 100%;
3405         top:0px; left:0px;
3406         position: absolute;
3407         display: none;
3408 }
3409
3410 .popup .background {
3411         background-color: rgba(0,0,0,128);
3412         opacity: 0.5;
3413         width: 100%; height: 100%;
3414         position: absolute;
3415         top:0px; left:0px;
3416 }
3417 .popup .panel {
3418         top:25%;left:25%;width:50%;height:50%;
3419         padding: 1em;
3420         position: absolute;
3421         border: 4px solid #000000;
3422         background-color: #FFFFFF;
3423 }
3424 .popup .panel .panel_text { display: block; overflow: auto; height: 80%; } 
3425 .popup .panel .panel_in { width: 100%; height: 100%;    position: relative; }
3426 .popup .panel .panel_actions {  width: 100%; bottom: 4px; left: 0px; position: absolute; }
3427 .panel_text .progress { width: 50%; overflow: hidden; height: auto; border: 1px solid #cccccc; margin-bottom: 5px}
3428 .panel_text .progress span {float: right; display: block; width: 25%; background-color: #eeeeee; text-align: right;}
3429
3430 /**
3431  * OAuth
3432  */
3433 .oauthapp {
3434         height: auto; overflow: auto;
3435         border-bottom: 2px solid #cccccc;
3436         padding-bottom: 1em;
3437         margin-bottom: 1em;     
3438 }
3439 .oauthapp img {
3440         float: left;
3441         width: 48px; height: 48px;
3442         margin: 10px;
3443 }
3444 .oauthapp img.noicon {
3445         background-image: url("../../../images/icons/48/plugin.png");
3446         background-position: center center;
3447         background-repeat: no-repeat;
3448 }
3449 .oauthapp a {
3450         float: left;
3451 }
3452
3453 /**
3454  * ICONS
3455  */
3456 .iconspacer {
3457         display: block; width: 16px; height: 16px;
3458 }
3459
3460 .icon {
3461         display: block; width: 16px; height: 16px;
3462         background-image: url('../../../images/icons.png');
3463 }
3464 .article { background-position: 0px 0px;}
3465 .icon.audio { display: none; background-position: -16px 0px;}
3466 .block { background-position: -32px 0px;}
3467 /*.drop { background-position: -48px 0px;}
3468 .drophide { background-position: -64px 0px;}*/
3469 .icon.drop {
3470         display: block; width: 28px; height: 28px;
3471         background-size: 100% 100%;
3472         background-image: url('images/drop-darkred.png');
3473         background-repeat: no-repeat;
3474 }
3475 .icon.drophide {
3476         display: block; width: 28px; height: 28px;
3477         background-size: 100% 100%;
3478         background-image: url('images/drop-darkred.png');
3479         background-repeat: no-repeat;
3480 }
3481 .edit { background-position: -80px 0px;}
3482 /*.camera { background-position: -96px 0px;}*/
3483 .icon.camera {
3484         display: block; width: 28px; height: 21px;
3485         margin-top: 4px;
3486         background-size: 100% 100%;
3487         background-image: url('images/camera.png');
3488         background-repeat: no-repeat;
3489 }
3490 /*.dislike { background-position: -112px 0px;}*/
3491 .icon.dislike {
3492         display: block;
3493         width: 26px; height: 28px;/*31 33*/
3494         background-size: 100% 100%;
3495         background-image: url('images/disapprove.png');
3496         background-repeat: no-repeat;
3497         opacity: 0.5;
3498 }
3499 /*.like { background-position: -128px 0px;}*/
3500 .icon.like {
3501         display: block; width: 26px; height: 28px;/*31 33*/
3502         margin-right: 7px;
3503         background-size: 100% 100%;
3504         background-image: url('images/approve.png');
3505         background-repeat: no-repeat;
3506         opacity: 0.5;
3507 }
3508 .link { display: none; background-position: -144px 0px;}
3509
3510 /*.globe { background-position: 0px -16px;}*/
3511 .icon.globe {
3512         display: block; width: 28px; height: 28px;
3513         background-size: 100% 100%;
3514         background-image: url('images/globe.png');
3515         background-repeat: no-repeat;
3516 }
3517 .noglobe { background-position: -16px -16px;}
3518 .no { background-position: -32px -16px;}
3519 .pause { background-position: -48px -16px;}
3520 .play { background-position: -64px -16px;}
3521 /*.pencil { background-position: -80px -16px;}
3522 .small-pencil { background-position: -96px -16px;}*/
3523 .icon.pencil {
3524         display: block; width: 28px; height: 28px;
3525         background-size: 100% 100%;
3526         background-image: url('images/pencil.png');
3527         background-repeat: no-repeat;
3528         opacity: 0.5;
3529 }
3530 .icon.small-pencil {
3531         display: block; width: 28px; height: 28px;
3532         background-size: 100% 100%;
3533         background-image: url('images/pencil.png');
3534         background-repeat: no-repeat;
3535         opacity: 0.5;
3536 }
3537 /*.recycle { background-position: -112px -16px;}*/
3538 .icon.recycle {
3539         display: block;
3540         width: 28px; height: 27px;/*33 32*/
3541         background-size: 100% 100%;
3542         background-image: url('images/recycle.png');
3543         background-repeat: no-repeat;
3544         opacity: 0.5;
3545 }
3546 /*.remote-link { background-position: -128px -16px;}*/
3547 .icon.remote-link {
3548 /*      display: block;*/
3549         display: none;
3550         width: 28px; height: 28px;
3551         background-size: 100% 100%;
3552         background-image: url('images/remote-link.png');
3553         background-repeat: no-repeat;
3554         opacity: 0.5;
3555 }
3556 .share { background-position: -144px -16px;}
3557
3558 .tools { background-position: 0px -32px;}
3559 /*.lock { background-position: -16px -32px;}*/
3560 .icon.lock {
3561         display: block; width: 17px; height: 25px;
3562         margin-top: 1px;
3563         background-size: 100% 100%;
3564         background-image: url('images/lock.png');
3565         background-repeat: no-repeat;
3566 }
3567 /*.unlock { background-position: -32px -32px;}*/
3568 .icon.unlock {
3569         display: block; width: 17px; height: 28px;
3570         margin-top: -2px;
3571         background-size: 100% 100%;
3572         background-image: url('images/unlock.png');
3573         background-repeat: no-repeat;
3574 }
3575 .icon.video { display: none; background-position: -48px -32px;}
3576 .oembed.video a { display: block; }
3577 .youtube { background-position: -64px -32px;}
3578 /*.attach { background-position: -80px -32px; }*/
3579 .icon.attach {
3580         display: block; width: 28px; height: 28px;
3581         background-size: 100% 100%;
3582         background-image: url('images/paperclip.png');
3583         background-repeat: no-repeat;
3584 }
3585 .language { background-position: -96px -32px; }
3586 .prev { background-position: -112px -32px; }
3587 .next { background-position: -128px -32px; }
3588 .on { background-position: -144px -32px; }
3589
3590 .off { background-position: 0px -48px; }
3591 /*.starred { background-position: -16px -48px; }*/
3592 .icon.starred {
3593         display: block; width: 28px; height: 28px;
3594         background-size: 100% 100%;
3595         background-image: url('images/star-yellow.png');
3596         background-repeat: no-repeat;
3597 }
3598 /*.unstarred { background-position: -32px -48px; }*/
3599 .icon.unstarred {
3600         display: block; width: 28px; height: 28px;
3601         background-size: 100% 100%;
3602         background-image: url('images/star.png');
3603         background-repeat: no-repeat;
3604         opacity: 0.5;
3605 }
3606 /*.tagged { background-position: -48px -48px; }*/
3607 .icon.tagged {
3608         display: block; width: 28px; height: 28px;
3609         background-size: 100% 100%;
3610         background-image: url('images/tag.png');
3611         background-repeat: no-repeat;
3612         opacity: 0.5;
3613 }
3614 .yellow { background-position: -64px -48px; }
3615
3616
3617 .filer-icon {
3618         display: block; width: 24px; height: 24px;
3619         background-size: 100% 100%;
3620         background-image: url('images/folder.png');
3621         background-repeat: no-repeat;
3622         opacity: 0.5;
3623 }
3624
3625 .icon.dim { opacity: 0.3;filter:alpha(opacity=30); }
3626
3627 [class^="comment-edit-bb"] {
3628         list-style: none;
3629         display: none;
3630         margin: 0px 0 -5px 20px;
3631         width: 75%;
3632 }
3633 [class^="comment-edit-bb"] > li {
3634         display: inline-block;
3635         margin: 20px 10px 0 0;
3636         visibility: none;
3637 }
3638 /*[class^="comment-edit-bb-end"] {
3639         clear: both;
3640 }*/
3641 .editicon {
3642     display: inline-block;
3643         background-size: 100% 100%;
3644         background-repeat: no-repeat;
3645         background-color: #f3f3f3;
3646     text-decoration: none;
3647 }
3648 /*.editicon:hover {
3649         background-color: #ccc;
3650 }*/
3651 .boldbb {
3652 /*      background-position: 0px 0px;*/
3653         width: 26px; height: 28px;
3654         background-image: url('images/boldB-serif.png');
3655 }
3656 /*.boldbb:hover {
3657         background-position: 0px -16px;
3658 }*/
3659 .italicbb {
3660 /*      background-position: -16px 0px;*/
3661         width: 16px; height: 28px;
3662         background-image: url('images/italicI-serif.png');
3663 }
3664 /*.italicbb:hover {
3665         background-position: -16px -16px;
3666 }*/
3667 .underlinebb {
3668 /*      background-position: -32px 0px;*/
3669         width: 25px; height: 28px;
3670         background-image: url('images/underlineU-serif.png');
3671 }
3672 /*.underlinebb:hover {
3673         background-position: -32px -16px;
3674 }*/
3675 .quotebb {
3676 /*      background-position: -48px 0px;*/
3677         width: 28px; height: 28px;
3678         background-image: url('images/quote.png');
3679 }
3680 /*.quotebb:hover {
3681         background-position: -48px -16px;
3682 }*/
3683 .codebb {
3684 /*      background-position: -64px 0px;*/
3685         width: 28px; height: 28px;
3686         background-image: url('images/code.png');
3687 }
3688 /*.codebb:hover {
3689         background-position: -64px -16px;
3690 }*/
3691 .imagebb {
3692         background-position: -80px 0px;
3693 }
3694 .imagebb:hover {
3695         background-position: -80px -16px;
3696 }
3697 .urlbb {
3698         background-position: -96px 0px;
3699 }
3700 .urlbb:hover {
3701         background-position: -96px -16px;
3702 }
3703 .videobb {
3704         background-position: -112px 0px;
3705 }
3706 .videobb:hover {
3707         background-position: -112px -16px;
3708 }
3709
3710 .attachtype {
3711         display: block; width: 20px; height: 23px;
3712         float: left;
3713         background-image: url('../../../images/content-types.png');
3714 }
3715
3716 .body-attach {
3717         margin-top: 10px;
3718 }
3719
3720 .type-video { background-position: 0px 0px; }
3721 .type-image { background-position: -20px 0px; }
3722 .type-audio { background-position: -40px 0px; }
3723 .type-text  { background-position: -60px 0px; }
3724 .type-unkn  { background-position: -80px 0px; }
3725
3726
3727 /* autocomplete popup */
3728 .acpopup {
3729         max-height:150px;
3730         background-color:#ffffff;
3731         overflow:auto;
3732         z-index:100000;
3733         border:1px solid #cccccc;
3734 }
3735 .acpopupitem {
3736         background-color:#ffffff; padding: 4px;
3737         clear:left;
3738 }
3739 .acpopupitem img {
3740         float: left;
3741         margin-right: 4px;
3742 }
3743
3744 .acpopupitem.selected {
3745         color: #FFFFFF; background: #3465A4;
3746 }
3747
3748 /* popup notifications */
3749 div.jGrowl div.notice {
3750   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
3751   color: #ffffff;
3752   padding-left: 58px;
3753 }
3754 div.jGrowl div.info {
3755   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
3756   color: #ffffff;
3757   padding-left: 58px;
3758 }
3759 #jGrowl.top-right {
3760         top: 15px;
3761         right: 15px;
3762 }
3763 .qcomment {
3764         border: 1px solid #EEE;
3765         padding: 3px;
3766         margin-top: 15px;
3767         margin-left: 25px;
3768         width: 125px;
3769         overflow-y: auto;
3770 }
3771
3772
3773 .qcomment option {
3774         width: 125px;
3775         overflow-x: hidden;
3776 }
3777
3778 .qcomment {
3779         opacity: 0.3;
3780         filter:alpha(opacity=30);
3781 }
3782 .qcomment:hover {
3783         opacity: 1.0;
3784         filter:alpha(opacity=100);
3785 }
3786
3787 /* notifications popup menu */
3788 .nav-notify {
3789         display: none;
3790         position: absolute;
3791         font-size: 10px;
3792         padding: 1px 3px;
3793         top: 0px;
3794         right: -10px;
3795         min-width: 15px;
3796         text-align: right;
3797 }
3798 .nav-notify.show {
3799         display: block;
3800 }
3801 ul.notifications-menu-popup {
3802         position: absolute;
3803         display: none;
3804         width: 10em;
3805         margin: 0px;
3806         padding: 0px;
3807         list-style: none;
3808         z-index: 100000;
3809         right: -55px;
3810 }
3811 #nav-notifications-menu {
3812         width: 300px;
3813 /*      max-height: 400px;*/
3814         height: auto;
3815         overflow-y: scroll;overflow-style:scrollbar;
3816         background-color:#FFFFFF;
3817         -moz-border-radius: 5px;
3818         -webkit-border-radius: 5px;
3819         border-radius:5px;
3820         border: 1px solid #AAA;
3821         -moz-box-shadow: 3px 3px 5px #555;
3822         -webkit-box-shadow: 3px 3px 5px #555;
3823         box-shadow: 3px 3px 5px #555;
3824 }
3825 #nav-notifications-menu .contactname { font-weight: bold; font-size: 0.9em; }
3826 #nav-notifications-menu img { float: left; margin-right: 5px; }
3827 #nav-notifications-menu .notif-when { font-size: 0.8em; display: block; }
3828 #nav-notifications-menu li {
3829         padding: 7px 0px 7px 10px;
3830         word-wrap:normal;
3831         border-bottom: 1px solid #000;
3832 }
3833
3834 #nav-notifications-menu li:hover {
3835
3836 }
3837
3838 #nav-notifications-menu a:hover {
3839         text-decoration: underline;
3840 }
3841
3842 .notif-item a {
3843         color: #000000;
3844 }
3845
3846 .notif-item a:hover {
3847         text-decoration: underline;
3848 }
3849
3850 .notif-image {
3851         width: 32px;
3852         height: 32px;
3853         padding: 7px 7px 0px 0px;
3854 }
3855
3856 .notify-seen {
3857         background: #DDDDDD;
3858 }
3859
3860 #id_term_label {
3861         width:75px;
3862 }
3863 #id_term {
3864         width:100px;
3865 }
3866
3867 #recip {
3868         
3869 }
3870 .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; }
3871 .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; }
3872 .autocomplete .selected { background:#F0F0F0; }
3873 .autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
3874
3875 #datebrowse-sidebar select {
3876         margin-left: 40px;
3877         width: 130px;
3878 }