]> git.mxchange.org Git - friendica.git/commitdiff
Seperate blocks in /admin/features. (#5345)
authorAndreas Neustifter <andreas.neustifter@gmail.com>
Tue, 10 Jul 2018 20:57:13 +0000 (22:57 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Tue, 10 Jul 2018 20:57:13 +0000 (16:57 -0400)
* Seperate blocks in /admin/features.

Its hard to distinguish between blocks of settings in the features page. Its
useful to clearly mark the blocks belonging together.

* Also try to separate items for other themes.

* Make sure separate settings boxes work in all themes.

view/templates/admin/settings_features.tpl
view/templates/settings/connectors.tpl
view/theme/duepuntozero/style.css
view/theme/quattro/dark/style.css
view/theme/vier/style.css

index d2bd35e041c84f837a70af9f526d4b758e33bea8..1ca0708bfcd1474fb7bef53639115688383bb890 100644 (file)
 
        <div class="settings-content-block">
                {{foreach $f.1 as $fcat}}
+                       <div class="settings-block">
                        {{include file="field_yesno.tpl" field=$fcat.0}}
                        {{include file="field_yesno.tpl" field=$fcat.1}}
+                       </div>
                {{/foreach}}
 
                <div class="settings-submit-wrapper" >
index 19b7306dd5835ebe68588d349ec2aee4630e296e..a237917682c39eafabb8a24461ed5090b89a801a 100644 (file)
@@ -7,13 +7,9 @@
 <form action="settings/connectors" method="post" autocomplete="off">
 <input type='hidden' name='form_security_token' value='{{$form_security_token}}'>
 
-<span id="settings_general_inflated" class="settings-block fakelink" style="display: block;" onclick="openClose('settings_general_expanded'); openClose('settings_general_inflated');">
-       <h3 class="connector">{{$general_settings}}</h3>
-</span>
+       <h3 class="settings-heading"><a onclick="openClose('settings_general_expanded'); openClose('settings_general_inflated');">{{$general_settings}}</a></h3>
+
 <div id="settings_general_expanded" class="settings-block" style="display: none;">
-       <span class="fakelink" onclick="openClose('settings_general_expanded'); openClose('settings_general_inflated');">
-               <h3 class="connector">{{$general_settings}}</h3>
-       </span>
 
        {{include file="field_checkbox.tpl" field=$disable_cw}}
        {{include file="field_checkbox.tpl" field=$no_intelligent_shortening}}
index 84ea6db94bde599452394bd77bf984d66a0b50ca..b29ff37477b4897d342e8ab01096b9939c896905 100644 (file)
@@ -2721,9 +2721,7 @@ aside input[type='text'] {
 }
 
 .settings-block {
-       border: 1px solid #AAA;
-       margin: 10px;
-       padding: 10px;
+       border-bottom: 1px solid #AAA;
 }
 
 .app-title {
index a0924c9713543371fb6f2830f4cf5fcb7d19dcb9..f0c322b2207c8f4ad9ee1f6560bd19a5085fef35 100644 (file)
@@ -2551,6 +2551,9 @@ footer {
 #adminpage .selectall {
   text-align: right;
 }
+.settings-block {
+  border-bottom: 1px solid #cccccc;
+}
 /* edit buttons for comments */
 .icon.dim {
   opacity: 0.3;
index c70af646c7ad0fc51d8aae286b8e8224e2ba9d5c..379510ef138e84b853362d8fa6dd219a24cbf1ea 100644 (file)
@@ -8,7 +8,7 @@
 @import url("css/font2.css") all;
 
 img {
-  border: 0px;
+       border: 0px;
 }
 
 /* ========= */
@@ -16,11 +16,11 @@ img {
 /* ========= */
 
 #adminpage {
-/*        width: 80%;*/
+       /* width: 80%; */
 }
 
 #adminpage .screenshot img {
-  width: 640px;
+       width: 640px;
 }
 
 #pending-update {
@@ -41,7 +41,7 @@ img {
 .admin.link {
        list-style-position: inside;
        font-size: 1em;
-/*        padding-left: 5px;
+       /* padding-left: 5px;
        margin: 5px; */
 }
 
@@ -89,162 +89,160 @@ img {
        margin-right: 1em;
 }
 
-#adminpage table {width:100%; border-bottom: 1px solid #000000; margin: 5px 0px;}
-#adminpage table th { text-align: left;}
-#adminpage td .icon { float: left;}
+#adminpage table { width:100%; border-bottom: 1px solid #000000; margin: 5px 0px; }
+#adminpage table th { text-align: left; }
+#adminpage td .icon { float: left; }
 #adminpage table#users img { width: 16px; height: 16px; }
 #adminpage table tr:hover { background-color: #eeeeee; }
 #adminpage .selectall { text-align: right; }
 /* icons */
 
 /*
-.article       background-position: -50px  0px;}
-.block                 background-position: -90px  0px;}
-.drophide      background-position: -130px 0px;}
+.article        {background-position: -50px  0px;}
+.block                  {background-position: -90px  0px;}
+.drophide       {background-position: -130px 0px;}
 
-.noglobe       background-position: -70px  -20px;}
-.no            background-position: -90px  -20px;}
-.recycle       background-position: -190px -20px;}
-.remote-link   background-position: -210px -20px;}
-.share                 background-position: -230px -20px;}
+.noglobe        {background-position: -70px  -20px;}
+.no             {background-position: -90px  -20px;}
+.recycle        {background-position: -190px -20px;}
+.remote-link    {background-position: -210px -20px;}
+.share                  {background-position: -230px -20px;}
 
-.tools                 background-position: -50px  -40px;}
+.tools                  {background-position: -50px  -40px;}
 
-.youtube        { background-position: -130px -40px;}
+.youtube        {background-position: -130px -40px;}
 
-.language       { background-position: -210px -40px;}
+.language       {background-position: -210px -40px;}
 
-.prev           { background-position: -90px  -60px;}
-.next           { background-position: -110px -60px;}
-.tagged     background-position: -130px -60px;}
+.prev           {background-position: -90px  -60px;}
+.next           {background-position: -110px -60px;}
+.tagged         {background-position: -130px -60px;}
 */
 
 .icon.drop, .icon.drophide {
- float: left;
      float: left;
 }
 
 
 .icon {
-  background-color: transparent ;
-  background-repeat: no-repeat;
-  width: 20px;
-  height: 20px;
-  /* display: block; */
-  display: inline-block;
-  overflow: hidden;
-  padding: 1px;
-  color: #999;
-  vertical-align: text-top;
+       background-color: transparent ;
+       background-repeat: no-repeat;
+       width: 20px;
+       height: 20px;
+       /* display: block; */
+       display: inline-block;
+       overflow: hidden;
+       padding: 1px;
+       color: #999;
+       vertical-align: text-top;
 }
 
 .icon:hover {
-  text-decoration: none;
-  color: #000;
+       text-decoration: none;
+       color: #000;
 }
 
 .icon a:hover {
 }
 
 .icon.text {
-  text-indent: 0px;
+       text-indent: 0px;
 }
 .icon.s10 {
-/*  min-width: 10px;
-  height: 10px; */
- /* font-size: 10px; */
+       /* min-width: 10px;
+       height: 10px; */
      /* font-size: 10px; */
 }
 .icon.s10.text {
-  padding: 2px 0px 0px 15px;
-  font-size: 10px;
+       padding: 2px 0px 0px 15px;
+       font-size: 10px;
 }
 .icon.s16 {
-  min-width: 16px;
-  height: 16px;
+       min-width: 16px;
+       height: 16px;
 }
 .icon.s16.text {
-  padding: 4px 0px 0px 20px;
-  font-size: 10px;
+       padding: 4px 0px 0px 20px;
+       font-size: 10px;
 }
 .wall-item-decor .icon.s22.lock {
-  color: #888;
+       color: #888;
 }
 .wall-item-decor .icon.s22.lock:hover {
-  color: #000;
-  text-decoration: none;
+       color: #000;
+       text-decoration: none;
 }
 .icon.s22 {
-  min-width: 22px;
-  height: 22px;
+       min-width: 22px;
+       height: 22px;
 }
 /*.icon.s22.notify {
-  color: gray;
+       color: gray;
 }*/
 .icon.s22.text {
-  padding: 10px 0px 0px 25px;
-  width: 230px;
-  font-size: 1em;
+       padding: 10px 0px 0px 25px;
+       width: 230px;
+       font-size: 1em;
 }
 .icon.s48 {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 .sparkle {
        cursor: url('lock.cur'), pointer;
 }
 
 #birthday-title, #event-title {
-  font-weight: bold;
-  margin-bottom: 5px;
+       font-weight: bold;
+       margin-bottom: 5px;
 }
 
 div.pager a {
-  margin-left: 5px;
-  margin-right: 5px;
+       margin-left: 5px;
+       margin-right: 5px;
 }
 
 span.pager_first a, span.pager_n a,
 span.pager_last a, span.pager_prev a, span.pager_next a,
 span.scroll_loader_text {
-  color: darkgray;
+       color: darkgray;
 }
 
 div.pager {
-  clear: left;
-  text-align: center;
-/*
-  height: 1.2em;
-  padding-bottom: 12px;
-  color: black;
-  background-color: #f2f2f2;
-  margin-top: 5px;
-  padding: 1%;
-  height: 1em;
-  margin-bottom: 5px;
-*/
+       clear: left;
+       text-align: center;
+       /* height: 1.2em;
+       padding-bottom: 12px;
+       color: black;
+       background-color: #f2f2f2;
+       margin-top: 5px;
+       padding: 1%;
+       height: 1em;
+       margin-bottom: 5px; */
 }
 
 .birthday-notice, .event-notice {
-  margin-top: 5px;
-  margin-bottom: 5px;
-  background-color: #F5F5F5;
+       margin-top: 5px;
+       margin-bottom: 5px;
+       background-color: #F5F5F5;
 }
 
 #live-network {
-/*  border-bottom: 1px solid #BDCDD4; */
-  border-bottom: 1px solid #D2D2D2;
-  width: 100%;
-  height: 10px;
+       /* border-bottom: 1px solid #BDCDD4; */
+       border-bottom: 1px solid #D2D2D2;
+       width: 100%;
+       height: 10px;
 }
 
 .pager a {
 }
 
 .pager a.pager_older {
-  float: right;
+       float: right;
 }
 
 .pager a.pager_newer {
-  float: left;
+       float: left;
 }
 
 .pager .disabled {
@@ -252,37 +250,36 @@ div.pager {
 }
 
 .hide-comments-outer {
-  margin-left: 80px;
-  margin-bottom: 5px;
-  width: 660px;
-  border-bottom: 1px solid #BDCDD4;
-  border-top: 1px solid #BDCDD4;
-
-  padding: 8px;
+       margin-left: 80px;
+       margin-bottom: 5px;
+       width: 660px;
+       border-bottom: 1px solid #BDCDD4;
+       border-top: 1px solid #BDCDD4;
+       padding: 8px;
 }
 
 /* global */
 body {
-/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
-  font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
-  font-size: 14px;
-  /* font-size: 13px;
-  line-height: 19.5px; */
-  font-weight: 400;
-  font-style: normal;
-  /* background-color: #ffffff; */
-  /* background-color: #FAFAFA; */
-  background-color: rgb(229, 229, 229);
-  color: #2d2d2d;
-  margin: 0px 0px 0px 0px;
-  display: table;
+       /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
+       font-family: -apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Helvetica,Arial,sans-serif;
+       font-size: 14px;
+       /* font-size: 13px;
+       line-height: 19.5px; */
+       font-weight: 400;
+       font-style: normal;
+       /* background-color: #ffffff; */
+       /* background-color: #FAFAFA; */
+       background-color: rgb(229, 229, 229);
+       color: #2d2d2d;
+       margin: 0px 0px 0px 0px;
+       display: table;
 }
 
 a {
        color: #36C;
        /* color: #3e3e8c; */
        /* color: #3465A4; */
-       /*color: #3E3E8C; */
+       /* color: #3E3E8C; */
        text-decoration: none;
 }
 a:hover {
@@ -291,102 +288,102 @@ a:hover {
 }
 
 .wall-item-name-link {
-/*  float: left;*/
+       /* float: left;*/
 }
 
 .wall-item-photo {
-  width: 48px;
-  height: 48px;
-  overflow: hidden;
-  display: block;
+       width: 48px;
+       height: 48px;
+       overflow: hidden;
+       display: block;
 }
 
 .left {
-  float: left;
+       float: left;
 }
 .right {
-  float: right;
+       float: right;
 }
 .hidden {
-  display: none;
+       display: none;
 }
 .clear {
-  clear: both;
+       clear: both;
 }
 .fakelink {
-  color: #36c;
-  /* color: #3e3e8c; */
-  /* color: #3465A4; */
-  /* color: #3E3E8C; */
-  text-decoration: none;
-  cursor: pointer;
+       color: #36c;
+       /* color: #3e3e8c; */
+       /* color: #3465A4; */
+       /* color: #3E3E8C; */
+       text-decoration: none;
+       cursor: pointer;
 }
 .fakelink:hover {
-  /*color: blue;*/
-  /*color: #005c94; */
-  text-decoration: underline;
+       /* color: blue;*/
+       /* color: #005c94; */
+       text-decoration: underline;
 }
 code {
-  font-family: Courier, monospace;
-  white-space: pre;
-  display: block;
-  overflow: auto;
-  border: 1px solid #444;
-  background: #EEE;
-  color: #444;
-  padding: 10px;
-  margin-top: 20px;
-  max-width: 640px;
-  white-space: pre-wrap;
+       font-family: Courier, monospace;
+       white-space: pre;
+       display: block;
+       overflow: auto;
+       border: 1px solid #444;
+       background: #EEE;
+       color: #444;
+       padding: 10px;
+       margin-top: 20px;
+       max-width: 640px;
+       white-space: pre-wrap;
 }
 .badge {
-  display: inline-block;
-  min-width: 10px;
-  padding: 3px 7px;
-  font-size: 10px;
-  font-weight: 700;
-  line-height: 1;
-  color: #fff;
-  text-align: center;
-  white-space: nowrap;
-  vertical-align: baseline;
-  /* background-color: #737373*/;
-  background-color: #36C;
-  border-radius: 4px;
-  opacity: 0.3;
+       display: inline-block;
+       min-width: 10px;
+       padding: 3px 7px;
+       font-size: 10px;
+       font-weight: 700;
+       line-height: 1;
+       color: #fff;
+       text-align: center;
+       white-space: nowrap;
+       vertical-align: baseline;
+       /* background-color: #737373*/;
+       background-color: #36C;
+       border-radius: 4px;
+       opacity: 0.3;
 }
 #panel {
-  position: absolute;
-  width: 10em;
-  background: #ffffff;
-  color: #2d2d2d;
-  margin: 0px;
-  padding: 1em;
-  list-style: none;
-  /*border: 3px solid #364e59;*/
-  z-index: 100000;
-  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
+       position: absolute;
+       width: 10em;
+       background: #ffffff;
+       color: #2d2d2d;
+       margin: 0px;
+       padding: 1em;
+       list-style: none;
+       /* border: 3px solid #364e59;*/
+       z-index: 100000;
+       box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
 }
 
 /* some settings for different form-factors */
 @media (min-width: 601px) {
-  a.mobile-view { display: none };
-  a.desktop-view { display: initial };
+       a.mobile-view { display: none };
+       a.desktop-view { display: initial };
 }
 
 /* tool */
 .tool {
-  height: auto;
-  overflow: auto;
-  padding: 0px;
+       height: auto;
+       overflow: auto;
+       padding: 0px;
 }
 .menu-popup .divider {
-  width: 90%;
-  height: 1px;
-  margin: 3px auto;
-  overflow: hidden;
-  background-color: #737373;
-  opacity: 0.4;
+       width: 90%;
+       height: 1px;
+       margin: 3px auto;
+       overflow: hidden;
+       background-color: #737373;
+       opacity: 0.4;
 }
 #saved-search-ul .tool:hover,
 #nets-sidebar .tool:hover,
@@ -404,361 +401,363 @@ code {
        display: none;
 }*/
 #sidebar-group-list .notify {
-  display: none;
+       display: none;
+}
+#sidebar-group-list .notify.show {
+       display: inline-block;
 }
-#sidebar-group-list .notify.show { display: inline-block; }
 .tool .label {
-/*  float: left; */
+       /* float: left; */
 }
 .tool .action {
-  float: right;
+       float: right;
 }
 .tool a {
-/*  color: #000; */
+       /* color: #000; */
 }
 .tool a:hover, .widget a:hover, #nets-sidear a:hover, #forum-widget-collapse:hover, .admin.link a:hover, aside h4 a:hover, right_aside h4 a:hover {
-  /* text-decoration: underline; */
-  text-decoration: none;
-  color: black;
+       /* text-decoration: underline; */
+       text-decoration: none;
+       color: black;
 }
 
 .groupsideedit, .savedsearchdrop {
-  float: right;
-  opacity: 0.3;
+       float: right;
+       opacity: 0.3;
 }
 .groupsideedit:hover, .savedsearchdrop:hover {
-  opacity: 1;
+       opacity: 1;
 }
 
 .sidebar-group-li:hover, #sidebar-new-group:hover, #sidebar-edit-groups:hover,#forum-widget-collapse:hover,
 #sidebar-ungrouped:hover, .side-link:hover, .nets-ul li:hover, #forumlist-sidebar li:hover, #forumlist-sidebar-right li:hover,
 .nets-all:hover, .saved-search-li:hover, li.tool:hover, .admin.link:hover, aside h4 a:hover, right_aside h4 a:hover, #message-new:hover,
 #sidebar-photos-albums li:hover, .photos-upload-link:hover, .textcomplete-item.active {
-  /* background-color: #ddd; */
-/*  background-color: #e5e5e5; */
-  background-color: #F5F5F5;
+       /* background-color: #ddd; */
+       /* background-color: #e5e5e5; */
+       background-color: #F5F5F5;
 }
 
 #message-new a {
