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