]> git.mxchange.org Git - friendica.git/blob - view/theme/vier/style.css
Diaspora: Avatars of repeated items weren't found
[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 /* ========= */
7 /* = Admin = */
8 /* ========= */
9
10 #adminpage {
11 /*        width: 80%;*/
12 }
13
14 #pending-update {
15         float:right;
16         color: #ffffff;
17         font-weight: bold;
18         background-color: #FF0000;
19         padding: 0em 0.3em;
20 }
21
22 .admin.linklist {
23         border: 0px; padding: 0px;
24 }
25
26 .admin.link {
27         list-style-position: inside;
28         font-size: 1em;
29         padding: 5px;
30         width: 100px;
31         margin: 5px;
32 }
33
34 #adminpage dl {
35         clear: left;
36         margin-bottom: 2px;
37         padding-bottom: 2px;
38         border-bottom: 1px solid black;
39 }
40
41 #adminpage dt {
42         width: 200px;
43         float: left;
44         font-weight: bold;
45 }
46
47 #adminpage dd {
48         margin-left: 200px;
49 }
50 #adminpage h3 {
51         border-bottom: 1px solid #898989;
52         margin-bottom: 5px;
53         margin-top: 10px;
54 }
55
56 #adminpage .submit {
57         clear:left;
58 }
59
60 #adminpage #pluginslist {
61         margin: 0px; padding: 0px;
62 }
63
64 #adminpage .plugin {
65         list-style: none;
66         display: block;
67         /* border: 1px solid #888888; */
68         padding: 1em;
69         margin-bottom: 5px;
70         clear: left;
71 }
72
73 #adminpage .toggleplugin {
74         float:left;
75         margin-right: 1em;
76 }
77
78 #adminpage table {width:100%; border-bottom: 1p solid #000000; margin: 5px 0px;}
79 #adminpage table th { text-align: left;}
80 #adminpage td .icon { float: left;}
81 #adminpage table#users img { width: 16px; height: 16px; }
82 #adminpage table tr:hover { background-color: #eeeeee; }
83 #adminpage .selectall { text-align: right; }
84 /* icons */
85
86
87 .article        { background-position: -50px  0px;}
88 .audio          { background-position: -70px  0px;}
89 .block          { background-position: -90px  0px;}
90 .drop           { background-position: -110px 0px;}
91 .drophide       { background-position: -130px 0px;}
92 .edit           { background-position: -150px 0px;}
93 .camera         { background-position: -170px 0px;}
94 .dislike        { background-position: -190px 0px;}
95 .like           { background-position: -210px 0px;}
96 .link           { background-position: -230px 0px;}
97
98 .globe          { background-position: -50px  -20px;}
99 .noglobe        { background-position: -70px  -20px;}
100 .no             { background-position: -90px  -20px;}
101 .pause          { background-position: -110px -20px;}
102 .play           { background-position: -130px -20px;}
103 .pencil         { background-position: -150px -20px;}
104 .small-pencil   { background-position: -170px -20px;}
105 .recycle        { background-position: -190px -20px;}
106 .remote-link    { background-position: -210px -20px;}
107 .share          { background-position: -230px -20px;}
108
109 .tools          { background-position: -50px  -40px;}
110 .lock           { background-position: -70px  -40px;}
111 .unlock         { background-position: -90px  -40px;}
112
113 .video          { background-position: -110px -40px;}
114 .youtube        { background-position: -130px -40px;}
115
116 .attach         { background-position: -190px -40px;}
117 .language       { background-position: -210px -40px;}
118
119
120 .on             { background-position: -50px  -60px;}
121 .off            { background-position: -70px  -60px;}
122 .prev           { background-position: -90px  -60px;}
123 .next           { background-position: -110px -60px;}
124 .tagged     { background-position: -130px -60px;}
125
126 .attachtype {
127         display: block; width: 20px; height: 23px;
128         background-image: url('../../../images/content-types.png');
129 }
130
131 .type-video { background-position: 0px 0px; }
132 .type-image { background-position: -20px 0px; }
133 .type-audio { background-position: -40px 0px; }
134 .type-text  { background-position: -60px 0px; }
135 .type-unkn  { background-position: -80px 0px; }
136
137 .icon.drop, .icon.drophide {
138  float: left;
139 }
140
141 .icon {
142   display: block;
143   width: 18px;
144   height: 18px;
145   background-image: url('icons.png');
146 }
147
148 .icon {
149   background-color: transparent ;
150   background-repeat: no-repeat;
151   /* background-position: left center; */
152   display: block;
153   overflow: hidden;
154   text-indent: -9999px;
155   padding: 1px;
156 }
157
158 .icon.text {
159   text-indent: 0px;
160 }
161 .icon.s10 {
162   min-width: 10px;
163   height: 10px;
164 }
165 .icon.s10.notify {
166   background-image: url("../../../images/icons/10/notify_off.png");
167 }
168 .icon.s10.gear {
169   background-image: url("../../../images/icons/10/gear.png");
170 }
171 .icon.s10.add {
172   background-image: url("../../../images/icons/10/add.png");
173 }
174 .icon.s10.delete {
175   background-image: url("../../../images/icons/10/delete.png");
176 }
177 .icon.s10.edit {
178   background-image: url("../../../images/icons/10/edit.png");
179 }
180 .icon.s10.star {
181   background-image: url("../../../images/icons/10/star.png");
182 }
183 .icon.s10.menu {
184   background-image: url("../../../images/icons/10/menu.png");
185 }
186 .icon.s10.link {
187   background-image: url("../../../images/icons/10/link.png");
188 }
189 .icon.s10.lock {
190   background-image: url("../../../images/icons/10/lock.png");
191 }
192 .icon.s10.unlock {
193   background-image: url("../../../images/icons/10/unlock.png");
194 }
195 .icon.s10.text {
196   padding: 2px 0px 0px 15px;
197   font-size: 10px;
198 }
199 .icon.s16 {
200   min-width: 16px;
201   height: 16px;
202 }
203 .icon.s16.notify {
204   background-image: url("../../../images/icons/16/notify_off.png");
205 }
206 .icon.s16.gear {
207   background-image: url("../../../images/icons/16/gear.png");
208 }
209 .icon.s16.add {
210   background-image: url("../../../images/icons/16/add.png");
211 }
212 .icon.s16.delete {
213   background-image: url("../../../images/icons/16/delete.png");
214 }
215 /*.icon.s16.edit {
216   background-image: url("../../../images/icons/16/edit.png");
217 }*/
218 .icon.s16.star {
219   background-image: url("../../../images/icons/16/star.png");
220 }
221 .icon.s16.menu {
222   background-image: url("../../../images/icons/16/menu.png");
223 }
224 /*.icon.s16.link {
225   background-image: url("../../../images/icons/16/link.png");
226 }*/
227 .icon.s16.lock {
228   background-image: url("../../../images/icons/16/lock.png");
229 }
230 .icon.s16.unlock {
231   background-image: url("../../../images/icons/16/unlock.png");
232 }
233 .icon.s16.text {
234   padding: 4px 0px 0px 20px;
235   font-size: 10px;
236 }
237 .icon.s22 {
238   min-width: 22px;
239   height: 22px;
240 }
241 .icon.s22.notify {
242   background-image: url("../../../images/icons/22/notify_off.png");
243 }
244 .icon.s22.gear {
245   background-image: url("../../../images/icons/22/gear.png");
246 }
247 .icon.s22.add {
248   background-image: url("../../../images/icons/22/add.png");
249 }
250 .icon.s22.delete {
251   background-image: url("../../../images/icons/22/delete.png");
252 }
253 .icon.s22.edit {
254   background-image: url("../../../images/icons/22/edit.png");
255 }
256 .icon.s22.star {
257   background-image: url("../../../images/icons/22/star.png");
258 }
259 .icon.s22.menu {
260   background-image: url("../../../images/icons/22/menu.png");
261 }
262 .icon.s22.link {
263   background-image: url("../../../images/icons/22/link.png");
264 }
265 .icon.s22.lock {
266   background-image: url("../../../images/icons/22/lock.png");
267 }
268 .icon.s22.unlock {
269   background-image: url("../../../images/icons/22/unlock.png");
270 }
271 .icon.s22.text {
272   padding: 10px 0px 0px 25px;
273   width: 200px;
274 }
275 .icon.s48 {
276   width: 48px;
277   height: 48px;
278 }
279 .icon.s48.notify {
280   background-image: url("../../../images/icons/48/notify_off.png");
281 }
282 .icon.s48.gear {
283   background-image: url("../../../images/icons/48/gear.png");
284 }
285 .icon.s48.add {
286   background-image: url("../../../images/icons/48/add.png");
287 }
288 .icon.s48.delete {
289   background-image: url("../../../images/icons/48/delete.png");
290 }
291 .icon.s48.edit {
292   background-image: url("../../../images/icons/48/edit.png");
293 }
294 .icon.s48.star {
295   background-image: url("../../../images/icons/48/star.png");
296 }
297 .icon.s48.menu {
298   background-image: url("../../../images/icons/48/menu.png");
299 }
300 .icon.s48.link {
301   background-image: url("../../../images/icons/48/link.png");
302 }
303 .icon.s48.lock {
304   background-image: url("../../../images/icons/48/lock.png");
305 }
306 .icon.s48.unlock {
307   background-image: url("../../../images/icons/48/unlock.png");
308 }
309 .sparkle {
310         cursor: url('lock.cur'), pointer;
311 }
312
313
314 #contact-edit-links ul {
315   list-style: none;
316   list-style-type: none;
317 }
318
319 .hide-comments-outer {
320   margin-left: 80px;
321   margin-bottom: 5px;
322   width: 660px;
323   border-bottom: 1px solid #BDCDD4;
324   border-top: 1px solid #BDCDD4;
325
326   padding: 8px;
327 }
328
329 /* global */
330 body {
331   font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
332   font-size: 13px;
333   background-color: #ffffff;
334   color: #2d2d2d;
335   margin: 50px 0px 0px 0px;
336   display: table;
337 }
338 h4 {
339   font-size: 1.1em;
340 }
341
342 a {
343         color: #36C;
344         /* color: #3e3e8c; */
345         text-decoration: none;
346 }
347 a:hover {
348         /* color: blue; */
349         text-decoration: underline
350 }
351
352 .wall-item-name-link {
353 /*  float: left;*/
354 }
355
356 .wall-item-photo {
357   width: 48px;
358   height: 48px;
359   overflow: hidden;
360   display: block;
361 }
362
363 .left {
364   float: left;
365 }
366 .right {
367   float: right;
368 }
369 .hidden {
370   display: none;
371 }
372 .clear {
373   clear: both;
374 }
375 .fakelink {
376   color: #36c;
377   /* color: #3e3e8c; */
378   text-decoration: none;
379   cursor: pointer;
380 }
381 .fakelink:hover {
382   /* color: blue; */
383   /*color: #005c94; */
384   text-decoration: underline;
385 }
386 code {
387   font-family: Courier, monospace;
388   white-space: pre;
389   display: block;
390   overflow: auto;
391   border: 1px solid #444;
392   background: #EEE;
393   color: #444;
394   padding: 10px;
395   margin-top: 20px;
396 }
397 #panel {
398   position: absolute;
399   width: 10em;
400   background: #ffffff;
401   color: #2d2d2d;
402   margin: 0px;
403   padding: 1em;
404   list-style: none;
405   border: 3px solid #364e59;
406   z-index: 100000;
407   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
408   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
409   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
410 }
411 /* tool */
412 .tool {
413   height: auto;
414   overflow: auto;
415   padding: 3px;
416 }
417 #saved-search-ul .tool:hover,
418 #nets-sidebar .tool:hover,
419 #sidebar-group-list .tool:hover {
420         background: #EEE;
421 }
422 .tool .label {
423 /*  float: left; */
424 }
425 .tool .action {
426   float: right;
427 }
428 .tool a {
429 /*  color: #000; */
430 }
431 .tool a:hover {
432   text-decoration: underline;
433 }
434 .sidebar-group-element {
435 /*  color: #000; */
436 }
437
438 /* popup notifications */
439 div.jGrowl div.notice {
440   background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
441   color: #ffffff;
442   padding-left: 58px;
443 }
444 div.jGrowl div.info {
445   background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
446   color: #ffffff;
447   padding-left: 58px;
448 }
449 /* header */
450 header {
451   position: fixed;
452   /* left: 43%;
453   right: 43%; */
454   left: 25px;
455   top: 0px;
456   margin: 0px;
457   padding: 0px;
458   /*width: 100%; height: 12px; */
459
460   z-index: 110;
461   color: #ffffff;
462 }
463 header #site-location {
464   display: none;
465 }
466 header #banner {
467   overflow: hidden;
468   text-align: center;
469   width: 100%;
470 }
471 header #banner a,
472 header #banner a:active,
473 header #banner a:visited,
474 header #banner a:link,
475 header #banner a:hover {
476   color: #ffffff;
477   text-decoration: none;
478   outline: none;
479   vertical-align: bottom;
480 }
481 header #banner #logo-img {
482   height: 22px;
483   margin-top: 5px;
484 }
485 header #banner #logo-text {
486   font-size: 22px;
487 }
488 /* nav */
489 nav {
490   width: 100%;
491   height: 32px;
492   position: fixed;
493   left: 0px;
494   top: 0px;
495   padding: 0px;
496   padding-left: 0px;
497   background: #364A84;
498     background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
499     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
500     background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
501     background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
502     background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
503     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
504     background: linear-gradient(top, #516499 0%,#364a84 100%);
505   color: #ffffff;
506   z-index: 100;
507   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
508   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
509   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
510 }
511 nav a,
512 nav a:active,
513 nav a:visited,
514 nav a:link,
515 nav a:hover {
516   color: #ffffff;
517   text-decoration: none;
518   outline: none;
519 }
520 nav ul {
521   margin: 0px;
522   padding: 0px 20px;
523 }
524 nav ul li {
525   list-style: none;
526   margin: 0px;
527   /* padding: 1px 1px 3px 1px; */
528   float: left;
529 }
530 nav ul li .menu-popup {
531   left: 0px;
532   right: auto;
533 }
534 nav #search-box #search-text {
535   background-image:  url('icons/lupe.png');
536   background-repeat:no-repeat;
537   padding-left:20px;
538   border-top-left-radius: 15px;
539 border-top-right-radius: 15px;
540 border-bottom-right-radius: 15px;
541 border-bottom-left-radius: 15px;
542         }
543
544 nav .nav-menu-icon {
545   position: relative;
546   height: 22px;
547   padding: 5px;
548   margin: 0px 10px;
549   -moz-border-radius: 5px 5px 0 0;
550   -webkit-border-radius: 5px 5px 0 0;
551   border-radius: 5px 5px 0 0;
552 }
553 nav .nav-menu-icon.selected {
554   background-color: #364e59;
555 }
556 nav .nav-menu-icon img {
557   width: 22px;
558   height: 22px;
559 }
560 nav .nav-menu-icon .nav-notify {
561   top: 3px;
562 }
563 nav .nav-menu-label {
564   margin: 3px 5px 0px;
565 }
566 nav .nav-menu {
567   position: relative;
568   height: 16px;
569   padding: 5px;
570   padding-left: 5px;
571   padding-right: 5px;
572   margin: 3px 5px 0px;
573   font-size: 13px;
574   border-bottom: 3px solid #364A84;
575 }
576 nav .nav-menu.selected {
577   border-bottom: 3px solid #9eabb0;
578 }
579 nav .nav-notify {
580   display: none;
581   position: absolute;
582   background-color: #36c;
583   /* background-color: #19aeff; */
584   -moz-border-radius: 5px 5px 5px 5px;
585   -webkit-border-radius: 5px 5px 5px 5px;
586   border-radius: 5px 5px 5px 5px;
587   font-size: 10px;
588   padding: 1px 3px;
589   top: 0px;
590   right: -10px;
591   min-width: 15px;
592   text-align: right;
593 }
594 nav .nav-notify.show {
595   display: block;
596 }
597 nav #nav-help-link,
598 nav #nav-search-link,
599 nav #nav-directory-link,
600 nav #nav-apps-link,
601 nav #nav-notifications-linkmenu,
602 nav #nav-site-linkmenu,
603 nav #nav-user-linklabel {
604   float: right;
605 }
606 nav #nav-user-linklabel {
607   padding-left: 0px;
608   margin-left: 0px;
609 }
610 nav #nav-help-link .menu-popup,
611 nav #nav-search-link .menu-popup,
612 nav #nav-directory-link .menu-popup,
613 nav #nav-apps-link .menu-popup,
614 nav #nav-notifications-linkmenu .menu-popup,
615 nav #nav-site-linkmenu .menu-popup {
616   right: 0px;
617   left: auto;
618 }
619 nav #nav-site-linkmenu {
620   margin-left: 0px;
621   margin-right: 0px;
622 }
623 nav #nav-notifications-linkmenu {
624   margin-left: 0px;
625   margin-right: 5px;
626 }
627 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
628   background-image: url("../../../images/icons/22/notify_on.png");
629 }
630 nav #nav-apps-link.selected {
631   background-color: #364e59;
632 }
633
634 nav #nav-community-link {
635   padding-left: 205px;
636 }
637
638 nav #nav-user-linkmenu {
639   float: right;
640   padding-left: 0px;
641   padding-right: 0px;
642   margin-right: 5px;
643 }
644
645 #nav-notifications-mark-all {
646         /* padding: 1px 1px 2px 26px; */
647         /* border-bottom: 1px solid #364E59; */
648         /* margin: 0px 0px 2px 0px;
649         padding: 5px 10px; */
650 }
651
652 #nav-notifications-see-all {
653         /* padding: 1px 1px 2px 26px; */
654         /* border-bottom: 1px solid #364E59; */
655         /* margin: 0px 0px 2px 0px;
656         padding: 5px 10px; */
657 }
658
659 .notify-seen {
660         background: none repeat scroll 0 0 #DDDDDD;
661         }
662
663 ul.menu-popup {
664   position: absolute;
665   display: none;
666   width: 11em;
667   background: #ffffff;
668   color: #2d2d2d;
669   margin: 0px;
670   padding: 0px;
671   list-style: none;
672   border: 3px solid #364e59;
673   z-index: 100000;
674   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
675   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
676   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
677 }
678 ul.menu-popup a {
679   display: block;
680   color: #2d2d2d;
681   padding: 5px 10px;
682   text-decoration: none;
683 }
684 ul.menu-popup a:hover {
685   background-color: #bdcdd4;
686 }
687 ul.menu-popup .menu-sep {
688   border-top: 1px solid #9eabb0;
689 }
690 ul.menu-popup li {
691   float: none;
692   overflow: auto;
693   height: auto;
694   display: block;
695 }
696 ul.menu-popup li img {
697   float: left;
698   width: 16px;
699   height: 16px;
700   padding-right: 5px;
701 }
702 ul.menu-popup .empty {
703   padding: 5px;
704   text-align: center;
705   color: #9eabb0;
706 }
707 /* autocomplete popup */
708 .acpopup {
709   max-height: 150px;
710   background-color: #ffffff;
711   color: #2d2d2d;
712   border: 1px solid #MenuBorder;
713   overflow: auto;
714   z-index: 100000;
715   -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
716   -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
717   box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
718 }
719 .acpopupitem {
720   color: #2d2d2d;
721   padding: 4px;
722   clear: left;
723 }
724 .acpopupitem img {
725   float: left;
726   margin-right: 4px;
727 }
728 .acpopupitem.selected {
729   background-color: #bdcdd4;
730 }
731 #nav-notifications-menu {
732   width: 400px;
733   max-height: 550px;
734   overflow: auto;
735 }
736 /* #nav-notifications-menu a {
737         display: inline;
738         padding: 5px 0px;
739         margin: 0px 0px 2px 0px;
740 }
741 #nav-notifications-menu li:hover {
742   background-color: #bdcdd4;
743 }*/
744
745 #nav-notifications-menu img {
746   float: left;
747   margin-right: 5px;
748 }
749 #nav-notifications-menu .contactname {
750   font-weight: bold;
751 }
752 #nav-notifications-menu .notif-when {
753   font-size: 10px;
754   color: #9eabb0;
755   display: block;
756 }
757
758 .notif-image {
759         width: 32px;
760         height: 32px;
761         padding: 7px 7px 0px 0px;
762 }
763
764 /* aside */
765 aside {
766   display: table-cell;
767   vertical-align: top;
768   width: 185px;
769   padding: 0px 10px 0px 20px;
770   border-right: 1px solid #D2D2D2;
771   /* background: #F1F1F1; */
772 }
773 aside .vcard .fn {
774   font-size: 16px;
775   font-weight: bold;
776   margin-bottom: 5px;
777 }
778 aside .vcard .title {
779   margin-bottom: 5px;
780 }
781 aside .vcard dl {
782   height: auto;
783   overflow: auto;
784 }
785 aside .vcard dt {
786   float: left;
787   margin-left: 0px;
788   width: 35%;
789   text-align: right;
790   color: #999999;
791 }
792 aside .vcard dd {
793   float: left;
794   margin-left: 4px;
795   width: 60%;
796 }
797 aside #profile-extra-links ul {
798   padding: 0px;
799   margin: 0px;
800 }
801 aside #profile-extra-links li {
802   padding: 0px;
803   margin: 0px;
804   list-style: none;
805 }
806 aside #dfrn-request-link {
807   display: block;
808   -moz-border-radius: 5px 5px 5px 5px;
809   -webkit-border-radius: 5px 5px 5px 5px;
810   border-radius: 5px 5px 5px 5px;
811   color: #ffffff;
812   background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
813   font-weight: bold;
814   text-transform: uppercase;
815   padding: 4px 2px 2px 35px;
816 }
817 aside #dfrn-request-link:hover {
818   text-decoration: none;
819   background-color: #36c;
820   /* background-color: #19aeff; */
821 }
822 aside #profiles-menu {
823   width: 20em;
824 }
825
826 aside #search-text {
827   width: 150px;
828   height: 17px;
829   padding-left: 10px;
830   border-top-left-radius: 15px;
831   border-top-right-radius: 15px;
832   border-bottom-right-radius: 15px;
833   border-bottom-left-radius: 15px;
834   -moz-border-bottom-colors: #dbdbdb;
835   -moz-border-top-colors: #999;
836   -moz-border-left-colors: #999;
837   -moz-border-right-colors: #dbdbdb;
838 }
839
840 .nets-ul {
841   margin-top: 0px;
842 }
843 .nets-all {
844   margin-left: 10px;
845 }
846
847 #contact-block {
848   overflow: auto;
849   height: auto;
850 }
851 #contact-block .contact-block-h4 {
852   float: left;
853   margin: 5px 0px;
854 }
855 #contact-block .allcontact-link {
856   float: right;
857   margin: 5px 0px;
858 }
859 #contact-block .contact-block-content {
860   clear: both;
861   overflow: auto;
862   height: auto;
863 }
864 #contact-block .contact-block-link {
865   float: left;
866   margin: 0px 2px 2px 0px;
867 }
868 #contact-block .contact-block-link img {
869   widht: 48px;
870   height: 58px;
871 }
872 .group_selected {
873   background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
874   float: left;
875   height: 22px;
876   width: 22px;
877 }
878 .group_unselected {
879   background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
880   float: left;
881   height: 22px;
882   width: 22px;
883 }
884 /* widget */
885 .widget {
886   margin-bottom: 2em;
887   /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
888         .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
889 /*  font-size: 12px; */
890 }
891 .widget h3 {
892   padding: 0px;
893   margin: 2px;
894 }
895 .widget .action {
896   opacity: 0.1;
897   -webkit-transition: all 0.2s ease-in-out;
898   -moz-transition: all 0.2s ease-in-out;
899   -o-transition: all 0.2s ease-in-out;
900   -ms-transition: all 0.2s ease-in-out;
901   transition: all 0.2s ease-in-out;
902 }
903 .widget input.action {
904   opacity: 0.5;
905   -webkit-transition: all 0.2s ease-in-out;
906   -moz-transition: all 0.2s ease-in-out;
907   -o-transition: all 0.2s ease-in-out;
908   -ms-transition: all 0.2s ease-in-out;
909   transition: all 0.2s ease-in-out;
910 }
911 .widget:hover .title .action {
912   opacity: 1;
913   -webkit-transition: all 0.2s ease-in-out;
914   -moz-transition: all 0.2s ease-in-out;
915   -o-transition: all 0.2s ease-in-out;
916   -ms-transition: all 0.2s ease-in-out;
917   transition: all 0.2s ease-in-out;
918 }
919 .widget .tool:hover .action {
920   opacity: 1;
921   -webkit-transition: all 0.2s ease-in-out;
922   -moz-transition: all 0.2s ease-in-out;
923   -o-transition: all 0.2s ease-in-out;
924   -ms-transition: all 0.2s ease-in-out;
925   transition: all 0.2s ease-in-out;
926 }
927 .widget .tool:hover .action.ticked {
928   opacity: 1;
929   -webkit-transition: all 0.2s ease-in-out;
930   -moz-transition: all 0.2s ease-in-out;
931   -o-transition: all 0.2s ease-in-out;
932   -ms-transition: all 0.2s ease-in-out;
933   transition: all 0.2s ease-in-out;
934 }
935 .widget ul {
936   padding: 0px;
937   -webkit-margin-before: 0em;
938   -webkit-margin-after: 0em;
939 }
940 .widget ul li {
941   padding-left: 10px;
942   /* min-height: 20px; */
943   list-style: none;
944   padding-top: 1px;
945   padding-bottom: 1px;
946 }
947 .widget .tool.selected {
948   background: url('../../../images/selected.png') no-repeat left center;
949 }
950 /* widget: search */
951 #add-search-popup {
952   width: 200px;
953   top: 18px;
954 }
955 /* section */
956 section {
957   display: table-cell;
958   vertical-align: top;
959   width: 760px;
960   padding: 0px 0px 0px 10px;
961 }
962 /* wall item */
963 .tread-wrapper {
964   border-bottom: 1px solid #D2D2D2;
965   position: relative;
966   padding: 5px;
967   margin-bottom: 0px;
968   /* width: 755px; */
969 }
970 .wall-item-decor {
971   position: absolute;
972   left: 755px;
973   top: -10px;
974   width: 16px;
975 }
976 .unstarred {
977   display: none;
978 }
979 .wall-item-container {
980   display: table;
981   width: 745px;
982 }
983 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
984   display: table-row;
985 }
986 .wall-item-bottom {
987   font-size: 13px;
988 }
989 .wall-item-container .wall-item-bottom {
990   opacity: 0.5;
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 .wall-item-container:hover .wall-item-bottom {
998   opacity: 1;
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 .wall-item-container .wall-item-info {
1006   display: table-cell;
1007   vertical-align: top;
1008   text-align: left;
1009   width: 80px;
1010 }
1011 .wall-item-container .wall-item-location {
1012   padding-right: 40px;
1013 }
1014 .wall-item-container .wall-item-ago {
1015   word-wrap: break-word;
1016   width: 50px;
1017   margin-left: 10px;
1018   color: #999;
1019 }
1020 .wall-item-location {
1021   width: 180px;
1022   float: left;
1023 }
1024
1025 .wall-item-container .wall-item-content {
1026   font-size: 13px;
1027   max-width: 720px;
1028   word-wrap: break-word;
1029   line-height: 1.4;
1030 }
1031
1032 .wall-item-container .wall-item-content img {
1033   max-width: 700px;
1034 }
1035 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1036   display: table-cell;
1037   vertical-align: middle;
1038 }
1039 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1040   opacity: 0.5;
1041   -webkit-transition: all 0.2s ease-in-out;
1042   -moz-transition: all 0.2s ease-in-out;
1043   -o-transition: all 0.2s ease-in-out;
1044   -ms-transition: all 0.2s ease-in-out;
1045   transition: all 0.2s ease-in-out;
1046 }
1047 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1048   opacity: 1;
1049   -webkit-transition: all 0.2s ease-in-out;
1050   -moz-transition: all 0.2s ease-in-out;
1051   -o-transition: all 0.2s ease-in-out;
1052   -ms-transition: all 0.2s ease-in-out;
1053   transition: all 0.2s ease-in-out;
1054 }
1055 .wall-item-container .wall-item-name {
1056   font-weight: bold;
1057 }
1058 .wall-item-container .wall-item-actions-author {
1059   width: 100%;
1060   margin-bottom: 0.3em;
1061 }
1062 .wall-item-container .wall-item-actions-social {
1063   float: left;
1064   margin-bottom: 1px;
1065 }
1066 .wall-item-container .wall-item-actions-social a {
1067   float: left;
1068   margin-right: 1em;
1069 }
1070 .wall-item-container .wall-item-actions-tools {
1071   float: right;
1072   width: 80px;
1073 }
1074 .wall-item-container .wall-item-actions-tools a {
1075   float: right;
1076 }
1077 .wall-item-container .wall-item-actions-tools input {
1078   float: right;
1079 }
1080 .wall-item-container.comment {
1081   margin-top: 5px;
1082   margin-bottom: 5px;
1083   margin-left: 80px;
1084   width: 665px;
1085   border-bottom: 1px solid hsl(198, 21%, 79%);
1086 }
1087 .wall-item-container.comment .contact-photo {
1088   width: 32px;
1089   height: 32px;
1090   margin-left: 16px;
1091   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1092
1093 }
1094 .wall-item-container.comment {
1095   top: 15px !important;
1096   left: 15px !important;
1097 }
1098 .wall-item-container.comment .wall-item-links {
1099   padding-left: 12px;
1100 }
1101 .wall-item-comment-wrapper {
1102   margin: 1px 5px 1px 80px;
1103 }
1104 .wall-item-comment-wrapper .comment-edit-photo {
1105   display: none;
1106 }
1107 .wall-item-comment-wrapper textarea {
1108   height: 1.2em;
1109   width: 100%;
1110   font-size: 10px;
1111   color: #999999;
1112   border: 1px solid #DDD;
1113   padding: 0.3em;
1114 }
1115 .wall-item-comment-wrapper .comment-edit-text-full {
1116   font-size: 14px;
1117   height: 4em;
1118   color: #2d2d2d;
1119   border: 1px solid #2d2d2d;
1120 }
1121
1122 .fakelink.togglecomment {
1123   float: left;
1124   margin-right: 1em;
1125 }
1126
1127 .comment-edit-preview {
1128   width: 710px;
1129   border: 1px solid #2d2d2d;
1130   margin-top: 10px;
1131 }
1132 .comment-edit-preview .contact-photo {
1133   width: 32px;
1134   height: 32px;
1135   margin-left: 16px;
1136   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1137
1138 }
1139 .comment-edit-preview {
1140   top: 15px !important;
1141   left: 15px !important;
1142 }
1143 .comment-edit-preview .wall-item-links {
1144   padding-left: 12px;
1145 }
1146 .comment-edit-preview .wall-item-container {
1147   width: 700px;
1148 }
1149 .comment-edit-preview .tread-wrapper {
1150   width: 700px;
1151   padding: 0;
1152   margin: 10px 0;
1153 }
1154
1155 .shiny {
1156   /* border-right: 10px solid #fce94f; */
1157         border-right: 1px solid #A7C7F7;
1158         padding-right: 12px;
1159 }
1160
1161 #profile-jot-form #profile-jot-text {
1162   height: 2.0em;
1163   width: 99%;
1164   font-size: 15px;
1165   color: #999999;
1166   border: 1px solid #DDD;
1167   padding: 0.3em;
1168   margin-bottom: 10px;
1169 }
1170
1171 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
1172     
1173          border-radius: 5px 5px 5px 5px;
1174     font-weight: bold;
1175     height: 20px;
1176     margin: 0 0 5px;
1177     width: 60%;
1178     border: 1px solid #d2d2d2;
1179 }
1180
1181 #profile-jot-form #jot-title:-webkit-input-placeholder {
1182   font-weight: normal;
1183 }
1184 #profile-jot-form #jot-title:-moz-placeholder {
1185   font-weight: normal;
1186 }
1187 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1188   width: 785px;
1189   height: 100px;
1190 }
1191
1192 #jot-preview-content .tread-wrapper {
1193   background-color: #fce94f;
1194 }
1195
1196 .wall-item-tags {
1197   padding-top: 1px;
1198   padding-bottom: 2px;
1199 }
1200 .tag {
1201   color: rgb(153,153,153);
1202   padding-left: 3px;
1203   font-size: 10px;
1204 }
1205 .tag a {
1206   padding-right: 8px;
1207   color: rgb(153,153,153);
1208 }
1209 .wwto {
1210   position: absolute !important;
1211   width: 25px;
1212   height: 25px;
1213   background: #FFFFFF;
1214   border: 2px solid #364e59;
1215   height: 25px;
1216   width: 25px;
1217   overflow: hidden;
1218   padding: 1px;
1219   position: absolute !important;
1220   top: 40px;
1221   left: 30px;
1222   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1223   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1224   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1225 }
1226 .wwto .contact-photo {
1227   width: auto;
1228   height: 25px;
1229 }
1230 /* contacts menu */
1231 .contact-photo-wrapper {
1232   position: relative;
1233   width: 80px;
1234 }
1235
1236 .contact-photo-wrapper.wwto {
1237   width: 25px;
1238 }
1239
1240 .contact-photo {
1241   width: 48px;
1242   height: 48px;
1243   overflow: hidden;
1244   display: block;
1245 }
1246 .contact-photo img {
1247   width: 48px;
1248   height: 48px;
1249 }
1250
1251 .contact-wrapper {
1252   float: left;
1253   width: 90px;
1254   height: 90px;
1255   margin-bottom: 15px;
1256 }
1257 .contact-wrapper .contact-photo {
1258   width: 80px;
1259   height: 80px;
1260 }
1261 .contact-wrapper .contact-photo img {
1262   width: 80px;
1263   height: 80px;
1264 }
1265 .contact-wrapper {
1266   left: 0px;
1267   top: 63px;
1268 }
1269 .contact-photo {
1270   width: 48px;
1271   height: 48px;
1272 }
1273 .contact-photo img {
1274   width: 48px;
1275   height: 48px;
1276 }
1277 .contact-name {
1278   /* text-align: center; */
1279   /*font-weight: bold;*/
1280   font-size: 12px;
1281 }
1282 .contact-details {
1283   color: #999999;
1284 }
1285 /* editor */
1286 .jothidden {
1287   display: none;
1288 }
1289 #jot {
1290   width: 785px;
1291   margin: 0px 2em 20px 0px;
1292 }
1293 #jot .profile-jot-text {
1294   height: 1.2em;
1295   width: 99%;
1296   font-size: 10px;
1297   color: #999999;
1298   border: 1px solid #DDD;
1299   padding: 0.3em;
1300 }
1301 #jot #jot-tools {
1302   margin: 0px;
1303   padding: 0px;
1304   height: 40px;
1305   overflow: none;
1306   width: 783px;
1307   background-color: #0e232e;
1308   border-bottom: 2px solid #9eabb0;
1309 }
1310 #jot #jot-tools li {
1311   list-style: none;
1312   float: left;
1313   width: 80px;
1314   height: 40px;
1315   border-bottom: 2px solid #9eabb0;
1316 }
1317 #jot #jot-tools li a {
1318   display: block;
1319   color: #cccccc;
1320   width: 100%;
1321   height: 40px;
1322   text-align: center;
1323   line-height: 40px;
1324   overflow: hidden;
1325 }
1326 #jot #jot-tools li:hover {
1327   background-color: #364e59;
1328   border-bottom: 2px solid #bdcdd4;
1329 }
1330 #jot #jot-tools li.perms {
1331   float: right;
1332   width: 40px;
1333 }
1334 #jot #jot-tools li.perms a.unlock {
1335   width: 30px;
1336   border-left: 10px solid #cccccc;
1337   background-color: #cccccc;
1338   background-position: left center;
1339 }
1340 #jot #jot-tools li.perms a.lock {
1341   width: 30px;
1342   border-left: 10px solid #666666;
1343   background-color: #666666;
1344 }
1345 #jot #jot-tools li.submit {
1346   float: right;
1347   background-color: #cccccc;
1348   border-bottom: 2px solid #cccccc;
1349   border-right: 1px solid #666666;
1350   border-left: 1px solid #666666;
1351 }
1352 #jot #jot-tools li.submit input {
1353   border: 0px;
1354   margin: 0px;
1355   padding: 0px;
1356   background-color: #cccccc;
1357   color: #666666;
1358   width: 80px;
1359   height: 40px;
1360   line-height: 40px;
1361 }
1362 #jot #jot-tools li.submit input:hover {
1363   background-color: #bdcdd4;
1364   color: #666666;
1365 }
1366 #jot #jot-tools li.loading {
1367   float: right;
1368   background-color: #ffffff;
1369   width: 20px;
1370   vertical-align: center;
1371   text-align: center;
1372   border-top: 2px solid #9eabb0;
1373   height: 38px;
1374 }
1375 #jot #jot-tools li.loading img {
1376   margin-top: 10px;
1377 }
1378 /* #jot */
1379 #jot-title {
1380   border: 0px;
1381   margin: 0px;
1382   height: 20px;
1383   width: 700px;
1384   font-weight: bold;
1385   border: 1px solid #ffffff;
1386 }
1387 #jot #jot-title:-webkit-input-placeholder {
1388   font-weight: normal;
1389 }
1390 #jot #jot-title:-moz-placeholder {
1391   font-weight: normal;
1392 }
1393 #jot #jot-title:hover {
1394   border: 1px solid #999999;
1395 }
1396 #jot #jot-title:focus {
1397   border: 1px solid #999999;
1398 }
1399 #jot #character-counter {
1400   width: 80px;
1401   float: right;
1402   text-align: right;
1403   height: 20px;
1404   line-height: 20px;
1405   padding-right: 20px;
1406 }
1407
1408 #profile-jot-submit {
1409   float: right;
1410   margin-left: 15px;
1411 }
1412 #profile-upload-wrapper {
1413   float: left;
1414   margin-left: 15px;
1415 }
1416 #profile-attach-wrapper {
1417   float: left;
1418   margin-left: 15px;
1419 }
1420 #profile-link-wrapper {
1421   float: left;
1422   margin-left: 15px;
1423 }
1424 #profile-video-wrapper {
1425   float: left;
1426   margin-left: 15px;
1427 }
1428 #profile-audio-wrapper {
1429   float: left;
1430   margin-left: 15px;
1431 }
1432 #profile-location-wrapper {
1433   float: left;
1434   margin-left: 15px;
1435 }
1436 #profile-nolocation-wrapper {
1437   float: left;
1438   margin-left: 15px;
1439 }
1440 #jot-perms-icon {
1441   float: right;
1442   margin-left: 15px;
1443 }
1444 #jot-preview-link {
1445   float: right;
1446 }
1447 #profile-jot-end {
1448   clear: both;
1449 }
1450 #profile-jot-text_tbl {
1451   width: 780px;
1452 }
1453 #profile-jot-wrapper {
1454   margin-bottom: 20px;
1455 }
1456
1457 /** buttons **/
1458 /*input[type="submit"] {
1459         border: 0px;
1460     background-color: @ButtonBackgroundColor;
1461     color: @ButtonColor;
1462     padding: 0px 10px;
1463         .rounded(5px);
1464     height: 18px;
1465 }*/
1466 /** acl **/
1467 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1468   display: block!important;
1469 }
1470 #acl-wrapper {
1471   width: 690px;
1472   float: left;
1473 }
1474 #acl-search {
1475   float: right;
1476   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1477   padding-right: 20px;
1478 }
1479 #acl-showall {
1480   float: left;
1481   display: block;
1482   width: auto;
1483   height: 18px;
1484   background-color: #cccccc;
1485   background-image: url("../../../images/show_all_off.png");
1486   background-position: 7px 7px;
1487   background-repeat: no-repeat;
1488   padding: 7px 5px 0px 30px;
1489   color: #999999;
1490   -moz-border-radius: 5px 5px 5px 5px;
1491   -webkit-border-radius: 5px 5px 5px 5px;
1492   border-radius: 5px 5px 5px 5px;
1493 }
1494 #acl-showall.selected {
1495   color: #000000;
1496   background-color: #ff9900;
1497   background-image: url("../../../images/show_all_on.png");
1498 }
1499 #acl-list {
1500   height: 210px;
1501   border: 1px solid #cccccc;
1502   clear: both;
1503   margin-top: 30px;
1504   overflow: auto;
1505 }
1506 .acl-list-item {
1507   display: block;
1508   width: 150px;
1509   height: 30px;
1510   border: 1px solid #cccccc;
1511   margin: 5px;
1512   float: left;
1513 }
1514 .acl-list-item img {
1515   width: 22px;
1516   height: 22px;
1517   float: left;
1518   margin: 4px;
1519 }
1520 .acl-list-item p {
1521   height: 12px;
1522   font-size: 10px;
1523   margin: 0px;
1524   padding: 2px 0px 1px;
1525   overflow: hidden;
1526 }
1527 .acl-list-item a {
1528   font-size: 8px;
1529   display: block;
1530   width: 40px;
1531   height: 10px;
1532   float: left;
1533   color: #999999;
1534   background-color: #cccccc;
1535   background-position: 3px 3px;
1536   background-repeat: no-repeat;
1537   margin-right: 5px;
1538   -webkit-border-radius: 2px ;
1539   -moz-border-radius: 2px;
1540   border-radius: 2px;
1541   padding-left: 15px;
1542 }
1543 #acl-wrapper a:hover {
1544   text-decoration: none;
1545   color: #000000;
1546 }
1547 .acl-button-show {
1548   background-image: url("../../../images/show_off.png");
1549 }
1550 .acl-button-hide {
1551   background-image: url("../../../images/hide_off.png");
1552 }
1553 .acl-button-show.selected {
1554   color: #000000;
1555   background-color: #9ade00;
1556   background-image: url("../../../images/show_on.png");
1557 }
1558 .acl-button-hide.selected {
1559   color: #000000;
1560   background-color: #ff4141;
1561   background-image: url("../../../images/hide_on.png");
1562 }
1563 .acl-list-item.groupshow {
1564   border-color: #9ade00;
1565 }
1566 .acl-list-item.grouphide {
1567   border-color: #ff4141;
1568 }
1569 /** /acl **/
1570 /** tab buttons **/
1571 ul.tabs {
1572   list-style-type: none;
1573   padding-bottom: 10px;
1574   font-size: 13px;
1575 }
1576 ul.tabs li {
1577   float: left;
1578   margin-left: 7px;
1579 }
1580 ul.tabs li .active {
1581   border-bottom: 1px solid #005c94;
1582 }
1583 /**
1584  * Form fields
1585  */
1586 .field {
1587   margin-bottom: 10px;
1588   padding-bottom: 10px;
1589   overflow: auto;
1590   width: 100%;
1591 }
1592 .field label {
1593   float: left;
1594   width: 200px;
1595 }
1596 .field input, .field textarea {
1597   width: 400px;
1598 }
1599 .field textarea {
1600   height: 100px;
1601 }
1602 .field .field_help {
1603   display: block;
1604   margin-left: 200px;
1605   color: #666666;
1606 }
1607 .field .onoff {
1608   float: left;
1609   width: 80px;
1610 }
1611 .field .onoff a {
1612   display: block;
1613   border: 1px solid #666666;
1614   background-image: url("../../../images/onoff.jpg");
1615   background-repeat: no-repeat;
1616   padding: 4px 2px 2px 2px;
1617   height: 16px;
1618   text-decoration: none;
1619 }
1620 .field .onoff .off {
1621   border-color: #666666;
1622   padding-left: 40px;
1623   background-position: left center;
1624   background-color: #cccccc;
1625   color: #666666;
1626   text-align: right;
1627 }
1628 .field .onoff .on {
1629   border-color: #204A87;
1630   padding-right: 40px;
1631   background-position: right center;
1632   background-color: #D7E3F1;
1633   color: #204A87;
1634   text-align: left;
1635 }
1636 .field .hidden {
1637   display: none!important;
1638 }
1639 .field.radio .field_help {
1640   margin-left: 0px;
1641 }
1642
1643 #profile-edit-links-end {
1644         clear: both;
1645         margin-bottom: 15px;
1646 }
1647
1648 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1649
1650 #profile-edit-links li {
1651   float: left;
1652   list-style: none;
1653   margin-left: 10px;
1654 }
1655
1656 .profile-edit-side-div {
1657   display: none;
1658 }
1659
1660 #register-form label,
1661 #profile-edit-form label {
1662         width: 300px; float: left;
1663 }
1664
1665 .required {
1666   display: inline;
1667   color: #B20202;
1668 }
1669
1670 /* oauth */
1671 .oauthapp {
1672   height: auto;
1673   overflow: auto;
1674   border-bottom: 2px solid #cccccc;
1675   padding-bottom: 1em;
1676   margin-bottom: 1em;
1677 }
1678 .oauthapp img {
1679   float: left;
1680   width: 48px;
1681   height: 48px;
1682   margin: 10px;
1683 }
1684 .oauthapp img.noicon {
1685   background-image: url("../../../images/icons/48/plugin.png");
1686   background-position: center center;
1687   background-repeat: no-repeat;
1688 }
1689 .oauthapp a {
1690   float: left;
1691 }
1692 /* contacts */
1693 .contact-entry-wrapper {
1694   width: 120px;
1695   height: 120px;
1696   float: left;
1697 }
1698 /* photo */
1699 .lframe {
1700   float: left;
1701   margin: 0px 10px 10px 0px;
1702 }
1703 /* profile match wrapper */
1704 .profile-match-wrapper {
1705   float: left;
1706   width: 90px;
1707   height: 90px;
1708   margin-bottom: 20px;
1709 }
1710 .profile-match-wrapper .contact-photo {
1711   width: 80px;
1712   height: 80px;
1713 }
1714 .profile-match-wrapper .contact-photo img {
1715   width: 80px;
1716   height: 80px;
1717 }
1718 .profile-match-wrapper {
1719   left: 0px;
1720   top: 63px;
1721 }
1722
1723 .contact-photo-menu-button {
1724         position: relative;
1725         background-image: url("../../../images/icons/16/menu.png");
1726         background-position: top left; 
1727         background-repeat: no-repeat;
1728         margin: 0px 0px -16px 0px; 
1729         padding: 0px;
1730         width: 16px;
1731         height: 16px;
1732         top: -20px; left:0px;
1733         overflow: hidden;
1734         text-indent: 40px;
1735         display: none;
1736         
1737 }
1738 .contact-photo-menu {
1739         width: 11em;
1740         border: 3px solid #364e59;
1741         color: #2d2d2d;
1742         background: #FFFFFF;
1743 /*        position: absolute;*/
1744         position: relative;
1745         left: 0px; top: 0px;
1746         display: none;
1747         z-index: 10000;
1748 }
1749 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
1750 .contact-photo-menu li a {
1751         display: block; 
1752         padding: 5px 10px; 
1753         color: #2d2d2d;
1754         text-decoration: none;
1755 }
1756 .contact-photo-menu li a:hover {
1757         background-color: #bdcdd4; 
1758 }
1759
1760 /* page footer */
1761 footer {
1762   height: 100px;
1763   display: table-row;
1764 }
1765
1766 blockquote {
1767     border-left: 1px solid #D2D2D2;
1768     padding-left: 9px;
1769     margin: 0 0 0 .8ex;
1770     color: #777;
1771 }
1772
1773 .oembed {
1774     font-size: large;
1775     font-weight: bold;
1776 }
1777
1778 /* ================== */
1779 /* = Contacts Block = */
1780 /* ================== */
1781
1782 .contact-block-img {
1783         width: 42px;
1784         height: 42px;
1785         padding-right: 2px;
1786 }
1787 .contact-block-div {
1788         float: left;
1789 }
1790
1791 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
1792 #contact-block-end { clear: both; } 
1793
1794 #group-edit-wrapper {
1795         margin-bottom: 10px;
1796 }
1797
1798 #group-members-end {
1799         clear: both;
1800 }
1801
1802 /*
1803 #group-separator,
1804 #prof-separator { display: none;}
1805 */
1806
1807 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
1808         margin-bottom: 10px;
1809         margin-top: 20px;
1810 }
1811
1812 #prvmail-submit {
1813         float: left;
1814         margin-top: 10px;
1815         margin-right: 30px;
1816 }
1817 #prvmail-upload-wrapper,
1818 #prvmail-link-wrapper,
1819 #prvmail-rotator-wrapper {
1820         float: left;
1821         margin-top: 10px;
1822         margin-right: 10px;
1823         width: 24px;
1824 }
1825
1826 #prvmail-end {
1827         clear: both;
1828 }
1829
1830 .mail-list-sender,
1831 .mail-list-detail {
1832         float: left;
1833 }
1834 .mail-list-detail {
1835         margin-left: 20px;
1836 }
1837
1838 .mail-list-subject {
1839         font-size: 1.1em;
1840         margin-top: 10px;
1841 }
1842 a.mail-list-link {
1843     display: block;
1844     font-size: 1.3em;
1845     padding: 4px 0;
1846 }
1847
1848 /*
1849 *a.mail-list-link:hover {
1850 *       background-color: #15607B;
1851 *       color: #F5F6FB;
1852 *}
1853 */
1854
1855 .mail-list-outside-wrapper-end {
1856         clear: both;
1857 }
1858
1859 .mail-list-outside-wrapper {
1860         margin-top: 30px;
1861 }
1862
1863 .mail-list-delete-wrapper {
1864         float: right;
1865         margin-right: 30px;
1866         margin-top: 15px;
1867 }
1868
1869 .mail-list-delete-icon {
1870         border: none;
1871 }
1872
1873 .mail-conv-sender,
1874 .mail-conv-detail {
1875         float: left;
1876 }
1877 .mail-conv-detail {
1878         margin-left: 20px;
1879         width: 500px;
1880 }
1881
1882 .mail-conv-subject {
1883     font-size: 1.4em;
1884     margin: 10px 0;
1885 }
1886
1887 .mail-conv-outside-wrapper-end {
1888         clear: both;
1889 }
1890
1891 .mail-conv-outside-wrapper {
1892         margin-top: 30px;
1893 }
1894
1895 .mail-conv-delete-wrapper {
1896         float: right;
1897         margin-right: 30px;
1898         margin-top: 15px;
1899 }
1900 .mail-conv-break {
1901         clear: both;
1902 }
1903
1904 .mail-conv-delete-icon {
1905         border: none;
1906 }
1907
1908 /* ========== */
1909 /* = Events = */
1910 /* ========== */
1911 .eventcal {
1912         float: left;
1913         font-size: 20px;
1914 }
1915
1916 .vevent {
1917         border: 1px solid #CCCCCC;
1918 }
1919 .vevent .event-description, .vevent .event-location {
1920         margin-left: 10px;
1921         margin-right: 10px;
1922 }
1923 .vevent .event-start {
1924         margin-left: 10px;
1925         margin-right: 10px;
1926 }
1927
1928 #new-event-link {
1929         margin-bottom: 10px;
1930 }
1931
1932 .edit-event-link, .plink-event-link {
1933         float: left;
1934         margin-top: 4px;
1935         margin-right: 4px;
1936         margin-bottom: 15px;
1937 }
1938
1939 .event-description:before {
1940         content: url('../../../images/calendar.png');
1941         margin-right: 15px;
1942 }
1943
1944 .event-start, .event-end {
1945         margin-left: 10px;
1946         width: 330px;
1947         clear: both;
1948 }
1949
1950 .event-start .dtstart, .event-end .dtend {
1951         float: right;
1952 }
1953
1954 .event-list-date {
1955         margin-bottom: 10px;
1956 }
1957
1958 .prevcal, .nextcal {
1959         float: left;
1960         margin-left: 32px;
1961         margin-right: 32px;
1962         margin-top: 64px;
1963 }
1964 .event-calendar-end {
1965         clear: both;
1966 }
1967
1968  
1969 .calendar {
1970         font-family: Courier, monospace;
1971 }
1972 .today {
1973         font-weight: bold;
1974         color: #FF0000;
1975 }
1976
1977 .settings-block {
1978         border: 1px solid #AAA;
1979         margin: 10px;
1980         padding: 10px;
1981 }
1982
1983 .app-title {
1984   margin: 0px;
1985 }
1986
1987 #identity-manage-desc {
1988         margin-top:15px;
1989         margin-bottom: 15px;
1990 }
1991
1992 #identity-manage-choose {
1993         margin-bottom: 15px;
1994 }
1995
1996 #identity-submit {
1997         margin-top: 20px;
1998 }
1999
2000 #photo-prev-link, #photo-next-link {
2001         padding: 10px;
2002         float: left;
2003 }
2004
2005 #photo-photo {
2006         float: left;
2007 }
2008
2009 #photo-photo-end {
2010         clear: both;
2011 }
2012
2013 .profile-match-photo {
2014         float: left;
2015         text-align: center;
2016         width: 120px;
2017 }
2018
2019 .profile-match-name {
2020         float: left;
2021         text-align: center;
2022         width: 120px;
2023         overflow: hidden;
2024 }
2025
2026 .profile-match-break,
2027 .profile-match-end {
2028         clear: both;
2029 }
2030
2031 .profile-match-connect {
2032         text-align: center;
2033         font-weight: bold;
2034 }
2035
2036 .profile-match-wrapper {
2037         float: left;
2038         padding: 10px;
2039         width: 120px;
2040         height: 120px;
2041         scroll: auto;
2042 }
2043 #profile-match-wrapper-end {
2044         clear: both;
2045 }
2046
2047 /* ============= */
2048 /* = Directory = */
2049 /* ============= */
2050 /* contacts menu */
2051 .contact-photo-wrapper {
2052   position: relative;
2053 }
2054 .contact-photo {
2055   width: 48px;
2056   height: 48px;
2057   overflow: hidden;
2058   display: block;
2059 }
2060 .contact-photo img {
2061   width: 48px;
2062   height: 48px;
2063 }
2064 .contact-photo-menu-button {
2065   display: none;
2066   /* position: absolute; */
2067   /* position: absolute; */
2068   left: -2px;
2069   top: -20px;
2070 }
2071 .contact-wrapper {
2072   float: left;
2073   width: 90px;
2074   height: 90px;
2075   margin-bottom: 15px;
2076 }
2077 .contact-wrapper .contact-photo {
2078   width: 80px;
2079   height: 80px;
2080 }
2081 .contact-wrapper .contact-photo img {
2082   width: 80px;
2083   height: 80px;
2084 }
2085 .contact-wrapper .contact-photo-menu-button {
2086   left: 0px;
2087   top: 63px;
2088 }
2089 .directory-item {
2090   float: left;
2091   width: 200px;
2092   height: 200px;
2093 }
2094 .directory-item .contact-photo {
2095   width: 175px;
2096   height: 175px;
2097 }
2098 .directory-item .contact-photo img {
2099   width: 175px;
2100   height: 175px;
2101 }
2102 .contact-name {
2103   text-align: center;
2104   font-weight: bold;
2105   font-size: 12px;
2106 }
2107 .contact-details {
2108   color: #999999;
2109 }
2110
2111 .photo-top-image-wrapper {
2112         position: relative;
2113         float: left;
2114         margin-top: 15px;
2115         margin-right: 15px;
2116         width: 200px; height: 200px; 
2117         overflow: hidden; 
2118 }
2119 .photo-top-album-name {
2120         width: 100%;
2121         min-height: 2em;
2122         position: absolute; 
2123         bottom: 0px; 
2124         padding: 0px 3px;
2125         padding-top: 0.5em;
2126         background-color: rgb(255, 255, 255);
2127 }
2128 #photo-top-end {
2129         clear: both;
2130 }
2131
2132 #photo-top-links {
2133         margin-bottom: 30px;
2134         margin-left: 30px;
2135 }
2136
2137 #photos-upload-newalbum-div {
2138         float: left;
2139         width: 175px;
2140 }
2141
2142 .menu-profile-list{
2143   height: auto;
2144   overflow: auto;
2145   min-height: 16px;
2146   list-style: none;
2147         }
2148 .menu-profile-list:hover{
2149         background: #E7F2F7;
2150         }
2151 .menu-profile-list-item{
2152         padding-left: 5px;
2153         vertical-align: middle;
2154         }       
2155 .menu-profile-list-item:hover{  
2156         text-decoration: none;
2157    }
2158