-  color: black;
+       color: black;
 }
 
 .sidebar-group-element {
-/*  color: #000; */
+       /* color: #000; */
 }
 
 .group-selected, .nets-selected, .fileas-selected, .forum-selected {
-  font-weight: bold;
+       font-weight: bold;
 }
 
 #forum-widget-showmore, #sidebar-new-group, #sidebar-edit-groups, #forum-widget-collapse, #forumlist-rsidebar-right, #sidebar-ungrouped,
 .side-link, #peoplefind-desc, #connect-desc, .nets-all, .admin.link, #message-new {
-  padding-left: 10px;
-  padding-top: 3px;
-  padding-bottom: 3px;
-  padding-right: 5px;
-  display: block;
+       padding-left: 10px;
+       padding-top: 3px;
+       padding-bottom: 3px;
+       padding-right: 5px;
+       display: block;
 }
 
 .photos-upload-link {
-  padding-top: 3px;
-  padding-bottom: 3px;
-  display: block;
+       padding-top: 3px;
+       padding-bottom: 3px;
+       display: block;
 }
 
 #forumlist-sidebar {
-  padding-top: 3px;
-  padding-bottom: 3px;
-  display: block;
+       padding-top: 3px;
+       padding-bottom: 3px;
+       display: block;
 }
 
 .forum-widget-entry {
-  padding-left: 10px;
-  padding-right: 5px;
+       padding-left: 10px;
+       padding-right: 5px;
 }
 
 #forumlist-sidebar .notify, #forumlist-sidebar-right .notify {
-  display: none;
+       display: none;
 }
 
 #forumlist-sidebar .notify.show, #forumlist-sidebar-right .notify.show {
-  display: inline-block;
+       display: inline-block;
 }
 
 a.nets-link, .side-link a, #sidebar-new-group a, #sidebar-edit-groups a, a.savedsearchterm,a.fileas-link, aside h4 a, right_aside h4 a {
-  display: block;
-  color: #737373;
+       display: block;
+       color: #737373;
 }
 
 a.sidebar-group-element {
-  color: #737373;
+       color: #737373;
 }
 
 #follow-sidebar form, #peoplefind-sidebar form, #netsearch-box form {
-  margin-left: 10px;
-  margin-top: 3px;
-  margin-bottom: 3px;
+       margin-left: 10px;
+       margin-top: 3px;
+       margin-bottom: 3px;
 }
 
 #datebrowse-sidebar .datebrowse-ul .posted-date-selector-months {
-    padding: 0;
-    margin-left: 10px;
+       padding: 0;
+       margin-left: 10px;
 }
 #sidebar-ungrouped, .side-link {
-  padding-top: 5px;
+       padding-top: 5px;
 }
 
 #sidebar-ungrouped a {
-  color: black;
+       color: black;
 }
 
 #forumlist-sidebar a, #forumlist-sidebar-right a, .tool a, .admin.link a, #sidebar-photos-albums a {
-  color: #737373;
+       color: #737373;
 }
 
 #forumlist-sidebar, #forumlist-sidebar-right {
-  margin-top: 2px;
+       margin-top: 2px;
 }
 
 /* popup notifications */
 div.jGrowl div.notice {
-  background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
-  color: #ffffff;
-  padding-left: 58px;
+       background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
+       color: #ffffff;
+       padding-left: 58px;
 }
 div.jGrowl div.info {
-  background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
-  color: #ffffff;
-  padding-left: 58px;
+       background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+       color: #ffffff;
+       padding-left: 58px;
 }
 
 div.jGrowl.top-right {
-  top: 40px;
-  z-index: 90;
+       top: 40px;
+       z-index: 90;
 }
 
 /* header */
 header {
-  position: fixed;
-  /* left: 43%;
-  right: 43%; */
-  left: 25px;
-  top: 0px;
-  margin: 0px;
-  padding: 0px;
-  /*width: 100%; height: 12px; */
-
-  z-index: 110;
-  color: #ffffff;
+       position: fixed;
+       /* left: 43%;
+       right: 43%; */
+       left: 25px;
+       top: 0px;
+       margin: 0px;
+       padding: 0px;
+       /*width: 100%; height: 12px; */
+
+       z-index: 110;
+       color: #ffffff;
 }
 header #site-location {
-  display: none;
+       display: none;
 }
 header #banner {
-  overflow: hidden;
-  text-align: center;
-  width: 100%;
+       overflow: hidden;
+       text-align: center;
+       width: 100%;
 }
 header #banner a,
 header #banner a:active,
 header #banner a:visited,
 header #banner a:link,
 header #banner a:hover {
-  color: #ffffff;
-  text-decoration: none;
-  outline: none;
-  vertical-align: bottom;
+       color: #ffffff;
+       text-decoration: none;
+       outline: none;
+       vertical-align: bottom;
 }
 header #banner #logo-img {
-  height: 22px;
-  margin-top: 5px;
+       height: 22px;
+       margin-top: 5px;
 }
 header #banner #logo-text {
-  font-size: 22px;
+       font-size: 22px;
 }
 /* nav */
 nav {
-  min-width: 1000px;
-  width: 100%;
-  height: 32px;
-  position: fixed;
-  left: 0px;
-  top: 0px;
-  padding: 0px;
-  padding-left: 0px;
-  /* background: #2d2d2d; */
-  background: rgb(36, 76, 94);
-  /*background: #364A84;
-    background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
-    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
-    background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
-    background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
-    background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
-    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
-    background: linear-gradient(top, #516499 0%,#364a84 100%); */
-  color: #ffffff;
-  z-index: 100;
-  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
+       min-width: 1000px;
+       width: 100%;
+       height: 32px;
+       position: fixed;
+       left: 0px;
+       top: 0px;
+       padding: 0px;
+       padding-left: 0px;
+       /* background: #2d2d2d; */
+       background: rgb(36, 76, 94);
+       /*background: #364A84;
+       background: -moz-linear-gradient(top, #516499 0%, #364a84 100%);
+       background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#516499), color-stop(100%,#364a84));
+       background: -webkit-linear-gradient(top, #516499 0%,#364a84 100%);
+       background: -o-linear-gradient(top, #516499 0%,#364a84 100%);
+       background: -ms-linear-gradient(top, #516499 0%,#364a84 100%);
+       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516499', endColorstr='#364a84',GradientType=0 );
+       background: linear-gradient(top, #516499 0%,#364a84 100%); */
+       color: #ffffff;
+       z-index: 100;
+       box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
 }
 
 nav .icon {
-  color: #ccc;
-  padding:0;
+       color: #ccc;
+       padding:0;
 }
 
 nav a:active,
 nav a:visited,
 nav a:link,
 nav a {
-  text-decoration: none;
-  outline: none;
-  color: #ccc;
-  padding-bottom: 8px;
-  padding-top: 8px;
-  cursor: pointer;
+       text-decoration: none;
+       outline: none;
+       color: #ccc;
+       padding-bottom: 8px;
+       padding-top: 8px;
+       cursor: pointer;
 }
 
 nav a:hover .icon {
-  color: #fff;
+       color: #fff;
 }
 
 nav a:hover {
-  text-decoration: none;
-  outline: none;
-  color: #fff;
-  padding-bottom: 8px;
-  padding-top: 8px;
+       text-decoration: none;
+       outline: none;
+       color: #fff;
+       padding-bottom: 8px;
+       padding-top: 8px;
 }
 
 nav ul {
-  margin: 0px;
-  padding: 0px 10px;
+       margin: 0px;
+       padding: 0px 10px;
 }
 nav ul li {
-  list-style: none;
-  margin: 0px;
-  /* padding: 1px 1px 3px 1px; */
-  float: left;
+       list-style: none;
+       margin: 0px;
+       /* padding: 1px 1px 3px 1px; */
+       float: left;
 }
 nav ul li .menu-popup {
-  left: 0px;
-  right: auto;
+       left: 0px;
+       right: auto;
 }
 
 nav #nav-search-box #nav-search-text {
-  /*background-image:  url('icons/lupe.png');
-  background-repeat:no-repeat; */
-  padding-left:0px;
-  /*border-top-left-radius: 15px;
-  border-top-right-radius: 15px;
-  border-bottom-right-radius: 15px;
-  border-bottom-left-radius: 15px;*/
-  position: relative;
-  height: 17px;
-  margin: 4px 0px 4px 4px;
-  width: 150px;
-  max-width: 150px;
-  background-color: #eee;
+       /*background-image:  url('icons/lupe.png');
+       background-repeat:no-repeat; */
+       padding-left:0px;
+       /*border-top-left-radius: 15px;
+       border-top-right-radius: 15px;
+       border-bottom-right-radius: 15px;
+       border-bottom-left-radius: 15px;*/
+       position: relative;
+       height: 17px;
+       margin: 4px 0px 4px 4px;
+       width: 150px;
+       max-width: 150px;
+       background-color: #eee;
 }
 
 nav .nav-menu-icon {
-  position: relative;
-  height: 22px;
-  padding: 5px;
-  margin: 0px 10px;
-  -moz-border-radius: 5px 5px 0 0;
-  -webkit-border-radius: 5px 5px 0 0;
-  border-radius: 5px 5px 0 0;
+       position: relative;
+       height: 22px;
+       padding: 5px;
+       margin: 0px 10px;
+       -moz-border-radius: 5px 5px 0 0;
+       -webkit-border-radius: 5px 5px 0 0;
+       border-radius: 5px 5px 0 0;
 }
 nav .nav-menu-icon.selected {
-  background-color: #364e59;
+       background-color: #364e59;
 }
 nav .nav-menu img,
 nav .nav-menu-icon img {
-  width: 22px;
-  height: 22px;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
+       width: 22px;
+       height: 22px;
+       -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 nav .nav-menu img {
-  margin-top: -3px;
-  margin-right: 4px;
+       margin-top: -3px;
+       margin-right: 4px;
 }
 
 nav .nav-menu-icon .nav-notify {
-  top: 3px;
+       top: 3px;
 }
 nav .nav-menu-label {
-  margin: 3px 5px 0px;
+       margin: 3px 5px 0px;
 }
 nav .nav-menu {
-  position: relative;
-  height: 16px;
-  padding: 5px;
-  padding-left: 5px;
-  padding-right: 5px;
-  margin: 3px 3px 0px;
-  font-size: 13px;
-  /* border-bottom: 3px solid #364A84; */
-  color: #ccc;
-  font-weight: bold;
+       position: relative;
+       height: 16px;
+       padding: 5px;
+       padding-left: 5px;
+       padding-right: 5px;
+       margin: 3px 3px 0px;
+       font-size: 13px;
+       /* border-bottom: 3px solid #364A84; */
+       color: #ccc;
+       font-weight: bold;
 }
 /*nav .nav-menu.selected a {
-  color: white;
+       color: white;
 }*/
 
 nav .nav-menu.selected {
-  border-bottom: 3px solid #9eabb0;
/*  background-color: #364E59; */
+       border-bottom: 3px solid #9eabb0;
      /* background-color: #364E59; */
 }
 
 nav .nav-menu:hover {
-    /* color: #fff !important; */
-    color: #fff;
-    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
-/*    background: #4c619c; */
-    text-decoration: none;
+       /* color: #fff !important; */
+       color: #fff;
+       /* text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); */
+       /* background: #4c619c; */
+       text-decoration: none;
 }
 
 .manage-notify {
-   background-color: #F80;
-  -moz-border-radius: 5px 5px 5px 5px;
-  -webkit-border-radius: 5px 5px 5px 5px;
-  border-radius: 5px 5px 5px 5px;
-  font-size: 10px;
-  padding: 1px 3px;
-  top: 0px;
-  min-width: 15px;
-  text-align: center;
-  color: white;
-  float: right;
-  margin-top: -14px;
-  margin-right: -20px;
+        background-color: #F80;
+       -moz-border-radius: 5px 5px 5px 5px;
+       -webkit-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px 5px 5px 5px;
+       font-size: 10px;
+       padding: 1px 3px;
+       top: 0px;
+       min-width: 15px;
+       text-align: center;
+       color: white;
+       float: right;
+       margin-top: -14px;
+       margin-right: -20px;
 }
 
 nav .nav-notify {
-  display: none;
-  position: absolute;
+       display: none;
+       position: absolute;
  /*  background-color: #36c; */
-   background-color: #F80;
-  /* background-color: #19aeff; */
-  -moz-border-radius: 5px 5px 5px 5px;
-  -webkit-border-radius: 5px 5px 5px 5px;
-  border-radius: 5px 5px 5px 5px;
-  font-size: 10px;
-  padding: 1px 3px;
-  top: 0px;
-  /* right: -10px; */
-  right: -5px;
-  min-width: 15px;
-  /* text-align: right; */
-  text-align: center;
-  color: white;
+        background-color: #F80;
+       /* background-color: #19aeff; */
+       -moz-border-radius: 5px 5px 5px 5px;
+       -webkit-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px 5px 5px 5px;
+       font-size: 10px;
+       padding: 1px 3px;
+       top: 0px;
+       /* right: -10px; */
+       right: -5px;
+       min-width: 15px;
+       /* text-align: right; */
+       text-align: center;
+       color: white;
 }
 
 nav .nav-notify.show {
-  display: block;
+       display: block;
 }
 nav #nav-help-link,
 nav #nav-search-link,
@@ -770,11 +769,11 @@ nav #nav-notifications-linkmenu,
 nav #nav-site-linkmenu,
 nav #nav-contacts-linkmenu,
 nav #nav-user-linklabel {
-  float: right;
+       float: right;
 }
 nav #nav-user-linklabel {
-  padding-left: 0px;
-  margin-top: 0px;
+       padding-left: 0px;
+       margin-top: 0px;
 }
 nav #nav-help-link .menu-popup,
 nav #nav-search-link .menu-popup,
@@ -783,12 +782,12 @@ nav #nav-apps-link .menu-popup,
 nav #nav-notifications-linkmenu .menu-popup,
 nav #nav-contacts-linkmenu .menu-popup,
 nav #nav-site-linkmenu .menu-popup {
-  right: 0px;
-  left: auto;
+       right: 0px;
+       left: auto;
 }
 nav #nav-site-linkmenu {
