diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index a9935ce08550a25a44c5b13d1cb2e5e0ab66e1cb..dbbcf3ff1ba9fdce80c409e7540f85767b8a2f6c 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -113,7 +113,7 @@ div.routersummary input[type=text] {
 
 div.routersummary hr {
      color: #99f;
-     background: 99f;
+     background: #99f;
      height: 1px;
      border-bottom: 1px solid #99f;
      margin: 8px -7px 8px -7px;
@@ -322,10 +322,10 @@ div.main {
      background: #ffe url('images/magic.png') center bottom;}
 
 div.main hr, hr {
-     color: #447;
-     background: #447;
+     color: #113;
+     background: #113;
      height: 1px;
-     border: 0px solid #447;
+     border: 0px solid #113;
      margin: 10px 0;
 }
 
@@ -397,13 +397,13 @@ div.news li {
      vertical-align: bottom;
      border: 1px solid #113;
      border-left: 5px solid #113;
-     padding: 4px 5px;
+     padding: 5px 5px;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
      -khtml-border-radius: 0 4px 4px 0;
      font-size: 10pt;
      opacity: 1;
-     background: #fff url('images/header.png') center center repeat-x;
+     background: #ffe url('images/header.png') center center repeat-x;
      -moz-box-shadow: 0px 1px 1px 1px #ccf;
 }
 
@@ -428,7 +428,7 @@ div.confignav {
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px;
-     border: 1px solid #447;
+     border: 1px solid #113;
      font-size: 9.5pt !important;
      font-weight: bold !important;
      line-height: 160% !important;
@@ -450,8 +450,8 @@ div.configure {
 }
 
 div.configure h3, div.graphspanel h3 {
-     border: 1px solid #447;
-     border-left: 5px solid #447;
+     border: 1px solid #113;
+     border-left: 5px solid #113;
      padding: 5px;
      margin: 15px 0 15px 0;
      border-radius: 0 4px 4px 0;
@@ -668,14 +668,14 @@ code {
 }
 
 a:link{
-     color: #613;
+     color: #53f;
      text-decoration: none;
      font-weight: bold;
      word-wrap: break-word;
 }
 
 a:visited{
-     color: #316;
+     color: #517;
      text-decoration: none;
      font-weight: bold;
 }
@@ -744,7 +744,7 @@ h2 {
      text-shadow: 0px 0px 1px rgba(0, 0, 64, 0.5);
      padding: 10px 10px;
      wordwrap: none;
-     border: 1px solid #117;
+     border: 1px solid #113;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
@@ -859,7 +859,7 @@ button:active{
 
 input {
      background: #ffe;
-     color: #813;
+     color: #316;
      margin: 5px 10px 5px 10px;
      padding: 4px 2px;
      font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
@@ -871,7 +871,7 @@ input {
 input, input:visited {
      border: 1px outset #999;
      background: #ffe;
-     color: #813;
+     color: #316;
      margin: 5px;
      font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
      padding: 1px 2px;
@@ -882,7 +882,7 @@ input, input:visited {
      -khtml-border-radius: 4px;
      -moz-box-shadow: inset 0px 2px 8px 0px #fff;
      color: #813
-     opacity: 0.9;
+     opacity: 1;
 }
 
 
diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css
index 0f34f0535739c47e9c15152a0f733b1a379a48fb..30f6d9d27c428931c57b2112d3fad79244d49341 100644
--- a/installer/resources/themes/console/light/default.css
+++ b/installer/resources/themes/console/light/default.css
@@ -160,7 +160,7 @@ hr {
      overflow: hidden;
      min-width: 60px;
      font-weight: bold;
-     background: #ffe url(images/header.png) center center repeat:x !important;
+     background: #ffe;
      color: #001;
      border: 1px outset #ddddc0;
      text-align: center;