diff --git a/datamover_console/.classpath b/datamover_console/.classpath
index a2c7a31167f6edd71c2b5e80528e1b18e06942f5..dfb4a676d509d0efcfcd38ebc1b6eea6e0df810c 100644
--- a/datamover_console/.classpath
+++ b/datamover_console/.classpath
@@ -20,10 +20,6 @@
 	<classpathentry kind="lib" path="/libraries/jmock/objenesis/objenesis-1.0.jar"/>
 	<classpathentry kind="lib" path="/libraries/cisd-base/cisd-base-test.jar" sourcepath="/libraries/cisd-base/cisd-base-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/cisd-base/cisd-base.jar" sourcepath="/libraries/cisd-base/cisd-base-src.zip"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-user.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/gwt2.0/gwt-javadoc.jar!/"/>
-		</attributes>
-	</classpathentry>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/datastore_server/build/build.xml b/datastore_server/build/build.xml
index 4fe3b7e51368a5bb78d2ebe9e68d8319517969be..bafd1860bfd196b866ba58a6b12e5d655d4979fc 100644
--- a/datastore_server/build/build.xml
+++ b/datastore_server/build/build.xml
@@ -83,7 +83,7 @@
         <include name="**/*.xsd" />
       </fileset>
 			<fileset dir="../${ant.project.name}/${classes}" includes="ch/systemsx/cisd/openbis/dss/BuildAndEnvironmentInfo.class"/>
-			<zipfileset src="${lib}/gwt2.0/gwt-user.jar"
+			<zipfileset src="${lib}/gwt2.4/gwt-user.jar"
 			            includes="com/google/gwt/user/client/rpc/IsSerializable.class, com/google/gwt/user/client/rpc/SerializableException.class" />
 		</jar>
 	</target>
@@ -261,7 +261,7 @@
     </recursive-jar>
     <jar update="true" destfile="${dss-client-jar.file}">
       <fileset dir="../${ant.project.name}/${classes}" includes="ch/systemsx/cisd/openbis/dss/BuildAndEnvironmentInfo.class"/>
-    	<zipfileset src="${lib}/gwt2.0/gwt-user.jar"
+    	<zipfileset src="${lib}/gwt2.4/gwt-user.jar"
     				            includes="com/google/gwt/user/client/rpc/IsSerializable.class, com/google/gwt/user/client/rpc/SerializableException.class" />
     </jar>
   </target>
@@ -341,7 +341,7 @@
     </recursive-jar>
     <jar update="true" destfile="${dss-upload-gui-jar.file}">
       <fileset dir="../${ant.project.name}/${classes}" includes="ch/systemsx/cisd/openbis/dss/BuildAndEnvironmentInfo.class"/>
-    	<zipfileset src="${lib}/gwt2.0/gwt-user.jar"
+    	<zipfileset src="${lib}/gwt2.4/gwt-user.jar"
     				            includes="com/google/gwt/user/client/rpc/IsSerializable.class, com/google/gwt/user/client/rpc/SerializableException.class" />
     </jar>
   </target>
diff --git a/deep_sequencing_unit/.classpath b/deep_sequencing_unit/.classpath
index e3ed3cc42fc79c41dfd9903a3d39f330e08497e3..5fc517f95dfa8583be5ca6a5396473693f70f1ac 100644
--- a/deep_sequencing_unit/.classpath
+++ b/deep_sequencing_unit/.classpath
@@ -14,11 +14,11 @@
 	<classpathentry kind="lib" path="/libraries/jmock/jmock.jar"/>
 	<classpathentry kind="lib" path="/libraries/log4j/log4j.jar" sourcepath="/libraries/log4j/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/mail/mail.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-impl.jar" sourcepath="/libraries/jaxb/jaxb-impl.src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
 	<classpathentry kind="lib" path="/libraries/restrictionchecker/restrictions.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-isserializable.jar"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/deep_sequencing_unit/build/build.xml b/deep_sequencing_unit/build/build.xml
index a512e05bb25b124e9d888863b73c4c01d844362b..451b11feac6b06b2444f954bf4750a5fa56e041c 100644
--- a/deep_sequencing_unit/build/build.xml
+++ b/deep_sequencing_unit/build/build.xml
@@ -49,7 +49,7 @@
 		<copy file="${lib}/activation/activation.jar" todir="${dist.tracking.lib}" />
 		<copy file="${lib}/mail/mail.jar" todir="${dist.tracking.lib}" />
 		<copy file="${lib}/log4j/log4j.jar" todir="${dist.tracking.lib}" />
-		<copy file="${lib}/gwt2.0/gwt-isserializable.jar" todir="${dist.tracking.lib}" />
+		<copy file="${lib}/gwt2.4/gwt-isserializable.jar" todir="${dist.tracking.lib}" />
 		<copy file="${lib}/commons-logging/commons-logging.jar" todir="${dist.tracking.lib}" />
 		<copy file="${lib}/commons-io/commons-io.jar" todir="${dist.tracking.lib}" />
 		<copy file="${lib}/commons-lang/commons-lang.jar" todir="${dist.tracking.lib}" />
diff --git a/eu_basynthec/.classpath b/eu_basynthec/.classpath
index f67eb37e3d13b2049d0c230bea30fdc88682c864..6ba721406dd0e53caa590be55f99ba78c00f6f18 100644
--- a/eu_basynthec/.classpath
+++ b/eu_basynthec/.classpath
@@ -17,7 +17,6 @@
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/cisd-args4j/cisd-args4j.jar" sourcepath="/libraries/cisd-args4j/cisd-args4j-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/poi/poi-3.7-20101029.jar"/>
diff --git a/eu_basysbio/.classpath b/eu_basysbio/.classpath
index 5d5f7adbb88d46b44a21d1d7b6e849d0a87fbcab..e9bca72cdd02cf1b1447c0c53b882ef1aaa78da2 100644
--- a/eu_basysbio/.classpath
+++ b/eu_basysbio/.classpath
@@ -16,10 +16,6 @@
 	<classpathentry kind="lib" path="/libraries/eodsql/eodsql.jar" sourcepath="/libraries/eodsql/eodsql_src.zip"/>
 	<classpathentry kind="lib" path="/libraries/restrictionchecker/restrictionchecker.jar"/>
 	<classpathentry kind="lib" path="/libraries/mail/mail.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-user.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/gwt2.0/gwt-javadoc.jar!/"/>
-		</attributes>
-	</classpathentry>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/openbis/.classpath b/openbis/.classpath
index 940176ba00e03bc29d802c92b37cee1de5883512..52985aa851cd7c1156e211275a36e4ea92957129 100644
--- a/openbis/.classpath
+++ b/openbis/.classpath
@@ -5,14 +5,8 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/authentication"/>
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/common"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-user.jar"/>
 	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/server-common"/>
 	<classpathentry kind="lib" path="/libraries/testng/testng-jdk15.jar" sourcepath="/libraries/testng/src.zip"/>