-  margin-left: 0px;
-  margin-right: 0px;
+       margin-left: 0px;
+       margin-right: 0px;
 }
 .contact-entry-photo:hover .contact-photo-menu,
 .contact-photo-wrapper:hover .menu-popup,
@@ -798,38 +797,38 @@ nav #nav-apps-link:hover #nav-apps-menu,
 nav #nav-site-linkmenu:hover #nav-site-menu,
 nav #nav-notifications-linkmenu:hover #nav-notifications-menu,
 #contact-edit-actions:hover #contact-actions-menu {
-  display:block;
-  visibility:visible;
-  opacity:1;
+       display:block;
+       visibility:visible;
+       opacity:1;
 }
 nav #nav-notifications-linkmenu {
-  margin-left: 0px;
-  margin-right: 5px;
+       margin-left: 0px;
+       margin-right: 5px;
 }
 nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify {
-  color: white;
+       color: white;
 }
 nav #nav-messages-linkmenu.selected,
 nav #nav-user-linklabel.selected,
 nav #nav-apps-link.selected {
-  background-color: #364e59;
-  border-bottom-style: none;
+       background-color: #364e59;
+       border-bottom-style: none;
 }
 
-nav #nav-notifications-linkmenu.on .icon-bell:before{
-  content: "\f0f3";
+nav #nav-notifications-linkmenu.on .icon-bell:before {
+       content: "\f0f3";
 }
 
-/* nav #nav-community-link { */
+/* nav #nav-community-link {*/
 nav ul {
-  margin-left: 210px;
+       margin-left: 210px;
 }
 
 nav #nav-user-linkmenu {
-  float: right;
-  padding-left: 0px;
-  padding-right: 0px;
-  margin-right: 5px;
+       float: right;
+       padding-left: 0px;
+       padding-right: 0px;
+       margin-right: 5px;
 }
 
 #nav-notifications-mark-all {
@@ -847,116 +846,116 @@ nav #nav-user-linkmenu {
 }
 
 #mail-update {
-  top: 56px;
+       top: 56px;
 }
 
-.notify-unseen { background-color: #FFF; }
+.notify-unseen {background-color: #FFF; }
 
 .notify-seen {
-        background: none repeat scroll 0 0 #EEE;
-        }
+       background: none repeat scroll 0 0 #EEE;
+}
 
 ul.menu-popup {
-  visibility:hidden;
-  opacity:0;
-  z-index:1;
-  transition:all 0.2s ease-in-out;
-  /* display: none; */
-  position: absolute;
-  width: 11em;
-  background: #ffffff;
-  color: #2d2d2d;
-  margin: 0px;
-  padding: 0px;
-  list-style: none;
-  border: 3px solid #364e59;
-  z-index: 100000;
-  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
+       visibility:hidden;
+       opacity:0;
+       z-index:1;
+       transition:all 0.2s ease-in-out;
+       /* display: none; */
+       position: absolute;
+       width: 11em;
+       background: #ffffff;
+       color: #2d2d2d;
+       margin: 0px;
+       padding: 0px;
+       list-style: none;
+       border: 3px solid #364e59;
+       z-index: 100000;
+       box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
 }
 ul.menu-popup a {
-  display: block;
-  color: #2d2d2d;
-  padding: 5px 10px;
-  text-decoration: none;
+       display: block;
+       color: #2d2d2d;
+       padding: 5px 10px;
+       text-decoration: none;
 }
 ul.menu-popup a:hover {
-  /* background-color: #bdcdd4; */
-  background-color: #e5e5e5;
+       /* background-color: #bdcdd4; */
+       background-color: #e5e5e5;
 }
 ul.menu-popup .menu-sep {
-  border-top: 1px solid #9eabb0;
+       border-top: 1px solid #9eabb0;
 }
 ul.menu-popup li {
-  float: none;
-  overflow: auto;
-  height: auto;
-  display: block;
+       float: none;
+       overflow: auto;
+       height: auto;
+       display: block;
 }
 ul.menu-popup li img {
-  float: left;
-  width: 16px;
-  height: 16px;
-  padding-right: 5px;
+       float: left;
+       width: 16px;
+       height: 16px;
+       padding-right: 5px;
 }
 ul.menu-popup .empty {
-  padding: 5px;
-  text-align: center;
-  color: #9eabb0;
+       padding: 5px;
+       text-align: center;
+       color: #9eabb0;
 }
 /* autocomplete popup */
 
 .acpopup, .acpopup-mce {
-  background-color: #ffffff;
-  border: 1px solid #MenuBorder;
-  overflow: auto;
-  z-index: 100000;
-  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
+       background-color: #ffffff;
+       border: 1px solid #MenuBorder;
+       overflow: auto;
+       z-index: 100000;
+       box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
 }
-acpopup-mce {
-  color: #2d2d2d;
-  max-height: 150px;
+.acpopup-mce {
+       color: #2d2d2d;
+       max-height: 150px;
 }
 nav .acpopup {
-  top: 31px !important;
-  margin-left: -23px
+       top: 31px !important;
+       margin-left: -23px
 }
 .acpopupitem {
-  color: #2d2d2d;
-  padding: 4px;
-  clear: left;
+       color: #2d2d2d;
+       padding: 4px;
+       clear: left;
 }
 .acpopupitem img {
-  float: left;
-  margin-right: 4px;
+       float: left;
+       margin-right: 4px;
 }
 .acpopupitem.selected {
-  background-color: #bdcdd4;
+       background-color: #bdcdd4;
 }
 .textcomplete-item {
-  float: none;
+       float: none;
 }
 .textcomplete-item a {
-  color: #737373;
+       color: #737373;
 }
 .textcomplete-item a:hover {
-  color: #000;
-  padding: 3px 20px;
+       color: #000;
+       padding: 3px 20px;
 }
 .textcomplete-item a .forum, .forum .acpopup-sub-text {
-  color: #36C;
-  opacity: 0.8;
+       color: #36C;
+       opacity: 0.8;
 }
 .textcomplete-item a .forum:hover {
-  opacity: 1.0;
+       opacity: 1.0;
 }
 img.acpopup-img {
-  border-radius: 4px;
+       border-radius: 4px;
 }
 
 #nav-notifications-menu {
-  width: 400px;
-  max-height: 550px;
-  overflow: auto;
+       width: 400px;
+       max-height: 550px;
+       overflow: auto;
 }
 /* #nav-notifications-menu a {
        display: inline;
@@ -964,636 +963,636 @@ img.acpopup-img {
        margin: 0px 0px 2px 0px;
 }
 #nav-notifications-menu li:hover {
-  background-color: #bdcdd4;
+       background-color: #bdcdd4;
 }*/
 
 #nav-notifications-menu > li {
-  display: block;
-  color: #737373;
-  cursor: pointer;
+       display: block;
+       color: #737373;
+       cursor: pointer;
 }
 
 #nav-notifications-menu > li:hover {
-  background-color: #e5e5e5;
-  color: #000;
+       background-color: #e5e5e5;
+       color: #000;
 }
 #nav-notifications-mark-all a {
-  color: #737373;
+       color: #737373;
 }
 
 #nav-notifications-menu img {
-  width: 32px;
-  height: 32px;
-  border-radius: 5px;
-  margin: 0;
-  padding: 0;
+       width: 32px;
+       height: 32px;
+       border-radius: 5px;
+       margin: 0;
+       padding: 0;
 }
 
 #nav-notifications-menu .notif-desc-wrapper a {
-  display: inline;
-  padding: 0px;
+       display: inline;
+       padding: 0px;
 }
 
 #nav-notifications-menu .contactname {
-  font-weight: bold;
+       font-weight: bold;
 }
 #nav-notifications-menu .notif-when {
-  font-size: 10px;
-  color: #9eabb0;
-  display: block;
+       font-size: 10px;
+       color: #9eabb0;
+       display: block;
 }
 
 .notif-image {
-        width: 32px;
-        height: 32px;
-        padding: 7px 7px 0px 0px;
+       width: 32px;
+       height: 32px;
+       padding: 7px 7px 0px 0px;
 }
 
 .notif-entry-wrapper {
-  padding: 5px 10px;
-  min-height: 32px;
-  /*border-bottom: 1px solid #DDDDDD;*/
+       padding: 5px 10px;
+       min-height: 32px;
+       /*border-bottom: 1px solid #DDDDDD;*/
 }
 
 .notif-photo-wrapper {
-  float: left;
-  margin-right: 10px;
+       float: left;
+       margin-right: 10px;
 }
 
 .notif-photo-wrapper a {
-  padding: 0 !important;
+       padding: 0 !important;
 }
 
 .notif-desc-wrapper {
-  overflow: hidden;
+       overflow: hidden;
 }
 
 right_aside {
-  display: none;
-  vertical-align: top;
-  width: 185px;
-  padding-top: 10px;
-  padding-right: 20px;
-  padding-bottom: 0px;
-  padding-left: 10px;
-  background-color: #FFFFFF;
-  font-size: 13px;
-  overflow-y: auto;
-  z-index: 2;
-  /* line-height: 17px; */
-  color: #737373;
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  top: 32px;
-  position: absolute;
-  margin-left: calc(100% - 215px);
+       display: none;
+       vertical-align: top;
+       width: 185px;
+       padding-top: 10px;
+       padding-right: 20px;
+       padding-bottom: 0px;
+       padding-left: 10px;
+       background-color: #FFFFFF;
+       font-size: 13px;
+       overflow-y: auto;
+       z-index: 2;
+       /* line-height: 17px; */
+       color: #737373;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       top: 32px;
+       position: absolute;
+       margin-left: calc(100% - 215px);
 }
 
 /* aside */
 aside {
-  /* display: table-cell; */
-  vertical-align: top;
-  width: 185px;
-  /* padding: 32px 10px 10px 20px; */
-  padding: 10px 10px 0px 20px;
-  /* border-right: 1px solid #D2D2D2; */
-  /* background-color: #ECECF2; */
-  /* background-color: #F2F2F2; */
-  background-color: #FFFFFF;
-  font-size: 13px;
-  /* background: #F1F1F1; */
-  /* top: 0px; */
-  top: 32px;
-  overflow-y: auto;
-  z-index: 2;
-  /* line-height: 17px; */
-  position: fixed;
-  /* overflow: auto; */
-  height: 100%;
-  height: calc(100% - 42px);
-  /* overflow: scroll; */
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  color: #737373;
+       /* display: table-cell; */
+       vertical-align: top;
+       width: 185px;
+       /* padding: 32px 10px 10px 20px; */
+       padding: 10px 10px 0px 20px;
+       /* border-right: 1px solid #D2D2D2; */
+       /* background-color: #ECECF2; */
+       /* background-color: #F2F2F2; */
+       background-color: #FFFFFF;
+       font-size: 13px;
+       /* background: #F1F1F1; */
+       /* top: 0px; */
+       top: 32px;
+       overflow-y: auto;
+       z-index: 2;
+       /* line-height: 17px; */
+       position: fixed;
+       /* overflow: auto; */
+       height: 100%;
+       height: calc(100% - 42px);
+       /* overflow: scroll; */
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       color: #737373;
 }
 aside .vcard .tool {
-  clear: both;
+       clear: both;
 }
 aside .vcard .fn {
-  font-size: 18px;
-  font-weight: bold;
-  margin-bottom: 5px;
-  float: left;
+       font-size: 18px;
+       font-weight: bold;
+       margin-bottom: 5px;
+       float: left;
 }
 aside .vcard .title {
-  margin-bottom: 5px;
+       margin-bottom: 5px;
 }
 aside .vcard dl {
-  height: auto;
-  overflow: auto;
-  word-break: break-word;
+       height: auto;
+       overflow: auto;
+       word-break: break-word;
 }
 aside .vcard .account-type {
-  margin-bottom: 13px;
-  font-size: 14px;
-  font-weight: bold;
+       margin-bottom: 13px;
+       font-size: 14px;
+       font-weight: bold;
 }
 
 aside select {
-  background-color: white;
-  width: 165px;
-  border-color: #ccc;
+       background-color: white;
+       width: 165px;
+       border-color: #ccc;
 }
 
 aside .vcard dt {
-  float: left;
-  margin-left: 0px;
-  /* width: 35%; */
-  text-align: right;
-  color: #999999;
+       float: left;
+       margin-left: 0px;
+       /* width: 35%; */
+       text-align: right;
+       color: #999999;
 }
 aside .vcard dd {
-  float: left;
-  margin-left: 4px;
-  /* width: 60%; */
+       float: left;
+       margin-left: 4px;
+       /* width: 60%; */
 }
 aside #profile-photo-wrapper img {
-  width: 175px;
+       width: 175px;
 }
 aside #profile-extra-links ul {
-  padding: 0px;
-  margin: 0px;
+       padding: 0px;
+       margin: 0px;
 }
 aside #profile-extra-links li {
-  padding: 0px;
-  padding-bottom: 4px;
-  margin: 0px;
-  list-style: none;
+       padding: 0px;
+       padding-bottom: 4px;
+       margin: 0px;
+       list-style: none;
 }
 aside #subscribe-feed-link,
 aside #dfrn-request-link,
 aside #wallmessage-link {
-  display: block;
-  -moz-border-radius: 5px 5px 5px 5px;
-  -webkit-border-radius: 5px 5px 5px 5px;
-  border-radius: 5px 5px 5px 5px;
-  color: #ffffff;
-  background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
-  font-weight: bold;
-  text-transform: uppercase;
-  padding: 4px 2px 2px 35px;
+       display: block;
+       -moz-border-radius: 5px 5px 5px 5px;
+       -webkit-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px 5px 5px 5px;
+       color: #ffffff;
+       background: #005c94 url('../../../images/connect-bg.png') no-repeat left center;
+       font-weight: bold;
+       text-transform: uppercase;
+       padding: 4px 2px 2px 35px;
 }
 aside #subscribe-feed-link:hover,
 aside #dfrn-request-link:hover,
 aside #wallmessage-link:hover {
-  text-decoration: none;
-  background-color: #36c;
-  /* background-color: #19aeff; */
+       text-decoration: none;
+       background-color: #36c;
+       /* background-color: #19aeff; */
 }
 aside #profiles-menu {
-  width: 14em;
-  left: 10px;
+       width: 14em;
+       left: 10px;
 }
 
-aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside #side-peoplefind-url { 
-  width: 65%;
-  float: left;
-  padding-left: 10px;
-  /*border-top-left-radius: 15px;
-  border-top-right-radius: 15px;
-  border-bottom-right-radius: 15px;
-  border-bottom-left-radius: 15px;
-  -moz-border-bottom-colors: #dbdbdb;
-  -moz-border-top-colors: #999;
-  -moz-border-left-colors: #999;
-  -moz-border-right-colors: #dbdbdb;*/
+aside #search-text, aside #side-follow-url, aside #side-peoplefind-url, right_aside #side-peoplefind-url {
+       width: 65%;
+       float: left;
+       padding-left: 10px;
+       /*border-top-left-radius: 15px;
+       border-top-right-radius: 15px;
+       border-bottom-right-radius: 15px;
+       border-bottom-left-radius: 15px;
+       -moz-border-bottom-colors: #dbdbdb;
+       -moz-border-top-colors: #999;
+       -moz-border-left-colors: #999;
+       -moz-border-right-colors: #dbdbdb;*/
 }
 
 aside #side-peoplefind-submit, right_aside #side-peoplefind-submit {
-  float: left;
+       float: left;
 }
 
 #side-match-link {
-  clear: both;
+       clear: both;
 }
 
 aside h4, right_aside h4 {
-  margin-bottom: 0px;
-  margin-top: 0px;
-  font-size: 1.17em;
+       margin-bottom: 0px;
+       margin-top: 0px;
+       font-size: 1.17em;
 }
 
 aside img {
-  max-width: 175px;
+       max-width: 175px;
 }
 
 .nets-ul {
-  margin-top: 0px;
+       margin-top: 0px;
 }
 
 #contact-block {
-  overflow: auto;
-  height: auto;
+       overflow: auto;
+       height: auto;
 }
 #contact-block .contact-block-h4 {
