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