diff --git a/ccm-core/web/themes/foundry-base/start.xsl b/ccm-core/web/themes/foundry-base/start.xsl
index 6c0e7258a..900edfcc6 100644
--- a/ccm-core/web/themes/foundry-base/start.xsl
+++ b/ccm-core/web/themes/foundry-base/start.xsl
@@ -36,7 +36,7 @@
version="2.0">
-
+
diff --git a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
index a13182db9..61576904e 100644
--- a/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
+++ b/ccm-core/web/themes/foundry/foundry/lib/template-tags/content-items.xsl
@@ -152,6 +152,7 @@
+
diff --git a/ccm-core/web/themes/foundry/foundry/styles/admin.css b/ccm-core/web/themes/foundry/foundry/styles/admin.css
index e2b7559a1..153c81f55 100644
--- a/ccm-core/web/themes/foundry/foundry/styles/admin.css
+++ b/ccm-core/web/themes/foundry/foundry/styles/admin.css
@@ -551,7 +551,7 @@ div#left div.column-content{
div#right{
width: 75%;
margin: 0;
- background-color: #f2f0ff;
+ background-color: #fff;
}
div#right div.column-head {
@@ -1548,7 +1548,7 @@ input#draft_search:active {
border: 0 !important;
padding: 0 !important;
min-height: inherit;
- color: #4a4a4a;
+ color: #000;
background-color: inherit;
line-height: 1.75em;
font-family: 'DejaVuSansMono',Verdana, Helvetica, Arial, sans-serif;
diff --git a/ccm-sci-bundle/src/WEB-INF/resources/scientificCMS-stylesheet-paths.txt b/ccm-sci-bundle/src/WEB-INF/resources/scientificCMS-stylesheet-paths.txt
index 2f1f4a2fe..952659be4 100644
--- a/ccm-sci-bundle/src/WEB-INF/resources/scientificCMS-stylesheet-paths.txt
+++ b/ccm-sci-bundle/src/WEB-INF/resources/scientificCMS-stylesheet-paths.txt
@@ -17,7 +17,11 @@ http://::host::/::webapp::/themes/::themedir::/::theme::/start.xsl
# Theme with single entry point (e.g Mandalay) unmanaged default
#http://::host::/resource/::webapp::/themes/mandalay/start.xsl
-http://::host::/::webapp::/themes/mandalay/start.xsl
+#http://::host::/::webapp::/themes/mandalay/start.xsl
+
+# Theme with single entry point (e.g Mandalay) unmanaged default
+#http://::host::/resource/::webapp::/themes/mandalay/start.xsl
+http://::host::/::webapp::/themes/foundry-base/start.xsl