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