-  float: left;
-  margin: 5px 0px;
+       float: left;
+       margin: 5px 0px;
 }
 #contact-block .allcontact-link {
-  float: right;
-  margin: 5px 0px;
+       float: right;
+       margin: 5px 0px;
 }
 #contact-block .contact-block-content {
-  clear: both;
-  overflow: auto;
-  height: auto;
+       clear: both;
+       overflow: auto;
+       height: auto;
 }
 #contact-block .contact-block-link {
-  float: left;
-  margin: 0px 2px 2px 0px;
+       float: left;
+       margin: 0px 2px 2px 0px;
 }
 #contact-block .contact-block-link img {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 .group_selected {
-  background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
-  float: left;
-  height: 22px;
-  width: 22px;
+       background: url("../../../view/theme/diabook/icons/selected.png") no-repeat left center;
+       float: left;
+       height: 22px;
+       width: 22px;
 }
 .group_unselected {
-  background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
-  float: left;
-  height: 22px;
-  width: 22px;
+       background: url("../../../view/theme/diabook/icons/unselected.png") no-repeat left center;
+       float: left;
+       height: 22px;
+       width: 22px;
 }
 /* widget */
 .widget {
-  margin-bottom: 1em;
-  /*.action .s10 { width: 10px; overflow: hidden; padding: 0px;}
-       .action .s16 { width: 16px; overflow: hidden; padding: 0px;}*/
-/*  font-size: 12px; */
+       margin-bottom: 1em;
+       /*.action .s10 {width: 10px; overflow: hidden; padding: 0px;}
+       .action .s16 {width: 16px; overflow: hidden; padding: 0px;}*/
+       /* font-size: 12px; */
 }
 .widget h3 {
-  padding: 0px;
-  margin: 2px;
+       padding: 0px;
+       margin: 2px;
 }
 .widget .action {
-  opacity: 0.1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 0.1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .widget input.action {
-  opacity: 0.5;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 0.5;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .widget:hover .title .action {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .widget .tool:hover .action {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .widget .tool:hover .action.ticked {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .widget ul {
-  padding: 0px;
-  margin-top: 0px;
-  margin-bottom: 0px;
+       padding: 0px;
+       margin-top: 0px;
+       margin-bottom: 0px;
 }
 .widget ul li {
-  padding-left: 10px;
-  /* min-height: 20px; */
-  list-style: none;
-  padding-top: 3px;
-  padding-bottom: 3px;
-  margin: 0px;
+       padding-left: 10px;
+       /* min-height: 20px; */
+       list-style: none;
+       padding-top: 3px;
+       padding-bottom: 3px;
+       margin: 0px;
 }
 .widget .tool.selected {
-  background: url('../../../images/selected.png') no-repeat left center;
+       background: url('../../../images/selected.png') no-repeat left center;
 }
 /* widget: search */
 #add-search-popup {
-  width: 200px;
-  top: 18px;
+       width: 200px;
+       top: 18px;
 }
 /* section */
 section {
-  /*font-size: 13px;
-  line-height: 19.5px;*/
-  font-size: 14.95px;
-  line-height: 21px;
-  display: table-cell;
-  vertical-align: top;
-  top: 32px;
-  width: 766px;
-  max-width: 766px;
-  padding: 10px 10px 10px 10px;
-  /* background-color: white; */
-  /* background-color: rgb(252, 252, 252); */
-  /* background-color: #FAFAFA; */
-  background-color: inherit;
-  /* border-bottom: 1px solid lightgray;
-  border-right: 1px solid lightgray;
-  border-left: 1px solid lightgray; */
-  position: absolute;
-  left: 215px;
-  left: calc(215px + (100% - (215px + 766px)) / 6);
-  /* left: calc(215px + (100% - 215px) / 10); */
+       /* font-size: 13px;
+       line-height: 19.5px; */
+       font-size: 14.95px;
+       line-height: 21px;
+       display: table-cell;
+       vertical-align: top;
+       top: 32px;
+       width: 766px;
+       max-width: 766px;
+       padding: 10px 10px 10px 10px;
+       /* background-color: white; */
+       /* background-color: rgb(252, 252, 252); */
+       /* background-color: #FAFAFA; */
+       background-color: inherit;
+       /* border-bottom: 1px solid lightgray;
+       border-right: 1px solid lightgray;
+       border-left: 1px solid lightgray; */
+       position: absolute;
+       left: 215px;
+       left: calc(215px + (100% - (215px + 766px)) / 6);
+       /* left: calc(215px + (100% - 215px) / 10); */
 }
 
 section.minimal {
-  top: 0px;
-  left: 0px;
-  position: absolute;
-  width: 100%;
-  height: 100%;
+       top: 0px;
+       left: 0px;
+       position: absolute;
+       width: 100%;
+       height: 100%;
 }
 
 /* Contact-Header for the Network Stream */
 #viewcontact_wrapper-network {
-  width: 100%;
-  min-height: 100px;
-  background-color: #FAFAFA;
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  border-bottom: 1px solid #D2D2D2;
+       width: 100%;
+       min-height: 100px;
+       background-color: #FAFAFA;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       border-bottom: 1px solid #D2D2D2;
 }
 #contact-entry-wrapper-network {
-  float: none;
-  width: auto;
-  height: auto;
-  padding: 10px;
-  margin: 0;
+       float: none;
+       width: auto;
+       height: auto;
+       padding: 10px;
+       margin: 0;
 }
 #contact-entry-accounttype-network {
-  font-size: 20px;
+       font-size: 20px;
 }
 #contact-entry-name-network {
-  font-size: 24.5px;
+       font-size: 24.5px;
 }
 .contact-entry-photo img {
-  border-radius: 4px;
+       border-radius: 4px;
 }
 
 /* wall item */
 .tread-wrapper {
-/*    border-bottom: 1px solid #BDCDD4; */
-  border-bottom: 1px solid #D2D2D2;
-  position: relative;
-  padding: 5px;
-  margin-bottom: 10px;
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  background-color: #FFFFFF;
- /* width: 755px; */
+       /* border-bottom: 1px solid #BDCDD4; */
+       border-bottom: 1px solid #D2D2D2;
+       position: relative;
+       padding: 5px;
+       margin-bottom: 10px;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       background-color: #FFFFFF;
      /* width: 755px; */
 }
 .wall-item-decor {
-  position: absolute;
-  left: 755px;
-  left: calc(100% - 16px);
-/*  top: -10px; */
-  width: 16px;
+       position: absolute;
+       left: 755px;
+       left: calc(100% - 16px);
+       /* top: -10px; */
+       width: 16px;
 }
 .unstarred {
-  display: none;
+       display: none;
 }
 .wall-item-container {
-  display: table;
-  width: 745px;
-  width: calc(100% - 10px);
+       display: table;
+       width: 745px;
+       width: calc(100% - 10px);
 }
 
 .wall-item-content hr {
-  background: none repeat scroll 0% 0% rgb(221, 221, 221);
-  color: rgb(221, 221, 221);
-  clear: both;
-  float: none;
-  width: 100%;
-  height: 0.1em;
-  /* margin: 0px 0px 1.45em; */
-  border: medium none;
+       background: none repeat scroll 0% 0% rgb(221, 221, 221);
+       color: rgb(221, 221, 221);
+       clear: both;
+       float: none;
+       width: 100%;
+       height: 0.1em;
+       /* margin: 0px 0px 1.45em; */
+       border: medium none;
 }
 
 .wall-item-container .wall-item-item, .wall-item-container .wall-item-bottom {
-  display: table-row;
+       display: table-row;
 }
 .wall-item-bottom {
-  /* font-size: 14px; */
+       /* font-size: 14px; */
 }
 .wall-item-container .wall-item-tags,
 .wall-item-container .wall-item-links,
 .wall-item-container .wall-item-actions {
-  opacity: 0.2;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 0.2;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .wall-item-container:hover .wall-item-tags,
 .wall-item-container:hover .wall-item-links,
 .wall-item-container:hover .wall-item-actions {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .wall-item-container .wall-item-info {
-  display: table-cell;
-  vertical-align: top;
-  text-align: left;
-  width: 80px;
+       display: table-cell;
+       vertical-align: top;
+       text-align: left;
+       width: 80px;
 }
 .wall-item-container {
-  /* padding-right: 30px; */
-  padding-right: 0px;
+       /* padding-right: 30px; */
+       padding-right: 0px;
 }
 .wall-item-container .wall-item-ago {
-  word-wrap: break-word;
-  width: 50px;
-  margin-left: 10px;
-  color: #999;
-  font-size: 12px;
+       word-wrap: break-word;
+       width: 50px;
+       margin-left: 10px;
+       color: #999;
+       font-size: 12px;
 }
 
 .shared-time {
-  color: #999;
-  font-size: 12px;
+       color: #999;
+       font-size: 12px;
 }
 
 .shared_header {
-  line-height: 14px;
+       line-height: 14px;
 }
 
 .wall-item-network {
-  color: #999;
-  font-size: 12px;
-  text-align: right;
-  float: right;
+       color: #999;
+       font-size: 12px;
+       text-align: right;
+       float: right;
 }
 
 .wall-item-network-end {
-  clear: both;
+       clear: both;
 }
 
 .wall-item-location {
-  width: 350px;
-  float: left;
-  font-size: 12px;
+       width: 350px;
+       float: left;
+       font-size: 12px;
 }
 
 .wall-item-container .wall-item-content {
-  /* font-size: 14px; */
-  max-width: 660px;
-  word-wrap: break-word;
-  word-break: break-word;
-  /* line-height: 1.36; */
-  padding-bottom: 6px;
+       /* font-size: 14px; */
+       max-width: 660px;
+       word-wrap: break-word;
+       word-break: break-word;
+       /* line-height: 1.36; */
+       padding-bottom: 6px;
 }
 
 .wall-item-container .wall-item-content img {
-  max-width: 100%;
-  vertical-align: middle;
-  /* max-width: 650px; */
-  /* max-width: 580px; */
+       max-width: 100%;
+       vertical-align: middle;
+       /* max-width: 650px; */
+       /* max-width: 580px; */
 }
 .children .wall-item-container .wall-item-item .wall-item-content img {
-  /* max-width: 650px; */
-  max-width: 520px;
-  /* max-width: 100%; */
+       /* max-width: 650px; */
+       max-width: 520px;
+       /* max-width: 100%; */
 }
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions {
-  display: table-cell;
-  vertical-align: middle;
-  /* font-size: 17px; */
+       display: table-cell;
+       vertical-align: middle;
+       /* font-size: 17px; */
 }
 .mail-list-wrapper a,
 .wall-item-container .wall-item-bottom a,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink {
-  color: #999;
+       color: #999;
 }
 .mail-list-wrapper a:hover,
 .wall-item-container .wall-item-bottom a:hover,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions a:hover,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-links a:hover,
 .wall-item-container .wall-item-links, .wall-item-container .wall-item-actions .fakelink:hover {
-  color: #000;
-  text-decoration: none;
+       color: #000;
+       text-decoration: none;
 }
 .wall-item-container .wall-item-links .icon, .wall-item-container .wall-item-actions .icon {
-  opacity: 0.5;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 0.5;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 .wall-item-container .wall-item-links .icon:hover, .wall-item-container .wall-item-actions .icon:hover {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 
 .wall-item-container .wall-item-name:hover {
-  color: #36c;
+       color: #36c;
 }
 
 .wall-item-container .wall-item-name,
 .wall-item-container .shared-author {
-  color: black;
-  font-weight: bold;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       color: black;
+       font-weight: bold;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 
 .toplevel_item:hover .wall-item-name,
 .wall-item-container:hover .wall-item-name,
 .toplevel_item:hover .shared-author,
 .wall-item-container:hover .shared-author {
-  color: #36c;
-  font-weight: bold;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       color: #36c;
+       font-weight: bold;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 
 .wall-item-container .wall-item-content a,
 .toplevel_item .fakelink,
 .wall-item-container .fakelink {
-  color: black;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  /* color: darkblue; */
-  /* color: #3E3E8C; */
-  word-break: break-word;
+       color: black;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
+       /* color: darkblue; */
+       /* color: #3E3E8C; */
+       word-break: break-word;
 }
 
 .toplevel_item:hover .fakelink,
 .wall-item-container:hover .fakelink,
 .toplevel_item:hover .wall-item-content a,
 .wall-item-container:hover .wall-item-content a {
-  color: #36c;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       color: #36c;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 
 .toplevel_item:hover .togglecomment,
 .wall-item-container:hover .togglecomment {
-  color: #999;
+       color: #999;
 }
 
 .wall-item-container .wall-item-actions-author {
-  width: 100%;
-  margin-bottom: 0.3em;
+       width: 100%;
+       margin-bottom: 0.3em;
 }
 .wall-item-container .wall-item-actions-social,
 .wall-item-container .wall-item-actions-isevent {
-  float: left;
-  margin-bottom: 1px;
+       float: left;
+       margin-bottom: 1px;
 }
 .wall-item-container .wall-item-actions-social a,
 .wall-item-container .wall-item-actions-isevent a {
-  float: left;
-  margin-right: 1em;
-  cursor: pointer;
+       float: left;
+       margin-right: 1em;
+       cursor: pointer;
 }
 .wall-item-container .wall-item-actions-social a.active,
 .wall-item-container .wall-item-actions-isevent a.active {
@@ -1601,49 +1600,49 @@ section.minimal {
 }
 
 .wall-item-container .wall-item-actions-tools {
-  float: right;
-  width: 80px;
+       float: right;
+       width: 80px;
 }
 .wall-item-container .wall-item-actions-tools a {
-  float: right;
-  margin-left: 10px;
-  cursor: pointer;
+       float: right;
+       margin-left: 10px;
+       cursor: pointer;
 }
 .wall-item-container .wall-item-actions-tools input {
-  float: right;
-  margin-left: 10px;
+       float: right;
+       margin-left: 10px;
 }
 .wall-item-container.comment {
-  margin-top: 5px;
-  margin-bottom: 5px;
-  margin-left: 80px;
-  width: 665px;
-  width: calc(100% - 90px);
-  border-bottom: 1px solid hsl(198, 21%, 79%);
+       margin-top: 5px;
+       margin-bottom: 5px;
+       margin-left: 80px;
+       width: 665px;
+       width: calc(100% - 90px);
+       border-bottom: 1px solid hsl(198, 21%, 79%);
 }
 .wall-item-container.thread_level_2 {
-  margin-left: 80px;
-  width: calc(100% - 90px);
+       margin-left: 80px;
+       width: calc(100% - 90px);
 }
 .wall-item-container.thread_level_3 {
-  margin-left: 95px;
-  width: calc(100% - 105px);
+       margin-left: 95px;
+       width: calc(100% - 105px);
 }
 .wall-item-container.thread_level_4 {
-  margin-left: 110px;
-  width: calc(100% - 120px);
+       margin-left: 110px;
+       width: calc(100% - 120px);
 }
 .wall-item-container.thread_level_5 {
-  margin-left: 125px;
-  width: calc(100% - 135px);
+       margin-left: 125px;
+       width: calc(100% - 135px);
 }
 .wall-item-container.thread_level_6 {
-  margin-left: 140px;
-  width: calc(100% - 150px);
+       margin-left: 140px;
+       width: calc(100% - 150px);
 }
 .wall-item-container.thread_level_7 {
-  margin-left: 155px;
-  width: calc(100% - 165px);
+       margin-left: 155px;
+       width: calc(100% - 165px);
 }
 
 .wall-item-container.comment .wall-item-content,
@@ -1652,7 +1651,7 @@ section.minimal {
 .wall-item-container.thread_level_5 .wall-item-content,
 .wall-item-container.thread_level_6 .wall-item-content,
 .wall-item-container.thread_level_7 .wall-item-content {
-  max-width: calc(100% - 1px);
+       max-width: calc(100% - 1px);
 }
 
 .children .wall-item-comment-wrapper textarea,
@@ -1661,7 +1660,7 @@ section.minimal {
 .wall-item-container.thread_level_5 .wall-item-comment-wrapper textarea,
 .wall-item-container.thread_level_6 .wall-item-comment-wrapper textarea,
 .wall-item-container.thread_level_7 .wall-item-comment-wrapper textarea {
-  width: calc(100% - 11px);
+       width: calc(100% - 11px);
 }
 
 .children .wall-item-bottom .comment-edit-preview,
@@ -1670,756 +1669,755 @@ section.minimal {
 .wall-item-container.thread_level_5 .wall-item-bottom .comment-edit-preview,
 .wall-item-container.thread_level_6 .wall-item-bottom .comment-edit-preview,
 .wall-item-container.thread_level_7 .wall-item-bottom .comment-edit-preview {
-  width: calc(100% - 6px);
+       width: calc(100% - 6px);
 }
 
 
 .wall-item-container.comment .contact-photo {
-  width: 32px;
-  height: 32px;
-  margin-left: 16px;
-  /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
+       width: 32px;
+       height: 32px;
+       margin-left: 16px;
+       /* background: url(../../../images/icons/22/user.png) no-repeat center center; */
 
 }
 .wall-item-container.comment {
-  top: 15px !important;
-  left: 15px !important;
+       top: 15px !important;
+       left: 15px !important;
 }
 .wall-item-container.comment .wall-item-links {
-  padding-left: 12px;
+       padding-left: 12px;
 }
 .wall-item-bottom .wall-item-comment-wrapper {
-  margin: 1px 5px 1px 0px;
+       margin: 1px 5px 1px 0px;
 }
 .wall-item-comment-wrapper {
-  margin: 1px 15px 1px 80px;
+       margin: 1px 15px 1px 80px;
 }
 .wall-item-comment-wrapper.photo {
-  margin: 1px 15px 1px 0px;
+       margin: 1px 15px 1px 0px;
 }
 .wall-item-comment-wrapper.photo .wall-item-container.comment {
-  margin-left: 0px;
-  width: 665px;
-  width: 100%;
-  border-bottom: 1px solid hsl(198, 21%, 79%);
+       margin-left: 0px;
+       width: 665px;
+       width: 100%;
+       border-bottom: 1px solid hsl(198, 21%, 79%);
 }
 
 
 .wall-item-comment-wrapper .comment-edit-photo {
-  display: none;
+       display: none;
 }
 .wall-item-comment-wrapper textarea {
-  height: 1.2em;
-  width: 100%;
-  font-size: 13px;
-  color: #999999;
-  border: 1px solid #DDD;
-  padding: 0.3em;
+       height: 1.2em;
+       width: 100%;
+       font-size: 13px;
+       color: #999999;
+       border: 1px solid #DDD;
+       padding: 0.3em;
 }
 .wall-item-comment-wrapper .comment-edit-text-full {
-  /* font-size: 14px; */
-  height: 4em;
-  color: #2d2d2d;
-  border: 1px solid #2d2d2d;
+       /* font-size: 14px; */
+       height: 4em;
+       color: #2d2d2d;
+       border: 1px solid #2d2d2d;
 }
 
 .fakelink.togglecomment {
-  float: left;
-  margin-right: 1em;
+       float: left;
+       margin-right: 1em;
 }
 
 .comment-edit-preview .contact-photo {
-  width: 32px;
-  height: 32px;
-  margin-left: 16px;
-  /*background: url(../../../images/icons/22/user.png) no-repeat center center;*/
+       width: 32px;
+       height: 32px;
+       margin-left: 16px;
+       /* background: url(../../../images/icons/22/user.png) no-repeat center center; */
 
 }
 .comment-edit-preview {
-  /* width: 660px; */
-  width: 100%;
-  border: 1px solid #2d2d2d;
-  margin-top: 10px;
-  top: 15px !important;
-  left: 15px !important;
+       /* width: 660px; */
+       width: 100%;
+       border: 1px solid #2d2d2d;
+       margin-top: 10px;
+       top: 15px !important;
+       left: 15px !important;
 }
 .comment-edit-preview .wall-item-links {
-  padding-left: 12px;
+       padding-left: 12px;
 }
 .comment-edit-preview .wall-item-container {
-  /* width: 700px; */
-  width: 100%;
+       /* width: 700px; */
+       width: 100%;
 }
 .comment-edit-preview .tread-wrapper {
-  /* width: 700px; */
-  width: 100%;
-  padding: 0;
-  margin: 10px 0px 0px 0px;
-  border-bottom: 0px;
-  box-shadow: none;
+       /* width: 700px; */
+       width: 100%;
+       padding: 0;
+       margin: 10px 0px 0px 0px;
+       border-bottom: 0px;
+       box-shadow: none;
 }
 
 .wall-item-bottom .comment-edit-preview {
-  width: 575px;
-  margin-bottom: 5px;
+       width: 575px;
+       margin-bottom: 5px;
 }
 
 .shiny {
-  /* border-right: 10px solid #fce94f; */
-/*     border-right: 1px solid #A7C7F7;
+       /* border-right: 10px solid #fce94f; */
+       /* border-right: 1px solid #A7C7F7;
        padding-right: 12px; */
 }
 
 #profile-jot-form {
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  background-color: #fafafa;
-  padding: 10px;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       background-color: #fafafa;
+       padding: 10px;
 }
 
 #profile-jot-form #profile-jot-text {
-  height: 2.0em;
-  /* width: 99%; */
-  width: 752px;
-  width: calc(100% - 10px);
-  font-size: 15px;
-  color: #999999;
-  border: 1px solid #DDD;
-  padding: 0.3em;
-  margin-bottom: 10px;
+       height: 2.0em;
+       /* width: 99%; */
+       width: 752px;
+       width: calc(100% - 10px);
+       font-size: 15px;
+       color: #999999;
+       border: 1px solid #DDD;
+       padding: 0.3em;
+       margin-bottom: 10px;
 }
 
 #profile-jot-form #jot-title, #profile-jot-form #jot-category {
-
-         border-radius: 5px 5px 5px 5px;
-    font-weight: bold;
-    height: 20px;
-    margin: 0 0 5px;
-    /* width: 60%; */
-    /* width: 762px; */
-    width: 100%;
-    border: 1px solid #d2d2d2;
+       border-radius: 5px 5px 5px 5px;
+       font-weight: bold;
+       height: 20px;
+       margin: 0 0 5px;
+       /* width: 60%; */
+       /* width: 762px; */
+       width: 100%;
+       border: 1px solid #d2d2d2;
 }
 
 #profile-jot-form #jot-title:-webkit-input-placeholder {
-  font-weight: normal;
+       font-weight: normal;
 }
 #profile-jot-form #jot-title:-moz-placeholder {
-  font-weight: normal;
+       font-weight: normal;
 }
-#profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl{
+#profile-jot-form #profile-jot-text_parent #profile-jot-text_tbl {
 /*  width: 785px; */
-  width: 100%;
-  height: 100px;
+       width: 100%;
+       height: 100px;
 }
 
 #profile-jot-perms {
-  float: right;
+       float: right;
 }
 
 #jot-preview-content {
-  padding-top: 4px;
-  clear: both;
+       padding-top: 4px;
+       clear: both;
 }
 
 #jot-preview-content .tread-wrapper {
-  background-color: #fce94f;
+       background-color: #fce94f;
 }
 
 .wall-item-tags {
-  padding-top: 1px;
-  padding-bottom: 2px;
-  font-size: 12px;
-  /*display: none;*/
+       padding-top: 1px;
+       padding-bottom: 2px;
+       font-size: 12px;
+       /* display: none; */
 }
 
 .tag {
-  color: rgb(153,153,153);
-  /*padding-left: 3px;
-  font-size: 10px;*/
+       color: rgb(153,153,153);
+       /* padding-left: 3px;
+       font-size: 10px; */
 }
 .tag a {
-  /*padding-right: 8px;*/
-  color: rgb(153,153,153);
+       /* padding-right: 8px; */
+       color: rgb(153,153,153);
 }
 .wwto {
-  position: absolute !important;
-  width: 25px;
-  height: 25px;
-  background: #FFFFFF;
-  border: 2px solid #364e59;
-  height: 25px;
-  width: 25px;
-  overflow: hidden;
-  padding: 1px;
-  position: absolute !important;
-  top: 40px;
-  left: 30px;
-  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
+       position: absolute !important;
+       width: 25px;
+       height: 25px;
+       background: #FFFFFF;
+       border: 2px solid #364e59;
+       height: 25px;
+       width: 25px;
+       overflow: hidden;
+       padding: 1px;
+       position: absolute !important;
+       top: 40px;
+       left: 30px;
+       box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
 }
 .wwto .contact-photo {
-  width: auto;
-  height: 25px;
+       width: auto;
+       height: 25px;
 }
 /* contacts menu */
 .contact-photo-wrapper {
-  position: relative;
-  width: 80px;
+       position: relative;
+       width: 80px;
 }
 
 .contact-photo-wrapper.wwto {
-  width: 25px;
+       width: 25px;
 }
 
 .contact-photo {
-  width: 48px;
-  height: 48px;
-  overflow: hidden;
-  display: block;
-  -webkit-border-radius: 4px;
-  -moz-border-radius: 4px;
-  border-radius: 4px;
+       width: 48px;
+       height: 48px;
+       overflow: hidden;
+       display: block;
+       -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+       border-radius: 4px;
 }
 
 .contact-photo img {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 
 .contact-wrapper {
-  float: left;
-  width: 90px;
-  height: 90px;
-  margin-bottom: 15px;
+       float: left;
+       width: 90px;
+       height: 90px;
+       margin-bottom: 15px;
 }
 .contact-wrapper .contact-photo {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .contact-wrapper .contact-photo img {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .contact-wrapper {
-  left: 0px;
-  top: 63px;
+       left: 0px;
+       top: 63px;
 }
 .contact-photo {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 .contact-photo img {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 .contact-name {
-  /* text-align: center; */
-  /*font-weight: bold;*/
-  font-size: 12px;
+       /* text-align: center; */
+       /*font-weight: bold;*/
+       font-size: 12px;
 }
 .contact-details {
-  color: #999999;
+       color: #999999;
 }
 /* editor */
 .jothidden {
-  display: none;
+       display: none;
 }
 #jot {
-  width: 785px;
-  margin: 0px 2em 20px 0px;
+       width: 785px;
+       margin: 0px 2em 20px 0px;
 }
 #jot .profile-jot-text {
-  height: 1.2em;
-  width: 99%;
-  font-size: 10px;
-  color: #999999;
-  border: 1px solid #DDD;
-  padding: 0.3em;
+       height: 1.2em;
+       width: 99%;
+       font-size: 10px;
+       color: #999999;
+       border: 1px solid #DDD;
+       padding: 0.3em;
 }
 #jot #jot-tools {
-  margin: 0px;
-  padding: 0px;
-  height: 40px;
-  overflow: none;
-  width: 783px;
-  background-color: #0e232e;
-  border-bottom: 2px solid #9eabb0;
+       margin: 0px;
+       padding: 0px;
+       height: 40px;
+       overflow: none;
+       width: 783px;
+       background-color: #0e232e;
+       border-bottom: 2px solid #9eabb0;
 }
 #jot #jot-tools li {
-  list-style: none;
-  float: left;
-  width: 80px;
-  height: 40px;
-  border-bottom: 2px solid #9eabb0;
+       list-style: none;
+       float: left;
+       width: 80px;
+       height: 40px;
+       border-bottom: 2px solid #9eabb0;
 }
 #jot #jot-tools li a {
-  display: block;
-  color: #cccccc;
-  width: 100%;
-  height: 40px;
-  text-align: center;
-  line-height: 40px;
-  overflow: hidden;
+       display: block;
+       color: #cccccc;
+       width: 100%;
+       height: 40px;
+       text-align: center;
+       line-height: 40px;
+       overflow: hidden;
 }
 #jot #jot-tools li:hover {
-  background-color: #364e59;
-  border-bottom: 2px solid #bdcdd4;
+       background-color: #364e59;
+       border-bottom: 2px solid #bdcdd4;
 }
 #jot #jot-tools li.perms {
-  float: right;
-  width: 40px;
+       float: right;
+       width: 40px;
 }
 #jot #jot-tools li.perms a.unlock {
