]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
bdd1dc4b95d828f89b2371ded11630dc9cb0ec5c
[friendica.git] / view / theme / vier / style.css
1 /**
2  * Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
3  * Additional Changes: Michael Vogel <icarus@dabo.de>
4  **/
5
6 /* @import "css/font-awesome.css"; */
7 @import url("css/font-awesome.css") all;
8 @import url("css/font2.css") all;
9
10 img { 
11   border: 0px;
12 }
13
14 /* ========= */
15 /* = Admin = */
16 /* ========= */
17
18 #adminpage {
19 /*        width: 80%;*/
20 }
21
22 #pending-update {
23         float:right;
24         color: #ffffff;
25         font-weight: bold;
26         background-color: #FF0000;
27         padding: 0em 0.3em;
28 }
29
30 .admin.linklist {
31         border: 0px; 
32         padding: 0px;
33         list-style: none;
34         margin-top: 0px;
35 }
36
37 .admin.link {
38         list-style-position: inside;
39         font-size: 1em;
40 /*        padding-left: 5px;
41         margin: 5px; */
42 }
43
44 #adminpage dl {
45         clear: left;
46         margin-bottom: 2px;
47         padding-bottom: 2px;
48         border-bottom: 1px solid black;
49 }
50
51 #adminpage dt {
52         width: 200px;
53         float: left;
54         font-weight: bold;
55 }
56
57 #adminpage dd {
58         margin-left: 200px;
59 }
60 #adminpage h3 {
61         border-bottom: 1px solid #898989;
62         margin-bottom: 5px;
63         margin-top: 10px;
64 }
65
66 #adminpage .submit {
67         clear:left;
68 }
69
70 #adminpage #pluginslist {
71         margin: 0px; padding: 0px;
72 }
73
74 #adminpage .plugin {
75         list-style: none;
76         display: block;
77         /* border: 1px solid #888888; */
78         padding: 1em;
79         margin-bottom: 5px;
80         clear: left;
81 }
82
83 #adminpage .toggleplugin {
84         float:left;
85         margin-right: 1em;
86 }
87
88 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
89 #adminpage table th { text-align: left;}
90 #adminpage td .icon { float: left;}
91 #adminpage table#users img { width: 16px; height: 16px; }
92 #adminpage table tr:hover { background-color: #eeeeee; }
93 #adminpage .selectall { text-align: right; }
94 /* icons */
95
96 /*
97 .article        { background-position: -50px  0px;}
98 .block          { background-position: -90px  0px;}
99 .drophide       { background-position: -130px 0px;}
100
101 .noglobe        { background-position: -70px  -20px;}
102 .no             { background-position: -90px  -20px;}
103 .recycle        { background-position: -190px -20px;}
104 .remote-link    { background-position: -210px -20px;}
105 .share          { background-position: -230px -20px;}
106
107 .tools          { background-position: -50px  -40px;}
108
109 .youtube        { background-position: -130px -40px;}
110
111 .language       { background-position: -210px -40px;}
112
113 .prev           { background-position: -90px  -60px;}
114 .next           { background-position: -110px -60px;}
115 .tagged     { background-position: -130px -60px;}
116 */
117
118 .icon.drop, .icon.drophide {
119  float: left;
120 }
121
122
123 .icon {
124   background-color: transparent ;
125   background-repeat: no-repeat;
126   width: 18px;
127   height: 18px;
128   /* display: block; */
129   display: inline-block;
130   overflow: hidden;
131   padding: 1px;
132   color: #999;
133   vertical-align: text-top;
134
135
136 .icon:hover {
137   text-decoration: none;
138   color: #000;
139 }
140
141 .icon a:hover {
142 }
143
144 .icon.text {
145   text-indent: 0px;
146 }
147 .icon.s10 {
148 /*  min-width: 10px;
149   height: 10px; */
150  /* font-size: 10px; */
151 }
152 .icon.s10.text {
153   padding: 2px 0px 0px 15px;
154   font-size: 10px;
155 }
156 .icon.s16 {
157   min-width: 16px;
158   height: 16px;
159 }
160 .icon.s16.text {
161   padding: 4px 0px 0px 20px;
162   font-size: 10px;
163 }
164 .wall-item-decor .icon.s22.lock {
165   color: #888;
166 }
167 .wall-item-decor .icon.s22.lock:hover {
168   color: #000;
169   text-decoration: none;
170 }
171 .icon.s22 {
172   min-width: 22px;
173   height: 22px;
174 }
175 /*.icon.s22.notify {
176   color: gray;
177 }*/
178 .icon.s22.text {
179   padding: 10px 0px 0px 25px;
180   width: 230px;
181   font-size: 1em;
182 }
183 .icon.s48 {
184   width: 48px;
185   height: 48px;
186 }
187 .sparkle {
188         cursor: url('lock.cur'), pointer;
189 }
190
191 #birthday-title, #event-title {
192   font-weight: bold;
193   margin-bottom: 5px;
194 }
195
196 div.pager {
197 /* .birthday-notice { */
198   text-align: center;
199   height: 1.2em;
200   padding-bottom: 12px;
201   color: black;
202   /*-webkit-border-radius: 6px;
203   -moz-border-radius: 6px;
204   border-radius: 6px;*/
205   background-color: #f2f2f2;
206   clear: left;
207   margin-top: 5px;
208   padding: 1%;
209   height: 1em;
210   margin-bottom: 5px;
211 }*/
212
213 .birthday-notice {
214   margin-top: 5px;
215   margin-bottom: 5px;
216 }
217
218 #live-network {
219 /*  border-bottom: 1px solid #BDCDD4; */
220   border-bottom: 1px solid #D2D2D2;
221   width: 100%;
222   height: 10px;
223 }
224
225 .pager a {
226 }
227
228 .pager a.pager_older {
229   float: right;
230 }
231
232 .pager a.pager_newer {
233   float: left;
234 }
235
236 #contact-edit-drop-link-end {
237   /* clear: both; */
238 }
239
240 #contact-edit-links ul {
241   list-style: none;
242   list-style-type: none;
243 }
244
245 .hide-comments-outer {
246   margin-left: 80px;
247   margin-bottom: 5px;
248   width: 660px;
249   border-bottom: 1px solid #BDCDD4;
250   border-top: 1px solid #BDCDD4;
251
252   padding: 8px;
253 }
254
255 /* global */
256 body {
257   /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
258   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
259   font-size: 14px;
260   /* font-size: 13px;
261   line-height: 19.5px; */
262   font-weight: 400;
263   font-style: normal;
264   /* background-color: #ffffff; */
265   /* background-color: #FAFAFA; */
266   background-color: rgb(229, 229, 229);
267   color: #2d2d2d;
268   margin: 0px 0px 0px 0px;
269   display: table;
270 }
271
272 h4 {
273   font-size: 1.1em;
274 }
275
276 a {
277         color: #36C;
278         /* color: #3e3e8c; */
279         /* color: #3465A4; */
280         /*color: #3E3E8C; */
281         text-decoration: none;
282 }
283 a:hover {
284         /* color: blue; */
285         text-decoration: underline
286 }
287
288 .wall-item-name-link {
289 /*  float: left;*/
290 }
291
292 .wall-item-photo {
293   width: 48px;
294   height: 48px;
295   overflow: hidden;
296   display: block;
297 }
298
299 .left {
300   float: left;
301 }
302 .right {
303   float: right;
304 }
305 .hidden {
306   display: none;
307 }
308 .clear {
309   clear: both;
310 }
311 .fakelink {
312   color: #36c;
313   /* color: #3e3e8c; */
314   /* color: #3465A4; */
315   /* color: #3E3E8C; */
316   text-decoration: none;
317   cursor: pointer;
318 }
319 .fakelink:hover {
320   /*color: blue;*/
321   /*color: #005c94; */
322   text-decoration: underline;
323 }
324 code {
325   font-family: Courier, monospace;
326   white-space: pre;
327   display: block;
328   overflow: auto;
329   border: 1px solid #444;
330   background: #EEE;
331   color: #444;
332   padding: 10px;
333   margin-top: 20px;
334   max-width: 640px;
335 }
336 #panel {
337   position: absolute;
338   width: 10em;
339   background: #ffffff;
340   color: #2d2d2d;
341   margin: 0px;
342   padding: 1em;
343   list-style: none;
344   border: 3px solid #364e59;
345   z-index: 100000;
346   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
347 }
348 /* tool */
349 .tool {
350   height: auto;
351   overflow: auto;
352   padding: 0px;
353 }
354 #saved-search-ul .tool:hover,
355 #nets-sidebar .tool:hover,
356 #sidebar-group-list .tool:hover {
357         background: #EEE;
358 }
359 .tool .label {
360 /*  float: left; */
361 }
362 .tool .action {
363   float: right;
364 }
365 .tool a {
366 /*  color: #000; */
367 }
368 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #hide-forum-list:hover, .admin.link a:hover, aside h4 a:hover {
369   /* text-decoration: underline; */
370   text-decoration: none;
371   color: black;
372 }
373
374 .groupsideedit, .savedsearchdrop {
375   float: right;
376   opacity: 0.3;
377 }
378 .groupsideedit:hover, .savedsearchdrop:hover {
379   opacity: 1;
380 }
381
382 .sidebar-group-li:hover, #sidebar-new-group:hover, #hide-forum-list:hover, 
383 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forum-list div:hover,
384 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, #message-new:hover {
385   /* background-color: #ddd; */
386   background-color: #e5e5e5;
387 }
388
389 #message-new a {
390   color: black;
391 }
392
393 .sidebar-group-element {
394 /*  color: #000; */
395 }
396
397 .group-selected, .nets-selected, .fileas-selected {
398   font-weight: bold;
399 }
400
401 #sidebar-new-group, #hide-forum-list, #forum-list, #sidebar-ungrouped,
402 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
403   padding-left: 10px;
404   padding-top: 3px;
405   padding-bottom: 3px;
406   padding-right: 5px;
407   display: block;
408 }
409
410 a.nets-link, .side-link a, #sidebar-new-group a, a.savedsearchterm, a.fileas-link, aside h4 a {
411   display: block;
412   color: #737373;
413 }
414
415 a.sidebar-group-element {
416   color: #737373;
417 }
418
419 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form, #posted-date-selector {
420   margin-left: 10px;
421   margin-top: 3px;
422   margin-bottom: 3px;
423 }
424
425 #sidebar-ungrouped, .side-link {
426   padding-top: 5px;
427 }
428
429 #sidebar-ungrouped a {
430   color: black;
431 }
432
433 #forum-list a, .tool a, .admin.link a {
434   color: #737373;
435 }
436
437 #forum-list {
438   margin-top: 2px;
439 }
440
441 /* popup notifications */
442 div.jGrowl div.notice {
443   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
444   color: #ffffff;
445   padding-left: 58px;
446 }
447 div.jGrowl div.info {
448   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
449   color: #ffffff;
450   padding-left: 58px;
451 }
452
453 div.jGrowl.top-right {
454   top: 40px;
455   z-index: 90;
456 }
457
458 /* header */
459 header {
460   position: fixed;
461   /* left: 43%;
462   right: 43%; */
463   left: 25px;
464   top: 0px;
465   margin: 0px;
466   padding: 0px;
467   /*width: 100%; height: 12px; */
468
469   z-index: 110;
470   color: #ffffff;
471 }
472 header #site-location {
473   display: none;
474 }
475 header #banner {
476   overflow: hidden;
477   text-align: center;
478   width: 100%;
479 }
480 header #banner a,
481 header #banner a:active,
482 header #banner a:visited,
483 header #banner a:link,
484 header #banner a:hover {
485   color: #ffffff;
486   text-decoration: none;
487   outline: none;
488   vertical-align: bottom;
489 }
490 header #banner #logo-img {
491   height: 22px;
492   margin-top: 5px;
493 }
494 header #banner #logo-text {
495   font-size: 22px;
496 }
497 /* nav */
498 nav {
499   min-width: 1000px;
500   width: 100%;
501   height: 32px;
502   position: fixed;
503   left: 0px;
504   top: 0px;
505   padding: 0px;
506   padding-left: 0px;
507   /* background: #2d2d2d; */
508   background: rgb(36, 76, 94);
509   /*background: #364A84;
510     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
511     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
512     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
513     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
514     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
515     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
516     background: linear-gradient(top, #516499 0%,#364a84 100%); */
517   color: #ffffff;
518   z-index: 100;
519   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
520 }
521
522 nav .icon {
523   color: #ccc;
524 }
525
526 nav a:active,
527 nav a:visited,
528 nav a:link,
529 nav a {
530   text-decoration: none;
531   outline: none;
532   color: #ccc;
533   padding-bottom: 8px;
534   padding-top: 8px;
535 }
536
537 nav a:hover .icon {
538   color: #fff;
539 }
540
541 nav a:hover {
542   text-decoration: none;
543   outline: none;
544   color: #fff;
545   padding-bottom: 8px;
546   padding-top: 8px;
547 }
548
549 nav ul {
550   margin: 0px;
551   padding: 0px 10px;
552 }
553 nav ul li {
554   list-style: none;
555   margin: 0px;
556   /* padding: 1px 1px 3px 1px; */
557   float: left;
558 }
559 nav ul li .menu-popup {
560   left: 0px;
561   right: auto;
562 }
563
564 nav #search-box #search-text {
565   /*background-image:  url('icons/lupe.png');
566   background-repeat:no-repeat; */
567   padding-left:0px;
568   /*border-top-left-radius: 15px;
569   border-top-right-radius: 15px;
570   border-bottom-right-radius: 15px;
571   border-bottom-left-radius: 15px;*/
572   position: relative;
573   height: 17px;
574   margin: 4px 0px 4px 4px;
575   width: 150px;
576   max-width: 150px;
577   background-color: #eee;
578 }
579
580 nav .nav-menu-icon {
581   position: relative;
582   height: 22px;
583   padding: 5px;
584   margin: 0px 10px;
585   -moz-border-radius: 5px 5px 0 0;
586   -webkit-border-radius: 5px 5px 0 0;
587   border-radius: 5px 5px 0 0;
588 }
589 nav .nav-menu-icon.selected {
590   background-color: #364e59;
591 }
592 nav .nav-menu-icon img {
593   width: 22px;
594   height: 22px;
595   -webkit-border-radius: 4px;
596   -moz-border-radius: 4px;
597   border-radius: 4px;
598 }
599 nav .nav-menu-icon .nav-notify {
600   top: 3px;
601 }
602 nav .nav-menu-label {
603   margin: 3px 5px 0px;
604 }
605 nav .nav-menu {
606   position: relative;
607   height: 16px;
608   padding: 5px;
609   padding-left: 5px;
610   padding-right: 5px;
611   margin: 3px 3px 0px;
612   font-size: 13px;
613   /* border-bottom: 3px solid #364A84; */
614   color: #ccc;
615   font-weight: bold;
616 }
617 /*nav .nav-menu.selected a {
618   color: white;
619 }*/
620
621 nav .nav-menu.selected {
622   border-bottom: 3px solid #9eabb0;
623  /*  background-color: #364E59; */
624 }
625
626 nav .nav-menu:hover {
627     /* color: #fff !important; */
628     color: #fff;
629     /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
630 /*    background: #4c619c; */
631     text-decoration: none;
632 }
633 nav .nav-notify {
634   display: none;
635   position: absolute;
636  /*  background-color: #36c; */
637    background-color: #F80;
638   /* background-color: #19aeff; */
639   -moz-border-radius: 5px 5px 5px 5px;
640   -webkit-border-radius: 5px 5px 5px 5px;
641   border-radius: 5px 5px 5px 5px;
642   font-size: 10px;
643   padding: 1px 3px;
644   top: 0px;
645   /* right: -10px; */
646   right: -5px;
647   min-width: 15px;
648   /* text-align: right; */
649   text-align: center;
650   color: white;
651 }
652 nav .nav-notify.show {
653   display: block;
654 }
655 nav #nav-help-link,
656 nav #nav-search-link,
657 nav #nav-directory-link,
658 nav #nav-apps-link,
659 nav #nav-notifications-linkmenu,
660 nav #nav-site-linkmenu,
661 nav #nav-user-linklabel {
662   float: right;
663 }
664 nav #nav-user-linklabel {
665   padding-left: 0px;
666   margin-left: 0px;
667 }
668 nav #nav-help-link .menu-popup,
669 nav #nav-search-link .menu-popup,
670 nav #nav-directory-link .menu-popup,
671 nav #nav-apps-link .menu-popup,
672 nav #nav-notifications-linkmenu .menu-popup,
673 nav #nav-site-linkmenu .menu-popup {
674   right: 0px;
675   left: auto;
676 }
677 nav #nav-site-linkmenu {
678   margin-left: 0px;
679   margin-right: 0px;
680 }
681 nav #nav-notifications-linkmenu {
682   margin-left: 0px;
683   margin-right: 5px;
684 }
685 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
686   color: white;
687 }
688 nav #nav-messages-linkmenu.selected,
689 nav #nav-user-linklabel.selected,
690 nav #nav-apps-link.selected {
691   background-color: #364e59;
692   border-bottom-style: none;
693 }
694
695 /* nav #nav-community-link { */
696 nav ul {
697   margin-left: 210px;
698 }
699
700 nav #nav-user-linkmenu {
701   float: right;
702   padding-left: 0px;
703   padding-right: 0px;
704   margin-right: 5px;
705 }
706
707 #nav-notifications-mark-all {
708         /* padding: 1px 1px 2px 26px; */
709         /* border-bottom: 1px solid #364E59; */
710         /* margin: 0px 0px 2px 0px;
711         padding: 5px 10px; */
712 }
713
714 #nav-notifications-see-all {
715         /* padding: 1px 1px 2px 26px; */
716         /* border-bottom: 1px solid #364E59; */
717         /* margin: 0px 0px 2px 0px;
718         padding: 5px 10px; */
719 }
720
721 .notify-seen {
722         background: none repeat scroll 0 0 #DDDDDD;
723         }
724
725 ul.menu-popup {
726   position: absolute;
727   display: none;
728   width: 11em;
729   background: #ffffff;
730   color: #2d2d2d;
731   margin: 0px;
732   padding: 0px;
733   list-style: none;
734   border: 3px solid #364e59;
735   z-index: 100000;
736   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
737 }
738 ul.menu-popup a {
739   display: block;
740   color: #2d2d2d;
741   padding: 5px 10px;
742   text-decoration: none;
743 }
744 ul.menu-popup a:hover {
745   /* background-color: #bdcdd4; */
746   background-color: #e5e5e5;
747 }
748 ul.menu-popup .menu-sep {
749   border-top: 1px solid #9eabb0;
750 }
751 ul.menu-popup li {
752   float: none;
753   overflow: auto;
754   height: auto;
755   display: block;
756 }
757 ul.menu-popup li img {
758   float: left;
759   width: 16px;
760   height: 16px;
761   padding-right: 5px;
762 }
763 ul.menu-popup .empty {
764   padding: 5px;
765   text-align: center;
766   color: #9eabb0;
767 }
768 /* autocomplete popup */
769 .acpopup {
770   max-height: 150px;
771   background-color: #ffffff;
772   color: #2d2d2d;
773   border: 1px solid #MenuBorder;
774   overflow: auto;
775   z-index: 100000;
776   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
777 }
778 .acpopupitem {
779   color: #2d2d2d;
780   padding: 4px;
781   clear: left;
782 }
783 .acpopupitem img {
784   float: left;
785   margin-right: 4px;
786 }
787 .acpopupitem.selected {
788   background-color: #bdcdd4;
789 }
790 #nav-notifications-menu {
791   width: 400px;
792   max-height: 550px;
793   overflow: auto;
794 }
795 /* #nav-notifications-menu a {
796         display: inline;
797         padding: 5px 0px;
798         margin: 0px 0px 2px 0px;
799 }
800 #nav-notifications-menu li:hover {
801   background-color: #bdcdd4;
802 }*/
803
804 #nav-notifications-menu img {
805   float: left;
806   margin-right: 5px;
807 }
808 #nav-notifications-menu .contactname {
809   font-weight: bold;
810 }
811 #nav-notifications-menu .notif-when {
812   font-size: 10px;
813   color: #9eabb0;
814   display: block;
815 }
816
817 .notif-image {
818         width: 32px;
819         height: 32px;
820         padding: 7px 7px 0px 0px;
821 }
822
823 right_aside {
824   width: 0px;
825   top: 32px;
826   display: block;
827 }
828
829 /* aside */
830 aside {
831   /* display: table-cell; */
832   vertical-align: top;
833   width: 185px;
834   /* padding: 32px 10px 10px 20px; */
835   padding: 10px 10px 0px 20px;
836   /* border-right: 1px solid #D2D2D2; */
837   /* background-color: #ECECF2; */
838   /* background-color: #F2F2F2; */
839   background-color: #FFFFFF;
840   font-size: 13px;
841   /* background: #F1F1F1; */
842   /* top: 0px; */
843   top: 32px;
844   overflow-y: auto;
845   z-index: 2;
846   line-height: 17px;
847   position: fixed;
848   /* overflow: auto; */
849   height: 100%;
850   height: calc(100% - 42px);
851   /* overflow: scroll; */
852   box-shadow: 1px 2px 0px 0px #D8D8D8;
853   color: #737373;
854 }
855 aside .vcard .fn {
856   font-size: 18px;
857   font-weight: bold;
858   margin-bottom: 5px;
859   float: left;
860 }
861 aside .vcard .title {
862   margin-bottom: 5px;
863 }
864 aside .vcard dl {
865   height: auto;
866   overflow: auto;
867 }
868
869 aside select {
870   background-color: white;
871   width: 165px;
872   border-color: #ccc;
873 }
874
875 aside .vcard dt {
876   float: left;
877   margin-left: 0px;
878   /* width: 35%; */
879   text-align: right;
880   color: #999999;
881 }
882 aside .vcard dd {
883   float: left;
884   margin-left: 4px;
885   /* width: 60%; */
886 }
887 aside #profile-extra-links ul {
888   padding: 0px;
889   margin: 0px;
890 }
891 aside #profile-extra-links li {
892   padding: 0px;
893   margin: 0px;
894   list-style: none;
895 }
896 aside #dfrn-request-link {
897   display: block;
898   -moz-border-radius: 5px 5px 5px 5px;
899   -webkit-border-radius: 5px 5px 5px 5px;
900   border-radius: 5px 5px 5px 5px;
901   color: #ffffff;
902   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
903   font-weight: bold;
904   text-transform: uppercase;
905   padding: 4px 2px 2px 35px;
906 }
907 aside #dfrn-request-link:hover {
908   text-decoration: none;
909   background-color: #36c;
910   /* background-color: #19aeff; */
911 }
912 aside #profiles-menu {
913   width: 14em;
914   left: 10px;
915 }
916
917 aside #search-text, aside #side-follow-url, aside #side-peoplefind-url {
918   width: 140px;
919   height: 17px;
920   padding-left: 10px;
921   /*border-top-left-radius: 15px;
922   border-top-right-radius: 15px;
923   border-bottom-right-radius: 15px;
924   border-bottom-left-radius: 15px;
925   -moz-border-bottom-colors: #dbdbdb;
926   -moz-border-top-colors: #999;
927   -moz-border-left-colors: #999;
928   -moz-border-right-colors: #dbdbdb;*/
929 }
930
931 aside h4 {
932   margin-bottom: 0px;
933   margin-top: 0px;
934   font-size: 1.17em;
935 }
936
937 .nets-ul {
938   margin-top: 0px;
939 }
940
941 #contact-block {
942   overflow: auto;
943   height: auto;
944 }
945 #contact-block .contact-block-h4 {
946   float: left;
947   margin: 5px 0px;
948 }
949 #contact-block .allcontact-link {
950   float: right;
951   margin: 5px 0px;
952 }
953 #contact-block .contact-block-content {
954   clear: both;
955   overflow: auto;
956   height: auto;
957 }
958 #contact-block .contact-block-link {
959   float: left;
960   margin: 0px 2px 2px 0px;
961 }
962 #contact-block .contact-block-link img {
963   width: 48px;
964   height: 48px;
965 }
966 .group_selected {
967   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
968   float: left;
969   height: 22px;
970   width: 22px;
971 }
972 .group_unselected {
973   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
974   float: left;
975   height: 22px;
976   width: 22px;
977 }
978 /* widget */
979 .widget {
980   margin-bottom: 1em;
981   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
982         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
983 /*  font-size: 12px; */
984 }
985 .widget h3 {
986   padding: 0px;
987   margin: 2px;
988 }
989 .widget .action {
990   opacity: 0.1;
991   -webkit-transition: all 0.2s ease-in-out;
992   -moz-transition: all 0.2s ease-in-out;
993   -o-transition: all 0.2s ease-in-out;
994   -ms-transition: all 0.2s ease-in-out;
995   transition: all 0.2s ease-in-out;
996 }
997 .widget input.action {
998   opacity: 0.5;
999   -webkit-transition: all 0.2s ease-in-out;
1000   -moz-transition: all 0.2s ease-in-out;
1001   -o-transition: all 0.2s ease-in-out;
1002   -ms-transition: all 0.2s ease-in-out;
1003   transition: all 0.2s ease-in-out;
1004 }
1005 .widget:hover .title .action {
1006   opacity: 1;
1007   -webkit-transition: all 0.2s ease-in-out;
1008   -moz-transition: all 0.2s ease-in-out;
1009   -o-transition: all 0.2s ease-in-out;
1010   -ms-transition: all 0.2s ease-in-out;
1011   transition: all 0.2s ease-in-out;
1012 }
1013 .widget .tool:hover .action {
1014   opacity: 1;
1015   -webkit-transition: all 0.2s ease-in-out;
1016   -moz-transition: all 0.2s ease-in-out;
1017   -o-transition: all 0.2s ease-in-out;
1018   -ms-transition: all 0.2s ease-in-out;
1019   transition: all 0.2s ease-in-out;
1020 }
1021 .widget .tool:hover .action.ticked {
1022   opacity: 1;
1023   -webkit-transition: all 0.2s ease-in-out;
1024   -moz-transition: all 0.2s ease-in-out;
1025   -o-transition: all 0.2s ease-in-out;
1026   -ms-transition: all 0.2s ease-in-out;
1027   transition: all 0.2s ease-in-out;
1028 }
1029 .widget ul {
1030   padding: 0px;
1031   margin-top: 0px;
1032   margin-bottom: 0px;
1033 }
1034 .widget ul li {
1035   padding-left: 10px;
1036   /* min-height: 20px; */
1037   list-style: none;
1038   padding-top: 3px;
1039   padding-bottom: 3px;
1040   margin: 0px;
1041 }
1042 .widget .tool.selected {
1043   background: url('../../../images/selected.png') no-repeat left center;
1044 }
1045 /* widget: search */
1046 #add-search-popup {
1047   width: 200px;
1048   top: 18px;
1049 }
1050 /* section */
1051 section {
1052   /*font-size: 13px;
1053   line-height: 19.5px;*/
1054   font-size: 14.95px;
1055   line-height: 21px;
1056   /* font-family: Quodana,Verdana,DejaVu Sans,Bitstream Vera Sans,Helvetica,sans-serif; */
1057   display: table-cell;
1058   vertical-align: top;
1059   top: 32px;
1060   width: 766px;
1061   max-width: 766px;
1062   padding: 10px 10px 10px 10px;
1063   /* background-color: white; */
1064   /* background-color: rgb(252, 252, 252); */
1065   /* background-color: #FAFAFA; */
1066   background-color: inherit;
1067   /* border-bottom: 1px solid lightgray;
1068   border-right: 1px solid lightgray;
1069   border-left: 1px solid lightgray; */
1070   position: absolute;
1071   left: 215px;
1072   left: calc(215px + (100% - (215px + 766px)) / 6);
1073   /* left: calc(215px + (100% - 215px) / 10); */
1074 }
1075
1076 section.minimal {
1077   top: 0px;
1078   left: 0px;
1079 }
1080
1081 /* wall item */
1082 .tread-wrapper {
1083 /*    border-bottom: 1px solid #BDCDD4; */
1084   border-bottom: 1px solid #D2D2D2;
1085   border-radius: 10px;
1086   position: relative;
1087   padding: 5px;
1088   margin-bottom: 10px;
1089   box-shadow: 1px 2px 0px 0px #D8D8D8;
1090   background-color: #FFFFFF;
1091  /* width: 755px; */
1092 }
1093 .wall-item-decor {
1094   position: absolute;
1095   left: 755px;
1096   left: calc(100% - 16px);
1097 /*  top: -10px; */
1098   width: 16px;
1099 }
1100 .unstarred {
1101   display: none;
1102 }
1103 .wall-item-container {
1104   display: table;
1105   width: 745px;
1106   width: calc(100% - 10px);
1107 }
1108
1109 .wall-item-content hr {
1110   background: none repeat scroll 0% 0% rgb(221, 221, 221);
1111   color: rgb(221, 221, 221);
1112   clear: both;
1113   float: none;
1114   width: 100%;
1115   height: 0.1em;
1116   /* margin: 0px 0px 1.45em; */
1117   border: medium none;
1118 }
1119
1120 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1121   display: table-row;
1122 }
1123 .wall-item-bottom {
1124   /* font-size: 14px; */
1125 }
1126 .wall-item-container .wall-item-tags,
1127 .wall-item-container .wall-item-links,
1128 .wall-item-container .wall-item-actions {
1129   opacity: 0.2;
1130   -webkit-transition: all 0.2s ease-in-out;
1131   -moz-transition: all 0.2s ease-in-out;
1132   -o-transition: all 0.2s ease-in-out;
1133   -ms-transition: all 0.2s ease-in-out;
1134   transition: all 0.2s ease-in-out;
1135 }
1136 .wall-item-container:hover .wall-item-tags,
1137 .wall-item-container:hover .wall-item-links,
1138 .wall-item-container:hover .wall-item-actions {
1139   opacity: 1;
1140   -webkit-transition: all 0.2s ease-in-out;
1141   -moz-transition: all 0.2s ease-in-out;
1142   -o-transition: all 0.2s ease-in-out;
1143   -ms-transition: all 0.2s ease-in-out;
1144   transition: all 0.2s ease-in-out;
1145 }
1146 .wall-item-container .wall-item-info {
1147   display: table-cell;
1148   vertical-align: top;
1149   text-align: left;
1150   width: 80px;
1151 }
1152 .wall-item-container {
1153   /* padding-right: 30px; */
1154   padding-right: 0px;
1155 }
1156 .wall-item-container .wall-item-ago {
1157   word-wrap: break-word;
1158   width: 50px;
1159   margin-left: 10px;
1160   color: #999;
1161   font-size: 12px;
1162 }
1163
1164 .wall-item-network {
1165   color: #999;
1166   font-size: 12px;
1167   text-align: right;
1168   float: right;
1169 }
1170
1171 .wall-item-location {
1172   width: 350px;
1173   float: left;
1174   font-size: 12px;
1175 }}
1176
1177 h2 {
1178   line-height: normal;
1179 }
1180
1181 .wall-item-container .wall-item-content {
1182   /* font-size: 14px; */
1183   max-width: 660px;
1184   word-wrap: break-word;
1185   /* line-height: 1.36; */
1186   padding-bottom: 6px;
1187 }
1188
1189 .wall-item-container .wall-item-content img {
1190   max-width: 100%;
1191   /* max-width: 650px; */
1192   /* max-width: 580px; */
1193 }
1194 .children .wall-item-container .wall-item-item .wall-item-content img {
1195   /* max-width: 650px; */
1196   /* max-width: 580px; */
1197   max-width: 100%;
1198 }
1199 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1200   display: table-cell;
1201   vertical-align: middle;
1202   /* font-size: 17px; */
1203 }
1204 .mail-list-wrapper a,
1205 .wall-item-container .wall-item-bottom a,
1206 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
1207 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
1208 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
1209   color: #999;
1210 }
1211 .mail-list-wrapper a:hover,
1212 .wall-item-container .wall-item-bottom a:hover,
1213 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
1214 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
1215 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
1216   color: #000;
1217   text-decoration: none;
1218 }
1219 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1220   opacity: 0.5;
1221   -webkit-transition: all 0.2s ease-in-out;
1222   -moz-transition: all 0.2s ease-in-out;
1223   -o-transition: all 0.2s ease-in-out;
1224   -ms-transition: all 0.2s ease-in-out;
1225   transition: all 0.2s ease-in-out;
1226 }
1227 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1228   opacity: 1;
1229   -webkit-transition: all 0.2s ease-in-out;
1230   -moz-transition: all 0.2s ease-in-out;
1231   -o-transition: all 0.2s ease-in-out;
1232   -ms-transition: all 0.2s ease-in-out;
1233   transition: all 0.2s ease-in-out;
1234 }
1235
1236 .wall-item-container .wall-item-name:hover {
1237   color: #36c;
1238 }
1239
1240 .wall-item-container .wall-item-name {
1241   color: black;
1242   font-weight: bold;
1243   -webkit-transition: all 0.2s ease-in-out;
1244   -moz-transition: all 0.2s ease-in-out;
1245   -o-transition: all 0.2s ease-in-out;
1246   -ms-transition: all 0.2s ease-in-out;
1247   transition: all 0.2s ease-in-out;
1248 }
1249
1250 .toplevel_item:hover .wall-item-name,
1251 .wall-item-container:hover .wall-item-name {
1252   color: #36c;
1253   font-weight: bold;
1254   -webkit-transition: all 0.2s ease-in-out;
1255   -moz-transition: all 0.2s ease-in-out;
1256   -o-transition: all 0.2s ease-in-out;
1257   -ms-transition: all 0.2s ease-in-out;
1258   transition: all 0.2s ease-in-out;
1259 }
1260
1261 .wall-item-container .wall-item-content a,
1262 .toplevel_item .fakelink,
1263 .wall-item-container .fakelink {
1264   color: black;
1265   -webkit-transition: all 0.2s ease-in-out;
1266   -moz-transition: all 0.2s ease-in-out;
1267   -o-transition: all 0.2s ease-in-out;
1268   -ms-transition: all 0.2s ease-in-out;
1269   transition: all 0.2s ease-in-out;
1270   /* color: darkblue; */
1271   /* color: #3E3E8C; */
1272 }
1273
1274 .toplevel_item:hover .fakelink,
1275 .wall-item-container:hover .fakelink,
1276 .toplevel_item:hover .wall-item-content a,
1277 .wall-item-container:hover .wall-item-content a {
1278   color: #36c;
1279   -webkit-transition: all 0.2s ease-in-out;
1280   -moz-transition: all 0.2s ease-in-out;
1281   -o-transition: all 0.2s ease-in-out;
1282   -ms-transition: all 0.2s ease-in-out;
1283   transition: all 0.2s ease-in-out;
1284 }
1285
1286 .toplevel_item:hover .togglecomment,
1287 .wall-item-container:hover .togglecomment {
1288   color: #999;
1289 }
1290
1291 .wall-item-container .wall-item-actions-author {
1292   width: 100%;
1293   margin-bottom: 0.3em;
1294 }
1295 .wall-item-container .wall-item-actions-social {
1296   float: left;
1297   margin-bottom: 1px;
1298 }
1299 .wall-item-container .wall-item-actions-social a {
1300   float: left;
1301   margin-right: 1em;
1302 }
1303 .wall-item-container .wall-item-actions-tools {
1304   float: right;
1305   width: 80px;
1306 }
1307 .wall-item-container .wall-item-actions-tools a {
1308   float: right;
1309   margin-left: 10px;
1310 }
1311 .wall-item-container .wall-item-actions-tools input {
1312   float: right;
1313   margin-left: 10px;
1314 }
1315 .wall-item-container.comment {
1316   margin-top: 5px;
1317   margin-bottom: 5px;
1318   margin-left: 80px;
1319   width: 665px;
1320   width: calc(100% - 90px);
1321   border-bottom: 1px solid hsl(198, 21%, 79%);
1322 }
1323
1324 .wall-item-container.comment .wall-item-content {
1325   max-width: 585px;
1326 }
1327
1328 .wall-item-container.comment .contact-photo {
1329   width: 32px;
1330   height: 32px;
1331   margin-left: 16px;
1332   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1333
1334 }
1335 .wall-item-container.comment {
1336   top: 15px !important;
1337   left: 15px !important;
1338 }
1339 .wall-item-container.comment .wall-item-links {
1340   padding-left: 12px;
1341 }
1342 .wall-item-bottom .wall-item-comment-wrapper {
1343   margin: 1px 5px 1px 0px;
1344 }
1345 .wall-item-comment-wrapper {
1346   margin: 1px 15px 1px 80px;
1347 }
1348 .wall-item-comment-wrapper.photo {
1349   margin: 1px 15px 1px 0px;
1350 }
1351 .wall-item-comment-wrapper.photo .wall-item-container.comment {
1352   margin-left: 0px;
1353   width: 665px;
1354   width: 100%;
1355   border-bottom: 1px solid hsl(198, 21%, 79%);
1356 }
1357
1358
1359 .wall-item-comment-wrapper .comment-edit-photo {
1360   display: none;
1361 }
1362 .wall-item-comment-wrapper textarea {
1363   height: 1.2em;
1364   width: 100%;
1365   font-size: 13px;
1366   color: #999999;
1367   border: 1px solid #DDD;
1368   padding: 0.3em;
1369 }
1370 .wall-item-comment-wrapper .comment-edit-text-full {
1371   /* font-size: 14px; */
1372   height: 4em;
1373   color: #2d2d2d;
1374   border: 1px solid #2d2d2d;
1375 }
1376
1377 .fakelink.togglecomment {
1378   float: left;
1379   margin-right: 1em;
1380 }
1381
1382 .comment-edit-preview .contact-photo {
1383   width: 32px;
1384   height: 32px;
1385   margin-left: 16px;
1386   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1387
1388 }
1389 .comment-edit-preview {
1390   /* width: 660px; */
1391   width: 100%;
1392   border: 1px solid #2d2d2d;
1393   margin-top: 10px;
1394   top: 15px !important;
1395   left: 15px !important;
1396 }
1397 .comment-edit-preview .wall-item-links {
1398   padding-left: 12px;
1399 }
1400 .comment-edit-preview .wall-item-container {
1401   /* width: 700px; */
1402   width: 100%;
1403 }
1404 .comment-edit-preview .tread-wrapper {
1405   /* width: 700px; */
1406   width: 100%;
1407   padding: 0;
1408   margin: 10px 0px 0px 0px;
1409   border-bottom: 0px;
1410   box-shadow: none;
1411 }
1412
1413 .wall-item-bottom .comment-edit-preview {
1414   width: 575px;
1415   margin-bottom: 5px;
1416 }
1417
1418 .shiny {
1419   /* border-right: 10px solid #fce94f; */
1420 /*      border-right: 1px solid #A7C7F7;
1421         padding-right: 12px; */
1422 }
1423
1424 #profile-jot-form {
1425   box-shadow: 1px 2px 0px 0px #D8D8D8;
1426   border-radius: 10px;
1427   background-color: #fafafa;
1428   padding: 10px;
1429 }
1430
1431 #profile-jot-form #profile-jot-text {
1432   height: 2.0em;
1433   /* width: 99%; */
1434   width: 752px;
1435   width: calc(100% - 10px);
1436   font-size: 15px;
1437   color: #999999;
1438   border: 1px solid #DDD;
1439   padding: 0.3em;
1440   margin-bottom: 10px;
1441 }
1442
1443 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1444     
1445          border-radius: 5px 5px 5px 5px;
1446     font-weight: bold;
1447     height: 20px;
1448     margin: 0 0 5px;
1449     /* width: 60%; */
1450     /* width: 762px; */
1451     width: 100%;
1452     border: 1px solid #d2d2d2;
1453 }
1454
1455 #profile-jot-form #jot-title:-webkit-input-placeholder {
1456   font-weight: normal;
1457 }
1458 #profile-jot-form #jot-title:-moz-placeholder {
1459   font-weight: normal;
1460 }
1461 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1462 /*  width: 785px; */
1463   width: 100%;
1464   height: 100px;
1465 }
1466
1467 #profile-jot-perms {
1468   float: right;
1469 }
1470
1471 #jot-preview-content {
1472   padding-top: 25px;
1473 }
1474
1475 #jot-preview-content .tread-wrapper {
1476   background-color: #fce94f;
1477 }
1478
1479 .wall-item-tags {
1480   padding-top: 1px;
1481   padding-bottom: 2px;
1482   font-size: 12px;
1483   /*display: none;*/
1484 }
1485
1486 .tag {
1487   color: rgb(153,153,153);
1488   /*padding-left: 3px;
1489   font-size: 10px;*/
1490 }
1491 .tag a {
1492   /*padding-right: 8px;*/
1493   color: rgb(153,153,153);
1494 }
1495 .wwto {
1496   position: absolute !important;
1497   width: 25px;
1498   height: 25px;
1499   background: #FFFFFF;
1500   border: 2px solid #364e59;
1501   height: 25px;
1502   width: 25px;
1503   overflow: hidden;
1504   padding: 1px;
1505   position: absolute !important;
1506   top: 40px;
1507   left: 30px;
1508   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1509 }
1510 .wwto .contact-photo {
1511   width: auto;
1512   height: 25px;
1513 }
1514 /* contacts menu */
1515 .contact-photo-wrapper {
1516   position: relative;
1517   width: 80px;
1518 }
1519
1520 .contact-photo-wrapper.wwto {
1521   width: 25px;
1522 }
1523
1524 .contact-photo {
1525   width: 48px;
1526   height: 48px;
1527   overflow: hidden;
1528   display: block;
1529   -webkit-border-radius: 4px;
1530   -moz-border-radius: 4px;
1531   border-radius: 4px;
1532 }
1533
1534 .contact-photo img {
1535   width: 48px;
1536   height: 48px;
1537 }
1538
1539 .contact-wrapper {
1540   float: left;
1541   width: 90px;
1542   height: 90px;
1543   margin-bottom: 15px;
1544 }
1545 .contact-wrapper .contact-photo {
1546   width: 80px;
1547   height: 80px;
1548 }
1549 .contact-wrapper .contact-photo img {
1550   width: 80px;
1551   height: 80px;
1552 }
1553 .contact-wrapper {
1554   left: 0px;
1555   top: 63px;
1556 }
1557 .contact-photo {
1558   width: 48px;
1559   height: 48px;
1560 }
1561 .contact-photo img {
1562   width: 48px;
1563   height: 48px;
1564 }
1565 .contact-name {
1566   /* text-align: center; */
1567   /*font-weight: bold;*/
1568   font-size: 12px;
1569 }
1570 .contact-details {
1571   color: #999999;
1572 }
1573 /* editor */
1574 .jothidden {
1575   display: none;
1576 }
1577 #jot {
1578   width: 785px;
1579   margin: 0px 2em 20px 0px;
1580 }
1581 #jot .profile-jot-text {
1582   height: 1.2em;
1583   width: 99%;
1584   font-size: 10px;
1585   color: #999999;
1586   border: 1px solid #DDD;
1587   padding: 0.3em;
1588 }
1589 #jot #jot-tools {
1590   margin: 0px;
1591   padding: 0px;
1592   height: 40px;
1593   overflow: none;
1594   width: 783px;
1595   background-color: #0e232e;
1596   border-bottom: 2px solid #9eabb0;
1597 }
1598 #jot #jot-tools li {
1599   list-style: none;
1600   float: left;
1601   width: 80px;
1602   height: 40px;
1603   border-bottom: 2px solid #9eabb0;
1604 }
1605 #jot #jot-tools li a {
1606   display: block;
1607   color: #cccccc;
1608   width: 100%;
1609   height: 40px;
1610   text-align: center;
1611   line-height: 40px;
1612   overflow: hidden;
1613 }
1614 #jot #jot-tools li:hover {
1615   background-color: #364e59;
1616   border-bottom: 2px solid #bdcdd4;
1617 }
1618 #jot #jot-tools li.perms {
1619   float: right;
1620   width: 40px;
1621 }
1622 #jot #jot-tools li.perms a.unlock {
1623   width: 30px;
1624   border-left: 10px solid #cccccc;
1625   background-color: #cccccc;
1626   background-position: left center;
1627 }
1628 #jot #jot-tools li.perms a.lock {
1629   width: 30px;
1630   border-left: 10px solid #666666;
1631   background-color: #666666;
1632 }
1633 #jot #jot-tools li.submit {
1634   float: right;
1635   background-color: #cccccc;
1636   border-bottom: 2px solid #cccccc;
1637   border-right: 1px solid #666666;
1638   border-left: 1px solid #666666;
1639 }
1640 #jot #jot-tools li.submit input {
1641   border: 0px;
1642   margin: 0px;
1643   padding: 0px;
1644   background-color: #cccccc;
1645   color: #666666;
1646   width: 80px;
1647   height: 40px;
1648   line-height: 40px;
1649 }
1650 #jot #jot-tools li.submit input:hover {
1651   background-color: #bdcdd4;
1652   color: #666666;
1653 }
1654 #jot #jot-tools li.loading {
1655   float: right;
1656   background-color: #ffffff;
1657   width: 20px;
1658   vertical-align: center;
1659   text-align: center;
1660   border-top: 2px solid #9eabb0;
1661   height: 38px;
1662 }
1663 #jot #jot-tools li.loading img {
1664   margin-top: 10px;
1665 }
1666 /* #jot */
1667 #jot-title {
1668   border: 0px;
1669   margin: 0px;
1670   height: 20px;
1671   width: 700px;
1672   font-weight: bold;
1673   border: 1px solid #ffffff;
1674 }
1675 #jot #jot-title:-webkit-input-placeholder {
1676   font-weight: normal;
1677 }
1678 #jot #jot-title:-moz-placeholder {
1679   font-weight: normal;
1680 }
1681 #jot #jot-title:hover {
1682   border: 1px solid #999999;
1683 }
1684 #jot #jot-title:focus {
1685   border: 1px solid #999999;
1686 }
1687 #jot #character-counter {
1688   width: 80px;
1689   float: right;
1690   text-align: right;
1691   height: 20px;
1692   line-height: 20px;
1693   padding-right: 20px;
1694 }
1695
1696 #profile-jot-submit {
1697   float: right;
1698   margin-left: 15px;
1699 }
1700 #profile-upload-wrapper {
1701   float: left;
1702   margin-left: 15px;
1703 }
1704 #profile-attach-wrapper {
1705   float: left;
1706   margin-left: 15px;
1707 }
1708 #profile-link-wrapper {
1709   float: left;
1710   margin-left: 15px;
1711   cursor: pointer;
1712 }
1713 #profile-video-wrapper {
1714   float: left;
1715   margin-left: 15px;
1716   cursor: pointer;
1717 }
1718 #profile-audio-wrapper {
1719   float: left;
1720   margin-left: 15px;
1721   cursor: pointer;
1722 }
1723 #profile-location-wrapper {
1724   float: left;
1725   margin-left: 15px;
1726   cursor: pointer;
1727 }
1728 #profile-nolocation-wrapper {
1729   float: left;
1730   margin-left: 15px;
1731   cursor: pointer;
1732 }
1733 #profile-smiley-wrapper {
1734   float: left;
1735   margin-left: 15px;
1736   cursor: pointer;
1737   margin-top: 3px;
1738   height: 10px;
1739 }
1740 #jot-perms-icon {
1741   float: right;
1742   margin-left: 15px;
1743 }
1744 #jot-preview-link {
1745   float: right;
1746 }
1747 #profile-jot-end {
1748   clear: both;
1749 }
1750 #profile-jot-text_tbl {
1751   width: 780px;
1752 }
1753 #profile-jot-wrapper {
1754   margin-bottom: 10px;
1755 }
1756
1757 /** buttons **/
1758 /*input[type="submit"] {
1759         border: 0px;
1760     background-color: @ButtonBackgroundColor;
1761     color: @ButtonColor;
1762     padding: 0px 10px;
1763         .rounded(5px);
1764     height: 18px;
1765 }*/
1766 /** acl **/
1767 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1768   display: block!important;
1769 }
1770 #acl-wrapper {
1771   width: 690px;
1772   float: left;
1773 }
1774 #acl-search {
1775   float: right;
1776   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1777   padding-right: 20px;
1778 }
1779 #acl-showall {
1780   float: left;
1781   display: block;
1782   width: auto;
1783   height: 18px;
1784   background-color: #cccccc;
1785   background-image: url("../../../images/show_all_off.png");
1786   background-position: 7px 7px;
1787   background-repeat: no-repeat;
1788   padding: 7px 5px 0px 30px;
1789   color: #999999;
1790   -moz-border-radius: 5px 5px 5px 5px;
1791   -webkit-border-radius: 5px 5px 5px 5px;
1792   border-radius: 5px 5px 5px 5px;
1793 }
1794 #acl-showall.selected {
1795   color: #000000;
1796   background-color: #ff9900;
1797   background-image: url("../../../images/show_all_on.png");
1798 }
1799 #acl-list {
1800   height: 210px;
1801   border: 1px solid #cccccc;
1802   clear: both;
1803   margin-top: 30px;
1804   overflow: auto;
1805 }
1806 .acl-list-item {
1807   display: block;
1808   width: 150px;
1809   height: 30px;
1810   border: 1px solid #cccccc;
1811   margin: 5px;
1812   float: left;
1813 }
1814 .acl-list-item img {
1815   width: 22px;
1816   height: 22px;
1817   float: left;
1818   margin: 4px;
1819 }
1820 .acl-list-item p {
1821   height: 12px;
1822   font-size: 10px;
1823   margin: 0px;
1824   padding: 2px 0px 1px;
1825   overflow: hidden;
1826 }
1827 .acl-list-item a {
1828   font-size: 8px;
1829   display: block;
1830   width: 40px;
1831   height: 10px;
1832   float: left;
1833   color: #999999;
1834   background-color: #cccccc;
1835   background-position: 3px 3px;
1836   background-repeat: no-repeat;
1837   margin-right: 5px;
1838   -webkit-border-radius: 2px ;
1839   -moz-border-radius: 2px;
1840   border-radius: 2px;
1841   padding-left: 15px;
1842 }
1843 #acl-wrapper a:hover {
1844   text-decoration: none;
1845   color: #000000;
1846 }
1847 .acl-button-show {
1848   background-image: url("../../../images/show_off.png");
1849 }
1850 .acl-button-hide {
1851   background-image: url("../../../images/hide_off.png");
1852 }
1853 .acl-button-show.selected {
1854   color: #000000;
1855   background-color: #9ade00;
1856   background-image: url("../../../images/show_on.png");
1857 }
1858 .acl-button-hide.selected {
1859   color: #000000;
1860   background-color: #ff4141;
1861   background-image: url("../../../images/hide_on.png");
1862 }
1863 .acl-list-item.groupshow {
1864   border-color: #9ade00;
1865 }
1866 .acl-list-item.grouphide {
1867   border-color: #ff4141;
1868 }
1869 /** /acl **/
1870 /** tab buttons **/
1871 ul.tabs {
1872   list-style-type: none;
1873   padding-bottom: 10px;
1874   padding-left: 0px;
1875   margin-bottom: 5px;
1876   line-height: 27px;
1877   height: 27px;
1878   font-size: 11px;
1879   font-weight: bold;
1880   /* margin-bottom: 30px; */
1881 }
1882 ul.tabs li {
1883   float: left;
1884   /* margin-left: 7px; */
1885 }
1886 /*ul.tabs li .active {
1887   border-bottom: 1px solid #005c94;
1888 }*/
1889
1890 ul.tabs a {
1891     /* min-width: 34px; */
1892     display: block;
1893     float: left;
1894     padding-bottom: 0px;
1895     padding: 0px 12px 0px 12px;
1896     color: #444;
1897 }
1898
1899 ul.tabs a {
1900     box-shadow: 1px 2px 0px 0px #D8D8D8;
1901     margin-right: 5px;
1902 }
1903
1904 #birthday-notice, #event-notice {
1905     box-shadow: 1px 2px 0px 0px #D8D8D8;
1906     margin-bottom: 5px;
1907 }
1908
1909 #birthday-wrapper, #event-wrapper {
1910     background-color: #FAFAFA;
1911     box-shadow: 1px 2px 0px 0px #D8D8D8;
1912     padding-left: 10px;
1913     padding-right: 10px;
1914     padding-top: 5px;
1915     padding-bottom: 5px;
1916     margin-bottom: 0px;
1917 }
1918
1919 div.pager, .birthday-notice, .comment-edit-submit-wrapper .fakelink {
1920     padding: 2px 7px 2px 7px;
1921     color: black;
1922 }
1923
1924 div.pager, .birthday-notice, ul.tabs a, .comment-edit-submit-wrapper .fakelink {
1925     border: 1px solid lightgray;
1926     background: #F2F2F2;
1927     margin-top: 2px;
1928     margin-bottom: 2px;
1929 }
1930
1931 ul.tabs a:hover {
1932     color: #333;
1933 }
1934
1935 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
1936     color: black;
1937 }
1938
1939 ul.tabs a:hover, #event-notice:hover, #birthday-notice:hover, ul.tabs li .active, .comment-edit-submit-wrapper .fakelink:hover {
1940     background-color: #e5e5e5;
1941     text-decoration: none;
1942     border: 1px solid darkgray;
1943 }
1944
1945 .comment-edit-bb {
1946   float:right;
1947 }
1948 .comment-edit-bb a {
1949   color: #888;
1950   padding: 0px 5px 1px 5px;
1951 }
1952
1953 .comment-edit-bb a:hover {
1954   color: #000;
1955   text-decoration: none;
1956 }
1957
1958 /**
1959  * Form fields
1960  */
1961 .field {
1962   margin-bottom: 10px;
1963   padding-bottom: 10px;
1964   overflow: auto;
1965   width: 100%;
1966 }
1967 .field label {
1968   float: left;
1969   width: 200px;
1970 }
1971 .field input, .field textarea {
1972   max-width: 400px;
1973 }
1974 .field textarea {
1975   height: 100px;
1976 }
1977 .field .field_help {
1978   display: block;
1979   margin-left: 200px;
1980   color: #666666;
1981 }
1982 .field .onoff {
1983   float: left;
1984   width: 80px;
1985 }
1986 .field .onoff a {
1987   display: block;
1988   border: 1px solid #666666;
1989   background-image: url("../../../images/onoff.jpg");
1990   background-repeat: no-repeat;
1991   padding: 4px 2px 2px 2px;
1992   height: 16px;
1993   text-decoration: none;
1994 }
1995 .field .onoff .off {
1996   border-color: #666666;
1997   padding-left: 40px;
1998   background-position: left center;
1999   background-color: #cccccc;
2000   color: #666666;
2001   text-align: right;
2002 }
2003 .field .onoff .on {
2004   border-color: #204A87;
2005   padding-right: 40px;
2006   background-position: right center;
2007   background-color: #D7E3F1;
2008   color: #204A87;
2009   text-align: left;
2010 }
2011 .field .hidden {
2012   display: none!important;
2013 }
2014 .field.radio .field_help {
2015   margin-left: 0px;
2016 }
2017 aside form {
2018   overflow-x: hidden;
2019 }
2020 aside form .field label {
2021   float: inherit;
2022 }
2023
2024 #profile-edit-links-end {
2025         clear: both;
2026         margin-bottom: 15px;
2027 }
2028
2029 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
2030
2031 #profile-edit-links li {
2032   float: left;
2033   list-style: none;
2034   margin-left: 10px;
2035 }
2036
2037 .profile-edit-side-div {
2038 /*  display: none; */
2039   float: right; 
2040 }
2041
2042 /* aside div.clear {
2043   clear: none;
2044   float: left;
2045 } */
2046
2047 #register-form label,
2048 #profile-edit-form label {
2049         width: 300px; float: left;
2050 }
2051
2052 .required {
2053   display: inline;
2054   color: #B20202;
2055 }
2056
2057 /* oauth */
2058 .oauthapp {
2059   height: auto;
2060   overflow: auto;
2061   border-bottom: 2px solid #cccccc;
2062   padding-bottom: 1em;
2063   margin-bottom: 1em;
2064 }
2065 .oauthapp img {
2066   float: left;
2067   width: 48px;
2068   height: 48px;
2069   margin: 10px;
2070 }
2071 .oauthapp img.noicon {
2072   background-image: url("../../../images/icons/48/plugin.png");
2073   background-position: center center;
2074   background-repeat: no-repeat;
2075 }
2076 .oauthapp a {
2077   float: left;
2078 }
2079 /* contacts */
2080 .contact-entry-wrapper {
2081   width: 120px;
2082   height: 120px;
2083   float: left;
2084 }
2085 /* photo */
2086 .lframe {
2087   float: left;
2088   margin: 0px 10px 10px 0px;
2089 }
2090 /* profile match wrapper */
2091 .profile-match-wrapper {
2092   float: left;
2093   width: 90px;
2094   height: 90px;
2095   margin-bottom: 20px;
2096 }
2097 .profile-match-wrapper .contact-photo {
2098   width: 80px;
2099   height: 80px;
2100 }
2101 .profile-match-wrapper .contact-photo img {
2102   width: 80px;
2103   height: 80px;
2104 }
2105 .profile-match-wrapper {
2106   left: 0px;
2107   top: 63px;
2108 }
2109
2110 .contact-photo-menu-button {
2111         position: relative;
2112         background-image: url("../../../images/icons/16/menu.png");
2113         background-position: top left; 
2114         background-repeat: no-repeat;
2115         margin: 0px 0px -16px 0px; 
2116         padding: 0px;
2117         width: 16px;
2118         height: 16px;
2119         top: -20px; left:0px;
2120         overflow: hidden;
2121         text-indent: 40px;
2122         display: none;
2123         
2124 }
2125 .contact-photo-menu {
2126         width: 11em;
2127         border: 3px solid #364e59;
2128         color: #2d2d2d;
2129         background: #FFFFFF;
2130 /*        position: absolute;*/
2131         position: relative;
2132         left: 0px; top: 0px;
2133         display: none;
2134         z-index: 10000;
2135 }
2136 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2137 .contact-photo-menu li a {
2138         display: block; 
2139         padding: 5px 10px; 
2140         color: #2d2d2d;
2141         text-decoration: none;
2142 }
2143 .contact-photo-menu li a:hover {
2144         background-color: #bdcdd4; 
2145 }
2146
2147 /* page footer */
2148 footer {
2149   /* height: 100px; */
2150   display: table-row;
2151 }
2152
2153 blockquote {
2154     border-left: 1px solid #D2D2D2;
2155     padding-left: 9px;
2156     margin: 0 0 0 .8ex;
2157     color: #777;
2158 }
2159
2160 .oembed {
2161     /* font-size: large; */
2162     font-size: larger;
2163     font-weight: bold;
2164     display: block;
2165 }
2166
2167 /* ================== */
2168 /* = Contacts Block = */
2169 /* ================== */
2170
2171 .contact-block-img {
2172         width: 42px;
2173         height: 42px;
2174         padding-right: 2px;
2175 }
2176 .contact-block-div {
2177         float: left;
2178 }
2179
2180 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2181 #contact-block-end { clear: both; } 
2182
2183 #group-edit-wrapper {
2184         margin-bottom: 10px;
2185 }
2186
2187 #group-members-end {
2188         clear: both;
2189 }
2190
2191 /*
2192 #group-separator,
2193 #prof-separator { display: none;}
2194 */
2195
2196 #prvmail-upload {
2197   margin-left: 10px;
2198 }
2199
2200 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2201         margin-bottom: 10px;
2202         margin-top: 20px;
2203 }
2204
2205 #prvmail-submit {
2206         float: left;
2207         margin-top: 10px;
2208 }
2209 #prvmail-upload-wrapper,
2210 #prvmail-link-wrapper,
2211 #prvmail-rotator-wrapper {
2212         float: left;
2213         margin-top: 10px;
2214         margin-right: 10px;
2215         width: 24px;
2216 }
2217
2218 #prvmail-end {
2219         clear: both;
2220 }
2221
2222 .mail-list-sender,
2223 .mail-list-detail {
2224         float: left;
2225 }
2226 .mail-list-detail {
2227         margin-left: 20px;
2228 }
2229
2230 .mail-list-subject {
2231         font-size: 1.1em;
2232         margin-top: 10px;
2233 }
2234 a.mail-list-link {
2235     display: block;
2236     font-size: 1.3em;
2237     padding: 4px 0;
2238 }
2239
2240 /*
2241 *a.mail-list-link:hover {
2242 *       background-color: #15607B;
2243 *       color: #F5F6FB;
2244 *}
2245 */
2246
2247 .mail-list-outside-wrapper-end {
2248         clear: both;
2249 }
2250
2251 .mail-list-outside-wrapper {
2252         margin-top: 30px;
2253 }
2254
2255 .mail-list-delete-wrapper {
2256         float: right;
2257         margin-right: 30px;
2258         margin-top: 15px;
2259 }
2260
2261 .mail-list-delete-icon {
2262         border: none;
2263 }
2264
2265 .mail-conv-sender,
2266 .mail-conv-detail {
2267         float: left;
2268 }
2269 .mail-conv-detail {
2270         margin-left: 20px;
2271         width: 500px;
2272 }
2273
2274 .mail-conv-subject {
2275     font-size: 1.4em;
2276     margin: 10px 0;
2277 }
2278
2279 .mail-conv-outside-wrapper-end {
2280         clear: both;
2281 }
2282
2283 .mail-conv-outside-wrapper {
2284         margin-top: 30px;
2285 }
2286
2287 .mail-conv-delete-wrapper {
2288         float: right;
2289         margin-right: 30px;
2290         margin-top: 15px;
2291 }
2292 .mail-conv-break {
2293         clear: both;
2294 }
2295
2296 .mail-conv-delete-icon {
2297         border: none;
2298 }
2299
2300 /* ========== */
2301 /* = Events = */
2302 /* ========== */
2303 .eventcal {
2304         float: left;
2305         font-size: 20px;
2306 }
2307
2308 .vevent {
2309         border: 1px solid #CCCCCC;
2310         max-width: 600px;
2311         position: relative;
2312         margin-top: 4px;
2313         margin-right: 4px;
2314         margin-bottom: 15px;
2315 }
2316
2317 .vevent .event-description, .vevent .event-location {
2318         margin-left: 10px;
2319         margin-right: 10px;
2320 }
2321 .vevent .event-start {
2322         margin-left: 10px;
2323         margin-right: 10px;
2324 }
2325
2326 #new-event-link {
2327         margin-bottom: 10px;
2328 }
2329
2330 .edit-event-link, .plink-event-link {
2331         float: left;
2332         margin-top: 4px;
2333         margin-right: 4px;
2334         margin-bottom: 15px;
2335 }
2336
2337 .event-description:before {
2338         content: url('../../../images/calendar.png');
2339         margin-right: 15px;
2340 }
2341
2342 .event-start, .event-end {
2343         margin-left: 10px;
2344         width: 330px;
2345         clear: both;
2346 }
2347
2348 .event-start .dtstart, .event-end .dtend {
2349         float: right;
2350 }
2351
2352 .event-list-date {
2353         margin-bottom: 10px;
2354 }
2355
2356 .prevcal, .nextcal {
2357         float: left;
2358         margin-left: 32px;
2359         margin-right: 32px;
2360         margin-top: 64px;
2361 }
2362 .event-calendar-end {
2363         clear: both;
2364 }
2365
2366  
2367 .calendar {
2368         font-family: Courier, monospace;
2369 }
2370 .today {
2371         font-weight: bold;
2372         color: #FF0000;
2373 }
2374
2375 .settings-block {
2376         /* border: 1px solid #AAA; */
2377         padding-left: 5px;
2378         padding-right: 5px;
2379 }
2380
2381 .app-title {
2382   margin: 0px;
2383 }
2384
2385 #identity-manage-desc {
2386         margin-top:15px;
2387         margin-bottom: 15px;
2388 }
2389
2390 #identity-manage-choose {
2391         margin-bottom: 15px;
2392 }
2393
2394 #identity-submit {
2395         margin-top: 20px;
2396 }
2397
2398 #photo-prev-link, #photo-next-link {
2399         padding: 10px;
2400         float: left;
2401 }
2402
2403 #photo-photo {
2404         float: left;
2405 }
2406
2407 #photo-photo-end {
2408         clear: both;
2409 }
2410
2411 .profile-match-photo {
2412         float: left;
2413         text-align: center;
2414         width: 120px;
2415 }
2416
2417 .profile-match-name {
2418         float: left;
2419         text-align: center;
2420         width: 120px;
2421         overflow: hidden;
2422 }
2423
2424 .profile-match-break,
2425 .profile-match-end {
2426         clear: both;
2427 }
2428
2429 .profile-match-connect {
2430         text-align: center;
2431         font-weight: bold;
2432 }
2433
2434 .profile-match-wrapper {
2435         float: left;
2436         padding: 10px;
2437         width: 120px;
2438         height: 120px;
2439         scroll: auto;
2440 }
2441 #profile-match-wrapper-end {
2442         clear: both;
2443 }
2444
2445 /* ============= */
2446 /* = Directory = */
2447 /* ============= */
2448 /* contacts menu */
2449 .contact-photo-wrapper {
2450   position: relative;
2451 }
2452 .contact-photo {
2453   width: 48px;
2454   height: 48px;
2455   overflow: hidden;
2456   display: block;
2457 }
2458 .contact-photo img {
2459   width: 48px;
2460   height: 48px;
2461 }
2462 .contact-photo-menu-button {
2463   display: none;
2464   /* position: absolute; */
2465   /* position: absolute; */
2466   left: -2px;
2467   top: -20px;
2468 }
2469 .contact-wrapper {
2470   float: left;
2471   width: 90px;
2472   height: 90px;
2473   margin-bottom: 15px;
2474 }
2475 .contact-wrapper .contact-photo {
2476   width: 80px;
2477   height: 80px;
2478 }
2479 .contact-wrapper .contact-photo img {
2480   width: 80px;
2481   height: 80px;
2482 }
2483 .contact-wrapper .contact-photo-menu-button {
2484   left: 0px;
2485   top: 63px;
2486 }
2487 .directory-item {
2488   float: left;
2489   width: 200px;
2490   height: 200px;
2491 }
2492 .directory-item .contact-photo {
2493   width: 175px;
2494   height: 175px;
2495 }
2496 .directory-item .contact-photo img {
2497   width: 175px;
2498   height: 175px;
2499 }
2500 .contact-name {
2501   text-align: center;
2502   font-weight: bold;
2503   font-size: 12px;
2504 }
2505 .contact-details {
2506   color: #999999;
2507 }
2508
2509 .photo-top-image-wrapper {
2510         position: relative;
2511         float: left;
2512         margin-top: 15px;
2513         margin-right: 15px;
2514         width: 200px; height: 200px; 
2515         overflow: hidden; 
2516 }
2517 .photo-top-album-name {
2518         width: 100%;
2519         min-height: 2em;
2520         position: absolute; 
2521         bottom: 0px; 
2522         padding: 0px 3px;
2523         padding-top: 0.5em;
2524         background-color: rgb(255, 255, 255);
2525 }
2526 #photo-top-end {
2527         clear: both;
2528 }
2529
2530 #photo-top-links {
2531         margin-bottom: 30px;
2532         margin-left: 30px;
2533 }
2534
2535 #photos-upload-newalbum-div {
2536         float: left;
2537         width: 175px;
2538 }
2539
2540 .menu-profile-list{
2541   height: auto;
2542   overflow: auto;
2543   min-height: 16px;
2544   list-style: none;
2545         }
2546 .menu-profile-list:hover{
2547         background: #E7F2F7;
2548         }
2549 .menu-profile-list-item{
2550         padding-left: 5px;
2551         vertical-align: middle;
2552         }       
2553 .menu-profile-list-item:hover{  
2554         text-decoration: none;
2555    }
2556
2557 .autocomplete {
2558   width: 350px;
2559   color: black; 
2560   border: 1px solid rgb(210, 210, 210); 
2561   background-color: white;
2562   cursor: pointer;
2563   text-align: left;
2564   max-height: 350px;
2565   overflow: auto;
2566   display: block;
2567   background-position: initial initial;
2568   background-repeat: initial initial; 
2569 }
2570 .mail-list-wrapper {
2571   background-color: #f6f7f8;
2572   margin-bottom: 5px;
2573   width: 100%;
2574   height: auto;
2575   overflow: hidden;
2576 }
2577 .mail-list-wrapper span {
2578   display: block;
2579   float: left;
2580   width: 20%;
2581   overflow: hidden;
2582 }
2583 .mail-list-wrapper .mail-subject {
2584   width: 30%;
2585   padding: 4px 0px 0px 4px;
2586 }
2587 .mail-list-wrapper .mail-subject a {
2588   display: block;
2589 }
2590 .mail-list-wrapper .mail-subject.unseen a {
2591   font-weight: bold;
2592 }
2593 .mail-list-wrapper .mail-date {
2594   padding: 4px 4px 0px 4px;
2595 }
2596 .mail-list-wrapper .mail-from {
2597   padding: 4px 4px 0px 4px;
2598 }
2599 .mail-list-wrapper .mail-count {
2600   padding: 4px 4px 0px 4px;
2601   text-align: right;
2602 }
2603 .mail-list-wrapper .mail-delete {
2604   float: right;
2605 }
2606 #mail-display-subject {
2607   background-color: #f6f7f8;
2608   color: #2d2d2d;
2609   margin-bottom: 10px;
2610   width: 100%;
2611   height: auto;
2612   overflow: hidden;
2613 }
2614 #mail-display-subject span {
2615   float: left;
2616   overflow: hidden;
2617   padding: 4px 0px 0px 10px;
2618 }
2619 #mail-display-subject .mail-delete {
2620   float: right;
2621   opacity: 0.5;
2622   -webkit-transition: all 0.2s ease-in-out;
2623   -moz-transition: all 0.2s ease-in-out;
2624   -o-transition: all 0.2s ease-in-out;
2625   -ms-transition: all 0.2s ease-in-out;
2626   transition: all 0.2s ease-in-out;
2627 }
2628 #mail-display-subject:hover .mail-delete {
2629   opacity: 1;
2630   -webkit-transition: all 0.2s ease-in-out;
2631   -moz-transition: all 0.2s ease-in-out;
2632   -o-transition: all 0.2s ease-in-out;
2633   -ms-transition: all 0.2s ease-in-out;
2634   transition: all 0.2s ease-in-out;
2635 }
2636
2637 .mail-list-outside-wrapper-end {
2638         clear: both;
2639 }
2640 .mail-list-outside-wrapper {
2641         margin-top: 30px;
2642 }
2643 .mail-list-delete-wrapper {
2644         float: right;
2645         margin-right: 30px;
2646         margin-top: 15px;
2647 }
2648 .mail-list-delete-icon {
2649         border: none;
2650 }
2651 .mail-conv-sender,
2652 .mail-conv-detail {
2653         float: left;
2654 }
2655 .mail-conv-detail {
2656         margin-left: 20px;
2657         width: 500px;
2658 }
2659 .mail-conv-subject {
2660     font-size: 1.4em;
2661     margin: 10px 0;
2662 }
2663 .mail-conv-outside-wrapper-end {
2664         clear: both;
2665 }
2666 .mail-conv-outside-wrapper {
2667         margin-top: 30px;
2668 }
2669 .mail-conv-delete-wrapper {
2670         float: right;
2671         margin-right: 30px;
2672         margin-top: 15px;
2673 }
2674 .mail-conv-break {
2675         clear: both;
2676 }
2677 .mail-conv-delete-icon {
2678         border: none;
2679 }
2680