You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2011/07/12 14:37:35 UTC

svn commit: r1145568 [6/18] - in /incubator/clerezza/trunk/parent: bundledevtool/ bundledevtool/src/main/resources/OSGI-INF/ bundledevtool/src/main/resources/org/apache/clerezza/bundledevtool/skeletons/scala_with_activator/ bundledevtool/src/main/resou...

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/edit.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/edit.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/edit.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/edit.css Tue Jul 12 12:37:23 2011
@@ -1,189 +1,210 @@
-.tx-edit {
-	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: 0;
-	right: 0;
-	width: auto;
-	overflow-y: auto;
-	overflow-x: hidden;
-}
-
-.tx-edit.tx-nowidth {
-	min-width: 0;
-}
-
-.tx-edit.tx-show-panel {
-	left: 28em;
-}
-
-.tx-edit.tx-hide-panel {
-	left: 5em;
-}
-
-.tx-edit.tx-halfwidth-right {
-	left: 51%;
-	padding-left: 1.6em;
-	border-left: solid 1px #e4e4e4;
-}
-
-.tx-edit .tx-edit-header, .tx-edit h3  {
-	margin: 0;
-	padding: 0;
-	padding-bottom: 0.5em;
-	color: #999999;
-	font-size: 1.8em;
-}
-
-/* +yui */
-ol.tx-edit-tabs, ul.yui-nav  {
-	clear: both;
-	background-image: url(./images/bg/fade-tab-edit.png);
-	background-repeat: repeat-x;
-	width: 100%;
-	height: 5em;
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-ol.tx-edit-tabs li, .tx-edit ul.yui-nav li  {
-	float: left;
-	margin: 0;
-}
-
-ol.tx-edit-tabs li.tx-active, ul.yui-nav li.selected {
-	background-image: url(./images/bg/fade-tab-on.png);
-	background-repeat: repeat-x;
-}
-
-ol.tx-edit-tabs li a, ul.yui-nav li a {
-	color: #666666;
-	display: block;
-	padding: 0.8em 1.2em;
-	text-decoration: none;
-}
-
-ol.tx-edit-tabs li a:visited, ol.tx-edit-tabs li a:link,
-ul.yui-nav li a:visited, ul.yui-nav li a:link {
-
-}
-
-ol.tx-edit-tabs li a:active, ol.tx-edit-tabs li a:hover,
-ul.yui-nav li a:active, ul.yui-nav li a:hover  {
-}
-
-ol.tx-edit-tabs li.active a:visited, ol.tx-edit-tabs li.active a:link,
-ul.yui-nav li.selected a:visited, ul.yui-nav li.selected a:link  {
-}
-
-ol.tx-edit-tabs li.active a:active, ol.tx-edit-tabs li.active a:hover,
-ul.yui-nav li.selected a:active, ul.yui-nav li.selected a:hover  {
-}
-
-
-.tx-edit-info {
-	float: left;
-	margin-right: 1.6em;
-}
-
-.tx-edit-content {
-	padding-right: 1.2em;
-}
-
-.tx-edit-info div {
-	padding-bottom: 1.6em;
-
-}
-
-.tx-edit-info div span {
-}
-
-
-.tx-edit form {
-}
-
-.tx-edit.tx-panel-right form {
-	margin-right: 19em;
-	min-width: 33em;
-}
-
-.tx-edit input, .tx-edit textarea {
-	width: 22em;
-}
-
-.tx-edit .tx-toplabel input, .tx-edit .tx-toplabel textarea, .tx-edit .tx-toplabel select {
-	width: 31em;
-}
-
-.tx-edit select {
-	width: 22.5em;
-}
-
-
-.tx-edit fieldset ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-edit fieldset ol li {
-	clear: both;
-	padding: 0 0 0.4em 0;
-	margin: 0;
-	margin-top: 0.4em;
-	line-height: 1.8em;
-}
-
-.tx-edit .tx-line {
-	border-top: none;
-	border-bottom: solid 1px #e4e4e4;
-}
-
-
-.tx-edit fieldset li label {
-	width: 11em;
-	float: left;
-}
-
-.tx-edit fieldset li.tx-toplabel label {
-	width: 30em;
-	float: none;
-}
-
-.tx-edit fieldset li label + p {
-	margin: 0;
-	margin-left: 11em;
-}
-
-.tx-edit fieldset li label + div {
-	margin: 0;
-	margin-left: 11em;
-}
-
-.tx-edit fieldset li.tx-toplabel label + div {
-	margin: 0;
-	margin-left: 0em;
-}
-
-
-.tx-edit fieldset li a {
-	text-decoration: none;
-}
-
-.tx-edit fieldset li span.tx-item {
-	display: block;
-	line-height: 1.8em;
-	height: 2em;
-	clear: right;
-	margin-bottom: 0.2em;
-}
-
-.tx-edit fieldset li span.tx-item a {
-	float: right;
-}
-
-
-.tx-edit .tx-toplabel .tx-panel-middle input, .tx-edit .tx-toplabel .tx-panel-middle textarea {
-	width: 98%;
-}
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+.tx-edit {
+	position: absolute;
+	top: 0;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	width: auto;
+	overflow-y: auto;
+	overflow-x: hidden;
+}
+
+.tx-edit.tx-nowidth {
+	min-width: 0;
+}
+
+.tx-edit.tx-show-panel {
+	left: 28em;
+}
+
+.tx-edit.tx-hide-panel {
+	left: 5em;
+}
+
+.tx-edit.tx-halfwidth-right {
+	left: 51%;
+	padding-left: 1.6em;
+	border-left: solid 1px #e4e4e4;
+}
+
+.tx-edit .tx-edit-header, .tx-edit h3  {
+	margin: 0;
+	padding: 0;
+	padding-bottom: 0.5em;
+	color: #999999;
+	font-size: 1.8em;
+}
+
+/* +yui */
+ol.tx-edit-tabs, ul.yui-nav  {
+	clear: both;
+	background-image: url(./images/bg/fade-tab-edit.png);
+	background-repeat: repeat-x;
+	width: 100%;
+	height: 5em;
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+ol.tx-edit-tabs li, .tx-edit ul.yui-nav li  {
+	float: left;
+	margin: 0;
+}
+
+ol.tx-edit-tabs li.tx-active, ul.yui-nav li.selected {
+	background-image: url(./images/bg/fade-tab-on.png);
+	background-repeat: repeat-x;
+}
+
+ol.tx-edit-tabs li a, ul.yui-nav li a {
+	color: #666666;
+	display: block;
+	padding: 0.8em 1.2em;
+	text-decoration: none;
+}
+
+ol.tx-edit-tabs li a:visited, ol.tx-edit-tabs li a:link,
+ul.yui-nav li a:visited, ul.yui-nav li a:link {
+
+}
+
+ol.tx-edit-tabs li a:active, ol.tx-edit-tabs li a:hover,
+ul.yui-nav li a:active, ul.yui-nav li a:hover  {
+}
+
+ol.tx-edit-tabs li.active a:visited, ol.tx-edit-tabs li.active a:link,
+ul.yui-nav li.selected a:visited, ul.yui-nav li.selected a:link  {
+}
+
+ol.tx-edit-tabs li.active a:active, ol.tx-edit-tabs li.active a:hover,
+ul.yui-nav li.selected a:active, ul.yui-nav li.selected a:hover  {
+}
+
+
+.tx-edit-info {
+	float: left;
+	margin-right: 1.6em;
+}
+
+.tx-edit-content {
+	padding-right: 1.2em;
+}
+
+.tx-edit-info div {
+	padding-bottom: 1.6em;
+
+}
+
+.tx-edit-info div span {
+}
+
+
+.tx-edit form {
+}
+
+.tx-edit.tx-panel-right form {
+	margin-right: 19em;
+	min-width: 33em;
+}
+
+.tx-edit input, .tx-edit textarea {
+	width: 22em;
+}
+
+.tx-edit .tx-toplabel input, .tx-edit .tx-toplabel textarea, .tx-edit .tx-toplabel select {
+	width: 31em;
+}
+
+.tx-edit select {
+	width: 22.5em;
+}
+
+
+.tx-edit fieldset ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-edit fieldset ol li {
+	clear: both;
+	padding: 0 0 0.4em 0;
+	margin: 0;
+	margin-top: 0.4em;
+	line-height: 1.8em;
+}
+
+.tx-edit .tx-line {
+	border-top: none;
+	border-bottom: solid 1px #e4e4e4;
+}
+
+
+.tx-edit fieldset li label {
+	width: 11em;
+	float: left;
+}
+
+.tx-edit fieldset li.tx-toplabel label {
+	width: 30em;
+	float: none;
+}
+
+.tx-edit fieldset li label + p {
+	margin: 0;
+	margin-left: 11em;
+}
+
+.tx-edit fieldset li label + div {
+	margin: 0;
+	margin-left: 11em;
+}
+
+.tx-edit fieldset li.tx-toplabel label + div {
+	margin: 0;
+	margin-left: 0em;
+}
+
+
+.tx-edit fieldset li a {
+	text-decoration: none;
+}
+
+.tx-edit fieldset li span.tx-item {
+	display: block;
+	line-height: 1.8em;
+	height: 2em;
+	clear: right;
+	margin-bottom: 0.2em;
+}
+
+.tx-edit fieldset li span.tx-item a {
+	float: right;
+}
+
+
+.tx-edit .tx-toplabel .tx-panel-middle input, .tx-edit .tx-toplabel .tx-panel-middle textarea {
+	width: 98%;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/filter.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/filter.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/filter.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/filter.css Tue Jul 12 12:37:23 2011
@@ -1,43 +1,64 @@
-/* filter (in panel)*/
-
-.tx-panel .tx-filter {
-	background-color: #FFFFFF;
-	padding: 1em 0 0 0;
-	width: 16.7em;
-	background-image: url(./images/bg/fade-filter.png);
-	background-repeat: repeat-x;	
-}
-
-.tx-panel .tx-filter  h4 {
-	font-weight: bold;
-	margin: 0;
-	padding: 0;
-	padding-left: 1.9em;
-	padding-bottom: 0.5em;
-	color: #666666;
-	font-size: 1.0em;
-}
-
-.tx-panel .tx-filter ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-panel .tx-filter ol li {
-	background-color: #fff2e4;
-	margin: 0;
-	padding: 0 0 0 1.9em;
-	color: #000000;
-	height: 1.6em;
-	border-bottom: solid 1px #ffffff;
-	line-height: 1.8em;
-
-}
-
-.tx-panel .tx-filter a {
-	float: right;
-	color: #000000;
-} 
-
-
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* filter (in panel)*/
+
+.tx-panel .tx-filter {
+	background-color: #FFFFFF;
+	padding: 1em 0 0 0;
+	width: 16.7em;
+	background-image: url(./images/bg/fade-filter.png);
+	background-repeat: repeat-x;	
+}
+
+.tx-panel .tx-filter  h4 {
+	font-weight: bold;
+	margin: 0;
+	padding: 0;
+	padding-left: 1.9em;
+	padding-bottom: 0.5em;
+	color: #666666;
+	font-size: 1.0em;
+}
+
+.tx-panel .tx-filter ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-panel .tx-filter ol li {
+	background-color: #fff2e4;
+	margin: 0;
+	padding: 0 0 0 1.9em;
+	color: #000000;
+	height: 1.6em;
+	border-bottom: solid 1px #ffffff;
+	line-height: 1.8em;
+
+}
+
+.tx-panel .tx-filter a {
+	float: right;
+	color: #000000;
+} 
+
+

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/form.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/form.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/form.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/form.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
 /* form */
 form, fieldset {
 	padding: 0;

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/general.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/general.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/general.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/general.css Tue Jul 12 12:37:23 2011
@@ -1,79 +1,100 @@
-html#tx-html, html {
-	font-size: 62.8%;
-}
-
-body#tx-body, body {
-	padding: 0;
-	margin: 0;
-	background-color: #ffffff;
-	color: #333333;
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 1.2em;
-
-}
-
-img {
-	border: none;
-}
-
-a {
-	color: #1c6d8b;
-	text-decoration: none;
-	outline: none;
-}
-
-a:active, a:hover  {
-	color: #1c6d8b;
-	text-decoration: underline;
-}
-
-.tx-right {
-	float: right;
-}
-
-.tx-left {
-	float: left;
-}
-
-#tx-header {
-	top: 0em;
-	left: 0;
-	position: absolute;
-	height: 11.7em;
-	width: 100%;
-	min-width: 80em;
-	overflow-x: visible;
-	overflow-y: visible;
-	z-index: 9999;
-}
-
-#tx-content {
-	top: 12em;
-	width: auto;
-	left: 0;
-	position: absolute;
-	bottom: 0;
-	width: 100%;
-	min-width: 80em;
-	z-index: 0;
-}
-
-pre {
-	font-size: 1.1em;
-}
-
-/* a note in a documentation */
-.tx-note {
-    background-color: #f4e010;
-    margin-top: 1em;
-    margin-bottom: 1em;
-}
-
-/* a code section */
-.tx-blockcode {
-    white-space: pre;
-    display: block;
-    background-color: #f4e0e0;
-    padding-left: 4em;
-    margin-bottom: 1em;
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+html#tx-html, html {
+	font-size: 62.8%;
+}
+
+body#tx-body, body {
+	padding: 0;
+	margin: 0;
+	background-color: #ffffff;
+	color: #333333;
+	font-family: Arial, Helvetica, sans-serif;
+	font-size: 1.2em;
+
+}
+
+img {
+	border: none;
+}
+
+a {
+	color: #1c6d8b;
+	text-decoration: none;
+	outline: none;
+}
+
+a:active, a:hover  {
+	color: #1c6d8b;
+	text-decoration: underline;
+}
+
+.tx-right {
+	float: right;
+}
+
+.tx-left {
+	float: left;
+}
+
+#tx-header {
+	top: 0em;
+	left: 0;
+	position: absolute;
+	height: 11.7em;
+	width: 100%;
+	min-width: 80em;
+	overflow-x: visible;
+	overflow-y: visible;
+	z-index: 9999;
+}
+
+#tx-content {
+	top: 12em;
+	width: auto;
+	left: 0;
+	position: absolute;
+	bottom: 0;
+	width: 100%;
+	min-width: 80em;
+	z-index: 0;
+}
+
+pre {
+	font-size: 1.1em;
+}
+
+/* a note in a documentation */
+.tx-note {
+    background-color: #f4e010;
+    margin-top: 1em;
+    margin-bottom: 1em;
+}
+
+/* a code section */
+.tx-blockcode {
+    white-space: pre;
+    display: block;
+    background-color: #f4e0e0;
+    padding-left: 4em;
+    margin-bottom: 1em;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/header.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/header.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/header.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/header.css Tue Jul 12 12:37:23 2011
@@ -1,171 +1,192 @@
-#tx-logo {
-	width: 130px;
-	height: 26px;
-	background-image: url(./images/logo.png);
-	background-repeat: no-repeat;
-	background-position: center;
-}
-
-#tx-logo a {
-	display: block;
-	width: 130px;
-	height: 26px;
-}
-
-#tx-system {
-	background-image: url(./images/bg/fade-header-system.png);
-	background-repeat: repeat-x;
-	background-color: #3E3E3E;
-	clear: both;
-	height: 2.2em;
-	width: 100%;	
-	z-index: 100;
-	min-width: 80em;
-	border-bottom: solid 1px #000000;
-}
-
-#tx-module {
-	background-image: url(./images/bg/fade-header-module.png);
-	background-repeat: repeat-x;
-	background-color: #727272;
-	border-bottom: solid 1px #616161;
-	clear: both;
-	height: 2.8em;
-	width: 100%;	
-	min-width: 80em;
-	border-top: solid 1px #6C6C6C
-}
-
-#tx-module h1 {
-	font-size: 1.8em;
-	color: #ffffff;
-	font-weight: normal;
-	margin: 0;
-	padding-top: 0.2em;
-	padding-left: 0.5em;
-	background-color: transparent;
-	background-image: none;
-	text-align: left;
-	float: left;
-}
-
-#tx-login {
-	width: 16em;
-	color: #ffffff;
-	float: right;
-	padding: 0.2em 0.8em 0 0;
-	text-align: right;
-}
-
-#tx-login a {
-	color: #ffffff;
-	margin-left: 0.8em;
-	margin-right: 0.8em;
-}
-
-#tx-login span {
-	line-height: 1.8em;
-}
-
-#tx-globalsearch {
-	float: right;
-	width: 16em;
-	padding: 0.2em 0.8em 0 0;
-	text-align:right;
-}
-
-#tx-globalsearch input {
-	display: inline;
-	float: none;
-	width: 10em;
-}
-
-#tx-globalsearch input[type="submit"]  {
-	display: inline;
-	float: none;
-	width: 21px;
-	height: 20px
-}
-
-#tx-header #tx-globalsearch .tx-icon-search {
-	background-color: #FFFFFF;
-	background: url("./images/icons/btn-search.png") no-repeat scroll center center transparent;
-    background-repeat: repeat-x;
-    border-color: #A7A7A7 #A7A7A7 #CCCCCC;
-    border-style: solid;
-    border-width: 1px;
-    font-size: 1em;
-    min-height: 1.2em;
-    outline: medium none;
-    vertical-align: middle;
-}
-
-#tx-site {
-	width: 16em;
-	color: #ffffff;
-	float: right;
-	padding: 0.8em 0.8em 0 0;
-	text-align: right;
-}
-
-#tx-site span {
-	line-height: 1.8em;
-}
-
-#tx-site a {
-	float: right;
-	margin-left: 0.4em;
-}
-
-#tx-page-actions {
-	text-align: center; 
-	position: absolute; 
-	top: 3em; 
-	left: 0;
-	width: 98%;
-	min-width: 80em;
-}
-
-#tx-page-actions ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	position: relative;
-	float: left;
-	left: 50%;
-}
-
-#tx-page-actions ol li {
-	float: left;
-	position: relative;
-	padding: 0;
-	right: 50%;
-}
-
-#tx-page-actions ol li {
-	float: left;
-	position: relative;
-	padding: 0;
-	right: 50%;
-}
-
-#tx-page-actions .tx-button {
-	-moz-border-radius: 0px; 
-	-webkit-border-radius: 0px;
-	border-left-style: none;
-}
-
-#tx-page-actions ol li:first-child a.tx-button {
-	border-left-style: solid;
-	-moz-border-radius-bottomleft: 3px; 
-	-moz-border-radius-topleft: 3px;
-	-webkit-border-bottom-left-radius: 3px; 
-	-webkit-border-top-left-radius: 3px;	
-}
-
-#tx-page-actions ol li:last-child a.tx-button {
-	-moz-border-radius-bottomright: 3px; 
-	-moz-border-radius-topright: 3px;
-	-webkit-border-top-right-radius: 3px; 
-	-webkit-border-bottom-right-radius: 3px;	
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+#tx-logo {
+	width: 130px;
+	height: 26px;
+	background-image: url(./images/logo.png);
+	background-repeat: no-repeat;
+	background-position: center;
+}
+
+#tx-logo a {
+	display: block;
+	width: 130px;
+	height: 26px;
+}
+
+#tx-system {
+	background-image: url(./images/bg/fade-header-system.png);
+	background-repeat: repeat-x;
+	background-color: #3E3E3E;
+	clear: both;
+	height: 2.2em;
+	width: 100%;	
+	z-index: 100;
+	min-width: 80em;
+	border-bottom: solid 1px #000000;
+}
+
+#tx-module {
+	background-image: url(./images/bg/fade-header-module.png);
+	background-repeat: repeat-x;
+	background-color: #727272;
+	border-bottom: solid 1px #616161;
+	clear: both;
+	height: 2.8em;
+	width: 100%;	
+	min-width: 80em;
+	border-top: solid 1px #6C6C6C
+}
+
+#tx-module h1 {
+	font-size: 1.8em;
+	color: #ffffff;
+	font-weight: normal;
+	margin: 0;
+	padding-top: 0.2em;
+	padding-left: 0.5em;
+	background-color: transparent;
+	background-image: none;
+	text-align: left;
+	float: left;
+}
+
+#tx-login {
+	width: 16em;
+	color: #ffffff;
+	float: right;
+	padding: 0.2em 0.8em 0 0;
+	text-align: right;
+}
+
+#tx-login a {
+	color: #ffffff;
+	margin-left: 0.8em;
+	margin-right: 0.8em;
+}
+
+#tx-login span {
+	line-height: 1.8em;
+}
+
+#tx-globalsearch {
+	float: right;
+	width: 16em;
+	padding: 0.2em 0.8em 0 0;
+	text-align:right;
+}
+
+#tx-globalsearch input {
+	display: inline;
+	float: none;
+	width: 10em;
+}
+
+#tx-globalsearch input[type="submit"]  {
+	display: inline;
+	float: none;
+	width: 21px;
+	height: 20px
+}
+
+#tx-header #tx-globalsearch .tx-icon-search {
+	background-color: #FFFFFF;
+	background: url("./images/icons/btn-search.png") no-repeat scroll center center transparent;
+    background-repeat: repeat-x;
+    border-color: #A7A7A7 #A7A7A7 #CCCCCC;
+    border-style: solid;
+    border-width: 1px;
+    font-size: 1em;
+    min-height: 1.2em;
+    outline: medium none;
+    vertical-align: middle;
+}
+
+#tx-site {
+	width: 16em;
+	color: #ffffff;
+	float: right;
+	padding: 0.8em 0.8em 0 0;
+	text-align: right;
+}
+
+#tx-site span {
+	line-height: 1.8em;
+}
+
+#tx-site a {
+	float: right;
+	margin-left: 0.4em;
+}
+
+#tx-page-actions {
+	text-align: center; 
+	position: absolute; 
+	top: 3em; 
+	left: 0;
+	width: 98%;
+	min-width: 80em;
+}
+
+#tx-page-actions ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+	position: relative;
+	float: left;
+	left: 50%;
+}
+
+#tx-page-actions ol li {
+	float: left;
+	position: relative;
+	padding: 0;
+	right: 50%;
+}
+
+#tx-page-actions ol li {
+	float: left;
+	position: relative;
+	padding: 0;
+	right: 50%;
+}
+
+#tx-page-actions .tx-button {
+	-moz-border-radius: 0px; 
+	-webkit-border-radius: 0px;
+	border-left-style: none;
+}
+
+#tx-page-actions ol li:first-child a.tx-button {
+	border-left-style: solid;
+	-moz-border-radius-bottomleft: 3px; 
+	-moz-border-radius-topleft: 3px;
+	-webkit-border-bottom-left-radius: 3px; 
+	-webkit-border-top-left-radius: 3px;	
+}
+
+#tx-page-actions ol li:last-child a.tx-button {
+	-moz-border-radius-bottomright: 3px; 
+	-moz-border-radius-topright: 3px;
+	-webkit-border-top-right-radius: 3px; 
+	-webkit-border-bottom-right-radius: 3px;	
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/icon.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/icon.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/icon.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/icon.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
 /* icon */
 .tx-icon {
 	text-indent: -9999px;

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/list.css Tue Jul 12 12:37:23 2011
@@ -1,126 +1,147 @@
-/* list */
-.tx-list {
-	position: absolute;
-	top: 0;
-	bottom: 0;
-	left: 0;
-	right: 0;
-	width: auto;
-	overflow-y: auto;
-	overflow-x: hidden;
-}
-
-.tx-list.tx-show-panel {
-	left: 28em;
-}
-
-.tx-list.tx-hide-panel {
-	left: 5em;
-}
-
-.tx-list.tx-halfwidth-left {
-	width: 49%;
-}
-
-.tx-list.tx-halfwidth-right {
-	left: 51%;
-	padding-left: 1.6em;
-	border-left: solid 1px #e4e4e4;
-}
-
-.tx-list ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-list ol li {
-	border-bottom: solid 1px #e4e4e4;
-	float: left;
-	margin: 1.2em;
-}
-
-.tx-list ol li input[type="checkbox"] {
-	float: left;
-}
-
-.tx-list ol li div.tx-thumb {
-	display: block;
-	text-align: center;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-.tx-list ol.tx-size1 li {
-	width: 160px;
-	height: 180px;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb {
-	width: 160px;
-	height: 160px;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb img.tx-width  {
-	width: 150px;
-	height: auto;
-}
-
-.tx-list ol.tx-size1 li div.tx-thumb img.tx-height  {
-	height: 150px;
-	width: auto;
-}
-
-.tx-list ol.tx-size2 li {
-	width: 130px;
-	height: 150px;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb {
-	width: 130px;
-	height: 130px;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb img.tx-width  {
-	width: 120px;
-	height: auto;
-}
-
-.tx-list ol.tx-size2 li div.tx-thumb img.tx-height  {
-	height: 120px;
-	width: auto;
-}
-
-.tx-list ol.tx-size3 li {
-	width: 100px;
-	height: 120px;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb {
-	width: 100px;
-	height: 100px;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb img.tx-width  {
-	width: 90px;
-	height: auto;
-}
-
-.tx-list ol.tx-size3 li div.tx-thumb img.tx-height  {
-	height: 90px;
-	width: auto;
-}
-
-
-.tx-list ol li span.tx-right {
-	float: right;
-}
-
-.tx-list ol li span.tx-left {
-	float: left;
-}
-
-.tx-list ol li div.tx-thumb a:hover img  {
-	border: solid 3px #1c6d8b;
-	text-decoration: none;
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* list */
+.tx-list {
+	position: absolute;
+	top: 0;
+	bottom: 0;
+	left: 0;
+	right: 0;
+	width: auto;
+	overflow-y: auto;
+	overflow-x: hidden;
+}
+
+.tx-list.tx-show-panel {
+	left: 28em;
+}
+
+.tx-list.tx-hide-panel {
+	left: 5em;
+}
+
+.tx-list.tx-halfwidth-left {
+	width: 49%;
+}
+
+.tx-list.tx-halfwidth-right {
+	left: 51%;
+	padding-left: 1.6em;
+	border-left: solid 1px #e4e4e4;
+}
+
+.tx-list ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-list ol li {
+	border-bottom: solid 1px #e4e4e4;
+	float: left;
+	margin: 1.2em;
+}
+
+.tx-list ol li input[type="checkbox"] {
+	float: left;
+}
+
+.tx-list ol li div.tx-thumb {
+	display: block;
+	text-align: center;
+	display: table-cell;
+	vertical-align: middle;
+}
+
+.tx-list ol.tx-size1 li {
+	width: 160px;
+	height: 180px;
+}
+
+.tx-list ol.tx-size1 li div.tx-thumb {
+	width: 160px;
+	height: 160px;
+}
+
+.tx-list ol.tx-size1 li div.tx-thumb img.tx-width  {
+	width: 150px;
+	height: auto;
+}
+
+.tx-list ol.tx-size1 li div.tx-thumb img.tx-height  {
+	height: 150px;
+	width: auto;
+}
+
+.tx-list ol.tx-size2 li {
+	width: 130px;
+	height: 150px;
+}
+
+.tx-list ol.tx-size2 li div.tx-thumb {
+	width: 130px;
+	height: 130px;
+}
+
+.tx-list ol.tx-size2 li div.tx-thumb img.tx-width  {
+	width: 120px;
+	height: auto;
+}
+
+.tx-list ol.tx-size2 li div.tx-thumb img.tx-height  {
+	height: 120px;
+	width: auto;
+}
+
+.tx-list ol.tx-size3 li {
+	width: 100px;
+	height: 120px;
+}
+
+.tx-list ol.tx-size3 li div.tx-thumb {
+	width: 100px;
+	height: 100px;
+}
+
+.tx-list ol.tx-size3 li div.tx-thumb img.tx-width  {
+	width: 90px;
+	height: auto;
+}
+
+.tx-list ol.tx-size3 li div.tx-thumb img.tx-height  {
+	height: 90px;
+	width: auto;
+}
+
+
+.tx-list ol li span.tx-right {
+	float: right;
+}
+
+.tx-list ol li span.tx-left {
+	float: left;
+}
+
+.tx-list ol li div.tx-thumb a:hover img  {
+	border: solid 3px #1c6d8b;
+	text-decoration: none;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/loader.css Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
 #tx-loader {
 	border: solid 1px #CCCCCC;
 	position: absolute;
@@ -23,4 +44,4 @@
 
 #tx-loader div:first-child {
 	border: none;
-}
\ No newline at end of file
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/menu.css Tue Jul 12 12:37:23 2011
@@ -1,142 +1,163 @@
-/* menu */
-#tx-menu {
-	top: 0.0em;
-	left: 13em; 
-	position: absolute;
-	z-index: 10000;
-}	
-
-#tx-menu ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#tx-menu ol li {
-	float: left;
-}
-
-#tx-menu ol li.active {
-}
-
-#tx-menu ol li a {
-	color: #ffffff;
-	text-decoration: none;
-	display: block;
-	padding: 0.5em 0.5em 0.6em 0.5em;
-}
-
-#tx-menu ol li a:visited, #tx-menu li a:link  {
-	text-decoration: none;
-}
-
-#tx-menu ol li a:active, #tx-menu ol li a:hover  {
-	text-decoration: underline;
-}
-
-#tx-menu ol li.active a:visited, #tx-menu ol li.active a:link  {
-	background-color: #ffffff;
-	color: #333333;
-	background-image: url(./images/bg/fade-menu.png);
-	background-repeat: repeat-x;
-}
-
-#tx-menu ol li.active a:active, #tx-menu ol li.active a:hover  {
-	background-color: #ffffff;
-	color: #333333;
-	background-image: url(./images/bg/fade-menu.png);
-	background-repeat: repeat-x;
-}
-
-#tx-menu ol h4 {
-	border-bottom: solid 1px #dddddd;
-	margin: 0;
-	padding: 0em 0 0.4em 0.4em;
-	font-weight: bold;
-	color: #000000;	
-	clear: both;
-}
-
-#tx-menu ol ol+h4 {
-	padding-top: 1.2em;
-}
-
-#tx-menu ol div {
-	background-color: #ffffff;
-	border-right: solid 3px #cccccc;
-	border-bottom: solid 3px #cccccc;
-	opacity: 0.9;
-	display: none;
-	position: absolute;	
-	padding: 1.0em 0.6em 0.8em 0.6em;
-	max-width: 15em;
-	min-width: 10em;
-	border-top: solid 1px #ffffff;
-
-	z-index: -1;	
-}
-
-#tx-menu ol div.tx-desc {
-	min-width: 30em;
-}
-
-#tx-menu ol li li {
-	border-bottom: 1px solid #c7c7c7;
-	padding: 0px;
-	min-width: 10em;
-	max-width: 15em;
-}
-
-#tx-menu ol li li:last-child, #tx-menu ol li .tx-desc li:last-child{
-	border-bottom: none;
-}
-
-
-#tx-menu ol li .tx-desc li {
-	border-bottom: 1px solid #c7c7c7;
-	padding: 0px;
-	min-width: 30em;
-}
-
-#tx-menu ol li .tx-desc li span {
-	display: block;
-	width: 16em;
-	float: left;
-	color: #555555;
-	padding: 0.3em 0 0.3em 0em;
-}
-
-#tx-menu ol li li  span {
-	display: none;
-}
-
-#tx-menu ol li .tx-desc li a {
-	font-weight: bold;
-}
-
-#tx-menu ol li li a {
-	color: #455c6a;
-	display: block;
-	padding: 0.3em 0 0.3em 0.5em;
-	width: 13em;
-	font-weight: normal;
-	float: left;
-	
-}
-
-#tx-menu ol li.active li.active {
-	background-color: #eef8fa;
-}
-
-#tx-menu ol li.active li a:visited, #tx-menu ol li.active li a:link  {
-	text-decoration: none;
-	background-image: none;
-	background-color: transparent;
-}
-
-#tx-menu ol li.active li a:active, #tx-menu ol li.active li a:hover  {
-	text-decoration: underline;
-	background-image: none;
-	background-color: transparent;
-}
-
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* menu */
+#tx-menu {
+	top: 0.0em;
+	left: 13em; 
+	position: absolute;
+	z-index: 10000;
+}	
+
+#tx-menu ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+#tx-menu ol li {
+	float: left;
+}
+
+#tx-menu ol li.active {
+}
+
+#tx-menu ol li a {
+	color: #ffffff;
+	text-decoration: none;
+	display: block;
+	padding: 0.5em 0.5em 0.6em 0.5em;
+}
+
+#tx-menu ol li a:visited, #tx-menu li a:link  {
+	text-decoration: none;
+}
+
+#tx-menu ol li a:active, #tx-menu ol li a:hover  {
+	text-decoration: underline;
+}
+
+#tx-menu ol li.active a:visited, #tx-menu ol li.active a:link  {
+	background-color: #ffffff;
+	color: #333333;
+	background-image: url(./images/bg/fade-menu.png);
+	background-repeat: repeat-x;
+}
+
+#tx-menu ol li.active a:active, #tx-menu ol li.active a:hover  {
+	background-color: #ffffff;
+	color: #333333;
+	background-image: url(./images/bg/fade-menu.png);
+	background-repeat: repeat-x;
+}
+
+#tx-menu ol h4 {
+	border-bottom: solid 1px #dddddd;
+	margin: 0;
+	padding: 0em 0 0.4em 0.4em;
+	font-weight: bold;
+	color: #000000;	
+	clear: both;
+}
+
+#tx-menu ol ol+h4 {
+	padding-top: 1.2em;
+}
+
+#tx-menu ol div {
+	background-color: #ffffff;
+	border-right: solid 3px #cccccc;
+	border-bottom: solid 3px #cccccc;
+	opacity: 0.9;
+	display: none;
+	position: absolute;	
+	padding: 1.0em 0.6em 0.8em 0.6em;
+	max-width: 15em;
+	min-width: 10em;
+	border-top: solid 1px #ffffff;
+
+	z-index: -1;	
+}
+
+#tx-menu ol div.tx-desc {
+	min-width: 30em;
+}
+
+#tx-menu ol li li {
+	border-bottom: 1px solid #c7c7c7;
+	padding: 0px;
+	min-width: 10em;
+	max-width: 15em;
+}
+
+#tx-menu ol li li:last-child, #tx-menu ol li .tx-desc li:last-child{
+	border-bottom: none;
+}
+
+
+#tx-menu ol li .tx-desc li {
+	border-bottom: 1px solid #c7c7c7;
+	padding: 0px;
+	min-width: 30em;
+}
+
+#tx-menu ol li .tx-desc li span {
+	display: block;
+	width: 16em;
+	float: left;
+	color: #555555;
+	padding: 0.3em 0 0.3em 0em;
+}
+
+#tx-menu ol li li  span {
+	display: none;
+}
+
+#tx-menu ol li .tx-desc li a {
+	font-weight: bold;
+}
+
+#tx-menu ol li li a {
+	color: #455c6a;
+	display: block;
+	padding: 0.3em 0 0.3em 0.5em;
+	width: 13em;
+	font-weight: normal;
+	float: left;
+	
+}
+
+#tx-menu ol li.active li.active {
+	background-color: #eef8fa;
+}
+
+#tx-menu ol li.active li a:visited, #tx-menu ol li.active li a:link  {
+	text-decoration: none;
+	background-image: none;
+	background-color: transparent;
+}
+
+#tx-menu ol li.active li a:active, #tx-menu ol li.active li a:hover  {
+	text-decoration: underline;
+	background-image: none;
+	background-color: transparent;
+}
+

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/pager.css Tue Jul 12 12:37:23 2011
@@ -1,79 +1,100 @@
-/* pager */
-.tx-pager {
-	position: absolute;
-	right: 0.8em;
-	width: 20em;
-	text-align: right;
-}	
-
-.tx-pager input {
-	width: 2.5em;
-}
-
-.tx-pager-dropdown {
-	width: 4.5em;
-	margin-right: 1.6em;
-}
-
-.tx-pager ol {
-	padding: 0;
-	margin: 0;
-	list-style: none;
-	text-align: center;
-}
-
-.tx-pager ol li {
-	display: inline;
-	margin: 0 0.2em;
-	background-image: none;
-	padding: 0;
-}
-
-.tx-pager li.active {
-	font-weight: bold;
-}
-.tx-pager li a {
-}
-
-
-.tx-pager li a:visited, .tx-pager li a:link  {
-}
-
-.tx-pager li a:active, .tx-pager li a:hover  {
-}
-
-.tx-pager li.active a:visited, .tx-pager li.active a:link  {
-}
-
-.tx-pager li.active a:active, .tx-pager li.active a:hover  {
-}
-
-
-.tx-pager .next {
-	float: right;
-	background: url(./images/icons/arr-right-dark.png) center no-repeat;
-	text-indent: -9999px;
-	height: 0.8em;
-	width: 0.8em;
-	display: block;	
-	margin-top: 0.3em;
-}
-
-.tx-pager .prev {
-	float: left;
-	background: url(./images/icons/arr-left-dark.png) center no-repeat;
-	text-indent: -9999px;
-	height: 0.8em;
-	width: 0.8em;
-	display: block;	
-	margin-top: 0.3em;
-}
-
-.tx-pager form, .tx-pager fieldset {
-	display: inline;
-}
-
-.tx-pager input {
-	text-align: center;
-	
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* pager */
+.tx-pager {
+	position: absolute;
+	right: 0.8em;
+	width: 20em;
+	text-align: right;
+}	
+
+.tx-pager input {
+	width: 2.5em;
+}
+
+.tx-pager-dropdown {
+	width: 4.5em;
+	margin-right: 1.6em;
+}
+
+.tx-pager ol {
+	padding: 0;
+	margin: 0;
+	list-style: none;
+	text-align: center;
+}
+
+.tx-pager ol li {
+	display: inline;
+	margin: 0 0.2em;
+	background-image: none;
+	padding: 0;
+}
+
+.tx-pager li.active {
+	font-weight: bold;
+}
+.tx-pager li a {
+}
+
+
+.tx-pager li a:visited, .tx-pager li a:link  {
+}
+
+.tx-pager li a:active, .tx-pager li a:hover  {
+}
+
+.tx-pager li.active a:visited, .tx-pager li.active a:link  {
+}
+
+.tx-pager li.active a:active, .tx-pager li.active a:hover  {
+}
+
+
+.tx-pager .next {
+	float: right;
+	background: url(./images/icons/arr-right-dark.png) center no-repeat;
+	text-indent: -9999px;
+	height: 0.8em;
+	width: 0.8em;
+	display: block;	
+	margin-top: 0.3em;
+}
+
+.tx-pager .prev {
+	float: left;
+	background: url(./images/icons/arr-left-dark.png) center no-repeat;
+	text-indent: -9999px;
+	height: 0.8em;
+	width: 0.8em;
+	display: block;	
+	margin-top: 0.3em;
+}
+
+.tx-pager form, .tx-pager fieldset {
+	display: inline;
+}
+
+.tx-pager input {
+	text-align: center;
+	
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/panel.css Tue Jul 12 12:37:23 2011
@@ -1,364 +1,385 @@
-/* panel */
-.tx-panel {
-	position: absolute;
-	top: 12em;
-	bottom: 0;
-	left: 0.5em;
-	width: 27em;
-	z-Index: 100;
-}
-
-.tx-panel.tx-panel-left {
-	position: absolute;
-	top: 12em;
-	bottom: 0;
-	left: 0.5em;
-	width: 27em;
-	z-Index: 100;
-}
-
-.tx-panel.tx-panel-right {
-	/*
-	position: absolute;
-	top: 0em;
-	right: 0.5em;
-	*/
-	position: static;
-	top: auto;
-	right: auto;
-	width: 16em;
-	z-Index: 100;
-	float: right;
-	margin-right: 1em;
-	clear: right;
-	margin-bottom: 1em;
-}
-.tx-panel.tx-panel-middle {
-	/*
-	position: absolute;
-	top: 0em;
-	right: 0.5em;
-	*/
-	position: static;
-	top: auto;
-	right: auto;
-	width: 31em;
-	z-Index: 100;
-	float: none;
-	margin-right: 1em;
-	clear: right;
-	margin-bottom: 1em;
-}
-
-
-.tx-panel.tx-close {
-	width: 26px;
-	overflow: hidden;
-}
-
-.tx-panel.tx-close .tx-panel-tab-buttons ol  {
-	display: none;
-}
-
-
-.tx-panel .tx-panel-window {
-	overflow-y: auto;
-	overflow-x: hidden;
-	position: absolute;
-	top: 2.5em;
-	bottom: 0em;
-	left: 0em;
-	width: 26em;
-}
-
-.tx-panel.tx-panel-right .tx-panel-window {
-	top: auto;
-	bottom: auto;
-	left: auto;
-	width: auto;
-	overflow: visible;
-	position: static;	
-}
-
-.tx-panel.tx-panel-middle .tx-panel-window {
-	top: auto;
-	bottom: auto;
-	left: auto;
-	width: auto;
-	overflow: visible;
-	position: static;	
-}
-
-.tx-panel h3, .tx-panel div h3 {
-	background-image: url(./images/bg/fade-panel-search.png);
-	color: #ffffff;
-	font-size: 1.0em;
-	height: 27px;
-	line-height: 2.2em;
-	margin: 0 0 0.5em 26px;
-	width: 21em;
-	/* for the border of the tx-panel-tabs box */
-	padding-right: 2px;
-	padding-left: 1em;
-}
-
-.tx-panel.tx-panel-right div h3 {
-	width: 15em;
-	margin: 0 0 0.3em 0px;	
-	padding-right: 2px;
-	padding-left: 1em;
-	padding-bottom: 0;	
-}
-
-.tx-panel.tx-panel-middle div h3 {
-	width: 30.5em;
-	margin: 0 0 0.3em 0px;	
-	padding-right: 2px;
-	padding-left: 1em;
-	padding-bottom: 0;	
-}
-
-.tx-panel-tabs {
-	border: solid 1px #bdbdbd;
-	margin-left: 26px;
-	width: 22em;
-	min-height: 98%;
-}
-
-.tx-panel.tx-panel-right .tx-panel-tabs  {
-	margin-left: 0px;
-	width: 16em;
-}
-
-.tx-panel.tx-panel-middle .tx-panel-tabs  {
-	margin-left: 0px;
-	width: 31.5em;
-}
-
-.tx-panel-tabs > div {
-	padding: 1em;
-	background-image: url(./images/bg/fade-filter.png);
-	background-repeat: repeat-x;
-}
-
-
-.tx-panel label {
-	display: block;
-	height: 1.4em;
-}
-
-
-.tx-panel input[type="text"] {
-	float: none;
-	display: inline;
-	width: 16.5em;
-}
-
-.tx-panel input[type="button"], .tx-panel input[type="submit"] {
-	float: right;
-	display: inline;
-}
-
-.tx-panel input[type="radio"] {
-	margin: 0.2em 0 0.2em 0;
-	vertical-align: middle;
-}
-
-.tx-panel .tx-panel-open-close {
-	background: url(./images/icons/d-arr-left-inverse.png) center no-repeat;
-	width: 26px;
-	height: 27px;
-	text-indent: -9999px;
-	text-align: left;
-	display: block;
-	float: left;
-	border: none;
-
-}
-
-.tx-panel .tx-panel-open-close.tx-close {
-	background: url(./images/icons/d-arr-right-inverse.png) center no-repeat;
-}
-
-
-.tx-result ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-result > ol > li {
-	background-image: url(./images/icons/arr-right-inverse.png);
-	background-repeat: no-repeat;
-	background-position: 0.5em 0.4em;
-	border-bottom-width: 1px;
-	border-bottom-style: solid;
-	border-bottom-color: #ffffff;
-	background-color: #cccccc;
-}
-
-.tx-result > ol > li.tx-open {
-	background-image: url(./images/icons/arr-down-inverse.png);
-	background-repeat: no-repeat;
-	background-position: 0.5em 0.4em;
-}
-
-.tx-result ol li a {
-	color: #ffffff;
-	text-decoration: none;
-	display: block;
-	padding: 0.2em 0.2em 0.2em 1.9em;
-}
-
-.tx-result > ol > li li:first-child {
-	border-top: none;
-}
-
-
-.tx-result > ol > li li {
-	border-top: solid 1px #e6e6e6;
-}
-
-
-.tx-result li a:visited, .tx-result li a:link  {
-	color: #ffffff;
-}
-
-.tx-result li a:active, .tx-result li a:hover  {
-	color: #ffffff;
-}
-
-.tx-result ol ol {
-	background-color: #ffffff;
-	display: none;
-}
-
-.tx-result > ol > li.tx-open > ol {
-	display: block;
-}
-
-.tx-result ol li li {
-}
-
-.tx-result ol li li a {
-	color: #666666;
-	padding: 0.2em 0.2em 0.2em 1.9em;
-}
-
-.tx-result ol li li a:visited, .tx-result ol li li a:link  {
-	color: #666666;
-}
-
-.tx-result ol li li a:active, .tx-result ol li li a:hover  {
-	color: #333333;
-}
-
-
-.tx-result li.tx-more {
-	background-image: url(./images/icons/arr-right.png);
-	background-repeat: no-repeat;
-	background-position: 1.8em 0.4em;
-}
-
-.tx-result li.tx-more a {
-	padding-left: 2.9em;
-	color: #1c6d8b;
-}
-
-.tx-result li.tx-more a:visited, .tx-result li.tx-more a:link  {
-	color: #1c6d8b;
-}
-
-.tx-result li.tx-more a:active, .tx-result li.tx-more a:hover  {
-	color: #1c6d8b;
-	text-decoration: underline;
-}
-
-/* filter (in panel)*/
-
-.tx-panel .tx-filter {
-	background-color: #FFFFFF;
-	padding: 1em 0 2em 0;
-	background-repeat: repeat-x;
-}
-
-.tx-panel .tx-filter  h4 {
-	font-weight: normal;
-	margin: 0;
-	padding: 0;
-	padding-left: 0.3em;
-	padding-bottom: 0.5em;
-	color: #666666;
-	font-size: 1.0em;
-	min-height: 1.8em;
-	line-height: 1.5em;
-}
-
-.tx-panel .tx-filter ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-panel .tx-filter ol li {
-	background-color: #fff2e4;
-	margin: 0;
-	padding: 0 0 0 1.0em;
-	color: #000000;
-	height: 1.7em;
-	border-bottom: solid 1px #ffffff;
-	line-height: 1.6em;
-}
-
-.tx-panel .tx-filter a {
-	float: right;
-	color: #000000;
-}
-
-.tx-panel .tx-filter h4 a{
-	margin-left: 0.5em;
-	color: #cc3333;
-}
-
-
-/* tabs */
-
-.tx-panel .tx-panel-tab-buttons {
-
-	background-color: #dadada;
-	background-image: url(./images/panel/bg-tab.png);
-	background-repeat: repeat-y;
-
-	min-height: 98%;
-	float: left;
-	width: 26px;
-	padding-bottom: 2px;
-}
-
-.tx-panel .tx-panel-tab-buttons ol {
-	width: 26px;
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-.tx-panel .tx-panel-tab-buttons li {
-	margin: 0;
-	padding: 0;
-}
-
-.tx-panel .tx-panel-tab-buttons li a {
-	background-image: url(./images/panel/tab-button-default.png);
-	height: 30px;
-	width: 26px;
-	display: block;
-	background-position: center;
-	background-repeat: no-repeat;
-	text-indent: -9999px;
-}
-
-.tx-panel .tx-panel-tab-buttons li.tx-active a {
-	background-color: #ffffff;
-	border: solid 1px #bdbdbd;
-	border-right: none;
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* panel */
+.tx-panel {
+	position: absolute;
+	top: 12em;
+	bottom: 0;
+	left: 0.5em;
+	width: 27em;
+	z-Index: 100;
+}
+
+.tx-panel.tx-panel-left {
+	position: absolute;
+	top: 12em;
+	bottom: 0;
+	left: 0.5em;
+	width: 27em;
+	z-Index: 100;
+}
+
+.tx-panel.tx-panel-right {
+	/*
+	position: absolute;
+	top: 0em;
+	right: 0.5em;
+	*/
+	position: static;
+	top: auto;
+	right: auto;
+	width: 16em;
+	z-Index: 100;
+	float: right;
+	margin-right: 1em;
+	clear: right;
+	margin-bottom: 1em;
+}
+.tx-panel.tx-panel-middle {
+	/*
+	position: absolute;
+	top: 0em;
+	right: 0.5em;
+	*/
+	position: static;
+	top: auto;
+	right: auto;
+	width: 31em;
+	z-Index: 100;
+	float: none;
+	margin-right: 1em;
+	clear: right;
+	margin-bottom: 1em;
+}
+
+
+.tx-panel.tx-close {
+	width: 26px;
+	overflow: hidden;
+}
+
+.tx-panel.tx-close .tx-panel-tab-buttons ol  {
+	display: none;
+}
+
+
+.tx-panel .tx-panel-window {
+	overflow-y: auto;
+	overflow-x: hidden;
+	position: absolute;
+	top: 2.5em;
+	bottom: 0em;
+	left: 0em;
+	width: 26em;
+}
+
+.tx-panel.tx-panel-right .tx-panel-window {
+	top: auto;
+	bottom: auto;
+	left: auto;
+	width: auto;
+	overflow: visible;
+	position: static;	
+}
+
+.tx-panel.tx-panel-middle .tx-panel-window {
+	top: auto;
+	bottom: auto;
+	left: auto;
+	width: auto;
+	overflow: visible;
+	position: static;	
+}
+
+.tx-panel h3, .tx-panel div h3 {
+	background-image: url(./images/bg/fade-panel-search.png);
+	color: #ffffff;
+	font-size: 1.0em;
+	height: 27px;
+	line-height: 2.2em;
+	margin: 0 0 0.5em 26px;
+	width: 21em;
+	/* for the border of the tx-panel-tabs box */
+	padding-right: 2px;
+	padding-left: 1em;
+}
+
+.tx-panel.tx-panel-right div h3 {
+	width: 15em;
+	margin: 0 0 0.3em 0px;	
+	padding-right: 2px;
+	padding-left: 1em;
+	padding-bottom: 0;	
+}
+
+.tx-panel.tx-panel-middle div h3 {
+	width: 30.5em;
+	margin: 0 0 0.3em 0px;	
+	padding-right: 2px;
+	padding-left: 1em;
+	padding-bottom: 0;	
+}
+
+.tx-panel-tabs {
+	border: solid 1px #bdbdbd;
+	margin-left: 26px;
+	width: 22em;
+	min-height: 98%;
+}
+
+.tx-panel.tx-panel-right .tx-panel-tabs  {
+	margin-left: 0px;
+	width: 16em;
+}
+
+.tx-panel.tx-panel-middle .tx-panel-tabs  {
+	margin-left: 0px;
+	width: 31.5em;
+}
+
+.tx-panel-tabs > div {
+	padding: 1em;
+	background-image: url(./images/bg/fade-filter.png);
+	background-repeat: repeat-x;
+}
+
+
+.tx-panel label {
+	display: block;
+	height: 1.4em;
+}
+
+
+.tx-panel input[type="text"] {
+	float: none;
+	display: inline;
+	width: 16.5em;
+}
+
+.tx-panel input[type="button"], .tx-panel input[type="submit"] {
+	float: right;
+	display: inline;
+}
+
+.tx-panel input[type="radio"] {
+	margin: 0.2em 0 0.2em 0;
+	vertical-align: middle;
+}
+
+.tx-panel .tx-panel-open-close {
+	background: url(./images/icons/d-arr-left-inverse.png) center no-repeat;
+	width: 26px;
+	height: 27px;
+	text-indent: -9999px;
+	text-align: left;
+	display: block;
+	float: left;
+	border: none;
+
+}
+
+.tx-panel .tx-panel-open-close.tx-close {
+	background: url(./images/icons/d-arr-right-inverse.png) center no-repeat;
+}
+
+
+.tx-result ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-result > ol > li {
+	background-image: url(./images/icons/arr-right-inverse.png);
+	background-repeat: no-repeat;
+	background-position: 0.5em 0.4em;
+	border-bottom-width: 1px;
+	border-bottom-style: solid;
+	border-bottom-color: #ffffff;
+	background-color: #cccccc;
+}
+
+.tx-result > ol > li.tx-open {
+	background-image: url(./images/icons/arr-down-inverse.png);
+	background-repeat: no-repeat;
+	background-position: 0.5em 0.4em;
+}
+
+.tx-result ol li a {
+	color: #ffffff;
+	text-decoration: none;
+	display: block;
+	padding: 0.2em 0.2em 0.2em 1.9em;
+}
+
+.tx-result > ol > li li:first-child {
+	border-top: none;
+}
+
+
+.tx-result > ol > li li {
+	border-top: solid 1px #e6e6e6;
+}
+
+
+.tx-result li a:visited, .tx-result li a:link  {
+	color: #ffffff;
+}
+
+.tx-result li a:active, .tx-result li a:hover  {
+	color: #ffffff;
+}
+
+.tx-result ol ol {
+	background-color: #ffffff;
+	display: none;
+}
+
+.tx-result > ol > li.tx-open > ol {
+	display: block;
+}
+
+.tx-result ol li li {
+}
+
+.tx-result ol li li a {
+	color: #666666;
+	padding: 0.2em 0.2em 0.2em 1.9em;
+}
+
+.tx-result ol li li a:visited, .tx-result ol li li a:link  {
+	color: #666666;
+}
+
+.tx-result ol li li a:active, .tx-result ol li li a:hover  {
+	color: #333333;
+}
+
+
+.tx-result li.tx-more {
+	background-image: url(./images/icons/arr-right.png);
+	background-repeat: no-repeat;
+	background-position: 1.8em 0.4em;
+}
+
+.tx-result li.tx-more a {
+	padding-left: 2.9em;
+	color: #1c6d8b;
+}
+
+.tx-result li.tx-more a:visited, .tx-result li.tx-more a:link  {
+	color: #1c6d8b;
+}
+
+.tx-result li.tx-more a:active, .tx-result li.tx-more a:hover  {
+	color: #1c6d8b;
+	text-decoration: underline;
+}
+
+/* filter (in panel)*/
+
+.tx-panel .tx-filter {
+	background-color: #FFFFFF;
+	padding: 1em 0 2em 0;
+	background-repeat: repeat-x;
+}
+
+.tx-panel .tx-filter  h4 {
+	font-weight: normal;
+	margin: 0;
+	padding: 0;
+	padding-left: 0.3em;
+	padding-bottom: 0.5em;
+	color: #666666;
+	font-size: 1.0em;
+	min-height: 1.8em;
+	line-height: 1.5em;
+}
+
+.tx-panel .tx-filter ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-panel .tx-filter ol li {
+	background-color: #fff2e4;
+	margin: 0;
+	padding: 0 0 0 1.0em;
+	color: #000000;
+	height: 1.7em;
+	border-bottom: solid 1px #ffffff;
+	line-height: 1.6em;
+}
+
+.tx-panel .tx-filter a {
+	float: right;
+	color: #000000;
+}
+
+.tx-panel .tx-filter h4 a{
+	margin-left: 0.5em;
+	color: #cc3333;
+}
+
+
+/* tabs */
+
+.tx-panel .tx-panel-tab-buttons {
+
+	background-color: #dadada;
+	background-image: url(./images/panel/bg-tab.png);
+	background-repeat: repeat-y;
+
+	min-height: 98%;
+	float: left;
+	width: 26px;
+	padding-bottom: 2px;
+}
+
+.tx-panel .tx-panel-tab-buttons ol {
+	width: 26px;
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+.tx-panel .tx-panel-tab-buttons li {
+	margin: 0;
+	padding: 0;
+}
+
+.tx-panel .tx-panel-tab-buttons li a {
+	background-image: url(./images/panel/tab-button-default.png);
+	height: 30px;
+	width: 26px;
+	display: block;
+	background-position: center;
+	background-repeat: no-repeat;
+	text-indent: -9999px;
+}
+
+.tx-panel .tx-panel-tab-buttons li.tx-active a {
+	background-color: #ffffff;
+	border: solid 1px #bdbdbd;
+	border-right: none;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/login.js Tue Jul 12 12:37:23 2011
@@ -1,5 +1,26 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
 $(document).ready(function () {
 	$("#tx-login-button").click(function() {
 		document.location.href = "/login?referer=" + encodeURIComponent(document.location.href);
 	});	
-});
\ No newline at end of file
+});

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/scripts/panel.js Tue Jul 12 12:37:23 2011
@@ -1,3 +1,24 @@
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
 $(document).ready(function () {
 	if($("#tx-panel-tabs").children().length == 0){
 		$("#tx-panel").hide();
@@ -35,4 +56,4 @@ $(document).ready(function () {
 			$(this).addClass("tx-active");
 		});	
 	}
-});
\ No newline at end of file
+});

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/style.css Tue Jul 12 12:37:23 2011
@@ -1,28 +1,49 @@
-@import "general.css";
-@import "header.css";
-@import "menu.css";
-@import "tabs.css";
-@import "panel.css";
-@import "icon.css";
-@import "button.css";
-@import "form.css";
-
-
-@import "list.css";
-@import "table.css";
-@import "edit.css";
-
-@import "pager.css";
-
-@import "window.css";
-
-@import "tooltip.css";
-@import "tree.css";
-@import "autocomplete.css";
-
-@import "clearfix.css";
-@import "loader.css";
-
-@import "yui.css";
-
-@import "discobits.css";
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+@import "general.css";
+@import "header.css";
+@import "menu.css";
+@import "tabs.css";
+@import "panel.css";
+@import "icon.css";
+@import "button.css";
+@import "form.css";
+
+
+@import "list.css";
+@import "table.css";
+@import "edit.css";
+
+@import "pager.css";
+
+@import "window.css";
+
+@import "tooltip.css";
+@import "tree.css";
+@import "autocomplete.css";
+
+@import "clearfix.css";
+@import "loader.css";
+
+@import "yui.css";
+
+@import "discobits.css";

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/table.css Tue Jul 12 12:37:23 2011
@@ -1,204 +1,225 @@
-/* table will be replaced with .tx-table */
-
-table {
-	border-collapse: collapse;
-	border: none;
-	width: 100%;
-}
-
-table thead tr {
-}
-
-table thead {
-}
-
-table tbody tr {
-	border-bottom: solid 1px #e4e4e4;
-}
-
-table tbody tr:visited, table tbody tr:link,
-table tbody tr:active, table tbody tr:hover {
-	background-color: #ffffff;
-}
-
-table td {
-	vertical-align: middle;	
-	padding-left: 0.6em;
-	padding-right: 0.6em;
-}
-
-table th {
-	vertical-align: middle;
-	text-align: left;
-	font-weight: normal;
-	color: #555555;
-	padding: 0 0.6em;
-	background-image: url(./images/bg/fade-th-off.png);
-	background-repeat: repeat-x;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-	height: 2.2em;
-}
-
-table th span.tx-right {
-	float: right;
-	padding-right: 0.4em;
-}
-
-table th.tx-on {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-}
-
-table th a:visited, table th a:link,
-table th a:active, table th a:hover {
-	color: #555555;
-	text-decoration: none;
-}
-
-table td:first-child {
-	text-align: left;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-table a img  {
-	padding: 0;
-	text-decoration: none;
-	float: left;
-}
-
-table a:hover img  {
-	border: solid 0px #54c5d0;
-	text-decoration: none;
-	padding: 0;
-}
-
-td span.tx-right {
-	float: right;
-}
-
-td span.tx-left {
-	float: left;
-}
-
-table .tx-icon {
-	margin-left: 0.4em;
-}
-
-table th .tx-icon-down, table th .tx-icon-up {
-	text-indent: -9999px;
-	height: 10px;
-	width: 10px;
-	display: block;
-	padding-top: 0.4em;	
-}
-
-/* .tx-table */
-
-table.tx-table {
-	border-collapse: collapse;
-	border: none;
-	width: 100%;
-}
-
-table.tx-table thead tr {
-}
-
-table.tx-table thead {
-}
-
-table.tx-table tbody tr {
-	border-bottom: solid 1px #e4e4e4;
-}
-
-table.tx-table tbody tr:visited, table.tx-table tbody tr:link,
-table.tx-table tbody tr:active, table.tx-table tbody tr:hover {
-	background-color: #ffffff;
-}
-
-table.tx-table td {
-	vertical-align: middle;	
-	padding-left: 0.6em;
-	padding-right: 0.6em;
-}
-
-table.tx-table th {
-	vertical-align: middle;
-	text-align: left;
-	font-weight: normal;
-	color: #555555;
-	padding: 0 0.6em;
-	background-image: url(./images/bg/fade-th-off.png);
-	background-repeat: repeat-x;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-	height: 2.2em;
-}
-
-table.tx-table th span.tx-right {
-	float: right;
-	padding-right: 0.4em;
-}
-
-table.tx-table th.tx-on {
-	background: url(./images/bg/fade-th-on.png) top  repeat-x;
-	color: #555555;
-	background-position: bottom;
-	border-right-width: 1px;
-	border-right-style: solid;
-	border-right-color: #ffffff;
-}
-
-table.tx-table th a:visited, table.tx-table th a:link,
-table.tx-table th a:active, table.tx-table th a:hover {
-	color: #555555;
-	text-decoration: none;
-}
-
-table.tx-table td:first-child {
-	text-align: left;
-	display: table-cell;
-	vertical-align: middle;
-}
-
-table.tx-table a img  {
-	padding: 0;
-	text-decoration: none;
-	float: left;
-}
-
-table.tx-table a:hover img  {
-	border: solid 0px #54c5d0;
-	text-decoration: none;
-	padding: 0;
-}
-
-.tx-table td span.tx-right {
-	float: right;
-}
-
-.tx-table td span.tx-left {
-	float: left;
-}
-
-table.tx-table .tx-icon {
-	margin-left: 0.4em;
-}
-
-table.tx-table th .tx-icon-down, table.tx-table th .tx-icon-up {
-	text-indent: -9999px;
-	height: 10px;
-	width: 10px;
-	display: block;
-	padding-top: 0.4em;	
-}
-
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* table will be replaced with .tx-table */
+
+table {
+	border-collapse: collapse;
+	border: none;
+	width: 100%;
+}
+
+table thead tr {
+}
+
+table thead {
+}
+
+table tbody tr {
+	border-bottom: solid 1px #e4e4e4;
+}
+
+table tbody tr:visited, table tbody tr:link,
+table tbody tr:active, table tbody tr:hover {
+	background-color: #ffffff;
+}
+
+table td {
+	vertical-align: middle;	
+	padding-left: 0.6em;
+	padding-right: 0.6em;
+}
+
+table th {
+	vertical-align: middle;
+	text-align: left;
+	font-weight: normal;
+	color: #555555;
+	padding: 0 0.6em;
+	background-image: url(./images/bg/fade-th-off.png);
+	background-repeat: repeat-x;
+	background-position: bottom;
+	border-right-width: 1px;
+	border-right-style: solid;
+	border-right-color: #ffffff;
+	height: 2.2em;
+}
+
+table th span.tx-right {
+	float: right;
+	padding-right: 0.4em;
+}
+
+table th.tx-on {
+	background: url(./images/bg/fade-th-on.png) top  repeat-x;
+	color: #555555;
+	background-position: bottom;
+	border-right-width: 1px;
+	border-right-style: solid;
+	border-right-color: #ffffff;
+}
+
+table th a:visited, table th a:link,
+table th a:active, table th a:hover {
+	color: #555555;
+	text-decoration: none;
+}
+
+table td:first-child {
+	text-align: left;
+	display: table-cell;
+	vertical-align: middle;
+}
+
+table a img  {
+	padding: 0;
+	text-decoration: none;
+	float: left;
+}
+
+table a:hover img  {
+	border: solid 0px #54c5d0;
+	text-decoration: none;
+	padding: 0;
+}
+
+td span.tx-right {
+	float: right;
+}
+
+td span.tx-left {
+	float: left;
+}
+
+table .tx-icon {
+	margin-left: 0.4em;
+}
+
+table th .tx-icon-down, table th .tx-icon-up {
+	text-indent: -9999px;
+	height: 10px;
+	width: 10px;
+	display: block;
+	padding-top: 0.4em;	
+}
+
+/* .tx-table */
+
+table.tx-table {
+	border-collapse: collapse;
+	border: none;
+	width: 100%;
+}
+
+table.tx-table thead tr {
+}
+
+table.tx-table thead {
+}
+
+table.tx-table tbody tr {
+	border-bottom: solid 1px #e4e4e4;
+}
+
+table.tx-table tbody tr:visited, table.tx-table tbody tr:link,
+table.tx-table tbody tr:active, table.tx-table tbody tr:hover {
+	background-color: #ffffff;
+}
+
+table.tx-table td {
+	vertical-align: middle;	
+	padding-left: 0.6em;
+	padding-right: 0.6em;
+}
+
+table.tx-table th {
+	vertical-align: middle;
+	text-align: left;
+	font-weight: normal;
+	color: #555555;
+	padding: 0 0.6em;
+	background-image: url(./images/bg/fade-th-off.png);
+	background-repeat: repeat-x;
+	background-position: bottom;
+	border-right-width: 1px;
+	border-right-style: solid;
+	border-right-color: #ffffff;
+	height: 2.2em;
+}
+
+table.tx-table th span.tx-right {
+	float: right;
+	padding-right: 0.4em;
+}
+
+table.tx-table th.tx-on {
+	background: url(./images/bg/fade-th-on.png) top  repeat-x;
+	color: #555555;
+	background-position: bottom;
+	border-right-width: 1px;
+	border-right-style: solid;
+	border-right-color: #ffffff;
+}
+
+table.tx-table th a:visited, table.tx-table th a:link,
+table.tx-table th a:active, table.tx-table th a:hover {
+	color: #555555;
+	text-decoration: none;
+}
+
+table.tx-table td:first-child {
+	text-align: left;
+	display: table-cell;
+	vertical-align: middle;
+}
+
+table.tx-table a img  {
+	padding: 0;
+	text-decoration: none;
+	float: left;
+}
+
+table.tx-table a:hover img  {
+	border: solid 0px #54c5d0;
+	text-decoration: none;
+	padding: 0;
+}
+
+.tx-table td span.tx-right {
+	float: right;
+}
+
+.tx-table td span.tx-left {
+	float: left;
+}
+
+table.tx-table .tx-icon {
+	margin-left: 0.4em;
+}
+
+table.tx-table th .tx-icon-down, table.tx-table th .tx-icon-up {
+	text-indent: -9999px;
+	height: 10px;
+	width: 10px;
+	display: block;
+	padding-top: 0.4em;	
+}
+

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tabs.css Tue Jul 12 12:37:23 2011
@@ -1,95 +1,116 @@
-/* tab */
-#tx-module-tabs {
-	clear: both;
-	background-image: url(./images/bg/fade-tab-off.png);
-	background-repeat: repeat-x;
-	height: 2.45em;
-	width: 100%;
-	z-index: 21;
-	min-width: 80em;	
-}	
-
-#tx-module-tabs > ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	/*float: left;*/
-}
-
-#tx-module-tabs > ol > li {
-	float: left;
-}
-
-
-#tx-module-tabs > ol > li.tx-active {
-	background-image: url(./images/bg/fade-tab-on.png);
-	background-repeat: repeat-x;
-}
-
-#tx-module-tabs > ol > li a {
-	color: #666666;
-	display: block;
-	padding: 0.65em 1.3em; 
-	text-decoration: none;
-}
-
-#tx-module-tabs > ol > li a:visited, #tx-module-tabs > ol > li a:link  {
-	
-}
-
-#tx-module-tabs > ol > li a:active, #tx-module-tabs > ol > li a:hover  {
-	color: #666666;
-}
-
-#tx-module-tabs > ol > li.tx-active a:visited, #tx-module-tabs > ol > li.tx-active a:link  {
-	color: #666666;
-}
-
-#tx-module-tabs > ol > li.tx-active a:active, #tx-module-tabs > ol > li.tx-active a:hover  {
-	color: #666666;
-}
-
-#tx-contextual-buttons {
-	position: absolute;
-	right: 0.8em;
-	top: 5.6em;
-}
-
-#tx-contextual-buttons ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-}
-
-#tx-contextual-buttons ol li {
-	float: left;
-	padding: 0 0 0 0.4em;
-}
-
-
-#tx-module-options {
-	clear: both;
-	height: 2.4em;
-	background-image: url(./images/bg/fade-tab-status.png);
-	background-repeat: repeat-x;
-	padding: 0.5em 0 0 1.6em;
-	border-bottom: solid 1px #e4e4e4;
-}
-
-
-#tx-module-options ol {
-	margin: 0;
-	padding: 0;
-	list-style: none;
-	float: left;
-	padding-right: 2em;	
-}
-
-#tx-module-options ol li {
-	float: left;
-	padding: 0 0.1em;
-}
-
-#tx-module-options ol li.tx-spacer {
-	padding-right: 2em;
-}
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* tab */
+#tx-module-tabs {
+	clear: both;
+	background-image: url(./images/bg/fade-tab-off.png);
+	background-repeat: repeat-x;
+	height: 2.45em;
+	width: 100%;
+	z-index: 21;
+	min-width: 80em;	
+}	
+
+#tx-module-tabs > ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+	/*float: left;*/
+}
+
+#tx-module-tabs > ol > li {
+	float: left;
+}
+
+
+#tx-module-tabs > ol > li.tx-active {
+	background-image: url(./images/bg/fade-tab-on.png);
+	background-repeat: repeat-x;
+}
+
+#tx-module-tabs > ol > li a {
+	color: #666666;
+	display: block;
+	padding: 0.65em 1.3em; 
+	text-decoration: none;
+}
+
+#tx-module-tabs > ol > li a:visited, #tx-module-tabs > ol > li a:link  {
+	
+}
+
+#tx-module-tabs > ol > li a:active, #tx-module-tabs > ol > li a:hover  {
+	color: #666666;
+}
+
+#tx-module-tabs > ol > li.tx-active a:visited, #tx-module-tabs > ol > li.tx-active a:link  {
+	color: #666666;
+}
+
+#tx-module-tabs > ol > li.tx-active a:active, #tx-module-tabs > ol > li.tx-active a:hover  {
+	color: #666666;
+}
+
+#tx-contextual-buttons {
+	position: absolute;
+	right: 0.8em;
+	top: 5.6em;
+}
+
+#tx-contextual-buttons ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+}
+
+#tx-contextual-buttons ol li {
+	float: left;
+	padding: 0 0 0 0.4em;
+}
+
+
+#tx-module-options {
+	clear: both;
+	height: 2.4em;
+	background-image: url(./images/bg/fade-tab-status.png);
+	background-repeat: repeat-x;
+	padding: 0.5em 0 0 1.6em;
+	border-bottom: solid 1px #e4e4e4;
+}
+
+
+#tx-module-options ol {
+	margin: 0;
+	padding: 0;
+	list-style: none;
+	float: left;
+	padding-right: 2em;	
+}
+
+#tx-module-options ol li {
+	float: left;
+	padding: 0 0.1em;
+}
+
+#tx-module-options ol li.tx-spacer {
+	padding-right: 2em;
+}