-  width: 30px;
-  border-left: 10px solid #cccccc;
-  background-color: #cccccc;
-  background-position: left center;
+       width: 30px;
+       border-left: 10px solid #cccccc;
+       background-color: #cccccc;
+       background-position: left center;
 }
 #jot #jot-tools li.perms a.lock {
-  width: 30px;
-  border-left: 10px solid #666666;
-  background-color: #666666;
+       width: 30px;
+       border-left: 10px solid #666666;
+       background-color: #666666;
 }
 #jot #jot-tools li.submit {
-  float: right;
-  background-color: #cccccc;
-  border-bottom: 2px solid #cccccc;
-  border-right: 1px solid #666666;
-  border-left: 1px solid #666666;
+       float: right;
+       background-color: #cccccc;
+       border-bottom: 2px solid #cccccc;
+       border-right: 1px solid #666666;
+       border-left: 1px solid #666666;
 }
 #jot #jot-tools li.submit input {
-  border: 0px;
-  margin: 0px;
-  padding: 0px;
-  background-color: #cccccc;
-  color: #666666;
-  width: 80px;
-  height: 40px;
-  line-height: 40px;
+       border: 0px;
+       margin: 0px;
+       padding: 0px;
+       background-color: #cccccc;
+       color: #666666;
+       width: 80px;
+       height: 40px;
+       line-height: 40px;
 }
 #jot #jot-tools li.submit input:hover {
-  background-color: #bdcdd4;
-  color: #666666;
+       background-color: #bdcdd4;
+       color: #666666;
 }
 #jot #jot-tools li.loading {
-  float: right;
-  background-color: #ffffff;
-  width: 20px;
-  vertical-align: center;
-  text-align: center;
-  border-top: 2px solid #9eabb0;
-  height: 38px;
+       float: right;
+       background-color: #ffffff;
+       width: 20px;
+       vertical-align: center;
+       text-align: center;
+       border-top: 2px solid #9eabb0;
+       height: 38px;
 }
 #jot #jot-tools li.loading img {
-  margin-top: 10px;
+       margin-top: 10px;
 }
 /* #jot */
 #jot-title {
-  border: 0px;
-  margin: 0px;
-  height: 20px;
-  width: 700px;
-  font-weight: bold;
-  border: 1px solid #ffffff;
+       border: 0px;
+       margin: 0px;
+       height: 20px;
+       width: 700px;
+       font-weight: bold;
+       border: 1px solid #ffffff;
 }
 #jot #jot-title:-webkit-input-placeholder {
-  font-weight: normal;
+       font-weight: normal;
 }
 #jot #jot-title:-moz-placeholder {
-  font-weight: normal;
+       font-weight: normal;
 }
 #jot #jot-title:hover {
-  border: 1px solid #999999;
+       border: 1px solid #999999;
 }
 #jot #jot-title:focus {
-  border: 1px solid #999999;
+       border: 1px solid #999999;
 }
 #jot #character-counter {
-  width: 80px;
-  float: right;
-  text-align: right;
-  height: 20px;
-  line-height: 20px;
-  padding-right: 20px;
+       width: 80px;
+       float: right;
+       text-align: right;
+       height: 20px;
+       line-height: 20px;
+       padding-right: 20px;
 }
 
 #profile-jot-submit {
-  float: right;
-  margin-left: 15px;
+       float: right;
+       margin-left: 15px;
 }
 #profile-upload-wrapper {
-  float: left;
-  margin-left: 15px;
+       float: left;
+       margin-left: 15px;
 }
 #profile-attach-wrapper {
-  float: left;
-  margin-left: 15px;
+       float: left;
+       margin-left: 15px;
 }
 #profile-link-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
 }
 #profile-video-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
 }
 #profile-audio-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
 }
 #profile-location-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
 }
 #profile-nolocation-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
 }
 #profile-smiley-wrapper {
-  float: left;
-  margin-left: 15px;
-  cursor: pointer;
-  margin-top: 3px;
-  height: 10px;
-  display: inline-block;
+       float: left;
+       margin-left: 15px;
+       cursor: pointer;
+       margin-top: 3px;
+       height: 10px;
+       display: inline-block;
 }
 #smileybutton {
