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