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