-  position: absolute;
-  z-index: 99;
+       position: absolute;
+       z-index: 99;
 }
-table.smiley-preview{
-  background-color: #FFF;
-  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
+table.smiley-preview {
+       background-color: #FFF;
+       box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
 }
 #jot-perms-icon {
-  float: right;
-  margin-left: 15px;
+       float: right;
+       margin-left: 15px;
 }
 #jot-preview-link {
-  float: right;
+       float: right;
 }
 #profile-jot-end {
-  clear: both;
+       clear: both;
 }
 #profile-jot-text_tbl {
-  width: 780px;
+       width: 780px;
 }
 #profile-jot-wrapper {
-  margin-bottom: 10px;
+       margin-bottom: 10px;
 }
 
 /** buttons **/
 /*input[type="submit"] {
        border: 0px;
-    background-color: @ButtonBackgroundColor;
-    color: @ButtonColor;
-    padding: 0px 10px;
+       background-color: @ButtonBackgroundColor;
+       color: @ButtonColor;
+       padding: 0px 10px;
        .rounded(5px);
-    height: 18px;
+       height: 18px;
 }*/
 /** acl **/
 #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {
-  display: block!important;
+       display: block!important;
 }
 #acl-wrapper {
-  width: 690px;
-  float: left;
+       width: 690px;
+       float: left;
 }
 #acl-search {
-  float: right;
-  background: #ffffff url("../../../images/search_18.png") no-repeat right center;
-  padding-right: 20px;
+       float: right;
+       background: #ffffff url("../../../images/search_18.png") no-repeat right center;
+       padding-right: 20px;
 }
 #acl-showall {
-  float: left;
-  display: block;
-  width: auto;
-  height: 18px;
-  background-color: #cccccc;
-  background-image: url("../../../images/show_all_off.png");
-  background-position: 7px 7px;
-  background-repeat: no-repeat;
-  padding: 7px 5px 0px 30px;
-  color: #999999;
-  -moz-border-radius: 5px 5px 5px 5px;
-  -webkit-border-radius: 5px 5px 5px 5px;
-  border-radius: 5px 5px 5px 5px;
+       float: left;
+       display: block;
+       width: auto;
+       height: 18px;
+       background-color: #cccccc;
+       background-image: url("../../../images/show_all_off.png");
+       background-position: 7px 7px;
+       background-repeat: no-repeat;
+       padding: 7px 5px 0px 30px;
+       color: #999999;
+       -moz-border-radius: 5px 5px 5px 5px;
+       -webkit-border-radius: 5px 5px 5px 5px;
+       border-radius: 5px 5px 5px 5px;
 }
 #acl-showall.selected {
-  color: #000000;
-  background-color: #ff9900;
-  background-image: url("../../../images/show_all_on.png");
+       color: #000000;
+       background-color: #ff9900;
+       background-image: url("../../../images/show_all_on.png");
 }
 #acl-list {
-  height: 210px;
-  border: 1px solid #cccccc;
-  clear: both;
-  margin-top: 30px;
-  overflow: auto;
+       height: 210px;
+       border: 1px solid #cccccc;
+       clear: both;
+       margin-top: 30px;
+       overflow: auto;
 }
 .acl-list-item {
-  display: block;
-  width: 150px;
-  height: 30px;
-  border: 1px solid #cccccc;
-  margin: 5px;
-  float: left;
+       display: block;
+       width: 150px;
+       height: 30px;
+       border: 1px solid #cccccc;
+       margin: 5px;
+       float: left;
 }
 .acl-list-item img {
-  width: 22px;
-  height: 22px;
-  float: left;
-  margin: 4px;
+       width: 22px;
+       height: 22px;
+       float: left;
+       margin: 4px;
 }
 .acl-list-item p {
-  height: 12px;
-  font-size: 10px;
-  margin: 0px;
-  padding: 2px 0px 1px;
-  overflow: hidden;
+       height: 12px;
+       font-size: 10px;
+       margin: 0px;
+       padding: 2px 0px 1px;
+       overflow: hidden;
 }
 .acl-list-item a {
-  font-size: 8px;
-  display: block;
-  width: 40px;
-  height: 10px;
-  float: left;
-  color: #999999;
-  background-color: #cccccc;
-  background-position: 3px 3px;
-  background-repeat: no-repeat;
-  margin-right: 5px;
-  -webkit-border-radius: 2px ;
-  -moz-border-radius: 2px;
-  border-radius: 2px;
-  padding-left: 15px;
+       font-size: 8px;
+       display: block;
+       width: 40px;
+       height: 10px;
+       float: left;
+       color: #999999;
+       background-color: #cccccc;
+       background-position: 3px 3px;
+       background-repeat: no-repeat;
+       margin-right: 5px;
+       -webkit-border-radius: 2px ;
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       padding-left: 15px;
 }
 #acl-wrapper a:hover {
-  text-decoration: none;
-  color: #000000;
+       text-decoration: none;
+       color: #000000;
 }
 .acl-button-show {
-  background-image: url("../../../images/show_off.png");
+       background-image: url("../../../images/show_off.png");
 }
 .acl-button-hide {
-  background-image: url("../../../images/hide_off.png");
+       background-image: url("../../../images/hide_off.png");
 }
 .acl-button-show.selected {
-  color: #000000;
-  background-color: #9ade00;
-  background-image: url("../../../images/show_on.png");
+       color: #000000;
+       background-color: #9ade00;
+       background-image: url("../../../images/show_on.png");
 }
 .acl-button-hide.selected {
-  color: #000000;
-  background-color: #ff4141;
-  background-image: url("../../../images/hide_on.png");
+       color: #000000;
+       background-color: #ff4141;
+       background-image: url("../../../images/hide_on.png");
 }
 .acl-list-item.groupshow {
-  border-color: #9ade00;
+       border-color: #9ade00;
 }
 .acl-list-item.grouphide {
-  border-color: #ff4141;
+       border-color: #ff4141;
 }
 /** /acl **/
 /** tab buttons **/
 div.pager, ul.tabs {
-  list-style-type: none;
-  padding-bottom: 10px;
-  padding-left: 10px;
-  padding-top: 0px;
-  margin-bottom: 5px;
-  line-height: 28px;
-  height: 20px;
+       list-style-type: none;
+       padding-bottom: 10px;
+       padding-left: 10px;
+       padding-top: 0px;
+       margin-bottom: 5px;
+       line-height: 28px;
+       height: 20px;
 /*  font-size: 11px; */
-  font-size: 13px;
-  font-weight: bold;
-  /* margin-bottom: 30px; */
-  background-color: #FAFAFA;
-  box-shadow: 1px 2px 0px 0px #D8D8D8;
-  border-bottom: 1px solid #D2D2D2;
+       font-size: 13px;
+       font-weight: bold;
+       /* margin-bottom: 30px; */
+       background-color: #FAFAFA;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       border-bottom: 1px solid #D2D2D2;
 }
 ul.tabs li {
-  float: left;
-  /* margin-left: 7px; */
+       float: left;
+       /* margin-left: 7px; */
 }
 /*ul.tabs li .active {
-  border-bottom: 1px solid #005c94;
+       border-bottom: 1px solid #005c94;
 }*/
 
 ul.tabs a, div.pager a {
-    /* min-width: 34px; */
-/*    display: block;
-    float: left; */
-    padding: 0px;
-    padding-bottom: 6px;
-/*    padding: 0px 12px 0px 12px; */
-/*    color: #444; */
-    color: darkgray;
+       /* min-width: 34px; */
+       /* display: block;
+       float: left; */
+       padding: 0px;
+       padding-bottom: 6px;
+       /* padding: 0px 12px 0px 12px; */
+       /* color: #444; */
+       color: darkgray;
 }
 
 ul.tabs a {
-/*    box-shadow: 1px 2px 0px 0px #D8D8D8; */
-    margin-right: 15px;
-    margin-left: 5px;
+       /* box-shadow: 1px 2px 0px 0px #D8D8D8; */
+       margin-right: 15px;
+       margin-left: 5px;
 }
 
 #birthday-notice, #event-notice {
-    box-shadow: 1px 2px 0px 0px #D8D8D8;
-    margin-bottom: 5px;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       margin-bottom: 5px;
 }
 
 #birthday-wrapper, #event-wrapper {
-    background-color: #FAFAFA;
-    box-shadow: 1px 2px 0px 0px #D8D8D8;
-    padding-left: 10px;
-    padding-right: 10px;
-    padding-top: 5px;
-    padding-bottom: 5px;
-    margin-bottom: 0px;
+       background-color: #FAFAFA;
+       box-shadow: 1px 2px 0px 0px #D8D8D8;
+       padding-left: 10px;
+       padding-right: 10px;
+       padding-top: 5px;
+       padding-bottom: 5px;
+       margin-bottom: 0px;
 }
 
-.birthday-notice, .event-notice  {
-    padding: 2px 7px 2px 7px;
-    color: darkgrey;
-   font-weight: bold;
+.birthday-notice, .event-notice {
+       padding: 2px 7px 2px 7px;
+       color: darkgrey;
+       font-weight: bold;
 }
 .comment-edit-submit-wrapper .fakelink {
-    padding: 2px 7px 2px 7px;
-    color: black;
+       padding: 2px 7px 2px 7px;
+       color: black;
 }
 
 .comment-edit-submit-wrapper .fakelink {
-/*    border: 1px solid lightgray; */
-    background: #F2F2F2;
-    margin-top: 2px;
-    margin-bottom: 2px;
+       /* border: 1px solid lightgray; */
+       background: #F2F2F2;
+       margin-top: 2px;
+       margin-bottom: 2px;
 }
 
 #event-notice:hover, #birthday-notice:hover, ul.tabs li .active,
 .comment-edit-submit-wrapper .fakelink:hover {
-    color: black;
+       color: black;
 }
 
 span.pager_current, span.pager_n a:hover,
 span.pager_first a:hover, span.pager_last a:hover,
 span.pager_prev a:hover, span.pager_next a:hover,
 ul.tabs a:hover {
-  border-bottom: 2px solid #244C5E;
-  text-decoration: none;
-  color: grey;
-  padding-bottom: 6px;
+       border-bottom: 2px solid #244C5E;
+       text-decoration: none;
+       color: grey;
+       padding-bottom: 6px;
 }
 
 ul.tabs li .active, span.pager_current a {
-  border-bottom: 2px solid #244C5E;
-  text-decoration: none;
-  color: black;
+       border-bottom: 2px solid #244C5E;
+       text-decoration: none;
+       color: black;
 }
 
 #event-notice:hover, #birthday-notice:hover, .comment-edit-submit-wrapper .fakelink:hover {
 /*    background-color: #e5e5e5; */
-  color: grey;
-    text-decoration: none;
+       color: grey;
+       text-decoration: none;
 /*    border: 1px solid darkgray; */
 }
 
 .comment-edit-bb {
-  float:right;
+       float:right;
 }
 .comment-edit-bb a {
-  color: #888;
-  padding: 0px 5px 1px 5px;
+       color: #888;
+       padding: 0px 5px 1px 5px;
 }
 
 .comment-edit-bb a:hover {
-  color: #000;
-  text-decoration: none;
+       color: #000;
+       text-decoration: none;
 }
 
 #newmember-tab > a {
-  font-size: 1.2em;
-  font-weight: 800;
+       font-size: 1.2em;
+       font-weight: 800;
 }
 
 /**
  * Form fields
  */
 .field {
-  margin-bottom: 10px;
-  padding-bottom: 10px;
-  overflow: auto;
-  width: 100%;
+       margin-bottom: 10px;
+       padding-bottom: 10px;
+       overflow: auto;
+       width: 100%;
 }
 .field label {
-  float: left;
-  width: 200px;
+       float: left;
+       width: 200px;
 }
 .field input, .field textarea {
-  max-width: 400px;
+       max-width: 400px;
 }
 .field textarea {
-  height: 100px;
+       height: 100px;
 }
 .field .field_help {
-  display: block;
-  margin-left: 200px;
-  color: #666666;
+       display: block;
+       margin-left: 200px;
+       color: #666666;
 }
 .field .onoff {
-  float: left;
-  width: 80px;
-  margin-right:1em;
+       float: left;
+       width: 80px;
+       margin-right:1em;
 }
 .field .onoff a {
-  display: block;
-  border: 1px solid #666666;
-  background-image: url("../../../images/onoff.jpg");
-  background-repeat: no-repeat;
-  padding: 4px 2px 2px 2px;
-  font-size:14px;
-  height: 16px;
-  line-height:16px;
-  text-decoration: none;
-  text-align: center;
-  text-transform: uppercase;
-  border-radius:4px;
+       display: block;
+       border: 1px solid #666666;
+       background-image: url("../../../images/onoff.jpg");
+       background-repeat: no-repeat;
+       padding: 4px 2px 2px 2px;
+       font-size:14px;
+       height: 16px;
+       line-height:16px;
+       text-decoration: none;
+       text-align: center;
+       text-transform: uppercase;
+       border-radius:4px;
 }
 .field .onoff .off {
-  border-color: #B0B0B0;
-  padding-left: 36px;
-  background-position: left center;
-  background-color: #cccccc;
-  color: #9C9C9C;
+       border-color: #B0B0B0;
+       padding-left: 36px;
+       background-position: left center;
+       background-color: #cccccc;
+       color: #9C9C9C;
 }
 .field .onoff .on {
-  font-weight:bold;
-  border-color: #8EB8EE;
-  padding-right: 36px;
-  background-position: right center;
-  background-color: #D7E3F1;
-  color: #36c;
+       font-weight:bold;
+       border-color: #8EB8EE;
+       padding-right: 36px;
+       background-position: right center;
+       background-color: #D7E3F1;
+       color: #36c;
 }
 .field .hidden {
-  display: none!important;
+       display: none!important;
 }
 .field.radio .field_help {
-  margin-left: 0px;
+       margin-left: 0px;
 }
 aside form {
-  overflow-x: hidden;
+       overflow-x: hidden;
 }
 aside form fieldset {
-  margin: 0px;
-  padding: 0px;
-  border: 0px none;
+       margin: 0px;
+       padding: 0px;
+       border: 0px none;
 }
 aside form .field label {
-  float: left;
-  width: 170px;
+       float: left;
+       width: 170px;
 }
 
 aside #div_id_remember label {
@@ -2427,226 +2425,226 @@ aside #div_id_remember label {
 }
 
 #login-group {
-  overflow: hidden;
+       overflow: hidden;
 }
 
 #login-head {
-  position: unset;
-  width: unset;
-  height: unset;
-  margin-bottom: 10px;
+       position: unset;
+       width: unset;
+       height: unset;
+       margin-bottom: 10px;
 }
 
 div #wrapper_username {
-  padding: 0px;
+       padding: 0px;
 }
 
 div #wrapper_password {
-  padding: 0px;
-  margin-bottom: 0px;
+       padding: 0px;
+       margin-bottom: 0px;
 }
 
 #div_id_remember {
-  float: left;
-  width: unset;
+       float: left;
+       width: unset;
 }
 
 #remember_tip {
-  display: none;
+       display: none;
 }
 
 #login-submit-wrapper {
-  float: right;
+       float: right;
 }
 
 #login-form {
-  margin-top: 20px;
+       margin-top: 20px;
 }
 
 #login-extra-links, #login-form {
-  /* width: 341px; */
-  width: 341px;
-  clear: both;
-  border-top: 3px solid white;
-  padding-top: 20px;
+       /* width: 341px; */
+       width: 341px;
+       clear: both;
+       border-top: 3px solid white;
+       padding-top: 20px;
 }
 
 aside div #login-submit-button {
-  margin-left:0px;
+       margin-left:0px;
 }
 
 #login-lost-password-link {
-  margin-bottom: 10px;
-  float: right;
+       margin-bottom: 10px;
+       float: right;
 }
 
 aside #register-link, aside #lost-password-link {
-  display: block;
+       display: block;
 }
 
 aside #id_username,
 aside div #id_openid_url,
 aside #id_password {
