]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook-blue/style-network.css
c35320fcfa5df37a73a0d17995ff70a945c083d6
[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: #E4EEF7;
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: 160px;
1178   padding-right: 10px;
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 /* wall item */
1196 .tread-wrapper {
1197   border-bottom: 1px solid #D2D2D2;
1198   position: relative;
1199   padding: 5px;
1200   margin-bottom: 0px;
1201   width: 575px;
1202 }
1203 .tread-wrapper a{
1204   color: #1872A2;
1205 }
1206
1207 .wall-item-decor {
1208   position: absolute;
1209   left: 790px;
1210   top: -10px;
1211   width: 16px;
1212 }
1213
1214 .wall-item-container {
1215   display: table;
1216   width: 580px;
1217 }
1218
1219
1220 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
1221   display: table-row;
1222 }
1223
1224 .wall-item-bottom {
1225   font-size: 13px;
1226 }
1227 .wall-item-container .wall-item-bottom {
1228 /*  opacity: 0.5;
1229   -webkit-transition: all 0.2s ease-in-out;
1230   -moz-transition: all 0.2s ease-in-out;
1231   -o-transition: all 0.2s ease-in-out;
1232   -ms-transition: all 0.2s ease-in-out;
1233   transition: all 0.2s ease-in-out; */
1234 }
1235 .wall-item-container:hover .wall-item-bottom {
1236 /*  opacity: 1;
1237   -webkit-transition: all 0.2s ease-in-out;
1238   -moz-transition: all 0.2s ease-in-out;
1239   -o-transition: all 0.2s ease-in-out;
1240   -ms-transition: all 0.2s ease-in-out;
1241   transition: all 0.2s ease-in-out; */
1242 }
1243 .wall-item-container .wall-item-info {
1244   display: table-cell;
1245   vertical-align: top;
1246   text-align: left;
1247   width: 80px;
1248 }
1249 .wall-item-container .wall-item-location {
1250   padding-right: 40px;
1251   display: table-cell;
1252 }
1253 .wall-item-container .wall-item-ago {
1254   word-wrap: break-word;
1255   width: 50px;
1256   margin-left: 10px;
1257   color: #999;
1258 }
1259 .wall-item-location {
1260   
1261   clear: both;
1262   overflow: hidden;
1263   
1264   margin-bottom: 5px;
1265 }
1266
1267 .wall-item-container .wall-item-content {
1268   font-size: 12.5px;
1269   max-width: 420px;
1270   word-wrap: break-word;
1271   line-height: 1.2;
1272 }
1273
1274 .wall-item-container .wall-item-content img {
1275   max-width: 400px;
1276 }
1277 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
1278   display: table-cell;
1279   vertical-align: middle;
1280 }
1281 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
1282   opacity: 0.5;
1283   -webkit-transition: all 0.2s ease-in-out;
1284   -moz-transition: all 0.2s ease-in-out;
1285   -o-transition: all 0.2s ease-in-out;
1286   -ms-transition: all 0.2s ease-in-out;
1287   transition: all 0.2s ease-in-out;
1288 }
1289 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
1290   opacity: 1;
1291   -webkit-transition: all 0.2s ease-in-out;
1292   -moz-transition: all 0.2s ease-in-out;
1293   -o-transition: all 0.2s ease-in-out;
1294   -ms-transition: all 0.2s ease-in-out;
1295   transition: all 0.2s ease-in-out;
1296 }
1297 .wall-item-container .wall-item-name {
1298   font-weight: bold;
1299 }
1300 .wall-item-container .wall-item-actions-author {
1301   width: 100%;
1302   margin-bottom: 0.3em;
1303 }
1304 .wall-item-container .wall-item-actions-social {
1305   float: left;
1306   margin-bottom: 1px;
1307   display: table-cell;
1308 }
1309 .wall-item-container .wall-item-actions-social a {
1310   margin-right: 1em;
1311 }
1312 .wall-item-actions-social a {
1313   float: left;
1314 }
1315 .wall-item-container .wall-item-actions-tools {
1316   float: right;
1317   width: 80px;
1318   display: table-cell;
1319 }
1320 .wall-item-container .wall-item-actions-tools a {
1321   float: right;
1322 }
1323 .wall-item-container .wall-item-actions-tools input {
1324   float: right;
1325 }
1326 .wall-item-container.comment {
1327   margin-top: 0px;
1328   margin-bottom: 0px;
1329   margin-left: 80px;
1330   width: 500px;
1331   border-bottom: 1px solid hsl(198, 21%, 79%);
1332   background-color: #E4EEF7;
1333 }
1334 .wall-item-container.comment .contact-photo {
1335   width: 32px;
1336   height: 32px;
1337   margin-left: 16px;
1338   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1339
1340 }
1341 .wall-item-container.comment {
1342   top: 15px !important;
1343   left: 15px !important;
1344 }
1345 .wall-item-container.comment .wall-item-links {
1346   padding-left: 12px;
1347 }
1348 .wall-item-like {
1349         background-color: #E4EEF7;
1350         
1351         }
1352 .wall-item-dislike{
1353         background-color: #E4EEF7;
1354    border-bottom: 1px solid #BECED5;
1355         }
1356 .wall-item-comment-wrapper {
1357   margin: 1px 0px 0px 80px;
1358   background-color: #E4EEF7;
1359   width: 500px;
1360 }
1361 .wall-item-comment-wrapper .comment-edit-photo {
1362   display: none;
1363 }
1364 .wall-item-comment-wrapper textarea {
1365   height: 2.0em;
1366   width: 93%;
1367   font-size: 10px;
1368   color: #999999;
1369   border: 1px solid #DDD;
1370   padding: 0.3em;
1371   font-size: 14px;
1372   margin-left: 20px;
1373 }
1374 .wall-item-comment-wrapper .comment-edit-text-full {
1375   font-size: 14px;
1376   height: 4em;
1377   color: #2d2d2d;
1378   border: 1px solid #2d2d2d;
1379 }
1380 .comment-edit-preview {
1381   width: 710px;
1382   border: 1px solid #2d2d2d;
1383   margin-top: 10px;
1384 }
1385 .comment-edit-preview .contact-photo {
1386   width: 32px;
1387   height: 32px;
1388   margin-left: 16px;
1389   /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
1390
1391 }
1392 .comment-edit-preview {
1393   top: 15px !important;
1394   left: 15px !important;
1395 }
1396 .comment-edit-preview .wall-item-links {
1397   padding-left: 12px;
1398 }
1399 .comment-edit-preview .wall-item-container {
1400   width: 700px;
1401 }
1402 .comment-edit-preview .tread-wrapper {
1403   width: 700px;
1404   padding: 0;
1405   margin: 10px 0;
1406 }
1407
1408 .shiny {
1409   /* border-right: 10px solid #fce94f; */
1410         border-right: 1px solid #A7C7F7;
1411         padding-right: 12px;
1412 }
1413
1414 #jot-preview-content{
1415         margin-top: 30px;}
1416         
1417 #jot-preview-content .tread-wrapper {
1418   background-color: #fff797;
1419 }
1420
1421 .wall-item-tags {
1422   padding-top: 1px;
1423   padding-bottom: 2px;
1424 }
1425 .tag {
1426   /*background: url("../../../images/tag_b.png") repeat-x center left;*/
1427   color: #999;
1428   padding-left: 3px;
1429   font-size: 12px;
1430 }
1431 .tag a {
1432   padding-right: 5px;
1433   /*background: url("../../../images/tag.png") no-repeat center right;*/
1434   color: #999;
1435 }
1436 .wwto {
1437   position: absolute !important;
1438   width: 25px;
1439   height: 25px;
1440   background: #FFFFFF;
1441   border: 2px solid #364e59;
1442   height: 25px;
1443   width: 25px;
1444   overflow: hidden;
1445   padding: 1px;
1446   position: absolute !important;
1447   top: 40px;
1448   left: 30px;
1449   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1450   -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1451   box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
1452 }
1453 .wwto .contact-photo {
1454   width: auto;
1455   height: 25px;
1456 }
1457 /* contacts menu */
1458 .contact-photo-wrapper {
1459   position: relative;
1460   width: 80px;
1461 }
1462
1463 .contact-photo-wrapper.wwto {
1464   width: 25px;
1465 }
1466
1467 .contact-photo {
1468   width: 48px;
1469   height: 48px;
1470   overflow: hidden;
1471   display: block;
1472 }
1473 .contact-photo img {
1474   width: 48px;
1475   height: 48px;
1476 }
1477
1478 .contact-wrapper {
1479   float: left;
1480   width: 90px;
1481   height: 90px;
1482   margin-bottom: 15px;
1483 }
1484 .contact-wrapper .contact-photo {
1485   width: 80px;
1486   height: 80px;
1487 }
1488 .contact-wrapper .contact-photo img {
1489   width: 80px;
1490   height: 80px;
1491 }
1492 .contact-wrapper {
1493   left: 0px;
1494   top: 63px;
1495 }
1496 .contact-photo {
1497   width: 48px;
1498   height: 48px;
1499 }
1500 .contact-photo img {
1501   width: 48px;
1502   height: 48px;
1503 }
1504 .contact-name {
1505   /* text-align: center; */
1506   /*font-weight: bold;*/
1507   font-size: 12px;
1508 }
1509 .contact-details {
1510   color: #999999;
1511 }
1512 /* editor */
1513 .jothidden {
1514   display: none;
1515 }
1516 #jot {
1517   width: 585px;
1518   margin: 0px 2em 20px 0px;
1519 }
1520 #profile-jot-form #profile-jot-text {
1521   height: 2.0em;
1522   width: 99%;
1523   font-size: 15px;
1524   color: #999999;
1525   border: 1px solid #DDD;
1526   padding: 0.3em;
1527   margin-bottom: 10px;
1528 }
1529 #jot #jot-tools {
1530   margin: 0px;
1531   padding: 0px;
1532   height: 40px;
1533   overflow: none;
1534   width: 583px;
1535   background-color: #fff;
1536   border-bottom: 2px solid #9eabb0;
1537 }
1538
1539 #jot #jot-tools li {
1540   list-style: none;
1541   float: left;
1542   width: 80px;
1543   height: 40px;
1544   border-bottom: 2px solid #9eabb0;
1545 }
1546 #jot #jot-tools li a {
1547   display: block;
1548   color: #cccccc;
1549   width: 100%;
1550   height: 40px;
1551   text-align: center;
1552   line-height: 40px;
1553   overflow: hidden;
1554 }
1555 #jot #jot-tools li:hover {
1556   background-color: #364e59;
1557   border-bottom: 2px solid #bdcdd4;
1558 }
1559 #jot #jot-tools li.perms {
1560   float: right;
1561   width: 40px;
1562 }
1563 #jot #jot-tools li.perms a.unlock {
1564   width: 30px;
1565   border-left: 10px solid #cccccc;
1566   background-color: #cccccc;
1567   background-position: left center;
1568 }
1569 #jot #jot-tools li.perms a.lock {
1570   width: 30px;
1571   border-left: 10px solid #666666;
1572   background-color: #666666;
1573 }
1574 #jot #jot-tools li.submit {
1575   float: right;
1576   background-color: #cccccc;
1577   border-bottom: 2px solid #cccccc;
1578   border-right: 1px solid #666666;
1579   border-left: 1px solid #666666;
1580 }
1581 #jot #jot-tools li.submit input {
1582   border: 0px;
1583   margin: 0px;
1584   padding: 0px;
1585   background-color: #cccccc;
1586   color: #666666;
1587   width: 80px;
1588   height: 40px;
1589   line-height: 40px;
1590 }
1591 #jot #jot-tools li.submit input:hover {
1592   background-color: #bdcdd4;
1593   color: #666666;
1594 }
1595 #jot #jot-tools li.loading {
1596   float: right;
1597   background-color: #ffffff;
1598   width: 20px;
1599   vertical-align: center;
1600   text-align: center;
1601   border-top: 2px solid #9eabb0;
1602   height: 38px;
1603 }
1604 #jot #jot-tools li.loading img {
1605   margin-top: 10px;
1606 }
1607 #profile-jot-form #jot-title {
1608     
1609          border-radius: 5px 5px 5px 5px;
1610     font-weight: bold;
1611     height: 20px;
1612     margin: 0 0 5px;
1613     width: 60%;
1614     border: 1px solid #ffffff;
1615 }
1616 #profile-jot-form #jot-title:-webkit-input-placeholder {
1617   font-weight: normal;
1618 }
1619 #profile-jot-form #jot-title:-moz-placeholder {
1620   font-weight: normal;
1621 }
1622 #profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
1623         width: 585px;
1624         height: 100px;
1625         }
1626 #jot #jot-title:hover {
1627   border: 1px solid #999999;
1628 }
1629 #jot #jot-title:focus {
1630   border: 1px solid #999999;
1631 }
1632 #jot #character-counter {
1633   width: 80px;
1634   float: right;
1635   text-align: right;
1636   height: 20px;
1637   line-height: 20px;
1638   padding-right: 20px;
1639 }
1640 #jot-perms-icon, 
1641 #profile-location,
1642 #profile-nolocation,
1643 #profile-youtube, 
1644 #profile-video, 
1645 #profile-audio,
1646 #profile-link,
1647 #profile-title, 
1648 #wall-image-upload,
1649 #wall-file-upload,
1650 #wall-image-upload-div,
1651 #wall-file-upload-div,
1652 .hover, .focus {
1653         cursor: pointer;
1654         margin-top: 2px;
1655 }
1656 #profile-jot-wrapper{
1657         margin: 0 2em 20px 0;
1658    width: 585px;
1659         }
1660
1661 #profile-jot-submit-wrapper {
1662         margin-bottom: 50px;
1663         width: 585px;
1664 }
1665
1666 #profile-jot-submit {
1667         float: right;
1668         margin-top: 2px;
1669         
1670 }
1671 #profile-upload-wrapper {
1672         float: left;
1673         margin-top: 2px;
1674         margin-left: 10px;
1675         
1676 }
1677 #profile-attach-wrapper {
1678         float: left;
1679         margin-left: 15px;
1680         margin-top: 2px;
1681 }
1682 #profile-rotator {
1683         float: left;
1684         margin-left: 30px;
1685         margin-top: 2px;
1686 }
1687 #profile-link-wrapper {
1688         float: left;
1689         margin-left: 15px;
1690         margin-top: 2px;
1691 }
1692 #profile-youtube-wrapper {
1693         float: left;
1694         margin-left: 15px;
1695         margin-top: 2px;
1696 }
1697 #profile-video-wrapper {
1698         float: left;
1699         margin-left: 15px;
1700         margin-top: 2px;
1701 }
1702 #profile-audio-wrapper {
1703         float: left;
1704         margin-left: 15px;
1705         margin-top: 2px;
1706 }
1707 #profile-location-wrapper {
1708         float: left;
1709         margin-left: 15px;
1710         margin-top: 2px;
1711 }
1712 #profile-jot-perms {
1713         float: left;
1714         margin-left: 45px;
1715         margin-top: 2px;
1716 }
1717 #jot-preview-link {
1718         float: right;
1719         margin-left: 10px;
1720         margin-top: 2px;
1721         font-size: 10px;
1722 }
1723 #profile-jot-perms{
1724    float: right;
1725         margin-left: 10px;
1726         margin-top: 2px;        
1727         }
1728 /** buttons **/
1729 .button.creation1 {
1730     background-color: #fff;
1731     border: 1px solid #777777;
1732     background-image: -moz-linear-gradient(center top , white 0%, #DDDDDD 100%);
1733     border-radius: 3px 3px 3px 3px;
1734     box-shadow: 0 1px 1px #CFCFCF;
1735 }
1736 .button.creation2 {
1737     background-color: #1872A2;
1738     background-image: -moz-linear-gradient(center top , #66C1FF 0%, #0097FF 100%);
1739     border: 1px solid #777777;
1740     color: white;
1741     border-radius: 3px 3px 3px 3px;
1742     box-shadow: 0 1px 1px #CFCFCF;
1743     margin-left: 5px;
1744 }
1745 /*input[type="submit"] {
1746         border: 0px;
1747     background-color: @ButtonBackgroundColor;
1748     color: @ButtonColor;
1749     padding: 0px 10px;
1750         .rounded(5px);
1751     height: 18px;
1752 }*/
1753 /** acl **/
1754 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
1755   display: block!important;
1756 }
1757 #acl-wrapper {
1758   width: 690px;
1759   float: left;
1760 }
1761 #acl-search {
1762   float: right;
1763   background: #ffffff url("../../../images/search_18.png") no-repeat right center;
1764   padding-right: 20px;
1765 }
1766 #acl-showall {
1767   float: left;
1768   display: block;
1769   width: auto;
1770   height: 18px;
1771   background-color: #cccccc;
1772   background-image: url("../../../images/show_all_off.png");
1773   background-position: 7px 7px;
1774   background-repeat: no-repeat;
1775   padding: 7px 5px 0px 30px;
1776   color: #999999;
1777   -moz-border-radius: 5px 5px 5px 5px;
1778   -webkit-border-radius: 5px 5px 5px 5px;
1779   border-radius: 5px 5px 5px 5px;
1780 }
1781 #acl-showall.selected {
1782   color: #000000;
1783   background-color: #ff9900;
1784   background-image: url("../../../images/show_all_on.png");
1785 }
1786 #acl-list {
1787   height: 210px;
1788   border: 1px solid #cccccc;
1789   clear: both;
1790   margin-top: 30px;
1791   overflow: auto;
1792 }
1793 .acl-list-item {
1794   display: block;
1795   width: 150px;
1796   height: 30px;
1797   border: 1px solid #cccccc;
1798   margin: 5px;
1799   float: left;
1800 }
1801 .acl-list-item img {
1802   width: 22px;
1803   height: 22px;
1804   float: left;
1805   margin: 4px;
1806 }
1807 .acl-list-item p {
1808   height: 12px;
1809   font-size: 10px;
1810   margin: 0px;
1811   padding: 2px 0px 1px;
1812   overflow: hidden;
1813 }
1814 .acl-list-item a {
1815   font-size: 8px;
1816   display: block;
1817   width: 40px;
1818   height: 10px;
1819   float: left;
1820   color: #999999;
1821   background-color: #cccccc;
1822   background-position: 3px 3px;
1823   background-repeat: no-repeat;
1824   margin-right: 5px;
1825   -webkit-border-radius: 2px ;
1826   -moz-border-radius: 2px;
1827   border-radius: 2px;
1828   padding-left: 15px;
1829 }
1830 #acl-wrapper a:hover {
1831   text-decoration: none;
1832   color: #000000;
1833 }
1834 .acl-button-show {
1835   background-image: url("../../../images/show_off.png");
1836 }
1837 .acl-button-hide {
1838   background-image: url("../../../images/hide_off.png");
1839 }
1840 .acl-button-show.selected {
1841   color: #000000;
1842   background-color: #9ade00;
1843   background-image: url("../../../images/show_on.png");
1844 }
1845 .acl-button-hide.selected {
1846   color: #000000;
1847   background-color: #ff4141;
1848   background-image: url("../../../images/hide_on.png");
1849 }
1850 .acl-list-item.groupshow {
1851   border-color: #9ade00;
1852 }
1853 .acl-list-item.grouphide {
1854   border-color: #ff4141;
1855 }
1856 /** /acl **/
1857 /** tab buttons 14618a**/
1858 ul.tabs {
1859   list-style-type: none;
1860   padding-bottom: 10px;
1861   font-size: 13px;
1862 }
1863 ul.tabs li {
1864   float: left;
1865   margin-left: 5px;
1866 }
1867 ul.tabs li .active {
1868     background-color: #055580;
1869     border: 1px solid #777777;
1870     color: white;
1871     border-radius: 3px 3px 3px 3px;
1872     box-shadow: 0 1px 1px #CFCFCF;
1873     margin-left: 5px;
1874 }
1875 /**
1876  * Form fields
1877  */
1878 .field {
1879   margin-bottom: 10px;
1880   padding-bottom: 10px;
1881   overflow: auto;
1882   width: 100%;
1883 }
1884 .field label {
1885   float: left;
1886   width: 200px;
1887 }
1888 .field input, .field textarea {
1889   width: 400px;
1890 }
1891 .field textarea {
1892   height: 100px;
1893 }
1894 .field .field_help {
1895   display: block;
1896   margin-left: 200px;
1897   color: #666666;
1898 }
1899 .field .onoff {
1900   float: left;
1901   width: 80px;
1902 }
1903 .field .onoff a {
1904   display: block;
1905   border: 1px solid #666666;
1906   background-image: url("../../../images/onoff.jpg");
1907   background-repeat: no-repeat;
1908   padding: 4px 2px 2px 2px;
1909   height: 16px;
1910   text-decoration: none;
1911 }
1912 .field .onoff .off {
1913   border-color: #666666;
1914   padding-left: 40px;
1915   background-position: left center;
1916   background-color: #cccccc;
1917   color: #666666;
1918   text-align: right;
1919 }
1920 .field .onoff .on {
1921   border-color: #204A87;
1922   padding-right: 40px;
1923   background-position: right center;
1924   background-color: #D7E3F1;
1925   color: #204A87;
1926   text-align: left;
1927 }
1928 .field .hidden {
1929   display: none!important;
1930 }
1931 .field.radio .field_help {
1932   margin-left: 0px;
1933 }
1934 #directory-search-form{
1935         margin-bottom: 50px;
1936         }
1937 #profile-edit-links-end {
1938         clear: both;
1939         margin-bottom: 15px;
1940 }
1941
1942 #profile-edit-links ul { margin: 20px; padding-bottom: 20px; list-style: none; }
1943
1944 #profile-edit-links li {
1945   float: left;
1946   list-style: none;
1947   margin-left: 10px;
1948 }
1949
1950 .profile-edit-side-div {
1951   display: none;
1952 }
1953
1954 #register-form label,
1955 #profile-edit-form label {
1956         width: 300px; float: left;
1957 }
1958
1959 .required {
1960   display: inline;
1961   color: #B20202;
1962 }
1963
1964 /* oauth */
1965 .oauthapp {
1966   height: auto;
1967   overflow: auto;
1968   border-bottom: 2px solid #cccccc;
1969   padding-bottom: 1em;
1970   margin-bottom: 1em;
1971 }
1972 .oauthapp img {
1973   float: left;
1974   width: 48px;
1975   height: 48px;
1976   margin: 10px;
1977 }
1978 .oauthapp img.noicon {
1979   background-image: url("../../../images/icons/48/plugin.png");
1980   background-position: center center;
1981   background-repeat: no-repeat;
1982 }
1983 .oauthapp a {
1984   float: left;
1985 }
1986 /* contacts */
1987 .contact-entry-wrapper {
1988   width: 120px;
1989   height: 120px;
1990   float: left;
1991 }
1992 /* photo */
1993 .photo {
1994 box-shadow: 2px 2px 5px 0px #000000;
1995 margin: 2px 5px 2px 5px;
1996 max-height: 85%;
1997 max-width: 85%;
1998 }
1999 .lframe {
2000   float: left;
2001   /*margin: 0px 10px 10px 0px;*/
2002 }
2003 /* profile match wrapper */
2004 .profile-match-wrapper {
2005   float: left;
2006   width: 90px;
2007   height: 90px;
2008   margin-bottom: 20px;
2009 }
2010 .profile-match-wrapper .contact-photo {
2011   width: 80px;
2012   height: 80px;
2013 }
2014 .profile-match-wrapper .contact-photo img {
2015   width: 80px;
2016   height: 80px;
2017 }
2018 .profile-match-wrapper {
2019   left: 0px;
2020   top: 63px;
2021 }
2022
2023 .contact-photo-menu-button {
2024         position: relative;
2025         background-image: url("../../../images/icons/16/menu.png");
2026         background-position: top left; 
2027         background-repeat: no-repeat;
2028         margin: 0px 0px -16px 0px; 
2029         padding: 0px;
2030         width: 16px;
2031         height: 16px;
2032         top: -20px; left:0px;
2033         overflow: hidden;
2034         text-indent: 40px;
2035         display: none;
2036         
2037 }
2038 .contact-photo-menu {
2039         width: 11em;
2040         border: 3px solid #364e59;
2041         color: #2d2d2d;
2042         background: #FFFFFF;
2043 /*        position: absolute;*/
2044         position: relative;
2045         left: 0px; top: 0px;
2046         display: none;
2047         z-index: 10000;
2048 }
2049 .contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
2050 .contact-photo-menu li a {
2051         display: block; 
2052         padding: 5px 10px; 
2053         color: #2d2d2d;
2054         text-decoration: none;
2055 }
2056 .contact-photo-menu li a:hover {
2057         background-color: #bdcdd4; 
2058 }
2059
2060 /* page footer */
2061 footer {
2062   height: 100px;
2063   display: table-row;
2064 }
2065
2066 blockquote {
2067     border-left: 1px solid #D2D2D2;
2068     padding-left: 9px;
2069     margin: 0 0 0 .8ex;
2070 }
2071 .aprofile dt{
2072 box-shadow: 1px 1px 5px 0;
2073     color: #666666;
2074     margin: 15px 0 5px;
2075     padding-left: 5px;  
2076         }
2077 /* ================== */
2078 /* = Contacts Block = */
2079 /* ================== */
2080
2081 .contact-block-img {
2082         width: 55px;
2083         height: 55px;
2084         padding-right: 3px;
2085 }
2086 .contact-block-div {
2087         float: left;
2088 }
2089
2090 .contact-block-textdiv { width: 150px; height: 34px; float: left; }
2091 #contact-block-end { clear: both; } 
2092
2093 #group-edit-wrapper {
2094         margin-bottom: 10px;
2095 }
2096
2097 #group-members-end {
2098         clear: both;
2099 }
2100 #group-edit-desc {
2101  margin-top: 15px;
2102 }
2103
2104 /*
2105 #group-separator,
2106 #prof-separator { display: none;}
2107 */
2108
2109 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
2110         margin-bottom: 10px;
2111         margin-top: 20px;
2112 }
2113
2114 #prvmail-submit {
2115         float: right;
2116         margin-top: 10px;
2117 }
2118
2119 #prvmail-subject
2120 {
2121 background: none repeat scroll 0 0 #FFFFFF;
2122 border: 1px solid #CCCCCC;
2123 border-radius: 5px 5px 5px 5px;
2124 font-weight: bold;
2125 height: 20px;
2126 margin: 0 0 5px;
2127 vertical-align: middle;
2128 }
2129 #prvmail-form{
2130  width: 597px;  
2131         }
2132         
2133 #prvmail-upload-wrapper,
2134 #prvmail-link-wrapper,
2135 #prvmail-rotator-wrapper {
2136         float: left;
2137         margin-top: 10px;
2138         margin-right: 10px;
2139         width: 24px;
2140 }
2141
2142 #prvmail-end {
2143         clear: both;
2144 }
2145
2146 .mail-list-sender,
2147 .mail-list-detail {
2148         float: left;
2149 }
2150 .mail-list-detail {
2151         margin-left: 20px;
2152 }
2153
2154 .mail-list-subject {
2155         font-size: 1.1em;
2156         margin-top: 10px;
2157 }
2158 a.mail-list-link {
2159     display: block;
2160     font-size: 1.3em;
2161     padding: 4px 0;
2162 }
2163
2164 /*
2165 *a.mail-list-link:hover {
2166 *       background-color: #15607B;
2167 *       color: #F5F6FB;
2168 *}
2169 */
2170
2171 .mail-list-outside-wrapper-end {
2172         clear: both;
2173 }
2174
2175 .mail-list-outside-wrapper {
2176         margin-top: 30px;
2177 }
2178
2179 .mail-list-delete-wrapper {
2180         float: right;
2181         margin-right: 30px;
2182         margin-top: 15px;
2183 }
2184
2185 .mail-list-delete-icon {
2186         border: none;
2187 }
2188
2189 .mail-conv-sender,
2190 .mail-conv-detail {
2191         float: left;
2192 }
2193 .mail-conv-detail {
2194         margin-left: 20px;
2195         width: 500px;
2196 }
2197
2198 .mail-conv-subject {
2199     font-size: 1.4em;
2200     margin: 10px 0;
2201 }
2202
2203 .mail-conv-outside-wrapper-end {
2204         clear: both;
2205 }
2206
2207 .mail-conv-outside-wrapper {
2208         margin-top: 30px;
2209 }
2210
2211 .mail-conv-delete-wrapper {
2212         float: right;
2213         margin-right: 30px;
2214         margin-top: 15px;
2215 }
2216 .mail-conv-break {
2217         clear: both;
2218 }
2219
2220 .mail-conv-delete-icon {
2221         border: none;
2222 }
2223
2224 /* ========== */
2225 /* = Events = */
2226 /* ========== */
2227 .eventcal {
2228         float: left;
2229         font-size: 20px;
2230 }
2231
2232 .vevent {
2233         border: 1px solid #CCCCCC;
2234 }
2235 .vevent .event-description, .vevent .event-location {
2236         margin-left: 10px;
2237         margin-right: 10px;
2238 }
2239 .vevent .event-start {
2240         margin-left: 10px;
2241         margin-right: 10px;
2242 }
2243
2244 #new-event-link {
2245         margin-bottom: 10px;
2246 }
2247
2248 .edit-event-link, .plink-event-link {
2249         float: left;
2250         margin-top: 4px;
2251         margin-right: 4px;
2252         margin-bottom: 15px;
2253 }
2254
2255 .event-description:before {
2256         content: url('../../../images/calendar.png');
2257         margin-right: 15px;
2258 }
2259
2260 .event-start, .event-end {
2261         margin-left: 10px;
2262         width: 330px;
2263         clear: both;
2264 }
2265
2266 .event-start .dtstart, .event-end .dtend {
2267         float: right;
2268 }
2269
2270 .event-list-date {
2271         margin-bottom: 10px;
2272 }
2273
2274 .prevcal, .nextcal {
2275         float: left;
2276         margin-left: 32px;
2277         margin-right: 32px;
2278         margin-top: 64px;
2279 }
2280 .event-calendar-end {
2281         clear: both;
2282 }
2283
2284  
2285 .calendar {
2286         font-family: Courier, monospace;
2287 }
2288 .calendar.eventcal a {
2289   color: #1872A2;       
2290         }
2291 .today {
2292         font-weight: bold;
2293         color: #FF0000;
2294 }
2295
2296 .settings-block {
2297         border: 1px solid #AAA;
2298         margin: 10px;
2299         padding: 10px;
2300 }
2301
2302 .app-title {
2303         margin: 10px;
2304 }
2305
2306 #identity-manage-desc {
2307         margin-top:15px;
2308         margin-bottom: 15px;
2309 }
2310
2311 #identity-manage-choose {
2312         margin-bottom: 15px;
2313 }
2314
2315 #identity-submit {
2316         margin-top: 20px;
2317 }
2318
2319 #photo-prev-link, #photo-next-link {
2320         padding: 10px;
2321         float: left;
2322 }
2323 .lightbox{
2324         float: left;
2325         }
2326
2327 #photo-photo {
2328         float: left;
2329 }
2330 #photo-like-div .wall-item-like-buttons {
2331          float: left;
2332     margin-right: 5px;
2333     margin-top: 30px;
2334         }
2335 .comment-edit-text-empty {
2336     margin: 10px 0 0;
2337     width: 85%;
2338 }
2339 .comment-edit-photo {
2340     margin: 10px 0 0;
2341 }
2342 .wall-item-like-buttons .icon.like {
2343 float: left;
2344 }
2345
2346 #photo-photo-end {
2347         clear: both;
2348 }
2349
2350 .tabs .comment-wwedit-wrapper {
2351         display: block;
2352    margin-top: 30px;
2353    margin-left: 50px;
2354         }
2355
2356 .profile-match-photo {
2357         float: left;
2358         text-align: center;
2359         width: 120px;
2360 }
2361
2362 .profile-match-name {
2363         float: left;
2364         text-align: center;
2365         width: 120px;
2366         overflow: hidden;
2367 }
2368
2369 .profile-match-break,
2370 .profile-match-end {
2371         clear: both;
2372 }
2373
2374 .profile-match-connect {
2375         text-align: center;
2376         font-weight: bold;
2377 }
2378
2379 .profile-match-wrapper {
2380         float: left;
2381         padding: 10px;
2382         width: 120px;
2383         height: 120px;
2384         scroll: auto;
2385 }
2386 #profile-match-wrapper-end {
2387         clear: both;
2388 }
2389
2390 /* ============= */
2391 /* = Directory = */
2392 /* ============= */
2393 /* contacts menu */
2394 .contact-photo-wrapper {
2395   position: relative;
2396 }
2397 .contact-photo {
2398   width: 48px;
2399   height: 48px;
2400   overflow: hidden;
2401   display: block;
2402 }
2403 .contact-photo img {
2404   width: 48px;
2405   height: 48px;
2406 }
2407 .contact-photo-menu-button {
2408   display: none;
2409   /* position: absolute; */
2410   /* position: absolute; */
2411   left: -2px;
2412   top: -20px;
2413 }
2414 .contact-wrapper {
2415   float: left;
2416   width: 90px;
2417   height: 90px;
2418   margin-bottom: 15px;
2419 }
2420 .contact-wrapper .contact-photo {
2421   width: 80px;
2422   height: 80px;
2423 }
2424 .contact-wrapper .contact-photo img {
2425   width: 80px;
2426   height: 80px;
2427 }
2428 .contact-wrapper .contact-photo-menu-button {
2429   left: 0px;
2430   top: 63px;
2431 }
2432 .directory-item {
2433   float: left;
2434   width: 200px;
2435   height: 200px;
2436 }
2437 .directory-item .contact-photo {
2438   width: 175px;
2439   height: 175px;
2440 }
2441 .directory-item .contact-photo img {
2442   width: 175px;
2443   height: 175px;
2444 }
2445 .contact-name {
2446   text-align: left;
2447   font-weight: bold;
2448   font-size: 12px;
2449 }
2450 .contact-details {
2451   color: #999999;
2452 }
2453 #side-bar-photos-albums li{
2454 list-style-type: disc;
2455 }
2456 #side-bar-photos-albums ul li{
2457   margin-left: 30px;
2458   padding-left: 0px;
2459         }
2460 #side-bar-photos-albums{
2461         margin-top: 15px;       
2462         }
2463 .photo-top-photo, .photo-album-photo {
2464   -webkit-border-radius: 5px 5px 0 0;
2465   -moz-border-radius: 5px 5px 0 0;
2466   border-radius: 5px 5px 0 0;
2467 }
2468 .photo-album-image-wrapper, .photo-top-image-wrapper {
2469   float: left;
2470    -moz-box-shadow: 0 0 5px #888;
2471    -webkit-box-shadow: 0 0 5px #888;
2472    box-shadow: 0 0 5px #888;
2473   background-color: #000;
2474    -webkit-border-radius: 5px;
2475    -moz-border-radius: 5px;
2476   border-radius: 5px;
2477   padding-bottom: 20px;
2478   position: relative;
2479   margin: 0 10px 10px 0;
2480   width: 200px; height: 140px;
2481   overflow: hidden;  
2482 }
2483 .photo-top-album-name {
2484         width: 100%;
2485         position: absolute; 
2486         bottom: 0px; 
2487         padding-left: 3px;
2488         background-color: #EEE;
2489 }
2490 .photo-top-album-link{
2491   color: #1872A2;
2492         }
2493 .photo-top-album-img{
2494         
2495         }
2496 /*.photo-top-image-wrapper {
2497         position: relative;
2498         float: left;
2499         margin-top: 15px;
2500         margin-right: 15px;
2501         width: 200px; height: 200px; 
2502         overflow: hidden; 
2503 }
2504 .photo-top-album-name {
2505         width: 100%;
2506         min-height: 2em;
2507         position: absolute; 
2508         bottom: 0px; 
2509         padding: 0px 3px;
2510         padding-top: 0.5em;
2511         background-color: rgb(255, 255, 255);
2512 }*/
2513 #photo-top-end {
2514         clear: both;
2515 }
2516
2517 #photo-top-links {
2518         margin-bottom: 30px;
2519         margin-left: 30px;
2520 }
2521
2522 #photos-upload-newalbum-div {
2523         float: left;
2524         width: 175px;
2525 }
2526