-	<classpathentry kind="lib" path="/libraries/gxt2.2/gxt.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/gxt2.2/gxt-api.zip!/"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="lib" path="/libraries/log4j/log4j.jar" sourcepath="/libraries/log4j/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/webmvc/spring-webmvc.jar" sourcepath="/libraries/spring/webmvc/src.jar"/>
@@ -73,5 +67,9 @@
 	<classpathentry kind="lib" path="/libraries/jetty7/lib/server/jetty-continuation.jar"/>
 	<classpathentry kind="lib" path="/libraries/jetty7/lib/server/jetty-security.jar"/>
 	<classpathentry kind="lib" path="/libraries/jython/jython.jar" sourcepath="/libraries/jython/jython_src.zip"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
+	<classpathentry kind="lib" path="/libraries/gxt2.2.5/gxt.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/validation-api-1.0.0.GA.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/validation-api-1.0.0.GA-sources.jar"/>
 	<classpathentry kind="output" path="targets/www/WEB-INF/classes"/>
 </classpath>
diff --git a/openbis/build/build.xml b/openbis/build/build.xml
index 20ce729e04292d316590046811700513543bff0e..d0f5afd36175ac20ffd6c7028905ec7ca0758aa9 100644
--- a/openbis/build/build.xml
+++ b/openbis/build/build.xml
@@ -6,7 +6,7 @@
 
   <property name="mainfolder" value="openbis" />
 
-  <property name="gwt.lib" value="${lib}/gwt2.0" />
+  <property name="gwt.lib" value="${lib}/gwt2.4" />
   <property name="gwt.user.lib" value="${gwt.lib}/gwt-user.jar" />
   <property name="gwt.debugpanel.lib" value="${lib}/gwt-debug-panel/gwt-debug-panel.jar" />
 
@@ -545,7 +545,7 @@
         <include name="**/*BuildAndEnvironmentInfo.class" />
         <include name="*.INFO" />
       </zipfileset>
-      <zipfileset src="${lib}/gwt2.0/gwt-user.jar">
+      <zipfileset src="${lib}/gwt2.4/gwt-user.jar">
         <include name="com/google/gwt/user/client/rpc/IsSerializable.class" />
         <include name="com/google/gwt/user/client/rpc/SerializableException.class" />
       </zipfileset>
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-all.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-all.css
index 608d24bbb80bfe8136e5d58162e5afb85ec71c23..1e8b8ef1b1f015459d4a693b571ddd699053ddce 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-all.css
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/css/gxt-all.css
@@ -1532,7 +1532,7 @@ fieldset.x-panel-collapsed .x-fieldset-bwrap {
 }
 
 /* make top of checkbox/tools visible in webkit */