-  width: 170px;
-  max-width: 170px;
+       width: 170px;
+       max-width: 170px;
 }
 
 #profile-edit-links-end {
-        clear: both;
-        margin-bottom: 15px;
+       clear: both;
+       margin-bottom: 15px;
 }
 
-#profile-edit-links ul { margin: 0; padding:0 0 20px 0; list-style: none; }
+#profile-edit-links ul {margin: 0; padding:0 0 20px 0; list-style: none; }
 
 #profile-edit-links li {
-  float: left;
-  list-style: none;
+       float: left;
+       list-style: none;
 }
 
 .profile-edit-side-div {
 /*  display: none; */
-  float: right;
+       float: right;
 }
 
 /* aside div.clear {
-  clear: none;
-  float: left;
+       clear: none;
+       float: left;
 } */
 
 #register-form label,
 #profile-edit-wrapper label {
-  width: 200px;
-  float: left;
+       width: 200px;
+       float: left;
 }
 
 #register-name-end,
 #register-email-end,
 #register-nickname-end {
-  clear: both;
+       clear: both;
 }
 
 .required {
-  display: inline;
-  color: #B20202;
+       display: inline;
+       color: #B20202;
 }
 
 /* oauth */
 .oauthapp {
-  height: auto;
-  overflow: auto;
-  border-bottom: 2px solid #cccccc;
-  padding-bottom: 1em;
-  margin-bottom: 1em;
+       height: auto;
+       overflow: auto;
+       border-bottom: 2px solid #cccccc;
+       padding-bottom: 1em;
+       margin-bottom: 1em;
 }
 .oauthapp img {
-  float: left;
-  width: 48px;
-  height: 48px;
-  margin: 10px;
+       float: left;
+       width: 48px;
+       height: 48px;
+       margin: 10px;
 }
 .oauthapp img.noicon {
-  background-image: url("../../../images/icons/48/plugin.png");
-  background-position: center center;
-  background-repeat: no-repeat;
+       background-image: url("../../../images/icons/48/plugin.png");
+       background-position: center center;
+       background-repeat: no-repeat;
 }
 .oauthapp a {
-  float: left;
+       float: left;
 }
 /* contacts */
 /*.contact-entry-wrapper {
-  width: 120px;
-  height: 130px;
-  float: left;
-  overflow: hidden;
-  margin-left: 5px;
+       width: 120px;
+       height: 130px;
+       float: left;
+       overflow: hidden;
+       margin-left: 5px;
 }*/
 
 .contact-entry-wrapper {
-  float: left;
-  width: 363px;
-  height: 100px;
-  padding-right: 10px;
-  margin: 0 10px 10px 0px;
+       float: left;
+       width: 363px;
+       height: 100px;
+       padding-right: 10px;
+       margin: 0 10px 10px 0px;
 }
 .contact-entry-wrapper .contact-entry-photo-wrapper {
-  float: left;
-  margin-right: 10px;
-  width: 80px;
-  height: 80px;
+       float: left;
+       margin-right: 10px;
+       width: 80px;
+       height: 80px;
 }
 .contact-entry-photo-wrapper {
-  position: relative;
+       position: relative;
 }
 .contact-entry-desc {
-  overflow: hidden;
+       overflow: hidden;
 }
 .contact-entry-name {
-  font-weight: bold;
+       font-weight: bold;
 }
 .contact-entry-details {
-  font-size: 13px;
-  color: #999999;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
+       font-size: 13px;
+       color: #999999;
+       white-space: nowrap;
+       overflow: hidden;
+       text-overflow: ellipsis;
 }
 /* photo */
 .lframe {
-  float: left;
-  margin: 0px 10px 10px 0px;
+       float: left;
+       margin: 0px 10px 10px 0px;
 }
 .contact-entry-photo a img {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 /* profile match wrapper */
 .profile-match-wrapper {
-  float: left;
-  width: 90px;
-  height: 90px;
-  margin-bottom: 20px;
+       float: left;
+       width: 90px;
+       height: 90px;
+       margin-bottom: 20px;
 }
 .profile-match-wrapper .contact-photo {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .profile-match-wrapper .contact-photo img {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .profile-match-wrapper {
-  left: 0px;
-  top: 63px;
+       left: 0px;
+       top: 63px;
 }
 
 .contact-photo-menu-button {
-        position: relative;
-        background-image: url("../../../images/icons/16/menu.png");
-        background-position: top left;
-        background-repeat: no-repeat;
-        margin: 0px 0px -16px 0px;
+       position: relative;
+       background-image: url("../../../images/icons/16/menu.png");
+       background-position: top left;
+       background-repeat: no-repeat;
+       margin: 0px 0px -16px 0px;
        padding: 0px;
-        width: 16px;
-        height: 16px;
-        top: -20px; left:0px;
-        overflow: hidden;
-        text-indent: 40px;
-        display: none;
+       width: 16px;
+       height: 16px;
+       top: -20px; left:0px;
+       overflow: hidden;
+       text-indent: 40px;
+       display: none;
 
 }
 .contact-photo-menu {
-        width: 11em;
-        /*border: 3px solid #364e59;*/
+       width: 11em;
+       /*border: 3px solid #364e59;*/
        color: #2d2d2d;
-        background: #FFFFFF;
-        position: absolute;
-        /*position: relative;*/
-        left: 0px; /*top: 0px;*/
-        display: none;
-        z-index: 10000;
+       background: #FFFFFF;
+       position: absolute;
+       /*position: relative;*/
+       left: 0px; /*top: 0px;*/
+       display: none;
+       z-index: 10000;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
 }
-.contact-photo-menu ul { margin:0px; padding: 0px; list-style: none }
+.contact-photo-menu ul {margin:0px; padding: 0px; list-style: none }
 .contact-photo-menu li a {
        display: block;
        padding: 5px 10px;
@@ -2659,41 +2657,41 @@ aside #id_password {
 
 /* page footer */
 footer {
-  /* height: 100px; */
-  display: table-row;
+       /* height: 100px; */
+       display: table-row;
 }
 
 blockquote {
-    border-left: 1px solid #D2D2D2;
-    padding-left: 9px;
-    margin: 0 0 0 .8ex;
-    color: #777;
+       border-left: 1px solid #D2D2D2;
+       padding-left: 9px;
+       margin: 0 0 0 .8ex;
+       color: #777;
 }
 
 .oembed {
-    /* font-size: large; */
-    font-size: larger;
-    font-weight: bold;
-    display: block;
+       /* font-size: large; */
+       font-size: larger;
+       font-weight: bold;
+       display: block;
 }
 
 .oembed.video .embed_video > div {
-    position: absolute; top: 0px; left: 0px;
-    background-color: rgba(0,0,0,0.5);
+       position: absolute; top: 0px; left: 0px;
+       background-color: rgba(0,0,0,0.5);
 }
 .oembed.video .embed_video > div::before {
-    font-family: FontAwesome;
-    font-weight: normal;
-    font-style: normal;
-    display: inline-block;
-    text-decoration: inherit;
-    vertical-align: top;
-    font-size: 3em;
-    content: "\f01d"; /* icon-play-circle */
-    color: #fff;
-    bottom: 10px;
-    right: 10px;
-    position: absolute;
+       font-family: FontAwesome;
+       font-weight: normal;
+       font-style: normal;
+       display: inline-block;
+       text-decoration: inherit;
+       vertical-align: top;
+       font-size: 3em;
+       content: "\f01d"; /* icon-play-circle */
+       color: #fff;
+       bottom: 10px;
+       right: 10px;
+       position: absolute;
 }
 
 /* ================== */
@@ -2701,36 +2699,36 @@ blockquote {
 /* ================== */
 
 .contact-block-img {
-        width: 42px;
-        height: 42px;
-        padding-right: 2px;
+       width: 42px;
+       height: 42px;
+       padding-right: 2px;
 }
 .contact-block-div {
-        float: left;
+       float: left;
 }
 
-.contact-block-textdiv { width: 150px; height: 34px; float: left; }
-#contact-block-end { clear: both; }
+.contact-block-textdiv {width: 150px; height: 34px; float: left; }
+#contact-block-end {clear: both; }
 
 #group-edit-wrapper {
-        margin-bottom: 10px;
+       margin-bottom: 10px;
 }
 
 #group-members-end {
-        clear: both;
+       clear: both;
 }
 
 /*
 #group-separator,
-#prof-separator { display: none;}
+#prof-separator {display: none;}
 */
 
 #message-to-select {
-  height: 150px;
+       height: 150px;
 }
 
 #prvmail-upload {
-  margin-left: 10px;
+       margin-left: 10px;
 }
 
 #prvmail-to-label, #prvmail-subject-label, #prvmail-message-label {
@@ -2768,9 +2766,9 @@ blockquote {
        margin-top: 10px;
 }
 a.mail-list-link {
-    display: block;
-    font-size: 1.3em;
-    padding: 4px 0;
+       display: block;
+       font-size: 1.3em;
+       padding: 4px 0;
 }
 
 /*
@@ -2808,8 +2806,8 @@ a.mail-list-link {
 }
 
 .mail-conv-subject {
-    font-size: 1.4em;
-    margin: 10px 0;
+       font-size: 1.4em;
+       margin: 10px 0;
 }
 
 .mail-conv-outside-wrapper-end {
@@ -2838,154 +2836,155 @@ a.mail-list-link {
 /* = Events = */
 /* ========== */
 .eventcal {
-        float: left;
-        font-size: 20px;
+       float: left;
+       font-size: 20px;
 }
 
 .vevent {
-        border: 1px solid #CCCCCC;
-        max-width: 600px;
-        position: relative;
-        margin-top: 4px;
-        margin-right: 4px;
-        margin-bottom: 15px;
+       border: 1px solid #CCCCCC;
+       max-width: 600px;
+       position: relative;
+       margin-top: 4px;
+       margin-right: 4px;
+       margin-bottom: 15px;
 }
 
 .vevent .event-summary,
 .vevent .event-description,
 .vevent .event-location {
-        margin-left: 10px;
-        margin-right: 10px;
+       margin-left: 10px;
+       margin-right: 10px;
 }
 .vevent .event-start {
-        margin-left: 10px;
-        margin-right: 10px;
+       margin-left: 10px;
+       margin-right: 10px;
 }
 
 #new-event-link {
-        margin-bottom: 10px;
+       margin-bottom: 10px;
 }
 
 .edit-event-link, .plink-event-link {
-        float: left;
-        margin-top: 4px;
-        margin-right: 4px;
-        margin-bottom: 15px;
+       float: left;
+       margin-top: 4px;
+       margin-right: 4px;
+       margin-bottom: 15px;
 }
 
 .event-description:before {
-        content: url('../../../images/calendar.png');
-        margin-right: 15px;
+       content: url('../../../images/calendar.png');
+       margin-right: 15px;
 }
 
 .event-start, .event-end {
-        margin-left: 10px;
-        width: 330px;
-        clear: both;
+       margin-left: 10px;
+       width: 330px;
+       clear: both;
 }
 
 .event-start .dtstart, .event-end .dtend {
-        float: right;
+       float: right;
 }
 
 .event-list-date {
-        margin-bottom: 10px;
+       margin-bottom: 10px;
 }
 
 .prevcal, .nextcal {
-        float: left;
-        margin-left: 32px;
-        margin-right: 32px;
-        margin-top: 64px;
+       float: left;
+       margin-left: 32px;
+       margin-right: 32px;
+       margin-top: 64px;
 }
 .event-calendar-end {
-        clear: both;
+       clear: both;
 }
 
 
 .calendar {
-        font-family: Courier, monospace;
+       font-family: Courier, monospace;
 }
 .today {
-        font-weight: bold;
-        color: #FF0000;
+       font-weight: bold;
+       color: #FF0000;
 }
 #event-desc-text-edit-bb, #event-location-text-edit-bb {
-  float: none;
+       float: none;
 }
 #event-start-text, #event-finish-text, #event-summary-text, #event-desc-text, #event-location-text {
-  margin-bottom: 10px;
-  margin-top: 20px;
+       margin-bottom: 10px;
+       margin-top: 20px;
 }
 
 .settings-block {
-        /* border: 1px solid #AAA; */
-        padding-left: 5px;
-        padding-right: 5px;
+       border-bottom: 1px solid #898989;
+       /* border: 1px solid #AAA; */
+       padding-left: 5px;
+       padding-right: 5px;
 }
 
 .app-title {
-  margin: 0px;
+       margin: 0px;
 }
 
 #identity-manage-desc {
-        margin-top:15px;
-        margin-bottom: 15px;
+       margin-top:15px;
+       margin-bottom: 15px;
 }
 
 #identity-manage-choose {
-        margin-bottom: 15px;
+       margin-bottom: 15px;
 }
 
 #identity-submit {
-        margin-top: 20px;
+       margin-top: 20px;
 }
 
 #photo-prev-link, #photo-next-link {
-        padding: 10px;
-        float: left;
+       padding: 10px;
+       float: left;
 }
 
 #photo-photo {
-        float: left;
+       float: left;
 }
 
 #photo-photo-end {
-        clear: both;
+       clear: both;
 }
 
 .profile-match-photo {
-        float: left;
-        text-align: center;
-        width: 120px;
+       float: left;
+       text-align: center;
+       width: 120px;
 }
 
 .profile-match-name {
-        float: left;
-        text-align: center;
-        width: 120px;
-        overflow: hidden;
+       float: left;
+       text-align: center;
+       width: 120px;
+       overflow: hidden;
 }
 
 .profile-match-break,
 .profile-match-end {
-        clear: both;
+       clear: both;
 }
 
 .profile-match-connect {
-        text-align: center;
-        font-weight: bold;
+       text-align: center;
+       font-weight: bold;
 }
 
 .profile-match-wrapper {
-        float: left;
-        padding: 10px;
-        width: 120px;
-        height: 120px;
-        scroll: auto;
+       float: left;
+       padding: 10px;
+       width: 120px;
+       height: 120px;
+       scroll: auto;
 }
 #profile-match-wrapper-end {
-        clear: both;
+       clear: both;
 }
 
 /* ============= */
@@ -2993,421 +2992,422 @@ a.mail-list-link {
 /* ============= */
 /* contacts menu */
 .contact-photo-wrapper {
-  position: relative;
+       position: relative;
 }
 .contact-photo {
-  width: 48px;
-  height: 48px;
-  overflow: hidden;
-  display: block;
+       width: 48px;
+       height: 48px;
+       overflow: hidden;
+       display: block;
 }
 .contact-photo img {
-  width: 48px;
-  height: 48px;
+       width: 48px;
+       height: 48px;
 }
 .contact-photo-menu-button {
-  display: none;
-  /* position: absolute; */
-  /* position: absolute; */
-  left: -2px;
-  top: -20px;
+       display: none;
+       /* position: absolute; */
+       /* position: absolute; */
+       left: -2px;
+       top: -20px;
 }
 .contact-wrapper {
-  float: left;
-  width: 90px;
-  height: 90px;
-  margin-bottom: 15px;
+       float: left;
+       width: 90px;
+       height: 90px;
+       margin-bottom: 15px;
 }
 .contact-wrapper .contact-photo {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .contact-wrapper .contact-photo img {
-  width: 80px;
-  height: 80px;
+       width: 80px;
+       height: 80px;
 }
 .contact-wrapper .contact-photo-menu-button {
-  left: 0px;
-  top: 63px;
+       left: 0px;
+       top: 63px;
 }
 .directory-item {
-  float: left;
-  width: 200px;
-  height: 200px;
+       float: left;
+       width: 200px;
+       height: 200px;
 }
 .directory-item .contact-photo {
-  width: 175px;
-  height: 175px;
+       width: 175px;
+       height: 175px;
 }
 .directory-item .contact-photo img {
-  width: 175px;
-  height: 175px;
+       width: 175px;
+       height: 175px;
 }
 .contact-name {
-  text-align: center;
-  font-weight: bold;
-  font-size: 12px;
+       text-align: center;
+       font-weight: bold;
+       font-size: 12px;
 }
 .contact-details {
-  color: #999999;
+       color: #999999;
 }
 
 /* contact edit page */
 #contact-edit-nav-wrapper {
-  margin-top: 24px;
+       margin-top: 24px;
 }
 #contact-edit-status-wrapper {
-  border-color: #c9d8f6;
-  background-color: #e0e8fa;
-  border-radius: 3px;
+       border-color: #c9d8f6;
+       background-color: #e0e8fa;
+       border-radius: 3px;
 }
 
 #contact-edit-contact-status {
