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