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