-  font-weight: bold;
+       font-weight: bold;
 }
 
 #contact-edit-drop-link-end {
-  /* clear: both; */
+       /* clear: both; */
 }
 
 #contact-edit-links ul {
-  list-style: none;
-  list-style-type: none;
+       list-style: none;
+       list-style-type: none;
 }
 
 a.btn#contact-edit-actions-button {
-  cursor: pointer;
-  border-radius: 3px;
-  font-size: inherit;
-  font-weight: normal;
-  height: auto;
-  line-height: inherit;
-  padding: 5px 10px;
+       cursor: pointer;
+       border-radius: 3px;
+       font-size: inherit;
+       font-weight: normal;
+       height: auto;
+       line-height: inherit;
+       padding: 5px 10px;
 }
 
 #lost-contact-message, #insecure-message,
 #block-message, #ignore-message, #archive-message {
-  color: #CB4437;
+       color: #CB4437;
 }
 
 /* photo album page */
 .photo-top-image-wrapper,
 .photo-album-image-wrapper {
-  position: relative;
-  float: left;
-  margin-top: 15px;
-  margin-right: 15px;
-  width: 200px; height: 200px;
-  overflow: hidden;
+       position: relative;
+       float: left;
+       margin-top: 15px;
+       margin-right: 15px;
+       width: 200px; height: 200px;
+       overflow: hidden;
 }
 .photo-top-album-name {
-  width: 100%;
-  min-height: 2em;
-  position: absolute;
-  bottom: 0px;
-  padding: 0px 3px;
-  padding-top: 0.5em;
-  background-color: rgb(255, 255, 255);
+       width: 100%;
+       min-height: 2em;
+       position: absolute;
+       bottom: 0px;
+       padding: 0px 3px;
+       padding-top: 0.5em;
+       background-color: rgb(255, 255, 255);
 }
 #photo-top-end {
-  clear: both;
+       clear: both;
 }
 
 #photo-top-links {
-  margin-bottom: 30px;
-  margin-left: 30px;
+       margin-bottom: 30px;
+       margin-left: 30px;
 }
 
 #photos-upload-newalbum-div {
-  float: left;
-  width: 175px;
+       float: left;
+       width: 175px;
 }
 img.photo-top-photo,
 img.photo-album-photo {
-  width: 100%;
-  height: 100%;
-  object-fit: cover;
+       width: 100%;
+       height: 100%;
+       object-fit: cover;
 }
 .photo-album-photo {
-  float: none;
+       float: none;
 }
 .photo-album-image-wrapper .caption {
-  opacity: 0;
-  width: 100%;
-  position: absolute;
-  bottom: 0px;
-  padding: 3px 5px;
-  background-color: rgb(255, 255, 255);
-  margin: 0;
-  overflow: hidden;
-  -webkit-transition: all 0.5s ease-in-out;
-  -moz-transition: all 0.5s ease-in-out;
-  -o-transition: all 0.5s ease-in-out;
-  -ms-transition: all 0.5s ease-in-out;
-  transition: all 0.5s ease-in-out;
+       opacity: 0;
+       width: 100%;
+       position: absolute;
+       bottom: 0px;
+       padding: 3px 5px;
+       background-color: rgb(255, 255, 255);
+       margin: 0;
+       overflow: hidden;
+       -webkit-transition: all 0.5s ease-in-out;
+       -moz-transition: all 0.5s ease-in-out;
+       -o-transition: all 0.5s ease-in-out;
+       -ms-transition: all 0.5s ease-in-out;
+       transition: all 0.5s ease-in-out;
 }
 .photo-album-image-wrapper:hover .caption {
-  opacity: 1;
-}
-
-.menu-profile-list{
-  height: auto;
-  overflow: auto;
-  min-height: 16px;
-  list-style: none;
-        }
-.menu-profile-list:hover{
-        background: #E7F2F7;
-        }
-.menu-profile-list-item{
-        padding-left: 5px;
-        vertical-align: middle;
-        }
-.menu-profile-list-item:hover{
-        text-decoration: none;
-   }
+       opacity: 1;
+}
+
+.menu-profile-list {
+       height: auto;
+       overflow: auto;
+       min-height: 16px;
+       list-style: none;
+}
+.menu-profile-list:hover {
+       background: #E7F2F7;
+}
+.menu-profile-list-item {
+       padding-left: 5px;
+       vertical-align: middle;
+}
+.menu-profile-list-item:hover {
+       text-decoration: none;
+}
 
 .autocomplete {
-  width: 350px;
-  color: black;
-  border: 1px solid rgb(210, 210, 210);
-  background-color: white;
-  cursor: pointer;
-  text-align: left;
-  max-height: 350px;
-  overflow: auto;
-  display: block;
-  background-position: initial initial;
-  background-repeat: initial initial;
+       width: 350px;
+       color: black;
+       border: 1px solid rgb(210, 210, 210);
+       background-color: white;
+       cursor: pointer;
+       text-align: left;
+       max-height: 350px;
+       overflow: auto;
+       display: block;
+       background-position: initial initial;
+       background-repeat: initial initial;
 }
 .mail-list-wrapper {
-  background-color: #f6f7f8;
-  margin-bottom: 5px;
-  width: 100%;
-  height: auto;
-  overflow: hidden;
+       background-color: #f6f7f8;
+       margin-bottom: 5px;
+       width: 100%;
+       height: auto;
+       overflow: hidden;
 }
 .mail-list-wrapper span {
-  display: block;
-  float: left;
-  width: 20%;
-  overflow: hidden;
+       display: block;
+       float: left;
+       width: 20%;
+       overflow: hidden;
 }
 .mail-list-wrapper .mail-subject {
-  width: 30%;
-  padding: 4px 0px 0px 4px;
+       width: 30%;
+       padding: 4px 0px 0px 4px;
 }
 .mail-list-wrapper .mail-subject a {
-  display: block;
+       display: block;
 }
 .mail-list-wrapper .mail-subject.unseen a {
-  font-weight: bold;
+       font-weight: bold;
 }
 .mail-list-wrapper .mail-date {
-  padding: 4px 4px 0px 4px;
+       padding: 4px 4px 0px 4px;
 }
 .mail-list-wrapper .mail-from {
-  padding: 4px 4px 0px 4px;
+       padding: 4px 4px 0px 4px;
 }
 .mail-list-wrapper .mail-count {
-  padding: 4px 4px 0px 4px;
-  text-align: right;
+       padding: 4px 4px 0px 4px;
+       text-align: right;
 }
 .mail-list-wrapper .mail-delete {
-  float: right;
+       float: right;
 }
 #mail-display-subject {
-  background-color: #f6f7f8;
-  color: #2d2d2d;
-  margin-bottom: 10px;
-  width: 100%;
-  height: auto;
-  overflow: hidden;
+       background-color: #f6f7f8;
+       color: #2d2d2d;
+       margin-bottom: 10px;
+       width: 100%;
+       height: auto;
+       overflow: hidden;
 }
 #mail-display-subject span {
-  float: left;
-  overflow: hidden;
-  padding: 4px 0px 0px 10px;
+       float: left;
+       overflow: hidden;
+       padding: 4px 0px 0px 10px;
 }
 #mail-display-subject .mail-delete {
-  float: right;
-  opacity: 0.5;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       float: right;
+       opacity: 0.5;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 #mail-display-subject:hover .mail-delete {
-  opacity: 1;
-  -webkit-transition: all 0.2s ease-in-out;
-  -moz-transition: all 0.2s ease-in-out;
-  -o-transition: all 0.2s ease-in-out;
-  -ms-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
+       opacity: 1;
+       -webkit-transition: all 0.2s ease-in-out;
+       -moz-transition: all 0.2s ease-in-out;
+       -o-transition: all 0.2s ease-in-out;
+       -ms-transition: all 0.2s ease-in-out;
+       transition: all 0.2s ease-in-out;
 }
 
 .mail-list-outside-wrapper-end {
-        clear: both;
+       clear: both;
 }
 .mail-list-outside-wrapper {
-        margin-top: 30px;
+       margin-top: 30px;
 }
 .mail-list-delete-wrapper {
-        float: right;
-        margin-right: 30px;
-        margin-top: 15px;
+       float: right;
+       margin-right: 30px;
+       margin-top: 15px;
 }
 .mail-list-delete-icon {
-        border: none;
+       border: none;
 }
 .mail-conv-sender,
 .mail-conv-detail {
-        float: left;
+       float: left;
 }
 .mail-conv-detail {
-        margin-left: 20px;
-        width: 500px;
+       margin-left: 20px;
+       width: 500px;
 }
 .mail-conv-subject {
-    font-size: 1.4em;
-    margin: 10px 0;
+       font-size: 1.4em;
+       margin: 10px 0;
 }
 .mail-conv-outside-wrapper-end {
-        clear: both;
+       clear: both;
 }
 .mail-conv-outside-wrapper {
-        margin-top: 30px;
+       margin-top: 30px;
 }
 .mail-conv-delete-wrapper {
-        float: right;
-        margin-right: 30px;
-        margin-top: 15px;
+       float: right;
+       margin-right: 30px;
+       margin-top: 15px;
 }
 .mail-conv-break {
-        clear: both;
+       clear: both;
 }
 .mail-conv-delete-icon {
-        border: none;
+       border: none;
 }
 
-.icon.tilted-icon{
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-  -webkit-transform: rotate(-20deg);
-  -moz-transform: rotate(-20deg);
-  -ms-transform: rotate(-20deg);
-  -o-transform: rotate(-20deg);
-  transform: rotate(-20deg);
-  font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
-  padding-top:1px;
+.icon.tilted-icon {
+       filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+       -webkit-transform: rotate(-20deg);
+       -moz-transform: rotate(-20deg);
+       -ms-transform: rotate(-20deg);
+       -o-transform: rotate(-20deg);
+       transform: rotate(-20deg);
+       font-size:115%; /* 5% less than normal icons, because the tilt takes up vertical space */
+       padding-top:1px;
 }
 
 #profile-edit-wrapper {
-    line-height: 30px;
+       line-height: 30px;
 }
-#profile-edit-wrapper .field{
-  margin-bottom:0;
-  padding-bottom:0;
+#profile-edit-wrapper .field {
+       margin-bottom:0;
+       padding-bottom:0;
 }
 #profile-edit-wrapper input[type=text],
-#profile-edit-wrapper select{
-  width:250px;
+#profile-edit-wrapper select {
+       width:250px;
 }
-#profile-edit-wrapper #profile-edit-dob select{
-  width:auto;
+#profile-edit-wrapper #profile-edit-dob select {
+       width:auto;
 }
 #profile-edit-wrapper,
-#profile-edit-wrapper .toggle-section-content{
-  margin-bottom:15px;
-}
-.profile-edit-submit-wrapper{
-  margin-top:15px;
-}
-#profile-edit-default-desc{
-  display:inline-block;
-  padding:15px;
-  width:auto;
-  border:1px solid #511919;
-}
-#profile-edit-wrapper .toggle-section-content{
-  background:#ededed;
-  max-width:599px;
-  padding:5px;
-}
-
-.btn{
-  outline:none;
-  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
-  box-shadow:inset 0px 1px 0px 0px #ffffff;
-  background-color:#ededed;
-  -webkit-border-top-left-radius:0px;
-  -moz-border-radius-topleft:0px;
-  border-top-left-radius:0px;
-  -webkit-border-top-right-radius:0px;
-  -moz-border-radius-topright:0px;
-  border-top-right-radius:0px;
-  -webkit-border-bottom-right-radius:0px;
-  -moz-border-radius-bottomright:0px;
-  border-bottom-right-radius:0px;
-  -webkit-border-bottom-left-radius:0px;
-  -moz-border-radius-bottomleft:0px;
-  border-bottom-left-radius:0px;
-  text-indent:0;
-  border:1px solid #dcdcdc;
-  display:inline-block;
-  color:#777777;
-  font-family:Arial, sans-serif;
-  font-size:15px;
-  font-weight:bold;
-  font-style:normal;
-  height:40px;
-  line-height:40px;
-  padding:0 15px;
-  text-align:center;
-  text-shadow:1px 1px 0px #ffffff;
-}
-  .btn:hover{
-    background-color:#e6e6e6;
-    text-decoration:none;
-  }
-  .btn:active{
-    position:relative;
-    top:1px;
-  }
-.profile-view-actions{
-  float:right;
+#profile-edit-wrapper .toggle-section-content {
+       margin-bottom:15px;
+}
+.profile-edit-submit-wrapper {
+       margin-top:15px;
+}
+#profile-edit-default-desc {
+       display:inline-block;
+       padding:15px;
+       width:auto;
+       border:1px solid #511919;
+}
+#profile-edit-wrapper .toggle-section-content {
+       background:#ededed;
+       max-width:599px;
+       padding:5px;
+}
+
+.btn {
+       outline:none;
+       -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
+       -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
+       box-shadow:inset 0px 1px 0px 0px #ffffff;
+       background-color:#ededed;
+       -webkit-border-top-left-radius:0px;
+       -moz-border-radius-topleft:0px;
+       border-top-left-radius:0px;
+       -webkit-border-top-right-radius:0px;
+       -moz-border-radius-topright:0px;
+       border-top-right-radius:0px;
+       -webkit-border-bottom-right-radius:0px;
+       -moz-border-radius-bottomright:0px;
+       border-bottom-right-radius:0px;
+       -webkit-border-bottom-left-radius:0px;
+       -moz-border-radius-bottomleft:0px;
+       border-bottom-left-radius:0px;
+       text-indent:0;
+       border:1px solid #dcdcdc;
+       display:inline-block;
+       color:#777777;
+       font-family:Arial, sans-serif;
+       font-size:15px;
+       font-weight:bold;
+       font-style:normal;
+       height:40px;
+       line-height:40px;
+       padding:0 15px;
+       text-align:center;
+       text-shadow:1px 1px 0px #ffffff;
+}
+.btn:hover {
+       background-color:#e6e6e6;
+       text-decoration:none;
+}
+.btn:active {
+       position:relative;
+       top:1px;
+}
+.profile-view-actions {
+       float:right;
 }
 /* videos page */
 .videos .video-top-wrapper {
-  width: 300px;
-  float: left;
-  margin: 0px 10px 10px 0px;
-  position: relative;
+       width: 300px;
+       float: left;
+       margin: 0px 10px 10px 0px;
+       position: relative;
 }
 .videos .video-top-wrapper .video-delete {
-  position: absolute;
-  opacity: 0;
-  right: 0px;
-  top: 0px;
-  transition: opacity 0.5s;
+       position: absolute;
+       opacity: 0;
+       right: 0px;
+       top: 0px;
+       transition: opacity 0.5s;
 }
 .videos .video-top-wrapper:hover .video-delete {
-  opacity: 1;
+       opacity: 1;
 }
 /* invite page */
 #invite-wrapper textarea {
-  width: 100%;
+       width: 100%;
 }
+
 /* upload/select popup */
-  fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
-  #message-preview { margin-top: 15px; }
-  #message-preview span { width: 100%; }
-  #message-preview .mail-count, #message-preview .mail-delete { display:none; }
-  #message-preview .mail-list-wrapper { padding: 3px; }
-  #message-preview .mail-date { opacity:0.6; font-size:10px; }
+fbrowser.image .photo-album-image-wrapper { margin-left: 10px; }
+#message-preview { margin-top: 15px; }
+#message-preview span { width: 100%; }
+#message-preview .mail-count, #message-preview .mail-delete { display:none; }
+#message-preview .mail-list-wrapper { padding: 3px; }
+#message-preview .mail-date { opacity:0.6; font-size:10px; }
 
 /* colorbox */
 #colorbox img {
-  max-width: 100%;
+       max-width: 100%;
 }