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