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