You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2019/05/23 09:09:42 UTC

[cloudstack] branch master updated: Enhancement scss refactoring (#3328)

This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new a5da389  Enhancement scss refactoring (#3328)
a5da389 is described below

commit a5da389b15745e9ebb3964a1e7cf89d0b1af03fc
Author: M. Weber <m....@ewerk.com>
AuthorDate: Thu May 23 11:09:31 2019 +0200

    Enhancement scss refactoring (#3328)
    
    * Introduce jsbeautifyrc and sass linter for automated unified scss code syntax
    
    * Introduce new z-index scss file to manage different z-index correctly
    
    * Use beautify tool for scss files and sass lint fix all scss files
    
    * Add vscode folder to gitignore
    
    * Add more new files to global gitignore
    
    * Refactor scss files and rework custom styles implementation strategy
    
    * Remove outdated ie7 styles
    
    * Fix typo of facebook input token include
    
    * Fix apache licences for new lint files
    
    * Splitt massive cloudstack.scss into many modular and smaller files
    
    * Refactor scss language files
    
    * Change and move apache licence css file name
---
 .gitignore                                         |     3 +
 pom.xml                                            |     3 +-
 ui/css/cloudstack3-ie7.css                         |   201 -
 ui/css/cloudstack3.css                             |  8186 ++++++------
 ui/css/cloudstack3.hu.css                          |     5 +-
 ui/css/cloudstack3.ja_JP.css                       |    15 +-
 ui/css/custom.css                                  |    23 -
 ui/css/src/.jsbeautifyrc                           |    31 +
 ui/css/src/.sass-lint.yml                          |    73 +-
 ui/css/src/Gulpfile.js                             |    59 +-
 ui/css/src/readme.md                               |     1 +
 ui/css/src/scss/cloudstack3-ie7.scss               |   209 -
 ui/css/src/scss/cloudstack3.hu.scss                |    43 +-
 ui/css/src/scss/cloudstack3.ja_JP.scss             |   102 +-
 ui/css/src/scss/cloudstack3.scss                   | 13330 +------------------
 ui/css/src/scss/common/common.scss                 |    23 +
 ui/css/src/scss/components/accounts-wizzard.scss   |   152 +
 ui/css/src/scss/components/acl-dialog.scss         |    93 +
 ui/css/src/scss/components/action-icons.scss       |   642 +
 ui/css/src/scss/components/actions-dialog.scss     |   224 +
 ui/css/src/scss/components/actions-table.scss      |    85 +
 ui/css/src/scss/components/actions.scss            |   161 +
 ui/css/src/scss/components/advanced-search.scss    |   146 +
 ui/css/src/scss/components/autoscaler.scss         |   511 +
 ui/css/src/scss/components/breadcrumbs.scss        |   144 +
 ui/css/src/scss/components/browser.scss            |   118 +
 ui/css/src/scss/components/button-add.scss         |    35 +
 ui/css/src/scss/components/button-export.scss      |    45 +
 ui/css/src/scss/components/ca-cert-download.scss   |    42 +
 ui/css/src/scss/components/copy-template.scss      |    44 +
 ui/css/src/scss/components/create-form.scss        |   218 +
 ui/css/src/scss/components/dashboard-project.scss  |   239 +
 ui/css/src/scss/components/dashboard-system.scss   |   472 +
 ui/css/src/scss/components/dashboard.scss          |   728 +
 ui/css/src/scss/components/datepicker.scss         |   150 +
 ui/css/src/scss/components/details-page.scss       |   476 +
 ui/css/src/scss/components/dialog-about.scss       |    38 +
 ui/css/src/scss/components/dynamic-input.scss      |    52 +
 .../scss/components/first-network-resource.scss    |   158 +
 ui/css/src/scss/components/gpu-groups.scss         |    62 +
 .../src/scss/components/header-notifications.scss  |    84 +
 ui/css/src/scss/components/header.scss             |    71 +
 ui/css/src/scss/components/health-check.scss       |    47 +
 ui/css/src/scss/components/info-boxes.scss         |   201 +
 ui/css/src/scss/components/install-wizzard.scss    |   434 +
 ui/css/src/scss/components/jquery-ui.scss          |    88 +
 ui/css/src/scss/components/list-view.scss          |    94 +
 ui/css/src/scss/components/list-view2.scss         |   172 +
 ui/css/src/scss/components/loading-overlay.scss    |    42 +
 ui/css/src/scss/components/login.scss              |   171 +
 ui/css/src/scss/components/migrate-vm.scss         |    29 +
 ui/css/src/scss/components/multi-edit.scss         |   579 +
 ui/css/src/scss/components/multi-wizzard.scss      |  2350 ++++
 ui/css/src/scss/components/navigation.scss         |   333 +
 ui/css/src/scss/components/network-chart.scss      |   192 +
 ui/css/src/scss/components/new-project.scss        |   370 +
 ui/css/src/scss/components/notifications.scss      |   275 +
 ui/css/src/scss/components/panel-controls.scss     |    58 +
 ui/css/src/scss/components/plugins-listing.scss    |    79 +
 ui/css/src/scss/components/project-selector.scss   |   151 +
 ui/css/src/scss/components/quick-view-tooltip.scss |   235 +
 .../src/scss/components/recurring-snapshots.scss   |   287 +
 ui/css/src/scss/components/region-switcher.scss    |   187 +
 ui/css/src/scss/components/section-switcher.scss   |   137 +
 ui/css/src/scss/components/system-chart.scss       |   359 +
 ui/css/src/scss/components/tagger.scss             |   258 +
 .../scss/components/token-input-facebook.scss}     |    97 +-
 ui/css/src/scss/components/toolbar.scss            |   230 +
 ui/css/src/scss/components/tooltip-box.scss        |    48 +
 ui/css/src/scss/components/tooltip-info.scss       |    57 +
 ui/css/src/scss/components/treeview.scss           |    92 +
 ui/css/src/scss/components/upload-volume.scss      |    98 +
 ui/css/src/scss/components/user.scss               |    94 +
 ui/css/src/scss/components/view-switcher.scss      |   138 +
 ui/css/src/scss/components/view.scss               |   126 +
 ui/css/src/scss/components/vpc-chart.scss          |   489 +
 ui/css/src/scss/components/zone-filter.scss        |    43 +
 ui/css/src/scss/custom/custom.scss                 |    21 +
 ui/css/src/scss/frame/wrapper-elements.scss        |    44 +
 ui/css/src/scss/languages/hungarian.scss           |    20 +
 .../japanese.scss}                                 |    53 +-
 .../src/scss/{custom.scss => licences/AL-css.scss} |     6 +-
 ui/css/src/scss/objects/form-elements.scss         |    35 +
 ui/css/src/scss/objects/links.scss                 |    26 +
 ui/css/src/scss/objects/table.scss                 |   323 +
 ui/css/src/scss/token-input-facebook.scss          |   132 -
 ui/css/src/scss/variables/z-index.scss             |    39 +
 ui/index.html                                      |     5 -
 88 files changed, 18689 insertions(+), 18152 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7b18749..9ce1ff0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,6 +53,8 @@ tools/cli/build/
 *.iso
 *.tar.gz
 *.tgz
+*.vscode
+*.css.map
 
 # this ignores _all files starting with '.'. Don't do that!
 #.*
@@ -99,3 +101,4 @@ scripts/.pydevproject
 *.qcow2
 *.raw
 venv
+node_modules
diff --git a/pom.xml b/pom.xml
index 24ab865..5338691 100644
--- a/pom.xml
+++ b/pom.xml
@@ -968,8 +968,7 @@
                             <exclude>tools/ngui/static/bootstrap/*</exclude>
                             <exclude>tools/ngui/static/js/lib/*</exclude>
                             <exclude>tools/transifex/.tx/config</exclude>
-                            <exclude>ui/css/token-input-facebook.css</exclude>
-                            <exclude>ui/css/src/scss/token-input-facebook.scss</exclude>
+                            <exclude>ui/css/src/scss/components/token-input-facebook.scss</exclude>
                             <exclude>ui/l10n/*</exclude>
                             <exclude>ui/lib/flot/jquery.colorhelpers.js</exclude>
                             <exclude>ui/lib/flot/jquery.flot.crosshair.js</exclude>
diff --git a/ui/css/cloudstack3-ie7.css b/ui/css/cloudstack3-ie7.css
deleted file mode 100644
index 6c0664e..0000000
--- a/ui/css/cloudstack3-ie7.css
+++ /dev/null
@@ -1,201 +0,0 @@
-/*
-* Licensed to the Apache Software Foundation (ASF) under one
-* or more contributor license agreements.  See the NOTICE file
-* distributed with this work for additional information
-* regarding copyright ownership.  The ASF licenses this file
-* to you under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance
-* with the License.  You may obtain a copy of the License at
-* 
-*   http://www.apache.org/licenses/LICENSE-2.0
-* 
-* Unless required by applicable law or agreed to in writing,
-* software distributed under the License is distributed on an
-* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-* KIND, either express or implied.  See the License for the
-* specific language governing permissions and limitations
-* under the License.
-*/
-/*[fmt]1C20-1C0D-E*/
-div.panel div.list-view {
-  position: relative;
-  overflow-x: hidden;
-  margin-top: 0px;
-}
-
-div.toolbar {
-  top: expression(this.offsetParent.scrollTop);
-}
-
-div.toolbar div.text-search div.search-bar input {
-  float: left;
-  border: none;
-  margin-top: -1px;
-  margin-right: 0px;
-  margin-bottom: 0px;
-  margin-left: -12px;
-  width: 97%;
-  height: 67%;
-}
-
-div.panel div.list-view div.fixed-header {
-  top: expression(this.offsetParent.scrollTop + 30);
-}
-
-.detail-view div.list-view div.fixed-header {
-  top: 29px !important;
-  left: 12px !important;
-}
-
-div.panel div.list-view div.data-table table.body {
-  top: 78px;
-}
-
-.detail-view .main-groups {
-  width: 96%;
-  height: 416px;
-  position: relative;
-  overflow-x: hidden;
-  margin-top: -18px;
-}
-
-.detail-view .ui-widget-content {
-  overflow-x: hidden !important;
-}
-
-.tree-view {
-  position: relative;
-  top: expression(this.offsetParent.scrollTop);
-}
-
-.tree-view li .name {
-  margin: 0px !important;
-}
-
-.detail-view .button.done {
-  /*+placement:shift 0px 459px;*/
-  position: relative;
-  left: 0px;
-  top: 459px;
-}
-
-.detail-view ul {
-  /*+placement:shift;*/
-  position: relative;
-  left: 0;
-  top: 0;
-}
-
-.ui-tabs ul.ui-tabs-nav {
-  margin-top: 20px;
-}
-
-.dashboard.admin .dashboard-container.sub.alerts ul {
-  top: expression(this.offsetParent.scrollTop);
-}
-
-#user-options a:hover {
-  background: #ADADAD;
-  color: #FFFFFF;
-  /*+text-shadow:0px 1px 2px #383838;*/
-  -moz-text-shadow: 0px 1px 2px #383838;
-  -webkit-text-shadow: 0px 1px 2px #383838;
-  -o-text-shadow: 0px 1px 2px #383838;
-  text-shadow: 0px 1px 2px #383838;
-}
-
-.multi-wizard .progress ul li span.arrow {
-  display: none;
-  border-right: 0px solid #000000;
-}
-
-.tree-view ul li .name {
-  float: right;
-}
-
-.multi-edit .data .data-body .data-item .expandable-listing {
-  width: 99.8%;
-  border: 1px solid #CFC9C9;
-  max-height: 161px;
-  position: relative;
-  overflow: auto;
-  overflow-x: hidden;
-  top: expression(this.offsetParent.scrollTop);
-}
-
-table tbody td,
-table th {
-  padding: 9px 5px 8px 0px;
-  border-right: 1px solid #BFBFBF;
-  color: #495A76;
-  clear: none;
-  width: auto;
-  width: 88px;
-  min-width: 88px;
-  font-size: 11px;
-  overflow: hidden;
-  vertical-align: middle;
-}
-
-.detail-view > .toolbar {
-  position: relative;
-  float: left;
-  left: -14px;
-}
-
-.detail-view .list-view > .toolbar {
-  width: 100% !important;
-}
-
-.system-chart ul.resources li .label {
-  /*+placement:shift 3px 9px;*/
-  position: relative;
-  left: 3px;
-  top: 9px;
-  position: absolute;
-}
-
-.system-chart ul.resources li .button.view-all .view-all-label {
-  /*+placement:shift 6px 5px;*/
-  position: relative;
-  left: 6px;
-  top: 5px;
-}
-
-.quick-view-tooltip div.title .icon {
-  top: -15px;
-}
-
-.quick-view-tooltip .main-groups {
-  float: left;
-  left: 0px;
-  margin-top: 7px;
-}
-
-.quick-view-tooltip .actions {
-  width: 426px !important;
-  float: left;
-}
-
-.quick-view-tooltip .action {
-  float: left !important;
-  width: 54px !important;
-  margin-left: 7px !important;
-}
-
-.quick-view-tooltip .action .label {
-  float: left;
-  max-width: 20px;
-}
-
-.quick-view-tooltip .action .icon {
-  float: left;
-  height: 7px;
-  left: 0px;
-}
-
-.quick-view-tooltip .detail-view .detail-group.actions .action.text {
-  filter: alpha(opacity=100);
-}
-
-/*# sourceMappingURL=src/sourcemaps/cloudstack3-ie7.css.map */
diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index d7b6159..3794ca1 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -17,117 +17,53 @@
 * specific language governing permissions and limitations
 * under the License.
 */
-div.toolbar:after,
-.multi-wizard.zone-wizard .select-container .field .select-array-item:after {
-  content: ".";
-  display: block;
-  height: 0;
-  clear: both;
-  visibility: hidden;
-  font-size: 0;
-}
-
-div.toolbar,
-.multi-wizard.zone-wizard .select-container .field .select-array-item {
-  display: inline-block;
-}
-
-div.toolbar,
-.multi-wizard.zone-wizard .select-container .field .select-array-item {
-  display: block;
-  height: 1px;
-}
-
 body {
   min-width: 1224px;
+  background: #ede8e8;
   font-family: sans-serif;
   overflow: auto;
-  background: #EDE8E8;
-}
-
-body.install-wizard {
-  font-family: sans-serif;
-  height: 769px !important;
-  overflow: auto;
-  overflow-x: hidden;
-  background: #FFFFFF url(../images/bg-login.png);
-}
-
-#main-area {
-  width: 1224px;
-  height: 729px;
-  margin: auto;
-  border: 1px solid #D4D4D4;
-  /*+box-shadow:0px -5px 11px #B7B7B7;*/
-  -moz-box-shadow: 0px -5px 11px #B7B7B7;
-  -webkit-box-shadow: 0px -5px 11px #B7B7B7;
-  -o-box-shadow: 0px -5px 11px #B7B7B7;
-  box-shadow: 0px -5px 11px #B7B7B7;
-  border: 1px solid #E8E8E8;
-}
-
-#container {
-  /*[empty]width:;*/
-  height: 100%;
-  margin: auto;
-  position: relative;
-}
-
-#sections {
-  display: none;
-}
-
-a {
-  color: #0B84DC;
-  text-decoration: none;
 }
 