-.ext-webkit .x-fieldset-header {
+.ext-webkit .x-fieldset-header, .ext-ie .x-fieldset-header {
   padding-top: 1px;
 }
 
@@ -2964,7 +2964,6 @@ a.x-grid3-hd-btn:hover {
   z-index: 1;
   position: absolute;
   right: 0px;
-  width: 18px;
   overflow-y: scroll;
   overflow-x: hidden;
 }
@@ -3452,6 +3451,10 @@ a.x-grid3-hd-btn:hover {
 	top: -4px;
 }
 
+.ext-ie9 .x-tree3-node-text-widget  {
+  display: block;	
+}
+
 .x-tree3-node-ct {
 	display: none;
 }
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/css/desktop.css b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/css/desktop.css
index 0013ed9eac8f2847d67d3cccd447934823e2fab3..1db8a3b84df8bdb721c46fd6bf5dc3a2486ae0a8 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/css/desktop.css
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/css/desktop.css
@@ -235,15 +235,15 @@ html,body {
 }
 
 .add {
-  background-image: url(../../shared/icons/fam/add.gif) !important;
+  background-image: url(../images/add.gif) !important;
 }
 
 .option {
-  background-image: url(../../shared/icons/fam/plugin.gif) !important;
+  background-image: url(../images/plugin.gif) !important;
 }
 
 .remove {
-  background-image: url(../../shared/icons/fam/delete.gif) !important;
+  background-image: url(../images/delete.gif) !important;
 }
 
 .tabs {
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/add.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/add.gif
new file mode 100644
index 0000000000000000000000000000000000000000..93195256dc0abb6a451c41be3cba50fabb28781f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/add.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/delete.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/delete.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5e2a3b1434d96038b49da50d2bc0aa68980fb6d2
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/delete.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/plugin.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/plugin.gif
new file mode 100644
index 0000000000000000000000000000000000000000..209c121c5a0000353a9ee0effdddf71e23e57075
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/plugin.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/tabs.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/tabs.gif
new file mode 100644
index 0000000000000000000000000000000000000000..759de0fe5b04285a749f86cdc92fd165c5ee5679
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/desktop/images/tabs.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners-blue.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners-blue.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fa419b50abe5030db04492578d5dfd39c02fb6ab
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners-blue.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8aa8cae5c83d8f17aefadb93aa9a6f95d6069c40
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/corners.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l-blue.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l-blue.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5ed7f0043b6b0f956076e02583ca7d18a150e8f6
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l-blue.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0160f97fe75409f17ab6c3c91f7cbdc58afa8f8f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/l.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r-blue.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r-blue.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3ea5cae3b7b571ec41ac2b5d38c8a675a1f66efc
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r-blue.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r.gif
new file mode 100644
index 0000000000000000000000000000000000000000..34237f6292a7da6ac5d1b95d13ce76a7194dd596
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/r.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb-blue.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb-blue.gif
new file mode 100644
index 0000000000000000000000000000000000000000..562fecca87176274af7bf13c419daaf93f169249
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb-blue.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb.gif
new file mode 100644
index 0000000000000000000000000000000000000000..435889bffe0a3a4f92b1cb5e781be0d1e9e355f0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/box/tb.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/arrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/arrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3ab4f71ac115188898fa2701b6b11561d0461e4d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/arrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-arrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-arrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f90d5df4455c332d19dcc8b621a19e53c672612a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-arrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b52e0ce3dae6a5907d01ea12813a4c1f3f081bf4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn.gif
new file mode 100644
index 0000000000000000000000000000000000000000..06b404dd7a101dcaf185a48d8e7272ed975a307a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/btn.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-cs.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-cs.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3d1dca8f05ca550917346830a5a0ae4e16665181
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-cs.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-lr.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-lr.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7c549f96d6064d4b0cc022671fd823c13df36d8c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-lr.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-tb.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-tb.gif
new file mode 100644
index 0000000000000000000000000000000000000000..adeb0a4cf54bdfb626ab6f3c070f6e2919f374c0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/group-tb.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b-noline.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b-noline.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a4220ee9066357ea2270a842ed244bbaadb23de4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b-noline.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b.gif
new file mode 100644
index 0000000000000000000000000000000000000000..84b64703006ca6d86d335b89f8d40b9fa3883c48
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-b.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-bo.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-bo.gif
new file mode 100644
index 0000000000000000000000000000000000000000..74101701ad263bd214ab28011bad537f8d0cf5e9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-bo.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-noline.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-noline.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0953eab5c875fcb0f3b40babd89052b064bf9fec
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-noline.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-o.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-o.gif
new file mode 100644
index 0000000000000000000000000000000000000000..89c70f36fa653684087485ab673043ecbf615cdd
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow-o.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8940774785c25d4467b239aa608a9eee40e273d1
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/button/s-arrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-add.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-add.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b22cd1448efa13c47ad6d3b75bdea8b4031c31e9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-add.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-no.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-no.gif
new file mode 100644
index 0000000000000000000000000000000000000000..08d083355ff1b4e99b9ef8139f28ede1485b50cf
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-no.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-yes.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-yes.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8aacb307e89d690f46853e01f5c4726bd5d94e31
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/dd/drop-yes.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-bold.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-bold.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9b7ce7ccdc433301990c0de9abe4ea6cb433e93c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-bold.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-color.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-color.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8996fe33460431822b209360280a5d2e39c3fc65
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-color.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-decrease.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-decrease.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b12cc38d9e00c79110b743cc010a0f45a504fa0c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-decrease.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-highlight.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-highlight.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1409ebb2b506d0b8915b5bf5289bfbf40a9f0a37
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-highlight.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-increase.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-increase.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5fca725f224ee1238f0c81ee216f316f5444abce
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-font-increase.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-italic.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-italic.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e9cd2f42c863661e18d466742f43ca04b73cd512
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-italic.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-center.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-center.gif
new file mode 100644
index 0000000000000000000000000000000000000000..feb61852db78b3435bf6f886b4e9a7a7b381368f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-center.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-left.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-left.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b0d8cc6a5375dd181c659eea7f81f6debcf100af
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-left.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-right.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-right.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d4a23d7794d3b6773fb82b1f340032301d229d6c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-justify-right.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-link.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-link.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7ab2293fe70cacaf2288f9b2d9d10b6ac1856c25
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-link.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ol.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ol.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b04c2aa325dc163ba155e5ce3fda03983af2f1b8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ol.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-source.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-source.gif
new file mode 100644
index 0000000000000000000000000000000000000000..502700a4f5ea1da4c584239342415af6414cb6bd
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-source.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fb70577617cb872bb13241af464385904942d91b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ul.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ul.gif
new file mode 100644
index 0000000000000000000000000000000000000000..78cc8eccb0d35a380f1d017912d5b37be7a2950d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-ul.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-underline.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-underline.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0d707d8414817ede545d4b679978965dc6e948fe
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/editor/tb-underline.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/checkbox.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/checkbox.gif
new file mode 100644
index 0000000000000000000000000000000000000000..835b346cc9e0e8e9089a03e4b0058653e99f765e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/checkbox.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/clear-trigger.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/clear-trigger.gif
new file mode 100644
index 0000000000000000000000000000000000000000..da78d45b3214480842c62514af524f4aebb66124
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/clear-trigger.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/date-trigger.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/date-trigger.gif
new file mode 100644
index 0000000000000000000000000000000000000000..25ef7b3ae73c0918e97b5fd9c3e0cc5c69bcc14b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/date-trigger.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/error-tip-corners.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/error-tip-corners.gif
new file mode 100644
index 0000000000000000000000000000000000000000..6ea4c3838768c0ec3b5dab8e789333593295c15c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/error-tip-corners.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/exclamation.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/exclamation.gif
new file mode 100644
index 0000000000000000000000000000000000000000..ea31a3060a36a625cb5cfdf4fdc5cb4fa5c3b239
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/exclamation.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/radio.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/radio.gif
new file mode 100644
index 0000000000000000000000000000000000000000..36bb91d0c5ba6b94f2fae4142e1b0daf16b11514
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/radio.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/search-trigger.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/search-trigger.gif
new file mode 100644
index 0000000000000000000000000000000000000000..db8802beb370d7554d5319c0e0d5c4ecb8da2c5b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/search-trigger.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/spinner.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/spinner.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4e72f53d09fe7b105bf33fe75b61370e034e60d8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/spinner.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/text-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/text-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4179607cc1e9486dd6fcc8467c79b5b41dbf4f76
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/text-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger-tpl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger-tpl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e3701a383107e090fe25d3fb8d63aaa9290435e9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger-tpl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fa563147f29f6023c9abd12bb393ab91b0566123
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/form/trigger.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/gradient-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/gradient-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8134e4994f2a36da074990b94a5f17aefd378600
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/gradient-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-left-white.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-left-white.gif
new file mode 100644
index 0000000000000000000000000000000000000000..63088f56e1c33fd23437ab00ef3e10570c4a57fa
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-left-white.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-right-white.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-right-white.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e9e06789044eacb8a695cd1df46449bcb2b9aa07
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/arrow-right-white.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-bottom.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..cc1e473ecc1a48f6d33d935f226588c495da4e05
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-bottom.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-top.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-top.gif
new file mode 100644
index 0000000000000000000000000000000000000000..58ff32cc8fa2aa1be310b03bb2af77c1b77abe93
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/col-move-top.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/columns.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/columns.gif
new file mode 100644
index 0000000000000000000000000000000000000000..2d3a82393e31768c22869778698613b2f5f2174a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/columns.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/dirty.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/dirty.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4f217a47959965037bdaacf23dbcbe800a59273f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/dirty.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/done.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/done.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a937cb22c84a2ac6ecfc12ae9681ab72ed83ca78
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/done.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-no.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-no.gif
new file mode 100644
index 0000000000000000000000000000000000000000..31a332bf78624b183261a82046f3e09d10af2c12
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-no.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-yes.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-yes.gif
new file mode 100644
index 0000000000000000000000000000000000000000..926010e172a267419e420a4647973b3e1ee28926
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/drop-yes.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/footer-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/footer-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..126120f71eef89987818dcf64e6510ae83c8e18e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/footer-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-hd.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-hd.gif
new file mode 100644
index 0000000000000000000000000000000000000000..862094e6803f522712e4d193c7becd8e9b857dd3
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-hd.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-split.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-split.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5286f58f6f798184c3eeacba1352cfd39b9ae03e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-blue-split.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-hrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-hrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..637410420736482e521957d51d44f9da47f519de
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-hrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-loading.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d112c54013e1e4c2f606e848352f08958134c46f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-loading.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-split.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-split.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c76a16e95997a487ee9cd1675ecdd99bd2f37c17
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-split.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-vista-hd.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-vista-hd.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d0972638e8305d32d4a2419b3dd317f3c8fd3fe2
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid-vista-hd.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hd-btn.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hd-btn.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7d9ff0dc89df9dd93c3421cc04b9a7b7e0796803
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hd-btn.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-group.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-group.gif
new file mode 100644
index 0000000000000000000000000000000000000000..27a395ac6d1558ccbd3a807ec82dfb340d7869a7
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-group.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-over.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-over.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f9c07af1347fc44dcabb1a9d22458deb195fd92b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow-over.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8d459a304e0b224f8c28d6b7b585da7019d28cce
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-hrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0b4d6ca3bf28ba44b4ee215fddf936aab7cdd5a0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-sel-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-sel-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1dfe9a69eae133929f3835ffcfd108959539b9e5
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/grid3-special-col-sel-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-by.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-by.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d6075bba2fd87519bce379df01d12cdbe67f255e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-by.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-expand-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-expand-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9c1653b48dbd2d4bb00886c379ba3a66813737c4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/group-expand-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hd-pop.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hd-pop.gif
new file mode 100644
index 0000000000000000000000000000000000000000..eb8ba79679eabb7811c3d9d1c86c43bcf67552cc
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hd-pop.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-asc.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-asc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8917e0eee0cdf7758e83c4cffa7a7239f72b8427
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-asc.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-desc.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-desc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f26b7c2fc5836850958f7f2b1fafd3988a988d7a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-desc.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1596126108fd99fc56226b412c6749c55ad5402b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.png
new file mode 100644
index 0000000000000000000000000000000000000000..8b81e7ff284100752e155dff383c18bd00107eee
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-lock.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.gif
new file mode 100644
index 0000000000000000000000000000000000000000..af59cf92a4222e1cb044474c96507343dc07a3a9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.png
new file mode 100644
index 0000000000000000000000000000000000000000..9dd5df34b70b94b708e862053ef4a634246acc8d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/hmenu-unlock.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/invalid_line.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/invalid_line.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fb7e0f34d6231868ed2f80b6067be837e70cac44
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/invalid_line.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/loading.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e846e1d6c58796558015ffee1fdec546bc207ee8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/loading.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/mso-hd.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/mso-hd.gif
new file mode 100644
index 0000000000000000000000000000000000000000..669f3cf089a61580a9d1c7632a5b1309f8d0439a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/mso-hd.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/nowait.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/nowait.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4c5862cd554d78f20683709d0b450b67f81bd24d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/nowait.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first-disabled.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first-disabled.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1e02c419f5e73fc1ba5770df0448d44adf856288
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first-disabled.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d84f41a91fca3a0ccc1107a78ffbf7b62c527afb
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-first.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last-disabled.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last-disabled.gif
new file mode 100644
index 0000000000000000000000000000000000000000..869706777ce1e5c8350e0086f6febc18aa2bf814
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last-disabled.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3df5c2ba50b143fca7d168d5acbcc4404b903ee8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-last.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next-disabled.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next-disabled.gif
new file mode 100644
index 0000000000000000000000000000000000000000..90a7756f6fd77f74fd2b5786dd3586b5c50c8d89
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next-disabled.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next.gif
new file mode 100644
index 0000000000000000000000000000000000000000..960163530132545abe690cb8e49c5fef0f923344
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-next.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev-disabled.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev-disabled.gif
new file mode 100644
index 0000000000000000000000000000000000000000..37154d62406ddc064dba311b95f554e49ad38003
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev-disabled.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev.gif
new file mode 100644
index 0000000000000000000000000000000000000000..eb70cf8f6a3b7f524bbeb3656d875a823b27fd7c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/page-prev.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/pick-button.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/pick-button.gif
new file mode 100644
index 0000000000000000000000000000000000000000..6957924a8bf01f24f6930aa0213d794a3f56924d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/pick-button.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.gif
new file mode 100644
index 0000000000000000000000000000000000000000..110f6844b63f04ee495cb6260aadccc5c91f3245
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.png
new file mode 100644
index 0000000000000000000000000000000000000000..870adb5f809a883bf68ecb12da69b7a1b82c40c5
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/refresh.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-check-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-check-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..610116465e7e34fe6ec137d674a5a65eb44f3313
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-check-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-expand-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-expand-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..6f4d874f57b160bf731c057d8bd4f85d846ba4a7
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-expand-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-over.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-over.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b288e38739ad9914b73eb32837303a11a37f354a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-over.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-sel.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-sel.gif
new file mode 100644
index 0000000000000000000000000000000000000000..98209e6e7f1ea8cf1ae6c1d61c49e775a37a246c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/row-sel.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort-hd.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort-hd.gif
new file mode 100644
index 0000000000000000000000000000000000000000..45e545f74423d274d5ba7fd942349e9b6e377787
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort-hd.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_asc.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_asc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..67a2a4c669fc5821a07fc486228d626e16d6ad9e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_asc.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_desc.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_desc.gif
new file mode 100644
index 0000000000000000000000000000000000000000..34db47c3b1eecab2d3873ee2fc556cd3a6e322f9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/sort_desc.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/wait.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/wait.gif
new file mode 100644
index 0000000000000000000000000000000000000000..471c1a4f93f2cabf0b3a85c3ff8e0a8aadefc548
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/grid/wait.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/collapse.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/collapse.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d87b0a9ddd1335a6e7a0b97d9481520f30b821c4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/collapse.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/expand.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/expand.gif
new file mode 100644
index 0000000000000000000000000000000000000000..7b6e1c1ef82bc36104018936848c3ebfa6e05e6b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/expand.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/gradient-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/gradient-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8134e4994f2a36da074990b94a5f17aefd378600
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/gradient-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-bottom.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c18f9e34ac1f4d06525592c5ec25783921e7ab1c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-bottom.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-left.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-left.gif
new file mode 100644
index 0000000000000000000000000000000000000000..99f7993f260b374440c5c8baa41a600eca99d74d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-left.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-right.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-right.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5b13c5a8b91b86e33d5def2ed29b4e348a5795a2
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-right.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-top.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-top.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a4ca2bb20aad89264b9022fee88ee29154dfb192
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/mini-top.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-collapse.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-collapse.gif
new file mode 100644
index 0000000000000000000000000000000000000000..df2a77e9cc50cdb15e8be856710f506d462a9677
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-collapse.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-expand.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-expand.gif
new file mode 100644
index 0000000000000000000000000000000000000000..77ab9dad2948270706c9b982c5fcdce78940b4c4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/ns-expand.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-close.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-close.gif
new file mode 100644
index 0000000000000000000000000000000000000000..2bdd6239987b95025826fa39f37a036d73ae1c9a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-close.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d1daef54c578cced19b7f0c3074dd7a23d071cb1
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-light-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-light-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8c2c83d82536f2e1e8c1fa15ccdf6683047b1d34
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/panel-title-light-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stick.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stick.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5a1e8ba19fb5b404fad09b7208df29646288345b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stick.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stuck.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stuck.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0a8de4db9d6d272beb7ab432bd8cbc25c5d699de
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/stuck.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close-on.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close-on.gif
new file mode 100644
index 0000000000000000000000000000000000000000..eacea39b623348f656de9a8f0df4ac4b74ceccbd
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close-on.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close.gif
new file mode 100644
index 0000000000000000000000000000000000000000..45db61e6000bedd9a4eacdd171d99a9af159389b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/layout/tab-close.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/checked.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/checked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fad5893727ee8a13f428aa777380ae97152adec8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/checked.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/group-checked.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/group-checked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d30b3e5a8f138bfbbfea3d1d6d5631a81268fe26
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/group-checked.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/item-over.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/item-over.gif
new file mode 100644
index 0000000000000000000000000000000000000000..01678393246989162922ff0051d855ea02b4c464
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/item-over.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu-parent.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu-parent.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1e375622ff951a3a3f1ccc668061e81b9c93b411
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu-parent.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu.gif
new file mode 100644
index 0000000000000000000000000000000000000000..30a2c4b6c0458751f85126e8bbca6ef2ccc2ff00
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/menu.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/unchecked.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/unchecked.gif
new file mode 100644
index 0000000000000000000000000000000000000000..43823e52db80e04017b2bc1e031bef2d82c67e6a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/menu/unchecked.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/corners-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/corners-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..aa0d0ed8fb4a7af14a00f77c9fb0f456144363d0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/corners-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/left-right.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/left-right.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9fae2d594d21f4ecb71e577517f1eb60488e92d4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/left-right.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/light-hd.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/light-hd.gif
new file mode 100644
index 0000000000000000000000000000000000000000..58d6747b583f82745f884ce9775dcbe3030e086b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/light-hd.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprite-tpl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprite-tpl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e6478670e37ea49286d7f29df999169959338750
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprite-tpl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprites.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprites.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9a3c5b9ac58bb0057f1f776e170bd1aa9908dce4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tool-sprites.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tools-sprites-trans.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tools-sprites-trans.gif
new file mode 100644
index 0000000000000000000000000000000000000000..ead931ef617ac8520a24a263abb456ebc1bcd54e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/tools-sprites-trans.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..be6c50e1cef86d45fbddf167e221db5fe365a80e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.png
new file mode 100644
index 0000000000000000000000000000000000000000..578ffb6092a47d9af33fd86615855ac328958537
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/top-bottom.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-corners-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-corners-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..22d4bbab4c57893a9de3f374e9b9bc5d492b7551
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-corners-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-left-right.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-left-right.gif
new file mode 100644
index 0000000000000000000000000000000000000000..d82c33784d106a699921e8186376adfe08ed7159
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-left-right.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-top-bottom.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-top-bottom.gif
new file mode 100644
index 0000000000000000000000000000000000000000..fe7dd1c1ebedc02d4e1aabf91fe43e1bcae824e7
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/panel/white-top-bottom.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/progress/progress-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/progress/progress-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1c1abeb4bda215b2c763146b803f56d52d7622b0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/progress/progress-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..43488afdbd4924057e45df94ed68690068fbabac
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/close.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/close.gif
new file mode 100644
index 0000000000000000000000000000000000000000..69ab915e4dd194ad3680a039fd665da11201c74f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/close.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-anchor-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-anchor-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9cf485060802498647ba462c826869140085778c
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-anchor-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9810acac5b323d99a641627276e8dbb9a3607d2e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/qtip/tip-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/s.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/s.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1d11fa9ada9e93505b3d736acb204083f45d5fbf
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/s.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-c.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-c.png
new file mode 100644
index 0000000000000000000000000000000000000000..d435f80aeaf38aa37a2afbea4363d7cf8706205b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-c.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-lr.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-lr.png
new file mode 100644
index 0000000000000000000000000000000000000000..bb88b6f2be887650f28b16726e470c09459b9c86
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow-lr.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow.png
new file mode 100644
index 0000000000000000000000000000000000000000..75c0eba3e101e3f32cef8bde7bae7383d849e935
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shadow.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/blue-loading.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/blue-loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3bbf639efae54ae59e83067121a5283ca34fc319
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/blue-loading.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/calendar.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/calendar.gif
new file mode 100644
index 0000000000000000000000000000000000000000..133cf232b243baf857367233e750477675f3190f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/calendar.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/clear.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/clear.gif
new file mode 100644
index 0000000000000000000000000000000000000000..35d42e808f0a8017b8d52a06be2f8fec0b466a66
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/clear.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/glass-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/glass-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..26fbbae3bc6d2510832a5ed709f0cb029c2c1170
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/glass-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/hd-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/hd-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..42da1ea1aa4322c3995eebfbbea9a6e8c3eb77ea
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/hd-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/large-loading.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/large-loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b36b555b4ff04f841bb2101514d8f95bcf7358f4
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/large-loading.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/left-btn.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/left-btn.gif
new file mode 100644
index 0000000000000000000000000000000000000000..a0ddd9ee8203b9fc45eb5ee78ae6bcb7e57aed7b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/left-btn.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/loading-balls.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/loading-balls.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9ce214beb5cd4db00666778d371223c605874519
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/loading-balls.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/right-btn.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/right-btn.gif
new file mode 100644
index 0000000000000000000000000000000000000000..dee63e2113fcca680699455e8a56ee3eecc81c40
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/right-btn.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/warning.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/warning.gif
new file mode 100644
index 0000000000000000000000000000000000000000..806d4bc09385a98ef1ac19d25e30a21310964e7e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/shared/warning.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b5486c1a95bcc0f39a88c15c10c04ef7c3c561dd
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..00ba83500851702fd0afca2129c5b53004ffd1e3
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/e-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..04e5ecf7d3837aec9510f5467282c10f158a5563
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..09405c7ac7b321b3eb9170b1584167448819a071
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/ne-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..6e49d6967c08db2c02a3aeb9c1f3cacb9c8665f6
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..2fcea8a9285dc74626ba9374055b25ab77e53a08
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/nw-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4eb5f0fccb6d0e43905f732d10cd41533745c092
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..bf069c243a3f5c59c4019e832bc571371987f030
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/s-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..c4c1087868afab5b5bfd329f52d9907eb1c0061a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..972055e7b297a702ab9aa2d799d133b94ac92315
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/se-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/square.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/square.gif
new file mode 100644
index 0000000000000000000000000000000000000000..14ce6f7251071ecadda2c968ebdcc5047018de50
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/square.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle-dark.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle-dark.gif
new file mode 100644
index 0000000000000000000000000000000000000000..77224b0c06f1666685286c5322fb02b4cd2204bc
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle-dark.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle.gif
new file mode 100644
index 0000000000000000000000000000000000000000..3ca0ed96df2059fe283c1d65fa1032a777e1ff97
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/sizer/sw-handle.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-bg.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..999919424c820e7494e29e8d701df9b697ce9ed3
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-bg.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-thumb.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-thumb.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd654a4c1680183026145066b4aa1a7802605456
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-thumb.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-bg.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..121450c282e485da05b0d7e05955bd1398907e85
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-bg.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-thumb.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-thumb.png
new file mode 100644
index 0000000000000000000000000000000000000000..7b3d7258ada4c81c6fc060bd5eea69524f0ddd65
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/slider/slider-v-thumb.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-left.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-left.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9f2f6d1c9e4b17d8af76e4655e913cef103e0566
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-left.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-right.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-right.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4c5e7e3958dd31d9591fb86b76bcea760d402589
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroll-right.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroller-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroller-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..099b90d8aca10ad0e0a87552e5eca975a72f985a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/scroller-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-left-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-left-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..188bf940c64cb483a289ca3f6a0b2cfb16a05af9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-left-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-right-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-right-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e1f5e3c5182e7d62c4b1a80532b71eab66a7271d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-inactive-right-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-left-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-left-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e695186d5ebb450c6ebf6b6ef270ba407c735977
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-left-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-right-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-right-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..dde796870137f9f9e091100ec800072498b64f80
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-btm-right-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-close.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-close.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e699878484183bf770efe1e9376a6d0d36b5f1fa
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-close.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..34f13334511d9d8efe3dee18e6f69f3d1277f8e6
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.png
new file mode 100644
index 0000000000000000000000000000000000000000..fa8ab3f462f07ad14c7dbbf76117118a302e35a9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-bg.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-btm-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-btm-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5eaba1eaa33086243ab1ffed1402e8e4904443b0
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tab-strip-btm-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tabs-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tabs-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e969fb0b7338c81f8e22e3f69f82fe49fb9b3d2d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tabs/tabs-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..0b085bf24e173f7a2568c347f3245bdaade1579b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow-light.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow-light.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b0e24b55e7ee53b419bdd5d769bb036b19fe9592
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow-light.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8acb4608d8f766bd4d808bd02712129272e8365a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-arrow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-over-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-over-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..ee2dd9860c799be6dc194b387c36a953c55aac59
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/btn-over-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/gray-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/gray-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..bd49438f33937ef9547dc8300fa73c3c239d9e7e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/gray-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/more.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/more.gif
new file mode 100644
index 0000000000000000000000000000000000000000..02c2509fee0fb4555df61072d8e8daac8dc7430e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/more.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-bg.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-bg.gif
new file mode 100644
index 0000000000000000000000000000000000000000..4969e4efeb37821bba1319dce59cd339cec06f86
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-bg.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-btn-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-btn-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..19bbef3c687f19a70b72c454bc2542e92b04c893
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-btn-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-btn-sprite.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-btn-sprite.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1bc0420f0f0e30675a9eef74adbcb55e3efe9d00
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-btn-sprite.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-sep.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-sep.gif
new file mode 100644
index 0000000000000000000000000000000000000000..30555eecf77b8d42447d1af0a6847c28a560c97a
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/toolbar/tb-xl-sep.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/arrows.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/arrows.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f8ff7b8970158ae5d481592c092db745a3a8f6d8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/arrows.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-add.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-add.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b22cd1448efa13c47ad6d3b75bdea8b4031c31e9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-add.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-between.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-between.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5c6c09d987cf7cee99cf1baec891f85e7477cc02
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-between.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-no.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-no.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9d9c6a9ce1307c5ba072f08bf77d998bb1b716cb
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-no.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-over.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-over.gif
new file mode 100644
index 0000000000000000000000000000000000000000..30d1ca7107816233884d23239dd76fce79237fe5
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-over.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-under.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-under.gif
new file mode 100644
index 0000000000000000000000000000000000000000..85f66b1e584aece5a5d6d4cf062b8c1f63edce97
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-under.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-yes.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-yes.gif
new file mode 100644
index 0000000000000000000000000000000000000000..8aacb307e89d690f46853e01f5c4726bd5d94e31
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/drop-yes.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus-nl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus-nl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..928779e92361aaebfe9446b236d95cb64256e443
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus-nl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9a8d727d70ff5161ec18c0cd0156ae8d50a23b75
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-minus.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus-nl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus-nl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9f7f69880f48db8d86785639055fcc198764617b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus-nl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus.gif
new file mode 100644
index 0000000000000000000000000000000000000000..5943a01bcd390798668a2722b673f6000938a52e
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end-plus.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end.gif
new file mode 100644
index 0000000000000000000000000000000000000000..f24ddee799ccebea4dfe60fd65a5703a6a59d44f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-end.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-line.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-line.gif
new file mode 100644
index 0000000000000000000000000000000000000000..75e6da4f8eab0617854929cf5d7ab6e491377081
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-line.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus-nl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus-nl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..928779e92361aaebfe9446b236d95cb64256e443
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus-nl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus.gif
new file mode 100644
index 0000000000000000000000000000000000000000..97dcc7110f13c3cfb72a66a9891e8ab3ccef4a98
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-minus.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus-nl.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus-nl.gif
new file mode 100644
index 0000000000000000000000000000000000000000..9f7f69880f48db8d86785639055fcc198764617b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus-nl.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus.gif
new file mode 100644
index 0000000000000000000000000000000000000000..698de4793c59b2729feaeb0c49c05498d65c3b00
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow-plus.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow.gif
new file mode 100644
index 0000000000000000000000000000000000000000..b8f42083895bb98276f01a5d0e33debddb3ccf1b
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/elbow.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder-open.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder-open.gif
new file mode 100644
index 0000000000000000000000000000000000000000..56ba737bcc7734693d7ddb2f50c8f3235fceacee
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder-open.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder.gif
new file mode 100644
index 0000000000000000000000000000000000000000..20412f7c1ba83b82dc3421b211db2f2e93f08bf2
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/folder.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/leaf.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/leaf.gif
new file mode 100644
index 0000000000000000000000000000000000000000..445769d3f863fff85bf8dae9e50ca2fbdd2d580f
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/leaf.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/loading.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/loading.gif
new file mode 100644
index 0000000000000000000000000000000000000000..e846e1d6c58796558015ffee1fdec546bc207ee8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/loading.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/s.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/s.gif
new file mode 100644
index 0000000000000000000000000000000000000000..1d11fa9ada9e93505b3d736acb204083f45d5fbf
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/tree/s.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-error.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-error.gif
new file mode 100644
index 0000000000000000000000000000000000000000..397b655ab83e5362fdc7eb0d18cf361c6f86bd9d
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-error.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-info.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-info.gif
new file mode 100644
index 0000000000000000000000000000000000000000..58281c3067b309779f5cf949a7196170c8ca97b9
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-info.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-question.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-question.gif
new file mode 100644
index 0000000000000000000000000000000000000000..08abd82ae86c9457172c7a4fdbc527641cf28e48
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-question.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-warning.gif b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-warning.gif
new file mode 100644
index 0000000000000000000000000000000000000000..27ff98b4f787f776e24227da0227bc781e3b11e8
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/icon-warning.gif differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-corners.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-corners.png
new file mode 100644
index 0000000000000000000000000000000000000000..1a518335d342b449d7ba38f4dda0795d8e464012
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-corners.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-right.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-right.png
new file mode 100644
index 0000000000000000000000000000000000000000..7586ff3339a48b828abf06c241b9a0aad9a78368
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/left-right.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/right-corners.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/right-corners.png
new file mode 100644
index 0000000000000000000000000000000000000000..e69a3ffc962e9e3dc762ebefe931f3a42003e7e3
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/right-corners.png differ
diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/top-bottom.png b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/top-bottom.png
new file mode 100644
index 0000000000000000000000000000000000000000..33779e76b8d7407100e44ea79974d9c8300a9573
Binary files /dev/null and b/openbis/source/java/ch/systemsx/cisd/openbis/public/resources/themes/access/images/default/window/top-bottom.png differ
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/DataSetSearchTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/DataSetSearchTest.java
index b357386dca2337716840c7a6008531cc1e32f9dd..0d92565b7a896d364cfdc8db8b927bbb6bb3ff9f 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/DataSetSearchTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/DataSetSearchTest.java
@@ -34,8 +34,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.dto.DataSetAttributeSearchF
  * 
  * @author Izabela Adamczyk
  */
-// TODO 2010-08-09, Piotr Buczek: write headless system tests
-@DoNotRunWith(Platform.HtmlUnit)
+@DoNotRunWith(Platform.HtmlUnitUnknown)
 public class DataSetSearchTest extends AbstractGWTTestCase
 {
 
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetEditorTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetEditorTest.java
index e2542f53ed5dcc0b8ad84e683dec9da973ae74c8..bc64d9780efbbe96b1cd00ae130c3d8a1c3fdb6f 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetEditorTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetEditorTest.java
@@ -42,7 +42,7 @@ import ch.systemsx.cisd.openbis.plugin.generic.client.web.client.application.Pro
  * 
  * @author Piotr Buczek
  */
-@DoNotRunWith(Platform.HtmlUnit)
+@DoNotRunWith(Platform.HtmlUnitUnknown)
 public class GenericDataSetEditorTest extends AbstractGWTTestCase
 {
     // private static final String DS_WITH_DIRECT_SAMPLE_CONNECTION_CODE = "20081105092158673-1";
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
index fc7117e6731c4f7b8021e0a1f4d2b85388281e4a..ce7bb7e795fd885748deb2c26d7a016a74c4372f 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/dataset/GenericDataSetViewerTest.java
@@ -36,7 +36,7 @@ import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
  * 
  * @author Piotr Buczek
  */
-@DoNotRunWith(Platform.HtmlUnit)
+@DoNotRunWith(Platform.HtmlUnitUnknown)
 public class GenericDataSetViewerTest extends AbstractGWTTestCase
 {
 
@@ -90,10 +90,10 @@ public class GenericDataSetViewerTest extends AbstractGWTTestCase
         checkDataSet.property("Experiment").asString(EXP_TEST_1);
         checkDataSet.property("Sample").asCode(SAMPLE_TEST_1);
 
-        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_PARENTS_SECTION, checkDataSet
-                .createParentsTableCheck(), parentCodes);
-        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_CHILDREN_SECTION, checkDataSet
-                .createChildrenTableCheck(), childCodes);
+        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_PARENTS_SECTION,
+                checkDataSet.createParentsTableCheck(), parentCodes);
+        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_CHILDREN_SECTION,
+                checkDataSet.createChildrenTableCheck(), childCodes);
 
         remoteConsole.prepare(checkDataSet);
 
@@ -122,10 +122,10 @@ public class GenericDataSetViewerTest extends AbstractGWTTestCase
         // high level entity relationships
         checkDataSet.property("Experiment").asString(EXP_REUSE_ID);
 
-        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_PARENTS_SECTION, checkDataSet
-                .createParentsTableCheck(), parentCodes);
-        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_CHILDREN_SECTION, checkDataSet
-                .createChildrenTableCheck(), childCodes);
+        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_PARENTS_SECTION,
+                checkDataSet.createParentsTableCheck(), parentCodes);
+        checkDataSetRelationships(DisplayTypeIDGenerator.DATA_SET_CHILDREN_SECTION,
+                checkDataSet.createChildrenTableCheck(), childCodes);
 
         remoteConsole.prepare(checkDataSet);
 
