diff --git a/build.xml b/build.xml
index f0c1c49739a42f5bb5aa5dfcce86d3d48f33acfb..5d1567ea97f3c1bb5025497ad0a51862bd03ca91 100644
--- a/build.xml
+++ b/build.xml
@@ -1061,7 +1061,7 @@
 			<copy file="installer/resources/start.ico" todir="pkg-temp/docs/" />
 			<copy file="installer/resources/console.ico" todir="pkg-temp/docs/" />
 			<!-- HTTP Header files, english only,
-				if you need a different lang do it in a sepreate target -->
+				if you need a different lang do it in a seperate target -->
 			<copy todir="pkg-temp/docs/" >
 				<fileset dir="installer/resources/proxy/"  includes="**-header.ht" />
 			</copy>
@@ -1069,7 +1069,7 @@
 			<copy todir="pkg-temp/docs/themes/console/light/" overwrite="true" >
 				<fileset dir="installer/resources/themes/console/light/" includes="**.css" />
 			</copy>
-<!-- @dr.zed where is your CJK fix for the default theme ??	put it here		<copy file="installer/resources/themes/console/classic/console_big.css" todir="portable/docs/themes/console/light/" / -->
+			<copy file="installer/resources/themes/console/light/console_big.css" todir="portable/docs/themes/console/light/" />
 			<copy todir="pkg-temp/docs/themes/console/images/" >
 				<fileset dir="installer/resources/themes/console/images/" />
 			</copy>
diff --git a/installer/resources/readme/readme.html b/installer/resources/readme/readme.html
index ebee7e1981d947f89668e01c37281590094f93e5..4057d9090cf1a06f93958f1fecdc9046a7c7aa7f 100644
--- a/installer/resources/readme/readme.html
+++ b/installer/resources/readme/readme.html
@@ -88,3 +88,4 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
 
 <li class="tidylist"><b>Get Involved!</b><br>I2P is developed and maintained mostly through unfunded, voluntary participation by community members. We're happy to accept <a href="http://www.i2p2.i2p/donate.html" target="_blank">donations</a>, which go towards essential hosting and administrative costs. We have <a href="http://www.i2p2.i2p/bounties.html" target="_blank">cash bounties</a> for aspects of I2P for developers looking for incentives to participate, and we're always looking for more Java coders, translators, promoters and users to help I2P grow. For further info on how you can help visit the <a href="http://www.i2p2.i2p/getinvolved.html" target="_blank">volunteers page</a> on the website. Thanks in advance!</li>
 </ul>