-a:hover {
-  text-decoration: underline;
-  color: #000000;
-}
-
-/*Table*/
 table {
+  position: relative;
   width: 955px;
   max-width: 977px;
   margin: 15px 15px 12px 12px;
+  border-bottom: 1px solid #c4c5c5;
   font-size: 13px;
   text-align: left;
   text-indent: 10px;
-  border-bottom: 1px solid #C4C5C5;
   border-collapse: collapse;
-  position: relative;
 }
 
 table thead {
-  background: url(../images/bg-table-head.png) repeat-x;
+  background: url("../images/bg-table-head.png") repeat-x;
   cursor: default;
 }
 
 table thead th {
-  border: 1px solid #C6C3C3;
-  color: #525252;
-  border-top: none;
-  border-bottom: 1px solid #CFC9C9;
-  text-align: left;
-  /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
+  border: 1px solid #c6c3c3;
+  border-top: 0;
+  border-bottom: 1px solid #cfc9c9;
   font-weight: bold;
   white-space: nowrap;
+  /*+text-shadow:0px 1px 1px #FFFFFF;*/
+  color: #525252;
+  text-align: left;
+  text-shadow: 0 1px 1px #ffffff;
   cursor: pointer;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 table thead th.sorted {
-  color: #312F2F;
+  color: #312f2f;
   /*+text-shadow:0px 1px 1px #BFBFBF;*/
-  -moz-text-shadow: 0px 1px 1px #BFBFBF;
-  -webkit-text-shadow: 0px 1px 1px #BFBFBF;
-  -o-text-shadow: 0px 1px 1px #BFBFBF;
-  text-shadow: 0px 1px 1px #BFBFBF;
+  text-shadow: 0 1px 1px #bfbfbf;
+  -moz-text-shadow: 0 1px 1px #bfbfbf;
+  -webkit-text-shadow: 0 1px 1px #bfbfbf;
+  -o-text-shadow: 0 1px 1px #bfbfbf;
 }
 
 table thead th.sorted.desc {
@@ -140,31 +76,31 @@ table thead th.sorted.asc {
 
 table tbody td,
 table th {
-  padding: 10px 5px 6px;
-  border-right: 1px solid #BFBFBF;
-  color: #282828;
   clear: none;
+  vertical-align: middle;
   min-width: 88px;
+  padding: 10px 5px 6px;
+  border-right: 1px solid #bfbfbf;
   font-size: 11px;
+  color: #282828;
   overflow: hidden;
-  vertical-align: middle;
 }
 
 table tbody td.loading {
+  border-top: 1px solid #fbfbfb;
+  background: #dbe2e9;
   text-align: center;
-  background: #DBE2E9;
-  border-top: 1px solid #FBFBFB;
 }
 
 table tbody td.truncated {
-  overflow: visible;
   max-width: 120px;
+  overflow: visible;
 }
 
 table tbody td.truncated > span {
   white-space: nowrap;
-  overflow: hidden;
   text-overflow: ellipsis;
+  overflow: hidden;
 }
 
 .list-view-select table th.name,
@@ -174,6 +110,11 @@ table tbody td.truncated > span {
   max-width: 170px;
 }
 
+.list-view-select table th.availableHostSuitability,
+.list-view-select table td.availableHostSuitability {
+  max-width: 250px;
+}
+
 /** Multiselect*/
 table thead th.multiselect,
 table tbody td.multiselect {
@@ -184,11 +125,11 @@ table tbody td.multiselect {
 
 table thead th.multiselect input,
 table tbody td.multiselect input {
-  margin: 0;
-  /*+placement:shift -8px 0px;*/
   position: relative;
+  /*+placement:shift -8px 0px;*/
+  top: 0;
   left: -8px;
-  top: 0px;
+  margin: 0;
 }
 
 table thead th.multiselect input {
@@ -197,18 +138,18 @@ table thead th.multiselect input {
 
 /** Actions table cell*/
 table tbody td.actions {
+  vertical-align: middle;
   width: 130px;
-  max-width: 130px !important;
   min-width: 130px !important;
-  vertical-align: middle;
+  max-width: 130px !important;
 }
 
 table tbody td.actions input {
   /*+placement:shift 10px -6px;*/
   position: relative;
-  left: 10px;
   top: -6px;
-  margin: 11px 0 0px;
+  left: 10px;
+  margin: 11px 0 0;
 }
 
 .list-view-select table tbody td.actions {
@@ -231,20 +172,20 @@ table tbody td.actions input {
 /** Quick view table cell*/
 table tbody td.quick-view,
 table thead th.quick-view {
+  width: 58px !important;
   min-width: 58px;
   max-width: 58px !important;
-  width: 58px !important;
   height: 14px !important;
-  text-indent: 2px;
   white-space: nowrap;
+  text-indent: 2px;
   cursor: default;
 }
 
 table tbody td.quick-view .icon {
-  margin-left: 22px;
   margin-top: 3px;
-  padding: 0px 0px 6px 12px;
-  background: url(../images/sprites.png) no-repeat -44px -62px;
+  margin-left: 22px;
+  padding: 0 0 6px 12px;
+  background: url("../images/sprites.png") no-repeat -44px -62px;
 }
 
 table tbody td.quick-view:hover .icon {
@@ -265,57 +206,57 @@ table tbody tr.loading td.quick-view .loading {
 
 /** Row styling*/
 table tbody tr {
-  border-left: 1px solid #C4C5C5;
-  border-right: 1px solid #C4C5C5;
   border-top: 1px solid transparent;
+  border-right: 1px solid #c4c5c5;
+  border-left: 1px solid #c4c5c5;
 }
 
 table tbody tr.even {
-  background: #FFFFFF;
+  background: #ffffff;
 }
 
 table tbody tr.odd {
-  background: #F2F0F0;
+  background: #f2f0f0;
 }
 
 table tbody tr.selected {
-  background: #CBDDF3;
-  border-top: 1px solid #EDF0F7 !important;
-  border-bottom: 1px solid #BABFD9;
-  text-shadow: 0px 1px 1px #FCFBF7;
+  border-top: 1px solid #edf0f7 !important;
+  border-bottom: 1px solid #babfd9;
+  background: #cbddf3;
+  text-shadow: 0 1px 1px #fcfbf7;
 }
 
 table tbody tr.to-remove {
-  background: #E05959;
-  border-top: 1px solid #EDF0F7 !important;
-  border-bottom: 1px solid #BABFD9;
-  text-shadow: 0px 1px 1px #FCFBF7;
+  border-top: 1px solid #edf0f7 !important;
+  border-bottom: 1px solid #babfd9;
+  background: #e05959;
+  text-shadow: 0 1px 1px #fcfbf7;
 }
 
 table tbody tr.loading {
-  background: #E2E9F0;
+  background: #e2e9f0;
 }
 
 table tbody tr.loading td {
   /*+opacity:50%;*/
+  opacity: 0.5;
   filter: alpha(opacity=50);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
   -moz-opacity: 0.5;
-  opacity: 0.5;
 }
 
 table tbody tr.loading td.loading.icon {
-  background: url(../images/ajax-loader.gif) no-repeat center;
   height: 35px;
   padding: 0;
+  background: url("../images/ajax-loader.gif") no-repeat center;
 }
 
 table tbody tr div.loading {
   display: block;
   width: 50px;
   height: 14px;
-  background: transparent url(../images/ajax-loader-small.gif) no-repeat center;
   margin: auto;
+  background: transparent url("../images/ajax-loader-small.gif") no-repeat center;
 }
 
 table th.resizable {
@@ -325,59 +266,170 @@ table th.resizable {
 
 table th div.ui-resizable-handle {
   position: relative;
-  top: -30px;
   float: right;
+  top: -30px;
+}
+
+div.list-view table tbody td span {
+  display: block;
+  float: left;
+  max-width: 89%;
+  margin-left: 12px;
+  line-height: 15px;
+  word-break: break-all;
+  word-wrap: break-word;
+  text-indent: 0;
+}
+
+td.alert-notification-threshold {
+  background-color: rgba(255, 231, 175, 0.75);
+  color: #e87900;
+}
+
+td.alert-disable-threshold {
+  background-color: rgba(255, 190, 190, 0.75);
+  color: #f50000;
+}
+
+span.compact {
+  height: 16px;
+}
+
+.horizontal-overflow tbody td,
+.horizontal-overflow thead th {
+  min-width: 40px;
+  padding: 10px 10px 5px 0;
+}
+
+.horizontal-overflow th.quick-view {
+  padding-left: 5px;
+}
+
+.groupable-header {
+  border-right: 1px solid #c6c3c3;
+  border-left: 1px solid #c6c3c3;
+  background: url("../images/bg-table-head.png");
+}
+
+.groupable-header-columns th {
+  border: 0;
+}
+
+table.horizontal-overflow td.state {
+  width: 55px;
+  min-width: 55px;
+  max-width: 55px;
+}
+
+table.no-split td.first {
+  min-width: 150px;
+}
+
+.groupable-header-border {
+  border-right: 1px solid #c6c3c3;
+  border-left: 1px solid #c6c3c3;
+}
+
+a {
+  color: #0b84dc;
+  text-decoration: none;
+}
+
+a:hover {
+  color: #000000;
+  text-decoration: underline;
+}
+
+input.error {
+  background: #fee5e5;
+}
+
+label.error {
+  color: #ff0000;
+}
+
+.label-hovered {
+  color: #0000ff !important;
+  cursor: pointer;
+}
+
+.button {
+  float: left;
+  background: url("../images/buttons.png") no-repeat;
+  cursor: pointer;
+}
+
+#main-area {
+  width: 1224px;
+  height: 729px;
+  margin: auto;
+  border: 1px solid #d4d4d4;
+  /*+box-shadow:0px -5px 11px #B7B7B7;*/
+  border: 1px solid #e8e8e8;
+  box-shadow: 0 -5px 11px #b7b7b7;
+  -moz-box-shadow: 0 -5px 11px #b7b7b7;
+  -webkit-box-shadow: 0 -5px 11px #b7b7b7;
+  -o-box-shadow: 0 -5px 11px #b7b7b7;
+}
+
+#container {
+  /*[empty]width:;*/
+  position: relative;
+  height: 100%;
+  margin: auto;
+}
+
+#sections {
+  display: none;
 }
 
-/** Header, misc*/
 #template {
   display: none;
 }
 
-/*Login screen*/
 body.login {
-  background: url(../images/overlay-pattern.png) repeat center, #106CA9 url(../images/bg-login.jpg) no-repeat center;
+  background: url("../images/overlay-pattern.png") repeat center, #106ca9 url("../images/bg-login.jpg") no-repeat center;
   background-size: auto, cover;
   overflow: hidden;
 }
 
 .login {
   display: block;
-  width: 100%;
-  height: 350px;
-  /*+placement:shift 0 80px;*/
   position: relative;
-  left: 0;
   top: 80px;
+  /*+placement:shift 0 80px;*/
+  left: 0;
+  width: 100%;
+  height: 350px;
   background: #053663;
 }
 
 .login .select-language {
-  margin-top: 10px;
   float: left;
+  margin-top: 10px;
 }
 
 .login .select-language select {
   width: 260px;
-  border: 1px solid #808080;
   margin-top: 20px;
+  border: 1px solid #808080;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
+  box-shadow: inset 0 1px 1px #838383;
   font-size: 12px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
   /*+box-shadow:inset 0px 1px 1px #838383;*/
-  -moz-box-shadow: inset 0px 1px 1px #838383;
-  -webkit-box-shadow: inset 0px 1px 1px #838383;
-  -o-box-shadow: inset 0px 1px 1px #838383;
-  box-shadow: inset 0px 1px 1px #838383;
+  -khtml-border-radius: 4px;
+  -moz-box-shadow: inset 0 1px 1px #838383;
+  -webkit-box-shadow: inset 0 1px 1px #838383;
+  -o-box-shadow: inset 0 1px 1px #838383;
 }
 
 .login .fields {
-  width: 409px;
   float: left;
+  width: 409px;
   margin: 72px 0 0 88px;
 }
 
@@ -386,100 +438,100 @@ body.login {
 }
 
 .login .fields .field label {
-  font-size: 12px;
-  color: #4E4F53;
-  /*+placement:displace 9px 14px;*/
   position: absolute;
-  margin-left: 9px;
   margin-top: 14px;
+  /*+placement:displace 9px 14px;*/
+  margin-left: 9px;
+  font-size: 12px;
+  color: #4e4f53;
 }
 
 .login .fields .field label.error {
-  color: #FF0000;
   float: right;
-  left: 264px;
   top: 0;
+  left: 264px;
+  color: #ff0000;
 }
 
 .login .fields input {
   width: 248px;
   height: 20px;
   margin: 5px 0 0;
-  text-indent: 1px;
-  font-size: 13px;
-  border: none;
   padding: 5px;
+  border: 0;
+  border-radius: 3px;
+  box-shadow: inset 0 1px 1px #4e4e4e;
   /*+border-radius:3px;*/
+  background: #ececec;
+  font-size: 13px;
+  text-indent: 1px;
   -moz-border-radius: 3px;
+  /*+box-shadow:inset 0px 1px 1px #4E4E4E;*/
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
-  border-radius: 3px;
-  /*+box-shadow:inset 0px 1px 1px #4E4E4E;*/
-  -moz-box-shadow: inset 0px 1px 1px #4E4E4E;
-  -webkit-box-shadow: inset 0px 1px 1px #4E4E4E;
-  -o-box-shadow: inset 0px 1px 1px #4E4E4E;
-  box-shadow: inset 0px 1px 1px #4E4E4E;
-  background: #ECECEC;
+  -moz-box-shadow: inset 0 1px 1px #4e4e4e;
+  -webkit-box-shadow: inset 0 1px 1px #4e4e4e;
+  -o-box-shadow: inset 0 1px 1px #4e4e4e;
 }
 
 .login .fields input.error {
-  border-color: #FF8080;
-  background: #FFEAEA;
+  border-color: #ff8080;
+  background: #ffeaea;
 }
 
-.login .fields input[type=submit] {
-  background: transparent url(../images/sprites.png) -563px -747px;
-  cursor: pointer;
-  border: none;
-  margin: 7px 120px 0 -1px;
-  text-align: center;
+.login .fields input[type='submit'] {
+  display: block;
+  float: left;
   width: 69px;
   height: 25px;
-  display: block;
-  color: #FFFFFF;
+  margin: 7px 120px 0 -1px;
+  border: 0;
+  background: transparent url("../images/sprites.png") -563px -747px;
   font-weight: bold;
-  float: left;
+  color: #ffffff;
+  text-align: center;
   text-indent: -1px;
+  text-shadow: 0 1px 2px #000000;
   /*+text-shadow:0px 1px 2px #000000;*/
-  -moz-text-shadow: 0px 1px 2px #000000;
-  -webkit-text-shadow: 0px 1px 2px #000000;
-  -o-text-shadow: 0px 1px 2px #000000;
-  text-shadow: 0px 1px 2px #000000;
+  cursor: pointer;
+  -moz-text-shadow: 0 1px 2px #000000;
+  -webkit-text-shadow: 0 1px 2px #000000;
+  -o-text-shadow: 0 1px 2px #000000;
 }
 
-.login .fields input[type=samlsubmit] {
-  background: transparent url(../images/sprites.png) -563px -747px;
-  cursor: pointer;
-  border: none;
-  text-align: center;
+.login .fields input[type='samlsubmit'] {
+  display: block;
   width: 60px;
   height: 15px;
-  display: block;
-  color: #FFFFFF;
+  border: 0;
+  background: transparent url("../images/sprites.png") -563px -747px;
+  font-size: 10px;
   font-weight: bold;
+  color: #ffffff;
+  text-align: center;
   text-indent: -1px;
   /*+text-shadow:0px 1px 2px #000000;*/
-  -moz-text-shadow: 0px 1px 2px #000000;
-  -webkit-text-shadow: 0px 1px 2px #000000;
-  -o-text-shadow: 0px 1px 2px #000000;
-  text-shadow: 0px 1px 2px #000000;
-  font-size: 10px;
+  text-shadow: 0 1px 2px #000000;
+  cursor: pointer;
+  -moz-text-shadow: 0 1px 2px #000000;
+  -webkit-text-shadow: 0 1px 2px #000000;
+  -o-text-shadow: 0 1px 2px #000000;
 }
 
-.login .fields input[type=submit]:hover {
+.login .fields input[type='submit']:hover {
   background-position: -563px -772px;
 }
 
 .login .logo {
+  float: left;
   width: 290px;
   height: 40px;
-  float: left;
   margin: 72px 0 0 209px;
-  background: url(../images/logo-login.png) no-repeat 0 0;
+  background: url("../images/logo-login.png") no-repeat 0 0;
 }
 
 .login.nologo .logo {
-  background-image: url(../images/logo-login-oss.png);
+  background-image: url("../images/logo-login-oss.png");
 }
 
 .login form {
@@ -490,22 +542,21 @@ body.login {
   background: #053663;
 }
 
-/*About dialog*/
 .dialog-about .ui-widget-content {
-  padding-left: 0;
-  padding-right: 0;
   width: 100% !important;
+  padding-right: 0;
+  padding-left: 0;
 }
 
 .dialog-about .logo {
+  padding-top: 20px;
   font-size: 26px;
   color: #636363;
-  padding-top: 20px;
 }
 
 .dialog-about .version {
-  font-size: 12px;
   padding-top: 10px;
+  font-size: 12px;
 }
 
 .dialog-about .ui-button {
@@ -513,72 +564,60 @@ body.login {
   margin: 0 auto;
 }
 
-#browser div.panel div.detail-view .toolbar {
-  width: 100%;
-}
-
-div.list-view table tbody td span {
-  display: block;
-  float: left;
-  max-width: 89%;
-  word-break: break-all;
-  word-wrap: break-word;
-  text-indent: 0;
-  margin-left: 12px;
-  line-height: 15px;
-}
-
-div.list-view div.toolbar div.section-switcher div.section-select label {
-  margin: 0 9px 0 0;
-}
-
 .loading-overlay {
+  opacity: 0.7;
   position: absolute;
+  z-index: 500;
+  top: 0;
+  left: 0;
   width: 100%;
   height: 100%;
-  left: 0px;
-  top: 0px;
-  background: #F2F2F2 url(../images/ajax-loader.gif) no-repeat center;
-  z-index: 500;
   /*+opacity:70%;*/
+  background: #f2f2f2 url("../images/ajax-loader.gif") no-repeat center;
   filter: alpha(opacity=70);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
   -moz-opacity: 0.7;
-  opacity: 0.7;
 }
 
 .loading-overlay span {
   display: block;
-  text-align: center;
   margin: 155px 0 0 5px;
-  color: #4B4B4B;
+  color: #4b4b4b;
+  text-align: center;
 }
 
 .detail-view .ui-tabs-panel .loading-overlay {
   background-position: 50% 250px;
 }
 
-/*Install wizard*/
 .install-wizard {
+  position: relative;
   width: 1024px;
   height: 768px;
   margin: auto;
-  border-top: none;
-  position: relative;
+  border-top: 0;
+}
+
+body.install-wizard {
+  height: 769px !important;
+  background: #ffffff url("../images/bg-login.png");
+  font-family: sans-serif;
+  overflow: auto;
+  overflow-x: hidden;
 }
 
 .install-wizard .header {
-  text-align: center;
-  background: url(../images/bg-login.png);
-  color: #626E82;
+  z-index: 9;
   height: 365px;
   padding: 32px 0 89px;
+  background: url("../images/bg-login.png");
+  color: #626e82;
   /*+text-shadow:0px 1px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 2px #FFFFFF;
-  -o-text-shadow: 0px 1px 2px #FFFFFF;
-  text-shadow: 0px 1px 2px #FFFFFF;
-  z-index: 9;
+  text-align: center;
+  text-shadow: 0 1px 2px #ffffff;
+  -moz-text-shadow: 0 1px 2px #ffffff;
+  -webkit-text-shadow: 0 1px 2px #ffffff;
+  -o-text-shadow: 0 1px 2px #ffffff;
 }
 
 .install-wizard .header h3 {
@@ -592,128 +631,128 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
 }
 
 .install-wizard .step .title {
+  clear: both;
   width: 303px;
   margin: auto auto 30px;
   font-size: 22px;
-  clear: both;
-  color: #626E82;
+  color: #626e82;
 }
 
 .install-wizard .step .subtitle {
-  color: #4B5E69;
-  font-weight: bold;
   font-size: 12px;
+  font-weight: bold;
+  color: #4b5e69;
 }
 
 .install-wizard .step p {
-  color: #4A4A4A;
+  background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -270px;
   font-size: 15px;
   line-height: 23px;
-  background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -270px;
+  color: #4a4a4a;
 }
 
 .install-wizard .step ul li {
-  margin: 14px 0 0 18px;
   width: 465px;
+  margin: 14px 0 0 18px;
   font-size: 13px;
   list-style: disc;
 }
 
 .install-wizard .step .field {
-  text-align: left;
   margin: 0 0 12px;
+  text-align: left;
 }
 
 .install-wizard .step .field label {
   display: block;
   clear: both;
   font-size: 11px;
-  color: #4D4D4D;
+  color: #4d4d4d;
 }
 
 .install-wizard .step .field label.error {
-  color: #FF2424;
   font-size: 11px;
+  color: #ff2424;
 }
 
 .install-wizard .body {
+  z-index: 10;
   width: 1012px;
   height: 762px;
   margin: -352px auto auto;
-  z-index: 10;
-  background: url(../images/bg-gradient-white-transparent.png) repeat-x -114px -141px;
+  box-shadow: 0 -3px 4px #cfcfcf;
   /*+box-shadow:0px -3px 4px #CFCFCF;*/
-  -moz-box-shadow: 0px -3px 4px #CFCFCF;
-  -webkit-box-shadow: 0px -3px 4px #CFCFCF;
-  -o-box-shadow: 0px -3px 4px #CFCFCF;
-  box-shadow: 0px -3px 4px #CFCFCF;
+  background: url("../images/bg-gradient-white-transparent.png") repeat-x -114px -141px;
+  -moz-box-shadow: 0 -3px 4px #cfcfcf;
+  -webkit-box-shadow: 0 -3px 4px #cfcfcf;
+  -o-box-shadow: 0 -3px 4px #cfcfcf;
 }
 
 .install-wizard h2 {
-  font-size: 28px;
   margin: 0 0 19px;
+  font-size: 28px;
 }
 
-.install-wizard input[type=text],
-.install-wizard input[type=password],
-.install-wizard input[type=text],
+.install-wizard input[type='text'],
+.install-wizard input[type='password'],
+.install-wizard input[type='text'],
 .install-wizard select {
   width: 288px;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  padding: 6px;
+  border: 1px solid #cdcdcd;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  border: 1px solid #CDCDCD;
+  box-shadow: inset 0 1px #aeaeae;
+  background: #f7f7f7;
   /*+box-shadow:inset 0px 1px #AEAEAE;*/
-  -moz-box-shadow: inset 0px 1px #AEAEAE;
-  -webkit-box-shadow: inset 0px 1px #AEAEAE;
-  -o-box-shadow: inset 0px 1px #AEAEAE;
-  box-shadow: inset 0px 1px #AEAEAE;
-  -moz-box-shadow: inset 0px 1px 0px #AEAEAE;
-  -webkit-box-shadow: inset 0px 1px 0px #AEAEAE;
-  -o-box-shadow: inset 0px 1px 0px #AEAEAE;
   font-size: 14px;
   color: #232323;
-  padding: 6px;
-  background: #F7F7F7;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-box-shadow: inset 0 1px #aeaeae;
+  -webkit-box-shadow: inset 0 1px #aeaeae;
+  -o-box-shadow: inset 0 1px #aeaeae;
+  -moz-box-shadow: inset 0 1px 0 #aeaeae;
+  -webkit-box-shadow: inset 0 1px 0 #aeaeae;
+  -o-box-shadow: inset 0 1px 0 #aeaeae;
 }
 
 .install-wizard .button {
-  background: url(../images/bg-gradients.png) 0px -221px;
-  padding: 7px 16px 7px 18px;
+  float: right;
+  margin-top: 15px;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  padding: 7px 16px 7px 18px;
+  border: 1px solid #505050;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  border: 1px solid #505050;
-  color: #FFFFFF;
+  background: url("../images/bg-gradients.png") 0 -221px;
   font-size: 12px;
   font-weight: bold;
+  color: #ffffff;
+  text-shadow: 0 -1px 3px #3f4351;
   /*+text-shadow:0px -1px 3px #3F4351;*/
-  -moz-text-shadow: 0px -1px 3px #3F4351;
-  -webkit-text-shadow: 0px -1px 3px #3F4351;
-  -o-text-shadow: 0px -1px 3px #3F4351;
-  text-shadow: 0px -1px 3px #3F4351;
-  float: right;
   cursor: pointer;
-  margin-top: 15px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-text-shadow: 0 -1px 3px #3f4351;
+  -webkit-text-shadow: 0 -1px 3px #3f4351;
+  -o-text-shadow: 0 -1px 3px #3f4351;
 }
 
 .install-wizard .button.advanced-installation,
 .install-wizard .button.go-back {
-  background: #E0DEDE;
-  color: #3B3B3B;
-  border: 1px solid #C7C2C2;
-  /*+text-shadow:0px 0px #FFFFFF;*/
-  -moz-text-shadow: 0px 0px #FFFFFF;
-  -webkit-text-shadow: 0px 0px #FFFFFF;
-  -o-text-shadow: 0px 0px #FFFFFF;
-  text-shadow: 0px 0px #FFFFFF;
   float: left;
+  border: 1px solid #c7c2c2;
+  background: #e0dede;
+  /*+text-shadow:0px 0px #FFFFFF;*/
+  color: #3b3b3b;
+  text-shadow: 0 0 #ffffff;
+  -moz-text-shadow: 0 0 #ffffff;
+  -webkit-text-shadow: 0 0 #ffffff;
+  -o-text-shadow: 0 0 #ffffff;
 }
 
 .install-wizard .button.go-back {
@@ -724,198 +763,198 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
 .install-wizard .setup-form .button.go-back {
   /*+placement:shift 15px -14px;*/
   position: relative;
-  left: 15px;
   top: -14px;
+  left: 15px;
 }
 
 .install-wizard .step {
-  z-index: 11;
   position: relative;
+  z-index: 10;
 }
 
 .install-wizard .step .tooltip-info {
   /*+placement:shift 547px 50px;*/
   position: relative;
-  left: 547px;
-  top: 50px;
   position: absolute;
+  top: 50px;
+  left: 547px;
 }
 
 /*** Intro*/
 .install-wizard .step.intro.what-is-cloudstack p {
-  background: url(../images/bg-what-is-cloudstack.png) no-repeat 50% 237px;
   height: 540px;
+  background: url("../images/bg-what-is-cloudstack.png") no-repeat 50% 237px;
 }
 
 /*** Diagram*/
 .install-wizard .diagram {
-  width: 910px;
-  height: 385px;
-  /*+placement:shift 65px 496px;*/
   position: relative;
-  left: 65px;
-  top: 496px;
   position: absolute;
+  /*+placement:shift 65px 496px;*/
   z-index: 10;
+  top: 496px;
+  left: 65px;
+  width: 910px;
+  height: 385px;
 }
 
 .install-wizard .diagram .part {
-  background: url(../images/install-wizard-parts.png) no-repeat;
   display: none;
+  background: url("../images/install-wizard-parts.png") no-repeat;
 }
 
 .install-wizard .diagram .part.zone {
+  position: relative;
+  position: absolute;
+  top: 222px;
+  /*+placement:shift 77px 222px;*/
+  left: 77px;
   width: 742px;
   height: 135px;
   background-position: -267px -580px;
-  /*+placement:shift 77px 222px;*/
-  position: relative;
-  left: 77px;
-  top: 222px;
-  position: absolute;
 }
 
 .install-wizard .diagram .part.loading {
+  position: relative;
+  position: absolute;
+  top: -67px;
+  /*+placement:shift 105px -67px;*/
+  left: 105px;
   width: 742px;
   height: 432px;
   background-position: -1264px -487px;
-  /*+placement:shift 105px -67px;*/
-  position: relative;
-  left: 105px;
-  top: -67px;
-  position: absolute;
 }
 
 .install-wizard .diagram .part.loading .icon {
-  width: 61px;
-  height: 76px;
-  background: url(../images/ajax-loader.gif) no-repeat;
-  /*+placement:shift 322px 130px;*/
   position: relative;
-  left: 322px;
   top: 130px;
+  left: 322px;
+  /*+placement:shift 322px 130px;*/
+  width: 61px;
+  height: 76px;
+  background: url("../images/ajax-loader.gif") no-repeat;
 }
 
 .install-wizard .diagram .part.pod {
-  width: 266px;
-  height: 396px;
-  background-position: -47px -3px;
-  /*+placement:shift 313px -76px;*/
   position: relative;
-  left: 313px;
-  top: -76px;
   position: absolute;
+  top: -76px;
+  /*+placement:shift 313px -76px;*/
+  left: 313px;
+  width: 266px;
+  height: 396px;
+  background-position: -47px -3px;
 }
 
 .install-wizard .diagram .part.cluster {
+  position: relative;
+  position: absolute;
+  top: -76px;
+  /*+placement:shift 313px -76px;*/
+  left: 313px;
   width: 266px;
   height: 396px;
   background-position: -364px 1px;
-  /*+placement:shift 313px -76px;*/
-  position: relative;
-  left: 313px;
-  top: -76px;
-  position: absolute;
 }
 
 .install-wizard .diagram .part.host {
+  position: relative;
+  position: absolute;
+  top: -76px;
+  /*+placement:shift 313px -76px;*/
+  left: 313px;
   width: 266px;
   height: 396px;
   background-position: -688px 1px;
-  /*+placement:shift 313px -76px;*/
-  position: relative;
-  left: 313px;
-  top: -76px;
-  position: absolute;
 }
 
 .install-wizard .diagram .part.primaryStorage {
+  position: relative;
+  position: absolute;
+  top: -76px;
+  /*+placement:shift 306px -76px;*/
+  left: 306px;
   width: 275px;
   height: 396px;
   background-position: -1046px 1px;
-  /*+placement:shift 306px -76px;*/
-  position: relative;
-  left: 306px;
-  top: -76px;
-  position: absolute;
 }
 
 .install-wizard .diagram .part.secondaryStorage {
+  position: relative;
+  position: absolute;
+  top: -76px;
+  /*+placement:shift 306px -76px;*/
+  left: 306px;
   width: 385px;
   height: 396px;
   background-position: -1469px 1px;
-  /*+placement:shift 306px -76px;*/
-  position: relative;
-  left: 306px;
-  top: -76px;
-  position: absolute;
 }
 
 /*** Setup form*/
 .install-wizard .step .setup-form {
   display: inline-block;
-  background: url(../images/bg-transparent-white.png);
   width: 469px;
-  border: 1px solid #DFDFDF;
+  border: 1px solid #dfdfdf;
+  box-shadow: 0 5px 9px #9f9f9f;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
-  -moz-text-shadow: 0px 1px 0px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 0px #FFFFFF;
-  -o-text-shadow: 0px 1px 0px #FFFFFF;
+  background: url("../images/bg-transparent-white.png");
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px 0 #ffffff;
+  -webkit-text-shadow: 0 1px 0 #ffffff;
   /*+box-shadow:0px 5px 9px #9F9F9F;*/
-  -moz-box-shadow: 0px 5px 9px #9F9F9F;
-  -webkit-box-shadow: 0px 5px 9px #9F9F9F;
-  -o-box-shadow: 0px 5px 9px #9F9F9F;
-  box-shadow: 0px 5px 9px #9F9F9F;
+  -o-text-shadow: 0 1px 0 #ffffff;
+  -moz-box-shadow: 0 5px 9px #9f9f9f;
+  -webkit-box-shadow: 0 5px 9px #9f9f9f;
+  -o-box-shadow: 0 5px 9px #9f9f9f;
 }
 
 .install-wizard .step .setup-form .title {
   float: left;
   margin: 17px 0 0 29px;
-  color: #626F7C;
+  color: #626f7c;
 }
 
 .install-wizard .step .setup-form .field {
-  width: 389px;
   display: inline-block;
+  width: 389px;
   margin: 6px 0 1px 31px;
   padding: 9px;
-  color: #57646D;
+  color: #57646d;
 }
 
 .install-wizard .step .setup-form .field .name {
-  width: 98px;
-  text-align: right;
   float: left;
+  width: 98px;
+  padding: 10px 0 0 0;
   font-size: 13px;
-  padding: 10px 0 0 0px;
+  text-align: right;
 }
 
 .install-wizard .step .setup-form .field .value {
   float: right;
 }
 
-.install-wizard .step .setup-form input[type=text],
-.install-wizard .step .setup-form input[type=password] {
+.install-wizard .step .setup-form input[type='text'],
+.install-wizard .step .setup-form input[type='password'] {
   width: 278px;
-  border: 1px solid #8D8D8D;
-  padding: 2px 2px 1px;
   margin: 6px 4px 0 0;
+  padding: 2px 2px 1px;
+  border: 1px solid #8d8d8d;
 }
 
 .install-wizard .step .setup-form .range-item {
-  width: 142px;
   float: left;
+  width: 142px;
 }
 
 .install-wizard .step .setup-form .range-item input {
   width: 131px;
 }
 
-.install-wizard .step .setup-form .multi-range input[type=text] {
+.install-wizard .step .setup-form .multi-range input[type='text'] {
   width: 128px;
 }
 
@@ -925,10 +964,10 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
 
 /*** Step: Change user*/
 .install-wizard .step.change-user {
-  text-align: center;
-  padding-top: 95px;
   width: 316px;
   margin: auto;
+  padding-top: 95px;
+  text-align: center;
 }
 
 .install-wizard .step.intro iframe {
@@ -938,10 +977,10 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
 }
 
 .install-wizard .step.intro .title {
-  color: #565454;
-  margin-left: 0;
   margin-bottom: 21px;
+  margin-left: 0;
   font-size: 25px;
+  color: #565454;
 }
 
 .install-wizard .step.intro .subtitle {
@@ -949,121 +988,120 @@ div.list-view div.toolbar div.section-switcher div.section-select label {
 }
 
 .install-wizard .step.intro .subtitle li {
-  background: url(../images/ajax-loader-small.gif) no-repeat 3px 0px;
   position: relative;
   width: 45%;
-  padding: 1px 0 1px 30px;
   height: 24px;
+  padding: 1px 0 1px 30px;
+  background: url("../images/ajax-loader-small.gif") no-repeat 3px 0;
   list-style: none;
 }
 
 .install-wizard .step.intro .subtitle li.complete {
-  background: url(../images/icons.png) -1px -224px;
+  background: url("../images/icons.png") -1px -224px;
 }
 
 .install-wizard .step.intro .subtitle li.error {
-  background: url(../images/icons.png) -1px -190px;
+  background: url("../images/icons.png") -1px -190px;
 }
 
 .install-wizard .step.intro .subtitle li img {
   float: right;
 }
 
-/*Notifications*/
 div.notification-box {
   width: 323px;
   height: 354px;
-  background: url(../images/bg-notifications.png) no-repeat 0px 0px;
+  background: url("../images/bg-notifications.png") no-repeat 0 0;
 }
 
 div.notification-box h3 {
-  color: #FFFFFF;
-  /*+placement:shift 0px 35px;*/
   position: relative;
-  left: 0px;
+  /*+placement:shift 0px 35px;*/
   top: 35px;
-  text-align: center;
+  left: 0;
   font-size: 21px;
   letter-spacing: 1px;
+  color: #ffffff;
+  text-align: center;
   /*+text-shadow:0px 1px 2px #000000;*/
-  -moz-text-shadow: 0px 1px 2px #000000;
-  -webkit-text-shadow: 0px 1px 2px #000000;
-  -o-text-shadow: 0px 1px 2px #000000;
-  text-shadow: 0px 1px 2px #000000;
+  text-shadow: 0 1px 2px #000000;
+  -moz-text-shadow: 0 1px 2px #000000;
+  -webkit-text-shadow: 0 1px 2px #000000;
+  -o-text-shadow: 0 1px 2px #000000;
 }
 
 div.notification-box .container {
-  background: #FFFFFF;
+  position: relative;
+  top: 46px;
+  left: 3px;
   width: 296px;
+  /*+placement:shift 3px 46px;*/
   height: 241px;
   margin: auto;
-  /*+placement:shift 3px 46px;*/
-  position: relative;
-  left: 3px;
-  top: 46px;
+  border: 1px solid #8198ae;
   /*+box-shadow:inset 0px 3px 7px #656565;*/
-  -moz-box-shadow: inset 0px 3px 7px #656565;
-  -webkit-box-shadow: inset 0px 3px 7px #656565;
-  -o-box-shadow: inset 0px 3px 7px #656565;
-  box-shadow: inset 0px 3px 7px #656565;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  box-shadow: inset 0 3px 7px #656565;
+  background: #ffffff;
   /*+border-radius:4px;*/
+  -moz-box-shadow: inset 0 3px 7px #656565;
+  -webkit-box-shadow: inset 0 3px 7px #656565;
+  -o-box-shadow: inset 0 3px 7px #656565;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  border: 1px solid #8198AE;
 }
 
 div.notification-box .container ul {
-  margin-top: 8px;
+  width: 294px;
   height: 229px;
+  margin-top: 8px;
   overflow: auto;
   overflow-x: hidden;
-  width: 294px;
 }
 
 div.notification-box .container ul li {
   width: 100%;
   height: 41px;
-  border-bottom: 1px solid #CECECE;
-  overflow-x: hidden;
-  text-indent: 0;
+  border-bottom: 1px solid #cecece;
+  background: url("../images/icons.png") no-repeat 10px -213px;
   font-size: 12px;
-  color: #4D5E6E;
-  background: url(../images/icons.png) no-repeat 10px -213px;
+  color: #4d5e6e;
+  text-indent: 0;
   cursor: pointer;
+  overflow-x: hidden;
 }
 
 div.notification-box .container ul li.error {
   height: 53px;
-  background: url(../images/icons.png) no-repeat 10px -171px;
+  background: url("../images/icons.png") no-repeat 10px -171px;
 }
 
 div.notification-box .container ul li.error .subtitle {
   display: block;
+  position: relative;
+  float: left;
+  top: 17px;
+  left: 48px;
   width: 213px;
   height: 10px;
-  overflow: hidden;
+  margin: 0;
+  padding: 0;
   white-space: nowrap;
-  float: left;
-  text-overflow: ellipsis;
   color: #808080;
-  text-indent: 0;
-  padding: 0;
-  margin: 0;
   /*+placement:shift 48px 17px;*/
-  position: relative;
-  left: 48px;
-  top: 17px;
+  text-indent: 0;
+  text-overflow: ellipsis;
+  overflow: hidden;
 }
 
 div.notification-box .container ul li span {
-  float: left;
-  /*+placement:shift 48px 15px;*/
   position: relative;
-  left: 48px;
+  /*+placement:shift 48px 15px;*/
+  float: left;
   top: 15px;
+  left: 48px;
   max-width: 202px;
   font-size: 14px;
   font-weight: 100;
@@ -1071,21 +1109,21 @@ div.notification-box .container ul li span {
 }
 
 div.notification-box .container ul li span:hover {
-  color: #5FAAF7;
+  color: #5faaf7;
   text-decoration: underline;
 }
 
 div.notification-box .container ul div.remove {
+  position: relative;
+  float: right;
+  top: 16px;
+  left: 0;
   width: 17px;
   height: 21px;
-  background: url(../images/buttons.png) no-repeat -623px -8px;
-  float: right;
-  margin: -4px 8px 0px 0px;
-  cursor: pointer;
   /*+placement:shift 0px 16px;*/
-  position: relative;
-  left: 0px;
-  top: 16px;
+  margin: -4px 8px 0 0;
+  background: url("../images/buttons.png") no-repeat -623px -8px;
+  cursor: pointer;
 }
 
 div.notification-box .container ul div.remove:hover {
@@ -1093,63 +1131,63 @@ div.notification-box .container ul div.remove:hover {
 }
 
 div.notification-box .container ul li.pending {
-  color: #7E96AC;
-  background: url(../images/ajax-loader.gif) no-repeat 8px 6px;
+  background: url("../images/ajax-loader.gif") no-repeat 8px 6px;
+  color: #7e96ac;
 }
 
 div.notification-box .container ul li.first {
-  border-top: none;
+  border-top: 0;
 }
 
 div.notification-box .button {
-  float: left;
-  background: url(../images/buttons.png) no-repeat;
-  cursor: pointer;
-  /*+placement:shift 0px 51px;*/
   position: relative;
-  left: 0px;
+  float: left;
   top: 51px;
+  /*+placement:shift 0px 51px;*/
+  left: 0;
+  padding: 5px 10px 6px;
+  border-bottom: 1px solid #2b2b2b;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  border-bottom: 1px solid #2B2B2B;
+  box-shadow: 0 0 2px #272727;
+  background: url("../images/buttons.png") no-repeat;
+  cursor: pointer;
+  -moz-border-radius: 4px;
   /*+box-shadow:0px 0px 2px #272727;*/
-  -moz-box-shadow: 0px 0px 2px #272727;
-  -webkit-box-shadow: 0px 0px 2px #272727;
-  -o-box-shadow: 0px 0px 2px #272727;
-  box-shadow: 0px 0px 2px #272727;
-  padding: 5px 10px 6px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-box-shadow: 0 0 2px #272727;
+  -webkit-box-shadow: 0 0 2px #272727;
+  -o-box-shadow: 0 0 2px #272727;
 }
 
 div.notification-box .button span {
-  color: #FFFFFF;
   font-size: 11px;
   font-weight: bold;
   letter-spacing: 1px;
+  color: #ffffff;
   /*+text-shadow:0px -1px 2px #171717;*/
-  -moz-text-shadow: 0px -1px 2px #171717;
-  -webkit-text-shadow: 0px -1px 2px #171717;
-  -o-text-shadow: 0px -1px 2px #171717;
-  text-shadow: 0px -1px 2px #171717;
+  text-shadow: 0 -1px 2px #171717;
+  -moz-text-shadow: 0 -1px 2px #171717;
+  -webkit-text-shadow: 0 -1px 2px #171717;
+  -o-text-shadow: 0 -1px 2px #171717;
 }
 
 div.notification-box .button.clear-list {
-  background: url(../images/gradients.png) 0px -10px;
   margin-left: 16px;
+  background: url("../images/gradients.png") 0 -10px;
 }
 
 div.notification-box .button.clear-list:hover {
-  background-position: 0px -51px;
+  background-position: 0 -51px;
 }
 
 div.notification-box .button.close {
-  background: url(../images/gradients.png) 0px -317px;
   float: right;
   margin-right: 10px;
   border-bottom: 1px solid #232323;
+  background: url("../images/gradients.png") 0 -317px;
 }
 
 div.notification-box .button.close:hover {
@@ -1158,133 +1196,131 @@ div.notification-box .button.close:hover {
 
 /*** Corner alert*/
 div.notification.corner-alert {
-  background: #FFFFFF;
-  background: rgba(255, 255, 255, 0.95);
+  opacity: 0.7;
+  position: absolute;
   /*+box-shadow:0px 2px 10px #000000;*/
-  -moz-box-shadow: 0px 2px 10px #000000;
-  -webkit-box-shadow: 0px 2px 10px #000000;
-  -o-box-shadow: 0px 2px 10px #000000;
-  box-shadow: 0px 2px 10px #000000;
+  z-index: 100;
   width: 300px;
   height: 75px;
+  margin: 38px 0 0 -56px;
+  padding: 7px 7px 0;
+  border-radius: 3px;
   /*+border-radius:3px;*/
+  box-shadow: 0 2px 10px #000000;
+  background: #ffffff;
+  background: rgba(255, 255, 255, 0.95);
+  font-size: 12px;
+  text-indent: 10px;
+  -moz-box-shadow: 0 2px 10px #000000;
+  -webkit-box-shadow: 0 2px 10px #000000;
+  -o-box-shadow: 0 2px 10px #000000;
+  /*+opacity:70%;*/
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
-  border-radius: 3px;
-  position: absolute;
-  text-indent: 10px;
-  padding: 7px 7px 0;
-  font-size: 12px;
-  /*+opacity:70%;*/
   filter: alpha(opacity=70);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
   -moz-opacity: 0.7;
-  opacity: 0.7;
-  z-index: 100;
-  margin: 38px 0 0 -56px;
 }
 
 div.notification.corner-alert .top-arrow {
-  background: url(../images/sprites.png) no-repeat -580px -1353px;
-  width: 36px;
-  height: 15px;
   position: absolute;
   top: -15px;
   left: 50px;
+  width: 36px;
+  height: 15px;
+  background: url("../images/sprites.png") no-repeat -580px -1353px;
 }
 
 div.notification.corner-alert div.title {
   width: 100%;
   height: 33px;
-  color: #FFFFFF;
+  color: #ffffff;
 }
 
 div.notification.corner-alert div.title span {
   /*+placement:shift 0px 10px;*/
   position: relative;
-  left: 0px;
   top: 10px;
-  color: #6D6D6D;
+  left: 0;
   padding: 3px 0 12px 24px;
-  font-weight: 100;
-  font-size: 14px;
   padding-left: 33px;
-  background: url(../images/icons.png) no-repeat 3px -223px;
+  background: url("../images/icons.png") no-repeat 3px -223px;
+  font-size: 14px;
+  font-weight: 100;
+  color: #6d6d6d;
 }
 
 div.notification.corner-alert.error div.title span {
-  background: url(../images/icons.png) no-repeat -2px -190px;
+  background: url("../images/icons.png") no-repeat -2px -190px;
 }
 
 div.notification.corner-alert div.message span {
+  display: block;
   position: relative;
+  position: relative;
+  top: -2px;
+  left: 17px;
+  /*+placement:shift 17px -2px;*/
   padding-top: 6px;
   font-size: 14px;
-  display: block;
   color: #000000;
-  /*+placement:shift 17px -2px;*/
-  position: relative;
-  left: 17px;
-  top: -2px;
 }
 
-/*Tooltips*/
 .tooltip-info {
-  width: 239px;
-  min-height: 83px;
   display: inline-block;
-  background: #FFFFFF;
-  border: 1px solid #BEB8B8;
   position: absolute;
   z-index: 1000;
+  width: 239px;
+  min-height: 83px;
+  border: 1px solid #beb8b8;
+  border-radius: 22px;
   /*+border-radius:22px;*/
+  border-radius: 22px 22px 22px 22px;
+  background: #ffffff;
   -moz-border-radius: 22px;
   -webkit-border-radius: 22px;
   -khtml-border-radius: 22px;
-  border-radius: 22px;
-  border-radius: 22px 22px 22px 22px;
 }
 
 .tooltip-info .arrow {
-  width: 27px;
-  height: 47px;
   position: absolute;
   top: 17px;
   left: -18px;
-  background: url(../images/sprites.png) -583px -939px;
+  width: 27px;
+  height: 47px;
+  background: url("../images/sprites.png") -583px -939px;
 }
 
 .tooltip-info .title {
-  color: #485766;
   margin: 12px;
   font-size: 19px;
+  color: #485766;
 }
 
 .tooltip-info .content {
   width: 182px;
+  margin: auto;
+  padding-bottom: 13px;
   font-size: 11px;
   line-height: 19px;
-  padding-bottom: 13px;
   overflow: auto;
   overflow-x: hidden;
-  margin: auto;
 }
 
-/*List view*/
 div.panel div.list-view {
-  overflow: auto;
-  overflow-x: hidden;
   height: 632px;
   margin-top: 30px;
+  overflow: auto;
+  overflow-x: hidden;
 }
 
 .detail-view div.list-view {
   width: 930px;
-  border: 1px solid #DAD4D4;
-  margin: 41px auto auto !important;
   height: 536px !important;
-  background: #F7F7F7;
+  margin: 41px auto auto !important;
+  border: 1px solid #dad4d4;
+  background: #f7f7f7;
 }
 
 div.panel div.list-view div.data-table table {
@@ -1296,26 +1332,26 @@ div.panel div.list-view div.data-table table {
 }
 
 .detail-view div.list-view div.data-table table td {
-  border-left: 1px solid #CACACA;
+  border-left: 1px solid #cacaca;
 }
 
 div.panel div.list-view div.fixed-header {
+  display: table;
   position: absolute;
+  z-index: 1;
   top: 29px;
   left: 12px;
   width: 960px;
   height: 47px;
-  display: table;
-  background-color: #F7F7F7;
   margin: 0;
-  z-index: 1;
+  background-color: #f7f7f7;
 }
 
 .detail-view div.list-view div.fixed-header {
-  width: 903px !important;
   top: 49px !important;
   left: 29px !important;
-  background: #FFFFFF;
+  width: 903px !important;
+  background: #ffffff;
 }
 
 .detail-view div#details-tab-zones div.fixed-header {
@@ -1327,29 +1363,29 @@ div.panel div.list-view div.fixed-header {
 }
 
 .project-view div.panel div.list-view div.fixed-header {
-  background: #6D747D;
+  background: #6d747d;
 }
 
 div.panel div.list-view div.fixed-header table {
-  margin: 0;
-  /*+placement:shift 0px 18px;*/
   position: relative;
-  left: 0px;
+  /*+placement:shift 0px 18px;*/
   top: 18px;
+  left: 0;
   width: 955px;
+  margin: 0;
   /*+box-shadow:0px 4px 10px #DFE1E3;*/
-  -moz-box-shadow: 0px 4px 10px #DFE1E3;
-  -webkit-box-shadow: 0px 4px 10px #DFE1E3;
-  -o-box-shadow: 0px 4px 10px #DFE1E3;
-  box-shadow: 0px 4px 10px #DFE1E3;
+  box-shadow: 0 4px 10px #dfe1e3;
+  -moz-box-shadow: 0 4px 10px #dfe1e3;
+  -webkit-box-shadow: 0 4px 10px #dfe1e3;
+  -o-box-shadow: 0 4px 10px #dfe1e3;
 }
 
 .project-view div.panel div.list-view div.fixed-header table {
   /*+box-shadow:0px 2px 2px #CACDD1;*/
-  -moz-box-shadow: 0px 2px 2px #CACDD1;
-  -webkit-box-shadow: 0px 2px 2px #CACDD1;
-  -o-box-shadow: 0px 2px 2px #CACDD1;
-  box-shadow: 0px 2px 2px #CACDD1;
+  box-shadow: 0 2px 2px #cacdd1;
+  -moz-box-shadow: 0 2px 2px #cacdd1;
+  -webkit-box-shadow: 0 2px 2px #cacdd1;
+  -o-box-shadow: 0 2px 2px #cacdd1;
 }
 
 div.list-view td.state {
@@ -1363,53 +1399,53 @@ div.list-view td.first {
 }
 
 div.list-view tr:not(.multi-edit-selected) td.first:hover {
-  color: #3A82CD;
+  color: #3a82cd;
 }
 
 div.list-view td.state span {
-  padding: 1px 0 0 18px;
-  text-align: center;
   width: 80px;
+  padding: 1px 0 0 18px;
+  background: url("../images/sprites.png") 1px -526px;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  background: url(../images/sprites.png) 1px -526px;
+  text-align: center;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 div.list-view td.state.on span {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-repeat: no-repeat;
-  color: #008000;
   background-position: 1px -460px;
+  color: #008000;
 }
 
 div.list-view td.state.off span {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-repeat: no-repeat;
-  color: #B90606;
   background-position: 1px -492px;
+  color: #b90606;
 }
 
 div.list-view td.state.warning span {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-repeat: no-repeat;
-  color: #B90606;
   background-position: 1px -558px;
+  color: #b90606;
 }
 
 div.list-view td.state.transition span {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-repeat: no-repeat;
-  color: #B90606;
   background-position: 1px -432px;
+  color: #b90606;
 }
 
 div.list-view td.state.suitable span {
-  background: url(../images/icons.png) no-repeat scroll 1px -224px;
-  color: #008000;
   height: 18px;
+  background: url("../images/icons.png") no-repeat scroll 1px -224px;
+  color: #008000;
 }
 
 div.list-view td.state.suitable-storage-migration-required span {
@@ -1417,132 +1453,83 @@ div.list-view td.state.suitable-storage-migration-required span {
 }
 
 div.list-view td.state.notsuitable span {
-  background: url(../images/icons.png) no-repeat scroll 1px -190px;
-  color: #B90606;
-  height: 19px;
   width: 100px;
+  height: 19px;
+  background: url("../images/icons.png") no-repeat scroll 1px -190px;
+  color: #b90606;
 }
 
-div.list-view td.state.notsuitable-storage-migration-required span {
-  width: 220px !important;
-}
-
-.horizontal-overflow tbody td, .horizontal-overflow thead th {
-  min-width: 40px;
-  padding: 10px 10px 5px 0px;
-}
-
-.horizontal-overflow th.quick-view {
-  padding-left: 5px;
-}
-
-.groupable-header {
-  background: url(../images/bg-table-head.png);
-  border-left: 1px solid #C6C3C3;
-  border-right: 1px solid #C6C3C3;
-}
-
-.groupable-header-columns th {
-  border: none;
-}
-
-table.horizontal-overflow td.state {
-  width: 55px;
-  min-width: 55px;
-  max-width: 55px;
-}
-
-table.no-split td.first {
-  min-width: 150px;
-}
-
-.groupable-header-border {
-  border-left: 1px solid #C6C3C3;
-  border-right: 1px solid #C6C3C3;
-}
-
-td.alert-notification-threshold {
-  color: #E87900;
-  background-color: rgba(255, 231, 175, 0.75);
-}
-
-td.alert-disable-threshold {
-  color: #F50000;
-  background-color: rgba(255, 190, 190, 0.75);
-}
-
-span.compact {
-  height: 16px;
+div.list-view td.state.notsuitable-storage-migration-required span {
+  width: 220px !important;
 }
 
-/** Quick view tooltip*/
 .quick-view-tooltip {
-  width: 470px;
   display: inline-block;
+  width: 470px;
+  margin-left: 0;
   padding-top: 0;
-  margin-left: 0px;
 }
 
 .quick-view-tooltip > div.title {
-  width: 444px;
   position: absolute;
   top: 20px;
   left: 10px;
-  color: #808080;
+  width: 444px;
   font-weight: 100;
+  color: #808080;
 }
 
 .quick-view-tooltip > div.title .icon {
   position: relative;
+  float: right;
   top: -2px;
   left: -7px;
-  background: url(../images/sprites.png) no-repeat -42px -67px;
-  float: right;
-  padding: 0px 13px 0 0px;
+  padding: 0 13px 0 0;
+  background: url("../images/sprites.png") no-repeat -42px -67px;
 }
 
 .quick-view-tooltip .loading-overlay {
+  opacity: 0.35;
   top: 94px;
-  height: 57px;
   left: 1px;
   /*+opacity:35%;*/
+  height: 57px;
   filter: alpha(opacity=35);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
   -moz-opacity: 0.35;
-  opacity: 0.35;
 }
 
 .quick-view-tooltip .container {
-  border: 1px solid #9EA2A5;
-  background: #FFFFFF;
+  display: inline-block;
   width: 471px;
-  min-height: 100px;
   height: auto;
-  overflow: hidden;
-  display: inline-block;
+  min-height: 100px;
+  border: 1px solid #9ea2a5;
+  box-shadow: 0 7px 9px #676f76;
+  background: #ffffff;
   /*+box-shadow:0px 7px 9px #676F76;*/
-  -moz-box-shadow: 0px 7px 9px #676F76;
-  -webkit-box-shadow: 0px 7px 9px #676F76;
-  -o-box-shadow: 0px 7px 9px #676F76;
-  box-shadow: 0px 7px 9px #676F76;
+  overflow: hidden;
+  -moz-box-shadow: 0 7px 9px #676f76;
+  -webkit-box-shadow: 0 7px 9px #676f76;
+  -o-box-shadow: 0 7px 9px #676f76;
 }
 
 /*** Quick view detail view*/
 .quick-view-tooltip .detail-view .main-groups {
+  position: absolute;
+  top: 55px;
   width: 456px;
   height: 170px;
-  position: absolute;
   padding-top: 7px;
-  top: 55px;
   border: 1px solid #808080;
-  border-left: none;
-  border-right: none;
-  overflow: hidden;
+  border-right: 0;
+  border-left: 0;
+  box-shadow: 0 1px #e6e6e6;
   /*+box-shadow:0px 1px #E6E6E6;*/
-  -moz-box-shadow: 0px 1px #E6E6E6;
-  -webkit-box-shadow: 0px 1px #E6E6E6;
-  -o-box-shadow: 0px 1px #E6E6E6;
-  box-shadow: 0px 1px #E6E6E6;
+  overflow: hidden;
+  -moz-box-shadow: 0 1px #e6e6e6;
+  -webkit-box-shadow: 0 1px #e6e6e6;
+  -o-box-shadow: 0 1px #e6e6e6;
 }
 
 .quick-view-tooltip .detail-view .tagger {
@@ -1555,8 +1542,8 @@ span.compact {
 
 .quick-view-tooltip .detail-view .ui-tabs-panel {
   display: inline-block;
-  width: 100% !important;
   float: left;
+  width: 100% !important;
   height: auto;
   overflow: hidden;
 }
@@ -1568,17 +1555,17 @@ span.compact {
 }
 
 .quick-view-tooltip .detail-view .detail-group {
+  left: -9px;
   width: 365px;
   margin: 0;
   padding: 0;
-  left: -9px;
+  border: 0;
   background: none;
-  border: none;
 }
 
 .quick-view-tooltip .detail-view .detail-group table {
   margin: 0;
-  border: none;
+  border: 0;
   background: none;
 }
 
@@ -1587,36 +1574,36 @@ span.compact {
 }
 
 .quick-view-tooltip .detail-view .detail-group table td.name {
-  color: #000000 !important;
-  padding: 0px 29px 0px 5px !important;
+  padding: 0 29px 0 5px !important;
   font-size: 13px;
+  color: #000000 !important;
 }
 
 .quick-view-tooltip .detail-view .detail-group table td.value {
   font-size: 12px;
   /*+text-shadow:0px 1px #EAEAEA;*/
-  -moz-text-shadow: 0px 1px #EAEAEA;
-  -webkit-text-shadow: 0px 1px #EAEAEA;
-  -o-text-shadow: 0px 1px #EAEAEA;
-  text-shadow: 0px 1px #EAEAEA;
+  text-shadow: 0 1px #eaeaea;
   overflow: hidden;
+  -moz-text-shadow: 0 1px #eaeaea;
+  -webkit-text-shadow: 0 1px #eaeaea;
+  -o-text-shadow: 0 1px #eaeaea;
 }
 
-.quick-view-tooltip .detail-view .detail-group table td.value input[type=text] {
+.quick-view-tooltip .detail-view .detail-group table td.value input[type='text'] {
   width: 258px;
   height: 10px;
-  margin-left: 0px;
+  margin-left: 0;
 }
 
 .quick-view-tooltip .detail-view .detail-group .main-groups table td.value span {
-  height: 25px;
   top: 7px;
+  height: 25px;
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions {
   position: relative;
-  top: 202px;
   float: left;
+  top: 202px;
   width: 100%;
   height: auto;
 }
@@ -1626,21 +1613,21 @@ span.compact {
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .action.text {
+  display: inline-block;
+  float: left;
   width: 112px;
   height: 41px;
-  background: none;
-  border: none;
-  float: left;
   margin-left: 5px;
-  display: inline-block;
+  border: 0;
+  background: none;
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .action.text:hover {
   /*+box-shadow:none;*/
+  box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   -o-box-shadow: none;
-  box-shadow: none;
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .action.text .icon {
@@ -1650,17 +1637,17 @@ span.compact {
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .action.text .label {
-  width: 81px;
   display: block;
   float: right;
+  width: 81px;
   font-size: 11px;
-  color: #454C53;
+  color: #454c53;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
-  text-indent: 0px;
+  text-indent: 0;
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .action.text:hover .label {
@@ -1668,58 +1655,57 @@ span.compact {
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions .detail-actions {
+  position: relative;
+  float: left;
+  top: 27px;
+  vertical-align: top;
   width: 460px;
   height: auto;
   background: none;
-  vertical-align: top;
-  position: relative;
-  top: 27px;
-  float: left;
 }
 
 .quick-view-tooltip .detail-view .detail-group.actions td.view-all {
   position: relative;
-  left: 0px;
-  top: 26px;
   float: left;
+  top: 26px;
+  left: 0;
   height: 26px;
   /*+box-shadow:inset 0px 1px #FFFFFF;*/
-  -moz-box-shadow: inset 0px 1px #FFFFFF;
-  -webkit-box-shadow: inset 0px 1px #FFFFFF;
-  -o-box-shadow: inset 0px 1px #FFFFFF;
-  box-shadow: inset 0px 1px #FFFFFF;
+  box-shadow: inset 0 1px #ffffff;
+  -moz-box-shadow: inset 0 1px #ffffff;
+  -webkit-box-shadow: inset 0 1px #ffffff;
+  -o-box-shadow: inset 0 1px #ffffff;
 }
 
 .quick-view-tooltip .detail-view .detail-actions a {
-  background: none;
   width: 30px;
+  background: none;
 }
 
-/*Details page*/
 .detail-view {
   padding: 0 0 0 14px;
 }
 
 .ui-tabs .info {
-  background: #EFEFEF;
+  display: inline-block;
   width: 91%;
   height: auto;
-  overflow: visible;
+  margin: 10px;
   padding: 14px 14px 0;
-  border: 1px dashed #D7D7D7;
+  border: 1px dashed #d7d7d7;
   /*+box-shadow:inset 0px 1px 2px #FFFFFF;*/
-  -moz-box-shadow: inset 0px 1px 2px #FFFFFF;
-  -webkit-box-shadow: inset 0px 1px 2px #FFFFFF;
-  -o-box-shadow: inset 0px 1px 2px #FFFFFF;
-  box-shadow: inset 0px 1px 2px #FFFFFF;
-  margin: 10px;
-  display: inline-block;
+  box-shadow: inset 0 1px 2px #ffffff;
+  background: #efefef;
+  overflow: visible;
+  -moz-box-shadow: inset 0 1px 2px #ffffff;
+  -webkit-box-shadow: inset 0 1px 2px #ffffff;
+  -o-box-shadow: inset 0 1px 2px #ffffff;
 }
 
 .ui-tabs .info li {
-  font-size: 12px;
-  color: #3E4C59;
   margin: 0 0 18px;
+  font-size: 12px;
+  color: #3e4c59;
 }
 
 .ui-tabs .info li strong {
@@ -1728,51 +1714,51 @@ span.compact {
 }
 
 .project-view .ui-tabs ul li.ui-state-default a {
-  background: #6D747D;
+  box-shadow: inset -1px -2px 12px #596066;
   /*+box-shadow:inset -1px -2px 12px #596066;*/
+  background: #6d747d;
+  font-weight: bold;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #3a3e42;
   -moz-box-shadow: inset -1px -2px 12px #596066;
   -webkit-box-shadow: inset -1px -2px 12px #596066;
-  -o-box-shadow: inset -1px -2px 12px #596066;
-  box-shadow: inset -1px -2px 12px #596066;
-  color: #FFFFFF;
-  font-weight: bold;
   /*+text-shadow:0px -1px 1px #3A3E42;*/
-  -moz-text-shadow: 0px -1px 1px #3A3E42;
-  -webkit-text-shadow: 0px -1px 1px #3A3E42;
-  -o-text-shadow: 0px -1px 1px #3A3E42;
-  text-shadow: 0px -1px 1px #3A3E42;
+  -o-box-shadow: inset -1px -2px 12px #596066;
+  -moz-text-shadow: 0 -1px 1px #3a3e42;
+  -webkit-text-shadow: 0 -1px 1px #3a3e42;
+  -o-text-shadow: 0 -1px 1px #3a3e42;
 }
 
 .project-view .ui-tabs ul li.ui-state-hover a {
-  background: #878E97 0px 8px;
+  background: #878e97 0 8px;
 }
 
 .project-view .ui-tabs ul li.ui-state-active a {
-  background: #DBDDDF;
-  color: #4F6270;
+  box-shadow: 0 0;
+  background: #dbdddf;
   font-weight: bold;
   /*+text-shadow:0px 0px #FFFFFF;*/
-  -moz-text-shadow: 0px 0px #FFFFFF;
-  -webkit-text-shadow: 0px 0px #FFFFFF;
-  -o-text-shadow: 0px 0px #FFFFFF;
-  text-shadow: 0px 0px #FFFFFF;
+  color: #4f6270;
+  text-shadow: 0 0 #ffffff;
+  -moz-text-shadow: 0 0 #ffffff;
+  -webkit-text-shadow: 0 0 #ffffff;
   /*+box-shadow:0px 0px;*/
-  -moz-box-shadow: 0px 0px;
-  -webkit-box-shadow: 0px 0px;
-  -o-box-shadow: 0px 0px;
-  box-shadow: 0px 0px;
-  -moz-box-shadow: 0px 0px none;
-  -webkit-box-shadow: 0px 0px none;
-  -o-box-shadow: 0px 0px none;
+  -o-text-shadow: 0 0 #ffffff;
+  -moz-box-shadow: 0 0;
+  -webkit-box-shadow: 0 0;
+  -o-box-shadow: 0 0;
+  -moz-box-shadow: 0 0 none;
+  -webkit-box-shadow: 0 0 none;
+  -o-box-shadow: 0 0 none;
 }
 
 .ui-tabs li.ui-state-active.first.last a,
 .ui-tabs li.ui-state-default.first.last a {
   /*+border-radius:4px 4px 0 0;*/
+  border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -khtml-border-radius: 4px 4px 0 0;
-  border-radius: 4px 4px 0 0;
 }
 
 .ui-tabs .ui-tabs-hide {
@@ -1780,22 +1766,22 @@ span.compact {
 }
 
 .ui-tabs .ui-tabs-panel {
-  border: 1px solid #D9D9D9;
   clear: both;
-  padding: 7px 0 0 0;
   width: 97%;
+  height: 591px;
+  padding: 7px 0 0 0;
+  border: 1px solid #d9d9d9;
   overflow: auto;
   overflow-x: hidden;
-  height: 591px;
 }
 
 .detail-view .main-groups {
+  width: 100%;
   max-height: 407px;
+  margin-right: 12px;
   overflow: auto;
-  overflow-x: hidden;
-  width: 100%;
   /*[empty]padding:;*/
-  margin-right: 12px;
+  overflow-x: hidden;
 }
 
 .detail-view.edit-mode .main-groups {
@@ -1804,16 +1790,20 @@ span.compact {
 
 .detail-group table {
   width: 98%;
-  font-size: 12px;
-  border-bottom: 1px solid #DFDFDF;
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
   margin-top: 10px;
+  border-bottom: 1px solid #dfdfdf;
+  font-size: 12px;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
+}
+
+.detail-group table tbody {
+  border: 0;
 }
 
 .detail-group table tr,
 .detail-group table td {
   vertical-align: middle;
-  border: none;
+  border: 0;
   cursor: default;
 }
 
@@ -1822,8 +1812,8 @@ span.compact {
 }
 
 .details.group-multiple table {
-  border: none;
-  border-top: none;
+  border: 0;
+  border-top: 0;
 }
 
 .details.group-multiple table.header {
@@ -1832,15 +1822,15 @@ span.compact {
 }
 
 .details.group-multiple table tbody {
-  border-top: 1px solid #F2F0F0;
+  border-top: 1px solid #f2f0f0;
 }
 
 .detail-group .main-groups table td.name {
   width: 113px;
-  color: #6D6D6D;
-  font-weight: bold;
   padding: 14px 12px 13px 13px;
-  border: none;
+  border: 0;
+  font-weight: bold;
+  color: #6d6d6d;
   text-indent: 0;
 }
 
@@ -1850,19 +1840,19 @@ span.compact {
 
 .detail-group .main-groups table td.value > span {
   display: block;
-  height: 30px;
-  overflow: auto;
   position: relative;
-  top: 9px;
   float: left;
+  top: 9px;
   width: 245px;
+  height: 30px;
+  overflow: auto;
 }
 
 .detail-group .main-groups table td.value > span.copypasteenabledvalue {
+  white-space: nowrap;
   text-overflow: ellipsis;
-  -o-text-overflow: ellipsis;
   overflow: hidden;
-  white-space: nowrap;
+  -o-text-overflow: ellipsis;
 }
 
 .detail-group .main-groups table td.value > .copypasteactive {
@@ -1872,12 +1862,12 @@ span.compact {
 }
 
 div.copypasteicon {
-  background: url("../images/sprites.png") no-repeat -271px -65px;
   float: left;
+  width: 18px;
   height: 21px;
+  margin-top: 0;
   margin-left: 6px;
-  margin-top: 0px;
-  width: 18px;
+  background: url("../images/sprites.png") no-repeat -271px -65px;
 }
 
 div.copypasteicon:hover {
@@ -1885,10 +1875,10 @@ div.copypasteicon:hover {
 }
 
 .detail-group .main-groups table td.value > span.copypasteenabledvalue {
+  white-space: nowrap;
   text-overflow: ellipsis;
-  -o-text-overflow: ellipsis;
   overflow: hidden;
-  white-space: nowrap;
+  -o-text-overflow: ellipsis;
 }
 
 .detail-group .main-groups table td.value > .copypasteactive {
@@ -1898,12 +1888,12 @@ div.copypasteicon:hover {
 }
 
 div.copypasteicon {
-  background: url("../images/sprites.png") no-repeat -271px -65px;
   float: left;
+  width: 18px;
   height: 21px;
+  margin-top: 0;
   margin-left: 6px;
-  margin-top: 0px;
-  width: 18px;
+  background: url("../images/sprites.png") no-repeat -271px -65px;
 }
 
 div.copypasteicon:hover {
@@ -1915,39 +1905,39 @@ div.copypasteicon:hover {
 }
 
 .detail-group .main-groups table td.value .view-all {
-  cursor: pointer;
+  float: right;
   /*[empty]height:;*/
   /*+border-radius:4px 0 0 4px;*/
+  margin: 7px 0 0;
+  padding: 0;
+  border-radius: 4px 0 0 4px;
+  cursor: pointer;
   -moz-border-radius: 4px 0 0 4px;
   -webkit-border-radius: 4px 0 0 4px;
   -khtml-border-radius: 4px 0 0 4px;
-  border-radius: 4px 0 0 4px;
-  float: right;
-  margin: 7px 0 0;
-  padding: 0px;
 }
 
 .detail-group .main-groups table td.value .view-all span {
   display: block;
   float: left;
+  margin-top: -5px;
   padding: 5px 2px 8px 4px;
-  background: url(../images/gradients.png) repeat-x 0px -529px;
-  border-left: 1px solid #9FA2A6;
+  border-left: 1px solid #9fa2a6;
   /*+border-radius:4px 0 0 4px;*/
+  border-radius: 4px 0 0 4px;
+  background: url("../images/gradients.png") repeat-x 0 -529px;
   -moz-border-radius: 4px 0 0 4px;
   -webkit-border-radius: 4px 0 0 4px;
   -khtml-border-radius: 4px 0 0 4px;
-  border-radius: 4px 0 0 4px;
-  margin-top: -5px;
 }
 
 .detail-group .main-groups table td.value .view-all .end {
-  background: url(../images/sprites.png) no-repeat 100% -397px;
   float: right;
   width: 22px;
   height: 25px;
-  padding: 0px;
-  margin: -6px 0px 0px;
+  margin: -6px 0 0;
+  padding: 0;
+  background: url("../images/sprites.png") no-repeat 100% -397px;
 }
 
 .detail-group .main-groups table td.value .view-all:hover {
@@ -1955,7 +1945,7 @@ div.copypasteicon:hover {
 }
 
 .detail-group .main-groups table td.value .view-all:hover span {
-  background-position: 0px -566px;
+  background-position: 0 -566px;
 }
 
 .detail-group .main-groups table td.value .view-all:hover div.end {
@@ -1964,52 +1954,20 @@ div.copypasteicon:hover {
 
 .detail-view .detail-group .button.add {
   clear: both;
-  margin: 0px 21px 13px 0 !important;
+  margin: 0 21px 13px 0 !important;
 }
 
 .detail-view .details.group-multiple {
   float: left;
-  height: 600px;
   width: 100%;
+  height: 600px;
   margin-bottom: 30px;
 }
 
 .detail-view .details.group-multiple .main-groups {
-  overflow: visible;
   width: 98%;
   margin-bottom: 35px;
-}
-
-/*List-view: subselect dropdown*/
-.list-view .subselect {
-  width: 116px;
-  display: block;
-  float: left;
-  background: url(../images/bg-gradients.png) 0px -42px;
-  padding: 0;
-  margin: 8px 0 1px 7px;
-  clear: both;
-  border: 1px solid #A8A7A7;
-  /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
-  border-radius: 4px;
-}
-
-.list-view .subselect span {
-  margin: 4px 0 0 12px;
-}
-
-.list-view .subselect span.info {
-  font-size: 10px;
-  white-space: nowrap;
-}
-
-.list-view .subselect select {
-  width: 85%;
-  margin: 5px 0 4px;
-  font-size: 10px;
+  overflow: visible;
 }
 
 .detail-group .main-groups table td.value .view-all:hover {
@@ -2021,68 +1979,68 @@ div.copypasteicon:hover {
 }
 
 .detail-group.head table td.name {
-  padding: 20px 0px 17px;
+  padding: 20px 0 17px;
 }
 
 .detail-view .button.done,
 .detail-view .button.cancel {
   display: inline-block;
-  color: #FFFFFF;
-  font-size: 12px;
-  font-weight: bold;
+  position: relative;
+  position: absolute;
+  top: 550px;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  left: -1px;
+  margin: 0 0 0 12px;
+  padding: 9px 20px;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
   /*+text-shadow:0px -1px 2px #000000;*/
-  -moz-text-shadow: 0px -1px 2px #000000;
-  -webkit-text-shadow: 0px -1px 2px #000000;
-  -o-text-shadow: 0px -1px 2px #000000;
-  text-shadow: 0px -1px 2px #000000;
+  box-shadow: 0 1px 4px #adadad;
+  background: url("../images/bg-gradients.png") 0 -221px;
+  font-size: 12px;
+  font-weight: bold;
   /*+box-shadow:0px 1px 4px #ADADAD;*/
-  -moz-box-shadow: 0px 1px 4px #ADADAD;
-  -webkit-box-shadow: 0px 1px 4px #ADADAD;
-  -o-box-shadow: 0px 1px 4px #ADADAD;
-  box-shadow: 0px 1px 4px #ADADAD;
+  color: #ffffff;
+  text-shadow: 0 -1px 2px #000000;
   cursor: pointer;
-  margin: 0 0 0 12px;
-  padding: 9px 20px;
-  background: url(../images/bg-gradients.png) 0px -221px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-text-shadow: 0 -1px 2px #000000;
+  -webkit-text-shadow: 0 -1px 2px #000000;
   /*+placement:shift -1px 550px;*/
-  position: relative;
-  left: -1px;
-  top: 550px;
-  position: absolute;
+  -o-text-shadow: 0 -1px 2px #000000;
+  -moz-box-shadow: 0 1px 4px #adadad;
+  -webkit-box-shadow: 0 1px 4px #adadad;
+  -o-box-shadow: 0 1px 4px #adadad;
 }
 
 .detail-view .button.cancel {
-  background-position: 0px -795px;
   left: 85px;
+  background-position: 0 -795px;
   color: #808080;
   /*+text-shadow:0px -1px 2px #000000;*/
-  -moz-text-shadow: 0px -1px 2px #000000;
-  -webkit-text-shadow: 0px -1px 2px #000000;
-  -o-text-shadow: 0px -1px 2px #000000;
-  text-shadow: 0px -1px 2px #000000;
-  -moz-text-shadow: 0px -1px 2px #CCCCCC;
-  -webkit-text-shadow: 0px -1px 2px #CCCCCC;
-  -o-text-shadow: 0px -1px 2px #CCCCCC;
-  text-shadow: 0px -1px 2px #CCCCCC;
+  text-shadow: 0 -1px 2px #000000;
+  text-shadow: 0 -1px 2px #cccccc;
+  -moz-text-shadow: 0 -1px 2px #000000;
+  -webkit-text-shadow: 0 -1px 2px #000000;
+  -o-text-shadow: 0 -1px 2px #000000;
+  -moz-text-shadow: 0 -1px 2px #cccccc;
+  -webkit-text-shadow: 0 -1px 2px #cccccc;
+  -o-text-shadow: 0 -1px 2px #cccccc;
 }
 
 .detail-view .button.done:hover {
-  background-position: 0px -950px;
+  box-shadow: inset 0 1px 3px #000000;
   /*+box-shadow:inset 0px 1px 3px #000000;*/
-  -moz-box-shadow: inset 0px 1px 3px #000000;
-  -webkit-box-shadow: inset 0px 1px 3px #000000;
-  -o-box-shadow: inset 0px 1px 3px #000000;
-  box-shadow: inset 0px 1px 3px #000000;
+  background-position: 0 -950px;
+  -moz-box-shadow: inset 0 1px 3px #000000;
+  -webkit-box-shadow: inset 0 1px 3px #000000;
+  -o-box-shadow: inset 0 1px 3px #000000;
 }
 
 .detail-view .button.cancel:hover {
-  background-position: 0px -834px;
+  background-position: 0 -834px;
 }
 
 div.group-multiple div.detail-group table {
@@ -2090,52 +2048,52 @@ div.group-multiple div.detail-group table {
 }
 
 div.group-multiple div.detail-group table.header {
-  border: none;
   margin-top: 11px;
+  border: 0;
 }
 
 div.group-multiple div.detail-group table.header thead th {
+  border: 0;
   background: transparent;
-  border: none;
 }
 
 div.ui-tabs-panel table span.none {
-  color: #9D9D9D;
+  color: #9d9d9d;
 }
 
 div.detail-group td.view-all div.view-all {
-  width: auto;
   float: right;
+  width: auto;
 }
 
 div.detail-group td.view-all a {
-  font-size: 13px;
   display: block;
-  text-decoration: none;
-  color: #0373B7;
-  /*+text-shadow:0px 1px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 2px #FFFFFF;
-  -o-text-shadow: 0px 1px 2px #FFFFFF;
-  text-shadow: 0px 1px 2px #FFFFFF;
   float: left;
+  font-size: 13px;
   font-weight: 100;
+  /*+text-shadow:0px 1px 2px #FFFFFF;*/
+  color: #0373b7;
+  text-decoration: none;
+  text-shadow: 0 1px 2px #ffffff;
+  -moz-text-shadow: 0 1px 2px #ffffff;
+  -webkit-text-shadow: 0 1px 2px #ffffff;
+  -o-text-shadow: 0 1px 2px #ffffff;
 }
 
 div.detail-group td.view-all:hover a {
-  background-position: 0px -566px;
+  background-position: 0 -566px;
 }
 
 div.detail-group td.view-all a span {
   /*+placement:shift -4px -1px;*/
   position: relative;
-  left: -4px;
   top: -1px;
+  left: -4px;
 }
 
 div.detail-group td.view-all:hover a span {
-  text-decoration: underline;
   color: #000000;
+  text-decoration: underline;
 }
 
 div.detail-group td.view-all div.view-all div.end {
@@ -2143,7 +2101,7 @@ div.detail-group td.view-all div.view-all div.end {
   float: left;
   width: 15px;
   height: 25px;
-  background: url(../images/sprites.png) -617px -398px;
+  background: url("../images/sprites.png") -617px -398px;
 }
 
 div.detail-group td.view-all:hover div.view-all div.end {
@@ -2156,36 +2114,35 @@ div.details div.detail-group td.value select {
 }
 
 div.details div.detail-group td.value input,
-div.details div.detail-group td.value input[type=checkbox] {
+div.details div.detail-group td.value input[type='checkbox'] {
   float: left;
   width: 15px;
   margin-left: 10px;
 }
 
 div.details div.detail-group td.value input,
-div.details div.detail-group td.value input[type=text] {
+div.details div.detail-group td.value input[type='text'] {
   width: 93%;
 }
 
 div.details .main-groups label.error {
   position: absolute;
-  right: 10%;
   top: 6px;
+  right: 10%;
 }
 
 .detail-view td.view-all.multiple {
-  max-width: 145px;
   display: block;
   float: left;
+  max-width: 145px;
   height: 28px;
   margin-left: 0;
   text-align: left;
 }
 
-/*** Actions*/
 div.detail-group.actions {
-  padding: 0;
   margin: 0;
+  padding: 0;
 }
 
 div.detail-group.actions table {
@@ -2197,15 +2154,15 @@ div.detail-group.actions tr {
 }
 
 div.detail-group.actions td {
-  height: 50px;
   vertical-align: middle;
+  height: 50px;
 }
 
 .details.group-multiple div.detail-group.actions {
+  position: relative;
   float: right;
   max-width: 75%;
   height: 23px;
-  position: relative;
   margin: -15px 0 -5px;
 }
 
@@ -2214,26 +2171,26 @@ div.detail-group.actions td {
 }
 
 .details.group-multiple div.detail-group.actions td.detail-actions {
-  background: none;
   display: block;
-  height: 35px;
   float: right;
-  padding: 0;
   min-width: 120px;
+  height: 35px;
+  padding: 0;
+  background: none;
 }
 
 .details.group-multiple div.detail-group.actions .detail-actions .action {
+  position: relative;
   float: left;
-  width: 32px;
   /*+placement:shift 11px 7px;*/
-  position: relative;
-  left: 11px;
   top: 7px;
+  left: 11px;
+  width: 32px;
 }
 
 .details.group-multiple div.detail-group.actions .detail-actions .action a {
-  background: none;
   width: 31px;
+  background: none;
 }
 
 .detail-group table td.detail-actions {
@@ -2242,48 +2199,48 @@ div.detail-group.actions td {
 
 .detail-group table td.detail-actions.full-length {
   display: block;
-  width: 99%;
   float: left;
+  width: 99%;
 }
 
 .detail-group table td.detail-actions .action.text {
-  padding: 0px 6px 0px 0px;
-  cursor: pointer;
   display: inline-block;
   float: right;
   margin-right: 8px;
-  border: 1px solid #C2C2C2;
+  padding: 0 6px 0 0;
+  border: 1px solid #c2c2c2;
+  border-radius: 4px;
   /*+border-radius:4px;*/
+  background: url("../images/bg-gradients.png") repeat-x 0 -83px;
+  cursor: pointer;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  background: url(../images/bg-gradients.png) repeat-x 0px -83px;
 }
 
 .detail-group table td.detail-actions .action.text .label {
-  font-size: 12px;
-  /*+placement:shift -1px 8px;*/
   position: relative;
-  left: -1px;
+  /*+placement:shift -1px 8px;*/
   top: 8px;
+  left: -1px;
+  font-size: 12px;
 }
 
 .detail-group table td.detail-actions .action.text:hover {
   /*+box-shadow:inset 0px 1px 3px #171717;*/
-  -moz-box-shadow: inset 0px 1px 3px #171717;
-  -webkit-box-shadow: inset 0px 1px 3px #171717;
-  -o-box-shadow: inset 0px 1px 3px #171717;
-  box-shadow: inset 0px 1px 3px #171717;
+  box-shadow: inset 0 1px 3px #171717;
+  -moz-box-shadow: inset 0 1px 3px #171717;
+  -webkit-box-shadow: inset 0 1px 3px #171717;
+  -o-box-shadow: inset 0 1px 3px #171717;
 }
 
 .detail-group table td.detail-actions a {
   display: block;
   float: left;
-  text-indent: -9999px;
   width: 30px;
   height: 25px;
   margin: 0;
+  text-indent: -9999px;
 }
 
 .detail-group table td.detail-actions a:hover {
@@ -2291,8 +2248,8 @@ div.detail-group.actions td {
 }
 
 .detail-group table td.detail-actions div.action.first a {
-  background-position: -385px -11px;
   width: 32px;
+  background-position: -385px -11px;
 }
 
 .detail-group table td.detail-actions div.action.first a:hover {
@@ -2300,8 +2257,8 @@ div.detail-group.actions td {
 }
 
 .detail-group table td.detail-actions div.action.last a {
-  background-position: -596px -11px;
   width: 30px;
+  background-position: -596px -11px;
 }
 
 .detail-group table td.detail-actions div.action.last a:hover {
@@ -2323,90 +2280,80 @@ div.detail-group.actions td {
 }
 
 .detail-group table td.detail-actions a span.icon {
-  background-image: url(../images/sprites.png);
-  padding: 10px;
   display: block;
+  padding: 10px;
+  background-image: url("../images/sprites.png");
 }
 
-/*Header*/
 #header {
+  position: relative;
   width: 100%;
   height: 135px;
-  background: url(../images/overlay-pattern.png) repeat 0, #1B5070 url(../images/header-gradient.png) no-repeat center;
+  background: url("../images/overlay-pattern.png") repeat 0, #1b5070 url("../images/header-gradient.png") no-repeat center;
   background-size: auto, cover;
-  position: relative;
 }
 
 #header div.button {
   font-size: 12px;
-  color: #FFFFFF;
+  color: #ffffff;
   cursor: pointer;
 }
 
 #header.nologo div.logo {
+  position: relative;
+  top: 15px;
+  left: 0;
   width: 1224px;
+  /*+placement:shift 0px 15px;*/
   height: 47px;
   margin: auto;
-  background: url(../images/logo.png) no-repeat 0 center;
-  /*+placement:shift 0px 15px;*/
-  position: relative;
-  left: 0px;
-  top: 15px;
+  background: url("../images/logo.png") no-repeat 0 center;
 }
 
 #header div.controls {
+  position: relative;
   width: 1226px;
   height: 48px;
-  position: relative;
   margin: 27px auto 0;
   padding-top: 13px;
   /*+border-radius:4px 4px 0 0;*/
+  border-radius: 4px 4px 0 0;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -khtml-border-radius: 4px 4px 0 0;
-  border-radius: 4px 4px 0 0;
 }
 
 #header div.controls.nologo {
+  box-shadow: 0 -1px 6px #0e3955;
   background: #666666;
-  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3At [...]
-  background: -moz-linear-gradient(top, #666666 0%, #3d3d3d 100%);
+  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3A [...]
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #3d3d3d));
   background: -webkit-linear-gradient(top, #666666 0%, #3d3d3d 100%);
-  background: -o-linear-gradient(top, #666666 0%, #3d3d3d 100%);
-  background: -ms-linear-gradient(top, #666666 0%, #3d3d3d 100%);
   background: linear-gradient(to bottom, #666666 0%, #3d3d3d 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#3d3d3d',GradientType=0 );
   /*+box-shadow:0px -1px 6px #0E3955;*/
-  -moz-box-shadow: 0px -1px 6px #0E3955;
-  -webkit-box-shadow: 0px -1px 6px #0E3955;
-  -o-box-shadow: 0px -1px 6px #0E3955;
-  box-shadow: 0px -1px 6px #0E3955;
-}
-
-.button {
-  float: left;
-  background: url(../images/buttons.png) no-repeat;
-  cursor: pointer;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#3d3d3d', GradientType=0);
+  -moz-box-shadow: 0 -1px 6px #0e3955;
+  -webkit-box-shadow: 0 -1px 6px #0e3955;
+  -o-box-shadow: 0 -1px 6px #0e3955;
 }
 
 #header div.notifications {
-  background: transparent;
+  position: relative;
   float: right;
+  top: -57px;
+  left: -239px;
+  /*+placement:shift -174px -57px;*/
   height: 18px;
   padding: 1px 0 0;
-  /*+placement:shift -174px -57px;*/
-  position: relative;
-  left: -239px;
-  top: -57px;
+  background: transparent;
 }
 
 #header div.notifications:after {
-  content: "|";
+  content: '|';
   /*+placement:shift 28px 7px;*/
   position: relative;
-  left: 28px;
   top: 7px;
+  left: 28px;
 }
 
 #header div.notifications span {
@@ -2414,32 +2361,32 @@ div.detail-group.actions td {
   top: 5px;
   left: 7px;
   /*+text-shadow:0px -1px 1px #464646;*/
-  -moz-text-shadow: 0px -1px 1px #464646;
-  -webkit-text-shadow: 0px -1px 1px #464646;
-  -o-text-shadow: 0px -1px 1px #464646;
-  text-shadow: 0px -1px 1px #464646;
+  text-shadow: 0 -1px 1px #464646;
+  -moz-text-shadow: 0 -1px 1px #464646;
+  -webkit-text-shadow: 0 -1px 1px #464646;
+  -o-text-shadow: 0 -1px 1px #464646;
 }
 
 #header div.notifications:hover {
-  color: #5FAAF7;
+  color: #5faaf7;
 }
 
 #header div.notifications div.total {
+  float: left;
   width: 22px;
   height: 19px;
-  float: left;
   margin: 3px;
-  background: url(../images/sprites.png) no-repeat -593px -870px;
-  color: #FFFFFF;
+  background: url("../images/sprites.png") no-repeat -593px -870px;
   font-size: 11px;
+  color: #ffffff;
   /*+text-shadow:0px -1px #6C7283;*/
-  -moz-text-shadow: 0px -1px #6C7283;
-  -webkit-text-shadow: 0px -1px #6C7283;
-  -o-text-shadow: 0px -1px #6C7283;
-  text-shadow: 0px -1px #6C7283;
-  -moz-text-shadow: 0px -1px 0px #6C7283;
-  -webkit-text-shadow: 0px -1px 0px #6C7283;
-  -o-text-shadow: 0px -1px 0px #6C7283;
+  text-shadow: 0 -1px #6c7283;
+  -moz-text-shadow: 0 -1px #6c7283;
+  -webkit-text-shadow: 0 -1px #6c7283;
+  -o-text-shadow: 0 -1px #6c7283;
+  -moz-text-shadow: 0 -1px 0 #6c7283;
+  -webkit-text-shadow: 0 -1px 0 #6c7283;
+  -o-text-shadow: 0 -1px 0 #6c7283;
 }
 
 #header div.notifications div.total.pending {
@@ -2449,69 +2396,93 @@ div.detail-group.actions td {
 
 #header div.notifications div.total span {
   /*+placement:shift 0px 3px;*/
+  display: block;
   position: relative;
-  left: 0px;
   top: 3px;
-  text-align: center;
-  display: block;
+  left: 0;
   width: 21px;
   font-size: 12px;
+  text-align: center;
 }
 
 #user {
-  height: 30px;
-  margin: 0;
+  display: inline-block;
   position: absolute;
+  float: left;
   top: -47px;
   left: 1025px;
-  cursor: default !important;
-  display: inline-block;
-  float: left;
+  height: 30px;
+  margin: 0;
   background: transparent;
+  cursor: default !important;
 }
 
 #user div.name {
   display: inline-block;
   float: left;
-  padding: 9px 18px 7px 12px;
-  border-right: none;
-  /*[empty]border-top:;*/
   min-width: 110px;
   max-width: 220px;
-  text-align: center;
+  /*[empty]border-top:;*/
   height: 12px;
-  overflow: hidden;
-  /*+text-shadow:0px -1px 1px #464646;*/
-  -moz-text-shadow: 0px -1px 1px #464646;
-  -webkit-text-shadow: 0px -1px 1px #464646;
-  -o-text-shadow: 0px -1px 1px #464646;
-  text-shadow: 0px -1px 1px #464646;
   margin: 0;
+  padding: 9px 18px 7px 12px;
+  border-right: 0;
+  text-align: center;
+  /*+text-shadow:0px -1px 1px #464646;*/
+  text-shadow: 0 -1px 1px #464646;
+  overflow: hidden;
+  -moz-text-shadow: 0 -1px 1px #464646;
+  -webkit-text-shadow: 0 -1px 1px #464646;
+  -o-text-shadow: 0 -1px 1px #464646;
 }
 
 #user div.options {
+  position: relative;
   float: left;
+  top: 0;
+  /*+placement:shift 0px 0px;*/
+  left: 0;
   width: 31px;
   height: 28px;
-  /*+placement:shift 0px 0px;*/
-  position: relative;
-  left: 0px;
-  top: 0px;
-  background-position: 0px -867px;
+  background-position: 0 -867px;
   cursor: pointer;
 }
 
 #user div.options .arrow {
-  width: 11px;
-  height: 8px;
-  background: url(../images/buttons.png) -402px -23px;
-  /*+placement:shift 8px 11px;*/
   position: relative;
-  left: 8px;
   top: 11px;
+  left: 8px;
+  /*+placement:shift 8px 11px;*/
+  width: 11px;
+  height: 8px;
+  background: url("../images/buttons.png") -402px -23px;
+}
+
+#user-options {
+  position: absolute;
+  z-index: 10000;
+  top: 30px;
+  width: 150px;
+  padding: 15px;
+  border-radius: 0 0 3px 3px;
+  /*+border-radius:0 0 3px 3px;*/
+  box-shadow: 0 1px 7px #000000;
+  background: #ffffff;
+  -moz-border-radius: 0 0 3px 3px;
+  -webkit-border-radius: 0 0 3px 3px;
+  /*+box-shadow:0px 1px 7px #000000;*/
+  -khtml-border-radius: 0 0 3px 3px;
+  -moz-box-shadow: 0 1px 7px #000000;
+  -webkit-box-shadow: 0 1px 7px #000000;
+  -o-box-shadow: 0 1px 7px #000000;
+}
+
+#user-options a {
+  float: left;
+  width: 100%;
+  padding: 10px 0;
 }
 
-/** Zone filter (mixed zone management)*/
 #header .zone-filter {
   float: left;
   width: 111px;
@@ -2521,47 +2492,43 @@ div.detail-group.actions td {
 #header .zone-filter label {
   position: absolute;
   top: -3px;
-  color: #FFFFFF;
   font-size: 11px;
+  color: #ffffff;
 }
 
 #header .zone-filter select {
   width: 100%;
-  font-size: 12px;
+  margin-top: 2px;
   border: 1px solid #000000;
-  border-bottom: #FFFFFF;
+  border-bottom: #ffffff;
   /*+border-radius:4px;*/
+  border-radius: 4px;
+  background: #ececec;
+  font-size: 12px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  background: #ECECEC;
-  margin-top: 2px;
 }
 
-/*Navigation*/
 #navigation {
-  width: 230px;
   position: relative;
   float: left;
+  width: 230px;
   /*+box-shadow:inset -1px 4px 7px #DDDDDD;*/
-  -moz-box-shadow: inset -1px 4px 7px #DDDDDD;
-  -webkit-box-shadow: inset -1px 4px 7px #DDDDDD;
-  -o-box-shadow: inset -1px 4px 7px #DDDDDD;
-  box-shadow: inset -1px 4px 7px #DDDDDD;
-  background: #EDE8E8;
-  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNv [...]
-  background: -moz-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
+  box-shadow: inset -1px 4px 7px #dddddd;
+  background: #ede8e8;
+  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWN [...]
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(6%, #ede8e8));
   background: -webkit-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
-  background: -o-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
-  background: -ms-linear-gradient(top, #ffffff 0%, #ede8e8 6%);
   background: linear-gradient(to bottom, #ffffff 0%, #ede8e8 6%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ede8e8',GradientType=0 );
+  -moz-box-shadow: inset -1px 4px 7px #dddddd;
+  -webkit-box-shadow: inset -1px 4px 7px #dddddd;
+  -o-box-shadow: inset -1px 4px 7px #dddddd;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ede8e8', GradientType=0);
 }
 
 .project-view #navigation {
-  background: #6D747D;
+  background: #6d747d;
 }
 
 #navigation ul {
@@ -2570,71 +2537,71 @@ div.detail-group.actions td {
 }
 
 .project-view #navigation ul {
-  border-right: 1px solid #464C53;
-  background: #6D747D;
+  border-right: 1px solid #464c53;
+  background: #6d747d;
 }
 
 #navigation ul li {
   height: 42px;
+  border-bottom: 1px solid #d2d2d2;
   cursor: pointer;
-  border-bottom: 1px solid #D2D2D2;
 }
 
 .project-view #navigation ul li {
-  background-image: url(../images/bg-nav-item-project-view.png);
-  background-position: 0px 0px;
-  border: none;
+  border: 0;
+  background-image: url("../images/bg-nav-item-project-view.png");
+  background-position: 0 0;
 }
 
 .project-view #navigation ul li span {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  text-shadow: 0 1px 1px #000000;
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
 }
 
 #navigation ul li:hover,
 #navigation ul li.active {
   width: 230px;
-  background: #2C5D7B;
+  box-shadow: inset 0 0 7px #000000;
   /*+box-shadow:inset 0px 0px 7px #000000;*/
-  -moz-box-shadow: inset 0px 0px 7px #000000;
-  -webkit-box-shadow: inset 0px 0px 7px #000000;
-  -o-box-shadow: inset 0px 0px 7px #000000;
-  box-shadow: inset 0px 0px 7px #000000;
+  background: #2c5d7b;
+  -moz-box-shadow: inset 0 0 7px #000000;
+  -webkit-box-shadow: inset 0 0 7px #000000;
+  -o-box-shadow: inset 0 0 7px #000000;
 }
 
 #navigation ul li.disabled {
   /*+opacity:60%;*/
+  opacity: 0.6;
   filter: alpha(opacity=60);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
   -moz-opacity: 0.6;
-  opacity: 0.6;
 }
 
 .project-view #navigation ul li:hover,
 .project-view #navigation ul li.active {
-  background: url(../images/bg-nav-item-active-project-view.png);
-  background-position: 0px 0px;
   width: 230px;
+  background: url("../images/bg-nav-item-active-project-view.png");
+  background-position: 0 0;
 }
 
 .project-view #navigation ul li.disabled:hover {
-  background: #D5D5D5;
-  color: #596D7F;
+  background: #d5d5d5;
+  color: #596d7f;
   cursor: default;
 }
 
 #navigation ul li:hover span,
 #navigation ul li.active span {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px 1px #000000;*/
-  -moz-text-shadow: 0px 1px #000000;
-  -webkit-text-shadow: 0px 1px #000000;
-  -o-text-shadow: 0px 1px #000000;
-  text-shadow: 0px 1px #000000;
+  text-shadow: 0 1px #000000;
+  -moz-text-shadow: 0 1px #000000;
+  -webkit-text-shadow: 0 1px #000000;
+  -o-text-shadow: 0 1px #000000;
 }
 
 #navigation ul li.disabled:hover {
@@ -2642,15 +2609,15 @@ div.detail-group.actions td {
 }
 
 #navigation ul li.disabled:hover span {
-  color: #596D7F;
+  color: #596d7f;
   /*+text-shadow:0px 0px;*/
-  -moz-text-shadow: 0px 0px;
-  -webkit-text-shadow: 0px 0px;
-  -o-text-shadow: 0px 0px;
-  text-shadow: 0px 0px;
-  -moz-text-shadow: 0px 0px none;
-  -webkit-text-shadow: 0px 0px none;
-  -o-text-shadow: 0px 0px none;
+  text-shadow: 0 0;
+  -moz-text-shadow: 0 0;
+  -webkit-text-shadow: 0 0;
+  -o-text-shadow: 0 0;
+  -moz-text-shadow: 0 0 none;
+  -webkit-text-shadow: 0 0 none;
+  -o-text-shadow: 0 0 none;
   -moz-text-shadow: none;
   -webkit-text-shadow: none;
   -o-text-shadow: none;
@@ -2658,53 +2625,53 @@ div.detail-group.actions td {
 
 #navigation ul li.last {
   background-repeat: repeat;
-  background-position: 0px 0px;
+  background-position: 0 0;
   /*[empty]color:;*/
 }
 
 #navigation ul li span {
   /*+placement:shift 14px 13px;*/
   position: relative;
-  left: 14px;
   top: 13px;
+  left: 14px;
+  padding-left: 19px;
   font-size: 12px;
   color: #515151;
-  padding-left: 19px;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 #navigation ul li span.icon {
-  background: url(../images/icons.png) no-repeat 0px 0px;
-  padding: 16px 16px 13px;
-  /*+placement:shift 17px 10px;*/
   position: relative;
-  left: 17px;
   top: 10px;
+  /*+placement:shift 17px 10px;*/
+  left: 17px;
+  padding: 16px 16px 13px;
+  background: url("../images/icons.png") no-repeat 0 0;
 }
 
 #navigation ul li.custom-icon span.icon {
   display: block;
-  width: 50px;
-  height: 50px;
   position: relative;
   float: left;
+  width: 50px;
+  height: 50px;
   margin-right: -47px;
   background: none;
 }
 
 #navigation ul li.custom-icon span.icon img {
-  width: 50px;
-  height: 50px;
+  position: relative;
+  position: absolute;
   float: left;
   /*+placement:shift -6px -17px;*/
-  position: relative;
-  left: -6px;
   top: -17px;
-  position: absolute;
+  left: -6px;
+  width: 50px;
+  height: 50px;
   margin-right: -14px;
 }
 
@@ -2731,7 +2698,7 @@ div.detail-group.actions td {
 }
 
 #navigation ul li.vmsnapshots span.icon {
-  background: url(../images/sprites.png) no-repeat -34px -666px;
+  background: url("../images/sprites.png") no-repeat -34px -666px;
 }
 
 #navigation ul li.affinityGroups span.icon {
@@ -2798,13 +2765,13 @@ div.detail-group.actions td {
 }
 
 #navigation ul li.global-settings span.icon {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-position: -143px -240px;
 }
 
 #navigation ul li.global-settings.active span.icon,
 #navigation ul li.global-settings:hover span.icon {
-  background-image: url(../images/sprites.png);
+  background-image: url("../images/sprites.png");
   background-position: -366px -239px;
 }
 
@@ -2845,25 +2812,24 @@ div.detail-group.actions td {
 }
 
 #navigation ul li.plugins span.icon {
-  background: url(../images/sprites.png) no-repeat -140px -291px;
+  background: url("../images/sprites.png") no-repeat -140px -291px;
 }
 
 #navigation ul li.regions span.icon {
-  background: url(../images/sprites.png) no-repeat -141px -379px;
+  background: url("../images/sprites.png") no-repeat -141px -379px;
 }
 
 #navigation ul li.regions.active span.icon,
 #navigation ul li.regions:hover span.icon {
-  background: url(../images/sprites.png) no-repeat -365px -377px;
+  background: url("../images/sprites.png") no-repeat -365px -377px;
 }
 
-/*Browser*/
 #browser {
-  width: 994px;
-  height: 100%;
-  max-width: 994px;
   position: relative;
   float: left;
+  width: 994px;
+  max-width: 994px;
+  height: 100%;
   overflow: hidden;
 }
 
@@ -2873,42 +2839,42 @@ div.detail-group.actions td {
 
 #browser div.panel {
   height: 100%;
-  border-right: 1px solid #A5A5A5;
+  border-right: 1px solid #a5a5a5;
+  background-color: #f7f7f7;
   overflow: visible;
-  background-color: #F7F7F7;
 }
 
 #browser div.panel.panel-highlight-wrapper {
   display: inline-block;
-  background: none;
+  position: absolute;
   /*+border-radius:9px;*/
-  -moz-border-radius: 9px;
-  -webkit-border-radius: 9px;
-  -khtml-border-radius: 9px;
-  border-radius: 9px;
+  z-index: 10000;
+  height: 542px;
   margin-top: 7px;
+  padding: 78px 0 67px 51px;
+  border: 3px solid #ffffff;
   /*+box-shadow:0px 0px 12px #000000;*/
-  -moz-box-shadow: 0px 0px 12px #000000;
-  -webkit-box-shadow: 0px 0px 12px #000000;
-  -o-box-shadow: 0px 0px 12px #000000;
-  box-shadow: 0px 0px 12px #000000;
-  border: 3px solid #FFFFFF;
-  height: 542px;
+  border-radius: 9px;
+  box-shadow: 0 0 12px #000000;
+  background: none;
   overflow: hidden;
-  position: absolute;
-  z-index: 10000;
-  padding: 78px 0px 67px 51px;
+  -moz-border-radius: 9px;
+  -webkit-border-radius: 9px;
+  -khtml-border-radius: 9px;
+  -moz-box-shadow: 0 0 12px #000000;
+  -webkit-box-shadow: 0 0 12px #000000;
+  -o-box-shadow: 0 0 12px #000000;
 }
 
 #browser div.panel.panel-highlight-wrapper .panel {
+  top: 3px;
   left: 20px !important;
   height: 631px;
   overflow: hidden;
-  top: 3px;
 }
 
 .project-view #browser div.panel {
-  background: #6D747D;
+  background: #6d747d;
 }
 
 .ui-tabs div.ui-tabs-panel {
@@ -2916,16 +2882,16 @@ div.detail-group.actions td {
 }
 
 .project-view .ui-tabs div.ui-tabs-panel {
-  background: #DBDDDF;
+  background: #dbdddf;
 }
 
 #browser div.panel .shadow {
+  position: absolute;
+  top: 0;
+  left: -10px;
   width: 10px;
   height: 100%;
-  top: 0px;
-  left: -10px;
-  position: absolute;
-  background: url(../images/bg-panel-shadow.png) repeat-y 0px 0px;
+  background: url("../images/bg-panel-shadow.png") repeat-y 0 0;
 }
 
 #browser.panel-highlight {
@@ -2934,17 +2900,17 @@ div.detail-group.actions td {
 
 #browser.panel-highlight .panel.highlighted {
   /*+box-shadow:0px 10px 11px #5C5C5C;*/
-  -moz-box-shadow: 0px 10px 11px #5C5C5C;
-  -webkit-box-shadow: 0px 10px 11px #5C5C5C;
-  -o-box-shadow: 0px 10px 11px #5C5C5C;
-  box-shadow: 0px 10px 11px #5C5C5C;
-  border: 5px solid #FFFFFF;
+  margin-top: 21px;
+  border: 5px solid #ffffff;
+  border-radius: 6px;
+  box-shadow: 0 10px 11px #5c5c5c;
+  -moz-box-shadow: 0 10px 11px #5c5c5c;
   /*+border-radius:6px;*/
+  -webkit-box-shadow: 0 10px 11px #5c5c5c;
+  -o-box-shadow: 0 10px 11px #5c5c5c;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
-  border-radius: 6px;
-  margin-top: 21px;
 }
 
 #browser.panel-highlight .panel > .shadow {
@@ -2952,65 +2918,63 @@ div.detail-group.actions td {
 }
 
 #browser .highlight-arrow {
-  width: 24px;
-  height: 19px;
-  background: url(../images/sprites.png) -590px -1295px;
   position: absolute;
   top: -22px;
   left: 80px;
+  width: 24px;
+  height: 19px;
+  background: url("../images/sprites.png") -590px -1295px;
 }
 
-/*Toolbar*/
-/*[clearfix]*/
 div.toolbar {
-  width: 100%;
-  height: 32px;
-  /*+box-shadow:0px 1px 4px #CFCFCF;*/
-  -moz-box-shadow: 0px 1px 4px #CFCFCF;
-  -webkit-box-shadow: 0px 1px 4px #CFCFCF;
-  -o-box-shadow: 0px 1px 4px #CFCFCF;
-  box-shadow: 0px 1px 4px #CFCFCF;
-  /*+placement:shift 0px -1px;*/
   position: relative;
-  left: 0px;
-  top: -1px;
-  z-index: 6;
   position: absolute;
-  top: 0px;
-  background: #ECECEC 0px -6px;
+  /*+box-shadow:0px 1px 4px #CFCFCF;*/
+  z-index: 6;
+  top: -1px;
+  top: 0;
+  left: 0;
+  /*+placement:shift 0px -1px;*/
+  width: 100%;
+  height: 32px;
+  box-shadow: 0 1px 4px #cfcfcf;
+  background: #ececec 0 -6px;
+  -moz-box-shadow: 0 1px 4px #cfcfcf;
+  -webkit-box-shadow: 0 1px 4px #cfcfcf;
+  -o-box-shadow: 0 1px 4px #cfcfcf;
 }
 
 .detail-view .ui-tabs-panel div.toolbar {
   width: 968px;
-  background: transparent;
-  border: none;
   margin-top: 8px;
+  border: 0;
+  background: transparent;
 }
 
 .project-view div.toolbar {
-  background: #808080 url(../images/bg-nav-item-active-project-view.png) 0px -210px;
+  background: #808080 url("../images/bg-nav-item-active-project-view.png") 0 -210px;
 }
 
 div.toolbar div.filters {
-  margin: 5px 0px 0 12px;
+  margin: 5px 0 0 12px;
 }
 
 div.toolbar div.filters label {
-  color: #3F3B3B;
-  font-size: 12px;
-  font-weight: 100;
   display: block;
   float: left;
   padding: 5px 11px 0 0;
+  font-size: 12px;
+  font-weight: 100;
+  color: #3f3b3b;
 }
 
 .project-view div.toolbar div.filters label {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  text-shadow: 0 1px 1px #000000;
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
 }
 
 div.toolbar div.filters select {
@@ -3019,56 +2983,56 @@ div.toolbar div.filters select {
 }
 
 div.toolbar div.text-search {
-  float: right;
   position: relative;
+  float: right;
 }
 
 div.toolbar div.text-search div.search-bar {
+  position: relative;
+  z-index: 4;
   float: left;
   width: 141px;
   height: 20px;
   margin: 5px 0 0 12px;
-  background: #FFFFFF;
-  border: 1px solid #8B7E7E;
-  z-index: 4;
-  position: relative;
-  border-right: 1px solid #8B8989;
+  border: 1px solid #8b7e7e;
+  border-right: 1px solid #8b8989;
+  border-radius: 4px 0 0 4px;
   /*+border-radius:4px 0 0 4px;*/
+  background: #ffffff;
   -moz-border-radius: 4px 0 0 4px;
   -webkit-border-radius: 4px 0 0 4px;
   -khtml-border-radius: 4px 0 0 4px;
-  border-radius: 4px 0 0 4px;
 }
 
 div.toolbar div.text-search div.search-bar input {
   float: left;
-  border: none;
-  margin: 1px 0 0;
   width: 90%;
   height: 68%;
+  margin: 1px 0 0;
+  border: 0;
 }
 
 div.toolbar div.text-search div.search-bar div.filter {
-  background: #FFFFFF;
+  float: left;
   width: 74px;
   height: 15px;
-  float: left;
+  margin: 2px 0 0;
+  padding: 1px;
+  border-left: 1px solid #6d6d6d;
+  background: #ffffff;
   font-size: 12px;
   text-align: center;
-  border-left: 1px solid #6D6D6D;
-  margin: 2px 0 0px;
-  padding: 1px;
 }
 
 div.toolbar div.button.search {
-  background: url(../images/sprites.png) no-repeat -592px -328px;
-  width: 33px;
-  height: 22px;
-  /*+placement:shift -10px 5px;*/
   position: relative;
-  left: -10px;
-  top: 5px;
   z-index: 3;
+  top: 5px;
+  /*+placement:shift -10px 5px;*/
+  left: -10px;
+  width: 33px;
+  height: 22px;
+  background: url("../images/sprites.png") no-repeat -592px -328px;
   cursor: pointer;
 }
 
@@ -3084,39 +3048,36 @@ div.toolbar div.button.main-action,
 .detail-group .button.add {
   /*+placement:shift 0px 5px;*/
   position: relative;
-  left: 0px;
+  float: right;
   top: 5px;
-  background: #EAEAEA;
-  font-size: 12px;
-  font-weight: 100;
-  color: #000000;
+  left: 0;
+  height: 12px;
   margin: 0 10px 0 0;
-  cursor: pointer;
-  /*+text-shadow:0px 1px 1px #DEE5EA;*/
-  -moz-text-shadow: 0px 1px 1px #DEE5EA;
-  -webkit-text-shadow: 0px 1px 1px #DEE5EA;
-  -o-text-shadow: 0px 1px 1px #DEE5EA;
-  text-shadow: 0px 1px 1px #DEE5EA;
   padding: 5px 5px 5px 5px;
-  background: #F7F7F7;
+  border: 1px solid #b7b7b7;
+  border-radius: 4px;
+  /*+text-shadow:0px 1px 1px #DEE5EA;*/
+  border-radius: 4px 4px 4px 4px;
+  background: #eaeaea;
   background: #f7f7f7;
-  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3At [...]
-  background: -moz-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
+  background: #f7f7f7;
+  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3A [...]
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f7f7f7), color-stop(100%, #eaeaea));
   background: -webkit-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
-  background: -o-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
-  background: -ms-linear-gradient(top, #f7f7f7 1%, #eaeaea 100%);
   background: linear-gradient(to bottom, #f7f7f7 1%, #eaeaea 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
-  border: 1px solid #B7B7B7;
-  float: right;
+  font-size: 12px;
+  font-weight: 100;
+  color: #000000;
+  text-shadow: 0 1px 1px #dee5ea;
+  cursor: pointer;
+  -moz-text-shadow: 0 1px 1px #dee5ea;
   /*+border-radius:4px;*/
+  -webkit-text-shadow: 0 1px 1px #dee5ea;
+  -o-text-shadow: 0 1px 1px #dee5ea;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  height: 12px;
 }
 
 div.toolbar div.button.export:hover,
@@ -3125,25 +3086,25 @@ div.toolbar div.button.refresh:hover,
 div.toolbar div.button.main-action:hover,
 .toolbar div.button.header-action:hover,
 .detail-group .button.add:hover {
-  background: #E5E5E5;
+  box-shadow: inset 0 0 5px #c3c3c3;
   /*+box-shadow:inset 0px 0px 5px #C3C3C3;*/
-  -moz-box-shadow: inset 0px 0px 5px #C3C3C3;
-  -webkit-box-shadow: inset 0px 0px 5px #C3C3C3;
-  -o-box-shadow: inset 0px 0px 5px #C3C3C3;
-  box-shadow: inset 0px 0px 5px #C3C3C3;
+  background: #e5e5e5;
+  -moz-box-shadow: inset 0 0 5px #c3c3c3;
+  -webkit-box-shadow: inset 0 0 5px #c3c3c3;
+  -o-box-shadow: inset 0 0 5px #c3c3c3;
 }
 
 div.toolbar div.button.main-action span.icon {
-  background-image: url(../images/sprites.png);
   display: block;
-  cursor: pointer;
-  width: 34px;
-  height: 20px;
-  float: left;
-  /*+placement:shift 0px -7px;*/
   position: relative;
-  left: 0px;
+  float: left;
   top: -7px;
+  left: 0;
+  width: 34px;
+  /*+placement:shift 0px -7px;*/
+  height: 20px;
+  background-image: url("../images/sprites.png");
+  cursor: pointer;
 }
 
 div.toolbar div.button.refresh {
@@ -3152,92 +3113,95 @@ div.toolbar div.button.refresh {
 }
 
 div.toolbar div.button.refresh span {
-  background-image: url(../images/icons.png);
   padding: 1px 1px 1px 16px;
-  background-position: -629px -232px;
+  background-image: url("../images/icons.png");
   background-repeat: no-repeat;
+  background-position: -629px -232px;
 }
 
 div.toolbar div.button.add span,
 .detail-group .button.add span.icon {
-  padding: 0px 0 3px 18px;
-  background: url(../images/icons.png) no-repeat -626px -209px;
-  /*+placement:shift 0px 0px;*/
   position: relative;
-  left: 0px;
-  top: 0px;
+  top: 0;
+  /*+placement:shift 0px 0px;*/
+  left: 0;
+  padding: 0 0 3px 18px;
+  background: url("../images/icons.png") no-repeat -626px -209px;
 }
 
 #browser div.panel.selected div.toolbar {
-  border-right: 1px solid #43586B;
+  border-right: 1px solid #43586b;
+}
+
+#browser div.panel div.detail-view .toolbar {
+  width: 100%;
 }
 
-/*** Advanced search*/
 #advanced_search {
-  width: 15px;
   position: absolute;
-  left: 139px;
-  top: 4px;
   z-index: 4;
+  top: 4px;
+  left: 139px;
+  width: 15px;
   background: none;
 }
 
 #advanced_search .icon {
   /*+opacity:56%;*/
-  filter: alpha(opacity=56);
-  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
-  -moz-opacity: 0.56;
   opacity: 0.56;
-  background: url(../images/sprites.png) no-repeat -62px -162px;
-  padding: 10px;
   position: absolute;
+  z-index: 10;
   top: 1px;
   left: -1px;
-  z-index: 10;
+  padding: 10px;
+  background: url("../images/sprites.png") no-repeat -62px -162px;
+  filter: alpha(opacity=56);
+  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=56);
+  -moz-opacity: 0.56;
 }
 
 #advanced_search:hover .icon {
   /*+opacity:100%;*/
+  opacity: 1;
   filter: alpha(opacity=100);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   -moz-opacity: 1;
-  opacity: 1;
 }
 
 #advanced_search .form-container {
   /*+opacity:91%;*/
-  filter: alpha(opacity=91);
-  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=91);
-  -moz-opacity: 0.91;
   opacity: 0.91;
+  display: inline-block;
+  position: absolute;
+  top: 2px;
   /*+box-shadow:0px 5px 9px #B6B0B0;*/
-  -moz-box-shadow: 0px 5px 9px #B6B0B0;
-  -webkit-box-shadow: 0px 5px 9px #B6B0B0;
-  -o-box-shadow: 0px 5px 9px #B6B0B0;
-  box-shadow: 0px 5px 9px #B6B0B0;
+  left: -290px;
+  padding: 18px;
   border: 1px solid #808080;
+  border-radius: 0 0 4px 4px;
+  box-shadow: 0 5px 9px #b6b0b0;
   /*+border-radius:0 0 4px 4px;*/
+  background: #ffffff;
+  cursor: default;
+  filter: alpha(opacity=91);
+  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=91);
+  -moz-opacity: 0.91;
+  -moz-box-shadow: 0 5px 9px #b6b0b0;
+  -webkit-box-shadow: 0 5px 9px #b6b0b0;
+  -o-box-shadow: 0 5px 9px #b6b0b0;
   -moz-border-radius: 0 0 4px 4px;
   -webkit-border-radius: 0 0 4px 4px;
   -khtml-border-radius: 0 0 4px 4px;
-  border-radius: 0 0 4px 4px;
-  left: -290px;
-  top: 2px;
-  position: absolute;
-  display: inline-block;
-  background: #FFFFFF;
-  padding: 18px;
-  cursor: default;
 }
 
 #advanced_search .form-container .name {
-  width: 66px;
   float: left;
+  width: 66px;
 }
 
 #advanced_search .form-container .value {
-  width: 186px;
   float: left;
+  width: 186px;
 }
 
 #advanced_search .form-container .form-item {
@@ -3252,63 +3216,62 @@ div.toolbar div.button.add span,
   padding: 3px;
 }
 
-#advanced_search input[type=submit] {
+#advanced_search input[type='submit'] {
   float: right;
-  background: url(../images/bg-gradients.png) 0px -220px;
+  padding: 8px 20px;
   /*+box-shadow:0px 2px 5px #858585;*/
-  -moz-box-shadow: 0px 2px 5px #858585;
-  -webkit-box-shadow: 0px 2px 5px #858585;
-  -o-box-shadow: 0px 2px 5px #858585;
-  box-shadow: 0px 2px 5px #858585;
   border: 1px solid #606060;
-  border-top: none;
-  color: #FFFFFF;
+  border-top: 0;
+  border-radius: 4px;
+  box-shadow: 0 2px 5px #858585;
+  background: url("../images/bg-gradients.png") 0 -220px;
   font-size: 12px;
   font-weight: bold;
+  color: #ffffff;
+  text-shadow: 0 1px 1px #000000;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  cursor: pointer;
+  -moz-box-shadow: 0 2px 5px #858585;
+  -webkit-box-shadow: 0 2px 5px #858585;
+  -o-box-shadow: 0 2px 5px #858585;
   /*+border-radius:4px;*/
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  cursor: pointer;
-  padding: 8px 20px;
 }
 
-#advanced_search input[type=submit]:hover {
+#advanced_search input[type='submit']:hover {
   /*+box-shadow:inset 0px 2px 3px #000000;*/
-  -moz-box-shadow: inset 0px 2px 3px #000000;
-  -webkit-box-shadow: inset 0px 2px 3px #000000;
-  -o-box-shadow: inset 0px 2px 3px #000000;
-  box-shadow: inset 0px 2px 3px #000000;
+  box-shadow: inset 0 2px 3px #000000;
+  -moz-box-shadow: inset 0 2px 3px #000000;
+  -webkit-box-shadow: inset 0 2px 3px #000000;
+  -o-box-shadow: inset 0 2px 3px #000000;
 }
 
 #advanced_search .button.cancel {
-  background: url(noen);
-  color: #9A9A9A;
-  font-size: 12px;
-  float: right;
-  /*+placement:shift -32px 13px;*/
   position: relative;
-  left: -32px;
+  float: right;
   top: 13px;
+  left: -32px;
+  /*+placement:shift -32px 13px;*/
+  background: url("noen");
+  font-size: 12px;
   font-weight: bold;
+  color: #9a9a9a;
 }
 
 #advanced_search .button.cancel:hover {
   color: #494949;
 }
 
-/*** Panel controls*/
 #browser div.panel div.toolbar div.panel-controls {
+  display: none;
   float: right;
   width: 42px;
   height: 23px;
-  display: none;
 }
 
 #browser div.panel.reduced div.toolbar div.panel-controls {
@@ -3322,12 +3285,12 @@ div.toolbar div.button.add span,
 }
 
 #browser div.panel div.toolbar div.panel-controls div.control {
+  float: right;
   width: 25px;
   height: 26px;
-  background: url(../images/buttons.png) no-repeat -599px -335px;
-  float: right;
-  cursor: pointer;
   margin-right: 6px;
+  background: url("../images/buttons.png") no-repeat -599px -335px;
+  cursor: pointer;
 }
 
 #browser div.panel.maximized.single div.toolbar div.panel-controls div.control {
@@ -3346,11 +3309,10 @@ div.toolbar div.button.add span,
   background-position: -617px -308px;
 }
 
-/*** Section switcher*/
 div.panel div.toolbar div.section-switcher {
+  float: left;
   margin-top: 6px;
   margin-left: 10px;
-  float: left;
 }
 
 #browser div.panel.maximize-if-selected.selected div.toolbar div.panel-controls div.control {
@@ -3363,69 +3325,73 @@ div.toolbar div.section-switcher div.section-select {
   font-weight: 100;
 }
 
+div.list-view div.toolbar div.section-switcher div.section-select label {
+  margin: 0 9px 0 0;
+}
+
 div.toolbar div.section-switcher div.section {
   float: left;
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  /*+border-radius:10px;*/
   font-size: 11px;
   font-weight: bold;
-  /*+border-radius:10px;*/
+  text-shadow: 0 1px 1px #ededed;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
-  -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
   /*+text-shadow:0px 1px 1px #EDEDED;*/
-  -moz-text-shadow: 0px 1px 1px #EDEDED;
-  -webkit-text-shadow: 0px 1px 1px #EDEDED;
-  -o-text-shadow: 0px 1px 1px #EDEDED;
-  text-shadow: 0px 1px 1px #EDEDED;
+  -khtml-border-radius: 10px;
+  -moz-text-shadow: 0 1px 1px #ededed;
+  -webkit-text-shadow: 0 1px 1px #ededed;
+  -o-text-shadow: 0 1px 1px #ededed;
 }
 
 div.toolbar div.section-switcher div.section a {
-  background: url(../images/bg-section-switcher.png) repeat-x 0px -22px;
-  text-decoration: none;
   display: block;
-  color: #516374;
   padding: 5px 10px 3px;
-  border: 1px solid #979FA4;
+  border: 1px solid #979fa4;
+  background: url("../images/bg-section-switcher.png") repeat-x 0 -22px;
+  color: #516374;
+  text-decoration: none;
 }
 
 div.toolbar div.section-switcher div.section a.active {
-  background: url(../images/bg-section-switcher.png) repeat-x 0px -21px;
-  background-position: 0px 0px;
-  border: none;
-  border-bottom: 1px solid #CCD1D4;
-  padding-bottom: 2px;
   padding-top: 6px;
+  padding-bottom: 2px;
+  border: 0;
+  border-bottom: 1px solid #ccd1d4;
+  box-shadow: inset 0 1px 5px #546874;
+  background: url("../images/bg-section-switcher.png") repeat-x 0 -21px;
   /*+box-shadow:inset 0px 1px 5px #546874;*/
-  -moz-box-shadow: inset 0px 1px 5px #546874;
-  -webkit-box-shadow: inset 0px 1px 5px #546874;
-  -o-box-shadow: inset 0px 1px 5px #546874;
-  box-shadow: inset 0px 1px 5px #546874;
+  background-position: 0 0;
+  -moz-box-shadow: inset 0 1px 5px #546874;
+  -webkit-box-shadow: inset 0 1px 5px #546874;
+  -o-box-shadow: inset 0 1px 5px #546874;
 }
 
 div.toolbar div.section-switcher div.section.first a {
   /*+border-radius:4px 0 0 5px;*/
+  border-radius: 4px 0 0 5px;
   -moz-border-radius: 4px 0 0 5px;
   -webkit-border-radius: 4px 0 0 5px;
   -khtml-border-radius: 4px 0 0 5px;
-  border-radius: 4px 0 0 5px;
 }
 
 div.toolbar div.section-switcher div.section.last a {
   /*+border-radius:0 4px 4px 0px;*/
-  -moz-border-radius: 0 4px 4px 0px;
-  -webkit-border-radius: 0 4px 4px 0px;
-  -khtml-border-radius: 0 4px 4px 0px;
-  border-radius: 0 4px 4px 0px;
+  border-radius: 0 4px 4px 0;
+  -moz-border-radius: 0 4px 4px 0;
+  -webkit-border-radius: 0 4px 4px 0;
+  -khtml-border-radius: 0 4px 4px 0;
 }
 
 div.toolbar div.section-switcher div.section.first.last a {
   /*+border-radius:5px;*/
+  border-radius: 5px;
+  border-radius: 5px 5px 5px 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
-  border-radius: 5px;
-  border-radius: 5px 5px 5px 5px;
 }
 
 div.toolbar div.section-switcher div.section-select {
@@ -3440,14 +3406,14 @@ div.toolbar div.section-switcher div.section-select {
 div.toolbar div.section-switcher div.section-select select {
   height: 21px;
   margin-right: 13px;
-  font-size: 12px;
   border: 1px solid #808080;
+  border-radius: 4px;
   /*+border-radius:4px;*/
+  border-radius: 4px 4px 4px 4px;
+  font-size: 12px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 div.toolbar div.section-switcher div.section-select label {
@@ -3455,60 +3421,59 @@ div.toolbar div.section-switcher div.section-select label {
 }
 
 .project-view div.list-view div.toolbar div.section-switcher div.section-select label {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  text-shadow: 0 1px 1px #000000;
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
 }
 
-/*Breadcrumbs*/
 div.toolbar div.filters {
-  margin: 5px 0px 0 12px;
-  width: 200px;
   float: left;
+  width: 200px;
+  margin: 5px 0 0 12px;
 }
 
 div.toolbar div.filters select {
   width: 104px;
   height: 21px;
-  font-size: 12px;
-  border: 1px solid #808080;
+  margin: 1px 0 0;
+  padding: 0 0 0;
   /*+border-radius:4px;*/
+  border: 1px solid #808080;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  font-size: 12px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  padding: 0px 0 0;
-  margin: 1px 0 0;
 }
 
 #breadcrumbs {
+  width: 100%;
   height: 29px;
   max-height: 29px;
-  background: #FFFFFF;
+  background: #ffffff;
   overflow: hidden;
-  width: 100%;
 }
 
 .project-view #breadcrumbs {
-  background-image: url(../images/bg-breadcrumbs-project-view.png);
-  background-position: 0px 1px;
   background-color: #828282;
+  background-image: url("../images/bg-breadcrumbs-project-view.png");
+  background-position: 0 1px;
 }
 
 #breadcrumbs div.home {
-  width: auto;
-  height: 23px;
+  position: relative;
+  z-index: 5;
   float: left;
   /*+placement:shift -1px 0px;*/
-  position: relative;
+  top: 0;
   left: -1px;
-  top: 0px;
+  width: auto;
+  height: 23px;
   cursor: pointer;
-  z-index: 5;
 }
 
 .project-view #breadcrumbs div.home {
@@ -3522,33 +3487,33 @@ div.toolbar div.filters select {
 #breadcrumbs ul li,
 #breadcrumbs div.active-project,
 #breadcrumbs .home {
-  height: 21px;
-  float: left;
-  font-size: 13px;
-  color: #FFFFFF;
-  padding: 9px 5px 0px 0px;
-  cursor: pointer;
-  /*+placement:shift -13px 0px;*/
   position: relative;
-  left: -13px;
-  top: 0px;
   position: relative;
+  float: left;
+  top: 0;
+  left: -13px;
+  height: 21px;
+  /*+placement:shift -13px 0px;*/
   margin: 0 0 0 2px;
+  padding: 9px 5px 0 0;
+  font-size: 13px;
+  color: #ffffff;
+  cursor: pointer;
 }
 
 #breadcrumbs ul li:after,
 #breadcrumbs .home:after {
-  content: ">";
-  font-size: 11px;
-  /*+placement:shift 7px -1px;*/
+  content: '>';
   position: relative;
-  left: 7px;
+  /*+placement:shift 7px -1px;*/
   top: -1px;
-  color: #C4C4C4;
+  left: 7px;
+  font-size: 11px;
+  color: #c4c4c4;
 }
 
 .project-view #breadcrumbs ul li {
-  color: #FFFFFF !important;
+  color: #ffffff !important;
 }
 
 #breadcrumbs ul li,
@@ -3556,10 +3521,10 @@ div.toolbar div.filters select {
 #breadcrumbs .home {
   /*+placement:shift 0px 0px;*/
   position: relative;
-  left: 0px;
-  top: 0px;
-  color: #63A9F1;
-  padding: 9px 5px 0px 8px;
+  top: 0;
+  left: 0;
+  padding: 9px 5px 0 8px;
+  color: #63a9f1;
 }
 
 #breadcrumbs ul li:hover,
@@ -3571,36 +3536,35 @@ div.toolbar div.filters select {
 /*NOTE: End divs are not displayed per UI changes*/
 #breadcrumbs ul div.end {
   /*+placement:shift -37px -1px;*/
+  display: none;
   position: relative;
-  left: -37px;
   top: -1px;
-  margin-right: 0px;
+  left: -37px;
   /*Disabled*/
-  display: none;
+  margin-right: 0;
 }
 
 #breadcrumbs ul li {
   position: relative;
   /*+placement:shift -36px 0px;*/
-  top: 0px;
+  top: 0;
   font-size: 13px;
 }
 
 #breadcrumbs div.active-project {
+  display: none;
   z-index: 2;
   text-indent: 9px;
-  display: none;
 }
 
-/*Group View*/
 div.panel div.view.group-thumbnail ul.groups li {
+  position: relative;
   float: left;
   width: 142px;
   height: 80px;
-  background: url(../images/buttons.png) no-repeat -1px -399px;
   margin: 16px -1px -5px 16px;
+  background: url("../images/buttons.png") no-repeat -1px -399px;
   cursor: pointer;
-  position: relative;
 }
 
 div.panel div.view.group-thumbnail ul.groups li.active {
@@ -3620,34 +3584,33 @@ div.panel div.view.group-thumbnail ul.groups li.new.drop-hover {
 }
 
 div.panel div.view.group-thumbnail ul.groups li span.name {
-  font-size: 12px;
-  color: #49596B;
-  /*+placement:shift 9px 7px;*/
   position: relative;
-  left: 9px;
+  position: absolute;
+  /*+placement:shift 9px 7px;*/
   top: 7px;
+  left: 9px;
+  font-size: 12px;
   font-weight: bold;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  position: absolute;
+  color: #49596b;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 div.panel div.view.group-thumbnail ul.groups li span.vm-count {
-  font-size: 21px;
+  position: absolute;
   /*+placement:displace 54px 27px;*/
   position: absolute;
-  margin-left: 54px;
   margin-top: 27px;
-  position: absolute;
-  color: #3A4857;
+  margin-left: 54px;
+  font-size: 21px;
+  color: #3a4857;
 }
 
-/*Reduced view*/
 #browser div.panel.reduced .reduced-hide {
-  color: #BBB8B8;
+  color: #bbb8b8;
 }
 
 #browser div.panel.reduced div.toolbar .reduced-hide {
@@ -3656,27 +3619,27 @@ div.panel div.view.group-thumbnail ul.groups li span.vm-count {
 
 /*List view -- edit field*/
 div.view table td.editable div.edit {
-  width: 106%;
-  height: 20px;
-  /*+placement:shift 6px 0px;*/
   position: relative;
+  top: 0;
+  /*+placement:shift 6px 0px;*/
   left: 6px;
-  top: 0px;
+  width: 106%;
+  height: 20px;
 }
 
 div.view table td.truncated.editable div.edit {
   top: 1px;
-  width: 285px;
   left: 1px;
+  width: 285px;
 }
 
 div.view table td.editable div.edit input {
+  position: relative;
+  z-index: 1;
   float: left;
   width: 66%;
   height: 17px;
-  border: none;
-  position: relative;
-  z-index: 1;
+  border: 0;
 }
 
 .detail-view div.view table td.editable div.edit {
@@ -3684,15 +3647,15 @@ div.view table td.editable div.edit input {
 }
 
 div.view table td.editable div.action {
+  position: relative;
   float: left;
+  top: 0;
+  left: -2px;
   width: 16px;
+  /*+placement:shift -2px 0px;*/
   height: 19px;
-  background: #FFFFFF url(../images/buttons.png) -614px -684px;
   padding-left: 2px;
-  /*+placement:shift -2px 0px;*/
-  position: relative;
-  left: -2px;
-  top: 0px;
+  background: #ffffff url("../images/buttons.png") -614px -684px;
   cursor: pointer;
 }
 
@@ -3704,13 +3667,12 @@ div.view table td.editable div.action.cancel {
   background-position: -628px -684px;
 }
 
-/*** Actions*/
 table td.actions {
-  cursor: default;
-  /*Make fixed*/
   width: 200px;
+  /*Make fixed*/
   min-width: 200px;
   max-width: 200px;
+  cursor: default;
 }
 
 table td.actions span {
@@ -3718,48 +3680,48 @@ table td.actions span {
 }
 
 table td.actions .action span.icon {
-  background-image: url(../images/sprites.png);
-  cursor: pointer;
+  float: left;
   width: 23px;
   height: 21px;
-  float: left;
+  background-image: url("../images/sprites.png");
+  cursor: pointer;
 }
 
 table td.actions .action.disabled .icon {
-  cursor: not-allowed;
+  opacity: 0.2;
   /*+opacity:20%;*/
+  cursor: not-allowed;
   filter: alpha(opacity=20);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
   -moz-opacity: 0.2;
-  opacity: 0.2;
 }
 
 table tr.odd td.actions .action.disabled .icon {
-  background-color: #F2F0F0;
+  background-color: #f2f0f0;
 }
 
 table tr.even td.actions .action.disabled .icon {
-  background-color: #DFE1E3;
+  background-color: #dfe1e3;
 }
 
 table tr td.actions .action.text {
-  cursor: pointer;
   display: inline-block;
-  border: 1px solid #C2C2C2;
+  border: 1px solid #c2c2c2;
+  border-radius: 4px;
   /*+border-radius:4px;*/
+  background: url("../images/bg-gradients.png") repeat-x 0 -83px;
+  cursor: pointer;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  background: url(../images/bg-gradients.png) repeat-x 0px -83px;
 }
 
 table tr td.actions .action.text:hover {
   /*+box-shadow:inset 0px 1px 3px #171717;*/
-  -moz-box-shadow: inset 0px 1px 3px #171717;
-  -webkit-box-shadow: inset 0px 1px 3px #171717;
-  -o-box-shadow: inset 0px 1px 3px #171717;
-  box-shadow: inset 0px 1px 3px #171717;
+  box-shadow: inset 0 1px 3px #171717;
+  -moz-box-shadow: inset 0 1px 3px #171717;
+  -webkit-box-shadow: inset 0 1px 3px #171717;
+  -o-box-shadow: inset 0 1px 3px #171717;
 }
 
 table tr td.actions .action.text .label {
@@ -3771,21 +3733,19 @@ table tr td.actions .action.text .icon {
 }
 
 table tr.selected td.actions .action.disabled .icon {
-  background-color: #CBDDF3;
+  background-color: #cbddf3;
 }
 
-/*** Action icons
-Dialogs*/
 .ui-dialog {
-  background: #FFFFFF;
-  text-align: left;
-  /*+box-shadow:0px -4px 15px #4C4A4A;*/
-  -moz-box-shadow: 0px -4px 15px #4C4A4A;
-  -webkit-box-shadow: 0px -4px 15px #4C4A4A;
-  -o-box-shadow: 0px -4px 15px #4C4A4A;
-  box-shadow: 0px -4px 15px #4C4A4A;
   position: absolute;
   padding: 15px;
+  /*+box-shadow:0px -4px 15px #4C4A4A;*/
+  box-shadow: 0 -4px 15px #4c4a4a;
+  background: #ffffff;
+  text-align: left;
+  -moz-box-shadow: 0 -4px 15px #4c4a4a;
+  -webkit-box-shadow: 0 -4px 15px #4c4a4a;
+  -o-box-shadow: 0 -4px 15px #4c4a4a;
 }
 
 .ui-dialog.ui-corner-all {
@@ -3793,31 +3753,31 @@ Dialogs*/
 }
 
 .ui-dialog .ui-widget-content {
+  display: inline-block;
   padding: 8px 0 8px 8px;
   text-align: center;
-  display: inline-block;
 }
 
 .ui-dialog .ui-widget-content .nothing-to-select {
   width: 386px;
-  line-height: 21px;
-  text-align: left;
-  font-size: 16px;
-  color: #3D3D3D;
+  margin: 57px 0 0;
   padding: 4px 25px 180px 28px;
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  background: #ffffff;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  background: #FFFFFF;
-  margin: 57px 0 0;
+  font-size: 16px;
+  line-height: 21px;
+  color: #3d3d3d;
+  text-align: left;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
   /*+border-radius:10px;*/
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
 }
 
 .ui-dialog .ui-widget-content .nothing-to-select p {
@@ -3827,8 +3787,8 @@ Dialogs*/
 .ui-dialog .ui-widget-content .nothing-to-select .specify-ip {
   margin-top: 28px;
   padding-top: 21px;
+  border-top: 1px solid #dfdfdf;
   font-size: 12px;
-  border-top: 1px solid #DFDFDF;
 }
 
 .ui-dialog-buttonset {
@@ -3838,19 +3798,19 @@ Dialogs*/
 
 .ui-dialog .ui-button {
   display: block;
-  cursor: pointer;
   float: left;
   width: 110px;
   height: 31px;
-  border: none;
-  background: url(../images/gradients.png) -2px -481px;
-  border: 1px solid #BFBCBC;
+  border: 0;
+  border: 1px solid #bfbcbc;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
   /*+border-radius:4px;*/
+  background: url("../images/gradients.png") -2px -481px;
+  cursor: pointer;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .ui-dialog .ui-button:hover {
@@ -3858,42 +3818,42 @@ Dialogs*/
 }
 
 .ui-dialog.notice .close.ui-button {
-  background: transparent;
   display: inline;
-  padding: 0;
   float: right;
+  padding: 0;
+  background: transparent;
   color: #516374;
   /*+text-shadow:0px -1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px -1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px -1px 1px #FFFFFF;
-  -o-text-shadow: 0px -1px 1px #FFFFFF;
-  text-shadow: 0px -1px 1px #FFFFFF;
+  text-shadow: 0 -1px 1px #ffffff;
+  -moz-text-shadow: 0 -1px 1px #ffffff;
+  -webkit-text-shadow: 0 -1px 1px #ffffff;
+  -o-text-shadow: 0 -1px 1px #ffffff;
 }
 
 .ui-dialog .ui-button.ok {
-  background-position: 0px -317px;
-  border: 1px solid #0065C5;
-  color: #FFFFFF;
+  border: 1px solid #0065c5;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
   /*+text-shadow:0px -1px 1px #011238;*/
-  -moz-text-shadow: 0px -1px 1px #011238;
-  -webkit-text-shadow: 0px -1px 1px #011238;
-  -o-text-shadow: 0px -1px 1px #011238;
-  text-shadow: 0px -1px 1px #011238;
+  background-position: 0 -317px;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #011238;
+  -moz-text-shadow: 0 -1px 1px #011238;
   /*+border-radius:4px;*/
+  -webkit-text-shadow: 0 -1px 1px #011238;
+  -o-text-shadow: 0 -1px 1px #011238;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .ui-dialog .ui-button.ok:hover {
+  border: 1px solid #004ff7;
   background-position: -3px -368px;
-  border: 1px solid #004FF7;
 }
 
 .ui-dialog.confirm .ui-button {
-  margin-top: 0px;
+  margin-top: 0;
   margin-left: 11px;
 }
 
@@ -3903,20 +3863,20 @@ Dialogs*/
 
 .ui-dialog span.message {
   display: block;
-  text-align: center;
-  color: #445361;
+  padding-bottom: 40px;
   font-size: 14px;
+  color: #445361;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  padding-bottom: 40px;
+  text-align: center;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .ui-dialog span.message ul {
-  margin-left: 30px;
   margin-top: 14px;
+  margin-left: 30px;
   text-align: left;
   list-style: disc;
 }
@@ -3926,24 +3886,24 @@ Dialogs*/
 }
 
 .ui-dialog span.message p {
-  text-align: left;
   margin-top: 20px;
+  text-align: left;
 }
 
 .ui-dialog-titlebar {
-  background: #FFFFFF;
-  color: #000000;
   height: 33px;
+  margin: auto;
+  border-radius: 7px 7px 0 0;
   /*+border-radius:7px 7px 0 0;*/
+  background: #ffffff;
+  color: #000000;
   -moz-border-radius: 7px 7px 0 0;
   -webkit-border-radius: 7px 7px 0 0;
   -khtml-border-radius: 7px 7px 0 0;
-  border-radius: 7px 7px 0 0;
-  margin: auto;
 }
 
 .ui-dialog-titlebar.ui-widget-header {
-  border: none;
+  border: 0;
   font-weight: inherit;
 }
 
@@ -3954,48 +3914,47 @@ Dialogs*/
 .ui-dialog-title {
   /*+placement:shift 8px 9px;*/
   position: relative;
-  left: 8px;
   top: 9px;
-  font-size: 14px;
+  left: 8px;
   padding: 2px 0 5px 30px;
-  background: url(../images/icons.png) no-repeat 0px -255px;
+  background: url("../images/icons.png") no-repeat 0 -255px;
+  font-size: 14px;
 }
 
 .notice .ui-dialog-title {
-  background-position: 0px -288px;
+  background-position: 0 -288px;
 }
 
 .ui-dialog.confirm .ui-dialog-title {
-  background: url(../images/icons.png) no-repeat 0px -224px;
+  background: url("../images/icons.png") no-repeat 0 -224px;
 }
 
 .ui-dialog.create-form .ui-dialog-title {
-  background: url(../images/icons.png) no-repeat 0px -255px;
+  background: url("../images/icons.png") no-repeat 0 -255px;
 }
 
 .ui-dialog.warning .ui-dialog-title {
-  background: url(../images/icons.png) no-repeat 0px -286px;
+  background: url("../images/icons.png") no-repeat 0 -286px;
 }
 
 .ui-dialog.confirm .ui-button {
   /*+placement:shift 0px -8px;*/
   position: relative;
-  left: 0px;
   top: -8px;
+  left: 0;
 }
 
-/*** Create form*/
 .ui-dialog div.form-container {
+  display: inline-block;
   width: 94% !important;
   height: 106px;
   text-align: left;
-  display: inline-block;
 }
 
 .ui-dialog div.form-container span.message {
-  text-align: left;
   padding: 0 0 23px 5px;
   font-size: 15px;
+  text-align: left;
 }
 
 .ui-dialog div.form-container span.message br {
@@ -4003,8 +3962,8 @@ Dialogs*/
 }
 
 .ui-dialog div.form-container div.form-item {
-  width: 100%;
   display: inline-block;
+  width: 100%;
   margin: 0 0 12px;
 }
 
@@ -4012,70 +3971,70 @@ Dialogs*/
   float: left;
   clear: both;
   width: 115px;
+  margin: 3px 0 0;
   font-size: 15px;
-  color: #485867;
   /*+text-shadow:0px 2px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 2px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 2px 1px #FFFFFF;
-  -o-text-shadow: 0px 2px 1px #FFFFFF;
-  text-shadow: 0px 2px 1px #FFFFFF;
-  margin: 3px 0 0;
+  color: #485867;
+  text-shadow: 0 2px 1px #ffffff;
+  -moz-text-shadow: 0 2px 1px #ffffff;
+  -webkit-text-shadow: 0 2px 1px #ffffff;
+  -o-text-shadow: 0 2px 1px #ffffff;
 }
 
 .ui-dialog div.form-container div.name label {
   display: block;
   width: 119px;
-  text-align: right;
-  font-size: 13px;
   margin-top: 2px;
+  font-size: 13px;
+  text-align: right;
 }
 
 .field-required {
-  color: #EE7B7B;
-  font-size: 14px;
   padding: 0 3px 0 0;
+  font-size: 14px;
   font-weight: bold;
+  color: #ee7b7b;
 }
 
 .ui-dialog div.form-container div.value {
-  width: 61%;
+  display: inline-block;
   float: left;
+  width: 61%;
   margin: 0 0 0 15px;
-  display: inline-block;
 }
 
 .ui-dialog div.form-container div.value input,
 textarea {
+  float: left;
   width: 98%;
-  font-size: 14px;
   padding: 4px;
-  background: #F6F6F6;
-  border: 1px solid #AFAFAF;
-  float: left;
+  border: 1px solid #afafaf;
+  background: #f6f6f6;
+  font-size: 14px;
 }
 
 .ui-dialog div.form-container div.value label {
   display: block;
   width: 119px;
-  text-align: left;
-  font-size: 13px;
   margin-top: 2px;
   margin-left: -10px;
+  font-size: 13px;
+  text-align: left;
 }
 
 .ui-dialog div.form-container div.value input.hasDatepicker {
-  color: #2F5D86;
-  cursor: pointer;
   font-size: 13px;
+  color: #2f5d86;
   text-indent: 3px;
+  cursor: pointer;
 }
 
 .ui-dialog div.form-container div.value input.hasDatepicker:hover {
   /*+box-shadow:inset 0px 0px 3px;*/
-  -moz-box-shadow: inset 0px 0px 3px;
-  -webkit-box-shadow: inset 0px 0px 3px;
-  -o-box-shadow: inset 0px 0px 3px;
-  box-shadow: inset 0px 0px 3px;
+  box-shadow: inset 0 0 3px;
+  -moz-box-shadow: inset 0 0 3px;
+  -webkit-box-shadow: inset 0 0 3px;
+  -o-box-shadow: inset 0 0 3px;
 }
 
 .ui-dialog div.form-container div.value .range-edit {
@@ -4085,10 +4044,10 @@ textarea {
 }
 
 .ui-dialog div.form-container div.value .range-edit .range-item {
-  width: 124px;
-  height: 32px;
   position: relative;
   float: left;
+  width: 124px;
+  height: 32px;
 }
 
 .ui-dialog div.form-container div.value .range-edit input {
@@ -4098,60 +4057,60 @@ textarea {
 
 .ui-dialog div.form-container div.value .range-edit label.error {
   position: absolute;
-  left: 3px;
   top: 25px;
+  left: 3px;
 }
 
 .ui-dialog div.form-container div.value select {
-  width: 100%;
   float: right;
+  width: 100%;
 }
 
-.ui-dialog div.form-container div.value input[type=checkbox] {
+.ui-dialog div.form-container div.value input[type='checkbox'] {
   width: 14px;
 }
 
 .ui-dialog div.form-container div.value label.error {
   display: block;
+  display: none;
   clear: both;
   font-size: 10px;
-  color: #FA0000;
-  display: none;
+  color: #fa0000;
 }
 
 .ui-dialog div.form-container div.multi-array {
   display: inline-block;
-  background: #FFFFFF;
   padding: 4px;
+  border: 1px solid #808080;
   /*+border-radius:10px;*/
-  -moz-border-radius: 10px;
-  -webkit-border-radius: 10px;
-  -khtml-border-radius: 10px;
   border-radius: 10px;
   border-radius: 10px 10px 10px 10px;
-  border: 1px solid #808080;
+  box-shadow: inset 0 1px 1px #929292;
+  background: #ffffff;
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
   /*+box-shadow:inset 0px 1px 1px #929292;*/
-  -moz-box-shadow: inset 0px 1px 1px #929292;
-  -webkit-box-shadow: inset 0px 1px 1px #929292;
-  -o-box-shadow: inset 0px 1px 1px #929292;
-  box-shadow: inset 0px 1px 1px #929292;
+  -khtml-border-radius: 10px;
+  -moz-box-shadow: inset 0 1px 1px #929292;
+  -webkit-box-shadow: inset 0 1px 1px #929292;
+  -o-box-shadow: inset 0 1px 1px #929292;
 }
 
 .ui-dialog div.form-container div.multi-array .item {
-  width: 111px;
   float: left;
+  width: 111px;
   margin: 0 0 13px;
 }
 
 .ui-dialog div.form-container div.multi-array .item .name {
-  font-size: 11px;
-  width: 61px;
   float: left;
+  width: 61px;
+  font-size: 11px;
 }
 
 .ui-dialog div.form-container div.multi-array .item .value {
-  width: 13px;
   float: left;
+  width: 13px;
 }
 
 .ui-dialog div.form-container div.multi-array .item .value input {
@@ -4165,44 +4124,43 @@ textarea {
 }
 
 .ui-dialog.create-form .ui-button.ok {
-  margin-left: 0;
   float: right;
+  margin-left: 0;
 }
 
 .ui-dialog.create-form .ui-button.cancel {
-  background: #B6B6B6 url(../images/gradients.png) 0px -480px;
   float: right;
   margin-right: 13px;
-  border: 1px solid #AAAAAA;
+  border: 1px solid #aaaaaa;
+  border-radius: 4px;
   /*+border-radius:4px;*/
+  border-radius: 4px 4px 4px 4px;
+  background: #b6b6b6 url("../images/gradients.png") 0 -480px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .ui-dialog.create-form .ui-button.cancel:hover {
-  background-position: -4px -426px;
   border-color: #878787;
+  background-position: -4px -426px;
 }
 
-/**** Dynamic input*/
 .ui-dialog div.form-container div.value .dynamic-input {
-  background: #FFFFFF;
+  clear: both;
   width: calc(100% + 4px);
   min-height: 50px;
-  clear: both;
   max-height: 211px;
+  border: 1px solid #cdcdcd;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: #ffffff;
+  /*+border-radius:4px;*/
   overflow: auto;
   overflow-x: hidden;
-  border: 1px solid #CDCDCD;
-  /*+border-radius:4px;*/
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .ui-dialog div.form-container div.value .dynamic-input .form-item {
@@ -4216,60 +4174,32 @@ textarea {
 
 .ui-dialog div.form-container div.value .dynamic-input .name label {
   width: inherit;
-  font-size: 12px;
   margin-left: 0;
+  font-size: 12px;
 }
 
 .ui-dialog div.form-container div.value .dynamic-input .value {
   width: 40%;
 }
 
-/*User options*/
-#user-options {
-  background: #FFFFFF;
-  z-index: 10000;
-  width: 150px;
-  position: absolute;
-  padding: 15px;
-  top: 30px;
-  /*+border-radius:0 0 3px 3px;*/
-  -moz-border-radius: 0 0 3px 3px;
-  -webkit-border-radius: 0 0 3px 3px;
-  -khtml-border-radius: 0 0 3px 3px;
-  border-radius: 0 0 3px 3px;
-  /*+box-shadow:0px 1px 7px #000000;*/
-  -moz-box-shadow: 0px 1px 7px #000000;
-  -webkit-box-shadow: 0px 1px 7px #000000;
-  -o-box-shadow: 0px 1px 7px #000000;
-  box-shadow: 0px 1px 7px #000000;
-}
-
-#user-options a {
-  float: left;
-  width: 100%;
-  padding: 10px 0;
-}
-
-/*Dashboard
-** Admin*/
 .dashboard.admin {
-  background: #F2F0F0;
   height: 100%;
   padding: 10px;
+  background: #f2f0f0;
   font-size: 13px;
-  color: #3D5873;
+  color: #3d5873;
 }
 
 .dashboard.admin .dashboard-container {
-  background: #FFFFFF;
-  border: 1px solid #C8C2C2;
+  margin: 0 0 11px;
+  padding: 0 8px 18px 0;
   /*+border-radius:3px;*/
+  border: 1px solid #c8c2c2;
+  border-radius: 3px;
+  background: #ffffff;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
-  border-radius: 3px;
-  padding: 0px 8px 18px 0px;
-  margin: 0 0 11px;
 }
 
 .dashboard.admin .dashboard-container.sub {
@@ -4278,51 +4208,48 @@ textarea {
 
 .dashboard.admin .dashboard-container.sub .button.view-all,
 .dashboard.admin .dashboard-container .button.fetch-latest {
-  font-size: 13px;
   float: right;
   clear: none;
-  /*+text-shadow:none;*/
-  -moz-text-shadow: none;
-  -webkit-text-shadow: none;
-  -o-text-shadow: none;
-  text-shadow: none;
-  -moz-text-shadow: 0px 1px 0px #333E49;
-  -webkit-text-shadow: 0px 1px 0px #333E49;
-  -o-text-shadow: 0px 1px 0px #333E49;
   padding: 3px 8px 3px 10px;
+  /*+text-shadow:none;*/
+  border: 1px solid #9d9d9d;
+  border-radius: 3px;
+  box-shadow: 0 1px #cacaca;
   background: #eaeaea;
-  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3At [...]
-  background: -moz-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
+  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3A [...]
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #d6d6d6));
   background: -webkit-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
-  background: -o-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
-  background: -ms-linear-gradient(top, #eaeaea 0%, #d6d6d6 100%);
   background: linear-gradient(to bottom, #eaeaea 0%, #d6d6d6 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d6d6d6',GradientType=0 );
-  border: 1px solid #9D9D9D;
+  font-size: 13px;
+  font-weight: 100;
+  color: #000000;
+  text-shadow: none;
+  cursor: pointer;
+  -moz-text-shadow: none;
+  -webkit-text-shadow: none;
   /*+border-radius:3px;*/
+  -o-text-shadow: none;
+  -moz-text-shadow: 0 1px 0 #333e49;
+  -webkit-text-shadow: 0 1px 0 #333e49;
+  -o-text-shadow: 0 1px 0 #333e49;
+  /*+box-shadow:0px 1px #CACACA;*/
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#d6d6d6', GradientType=0);
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
-  border-radius: 3px;
-  /*+box-shadow:0px 1px #CACACA;*/
-  -moz-box-shadow: 0px 1px #CACACA;
-  -webkit-box-shadow: 0px 1px #CACACA;
-  -o-box-shadow: 0px 1px #CACACA;
-  box-shadow: 0px 1px #CACACA;
-  cursor: pointer;
-  font-weight: 100;
-  color: #000000;
+  -moz-box-shadow: 0 1px #cacaca;
+  -webkit-box-shadow: 0 1px #cacaca;
+  -o-box-shadow: 0 1px #cacaca;
 }
 
 .dashboard.admin .dashboard-container.sub .button.view-all:hover,
 .dashboard.admin .dashboard-container .button.fetch-latest:hover {
-  background: #E8E8E8;
+  box-shadow: inset 0 0 6px #636363;
   /*+box-shadow:inset 0px 0px 6px #636363;*/
-  -moz-box-shadow: inset 0px 0px 6px #636363;
-  -webkit-box-shadow: inset 0px 0px 6px #636363;
-  -o-box-shadow: inset 0px 0px 6px #636363;
-  box-shadow: inset 0px 0px 6px #636363;
+  background: #e8e8e8;
+  -moz-box-shadow: inset 0 0 6px #636363;
+  -webkit-box-shadow: inset 0 0 6px #636363;
+  -o-box-shadow: inset 0 0 6px #636363;
 }
 
 .dashboard.admin .dashboard-container.sub .title {
@@ -4331,40 +4258,40 @@ textarea {
 
 /**** Head*/
 .dashboard.admin .dashboard-container.head {
+  float: left;
   width: 966px;
   height: 431px;
   margin: 9px 0 0;
-  float: left;
 }
 
 .dashboard.admin .dashboard-container .top {
-  background: #EFEFEF 0px -4px;
-  padding: 4px 4px 8px;
-  width: 100%;
   float: left;
+  width: 100%;
   margin: 0;
-  color: #FFFFFF;
+  padding: 4px 4px 8px;
+  background: #efefef 0 -4px;
+  color: #ffffff;
 }
 
 .dashboard.admin .dashboard-container .title {
   float: left;
+  padding: 5px 0 0 4px;
   font-size: 13px;
-  font-weight: 100;
   /*+text-shadow:0px 1px 1px #9A9A9A;*/
-  -moz-text-shadow: 0px 1px 1px #9A9A9A;
-  -webkit-text-shadow: 0px 1px 1px #9A9A9A;
-  -o-text-shadow: 0px 1px 1px #9A9A9A;
-  text-shadow: 0px 1px 1px #9A9A9A;
-  padding: 5px 0 0 4px;
+  font-weight: 100;
+  text-shadow: 0 1px 1px #9a9a9a;
+  -moz-text-shadow: 0 1px 1px #9a9a9a;
+  -webkit-text-shadow: 0 1px 1px #9a9a9a;
+  -o-text-shadow: 0 1px 1px #9a9a9a;
 }
 
 .dashboard.admin .dashboard-container .title span {
   color: #000000;
   /*+text-shadow:none;*/
+  text-shadow: none;
   -moz-text-shadow: none;
   -webkit-text-shadow: none;
   -o-text-shadow: none;
-  text-shadow: none;
 }
 
 .dashboard.admin .dashboard-container.head .selects {
@@ -4373,51 +4300,51 @@ textarea {
 
 .dashboard.admin .dashboard-container.head .selects .select {
   float: left;
-  padding: 0;
   margin: 0 0 0 21px;
+  padding: 0;
 }
 
 .dashboard.admin .dashboard-container.head .selects .select label {
   display: block;
   float: left;
-  padding: 5px 0px 0px;
+  padding: 5px 0 0;
 }
 
 .dashboard.admin .dashboard-container.head .selects .select select {
   width: 124px;
   margin: 3px 0 0 10px;
-  padding: 0px;
+  padding: 0;
 }
 
 /**** Charts / stats*/
 .dashboard.admin .zone-stats {
+  position: relative;
+  top: 0;
+  left: 0;
   width: 974px;
+  /*+placement:shift 0px 0px;*/
   height: 416px;
   overflow: auto;
   overflow-x: hidden;
-  /*+placement:shift 0px 0px;*/
-  position: relative;
-  left: 0px;
-  top: 0px;
 }
 
 .dashboard.admin .zone-stats ul {
-  width: 996px;
-  /*+placement:shift -2px 11px;*/
   position: relative;
-  left: -2px;
+  /*+placement:shift -2px 11px;*/
   top: 11px;
+  left: -2px;
+  width: 996px;
 }
 
 .dashboard.admin .zone-stats ul li {
-  width: 488px;
-  font-size: 14px;
-  height: 79px;
-  float: left;
   position: absolute;
   position: relative;
-  cursor: pointer;
   z-index: 1;
+  float: left;
+  width: 488px;
+  height: 79px;
+  font-size: 14px;
+  cursor: pointer;
 }
 
 .dashboard.admin .zone-stats ul li canvas {
@@ -4426,174 +4353,174 @@ textarea {
 }
 
 .dashboard.admin .zone-stats ul li:hover {
-  background: #FFF2DA;
+  background: #fff2da;
 }
 
 .dashboard.admin .zone-stats ul li .label {
-  width: 161px;
   float: left;
-  font-weight: 100;
-  border-bottom: 1px solid #E2E2E2;
+  width: 161px;
   margin: 5px 0 0 22px;
   padding: 22px 0 7px;
+  border-bottom: 1px solid #e2e2e2;
+  font-weight: 100;
 }
 
 .dashboard.admin .zone-stats ul li .info {
   float: left;
   width: 151px;
-  white-space: nowrap;
   margin: 12px 0 0;
+  white-space: nowrap;
   color: #636363;
 }
 
 .dashboard.admin .zone-stats ul li .info .name {
-  font-weight: bold;
   margin-top: 8px;
   margin-bottom: 9px;
   font-size: 12px;
+  font-weight: bold;
   font-weight: 100;
   /*[empty]color:;*/
 }
 
 .dashboard.admin .zone-stats ul li .pie-chart-container {
-  width: 91px;
-  height: 69px;
-  overflow: hidden;
-  float: left;
   position: relative;
-  /*+placement:shift -8px 7px;*/
   position: relative;
-  left: -8px;
+  float: left;
   top: 7px;
+  left: -8px;
+  /*+placement:shift -8px 7px;*/
+  width: 91px;
+  height: 69px;
+  overflow: hidden;
 }
 
 .dashboard.admin .zone-stats ul li .pie-chart-container .percent-label {
-  width: 52px;
-  color: #C98200;
-  /*+placement:shift 28px 31px;*/
   position: relative;
-  left: 28px;
-  top: 31px;
   position: absolute;
+  /*+placement:shift 28px 31px;*/
+  top: 31px;
+  left: 28px;
+  width: 52px;
   font-weight: bold;
+  color: #c98200;
   text-align: center;
 }
 
 .dashboard.admin .zone-stats ul li .pie-chart {
+  position: relative;
+  z-index: -1;
+  float: left;
   width: 70px;
   height: 66px;
-  float: left;
   margin: 3px 27px 0 16px;
-  position: relative;
-  z-index: -1;
 }
 
 .dashboard.admin .dashboard-container .stats ul li {
   display: block;
+  clear: both;
   width: 97%;
   height: 40px;
-  background: url(../images/bg-gradients.png) 0px -29px;
-  clear: both;
-  border: 1px solid #C8C2C2;
+  margin: 0 0 10px;
+  padding: 0 12px 0;
   /*+border-radius:10px;*/
+  border: 1px solid #c8c2c2;
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  background: url("../images/bg-gradients.png") 0 -29px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
-  padding: 0 12px 0px;
-  margin: 0 0 10px;
 }
 
 .dashboard.admin .dashboard-container .stats ul li .name {
-  width: 178px;
   float: left;
+  width: 178px;
+  margin: 15px 15px 0 0;
   font-size: 11px;
   font-weight: bold;
-  margin: 15px 15px 0 0;
 }
 
 .dashboard.admin .dashboard-container .stats ul li div.value {
   float: left;
-  background: url(../images/bg-gradients.png) 0px -51px;
   width: 295px;
   height: 100%;
-  border-left: 1px solid #C8C2C2;
-  border-right: 1px solid #C8C2C2;
   margin: 0 9px 0 0;
+  border-right: 1px solid #c8c2c2;
+  border-left: 1px solid #c8c2c2;
+  background: url("../images/bg-gradients.png") 0 -51px;
 }
 
 .dashboard.admin .dashboard-container .stats ul li .value .content {
-  background: url(../images/bg-gradients.png) repeat-x 0px 0px;
   margin: 6px 9px 9px;
   padding: 9px;
-  color: #FFFFFF;
+  border-right: 1px solid #6a6a6a;
+  border-bottom: 1px solid #ffffff;
   /*Adjusting the font size for proper display*/
-  font-size: 10px;
-  border-left: 1px solid #6A6A6A;
-  border-right: 1px solid #6A6A6A;
-  border-bottom: 1px solid #FFFFFF;
+  border-left: 1px solid #6a6a6a;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: url("../images/bg-gradients.png") repeat-x 0 0;
   /*+border-radius:4px;*/
+  font-size: 10px;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #6f6f6f;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
   /*+text-shadow:0px -1px 1px #6F6F6F;*/
-  -moz-text-shadow: 0px -1px 1px #6F6F6F;
-  -webkit-text-shadow: 0px -1px 1px #6F6F6F;
-  -o-text-shadow: 0px -1px 1px #6F6F6F;
-  text-shadow: 0px -1px 1px #6F6F6F;
+  -khtml-border-radius: 4px;
+  -moz-text-shadow: 0 -1px 1px #6f6f6f;
+  -webkit-text-shadow: 0 -1px 1px #6f6f6f;
+  -o-text-shadow: 0 -1px 1px #6f6f6f;
 }
 
 .dashboard.admin .dashboard-container .stats ul li .chart {
   float: left;
   width: 290px;
   height: 17px;
-  padding: 0px 1px;
-  background: url(../images/bg-gradients.png) 0px -130px;
   margin: 12px 23px 0 0;
+  padding: 0 1px;
+  border-top: 1px solid #727272;
   /*+border-radius:7px;*/
+  border-bottom: 1px solid #ffffff;
+  border-radius: 7px;
+  border-radius: 7px 7px 7px 7px;
+  background: url("../images/bg-gradients.png") 0 -130px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
-  border-radius: 7px;
-  border-radius: 7px 7px 7px 7px;
-  border-bottom: 1px solid #FFFFFF;
-  border-top: 1px solid #727272;
 }
 
 .dashboard.admin .dashboard-container .stats ul li .chart .chart-line {
   height: 15px;
-  background: url(../images/bg-gradients.png) 0px -149px;
+  margin: 1px 0 0;
   /*+border-radius:10px;*/
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  background: url("../images/bg-gradients.png") 0 -149px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
-  margin: 1px 0px 0;
 }
 
 .dashboard.admin .dashboard-container .stats ul li .percentage {
   float: left;
+  margin: 13px 0 0;
   font-size: 20px;
   font-weight: bold;
-  margin: 13px 0 0;
   /*+text-shadow:0px -2px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px -2px 1px #FFFFFF;
-  -webkit-text-shadow: 0px -2px 1px #FFFFFF;
-  -o-text-shadow: 0px -2px 1px #FFFFFF;
-  text-shadow: 0px -2px 1px #FFFFFF;
+  text-shadow: 0 -2px 1px #ffffff;
+  -moz-text-shadow: 0 -2px 1px #ffffff;
+  -webkit-text-shadow: 0 -2px 1px #ffffff;
+  -o-text-shadow: 0 -2px 1px #ffffff;
 }
 
 /**** Alerts*/
 .dashboard.admin .dashboard-container.sub.alerts {
+  position: relative;
   float: left;
-  margin: 0 12px 0 0;
   height: 170px;
+  margin: 0 12px 0 0;
   overflow: hidden;
-  position: relative;
 }
 
 .dashboard.admin .dashboard-container.sub.alerts.last {
@@ -4601,49 +4528,49 @@ textarea {
 }
 
 .dashboard.admin .dashboard-container.sub.alerts ul {
+  position: relative;
   width: 468px;
   height: 100%;
+  margin: 0 0 0 8px;
   overflow-y: scroll;
-  position: relative;
-  margin: 0px 0 0 8px;
 }
 
 .dashboard.admin .dashboard-container.sub.alerts ul li {
-  background: #F0F0F0;
   float: left;
-  border: 1px solid #D4D0D0;
+  margin: 9px;
+  padding: 8px;
   /*+border-radius:3px;*/
+  border: 1px solid #d4d0d0;
+  border-radius: 3px;
+  background: #f0f0f0;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -khtml-border-radius: 3px;
-  border-radius: 3px;
-  margin: 9px;
-  padding: 8px;
 }
 
 .dashboard.admin .dashboard-container.sub.alerts ul li {
-  border: 1px solid #FF7070;
-  background: #FFEFEF;
+  border: 1px solid #ff7070;
+  background: #ffefef;
 }
 
 .dashboard.admin .dashboard-container.sub.alerts ul li span.title {
   width: 100%;
-  font-weight: bold;
+  margin: 3px 0 5px;
+  padding: 0;
   font-size: 14px;
+  font-weight: bold;
   font-weight: 100;
-  color: #266E9A;
-  margin: 3px 0 5px;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
-  padding: 0;
+  color: #266e9a;
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 .dashboard.admin .dashboard-container.sub.alerts ul li p {
   float: left;
-  margin: 4px 0px 0px;
+  margin: 4px 0 0;
   color: #252525;
 }
 
@@ -4653,38 +4580,38 @@ textarea {
 
 /*** User*/
 #browser div.panel .dashboard.user .toolbar {
-  height: 60px;
   position: relative;
+  height: 60px;
 }
 
 .dashboard.user .button.view-all {
   float: right;
-  border: 1px solid #4B5B6B;
+  margin: -4px 4px -4px 0;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  padding: 2px 3px 3px;
+  border: 1px solid #4b5b6b;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  color: #FFFFFF;
+  background: url("../images/bg-gradients.png") 0 -147px;
+  color: #ffffff;
   /*+text-shadow:0px -1px 2px #13293E;*/
-  -moz-text-shadow: 0px -1px 2px #13293E;
-  -webkit-text-shadow: 0px -1px 2px #13293E;
-  -o-text-shadow: 0px -1px 2px #13293E;
-  text-shadow: 0px -1px 2px #13293E;
-  padding: 2px 3px 3px;
-  margin: -4px 4px -4px 0;
   text-indent: 0;
-  background: url(../images/bg-gradients.png) 0px -147px;
+  text-shadow: 0 -1px 2px #13293e;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-text-shadow: 0 -1px 2px #13293e;
+  -webkit-text-shadow: 0 -1px 2px #13293e;
+  -o-text-shadow: 0 -1px 2px #13293e;
 }
 
 .dashboard.user .button.view-all:hover {
-  background-position: 0px 0px;
+  background-position: 0 0;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  text-shadow: 0 1px 1px #000000;
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
 }
 
 /**** Actions*/
@@ -4695,39 +4622,39 @@ textarea {
 .dashboard.user .dashboard-actions ul li {
   float: left;
   width: 123px;
-  cursor: pointer;
   height: 40px;
   margin: 0 9px 0 0;
+  border: 1px solid #395268;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  border-right: 1px solid #556778;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
+  box-shadow: inset 0 0 1px #dde3ec;
+  background: url("../images/bg-gradients.png") repeat-x 0 -181px;
   /*+box-shadow:inset 0px 0px 1px #DDE3EC;*/
-  -moz-box-shadow: inset 0px 0px 1px #DDE3EC;
-  -webkit-box-shadow: inset 0px 0px 1px #DDE3EC;
-  -o-box-shadow: inset 0px 0px 1px #DDE3EC;
-  box-shadow: inset 0px 0px 1px #DDE3EC;
-  border: 1px solid #395268;
-  border-right: 1px solid #556778;
-  background: url(../images/bg-gradients.png) repeat-x 0px -181px;
+  cursor: pointer;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-box-shadow: inset 0 0 1px #dde3ec;
+  -webkit-box-shadow: inset 0 0 1px #dde3ec;
+  -o-box-shadow: inset 0 0 1px #dde3ec;
 }
 
 .dashboard.user .dashboard-actions ul li span {
-  color: #FFFFFF;
-  font-size: 11px;
+  position: relative;
+  top: 10px;
   /*+text-shadow:0px 1px 2px #444444;*/
-  -moz-text-shadow: 0px 1px 2px #444444;
-  -webkit-text-shadow: 0px 1px 2px #444444;
-  -o-text-shadow: 0px 1px 2px #444444;
-  text-shadow: 0px 1px 2px #444444;
-  background: url(../images/icons.png) no-repeat -613px -309px;
+  left: 4px;
   padding: 8px 12px 11px 34px;
+  background: url("../images/icons.png") no-repeat -613px -309px;
+  font-size: 11px;
+  color: #ffffff;
+  text-shadow: 0 1px 2px #444444;
   /*+placement:shift 4px 10px;*/
-  position: relative;
-  left: 4px;
-  top: 10px;
+  -moz-text-shadow: 0 1px 2px #444444;
+  -webkit-text-shadow: 0 1px 2px #444444;
+  -o-text-shadow: 0 1px 2px #444444;
 }
 
 .dashboard.user .dashboard-actions ul li.add-iso span {
@@ -4746,32 +4673,32 @@ textarea {
 .dashboard.user .vm-status {
   width: 98%;
   margin: 19px auto auto;
-  border: 1px solid #D2CDCD;
+  border: 1px solid #d2cdcd;
   /*+border-radius:9px;*/
+  border-radius: 9px;
+  border-radius: 9px 9px 9px 9px;
   -moz-border-radius: 9px;
   -webkit-border-radius: 9px;
   -khtml-border-radius: 9px;
-  border-radius: 9px;
-  border-radius: 9px 9px 9px 9px;
 }
 
 .dashboard.user .vm-status .title {
   width: 100%;
-  background: url(../images/bg-gradients.png) 0px -53px;
+  padding: 13px 0 12px;
   /*+border-radius:10px 10px 0 0;*/
-  -moz-border-radius: 10px 10px 0 0;
-  -webkit-border-radius: 10px 10px 0 0;
-  -khtml-border-radius: 10px 10px 0 0;
+  border-bottom: 1px solid #c8c2c2;
   border-radius: 10px 10px 0 0;
+  background: url("../images/bg-gradients.png") 0 -53px;
   font-size: 13px;
-  color: #4A5967;
-  padding: 13px 0 12px;
-  border-bottom: 1px solid #C8C2C2;
+  color: #4a5967;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-border-radius: 10px 10px 0 0;
+  -webkit-border-radius: 10px 10px 0 0;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
+  -khtml-border-radius: 10px 10px 0 0;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .dashboard.user .vm-status .title span {
@@ -4779,7 +4706,7 @@ textarea {
 }
 
 .dashboard.user .vm-status .content {
-  padding: 9px 0px;
+  padding: 9px 0;
 }
 
 .dashboard.user .vm-status .content ul {
@@ -4791,44 +4718,44 @@ textarea {
   float: left;
   width: 243px;
   height: 237px;
-  border: 1px solid #E6EBEE;
-  border-top: 2px solid #D3D9DE;
+  margin: 0 0 0 11px;
+  border: 1px solid #e6ebee;
   /*+border-radius:10px;*/
+  border-top: 2px solid #d3d9de;
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  background: #ebedf1;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
-  margin: 0 0 0 11px;
-  background: #EBEDF1;
 }
 
 .dashboard.user .vm-status .content ul li .name {
-  font-size: 28px;
-  color: #5C7082;
-  padding: 0 0 0 35px;
   margin: 14px 0 0;
+  padding: 0 0 0 35px;
+  background: url("../images/icons.png") -617px -488px;
+  font-size: 28px;
   /*+text-shadow:0px 2px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 2px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 2px 2px #FFFFFF;
-  -o-text-shadow: 0px 2px 2px #FFFFFF;
-  text-shadow: 0px 2px 2px #FFFFFF;
-  background: url(../images/icons.png) -617px -488px;
+  color: #5c7082;
+  text-shadow: 0 2px 2px #ffffff;
+  -moz-text-shadow: 0 2px 2px #ffffff;
+  -webkit-text-shadow: 0 2px 2px #ffffff;
+  -o-text-shadow: 0 2px 2px #ffffff;
 }
 
 .dashboard.user .vm-status .content ul li .value {
-  background: #DFE9CC;
   width: 229px;
-  color: #5D7C98;
+  margin: 12px auto auto;
+  padding: 59px 0;
   /*+text-shadow:0px 1px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 2px #FFFFFF;
-  -o-text-shadow: 0px 1px 2px #FFFFFF;
-  text-shadow: 0px 1px 2px #FFFFFF;
+  background: #dfe9cc;
   font-size: 58px;
-  margin: 12px auto auto;
+  color: #5d7c98;
   text-align: center;
-  padding: 59px 0px;
+  text-shadow: 0 1px 2px #ffffff;
+  -moz-text-shadow: 0 1px 2px #ffffff;
+  -webkit-text-shadow: 0 1px 2px #ffffff;
+  -o-text-shadow: 0 1px 2px #ffffff;
 }
 
 .dashboard.user .vm-status .content ul li.stopped .name {
@@ -4836,7 +4763,7 @@ textarea {
 }
 
 .dashboard.user .vm-status .content ul li.stopped .value {
-  background: #EDCBCE;
+  background: #edcbce;
 }
 
 .dashboard.user .vm-status .content ul li.total .name {
@@ -4844,7 +4771,7 @@ textarea {
 }
 
 .dashboard.user .vm-status .content ul li.total .value {
-  background: #DFE4E9;
+  background: #dfe4e9;
 }
 
 /***** Tables / status list*/
@@ -4858,35 +4785,35 @@ textarea {
 
 .dashboard.user .status-lists ul li.events .content li {
   width: 97%;
-  cursor: default;
   margin: 6px 11px 0 0;
-  font-size: 11px;
   padding: 13px 0 12px 16px;
-  color: #495A76;
+  border: 1px solid #dbdbdb;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
-  border: 1px solid #DBDBDB;
+  box-shadow: 0 2px 4px #c0c0c0;
+  background: #efefef url("../images/bg-gradients.png") repeat-x 0 -29px;
+  font-size: 11px;
+  color: #495a76;
+  text-shadow: 0 1px #ffffff;
   /*+box-shadow:0px 2px 4px #C0C0C0;*/
-  -moz-box-shadow: 0px 2px 4px #C0C0C0;
-  -webkit-box-shadow: 0px 2px 4px #C0C0C0;
-  -o-box-shadow: 0px 2px 4px #C0C0C0;
-  box-shadow: 0px 2px 4px #C0C0C0;
-  background: #EFEFEF url(../images/bg-gradients.png) repeat-x 0px -29px;
+  cursor: default;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
+  -moz-box-shadow: 0 2px 4px #c0c0c0;
   /*+border-radius:4px;*/
+  -webkit-box-shadow: 0 2px 4px #c0c0c0;
+  -o-box-shadow: 0 2px 4px #c0c0c0;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .dashboard.user .status-lists ul li.events .content li .title {
-  font-weight: bold;
-  color: #4A5A6A;
   margin-bottom: 9px;
+  font-weight: bold;
+  color: #4a5a6a;
 }
 
 .dashboard.user .status-lists ul li {
@@ -4901,7 +4828,7 @@ textarea {
 }
 
 .dashboard.user .status-lists table th {
-  padding: 8px 0px 6px;
+  padding: 8px 0 6px;
 }
 
 .dashboard.user .status-lists .events table {
@@ -4909,11 +4836,11 @@ textarea {
 }
 
 .dashboard.user .status-lists table tbody {
-  height: 256px;
   display: block;
+  height: 256px;
+  padding: 0 0;
   overflow: auto;
   overflow-x: hidden;
-  padding: 0 0px;
 }
 
 .dashboard.user .status-lists table td.value {
@@ -4922,8 +4849,8 @@ textarea {
 
 .dashboard.user .status-lists table td.desc {
   width: 151px;
-  overflow: hidden;
   cursor: default;
+  overflow: hidden;
 }
 
 .dashboard.user .status-lists .my-account table tbody tr td {
@@ -4932,12 +4859,12 @@ textarea {
 }
 
 .dashboard.user .status-lists table thead {
-  background: url(../images/bg-gradients.png) 0px -351px;
-  border-top: 1px solid #C4C5C5;
+  border-top: 1px solid #c4c5c5;
+  background: url("../images/bg-gradients.png") 0 -351px;
 }
 
 .dashboard.user .status-lists table tr.odd {
-  background: #DFE1E3;
+  background: #dfe1e3;
 }
 
 .dashboard.user .status-lists table td {
@@ -4951,20 +4878,19 @@ textarea {
 }
 
 .dashboard.user .status-lists li.ip-addresses .desc {
-  color: #3F5468;
+  color: #3f5468;
 }
 
 .dashboard.user .status-lists li.ip-addresses .value {
-  font-size: 29px;
   margin: 7px 0 0;
+  font-size: 29px;
   /*+text-shadow:0px 1px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 2px #FFFFFF;
-  -o-text-shadow: 0px 1px 2px #FFFFFF;
-  text-shadow: 0px 1px 2px #FFFFFF;
+  text-shadow: 0 1px 2px #ffffff;
+  -moz-text-shadow: 0 1px 2px #ffffff;
+  -webkit-text-shadow: 0 1px 2px #ffffff;
+  -o-text-shadow: 0 1px 2px #ffffff;
 }
 
-/*System chart*/
 .system-chart {
   width: 100%;
   height: 100%;
@@ -4973,34 +4899,34 @@ textarea {
 }
 
 .system-chart ul.resources li {
-  background: transparent url(../images/bg-gradients.png) repeat-x 0px -1340px;
-  text-align: left;
+  position: absolute;
   width: 100px;
   height: 60px;
-  position: absolute;
-  border: 1px solid #99A0A5;
+  border: 1px solid #99a0a5;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
   /*+border-radius:4px;*/
+  box-shadow: 0 0 2px #a6a6a6;
+  background: transparent url("../images/bg-gradients.png") repeat-x 0 -1340px;
+  text-align: left;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
   /*+box-shadow:0px 0px 2px #A6A6A6;*/
-  -moz-box-shadow: 0px 0px 2px #A6A6A6;
-  -webkit-box-shadow: 0px 0px 2px #A6A6A6;
-  -o-box-shadow: 0px 0px 2px #A6A6A6;
-  box-shadow: 0px 0px 2px #A6A6A6;
+  -khtml-border-radius: 4px;
+  -moz-box-shadow: 0 0 2px #a6a6a6;
+  -webkit-box-shadow: 0 0 2px #a6a6a6;
+  -o-box-shadow: 0 0 2px #a6a6a6;
 }
 
 .system-chart ul.resources li .button.view-all {
-  width: 65px;
-  height: 25px;
-  background: url(../images/buttons.png) no-repeat -458px -504px;
-  /*+placement:shift 32px 34px;*/
   position: relative;
-  left: 32px;
-  top: 34px;
   position: absolute;
+  top: 34px;
+  /*+placement:shift 32px 34px;*/
+  left: 32px;
+  width: 65px;
+  height: 25px;
+  background: url("../images/buttons.png") no-repeat -458px -504px;
 }
 
 .system-chart ul.resources li .button.view-all:hover {
@@ -5008,33 +4934,33 @@ textarea {
 }
 
 .system-chart ul.resources li .button.view-all .view-all-label {
-  color: #FFFFFF;
-  font-size: 11px;
-  /*+text-shadow:0px -1px 1px #000000;*/
-  -moz-text-shadow: 0px -1px 1px #000000;
-  -webkit-text-shadow: 0px -1px 1px #000000;
-  -o-text-shadow: 0px -1px 1px #000000;
-  text-shadow: 0px -1px 1px #000000;
-  /*+placement:shift 9px 0px;*/
   position: relative;
+  top: 0;
+  /*+text-shadow:0px -1px 1px #000000;*/
   left: 9px;
-  top: 0px;
+  font-size: 11px;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #000000;
+  /*+placement:shift 9px 0px;*/
+  -moz-text-shadow: 0 -1px 1px #000000;
+  -webkit-text-shadow: 0 -1px 1px #000000;
+  -o-text-shadow: 0 -1px 1px #000000;
 }
 
 .system-chart ul.resources li .label {
-  font-weight: bold;
-  font-size: 12px;
-  color: #5C7485;
-  /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
-  /*+placement:shift 3px 3px;*/
   position: relative;
-  left: 3px;
-  top: 3px;
   position: absolute;
+  top: 3px;
+  /*+text-shadow:0px 1px #FFFFFF;*/
+  left: 3px;
+  font-size: 12px;
+  font-weight: bold;
+  color: #5c7485;
+  /*+placement:shift 3px 3px;*/
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 /** Resources*/
@@ -5046,7 +4972,7 @@ textarea {
 
 .system-chart.dashboard.admin .dashboard-container {
   width: 930px;
-  border: none;
+  border: 0;
 }
 
 .system-chart.dashboard.admin .dashboard-container .top {
@@ -5054,15 +4980,15 @@ textarea {
 }
 
 .system-chart.dashboard.admin .dashboard-container .top .title {
-  color: #55687A;
+  color: #55687a;
 }
 
 .system-chart.dashboard.admin .dashboard-container .top .title span {
   /*+text-shadow:0px 0px #FFFFFF;*/
-  -moz-text-shadow: 0px 0px #FFFFFF;
-  -webkit-text-shadow: 0px 0px #FFFFFF;
-  -o-text-shadow: 0px 0px #FFFFFF;
-  text-shadow: 0px 0px #FFFFFF;
+  text-shadow: 0 0 #ffffff;
+  -moz-text-shadow: 0 0 #ffffff;
+  -webkit-text-shadow: 0 0 #ffffff;
+  -o-text-shadow: 0 0 #ffffff;
 }
 
 .system-chart.dashboard.admin .dashboard-container .stats .chart {
@@ -5071,15 +4997,15 @@ textarea {
 
 /** Compute*/
 .system-chart.compute {
-  background: url(../images/bg-system-chart-compute.png) no-repeat center;
+  background: url("../images/bg-system-chart-compute.png") no-repeat center;
 }
 
 /*** Compute resources*/
 .system-chart.compute ul.resources {
+  position: relative;
   width: 98%;
   height: 97%;
   margin: 0;
-  position: relative;
 }
 
 .system-chart.compute ul.resources li.zone {
@@ -5087,241 +5013,239 @@ textarea {
 }
 
 .system-chart.compute ul.resources li.zone .label {
-  width: 100%;
-  left: 0px;
   top: 20px;
+  left: 0;
+  width: 100%;
   font-size: 14px;
   text-align: center;
 }
 
 .system-chart.compute ul.resources li.pods {
-  left: 299px;
   top: 112px;
+  left: 299px;
 }
 
 .system-chart.compute ul.resources li.clusters {
-  left: 396px;
   top: 189px;
+  left: 396px;
 }
 
 .system-chart.compute ul.resources li.hosts {
-  left: 507px;
   top: 265px;
+  left: 507px;
 }
 
 .system-chart.compute ul.resources li.primaryStorage {
-  left: 507px;
   top: 375px;
+  left: 507px;
 }
 
 .system-chart.compute ul.resources li.secondaryStorage {
-  left: 299px;
   top: 497px;
+  left: 299px;
 }
 
 .system-chart.compute ul.resources li.ucs {
-  left: 299px;
   top: 406px;
+  left: 299px;
 }
 
 /** Network*/
 .system-chart.network .network-switch-icon {
-  color: #506980;
-  font-weight: bold;
-  background: url(../images/bg-gradients.png) repeat-x 0px -38px;
-  border: 1px solid #CDCDCD;
-  border-top: 2px solid #FFFFFF;
+  position: relative;
+  position: absolute;
+  z-index: 3;
+  top: 76px;
+  left: 187px;
   /*+box-shadow:0px 0px 2px #A4A4A4;*/
-  -moz-box-shadow: 0px 0px 2px #A4A4A4;
-  -webkit-box-shadow: 0px 0px 2px #A4A4A4;
-  -o-box-shadow: 0px 0px 2px #A4A4A4;
-  box-shadow: 0px 0px 2px #A4A4A4;
+  padding: 8px 7px;
+  border: 1px solid #cdcdcd;
+  border-top: 2px solid #ffffff;
+  border-radius: 2px;
   /*+border-radius:2px;*/
+  border-radius: 2px 2px 2px 2px;
+  box-shadow: 0 0 2px #a4a4a4;
+  background: url("../images/bg-gradients.png") repeat-x 0 -38px;
+  font-weight: bold;
+  color: #506980;
+  -moz-box-shadow: 0 0 2px #a4a4a4;
+  /*+placement:shift 187px 76px;*/
+  -webkit-box-shadow: 0 0 2px #a4a4a4;
+  -o-box-shadow: 0 0 2px #a4a4a4;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
-  border-radius: 2px;
-  border-radius: 2px 2px 2px 2px;
-  padding: 8px 7px;
-  /*+placement:shift 187px 76px;*/
-  position: relative;
-  left: 187px;
-  top: 76px;
-  position: absolute;
-  z-index: 3;
 }
 
 .system-chart.network .base-circle-icon {
-  width: 35px;
-  height: 34px;
-  background: url(../images/bg-system-network-traffic.png) 0px -853px;
-  /*+placement:shift 227px 557px;*/
   position: relative;
-  left: 227px;
-  top: 557px;
   position: absolute;
   z-index: 5;
+  /*+placement:shift 227px 557px;*/
+  top: 557px;
+  left: 227px;
+  width: 35px;
+  height: 34px;
+  background: url("../images/bg-system-network-traffic.png") 0 -853px;
 }
 
 .system-chart.network ul.resources {
-  width: 100%;
-  height: 98%;
   position: absolute;
   z-index: 2;
+  width: 100%;
+  height: 98%;
 }
 
 .system-chart.network ul.resources li {
-  background: transparent;
+  border: 0;
   /*+box-shadow:0px 0px;*/
-  -moz-box-shadow: 0px 0px;
-  -webkit-box-shadow: 0px 0px;
-  -o-box-shadow: 0px 0px;
-  box-shadow: 0px 0px;
-  -moz-box-shadow: 0px 0px none;
-  -webkit-box-shadow: 0px 0px none;
-  -o-box-shadow: 0px 0px none;
+  border-radius: 0;
+  border-radius: 0 0 0 0;
+  box-shadow: 0 0;
+  background: transparent;
+  -moz-box-shadow: 0 0;
+  -webkit-box-shadow: 0 0;
+  -o-box-shadow: 0 0;
+  -moz-box-shadow: 0 0 none;
+  -webkit-box-shadow: 0 0 none;
+  -o-box-shadow: 0 0 none;
   -moz-box-shadow: none;
+  /*+border-radius:0px;*/
   -webkit-box-shadow: none;
   -o-box-shadow: none;
-  border: none;
-  /*+border-radius:0px;*/
-  -moz-border-radius: 0px;
-  -webkit-border-radius: 0px;
-  -khtml-border-radius: 0px;
-  border-radius: 0px;
-  border-radius: 0px 0px 0px 0px;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+  -khtml-border-radius: 0;
 }
 
 .system-chart.network ul.resources li .view-all {
   /*+placement:shift 19px 21px;*/
   position: relative;
-  left: 19px;
   top: 21px;
+  left: 19px;
 }
 
 .system-chart.network ul.resources li.public {
   /*+placement:shift 356px 23px;*/
   position: relative;
-  left: 356px;
-  top: 23px;
   position: absolute;
+  top: 23px;
+  left: 356px;
 }
 
 .system-chart.network ul.resources li.guest {
   /*+placement:shift 356px 155px;*/
   position: relative;
-  left: 356px;
-  top: 155px;
   position: absolute;
+  top: 155px;
+  left: 356px;
 }
 
 .system-chart.network ul.resources li.management {
   /*+placement:shift 356px 242px;*/
   position: relative;
-  left: 356px;
-  top: 242px;
   position: absolute;
+  top: 242px;
+  left: 356px;
 }
 
 .system-chart.network ul.resources li.storage {
   /*+placement:shift 356px 333px;*/
   position: relative;
-  left: 356px;
-  top: 333px;
   position: absolute;
+  top: 333px;
+  left: 356px;
 }
 
 .system-chart.network ul.resources li.providers {
   /*+placement:shift 248px 427px;*/
   position: relative;
-  left: 248px;
+  position: absolute;
   top: 427px;
-  height: 77px;
+  left: 248px;
   width: 258px;
-  position: absolute;
-  background: url(../images/bg-system-network-traffic.png) no-repeat -50px -848px;
+  height: 77px;
+  background: url("../images/bg-system-network-traffic.png") no-repeat -50px -848px;
 }
 
 .system-chart.network ul.resources li.providers span {
   /*+placement:shift 99px 5px;*/
   position: relative;
-  left: 99px;
-  top: 5px;
   position: absolute;
+  top: 5px;
+  left: 99px;
   font-size: 12px;
 }
 
 .system-chart.network ul.resources li.providers .view-all {
   /*+placement:shift 186px 48px;*/
   position: relative;
-  left: 186px;
-  top: 48px;
   position: absolute;
+  top: 48px;
+  left: 186px;
 }
 
 .system-chart.network .system-network-chart {
-  width: 100%;
-  height: 100%;
   position: relative;
   z-index: 1;
+  width: 100%;
+  height: 100%;
 }
 
 .system-chart.network .system-network-chart .network-chart-item {
-  background: url(../images/bg-system-network-traffic.png) no-repeat;
   width: 213px;
   height: 539px;
+  background: url("../images/bg-system-network-traffic.png") no-repeat;
 }
 
 .system-chart.network .system-network-chart .network-chart-item.public {
-  background-position: -793px -1px;
-  /*+placement:shift 245px 20px;*/
   position: relative;
-  left: 245px;
-  top: 20px;
+  /*+placement:shift 245px 20px;*/
   position: absolute;
+  top: 20px;
+  left: 245px;
+  background-position: -793px -1px;
 }
 
 .system-chart.network .system-network-chart .network-chart-item.management {
-  background-position: -273px 12px;
-  /*+placement:shift 239px 20px;*/
   position: relative;
-  left: 239px;
-  top: 20px;
+  /*+placement:shift 239px 20px;*/
   position: absolute;
+  top: 20px;
+  left: 239px;
+  background-position: -273px 12px;
 }
 
 .system-chart.network .system-network-chart .network-chart-item.storage {
-  background-position: -523px 12px;
-  /*+placement:shift 231px 20px;*/
   position: relative;
-  left: 231px;
-  top: 20px;
+  /*+placement:shift 231px 20px;*/
   position: absolute;
+  top: 20px;
+  left: 231px;
+  background-position: -523px 12px;
 }
 
 .system-chart.network .system-network-chart .network-chart-item.guest {
-  background-position: -43px 12px;
-  /*+placement:shift 251px 20px;*/
   position: relative;
-  left: 251px;
-  top: 20px;
+  /*+placement:shift 251px 20px;*/
   position: absolute;
+  top: 20px;
+  left: 251px;
+  background-position: -43px 12px;
 }
 
-/** NAAS
-** Add initial resource form*/
 .panel .add-first-network-resource {
   margin: 37px;
-  font-size: 14px;
-  background: #FFFFFF;
   padding: 19px 19px 79px;
+  border: 1px solid #ececec;
+  border-radius: 12px;
   /*+border-radius:12px;*/
+  border-radius: 12px 12px 12px 12px;
+  background: #ffffff;
+  font-size: 14px;
   -moz-border-radius: 12px;
   -webkit-border-radius: 12px;
   -khtml-border-radius: 12px;
-  border-radius: 12px;
-  border-radius: 12px 12px 12px 12px;
-  border: 1px solid #ECECEC;
 }
 
 .panel .add-first-network-resource form {
@@ -5332,28 +5256,28 @@ textarea {
 }
 
 .panel .add-first-network-resource .title {
+  margin: 0 0 17px;
   font-size: 26px;
-  color: #3984D1;
   /*+text-shadow:0px 1px 2px #BCBCBC;*/
-  -moz-text-shadow: 0px 1px 2px #BCBCBC;
-  -webkit-text-shadow: 0px 1px 2px #BCBCBC;
-  -o-text-shadow: 0px 1px 2px #BCBCBC;
-  text-shadow: 0px 1px 2px #BCBCBC;
-  margin: 0 0 17px;
+  color: #3984d1;
+  text-shadow: 0 1px 2px #bcbcbc;
+  -moz-text-shadow: 0 1px 2px #bcbcbc;
+  -webkit-text-shadow: 0 1px 2px #bcbcbc;
+  -o-text-shadow: 0 1px 2px #bcbcbc;
 }
 
 .panel .add-first-network-resource .message {
   display: block;
-  color: #545151;
   margin: 0 0 30px;
+  color: #545151;
 }
 
 .panel .add-first-network-resource .form-item {
-  width: 409px;
   display: inline-block;
-  padding: 5px;
   position: relative;
+  width: 409px;
   margin: 0 0 2px;
+  padding: 5px;
 }
 
 .panel .add-first-network-resource .form-item label {
@@ -5364,32 +5288,32 @@ textarea {
 
 .panel .add-first-network-resource .form-item label.error {
   display: none;
-  font-size: 10px;
   position: absolute;
   top: 30px;
   left: 137px;
+  font-size: 10px;
 }
 
 .panel .add-first-network-resource .form-item input {
   float: right;
   /*+border-radius:6px;*/
-  -moz-border-radius: 6px;
-  -webkit-border-radius: 6px;
-  -khtml-border-radius: 6px;
+  border: 1px solid #b7b7b7;
   border-radius: 6px;
   border-radius: 6px 6px 6px 6px;
   font-size: 16px;
-  border: 1px solid #B7B7B7;
+  -moz-border-radius: 6px;
+  -webkit-border-radius: 6px;
+  -khtml-border-radius: 6px;
 }
 
-.panel .add-first-network-resource .form-item input[type=checkbox] {
+.panel .add-first-network-resource .form-item input[type='checkbox'] {
   float: right;
   margin: 0 266px 0 0;
 }
 
-.panel .add-first-network-resource .form-item input[type=text],
-.panel .add-first-network-resource .form-item input[type=password],
-.panel .add-first-network-resource .form-item input[type=text],
+.panel .add-first-network-resource .form-item input[type='text'],
+.panel .add-first-network-resource .form-item input[type='password'],
+.panel .add-first-network-resource .form-item input[type='text'],
 .panel .add-first-network-resource .form-item select {
   width: 276px;
 }
@@ -5400,42 +5324,42 @@ textarea {
 }
 
 .panel .add-first-network-resource .button {
-  padding: 11px 23px 11px 21px;
-  cursor: pointer;
-  background: url(../images/bg-gradients.png) repeat-x 0px -221px;
+  clear: both;
   margin: 29px 0 0;
+  padding: 11px 23px 11px 21px;
+  border: 1px solid #858585;
   /*+border-radius:10px;*/
+  border-radius: 10px;
+  border-radius: 10px 10px 10px 10px;
+  background: url("../images/bg-gradients.png") repeat-x 0 -221px;
+  color: #ffffff;
+  cursor: pointer;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -khtml-border-radius: 10px;
-  border-radius: 10px;
-  border-radius: 10px 10px 10px 10px;
-  border: 1px solid #858585;
-  color: #FFFFFF;
-  clear: both;
   /*[empty]position:;*/
 }
 
 .panel .add-first-network-resource .multi-array {
-  background: #FFFFFF;
-  border: 1px solid #DCDCDC;
   display: inline-block;
   float: left;
-  padding: 12px;
   clear: both;
   width: 383px;
   margin: 3px 0 10px;
+  padding: 12px;
+  border: 1px solid #dcdcdc;
+  border-radius: 7px;
   /*+border-radius:7px;*/
+  border-radius: 7px 7px 7px 7px;
+  background: #ffffff;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
-  border-radius: 7px;
-  border-radius: 7px 7px 7px 7px;
 }
 
 .panel .add-first-network-resource .multi-array .item {
-  max-width: 155px;
   float: left;
+  max-width: 155px;
   margin: 6px 0 0 24px;
 }
 
@@ -5452,42 +5376,38 @@ textarea {
   margin: 0;
 }
 
-/*Form validation*/
-input.error {
-  background: #FEE5E5;
-}
-
-label.error {
-  color: #FF0000;
-}
-
-/*Multi-step wizard*/
 .multi-wizard {
+  display: inline-block;
   width: 500px;
   height: 550px;
-  display: inline-block;
 }
 
 /*** Progress bar*/
 .multi-wizard .progress {
-  color: #FFFFFF;
   font-size: 11px;
+  color: #ffffff;
 }
 
 .multi-wizard .progress ul {
-  height: 40px;
   float: left;
   clear: both;
+  height: 40px;
 }
 
 /*[clearfix]*/
 .multi-wizard .progress ul li {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  position: relative;
   float: left;
+  -webkit-box-align: center;
+  -ms-flex-align: center;
+  align-items: center;
   width: 128px;
   height: 40px;
-  position: relative;
-  display: flex;
-  align-items: center;
+  -webkit-box-pack: center;
+  -ms-flex-pack: center;
   justify-content: center;
 }
 
@@ -5497,34 +5417,34 @@ label.error {
 }
 
 .multi-wizard .progress ul li.active {
-  background: url(../images/bg-gradients.png) 0px -221px;
+  border-radius: 5px;
+  background: url("../images/bg-gradients.png") 0 -221px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
-  border-radius: 5px;
 }
 
 .multi-wizard .progress ul li span {
   position: relative;
-  color: #000000;
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
   width: 62px;
+  color: #000000;
   text-align: center;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .multi-wizard .progress ul li span.arrow {
+  display: none;
+  position: absolute;
+  /*+placement:displace 74px -3px;*/
+  z-index: 1000;
   width: 17px;
   height: 15px;
-  /*+placement:displace 74px -3px;*/
-  position: absolute;
-  margin-left: 74px;
   margin-top: -3px;
-  background: url(../images/icons.png) no-repeat 0px -422px;
-  z-index: 1000;
-  display: none;
+  margin-left: 74px;
+  background: url("../images/icons.png") no-repeat 0 -422px;
 }
 
 .multi-wizard.instance-wizard .progress ul li span.arrow {
@@ -5537,53 +5457,53 @@ label.error {
 
 .multi-wizard .progress ul li span.number {
   width: auto;
+  background: transparent;
   font-size: 27px;
   font-weight: bold;
-  color: #BBBBBB;
-  background: transparent;
+  color: #bbbbbb;
 }
 
 .multi-wizard .progress ul li.active span {
   /*+text-shadow:0px -1px 1px #004AFF;*/
-  -moz-text-shadow: 0px -1px 1px #004AFF;
-  -webkit-text-shadow: 0px -1px 1px #004AFF;
-  -o-text-shadow: 0px -1px 1px #004AFF;
-  text-shadow: 0px -1px 1px #004AFF;
-  color: #FFFFFF;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #004aff;
+  -moz-text-shadow: 0 -1px 1px #004aff;
+  -webkit-text-shadow: 0 -1px 1px #004aff;
+  -o-text-shadow: 0 -1px 1px #004aff;
 }
 
 /*** Content*/
 .multi-wizard .main-desc {
-  font-size: 11px;
-  text-align: left;
-  width: 437px;
-  /*+placement:shift 3px 25px;*/
   position: relative;
-  left: 3px;
   top: 25px;
+  left: 3px;
+  /*+placement:shift 3px 25px;*/
+  width: 437px;
+  font-size: 11px;
   line-height: 17px;
+  text-align: left;
 }
 
 .multi-wizard .review .main-desc,
 .multi-wizard .select-template .main-desc {
-  margin-left: 10px;
   left: 0;
+  margin-left: 10px;
 }
 
 .multi-wizard .content {
-  background: #FFFFFF;
+  display: inline-block;
+  float: left;
   width: 440px;
   min-height: 366px;
   margin: 24px 0 0;
-  padding-bottom: 8px;
   /*+border-radius:4px;*/
+  padding-bottom: 8px;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: #ffffff;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  display: inline-block;
-  float: left;
 }
 
 .multi-wizard .select-security-group .content {
@@ -5592,13 +5512,13 @@ label.error {
 
 .multi-wizard .content .section {
   width: 416px;
-  background: #E9E9E9;
   margin: 16px auto auto;
-  overflow: hidden;
-  text-align: left;
+  border: 1px solid #e0dfdf;
+  background: #e9e9e9;
   font-size: 12px;
-  color: #505A62;
-  border: 1px solid #E0DFDF;
+  color: #505a62;
+  text-align: left;
+  overflow: hidden;
 }
 
 .multi-wizard.instance-wizard .service-offering .content {
@@ -5612,16 +5532,16 @@ label.error {
   width: 334px;
   height: 45px;
   margin: 9px auto auto;
-  background: #D6D6D6;
+  background: #d6d6d6;
 }
 
 .multi-wizard .content .section .select-area .desc {
-  text-align: left;
-  width: 155px;
   float: right;
+  width: 155px;
   padding: 9px 0 0;
   font-size: 12px;
   color: #989898;
+  text-align: left;
 }
 
 .multi-wizard .content .section .select-area input {
@@ -5631,60 +5551,60 @@ label.error {
 }
 
 .multi-wizard .content .section .select-area select {
-  padding: 0;
+  float: left;
   width: 158px;
   /*+border-radius:4px;*/
+  margin: 11px 0 0 14px;
+  padding: 0;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  margin: 11px 0px 0 14px;
-  float: left;
 }
 
-.multi-wizard .content .section .select-area input[type=radio],
-.multi-wizard.instance-wizard .content .section.select-template input[type=radio] {
+.multi-wizard .content .section .select-area input[type='radio'],
+.multi-wizard.instance-wizard .content .section.select-template input[type='radio'] {
   margin: 14px 16px 0;
 }
 
 .multi-wizard .content .section .select-area label {
   float: left;
-  text-align: left;
+  margin: 12px 12px 12px 2px;
   font-size: 18px;
-  color: #62798E;
+  color: #62798e;
   /*+text-shadow:0px 2px 2px #EFEFEF;*/
-  -moz-text-shadow: 0px 2px 2px #EFEFEF;
-  -webkit-text-shadow: 0px 2px 2px #EFEFEF;
-  -o-text-shadow: 0px 2px 2px #EFEFEF;
-  text-shadow: 0px 2px 2px #EFEFEF;
-  margin: 12px 12px 12px 2px;
+  text-align: left;
+  text-shadow: 0 2px 2px #efefef;
+  -moz-text-shadow: 0 2px 2px #efefef;
+  -webkit-text-shadow: 0 2px 2px #efefef;
+  -o-text-shadow: 0 2px 2px #efefef;
 }
 
 .multi-wizard .content .section .select-area label.error {
-  font-size: 10px;
-  color: #FF0000;
   margin: 2px 0 0 14px;
+  font-size: 10px;
+  color: #ff0000;
 }
 
 .multi-wizard .content .section p {
+  padding: 0 0 0 40px;
   font-size: 11px;
-  text-align: left;
   color: #808080;
-  padding: 0 0 0 40px;
+  text-align: left;
 }
 
 .multi-wizard .content .section h3 {
-  text-align: left;
-  color: #62798E;
-  font-weight: bold;
+  margin: 0;
   padding: 14px 14px 3px 39px;
+  font-weight: bold;
+  color: #62798e;
   /*+text-shadow:0px 1px 1px #EFEFEF;*/
-  -moz-text-shadow: 0px 1px 1px #EFEFEF;
-  -webkit-text-shadow: 0px 1px 1px #EFEFEF;
-  -o-text-shadow: 0px 1px 1px #EFEFEF;
-  text-shadow: 0px 1px 1px #EFEFEF;
-  margin: 0;
+  text-align: left;
+  text-shadow: 0 1px 1px #efefef;
+  -moz-text-shadow: 0 1px 1px #efefef;
+  -webkit-text-shadow: 0 1px 1px #efefef;
+  -o-text-shadow: 0 1px 1px #efefef;
 }
 
 .multi-wizard .content .section.select-zone {
@@ -5696,25 +5616,25 @@ label.error {
 }
 
 .multi-wizard .content.tab-view {
-  margin: 31px 0px 0px;
+  margin: 31px 0 0;
+  padding: 0 8px;
   background: transparent;
-  padding: 0px 8px;
 }
 
 .multi-wizard .content.tab-view div.ui-tabs-panel {
-  border: 1px solid #E2DDDD;
   clear: both;
-  height: 72% !important;
   width: 98%;
-  overflow: auto;
-  overflow-x: hidden;
+  height: 72% !important;
   height: 591px;
+  border: 1px solid #e2dddd;
+  border-radius: 0 3px 10px 10px;
+  background: #ffffff;
   /*+border-radius:0 3px 10px 10px;*/
+  overflow: auto;
+  overflow-x: hidden;
   -moz-border-radius: 0 3px 10px 10px;
   -webkit-border-radius: 0 3px 10px 10px;
   -khtml-border-radius: 0 3px 10px 10px;
-  border-radius: 0 3px 10px 10px;
-  background: #FFFFFF;
 }
 
 .multi-wizard .content.tab-view div.ui-tabs-panel.ui-tabs-hide {
@@ -5722,14 +5642,14 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-iso .content .select .hypervisor {
-  float: left;
   display: block;
+  position: relative;
+  float: left;
   clear: both;
-  margin: 12px 0 0 58px;
   /*+placement:shift 0px -6px;*/
-  position: relative;
-  left: 0px;
   top: -6px;
+  left: 0;
+  margin: 12px 0 0 58px;
 }
 
 .multi-wizard.instance-wizard .select-iso .content .select .hypervisor select {
@@ -5737,14 +5657,14 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-iso .content .select .hypervisor label {
-  color: #000000;
-  font-size: 11px;
-  margin-right: 9px;
-  margin-left: 2px;
-  /*+placement:shift;*/
   position: relative;
-  left: 0;
   top: 0;
+  left: 0;
+  margin-right: 9px;
+  /*+placement:shift;*/
+  margin-left: 2px;
+  font-size: 11px;
+  color: #000000;
 }
 
 .multi-wizard.instance-wizard .select-iso .wizard-step-conditional.select-iso .content .select.selected {
@@ -5753,96 +5673,96 @@ label.error {
 
 /*** UI widgets*/
 .multi-wizard .ui-tabs ul.ui-tabs-nav {
-  margin-top: 7px;
   display: block;
-  height: 41px;
-  background: transparent;
-  border: none;
-  /*+placement:shift -6px 5px;*/
+  display: inline-block;
   position: relative;
-  left: -6px;
+  z-index: 10;
   top: 5px;
+  /*+placement:shift -6px 5px;*/
+  left: -6px;
+  height: 41px;
+  margin-top: 7px;
+  border: 0;
+  background: transparent;
   overflow: hidden;
-  display: inline-block;
-  z-index: 10;
 }
 
 .multi-wizard .select-iso .ui-tabs ul {
   float: left;
-  left: 0px;
   top: 1px;
+  left: 0;
 }
 
 .multi-wizard .ui-tabs li.ui-state-active {
-  background: #FFFFFF;
+  background: #ffffff;
 }
 
 .multi-wizard .ui-tabs li.ui-state-default a {
-  padding-left: 0;
   padding-right: 0;
+  padding-left: 0;
 }
 
 .multi-wizard .ui-slider {
+  float: left;
   width: 136px;
-  padding: 0;
   margin: 8px -2px 3px;
-  background: url(../images/bg-gradients.png) 0px -307px !important;
-  float: left;
+  padding: 0;
+  background: url("../images/bg-gradients.png") 0 -307px !important;
 }
 
 .multi-wizard.instance-wizard .ui-slider {
+  margin: 8px 0 0 2px;
   padding: 7px 0 0 8px;
-  margin: 8px 0px 0px 2px;
 }
 
 .multi-wizard .ui-slider .ui-slider-handle {
   display: block;
-  background: url(../images/buttons.png) -622px -274px;
-  width: 18px;
-  height: 18px;
   position: relative;
-  outline: none;
-  border: none;
   top: -0.5rem;
+  width: 18px;
+  height: 18px;
   margin-left: -0.9rem;
+  border: 0;
+  outline: none;
+  background: url("../images/buttons.png") -622px -274px;
 }
 
 /*** Select container*/
 .multi-wizard .select-container {
   height: 352px;
+  margin: 10px 10px 0;
+  border: 1px solid #d9dfe1;
+  border-radius: 4px;
+  /*+border-radius:4px;*/
+  border-radius: 4px 4px 4px 4px;
   overflow: auto;
   overflow-x: hidden;
-  border: 1px solid #D9DFE1;
-  /*+border-radius:4px;*/
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  margin: 10px 10px 0px;
 }
 
 .multi-wizard .select-container p {
   padding: 11px;
+  background: #dfdfdf;
   color: #424242;
-  background: #DFDFDF;
 }
 
 .multi-wizard .select-container .select {
-  font-size: 13px;
+  display: inline-block;
+  float: left;
+  width: 100%;
+  min-height: 35px;
   margin: -1px 0 0;
   padding: 0 0 14px;
-  min-height: 35px;
-  width: 100%;
-  display: inline-block;
+  border: 0;
+  background: #ffffff;
+  font-size: 13px;
   text-align: left;
-  float: left;
-  border: none;
-  background: #FFFFFF;
 }
 
 .multi-wizard .select-container .select.odd {
-  background: #EBEFF4;
+  background: #ebeff4;
 }
 
 .multi-wizard .select-container .select input {
@@ -5851,33 +5771,33 @@ label.error {
 }
 
 .multi-wizard .select-container .select .select-desc {
-  max-width: 335px;
-  min-height: 28px;
-  overflow: hidden;
+  display: inline-block;
   float: left;
   clear: none;
+  max-width: 335px;
+  min-height: 28px;
   margin: 21px 0 0;
-  display: inline-block;
+  overflow: hidden;
 }
 
 .multi-wizard .select-container .select .select-desc .name {
-  font-weight: bold;
   margin: 0 0 5px;
+  font-weight: bold;
 }
 
 .multi-wizard .select-container .select .select-desc .desc {
+  display: inline-block;
   font-size: 11px;
   color: #808080;
-  display: inline-block;
   /*[empty]height:;*/
 }
 
 /*** Buttons*/
 .multi-wizard .buttons {
-  width: 100%;
   position: absolute;
   bottom: 10px;
-  left: 0px;
+  left: 0;
+  width: 100%;
 }
 
 .multi-wizard .buttons .button {
@@ -5885,107 +5805,107 @@ label.error {
   height: 16px;
   padding: 11px 0 8px;
   /*+box-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-box-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-box-shadow: 0px 1px 1px #FFFFFF;
-  -o-box-shadow: 0px 1px 1px #FFFFFF;
-  box-shadow: 0px 1px 1px #FFFFFF;
-  border: 1px solid #78818F;
-  cursor: pointer;
-  font-weight: bold;
+  border: 1px solid #78818f;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  box-shadow: 0 1px 1px #ffffff;
   font-size: 12px;
+  font-weight: bold;
+  cursor: pointer;
+  -moz-box-shadow: 0 1px 1px #ffffff;
   /*+border-radius:4px;*/
+  -webkit-box-shadow: 0 1px 1px #ffffff;
+  -o-box-shadow: 0 1px 1px #ffffff;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .multi-wizard .buttons .button.next {
   /*+placement:float-right 77px 0px;*/
-  float: right;
   position: relative;
+  float: right;
+  top: 0;
   left: 77px;
-  top: 0px;
-  color: #FFFFFF;
+  border: 1px solid #0069cf;
   /*+text-shadow:0px -1px 1px #465259;*/
-  -moz-text-shadow: 0px -1px 1px #465259;
-  -webkit-text-shadow: 0px -1px 1px #465259;
-  -o-text-shadow: 0px -1px 1px #465259;
-  text-shadow: 0px -1px 1px #465259;
-  background: #0049FF url(../images/gradients.png) 0px -317px;
+  border-top: 1px solid #0070fc;
+  background: #0049ff url("../images/gradients.png") 0 -317px;
   font-weight: bold;
-  border: 1px solid #0069CF;
-  border-top: 1px solid #0070FC;
+  color: #ffffff;
+  text-shadow: 0 -1px 1px #465259;
+  -moz-text-shadow: 0 -1px 1px #465259;
+  -webkit-text-shadow: 0 -1px 1px #465259;
+  -o-text-shadow: 0 -1px 1px #465259;
 }
 
 .multi-wizard .buttons .button.next:hover {
+  border: 1px solid #0035b8;
+  border-bottom: 1px solid #0062fa;
   background-position: -3px -368px;
-  border: 1px solid #0035B8;
-  border-bottom: 1px solid #0062FA;
 }
 
 .multi-wizard .buttons .button.next.final {
-  padding: 4px 0px 9px;
   width: 115px;
   margin: 3px 0 0;
+  padding: 4px 0 9px;
 }
 
 .multi-wizard .buttons .button.next.final span {
-  background: url(../images/icons.png) 0px -349px;
-  /*+placement:shift 0px 5px;*/
   position: relative;
-  left: 0px;
+  /*+placement:shift 0px 5px;*/
   top: 5px;
-  padding: 5px 0px 5px 30px;
+  left: 0;
+  padding: 5px 0 5px 30px;
+  background: url("../images/icons.png") 0 -349px;
 }
 
 .multi-wizard .buttons .button.cancel {
-  border: none;
+  position: relative;
   /*+placement:float-right -127px 0px;*/
   float: right;
-  position: relative;
+  top: 0;
   left: -127px;
-  top: 0px;
-  color: #808080;
+  padding: 14px 0 0 0;
+  border: 0;
   /*+border-radius:0;*/
-  -moz-border-radius: 0;
-  -webkit-border-radius: 0;
-  -khtml-border-radius: 0;
   border-radius: 0;
   border-radius: 0 0 0 0;
+  box-shadow: 0 0;
   background: transparent;
+  color: #808080;
+  text-shadow: 0 1px 1px #ffffff;
   /*+box-shadow:0px 0px;*/
-  -moz-box-shadow: 0px 0px;
-  -webkit-box-shadow: 0px 0px;
-  -o-box-shadow: 0px 0px;
-  box-shadow: 0px 0px;
-  -moz-box-shadow: 0px 0px inherit;
-  -webkit-box-shadow: 0px 0px inherit;
-  -o-box-shadow: 0px 0px inherit;
+  -moz-border-radius: 0;
+  -webkit-border-radius: 0;
+  -khtml-border-radius: 0;
+  -moz-box-shadow: 0 0;
+  -webkit-box-shadow: 0 0;
+  -o-box-shadow: 0 0;
+  -moz-box-shadow: 0 0 inherit;
+  -webkit-box-shadow: 0 0 inherit;
+  -o-box-shadow: 0 0 inherit;
   -moz-box-shadow: inherit;
+  /*+text-shadow:0px 1px 1px #FFFFFF;*/
   -webkit-box-shadow: inherit;
   -o-box-shadow: inherit;
-  /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  padding: 14px 0 0px 0px;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .multi-wizard .buttons .button.cancel:hover {
-  color: #5E5E5E;
+  color: #5e5e5e;
 }
 
 .multi-wizard .buttons .button.previous {
-  background: #D6D6D6;
-  color: #62798E;
   margin-left: 27px;
+  background: #d6d6d6;
+  color: #62798e;
 }
 
 .multi-wizard .buttons .button.previous:hover {
-  background: #C6C6C6;
+  background: #c6c6c6;
 }
 
 /** Instance wizard
@@ -5994,16 +5914,16 @@ label.error {
   height: 260px;
   margin: 0;
   /*+border-radius:0 0 5px 5px;*/
+  border-radius: 0 0 5px 5px;
   -moz-border-radius: 0 0 5px 5px;
   -webkit-border-radius: 0 0 5px 5px;
   -khtml-border-radius: 0 0 5px 5px;
-  border-radius: 0 0 5px 5px;
 }
 
 /*** Data disk offering*/
 .multi-wizard.instance-wizard .content .section {
-  padding: 9px 0 16px;
   margin: 12px 0 15px 8px;
+  padding: 9px 0 16px;
 }
 
 .multi-wizard.instance-wizard .content .section.no-thanks {
@@ -6016,38 +5936,38 @@ label.error {
   height: 300px;
   margin: -7px 6px 0 8px;
   /*+border-radius:6px;*/
+  border-radius: 6px;
+  border-radius: 6px 6px 6px 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
-  border-radius: 6px;
-  border-radius: 6px 6px 6px 6px;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-group {
   float: left;
-  margin-top: 12px;
   width: 100%;
+  margin-top: 12px;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-header {
-  border-bottom: 1px solid #D4D4D4;
+  height: 17px;
   /*+border-radius:4px;*/
+  padding: 6px;
+  border-bottom: 1px solid #d4d4d4;
+  border-radius: 4px;
+  background: #c2c2c2 0 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  background: #C2C2C2 0px 4px;
-  padding: 6px;
-  height: 17px;
 }
 
 .multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header {
-  background: #505050;
+  border-radius: 4px 4px 0 0;
   /*+border-radius:4px 4px 0 0;*/
+  background: #505050;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -khtml-border-radius: 4px 4px 0 0;
-  border-radius: 4px 4px 0 0;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-header input {
@@ -6056,38 +5976,38 @@ label.error {
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-header .title {
   float: left;
-  font-size: 14px;
   padding: 2px;
+  font-size: 14px;
 }
 
 .multi-wizard.instance-wizard .disk-select-group.selected .disk-select-header .title {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px -1px #000000;*/
-  -moz-text-shadow: 0px -1px #000000;
-  -webkit-text-shadow: 0px -1px #000000;
-  -o-text-shadow: 0px -1px #000000;
-  text-shadow: 0px -1px #000000;
+  text-shadow: 0 -1px #000000;
+  -moz-text-shadow: 0 -1px #000000;
+  -webkit-text-shadow: 0 -1px #000000;
+  -o-text-shadow: 0 -1px #000000;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .multi-disk-select-container {
   max-height: 257px;
-  overflow: auto;
-  border: 1px solid #DDDBDB;
   padding: 13px;
-  background: #E4E4E4;
+  border: 1px solid #dddbdb;
+  background: #e4e4e4;
+  overflow: auto;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select-container {
-  max-height: 114px;
+  display: none;
   float: left;
+  max-height: 114px;
   margin: 0;
-  border: none;
   /*+border-radius:0;*/
+  border: 0;
+  border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -khtml-border-radius: 0;
-  border-radius: 0;
-  display: none;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-group.selected .select-container {
@@ -6095,8 +6015,8 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-group .select {
-  padding: 0 0 17px;
   height: 0;
+  padding: 0 0 17px;
 }
 
 .multi-wizard.instance-wizard .data-disk-offering .disk-select-group.custom-size .section.custom-size {
@@ -6112,8 +6032,8 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .data-disk-offering.required .select-container {
-  height: 344px;
   position: relative;
+  height: 344px;
   margin-top: 9px !important;
 }
 
@@ -6125,18 +6045,18 @@ label.error {
   height: 213px;
   margin: -7px 6px 0 8px;
   /*+border-radius:6px;*/
+  border-radius: 6px;
+  border-radius: 6px 6px 6px 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
-  border-radius: 6px;
-  border-radius: 6px 6px 6px 6px;
 }
 
 .multi-wizard.instance-wizard .content .section input {
   float: left;
 }
 
-.multi-wizard.instance-wizard .content .section input[type=radio] {
+.multi-wizard.instance-wizard .content .section input[type='radio'] {
   margin: 8px 2px 0 17px;
 }
 
@@ -6147,27 +6067,27 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .content .section .select-area label {
-  margin: 12px 0px 0px;
+  margin: 12px 0 0;
 }
 
 .multi-wizard.instance-wizard .content .section label.size {
-  color: #647A8E;
   font-weight: bold;
+  color: #647a8e;
   /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .multi-wizard.instance-wizard .section.custom-size {
   position: relative;
-  background: #F4F4F4;
-  padding: 7px;
-  border-radius: 4px;
-  width: 100%;
   box-sizing: border-box;
+  width: 100%;
   margin: 12px 0;
+  padding: 7px;
+  border-radius: 4px;
+  background: #f4f4f4;
 }
 
 .multi-wizard.instance-wizard .section.custom-size.custom-disk-size {
@@ -6177,37 +6097,37 @@ label.error {
 
 .multi-wizard.instance-wizard .section.custom-iops {
   position: relative;
-  background: #F4F4F4;
   padding: 7px;
   border-radius: 4px;
+  background: #f4f4f4;
 }
 
 .multi-wizard.instance-wizard .section.custom-iops-do {
   position: relative;
-  background: #F4F4F4;
-  padding: 7px;
-  border-radius: 4px;
   box-sizing: border-box;
   width: 426px;
+  padding: 7px;
+  border-radius: 4px;
+  background: #f4f4f4;
 }
 
-.multi-wizard.instance-wizard .section.custom-size input[type=radio] {
+.multi-wizard.instance-wizard .section.custom-size input[type='radio'] {
   float: left;
 }
 
-.multi-wizard.instance-wizard .section.custom-size input[type=text] {
+.multi-wizard.instance-wizard .section.custom-size input[type='text'] {
   float: left;
   width: 28px;
   margin: 6px -1px 0 8px;
 }
 
-.multi-wizard.instance-wizard .section.custom-iops input[type=text] {
+.multi-wizard.instance-wizard .section.custom-iops input[type='text'] {
   float: left;
   width: 28px;
   margin: 6px -1px 0 8px;
 }
 
-.multi-wizard.instance-wizard .section.custom-iops-do input[type=text] {
+.multi-wizard.instance-wizard .section.custom-iops-do input[type='text'] {
   float: left;
   width: 28px;
   margin: 6px -1px 0 8px;
@@ -6261,8 +6181,8 @@ label.error {
 }
 
 .instance-wizard .step.data-disk-offering .custom-iops-do .field {
-  width: 30%;
   float: left;
+  width: 30%;
   margin-bottom: 5px;
 }
 
@@ -6301,14 +6221,14 @@ label.error {
 }
 
 .instance-wizard .step.service-offering .custom-size .field {
-  width: 30%;
   float: left;
+  width: 30%;
   margin-bottom: 13px;
 }
 
 .instance-wizard .step.service-offering .custom-iops .field {
-  width: 30%;
   float: left;
+  width: 30%;
   margin-bottom: 13px;
 }
 
@@ -6338,20 +6258,20 @@ label.error {
 
 /*** Network*/
 .multi-wizard.instance-wizard .no-network {
-  background: #FFFFFF;
-  width: 773px;
-  height: 52px;
   position: absolute;
+  z-index: 1;
   top: 98px;
   left: 11px;
+  width: 773px;
+  height: 52px;
   /*+border-radius:5px;*/
+  padding: 162px 0 194px;
+  border-radius: 5px;
+  border-radius: 5px 5px 5px 5px;
+  background: #ffffff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
-  border-radius: 5px;
-  border-radius: 5px 5px 5px 5px;
-  z-index: 1;
-  padding: 162px 0 194px;
 }
 
 .multi-wizard.instance-wizard .no-network p {
@@ -6360,9 +6280,9 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select table {
+  float: left;
   width: 405px;
   margin: 4px 12px 0;
-  float: left;
 }
 
 .multi-wizard.instance-wizard .select-network .select table thead {
@@ -6371,15 +6291,15 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select table td {
-  padding: 0;
-  margin: 0;
   vertical-align: top;
+  margin: 0;
+  padding: 0;
 }
 
 .multi-wizard.instance-wizard .select-network .select table .select-container {
-  margin: 0px;
-  border: 0;
   height: 223px;
+  margin: 0;
+  border: 0;
 }
 
 .multi-wizard.instance-wizard .select-network.no-add-network .select table .select-container {
@@ -6392,18 +6312,18 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select {
-  margin: -12px 0 0;
   position: relative;
+  margin: -12px 0 0;
   text-align: right;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network table .select-container .select select {
-  width: 145px;
-  margin: 4px 0 0;
-  /*+placement:shift;*/
   position: relative;
-  left: 0;
   top: 0;
+  /*+placement:shift;*/
+  left: 0;
+  width: 145px;
+  margin: 4px 0 0;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network {
@@ -6415,18 +6335,18 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .main-desc {
-  width: 252px;
+  float: left;
   top: 12px;
   left: 12px;
-  float: left;
+  width: 252px;
 }
 
 .multi-wizard.instance-wizard .select-network .select .secondary-input {
   float: right;
   width: 80px;
   height: 48px;
+  border-left: 1px solid #d7d7d7;
   font-size: 11px;
-  border-left: 1px solid #D7D7D7;
   color: #000000;
 }
 
@@ -6435,27 +6355,27 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select .secondary-input input {
-  margin: 0 !important;
-  padding: 0 !important;
-  /*+placement:shift 9px 21px;*/
   position: relative;
-  left: 9px;
   top: 21px;
+  /*+placement:shift 9px 21px;*/
+  left: 9px;
+  margin: 0 !important;
+  padding: 0 !important;
 }
 
 .multi-wizard.instance-wizard .select-network .select .secondary-input .name {
-  float: right;
-  /*+placement:shift -16px 22px;*/
   position: relative;
-  left: -16px;
+  /*+placement:shift -16px 22px;*/
+  float: right;
   top: 22px;
+  left: -16px;
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select {
-  width: 100%;
+  position: relative;
   float: left;
+  width: 100%;
   padding: 0;
-  position: relative;
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select.advanced {
@@ -6463,25 +6383,25 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select .advanced-options {
-  background: url(../images/sprites.png) -7px -795px;
+  float: right;
   width: 20px;
   height: 20px;
-  float: right;
-  cursor: pointer;
   margin-top: 15px;
   margin-right: 13px;
+  background: url("../images/sprites.png") -7px -795px;
+  cursor: pointer;
 }
 
 .multi-wizard.instance-wizard .select-network .select .advanced-options:hover,
 .multi-wizard.instance-wizard .select-network .select.advanced .advanced-options {
-  background: url(../images/sprites.png) -32px -795px;
+  background: url("../images/sprites.png") -32px -795px;
 }
 
 .multi-wizard.instance-wizard .select-network .select .specify-ip {
   display: none;
   position: absolute;
   top: 45px;
-  left: 0px;
+  left: 0;
   width: 100%;
 }
 
@@ -6490,26 +6410,26 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select.advanced .specify-ip input {
-  margin: 0px 0 0 15px;
   width: 138px;
+  margin: 0 0 0 15px;
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select input {
-  margin: 21px 15px 0px;
   float: left;
+  margin: 21px 15px 0;
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select label {
   float: left;
-  font-size: 11px;
   margin: 4px 0 0 42px;
-  color: #4E6B82;
+  font-size: 11px;
+  color: #4e6b82;
 }
 
 .multi-wizard.instance-wizard .select-network .select-vpc {
   float: left;
+  margin: 7px 0 7px 7px;
   padding: 3px;
-  margin: 7px 0px 7px 7px;
 }
 
 .multi-wizard.instance-wizard .select-network.no-add-network .select-vpc {
@@ -6528,14 +6448,14 @@ label.error {
 .multi-wizard.instance-wizard .select-network .select.new-network .advanced-options {
   /*+placement:shift 379px 15px;*/
   position: relative;
-  left: 379px;
-  top: 15px;
   position: absolute;
+  top: 15px;
+  left: 379px;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network .select.advanced {
-  height: 106px;
   position: relative;
+  height: 106px;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network.unselected .select.advanced {
@@ -6566,16 +6486,16 @@ label.error {
 .multi-wizard.instance-wizard .select-network .select.new-network .field {
   /*+placement:shift 41px 21px;*/
   position: relative;
-  left: 41px;
+  position: absolute;
   top: 21px;
+  left: 41px;
   font-size: 11px;
   color: #000000;
-  position: absolute;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network .field .name {
-  width: 99px;
   float: left;
+  width: 99px;
   padding: 3px 0 0;
   /*[empty]display:;*/
 }
@@ -6607,19 +6527,19 @@ label.error {
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select .select-desc .desc {
-  font-size: 11px;
-  color: #808080;
   float: left;
   max-width: 113px;
+  font-size: 11px;
+  color: #808080;
 }
 
 .multi-wizard.instance-wizard .select-network .select-container .select .select-desc .name {
+  float: left;
   width: 116px;
+  margin: 0 16px 0 0;
   font-size: 11px;
   font-weight: normal;
-  float: left;
   color: #000000;
-  margin: 0 16px 0 0;
 }
 
 .multi-wizard.instance-wizard .select-network .select.new-network .select-desc .name {
@@ -6639,15 +6559,15 @@ label.error {
 
 .multi-wizard .review .select-container .select .name {
   float: left;
-  margin: 13px 22px 0 14px;
   width: 127px;
+  margin: 13px 22px 0 14px;
   font-size: 11px;
 }
 
 .multi-wizard .review .select-container .select .value {
   float: left;
-  margin: 9px 21px 0;
   width: 136px;
+  margin: 9px 21px 0;
 }
 
 .multi-wizard .review .select-container .select .value span {
@@ -6656,112 +6576,112 @@ label.error {
 
 .multi-wizard .review .select-container .select .edit {
   float: right;
-  cursor: pointer;
   height: 18px;
-  margin: 11px 20px 0 0px;
-  background: url(../images/icons.png) -10px -452px;
-  padding: 0px 0px 0 20px;
+  margin: 11px 20px 0 0;
+  padding: 0 0 0 20px;
+  background: url("../images/icons.png") -10px -452px;
+  cursor: pointer;
 }
 
 .multi-wizard .review .select-container .select.odd .edit a {
-  background: #EBEFF4;
+  background: #ebeff4;
 }
 
 .multi-wizard .review .select-container .select .edit a {
+  padding: 5px 0 8px;
+  background: #ffffff;
   font-size: 10px;
-  color: #0000FF;
+  color: #0000ff;
   text-decoration: none;
-  padding: 5px 0 8px;
-  background: #FFFFFF;
 }
 
 .multi-wizard .review .select-container .select input,
 .multi-wizard .review .select-container .select select {
-  margin: 0;
-  width: 151px;
   float: left;
+  width: 151px;
+  margin: 0;
 }
 
 /*** Diagram*/
 .multi-wizard.instance-wizard .diagram {
-  width: 1px;
-  height: 502px;
   position: absolute;
   top: 109px;
   left: 465px;
+  width: 1px;
+  height: 502px;
 }
 
 .multi-wizard.instance-wizard .diagram .part {
-  background: url(../images/instance-wizard-parts.png) no-repeat 0px 0px;
+  background: url("../images/instance-wizard-parts.png") no-repeat 0 0;
 }
 
 .multi-wizard.instance-wizard .diagram .part.zone-plane {
+  position: absolute;
   width: 354px;
   height: 117px;
-  background-position: -38px -55px;
   /*+placement:displace -38px 259px;*/
-  position: absolute;
   margin-top: 259px;
+  background-position: -38px -55px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.computer-tower-front {
+  position: absolute;
   width: 95px;
   height: 254px;
-  background-position: -54px -210px;
   /*+placement:displace 44px 92px;*/
-  position: absolute;
-  margin-left: 44px;
   margin-top: 92px;
+  margin-left: 44px;
+  background-position: -54px -210px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.computer-tower-back {
+  position: absolute;
   width: 194px;
   height: 271px;
-  background-position: -148px -192px;
   /*+placement:displace 138px 74px;*/
-  position: absolute;
-  margin-left: 138px;
   margin-top: 74px;
+  margin-left: 138px;
+  background-position: -148px -192px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.os-drive {
+  position: absolute;
   width: 194px;
   height: 86px;
-  background-position: -348px -192px;
   /*+placement:displace 138px 74px;*/
-  position: absolute;
-  margin-left: 138px;
   margin-top: 74px;
+  margin-left: 138px;
+  background-position: -348px -192px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.cpu {
+  position: absolute;
   width: 194px;
   height: 49px;
-  background-position: -344px -278px;
   /*+placement:displace 138px 156px;*/
-  position: absolute;
-  margin-left: 138px;
   margin-top: 156px;
+  margin-left: 138px;
+  background-position: -344px -278px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.hd {
+  position: absolute;
   width: 194px;
   height: 44px;
-  background-position: -344px -331px;
   /*+placement:displace 138px 208px;*/
-  position: absolute;
-  margin-left: 138px;
   margin-top: 208px;
+  margin-left: 138px;
+  background-position: -344px -331px;
 }
 
 .multi-wizard.instance-wizard .diagram .part.network-card {
+  position: absolute;
   width: 194px;
   height: 44px;
-  background-position: -344px -380px;
   /*+placement:displace 138px 260px;*/
-  position: absolute;
-  margin-left: 138px;
   margin-top: 260px;
+  margin-left: 138px;
+  background-position: -344px -380px;
 }
 
 /** Add zone wizard*/
@@ -6771,38 +6691,38 @@ label.error {
 }
 
 .multi-wizard.zone-wizard ul.subnav {
-  text-align: left;
-  /*+placement:shift 30px 104px;*/
   position: relative;
-  left: 30px;
-  top: 104px;
+  /*+placement:shift 30px 104px;*/
   position: absolute;
+  top: 104px;
+  left: 30px;
+  text-align: left;
   list-style: disc inside;
 }
 
 .multi-wizard.zone-wizard ul.subnav li {
   float: left;
+  height: 20px;
+  margin-right: 34px;
   padding: 0;
   font-size: 12px;
   white-space: nowrap;
+  color: #9a9a9a;
   text-transform: uppercase;
   list-style: none;
-  height: 20px;
-  margin-right: 34px;
-  color: #9A9A9A;
 }
 
 .multi-wizard.zone-wizard ul.subnav li:after {
-  content: ">";
-  font-size: 13px;
-  /*+placement:shift 4px -1px;*/
+  content: '>';
   position: relative;
-  left: 4px;
+  /*+placement:shift 4px -1px;*/
   top: -1px;
+  left: 4px;
+  font-size: 13px;
 }
 
 .multi-wizard.zone-wizard ul.subnav li.active {
-  color: #0000FF;
+  color: #0000ff;
 }
 
 .multi-wizard.zone-wizard .ui-tabs-panel {
@@ -6814,9 +6734,9 @@ label.error {
 .multi-wizard.zone-wizard ul.ui-tabs-nav {
   /*+placement:shift 0px 0px;*/
   position: relative;
-  left: 0px;
-  top: 0px;
   float: left;
+  top: 0;
+  left: 0;
   margin: 6px 0 3px 3px;
 }
 
@@ -6826,65 +6746,65 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .setup-guest-traffic .select-container {
-  background: #E9EAEB;
+  background: #e9eaeb;
   overflow: hidden;
 }
 
 .multi-wizard.zone-wizard .setup-guest-traffic.basic .select-container {
-  background: #FFFFFF;
+  background: #ffffff;
 }
 
 .multi-wizard.zone-wizard .main-desc {
-  width: 516px;
+  position: relative;
   float: left;
   /*+placement:shift 0;*/
-  position: relative;
-  left: 0;
   top: 0;
-  margin: 23px 0 0px 6px;
-  font-weight: 100;
+  left: 0;
+  width: 516px;
+  margin: 23px 0 0 6px;
   font-size: 14px;
+  font-weight: 100;
   color: #424242;
 }
 
 .multi-wizard.zone-wizard .review .main-desc.pre-setup {
-  width: 90%;
-  font-size: 18px;
-  color: #2C4159;
-  background: url(../images/icons.png) no-repeat 74px -224px;
-  padding: 1px 0 1px 20px;
-  text-align: center;
-  margin-left: 50px;
-  font-weight: 100;
-  /*+placement:shift 0px 153px;*/
   position: relative;
-  left: 0px;
   top: 153px;
+  left: 0;
   left: -10px;
+  width: 90%;
+  margin-left: 50px;
+  padding: 1px 0 1px 20px;
+  background: url("../images/icons.png") no-repeat 74px -224px;
+  /*+placement:shift 0px 153px;*/
+  font-size: 18px;
+  font-weight: 100;
+  color: #2c4159;
+  text-align: center;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 .multi-wizard.zone-wizard .info-desc {
-  font-size: 11px;
   float: left;
-  text-align: left;
-  overflow: auto;
-  overflow-x: hidden;
-  padding: 11px;
   width: 698px;
   margin: 29px 0 68px 5px;
-  background: #FFFFFF;
-  border: 1px solid #C7C7C7;
+  padding: 11px;
+  border: 1px solid #c7c7c7;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: #ffffff;
+  font-size: 11px;
+  text-align: left;
   /*+border-radius:4px;*/
+  overflow: auto;
+  overflow-x: hidden;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .multi-wizard.zone-wizard .setup-storage-traffic .info-desc {
@@ -6902,8 +6822,8 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .main-desc em {
-  text-decoration: underline;
   font-weight: bold;
+  text-decoration: underline;
 }
 
 .multi-wizard.zone-wizard .progress ul li {
@@ -6921,26 +6841,26 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-network .content .section {
-  width: 665px;
-  height: 430px;
-  /*+placement:shift 0px 14px;*/
   position: relative;
-  left: 0px;
   top: 14px;
+  /*+placement:shift 0px 14px;*/
+  left: 0;
+  width: 665px;
+  height: 430px;
 }
 
 .multi-wizard.zone-wizard .select-network .content {
+  float: none;
   width: 100%;
   height: 461px;
-  float: none;
   margin: 7px auto auto;
   padding-bottom: 28px;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area {
-  height: 181px;
-  width: 586px;
   position: relative;
+  width: 586px;
+  height: 181px;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area.basic-zone {
@@ -6952,49 +6872,49 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode {
-  height: 98px;
-  overflow: hidden;
-  float: left;
-  margin: 5px 0 0;
   position: absolute;
+  float: left;
   top: 114px;
   left: 9px;
+  height: 98px;
+  margin: 5px 0 0;
+  overflow: hidden;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area.disabled .isolation-mode {
   /*+opacity:50%;*/
+  opacity: 0.5;
   filter: alpha(opacity=50);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
   -moz-opacity: 0.5;
-  opacity: 0.5;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .title {
-  font-size: 15px;
-  color: #5D7387;
-  /*+placement:shift 36px 2px;*/
   position: relative;
-  left: 36px;
   top: 2px;
+  /*+placement:shift 36px 2px;*/
+  left: 36px;
+  font-size: 15px;
+  color: #5d7387;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .desc {
+  position: relative;
+  top: 12px;
+  left: -27px;
   width: 373px;
   height: 70px;
-  color: #727272;
-  background: #EFEFEF;
-  padding: 12px 18px 25px;
   /*+placement:shift -27px 12px;*/
-  position: relative;
-  left: -27px;
-  top: 12px;
+  padding: 12px 18px 25px;
+  border-radius: 7px;
+  border-radius: 7px 7px 7px 7px;
   /*+border-radius:7px;*/
+  background: #efefef;
+  line-height: 19px;
+  color: #727272;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   -khtml-border-radius: 7px;
-  border-radius: 7px;
-  border-radius: 7px 7px 7px 7px;
-  line-height: 19px;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area.basic-zone .desc {
@@ -7009,15 +6929,15 @@ label.error {
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area {
   width: 586px;
   height: 61px;
-  overflow: hidden;
   margin: 0;
-  padding: 0px 0 9px;
+  padding: 0 0 9px;
   background: none;
+  overflow: hidden;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area label {
-  font-size: 11px;
   margin: 24px 0 0 2px;
+  font-size: 11px;
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area input {
@@ -7030,17 +6950,17 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-network-model .select-area .isolation-mode .select-area .desc {
-  padding: 6px 7px 11px;
+  position: relative;
+  float: right;
+  top: 12px;
+  left: -27px;
   width: 388px;
   height: 29px;
-  font-size: 11px;
   margin-right: 9px;
-  background: #EFEFEF;
-  float: right;
   /*+placement:shift -27px 12px;*/
-  position: relative;
-  left: -27px;
-  top: 12px;
+  padding: 6px 7px 11px;
+  background: #efefef;
+  font-size: 11px;
 }
 
 .multi-wizard.zone-wizard .content.input-area {
@@ -7053,61 +6973,61 @@ label.error {
 
 /*** Add physical network -- network form items*/
 .multi-wizard.zone-wizard .setup-physical-network .content.input-area {
+  position: relative;
   width: 627px;
   height: 396px;
   background: transparent;
-  position: relative;
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .drag-helper-icon {
-  width: 80px;
-  height: 84px;
-  background: url(../images/sprites.png) no-repeat 0px -1365px;
-  /*+placement:shift 134px 303px;*/
   position: relative;
-  left: 134px;
-  top: 303px;
   position: absolute;
+  top: 303px;
+  /*+placement:shift 134px 303px;*/
+  left: 134px;
+  width: 80px;
+  height: 84px;
+  background: url("../images/sprites.png") no-repeat 0 -1365px;
 }
 
 .multi-wizard.zone-wizard .select-container.multi {
   display: inline-block;
-  width: 490px;
-  margin: 6px auto auto;
   float: right;
+  width: 490px;
   height: auto;
-  border: 1px solid #BFBFBF;
-  overflow: visible;
+  margin: 6px auto auto;
+  border: 1px solid #bfbfbf;
+  border-radius: 4px;
   /*+border-radius:4px;*/
+  border-radius: 4px 4px 4px 4px;
+  box-shadow: inset 0 1px 2px #cbcaca;
+  background: #f8f6f6;
+  overflow: visible;
   -moz-border-radius: 4px;
+  /*+box-shadow:inset 0px 1px 2px #CBCACA;*/
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  /*+box-shadow:inset 0px 1px 2px #CBCACA;*/
-  -moz-box-shadow: inset 0px 1px 2px #CBCACA;
-  -webkit-box-shadow: inset 0px 1px 2px #CBCACA;
-  -o-box-shadow: inset 0px 1px 2px #CBCACA;
-  box-shadow: inset 0px 1px 2px #CBCACA;
-  background: #F8F6F6;
+  -moz-box-shadow: inset 0 1px 2px #cbcaca;
+  -webkit-box-shadow: inset 0 1px 2px #cbcaca;
+  -o-box-shadow: inset 0 1px 2px #cbcaca;
   /*[empty]display:;*/
 }
 
 .multi-wizard.zone-wizard .select-container.multi.disabled {
-  border: 1px dotted #A7A7A7;
+  opacity: 0.4;
   /*+opacity:40%;*/
+  border: 1px dotted #a7a7a7;
   filter: alpha(opacity=40);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
   -moz-opacity: 0.4;
-  opacity: 0.4;
 }
 
 .multi-wizard.zone-wizard .select-container.multi .physical-network-icon {
+  float: left;
   width: 61px;
   height: 53px;
-  float: left;
-  border-right: 1px solid #CDCDCD;
-  background: url(../images/sprites.png) -109px -1393px;
+  border-right: 1px solid #cdcdcd;
+  background: url("../images/sprites.png") -109px -1393px;
 }
 
 .multi-wizard.zone-wizard .select-container.multi input {
@@ -7127,37 +7047,37 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-container.multi .drop-container {
-  background: #DAE2EC;
+  position: relative;
+  clear: both;
   width: 484px;
   height: 114px;
-  clear: both;
-  position: relative;
+  border: 3px dashed #bbbfc4;
   /*+border-radius:4px;*/
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: #dae2ec;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border-radius: 4px 4px 4px 4px;
-  border: 3px dashed #BBBFC4;
 }
 
 .multi-wizard.zone-wizard .select-container.multi .drop-container ul {
-  background: #DAE2EC;
+  position: absolute;
   /*+border-radius:5px;*/
+  top: 4px;
+  left: 2px;
+  width: 99%;
+  height: 94%;
+  border-radius: 5px;
+  border-radius: 5px 5px 5px 5px;
+  background: #dae2ec;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
-  border-radius: 5px;
-  border-radius: 5px 5px 5px 5px;
-  width: 99%;
-  height: 94%;
-  top: 4px;
-  left: 2px;
-  position: absolute;
 }
 
 .multi-wizard.zone-wizard .select-container.multi .drop-container ul.active {
-  background: #DFEAFF;
+  background: #dfeaff;
 }
 
 .multi-wizard.zone-wizard .select-container.multi .drop-container ul li {
@@ -7166,56 +7086,56 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-container.multi .drop-container span.empty-message {
-  text-align: center;
-  color: #959BA0;
-  font-size: 13px;
-  /*+placement:shift 0px 45px;*/
   position: relative;
-  left: 0px;
   top: 45px;
+  left: 0;
+  /*+placement:shift 0px 45px;*/
+  font-size: 13px;
+  color: #959ba0;
+  text-align: center;
 }
 
 /*** Add physical network -- traffic type drag area*/
 .multi-wizard.zone-wizard .traffic-types-drag-area {
+  position: relative;
+  float: left;
+  top: 0;
+  left: 3px;
+  /*+border-radius:4px;*/
   width: 96px;
   height: 370px;
-  background: #F0F1F2;
-  border: 1px solid #DCCACA;
-  /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  margin: 8px 0 0;
+  padding: 0;
+  border: 1px solid #dccaca;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  float: left;
+  background: #f0f1f2;
   text-align: left;
-  padding: 0;
-  margin: 8px 0 0;
   /*+placement:shift 3px 0px;*/
-  position: relative;
-  left: 3px;
-  top: 0px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area .header {
   margin: 0;
+  padding: 8px 0 7px;
+  border-bottom: 1px solid #dccaca;
+  border-radius: 4px 4px 0 0;
+  /*+text-shadow:0px 1px 1px #FFFFFF;*/
+  background: #f8f8f8;
   font-size: 13px;
   font-weight: bold;
-  color: #5C5C5C;
-  /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
-  background: #F8F8F8;
+  color: #5c5c5c;
   text-align: center;
-  padding: 8px 0 7px;
+  text-shadow: 0 1px 1px #ffffff;
+  -moz-text-shadow: 0 1px 1px #ffffff;
   /*+border-radius:4px 4px 0 0;*/
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
   -moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   -khtml-border-radius: 4px 4px 0 0;
-  border-radius: 4px 4px 0 0;
-  border-bottom: 1px solid #DCCACA;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul {
@@ -7224,11 +7144,11 @@ label.error {
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li {
   float: left;
-  font-size: 11px;
   width: 100%;
-  background: transparent;
   height: 83px;
   margin: 16px 13px 0 0;
+  background: transparent;
+  font-size: 11px;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li.required {
@@ -7243,36 +7163,36 @@ label.error {
   width: 60px;
   height: 54px;
   margin-left: 16px;
-  background: #E4E4E4;
+  border-bottom: 1px solid #ffffff;
   /*+border-radius:5px;*/
-  -moz-border-radius: 5px;
-  -webkit-border-radius: 5px;
-  -khtml-border-radius: 5px;
   border-radius: 5px;
   border-radius: 5px 5px 5px 5px;
+  box-shadow: inset 0 2px 4px #999696;
+  background: #e4e4e4;
+  -moz-border-radius: 5px;
   /*+box-shadow:inset 0px 2px 4px #999696;*/
-  -moz-box-shadow: inset 0px 2px 4px #999696;
-  -webkit-box-shadow: inset 0px 2px 4px #999696;
-  -o-box-shadow: inset 0px 2px 4px #999696;
-  box-shadow: inset 0px 2px 4px #999696;
-  border-bottom: 1px solid #FFFFFF;
+  -webkit-border-radius: 5px;
+  -khtml-border-radius: 5px;
+  -moz-box-shadow: inset 0 2px 4px #999696;
+  -webkit-box-shadow: inset 0 2px 4px #999696;
+  -o-box-shadow: inset 0 2px 4px #999696;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li ul.container li {
   /*+placement:shift 1px 2px;*/
   position: relative;
-  left: 1px;
   top: 2px;
+  left: 1px;
 }
 
 .multi-wizard.zone-wizard li.traffic-type-draggable {
   display: block;
-  background: transparent url(../images/sprites.png) no-repeat 0px -1161px;
+  z-index: 5000;
   width: 51px;
   height: 51px;
   margin: auto;
+  background: transparent url("../images/sprites.png") no-repeat 0 -1161px;
   cursor: move;
-  z-index: 5000;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable:hover,
@@ -7285,26 +7205,26 @@ label.error {
 .multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
   /*+placement:shift -2px -4px;*/
   position: relative;
-  left: -2px;
   top: -4px;
+  left: -2px;
 }
 
 .multi-wizard.zone-wizard .select-container.multi li.traffic-type-draggable:hover {
   /*+placement:shift -8px -6px;*/
   position: relative;
-  left: -8px;
   top: -6px;
-  margin-right: 0px;
+  left: -8px;
   width: 70px !important;
+  margin-right: 0;
 }
 
 .multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
   /*+opacity:50%;*/
+  opacity: 0.5;
+  cursor: not-allowed;
   filter: alpha(opacity=50);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
   -moz-opacity: 0.5;
-  opacity: 0.5;
-  cursor: not-allowed;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area ul > li.disabled {
@@ -7313,16 +7233,16 @@ label.error {
 
 .multi-wizard.zone-wizard li.traffic-type-draggable.disabled {
   /*+opacity:50%;*/
+  opacity: 0.5;
+  cursor: not-allowed;
   filter: alpha(opacity=50);
   -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
   -moz-opacity: 0.5;
-  opacity: 0.5;
-  cursor: not-allowed;
 }
 
 .multi-wizard.zone-wizard li.traffic-type-draggable.management {
-  background-position: 0px -1161px;
   height: 52px;
+  background-position: 0 -1161px;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area li.traffic-type-draggable.management:hover,
@@ -7364,16 +7284,16 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info {
+  float: left;
   width: 100%;
   margin: 5px 0 0 -2px;
   line-height: 14px;
-  float: left;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .title {
-  text-align: center;
   font-weight: bold;
   color: #787879;
+  text-align: center;
 }
 
 .multi-wizard.zone-wizard .traffic-types-drag-area > ul > li .info .desc {
@@ -7386,118 +7306,118 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type {
-  cursor: pointer;
   display: block;
+  position: relative;
+  top: 70px;
+  left: -16px;
   width: 59px;
   height: 23px;
   padding: 2px 9px 0 12px;
-  background: url(../images/bg-gradients.png) 0px -1342px;
-  border: 1px solid #C4C4C4;
   /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  border: 1px solid #c4c4c4;
+  border-top: 1px solid #ffffff;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
-  border-top: 1px solid #FFFFFF;
+  background: url("../images/bg-gradients.png") 0 -1342px;
+  cursor: pointer;
   /*+placement:shift -16px 70px;*/
-  position: relative;
-  left: -16px;
-  top: 70px;
+  -moz-border-radius: 4px;
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover {
-  background-position: 0px -105px;
-  color: #FFFFFF;
+  box-shadow: inset 0 -1px 1px #727272;
+  background-position: 0 -105px;
   /*+box-shadow:inset 0px -1px 1px #727272;*/
-  -moz-box-shadow: inset 0px -1px 1px #727272;
-  -webkit-box-shadow: inset 0px -1px 1px #727272;
-  -o-box-shadow: inset 0px -1px 1px #727272;
-  box-shadow: inset 0px -1px 1px #727272;
+  color: #ffffff;
+  -moz-box-shadow: inset 0 -1px 1px #727272;
+  -webkit-box-shadow: inset 0 -1px 1px #727272;
+  -o-box-shadow: inset 0 -1px 1px #727272;
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable > .edit-traffic-type:hover span {
-  color: #FFFFFF;
+  color: #ffffff;
   /*+text-shadow:0px 1px 1px #000000;*/
-  -moz-text-shadow: 0px 1px 1px #000000;
-  -webkit-text-shadow: 0px 1px 1px #000000;
-  -o-text-shadow: 0px 1px 1px #000000;
-  text-shadow: 0px 1px 1px #000000;
+  text-shadow: 0 1px 1px #000000;
+  -moz-text-shadow: 0 1px 1px #000000;
+  -webkit-text-shadow: 0 1px 1px #000000;
+  -o-text-shadow: 0 1px 1px #000000;
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable:hover > .edit-traffic-type {
   /*+placement:shift -7px 76px;*/
   position: relative;
-  left: -7px;
   top: 76px;
+  left: -7px;
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span {
-  text-align: center;
   font-size: 11px;
   font-weight: bold;
-  color: #4E73A6;
+  color: #4e73a6;
+  text-align: center;
   /*+text-shadow:0px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px #FFFFFF;
-  text-shadow: 0px 1px #FFFFFF;
+  text-shadow: 0 1px #ffffff;
+  -moz-text-shadow: 0 1px #ffffff;
+  -webkit-text-shadow: 0 1px #ffffff;
+  -o-text-shadow: 0 1px #ffffff;
 }
 
 .multi-wizard.zone-wizard .drop-container .traffic-type-draggable .edit-traffic-type span.icon {
   float: left;
-  background: url(../images/sprites.png) -7px -4px;
   padding: 7px 11px 0 7px;
+  background: url("../images/sprites.png") -7px -4px;
 }
 
 .multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type span.name {
+  position: relative;
   float: left;
+  top: -16px;
+  left: -13px;
   width: 76px;
-  font-size: 10px;
-  padding: 2px;
-  color: #4E5F6F;
-  background: #DBE1E9;
+  margin-bottom: -13px;
   /*+border-radius:4px 4px 0 0;*/
-  -moz-border-radius: 4px 4px 0 0;
-  -webkit-border-radius: 4px 4px 0 0;
-  -khtml-border-radius: 4px 4px 0 0;
+  padding: 2px;
+  border: 1px solid #c3bcbc;
+  border-bottom: 1px solid #d1cdcd;
   border-radius: 4px 4px 0 0;
   /*+placement:shift -13px -16px;*/
-  position: relative;
-  left: -13px;
-  top: -16px;
-  margin-bottom: -13px;
-  border: 1px solid #C3BCBC;
-  border-bottom: 1px solid #D1CDCD;
+  box-shadow: inset 0 1px 1px #f5f4f4;
+  background: #dbe1e9;
+  font-size: 10px;
+  color: #4e5f6f;
+  -moz-border-radius: 4px 4px 0 0;
+  -webkit-border-radius: 4px 4px 0 0;
   /*+box-shadow:inset 0px 1px 1px #F5F4F4;*/
-  -moz-box-shadow: inset 0px 1px 1px #F5F4F4;
-  -webkit-box-shadow: inset 0px 1px 1px #F5F4F4;
-  -o-box-shadow: inset 0px 1px 1px #F5F4F4;
-  box-shadow: inset 0px 1px 1px #F5F4F4;
+  -khtml-border-radius: 4px 4px 0 0;
+  -moz-box-shadow: inset 0 1px 1px #f5f4f4;
+  -webkit-box-shadow: inset 0 1px 1px #f5f4f4;
+  -o-box-shadow: inset 0 1px 1px #f5f4f4;
 }
 
 .multi-wizard.zone-wizard .traffic-type-draggable .edit-traffic-type:hover span.name {
-  background: #C4C3C3;
+  background: #c4c3c3;
 }
 
 /*** Configure guest network -- tabs*/
 .multi-wizard.zone-wizard .setup-guest-traffic .ui-widget-content {
-  width: 682px;
-  height: 281px;
-  border-bottom: none;
-  border-right: none;
-  /*+placement:shift -1px -7px;*/
   position: relative;
-  left: -1px;
   top: -7px;
+  left: -1px;
+  width: 682px;
+  /*+placement:shift -1px -7px;*/
+  height: 281px;
+  border-right: 0;
+  border-bottom: 0;
 }
 
 .multi-wizard.zone-wizard .setup-guest-traffic ul.ui-tabs-nav {
-  width: 456px;
-  /*+placement:shift -4px -8px;*/
   position: relative;
-  left: -4px;
+  /*+placement:shift -4px -8px;*/
   top: -8px;
+  left: -4px;
+  width: 456px;
 }
 
 .multi-wizard.zone-wizard .setup-guest-traffic .main-desc {
@@ -7506,15 +7426,15 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .setup-guest-traffic .content {
-  margin-left: -4px;
   margin-top: 2px;
+  margin-left: -4px;
 }
 
 /*** Multi-edit*/
 .multi-wizard.zone-wizard .multi-edit {
-  width: 732px;
   float: left;
-  margin-left: 0px;
+  width: 732px;
+  margin-left: 0;
 }
 
 .multi-wizard.zone-wizard .multi-edit table {
@@ -7533,8 +7453,8 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .multi-edit table input {
-  margin: 2px 0px 2px -5px;
-  padding: 2px 0px;
+  margin: 2px 0 2px -5px;
+  padding: 2px 0;
 }
 
 .multi-wizard.zone-wizard .multi-edit .data {
@@ -7556,72 +7476,72 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .multi-edit .data-body .data-item td span {
+  max-width: 91px;
   font-size: 10px;
   text-overflow: ellipsis;
-  max-width: 91px;
 }
 
 /*** Select container fields*/
 .multi-wizard.zone-wizard .select-container .field {
+  float: left;
   width: 100%;
   padding-bottom: 13px;
-  float: left;
 }
 
 .multi-wizard.zone-wizard .select-container .field.odd {
-  background: #EBEFF5;
+  background: #ebeff5;
 }
 
 .multi-wizard.zone-wizard .select-container .field .name {
   float: left;
-  margin: 18px 0 0 12px;
   width: 95px;
+  margin: 18px 0 0 12px;
   font-size: 11px;
-  text-align: left;
   line-height: 13px;
+  text-align: left;
 }
 
 .multi-wizard.zone-wizard .select-container .field .value {
-  float: left;
   position: relative;
+  float: left;
 }
 
 .multi-wizard.zone-wizard .select-container .field .value span {
   display: block;
+  margin: 20px 0 0;
   font-size: 11px;
   color: #052060;
-  margin: 20px 0 0;
 }
 
 .multi-wizard.zone-wizard .select-container .field .value label.error {
-  color: #FF0000;
-  font-size: 10px;
-  position: absolute;
   display: block;
-  text-align: left;
-  margin: 2px 0 0 16px;
-  float: right;
-  /*+placement:shift 1px 31px;*/
+  position: absolute;
   position: relative;
-  left: 1px;
-  top: 31px;
   position: absolute;
+  float: right;
+  top: 31px;
+  left: 1px;
+  /*+placement:shift 1px 31px;*/
+  margin: 2px 0 0 16px;
+  font-size: 10px;
+  color: #ff0000;
+  text-align: left;
 }
 
 .multi-wizard.zone-wizard .select-container .field .value input,
 .multi-wizard.zone-wizard .select-container .field .value select {
+  float: left;
   width: 316px;
   height: 20px;
   margin: 13px 13px 0 18px;
-  float: left;
 }
 
 .multi-wizard.zone-wizard .select-container .field .range-edit .range-item {
-  width: 106px;
   float: left;
+  width: 106px;
 }
 
-.multi-wizard.zone-wizard .select-container .field .range-edit .range-item input[type=text] {
+.multi-wizard.zone-wizard .select-container .field .range-edit .range-item input[type='text'] {
   width: 93px;
   margin: 16px 0 0 17px;
 }
@@ -7631,9 +7551,9 @@ label.error {
   height: 21px;
 }
 
-.multi-wizard.zone-wizard .select-container .field .value input[type=checkbox] {
-  float: left;
+.multi-wizard.zone-wizard .select-container .field .value input[type='checkbox'] {
   display: block;
+  float: left;
   width: 13px;
 }
 
@@ -7648,29 +7568,45 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .select-container .field .select-array {
-  width: 360px;
   display: inline-block;
+  width: 360px;
 }
 
 /*[clearfix]*/
 .multi-wizard.zone-wizard .select-container .field .select-array-item {
+  float: left;
   width: 175px;
   height: 34px;
-  float: left;
+}
+
+div.toolbar,
+.multi-wizard.zone-wizard .select-container .field .select-array-item {
+  display: block;
+  height: 1px;
+}
+
+div.toolbar:after,
+.multi-wizard.zone-wizard .select-container .field .select-array-item:after {
+  visibility: hidden;
+  content: '.';
+  display: block;
+  clear: both;
+  height: 0;
+  font-size: 0;
 }
 
 .multi-wizard.zone-wizard .select-container .field .select-array-item .name {
-  width: 127px;
   float: right;
-  padding: 0;
+  width: 127px;
   margin: 11px 0 0;
+  padding: 0;
 }
 
 .multi-wizard.zone-wizard .select-container .field .select-array-item .value {
-  width: 41px;
   float: right;
-  padding: 0;
+  width: 41px;
   margin: 0;
+  padding: 0;
 }
 
 .multi-wizard.zone-wizard .select-container .field .select-array-item .value input {
@@ -7679,36 +7615,36 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network {
-  background: #808080 url(../images/bg-gradients.png) 0px -264px;
   visibility: hidden;
-  border: 1px solid #ADA7A7;
-  padding: 6px 20px 6px 11px;
-  font-size: 12px;
   float: right;
-  margin: 14px 6px 0 0;
-  /*+border-radius:4px;*/
-  -moz-border-radius: 4px;
-  -webkit-border-radius: 4px;
-  -khtml-border-radius: 4px;
+  margin: 14px 6px 0 0;
+  padding: 6px 20px 6px 11px;
+  border: 1px solid #ada7a7;
   border-radius: 4px;
   border-radius: 4px 4px 4px 4px;
+  /*+border-radius:4px;*/
+  background: #808080 url("../images/bg-gradients.png") 0 -264px;
+  font-size: 12px;
   color: #475765;
-  /*+text-shadow:0px 1px 1px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 1px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 1px #FFFFFF;
-  -o-text-shadow: 0px 1px 1px #FFFFFF;
-  text-shadow: 0px 1px 1px #FFFFFF;
+  text-shadow: 0 1px 1px #ffffff;
   cursor: pointer;
+  -moz-border-radius: 4px;
+  /*+text-shadow:0px 1px 1px #FFFFFF;*/
+  -webkit-border-radius: 4px;
+  -khtml-border-radius: 4px;
+  -moz-text-shadow: 0 1px 1px #ffffff;
+  -webkit-text-shadow: 0 1px 1px #ffffff;
+  -o-text-shadow: 0 1px 1px #ffffff;
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .button.remove.physical-network {
-  padding: 10px 10px 0px;
-  background: url(../images/sprites.png) -6px -93px;
-  cursor: pointer;
   position: relative;
   float: right;
   top: 27px;
   margin: -26px 0 0;
+  padding: 10px 10px 0;
+  background: url("../images/sprites.png") -6px -93px;
+  cursor: pointer;
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .select-container.disabled .button.remove.physical-network {
@@ -7720,62 +7656,59 @@ label.error {
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network:hover {
-  background-position: 0px -349px;
+  background-position: 0 -349px;
   color: #000000;
   /*+text-shadow:0px 1px 2px #FFFFFF;*/
-  -moz-text-shadow: 0px 1px 2px #FFFFFF;
-  -webkit-text-shadow: 0px 1px 2px #FFFFFF;
-  -o-text-shadow: 0px 1px 2px #FFFFFF;
-  text-shadow: 0px 1px 2px #FFFFFF;
+  text-shadow: 0 1px 2px #ffffff;
+  -moz-text-shadow: 0 1px 2px #ffffff;
+  -webkit-text-shadow: 0 1px 2px #ffffff;
+  -o-text-shadow: 0 1px 2px #ffffff;
 }
 
 .multi-wizard.zone-wizard .setup-physical-network .button.add.new-physical-network .icon {
   padding: 10px;
-  background: url(../images/sprites.png) -44px -58px;
+  background: url("../images/sprites.png") -44px -58px;
 }
 
 /*** Review / launch*/
 .multi-wizard.zone-wizard .review .launch-container {
+  float: left;
   width: 98%;
   max-height: 438px;
-  overflow: auto;
-  overflow-x: hidden;
-  float: left;
-  background: #ECECEC 0px -12px;
-  background: #F7F7F7;
-  background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
+  margin: 11px 0 0 7px;
+  border: 1px solid #cacaca;
+  border-radius: 4px;
+  border-radius: 4px 4px 4px 4px;
+  background: #ececec 0 -12px;
+  background: #f7f7f7;
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #eaeaea));
   background: -webkit-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
-  background: -o-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
-  background: -ms-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
   background: linear-gradient(to bottom, #f7f7f7 0%, #eaeaea 100%);
-  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
-  margin: 11px 0 0 7px;
   /*+border-radius:4px;*/
+  overflow: auto;
+  overflow-x: hidden;
+  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#eaeaea', GradientType=0);
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
-  border-radius: 4px;
-  border: 1px solid #CACACA;
-  border-radius: 4px 4px 4px 4px;
 }
 
 .multi-wizard.zone-wizard .review .launch-container li {
   width: 100%;
-  text-align: left;
   padding: 15px 0 15px 12px;
   font-size: 12px;
   font-weight: bold;
+  text-align: left;
 }
 
 .multi-wizard.zone-wizard .review .launch-container li .icon {
   /*[empty]display:;*/
   padding: 10px 21px 10px 10px;
-  background: url(../images/icons.png) -2px -217px;
+  background: url("../images/icons.png") -2px -217px;
 }
 
 .multi-wizard.zone-wizard .review .launch-container li.loading .icon {
-  background: url(../images/ajax-loader-small.gif) no-repeat 2px 9px;
+  background: url("../images/ajax-loader-small.gif") no-repeat 2px 9px;
 }
 
 .multi-wizard.zone-wizard .review .launch-container li.error .icon {
@@ -7786,7 +7719,6 @@ label.error {
   display: none;
 }
 
-/*Tree view*/
 .tree-view {
   width: 24%;
   height: 98%;
@@ -7803,20 +7735,20 @@ label.error {
 }
 
 .tree-view ul li {
-  position: relative;
-  left: 21px;
-  font-size: 12px;
   display: block;
-  margin: 7px 0 0;
+  position: relative;
   clear: both;
+  left: 21px;
   width: 100%;
+  margin: 7px 0 0;
+  font-size: 12px;
 }
 
 .tree-view > ul {
   /*+placement:shift 3px 40px;*/
   position: relative;
-  left: 3px;
   top: 40px;
+  left: 3px;
 }
 
 .tree-view > ul > li {
@@ -7825,7 +7757,7 @@ label.error {
 
 .tree-view ul li .name {
   float: left;
-  margin: 1px 0px 13px 17px;
+  margin: 1px 0 13px 17px;
   padding: 6px 9px 6px 4px;
   cursor: pointer;
 }
@@ -7835,24 +7767,24 @@ label.error {
 }
 
 .tree-view ul li .name.selected {
-  background: #DDDCDD;
+  border-radius: 5px;
   /*+border-radius:5px;*/
+  border-radius: 5px 5px 5px 5px;
+  background: #dddcdd;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -khtml-border-radius: 5px;
-  border-radius: 5px;
-  border-radius: 5px 5px 5px 5px;
 }
 
 .tree-view ul li .expand {
+  position: absolute;
+  float: left;
+  float: left;
   width: 10px;
   height: 10px;
-  float: left;
-  background: url(../images/buttons.png) -630px -245px;
   margin: 4px 5px 0 0;
-  float: left;
+  background: url("../images/buttons.png") -630px -245px;
   cursor: pointer;
-  position: absolute;
 }
 
 .tree-view ul li.expanded > .expand {
@@ -7863,11 +7795,6 @@ label.error {
   float: left;
 }
 
-.detail-group table tbody {
-  border: none;
-}
-
-/*Dialog-based list view*/
 .ui-dialog .list-view {
   height: 515px !important;
   overflow: auto;
@@ -7880,13 +7807,13 @@ label.error {
 }
 
 div.panel.ui-dialog div.list-view div.fixed-header {
+  z-index: 1;
   top: 55px;
   left: 35px;
   width: 759px;
   height: 49px;
-  background-color: #FFFFFF;
   margin: 0;
-  z-index: 1;
+  background-color: #ffffff;
 }
 
 .ui-dialog .list-view table {
@@ -7899,25 +7826,25 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 }
 
 .ui-dialog.panel div.list-view div.data-table table tbody tr.multi-edit-selected {
-  background: #C3E0FC;
+  background: #c3e0fc;
 }
 
 /*List-view: subselect dropdown*/
 .list-view .subselect {
-  width: 173px;
-  cursor: default;
   display: block;
   float: left;
-  background: #E8E8E8;
-  padding: 0;
-  margin: 0 0 0 -3px;
   clear: both;
-  border: 1px solid #A8A7A7;
+  width: 173px;
+  margin: 0 0 0 -3px;
+  padding: 0;
+  border: 1px solid #a8a7a7;
+  border-radius: 2px;
+  background: #e8e8e8;
   /*+border-radius:2px;*/
+  cursor: default;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
-  border-radius: 2px;
 }
 
 .list-view .subselect:hover span {
@@ -7931,6 +7858,8 @@ div.panel.ui-dialog div.list-view div.fixed-header {
 
 .list-view .subselect span.info {
   background: none;
+  font-size: 10px;
+  white-space: nowrap;
 }
 
 .list-view .subselect span:hover {
@@ -7943,7 +7872,6 @@ div.panel.ui-dialog div.list-view div.fixed-header {
   font-size: 10px;
 }
 
-/*Multi-edit*/
 div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit thead tr th,
 div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBalancer div.multi-edit form table.multi-edit tbody tr td {
   min-width: 100px;
@@ -7959,7 +7887,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit table.multi-edit {
-  border-top: none;
+  border-top: 0;
 }
 
 .multi-edit table th {
@@ -7970,7 +7898,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .detail-group .multi-edit table td {
-  border-left: 1px solid #CDCCCC;
+  border-left: 1px solid #cdcccc;
 }
 
 .detail-view .multi-edit input {
@@ -7979,8 +7907,8 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 
 .detail-view .multi-edit select {
   width: 93%;
-  font-size: 10px;
   min-width: 80px;
+  font-size: 10px;
 }
 
 .multi-edit input {
@@ -7996,24 +7924,24 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit .range input {
+  position: relative;
   width: 35px;
   margin-right: 2px;
-  position: relative;
 }
 
 .multi-edit .range label {
   display: block;
-  clear: both;
-  /*+placement:shift 3px 2px;*/
   position: relative;
-  left: 3px;
+  /*+placement:shift 3px 2px;*/
+  clear: both;
   top: 2px;
+  left: 3px;
 }
 
 .multi-edit label.error {
-  font-size: 10px;
-  margin: 3px 0 0;
   float: left;
+  margin: 3px 0 0;
+  font-size: 10px;
 }
 
 .multi-edit .data-table td span {
@@ -8030,7 +7958,7 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit .data-table td.add-vm:hover {
-  color: #5FAAF7;
+  color: #5faaf7;
 }
 
 .multi-edit .data-table .fixed-header {
@@ -8038,77 +7966,77 @@ div.container div.panel div#details-tab-addloadBalancer.detail-group div.loadBal
 }
 
 .multi-edit .button.add-vm {
-  font-size: 10px;
-  font-weight: bold;
... 35060 lines suppressed ...