diff --git a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/experiment/GenericExperimentViewerTest.java b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/experiment/GenericExperimentViewerTest.java
index 1de48fde3d0c8fea9d67d832cfb4e8ab814e19a1..ef0bb70b55cceed30f86ea1098c65507534fc232 100644
--- a/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/experiment/GenericExperimentViewerTest.java
+++ b/openbis/sourceTest/java/ch/systemsx/cisd/openbis/plugin/generic/client/web/client/application/experiment/GenericExperimentViewerTest.java
@@ -43,8 +43,8 @@ import ch.systemsx.cisd.openbis.generic.client.web.client.testframework.IValueAs
 import ch.systemsx.cisd.openbis.generic.shared.ICommonServer;
 import ch.systemsx.cisd.openbis.generic.shared.basic.Row;
 import ch.systemsx.cisd.openbis.generic.shared.basic.TechId;
-import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Experiment;
 import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Deletion;
+import ch.systemsx.cisd.openbis.generic.shared.basic.dto.Experiment;
 
 /**
  * A {@link AbstractGWTTestCase} extension to test {@link GenericExperimentViewer}.
@@ -214,7 +214,7 @@ public class GenericExperimentViewerTest extends AbstractGWTTestCase
         launchTest();
     }
 
-    @DoNotRunWith(Platform.HtmlUnit)
+    @DoNotRunWith(Platform.HtmlUnitUnknown)
     public final void testListOfAttachments()
     {
         prepareShowExperiment(DEFAULT, SIRNA_HCS, EXP_REUSE);
@@ -238,7 +238,7 @@ public class GenericExperimentViewerTest extends AbstractGWTTestCase
         launchTest();
     }
 
-    @DoNotRunWith(Platform.HtmlUnit)
+    @DoNotRunWith(Platform.HtmlUnitUnknown)
     public final void testListOfSamples()
     {
         prepareShowExperiment(DEFAULT, SIRNA_HCS, EXP_REUSE);
@@ -271,7 +271,7 @@ public class GenericExperimentViewerTest extends AbstractGWTTestCase
         launchTest();
     }
 
-    @DoNotRunWith(Platform.HtmlUnit)
+    @DoNotRunWith(Platform.HtmlUnitUnknown)
     public final void testListOfDataSets()
     {
         prepareShowExperiment(NEMO, SIRNA_HCS, EXP1);
@@ -309,7 +309,7 @@ public class GenericExperimentViewerTest extends AbstractGWTTestCase
     {
         return version + " (show all versions)";
     }
-    
+
     private final static String versionCellText(int version)
     {
         return version + " (<a href=\"#\">show all versions</a>)";
diff --git a/openbis_contrib/build/build.xml b/openbis_contrib/build/build.xml
index 1ae39d26eeffe36ced1721639b263c3f2e67fc26..f582ea8cb19ba1c7875de4a9a7127b3f9065be50 100644
--- a/openbis_contrib/build/build.xml
+++ b/openbis_contrib/build/build.xml
@@ -40,7 +40,7 @@
 		<copy file="${lib}/activation/activation.jar" todir="${dist.properties.lib}" />
 		<copy file="${lib}/mail/mail.jar" todir="${dist.properties.lib}" />
 		<copy file="${lib}/log4j/log4j.jar" todir="${dist.properties.lib}" />
-		<copy file="${lib}/gwt2.0/gwt-isserializable.jar" todir="${dist.properties.lib}" />
+		<copy file="${lib}/gwt2.4/gwt-isserializable.jar" todir="${dist.properties.lib}" />
 		<copy file="${lib}/commons-logging/commons-logging.jar" todir="${dist.properties.lib}" />
 		<copy file="${lib}/commons-io/commons-io.jar" todir="${dist.properties.lib}" />
 		<copy file="${lib}/commons-lang/commons-lang.jar" todir="${dist.properties.lib}" />
diff --git a/plasmid/.classpath b/plasmid/.classpath
index 0f0e525bc1ab9923b7c0bfa29b48846ecc6a8931..95d8b8676e5693876b46d3bc8e68c284397cb632 100644
--- a/plasmid/.classpath
+++ b/plasmid/.classpath
@@ -15,7 +15,6 @@
 	<classpathentry kind="lib" path="/libraries/log4j/log4j.jar" sourcepath="/libraries/log4j/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/mail/mail.jar"/>
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/commons-httpclient/commons-httpclient.jar" sourcepath="/libraries/commons-httpclient/src.zip"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/rtd_cina/.classpath b/rtd_cina/.classpath
index 0d27c4899b828fb28e64a3cfdcd09ebbce200ff7..945f2b8db39df19ba743b17a4e782535328e1895 100644
--- a/rtd_cina/.classpath
+++ b/rtd_cina/.classpath
@@ -18,8 +18,8 @@
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/cisd-args4j/cisd-args4j.jar" sourcepath="/libraries/cisd-args4j/cisd-args4j-src.zip"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-isserializable.jar"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/rtd_phosphonetx/.classpath b/rtd_phosphonetx/.classpath
index f4bfccfffb46cf006ca2602e12aac12390f90922..fe580a00a8b9417b946a44fdedf20776170e2007 100644
--- a/rtd_phosphonetx/.classpath
+++ b/rtd_phosphonetx/.classpath
@@ -16,12 +16,6 @@
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-impl.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-user.jar"/>
-	<classpathentry kind="lib" path="/libraries/gxt2.2/gxt.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/gxt2.2/gxt-api.zip!/"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="lib" path="/libraries/restrictionchecker/restrictions.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/webmvc/spring-webmvc.jar" sourcepath="/libraries/spring/webmvc/src.jar"/>
@@ -35,5 +29,7 @@
 	<classpathentry kind="lib" path="/libraries/csv/csv.jar" sourcepath="/libraries/csv/src.zip"/>
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
 	<classpathentry kind="lib" path="/libraries/mail/mail.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
+	<classpathentry kind="lib" path="/libraries/gxt2.2.5/gxt.jar"/>
 	<classpathentry kind="output" path="targets/www/WEB-INF/classes"/>
 </classpath>
diff --git a/rtd_yeastx/.classpath b/rtd_yeastx/.classpath
index 80663dbc1b3f0a5ba52bd2f9dd0b726d6d08c7ba..d8cdc2fb5aabb0a1129cf4e63e8061a67c3a16a3 100644
--- a/rtd_yeastx/.classpath
+++ b/rtd_yeastx/.classpath
@@ -30,7 +30,7 @@
 			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/jfreechart/jfreechart-1.0.13-javadocs.zip!/jfreechart-1.0.13-javadocs"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/jetty7/lib/server/servlet-api-2.5.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-isserializable.jar"/>
 	<classpathentry kind="output" path="targets/classes"/>
 </classpath>
diff --git a/sanofi/.classpath b/sanofi/.classpath
index b33c8c47a8d577a2558a2e91e97b70f7a5ec7e70..8fd12d8b9e44b093756a5f20d56e91c991bc9f41 100644
--- a/sanofi/.classpath
+++ b/sanofi/.classpath
@@ -17,7 +17,6 @@
 	<classpathentry kind="lib" path="/libraries/activation/activation.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-isserializable.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/cisd-args4j/cisd-args4j.jar" sourcepath="/libraries/cisd-args4j/cisd-args4j-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/poi/poi-3.7-20101029.jar"/>
diff --git a/screening/.classpath b/screening/.classpath
index 808ae9682c5d4f42b5d9d03704225976fcd1a4b8..6d09234b064a9154ba37b5d988e36398f09f5da8 100644
--- a/screening/.classpath
+++ b/screening/.classpath
@@ -12,12 +12,6 @@
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-api.jar" sourcepath="/libraries/jaxb/jaxb-api-src.zip"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jaxb-impl.jar"/>
 	<classpathentry kind="lib" path="/libraries/jaxb/jsr173_1.0_api.jar"/>
-	<classpathentry kind="lib" path="/libraries/gwt2.0/gwt-user.jar"/>
-	<classpathentry kind="lib" path="/libraries/gxt2.2/gxt.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/libraries/gxt2.2/gxt-api.zip!/"/>
-		</attributes>
-	</classpathentry>
 	<classpathentry kind="lib" path="/libraries/restrictionchecker/restrictions.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/spring.jar" sourcepath="/libraries/spring/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/spring/webmvc/spring-webmvc.jar" sourcepath="/libraries/spring/webmvc/src.jar"/>
@@ -53,5 +47,9 @@
 	<classpathentry kind="lib" path="/libraries/commons-collections/commons-collections.jar" sourcepath="/libraries/commons-collections/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/junit/junit.jar" sourcepath="/libraries/junit/src.jar"/>
 	<classpathentry kind="lib" path="/libraries/gwt-image-loader/gwt-image-loader.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/gwt-user.jar"/>
+	<classpathentry kind="lib" path="/libraries/gxt2.2.5/gxt.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/validation-api-1.0.0.GA-sources.jar"/>
+	<classpathentry kind="lib" path="/libraries/gwt2.4/validation-api-1.0.0.GA.jar"/>
 	<classpathentry kind="output" path="targets/www/WEB-INF/classes"/>
 </classpath>
diff --git a/screening/build/build.xml b/screening/build/build.xml
index 5dbe4a1246a6e9aa148bef7597ba45450149b70f..69ec322ba107648864132f8f68283d4a9fac49c8 100644
--- a/screening/build/build.xml
+++ b/screening/build/build.xml
@@ -158,7 +158,7 @@
 		<delete dir="${jars.to.be.signed.dir}" />
 		<mkdir dir="${jars.to.be.signed.dir}" />
 		<zip update="true" destfile="${dist}/${jar.file.name}">
-	    <zipfileset src="${lib}/gwt2.0/gwt-user.jar">
+	    <zipfileset src="${lib}/gwt2.4/gwt-user.jar">
 	      <include name="com/google/gwt/user/client/rpc/IsSerializable.class" />
 	      <include name="com/google/gwt/user/client/rpc/SerializableException.class" />
 	    </zipfileset>
@@ -363,7 +363,7 @@
       </fileset> 
     </jar>
 		<zip update="true" destfile="${dist.screening-api.jar}">
-	    <zipfileset src="${lib}/gwt2.0/gwt-user.jar">
+	    <zipfileset src="${lib}/gwt2.4/gwt-user.jar">
 	      <include name="com/google/gwt/user/client/rpc/IsSerializable.class" />
 	      <include name="com/google/gwt/user/client/rpc/SerializableException.class" />
 	    </zipfileset>
@@ -432,7 +432,7 @@
       </fileset> 
     </jar>
 		<zip update="true" destfile="${dist.screening-api.jar}">
-	    <zipfileset src="${lib}/gwt2.0/gwt-user.jar">
+	    <zipfileset src="${lib}/gwt2.4/gwt-user.jar">
 	      <include name="com/google/gwt/user/client/rpc/IsSerializable.class" />
 	      <include name="com/google/gwt/user/client/rpc/SerializableException.class" />
 	    </zipfileset>