+<div class="footnote"><hr>Document updated: November 2010.
\ No newline at end of file
diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css
index f53343d7399dfa366c7e62f1d49d5f4e9ce4b1bf..183725bbacb5cc03cdcc376ae5804059c0d4950d 100644
--- a/installer/resources/themes/console/classic/console.css
+++ b/installer/resources/themes/console/classic/console.css
@@ -330,7 +330,7 @@ div.main textarea {
 
 div.main h2 {
      margin-top: 20px;
-     margin-bottom: 0px;
+     margin-bottom: 10px !important;
 }
 
 div.welcome {
@@ -788,6 +788,15 @@ tt {
      margin-right: 20px;
 }
 
+.tidylist code {
+     text-align: left;
+     font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
+     color: #390;
+     padding: 2px 3px;
+     background: #eeb;
+     font-weight: bold;
+}
+
 div.graphspanel {
      padding: 10px 5px 20px 5px;
      margin: -16px -16px -11px -16px;
@@ -826,4 +835,18 @@ div.graphspanel form:last-child {
 div.graphspanel h3 {
      text-align: left;
      margin: 10px 20px 10px 20px;
+}
+
+div.footnote {
+     text-align: right;
+     color: #99f;
+     font-size: 7pt;
+}
+
+div.footnote hr{
+     margin: 10px 0 5px 0 !important;
+     color: #99f;
+     background: #99f;
+     height: 1px;
+     border: 0px solid #99f;
 }
\ No newline at end of file
diff --git a/installer/resources/themes/console/classic/ieshim.css b/installer/resources/themes/console/classic/ieshim.css
index 2963dcf8a294d09005cf2372aa4607427805439d..b740ac0ce115d0b7dbebc86dfea84d56d89a964c 100644
--- a/installer/resources/themes/console/classic/ieshim.css
+++ b/installer/resources/themes/console/classic/ieshim.css
@@ -1,25 +1,33 @@
-/* Welcome to the wonderful world of kludgey IE fixes */
+/* I2P Console IE theme override for Classic */
+/* Comment: Welcome to the wonderful world of kludgey IE fixes (for best results use another browser) */
+/* Author: dr|z3d */
 
 .wideload {
      overflow: auto;
      width: 100%;
 }
 
-.formaction {
+.formaction, form {
      text-align: left !important;
-     margin: -10px 0 10px 0;
+     margin: 0px 0 10px 0;
 }
 
 div.configure {
      text-align: center;
 }
 
+div.configure hr {
+/*     display: none; */
+     margin-bottom: 10px !important;
+}
+
 div.configure p, div.configure table  {
      text-align: justify;
+     margin: 10px 0;
 }
 
 div.main ul {
-     margin-right: 20px;
+     margin: 0 20px 0 40px;
 }
 
 div.configure textarea {
@@ -31,20 +39,23 @@ div.configure input {
 }
 
 div.configure table {
-     width: 550px !important;
-     text-align: center;
+     width: auto !important;
+     text-align: left !important;
 }
 
 h1 {
-     padding: 15px 10px 16px 10px !important;
-     margin: 0 0px 0 17	5px !important;
-     background-color: #bbf !important; /* background page color to fix overflow issue */
+     padding: 20px 10px 21px 10px !important;
+     margin: 0 0 0 195px !important;
      color: #001;
+     border: 1px solid #89f !important;
+     border-left: 1px solid #89f !important;
 }
 
+
 h2 {
-     padding-top: 0;
+     padding: 10px !important;
      text-align: left !important;
+     margin: 0 0 15px 0 !important;
 }
 
 h3 {
@@ -66,13 +77,23 @@ div.messages {
      margin: -10px -15px 0px -15px;
 }
 
-div.main, div.news {
-     margin: -5px 0px 10px 185px;
-     border: 5px solid #bbf;
+div.main {
+     margin: -5px 0px 10px 197px;
+     border: 1px solid #89f !important;
 }
 
 div.main hr, div.news hr {
-     margin: 0;	
+     margin: 0 10px !important;
+}
+
+div.news {
+     margin-left: 197px !important;
+     border-left: 1px solid #89f !important;
+}
+
+div.news hr {
+     height: 1px !important;
+     color: #ffffc0 !important; /* fixes immovable hr issue by making it invisible */
 }
 
 div.main {
@@ -81,7 +102,7 @@ div.main {
 
 div.news {
      border-left: 5px solid #bbf;
-     margin: -5px 0px 0 185px;
+     margin: -5px 0px 0 193px;
      padding-bottom: 8px;
 }
 
@@ -96,9 +117,11 @@ div.news hr {
 div.routersummary {
      color: #001;
      padding-left: 0px;
-     border-left: 5px solid #bbf;
+/*     border-left: 1px solid #bbf; */
      text-align: center !important;
      overflow: hidden; /* prevents IE from borking the sidepanel */
+     width: 195px !important;
+     padding-bottom: 20px !important;
 }
 
 div.routersummary submit {
@@ -111,12 +134,11 @@ div.routersummary input[type=text] {
 }
 
 div.routersummary hr {
-     color: #eef;
-     background: #eef;
-     height: 2px;
-     border-bottom: 1px solid #eef;
-     margin: 8px 1px 7px 1px;
-     -moz-box-shadow: inset 0px 1px 1px 1px #99f;
+     color: #89f;
+     background: #89f;
+     height: 1px;
+     border-bottom: 1px solid #89f;
+     margin: 8px -2px 7px -1px;
 }
 
 div.routersummary h3 {
@@ -125,7 +147,7 @@ div.routersummary h3 {
      font-size: 9pt;
      letter-spacing: 0.05em;
      margin: -14px 0px -15px 1px;
-     padding: 5px 0px 5px 0px;
+     padding: 1px 0px 1px 0px;
      background: #c5d5fb;
      text-transform: uppercase;
 }
@@ -136,31 +158,33 @@ div.routersummary h4 {
      font-size: 8.5pt;
      letter-spacing: 0.05em;
      margin: -14px 0px -15px 1px !important;
-     padding: 2px 3px 3px 3px;
+     padding: 7px 3px 5px 3px;
      background: #c1d1f7;
      text-transform: capitalize;
      text-decoration: none !important;
      color: #2b2;
      text-align: center !important;
+     line-height: 135%;
 }
 
 div.routersummary table {
      border: 0;
      text-align: center !important;
-     margin: -5px 5px;
-     width: 175px !important;
+     margin: -5px 5px !important;
+     width: 192px !important;
      overflow: hidden;
      font-size: 8pt;
      padding: 0px -10px;
      background-image: none !important;
      background-color: transparent !important;
-     text-align: center !important;
 }
 
-div.routersummary tr {
+div.routersummary tr, div.routersummary td {
      background-image: none !important;
      background-color: transparent !important;
      border: 0 !important;
+     line-height: 120% !important;
+     padding: 0 1px !important;
 }
 
 div.routersummary form {
@@ -173,19 +197,11 @@ div.routersummary p {
      padding: 0;
 }     
 
-/*
-div.routersummary img {
-     margin: 5px -10px -5px -10px;
-     overflow: hidden;
-}     
-*/
-
 div.routersummary a:link, div.routersummary a:visited {
-     text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
+     line-height: 120%;
 }
 
 div.routersummary a:hover {
-     text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
      color: #f60;
 }
 
@@ -195,18 +211,12 @@ div.routersummary td {
      border: 0 !important;
 }
 
-div.routersummary tr:nth-child(even) {
-     background-color: #f60;
-     background-image: none !important;
-}
-
-div.routersummarytr:nth-child(odd) {
-     background-color: #f00;
-     background-image: none !important;
+div.routersummary form {
+     margin: -20px 0 !important;   
 }
 
 div.news li {
-     padding-top: 0px	0px !important;
+     padding-top: 0px !important;
      margin-bottom: -23px !important;
 }
 
@@ -220,7 +230,7 @@ div.warning {
 }
 
 .langbox {
-     margin: 22px -20px 0px 5px;
+     margin: 20px -18px 0px 5px;
 }
 
 td {
@@ -249,5 +259,9 @@ div.graphspanel img {
 }
 
 div.graphspanel hr {
-     margin: 20px 0;
+     margin: 20px 0 10px !important;
+}
+
+table {
+     width: 100% !important;
 }
\ No newline at end of file
diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css
index bcdf92201bc3deda5f24528bf0f922b72cc19f88..de3703ba7d5baa2a3f502b8c42401f8f70cf9baa 100644
--- a/installer/resources/themes/console/light/console.css
+++ b/installer/resources/themes/console/light/console.css
@@ -91,8 +91,8 @@ div.routersummaryouter {
 
 div.routersummary {
 /*  margin: 0px 20px 20px 0px; */
-     width: 175px;
-     padding: 10px;
+     width: 180 px;
+     padding: 8px;
      text-align: center !important;
      border: 1px solid #447;
      background: #ccddf6);
@@ -118,7 +118,7 @@ div.routersummary hr {
      background: #eef;
      height: 2px;
      border-bottom: 1px solid #eef;
-     margin: 8px -10px 7px -10px;
+     margin: 8px -7px 7px -7px;
      -moz-box-shadow: inset 0px 1px 1px 1px #ddf;
 }
 
@@ -131,7 +131,7 @@ div.routersummary h3 {
      border: 0;
      font-size: 9.5pt;
      letter-spacing: 0.04em;
-     margin: -4px -6px;
+     margin: -4px -3px;
      padding: 2px 0;
      background: #c5d5fb;
      text-transform: uppercase;
@@ -154,7 +154,7 @@ div.routersummary h4 {
      border-bottom: 0 !important;
      font-size: 8.5pt;
      letter-spacing: 0.02em;
-     margin: -7px -9px -7px -9px !important;
+     margin: -7px -7px -7px -7px !important;
      padding: 0px 3px 1px 3px;
      background: #eef;
      text-transform: capitalize;
@@ -167,7 +167,7 @@ div.routersummary table {
      border: 0;
      text-align: center !important;
      margin: -7px -5px -6px -5px;
-     width: 185px !important;
+     width: 190px !important;
      overflow: hidden;
      font-size: 8pt;
      padding: 0px -10px;
@@ -181,6 +181,11 @@ div.routersummary tr {
      border: 0 !important;
 }
 
+div.routersummary td:first-child {
+     max-width: 90px;
+     overflow: hidden;
+}
+
 div.tunnels {
      margin-top: 6px !important;
      margin-left: -2px !important;
@@ -322,7 +327,7 @@ div.news {
      margin: 0px 15px 10px 220px;
      padding: 10px 25px 7px 25px;
      border: 1px solid #447;
-     color: #000;
+     color: #224;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -khtml-border-radius: 4px;
@@ -427,7 +432,7 @@ div.configure {
 div.configure h3, div.graphspanel h3 {
      border: 1px solid #447;
      border-left: 5px solid #447;
-     padding: 3px 5px 3px 5px;
+     padding: 5px;
      margin: 15px 0 15px 0;
      border-radius: 0 4px 4px 0;
      -moz-border-radius: 0 4px 4px 0;
@@ -1083,3 +1088,17 @@ div.joblog hr {
 .formaction {
      text-align: right;
 }
+
+div.footnote {
+     text-align: right;
+     color: #447;
+     font-size: 7pt;
+}
+
+div.footnote hr{
+     margin: 20px 0 5px 0 !important;
+     color: #447;
+     background: #447;
+     height: 1px;
+     border: 0px solid #447;
+}
\ No newline at end of file
diff --git a/installer/resources/themes/console/light/images/warning.png b/installer/resources/themes/console/light/images/warning.png
index 1996633119255a30205d59c672f3c02733a5bba5..a564599be3c89aff4c6ab1c5e635bc4919e4870d 100644
Binary files a/installer/resources/themes/console/light/images/warning.png and b/installer/resources/themes/console/light/images/warning.png differ
diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css
index ebf9a804fcc0e492a9c51de23e941d7fd265fafd..049fae9e16fd59b2a336712edb379f6cc68a9756 100644
--- a/installer/resources/themes/console/midnight/console.css
+++ b/installer/resources/themes/console/midnight/console.css
@@ -163,7 +163,7 @@ div.routersummary {
      width: 190px; 
      color: inherit; 
      margin: 0; 
-     padding: 10px 1px 5px 1px; 
+     padding: 8px 1px 4px 1px; 
      text-align: center !important; 
      border: 1px solid #99f; 
      font-size: 9pt; 
@@ -239,6 +239,11 @@ div.routersummary tr {
      border: 0 !important;
 }
 
+div.routersummary td:first-child {
+     max-width: 90px;
+     overflow: hidden;
+}
+
 div.tunnels table{
      margin: -2px 0px -4px 2px !important;
      text-align: center !important;
@@ -525,7 +530,7 @@ h1 {
      text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
      text-align: center;
      border: 1px solid #99f;
-     padding: 15px 10px 15px 10px;
+     padding: 15px 10px 16px 10px;
      margin: 5px 5px 0 200px;
      line-height: 93%;
      text-transform: uppercase;
@@ -888,5 +893,19 @@ code {
      text-align: left;
      font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
      color: #0d0;
-     padding: 0 5px;
+     padding: 0 2px;
+}
+
+div.footnote {
+     text-align: right;
+     color: #99f;
+     font-size: 7pt;
+}
+
+div.footnote hr{
+     margin: 15px 0 5px 0 !important;
+     color: #99f;
+     background: #99f;
+     height: 1px;
+     border: 0px solid #99f;
 }
diff --git a/installer/resources/themes/snark/ubergine/images/hidepeers.png b/installer/resources/themes/snark/ubergine/images/hidepeers.png
index 18050ddf2b5b224eb66ed69e2b00725288805f4b..4ed9e9f6263539bf759dec7a5806914a16d534a2 100644
Binary files a/installer/resources/themes/snark/ubergine/images/hidepeers.png and b/installer/resources/themes/snark/ubergine/images/hidepeers.png differ
diff --git a/installer/resources/themes/snark/ubergine/images/showpeers.png b/installer/resources/themes/snark/ubergine/images/showpeers.png
index 8050024fa700190f97afe0b3eacaeca777a5fe82..659e58e2e6a1202624884f4272c8f6a883ad2afb 100644
Binary files a/installer/resources/themes/snark/ubergine/images/showpeers.png and b/installer/resources/themes/snark/ubergine/images/showpeers.png differ
diff --git a/installer/resources/themes/snark/ubergine/images/start_all.png b/installer/resources/themes/snark/ubergine/images/start_all.png
index 11dec0d68a0bc637275191afe5ca55b02201c731..b78b2c1a4a8f234e5348438fb97a0ba2db68cfd3 100644
Binary files a/installer/resources/themes/snark/ubergine/images/start_all.png and b/installer/resources/themes/snark/ubergine/images/start_all.png differ
diff --git a/installer/resources/themes/snark/ubergine/images/stop_all.png b/installer/resources/themes/snark/ubergine/images/stop_all.png
index 1d4902293f253832898afc65d81430e1642a623e..d983b694c12754e7acf1769742989778cad6991f 100644
Binary files a/installer/resources/themes/snark/ubergine/images/stop_all.png and b/installer/resources/themes/snark/ubergine/images/stop_all.png differ
diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css
index 52e9f53459644177c8cf7e1617d4b06b3aa12519..561ae7ad3bdf9dd2f063c4bf5a7e92876da1f4d2 100644
--- a/installer/resources/themes/snark/ubergine/snark.css
+++ b/installer/resources/themes/snark/ubergine/snark.css
@@ -474,18 +474,18 @@ input[type=submit]:active {
      text-shadow: 0 !important;
 }
 
-input[type=image] {
+input[type=image], thead img {
      padding: 0 !important;
-     background: #000;
      -moz-border-radius: 0px;
      -khtml-border-radius: 0px;
      border-radius: 0px;
      border: medium none;
      margin: 0 2px;
+     opacity: 0.8;
 }
 
-input[type=image]:hover {
-     border: 1px outset #bbb;
+input[type=image]:hover, thead img:hover {
+     opacity: 1;
 }
 
 input[type=text]:active, input[type=text]:hover, input.r:hover {
diff --git a/installer/resources/themes/snark/vanilla/images/arrow_refresh.png b/installer/resources/themes/snark/vanilla/images/arrow_refresh.png
index 0d280de31164579cf1ed018e581db43fa209ae8e..88d9edfc365feb2487cd70243d7a38259dd5e717 100644
Binary files a/installer/resources/themes/snark/vanilla/images/arrow_refresh.png and b/installer/resources/themes/snark/vanilla/images/arrow_refresh.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/complete.png b/installer/resources/themes/snark/vanilla/images/complete.png
index 069df0dd68072257233c423a43dc9c671d3bb58c..0492309fe0808a96b9f47273bf67c3528d2a1675 100644
Binary files a/installer/resources/themes/snark/vanilla/images/complete.png and b/installer/resources/themes/snark/vanilla/images/complete.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/delete.png b/installer/resources/themes/snark/vanilla/images/delete.png
index c198341725c97f1684f7d23389235b3c386961b3..1f09b34c5d59595d2a99749e9cff498c01477ed7 100644
Binary files a/installer/resources/themes/snark/vanilla/images/delete.png and b/installer/resources/themes/snark/vanilla/images/delete.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/downloading.png b/installer/resources/themes/snark/vanilla/images/downloading.png
index cc61019adfe5de9400d2de85aa717d56f3a924d0..2fb33a101d10b159df8fe3722930d37990897785 100644
Binary files a/installer/resources/themes/snark/vanilla/images/downloading.png and b/installer/resources/themes/snark/vanilla/images/downloading.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/hidepeers.png b/installer/resources/themes/snark/vanilla/images/hidepeers.png
index 18050ddf2b5b224eb66ed69e2b00725288805f4b..eadc16f504c2dde4965af25c08bf21f8104eaa2f 100644
Binary files a/installer/resources/themes/snark/vanilla/images/hidepeers.png and b/installer/resources/themes/snark/vanilla/images/hidepeers.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/nopeers.png b/installer/resources/themes/snark/vanilla/images/nopeers.png
index b718f9c3d1be6e28f3d541549894ef127560433e..06778e946daeaf0bde57a38223b5598acca5608c 100644
Binary files a/installer/resources/themes/snark/vanilla/images/nopeers.png and b/installer/resources/themes/snark/vanilla/images/nopeers.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/remove.png b/installer/resources/themes/snark/vanilla/images/remove.png
index 0d8616f6bbd44b92cf5a1b0dfc3567b5c510caf6..de3a4adda83d33facd07b405c4a2811bdc73928f 100644
Binary files a/installer/resources/themes/snark/vanilla/images/remove.png and b/installer/resources/themes/snark/vanilla/images/remove.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/seeding.png b/installer/resources/themes/snark/vanilla/images/seeding.png
index 1e03d42694badebfc61e8a61f8695abf4f62ccd4..3af01a1222da571a1d2552eeda05a9a99a3ba82b 100644
Binary files a/installer/resources/themes/snark/vanilla/images/seeding.png and b/installer/resources/themes/snark/vanilla/images/seeding.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/showpeers.png b/installer/resources/themes/snark/vanilla/images/showpeers.png
index 8050024fa700190f97afe0b3eacaeca777a5fe82..7d56be7d4e6d51f8b14ebb137a4014052e48ac13 100644
Binary files a/installer/resources/themes/snark/vanilla/images/showpeers.png and b/installer/resources/themes/snark/vanilla/images/showpeers.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/snark_add.png b/installer/resources/themes/snark/vanilla/images/snark_add.png
index e2c291a6cf6f182e8befa9f1aaa80b426f6f5e20..0071b49ee6d172856662c126371488edcc172867 100644
Binary files a/installer/resources/themes/snark/vanilla/images/snark_add.png and b/installer/resources/themes/snark/vanilla/images/snark_add.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/stalled.png b/installer/resources/themes/snark/vanilla/images/stalled.png
index 9204c2e8da56f7b6a146b5a6e9f9638874c1bf2e..fab4d43bdcd39f6318e85ef2f523d0e14c7de2f5 100644
Binary files a/installer/resources/themes/snark/vanilla/images/stalled.png and b/installer/resources/themes/snark/vanilla/images/stalled.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/start.png b/installer/resources/themes/snark/vanilla/images/start.png
index 2a68bf9f7bc1418b60ecd970232e4c1da02827f5..215d614f8c62c2c093993907299930f18deb4b0d 100644
Binary files a/installer/resources/themes/snark/vanilla/images/start.png and b/installer/resources/themes/snark/vanilla/images/start.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/start_all.png b/installer/resources/themes/snark/vanilla/images/start_all.png
index 95380966800905dd4c152a84b89b8ec9574b2af1..3434f8ce6b6e39f362b7defbfeb228c3b1d4039b 100644
Binary files a/installer/resources/themes/snark/vanilla/images/start_all.png and b/installer/resources/themes/snark/vanilla/images/start_all.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/status.png b/installer/resources/themes/snark/vanilla/images/status.png
index 618cb3fa6cb79b686bca54ea364ab9644780c47b..ca126e384ecbc772381b7318975927e1ed7ad099 100644
Binary files a/installer/resources/themes/snark/vanilla/images/status.png and b/installer/resources/themes/snark/vanilla/images/status.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/stop.png b/installer/resources/themes/snark/vanilla/images/stop.png
index 334949fba644e68f09f141cd6803803fe48b03fe..6503c5f15dd3360ae5476d0d6960ab3d1c4456a7 100644
Binary files a/installer/resources/themes/snark/vanilla/images/stop.png and b/installer/resources/themes/snark/vanilla/images/stop.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/stop_all.png b/installer/resources/themes/snark/vanilla/images/stop_all.png
index 2ec69fed2ffa5ba0241dbf18e497aa726c092985..ef5f095222cfd838f4447f2a31bcd0a7031d549f 100644
Binary files a/installer/resources/themes/snark/vanilla/images/stop_all.png and b/installer/resources/themes/snark/vanilla/images/stop_all.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/stopped.png b/installer/resources/themes/snark/vanilla/images/stopped.png
index 846c8d077103f5c91e3e376b0dc3145d3d02628a..24823d9791d858d3b8226ea7f6017e4c8e5fb389 100644
Binary files a/installer/resources/themes/snark/vanilla/images/stopped.png and b/installer/resources/themes/snark/vanilla/images/stopped.png differ
diff --git a/installer/resources/themes/snark/vanilla/images/trackererror.png b/installer/resources/themes/snark/vanilla/images/trackererror.png
index 04766a4bcc810d8f77ef32111e627ae6a4ff4b47..70fe410097a076ea89d0345dc7d860ae307ad57b 100644
Binary files a/installer/resources/themes/snark/vanilla/images/trackererror.png and b/installer/resources/themes/snark/vanilla/images/trackererror.png differ
diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css
index 7f2c3c6bb9788073dcbce2ca2119d4963cc219ce..0f4b16f6e8c3a092c456b0fa28722e23e7fc063d 100644
--- a/installer/resources/themes/snark/vanilla/snark.css
+++ b/installer/resources/themes/snark/vanilla/snark.css
@@ -158,7 +158,7 @@ thead {
 th {
      padding: 4px 2px 4px 4px;
      font-size: 9pt;
-     border-top: 1px outset #001;
+     border-top: 1px outset #604;
      border-bottom: 1px inset #604;
      whitespace: nowrap;
      font-variant: small-caps !important;
@@ -501,15 +501,16 @@ input[type=submit]:active {
 
 input[type=image] {
      padding: 0 !important;
-     background: none;
      -moz-border-radius: 0px;
      -khtml-border-radius: 0px;
      border-radius: 0px;
      border: medium none;
      margin: 0 2px;
+     opacity: 0.9 !important;
 }
 
 input[type=image]:hover {
+     opacity: 1 !important;
 }
 
 input[type=text]:active, input[type=text]:hover, input.r:hover {