Modified: incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css?rev=1145568&r1=1145567&r2=1145568&view=diff
==============================================================================
--- incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css (original)
+++ incubator/clerezza/trunk/parent/platform.style.classic/src/main/resources/CLEREZZA-INF/web-resources/style/tooltip.css Tue Jul 12 12:37:23 2011
@@ -1,20 +1,41 @@
-/* tooltip */
-#tx-tooltip {
-	position: absolute;
-	z-index: 3000;
-	background-color: #fffcd6;
-	width: 146px;
-	height: 90px;
-	background: url(./images/bg/tooltip.png) top no-repeat;	
-
-}
-#tx-tooltip h3 { 
-	margin: 0; 
-	padding: 0; 
-	font-weight: normal;
-	padding: 14px 16px 16px 14px;
-}
-
-#tx-tooltip div{
-
-}
\ No newline at end of file
+/*
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+*/
+
+/* tooltip */
+#tx-tooltip {
+	position: absolute;
+	z-index: 3000;
+	background-color: #fffcd6;
+	width: 146px;
+	height: 90px;
+	background: url(./images/bg/tooltip.png) top no-repeat;	
+
+}
+#tx-tooltip h3 { 
+	margin: 0; 
+	padding: 0; 
+	font-weight: normal;
+	padding: 14px 16px 16px 14px;
+}
+
+#tx-tooltip div{
+
+}