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