[jboss-svn-commits] JBoss Portal SVN: r5344 - in trunk/core/src/bin/portal-core-war/themes: industrial maple mission-critical phalanx

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Oct 6 16:31:19 EDT 2006


Author: roy.russo at jboss.com
Date: 2006-10-06 16:31:15 -0400 (Fri, 06 Oct 2006)
New Revision: 5344

Modified:
   trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css
   trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
   trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css
   trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
Log:
JBPORTAL-1070 - updated older themes for dashboard links

Modified: trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css	2006-10-06 20:29:17 UTC (rev 5343)
+++ trunk/core/src/bin/portal-core-war/themes/industrial/portal_style.css	2006-10-06 20:31:15 UTC (rev 5344)
@@ -1,966 +1,966 @@
-   /*****************************
-   * JBoss Industrial Theme CSS *
-   ******************************/
+/*****************************
+* JBoss Industrial Theme CSS *
+******************************/
 
-   #body {
-      background-image: url( images/portal_background.gif );
-      margin: 0px;
-      padding: 0px;
-   }
+#body {
+   background-image: url( images/portal_background.gif );
+   margin: 0px;
+   padding: 0px;
+}
 
-      /*****************
-      * Portal Header  *
-      ******************/
+/*****************
+* Portal Header  *
+******************/
 
-      /* spacer to keep header at certain width regardless of display size
+/* spacer to keep header at certain width regardless of display size
 done to avoid overlapping of tab navigation in header */
-   #spacer {
-      width: 1024px;
-      line-height: 0px;
-      font-size: 0px;
-      height: 0px;
-   }
+#spacer {
+   width: 1024px;
+   line-height: 0px;
+   font-size: 0px;
+   height: 0px;
+}
 
-   /* Wrapper for Header */
-   #header-container {
-      background-image: url( images/portal_background.gif );
-      background-repeat: repeat-y;
-      height: 100%;
-      min-width: 1000px;
-      width: 100%;
-      /* test to reposition header on page
-     position: absolute;
-     bottom: 5px;*/
-   }
+/* Wrapper for Header */
+#header-container {
+   background-image: url( images/portal_background.gif );
+   background-repeat: repeat-y;
+   height: 100%;
+   min-width: 1000px;
+   width: 100%;
+   /* test to reposition header on page
+  position: absolute;
+  bottom: 5px;*/
+}
 
-   /* Header background */
-   #header {
-      background-image: url( images/header.gif );
-      background-repeat: repeat-x;
-      height: 100px;
-      padding: 0px; /*margin: 0 25% 0 25%;*/
-   }
+/* Header background */
+#header {
+   background-image: url( images/header.gif );
+   background-repeat: repeat-x;
+   height: 100px;
+   padding: 0px; /*margin: 0 25% 0 25%;*/
+}
 
-   #logoName {
-   /*	Original Logo...*/
-      background-image: url( images/JBossLogo.gif );
+#logoName {
+/*	Original Logo...*/
+   background-image: url( images/JBossLogo.gif );
+   background-repeat: no-repeat;
+   width: 187px;
+   height: 35px;
+   position: absolute;
+   left: 15px;
+   top: 16px;
+
+   /* alt Smokestack Logo in header...
+      background-image: url(images/JBossLogoV2.gif);
       background-repeat: no-repeat;
-      width: 187px;
-      height: 35px;
+      width: 576px;
+      height: 71px;
       position: absolute;
-      left: 15px;
-      top: 16px;
+      left: 0px;
+      top: 1px;	*/
 
-      /* alt Smokestack Logo in header...
-     background-image: url(images/JBossLogoV2.gif);
-     background-repeat: no-repeat;
-     width: 576px;
-     height: 71px;
-     position: absolute;
-     left: 0px;
-     top: 1px;	*/
+   z-index: 2;
 
-      z-index: 2;
+}
 
-   }
+/************************
+* Portal Layout Regions *
+*************************/
 
-      /************************
-      * Portal Layout Regions *
-      *************************/
+/* wrapper for entire portal. starts/ends after/before body tag */
+#portal-container {
+/*width: 100%;*/
 
-   /* wrapper for entire portal. starts/ends after/before body tag */
-   #portal-container {
-   /*width: 100%;*/
+/*part of below IE hack to preserve min-width for portlet regions */
+   padding: 0 350px 0 350px;
+}
 
-   /*part of below IE hack to preserve min-width for portlet regions */
-      padding: 0 350px 0 350px;
-   }
+/* min width hack for IE */
+#expander {
+   margin: 0 -350px 0 -350px;
+   position: relative;
+}
 
-   /* min width hack for IE */
-   #expander {
-      margin: 0 -350px 0 -350px;
-      position: relative;
-   }
+/* min width hack for IE */
+#sizer {
+   width: 100%;
+}
 
-   /* min width hack for IE */
-   #sizer {
-      width: 100%;
-   }
+/* IE Hack \*/
+* html #portal-container,
+   * html #sizer,
+   * html #expander {
+   height: 0;
+}
 
-   /* IE Hack \*/
-   * html #portal-container,
-      * html #sizer,
-      * html #expander {
-      height: 0;
-   }
+/* end IE min-width hack */
 
-   /* end IE min-width hack */
+/*table that contains all regions. does not include header*/
+#content-container {
+   height: 100%; /*width: 100%;*/
+   /*margin:1em auto;
+border: 1px solid black;*/
+   text-align: left;
+   max-width: 1600px;
+   min-width: 800px;
 
-   /*table that contains all regions. does not include header*/
-   #content-container {
-      height: 100%; /*width: 100%;*/
-      /*margin:1em auto;
-   border: 1px solid black;*/
-      text-align: left;
-      max-width: 1600px;
-      min-width: 800px;
+   /*part of below IE hack
+padding: 0 350px 0 350px;*/
+}
 
-      /*part of below IE hack
-  padding: 0 350px 0 350px;*/
-   }
+/* Login JSP Selectors */
+#login-container {
+   position: relative;
+   left: 35%;
+   top: 55px;
+   right: 45%;
+   width: 320px;
+   height: 250px;
+   margin: 0px;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 10px;
+}
 
-   /* Login JSP Selectors */
-   #login-container {
-      position: relative;
-      left: 35%;
-      top: 55px;
-      right: 45%;
-      width: 320px;
-      height: 250px;
-      margin: 0px;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 10px;
-   }
+#login-container fieldset {
+   background-color: transparent;
+}
 
-   #login-container fieldset {
-      background-color: transparent;
-   }
+#login-container label, #login-container input {
+   display: block;
+   float: left;
+   width: auto;
+   margin-top: 15px;
+}
 
-   #login-container label, #login-container input {
-      display: block;
-      float: left;
-      width: auto;
-      margin-top: 15px;
-   }
+#login-container label {
+   text-align: right;
+   padding-right: 20px;
+   width: 95px;
+}
 
-   #login-container label {
-      text-align: right;
-      padding-right: 20px;
-      width: 95px;
-   }
+#login-container br {
+   clear: left;
+}
 
-   #login-container br {
-      clear: left;
-   }
+#login-container legend {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 13px;
+   font-weight: bold;
+   color: #596874;
+}
 
-   #login-container legend {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 13px;
-      font-weight: bold;
-      color: #596874;
-   }
+#loginForm {
+   margin: 0px;
+   padding: 0px;
+}
 
-   #loginForm {
-      margin: 0px;
-      padding: 0px;
-   }
+/* end Login Page Selectors */
 
-   /* end Login Page Selectors */
+/* portlet regions within content-container. this includes footer-container. */
+#regionA {
+   /* test to swap columns...
+ float: right; */
 
-   /* portlet regions within content-container. this includes footer-container. */
-   #regionA {
-      /* test to swap columns...
-     float: right; */
+   width: 30%;
+   float: left;
+   margin: 0px;
+   padding: 0px;
+   min-width: 250px;
+   height: 300px;
+}
 
-      width: 30%;
-      float: left;
-      margin: 0px;
-      padding: 0px;
-      min-width: 250px;
-      height: 300px;
-   }
+#regionB {
+   /*test to swap columns...
+margin: 0 30% 0 0; */
 
-   #regionB {
-      /*test to swap columns...
-      margin: 0 30% 0 0; */
+/* two column layout*/
+   margin: 0 0 0 30%;
+   padding: 0;
+   width: 69%;
+   height: 300px;
 
-   /* two column layout*/
-      margin: 0 0 0 30%;
-      padding: 0;
-      width: 69%;
-      height: 300px;
+   /* test to add 3rd region in layout...
+  width: 40%;
+  float: left;*/
+}
 
-      /* test to add 3rd region in layout...
-     width: 40%;
-     float: left;*/
-   }
+#regionC {
+   /* inclusion of 3rd region - comment out for 2 region testing
+  padding: 0px;
+  width: 27%;
+  float: left;*/
+   display: none;
+   height: 300px;
+}
 
-   #regionC {
-      /* inclusion of 3rd region - comment out for 2 region testing
-     padding: 0px;
-     width: 27%;
-     float: left;*/
-      display: none;
-      height: 300px;
-   }
+/* give a maximized portlet more space */
+#regionMaximized {
+   width: 100%;
+   float: left;
+   margin: 0px;
+   padding: 0px;
+   min-width: 400px;
+}
 
-   /* give a maximized portlet more space */
-   #regionMaximized {
-      width: 100%;
-      float: left;
-      margin: 0px;
-      padding: 0px;
-      min-width: 400px;
-   }
+#footer-container {
+/* margin: 30px 25% 0 25%;*/
+   text-align: center;
+   width: 99.5%;
+}
 
-   #footer-container {
-   /* margin: 30px 25% 0 25%;*/
-      text-align: center;
-      width: 99.5%;
-   }
+#navigation-container {
 
-   #navigation-container {
+}
 
-   }
+#sub-navigation-container {
 
-   #sub-navigation-container {
+}
 
-   }
+/* used to clear float in regionA,B,C divs so that
+footer spans bottom of page */
+hr.cleaner {
+   clear: both;
+   height: 1px;
+   margin: -1px 0 0 0;
+   padding: 0;
+   border: none;
+   visibility: hidden;
+}
 
-      /* used to clear float in regionA,B,C divs so that
- footer spans bottom of page */
-   hr.cleaner {
-      clear: both;
-      height: 1px;
-      margin: -1px 0 0 0;
-      padding: 0;
-      border: none;
-      visibility: hidden;
-   }
+/****************************
+* Tab Navigation for Header *
+*****************************/
 
-      /****************************
-      * Tab Navigation for Header *
-      *****************************/
+UL#tabsHeader {
+   margin: 0;
+   padding-left: 300px;
+   min-width: 550px;
+}
 
-   UL#tabsHeader {
-      margin: 0;
-      padding-left: 300px;
-      min-width: 550px;
-   }
+UL#tabsHeader li {
+   list-style: none;
+   float: left;
+   margin-left: -1px;
+   margin-top: 74px;
+   margin-right: 0px;
+   line-height: 16px;
+   padding: 0px;
+   border-right: 1px solid #72828E;
+   border-left: 1px solid #72828E;
+}
 
-   UL#tabsHeader li {
-      list-style: none;
-      float: left;
-      margin-left: -1px;
-      margin-top: 74px;
-      margin-right: 0px;
-      line-height: 16px;
-      padding: 0px;
-      border-right: 1px solid #72828E;
-      border-left: 1px solid #72828E;
-   }
+UL#tabsHeader li:hover {
+   background-image: url( images/highlightedTab.gif );
+   background-repeat: repeat-x;
+}
 
-   UL#tabsHeader li:hover {
-      background-image: url( images/highlightedTab.gif );
-      background-repeat: repeat-x;
-   }
-
-      /* hover selectors for main header tabs done to deal
+/* hover selectors for main header tabs done to deal
 with IE not liking hover pseudo class on li */
-   UL#tabsHeader li.hoverOn {
-      background-image: url( images/highlightedTab.gif );
-      background-repeat: repeat-x;
-   }
+UL#tabsHeader li.hoverOn {
+   background-image: url( images/highlightedTab.gif );
+   background-repeat: repeat-x;
+}
 
-   UL#tabsHeader li.hoverOff {
-      background-image: none;
-   }
+UL#tabsHeader li.hoverOff {
+   background-image: none;
+}
 
-   UL#tabsHeader a {
-      display: block;
-      float: left;
-      padding: 4px 15px 5px 15px;
-      text-decoration: none;
-      font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      background: 100% 0 no-repeat;
-      color: #596874;
-   }
+UL#tabsHeader a {
+   display: block;
+   float: left;
+   padding: 4px 15px 5px 15px;
+   text-decoration: none;
+   font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   background: 100% 0 no-repeat;
+   color: #596874;
+}
 
-   UL#tabsHeader a:hover {
-      text-decoration: underline;
-   }
+UL#tabsHeader a:hover {
+   text-decoration: underline;
+}
 
-   UL#tabsHeader #current, UL#tabsHeader #current a {
-      font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-weight: 600;
-      color: #EBEAEA;
-      background-image: url( images/activeTab.gif );
-      background-repeat: repeat-x;
-   }
+UL#tabsHeader #current, UL#tabsHeader #current a {
+   font: 13px / normal Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-weight: 600;
+   color: #EBEAEA;
+   background-image: url( images/activeTab.gif );
+   background-repeat: repeat-x;
+}
 
-      /* used for sub navigation if applicable
-      UL#tabsHeader #currentSubNav, UL#tabsHeader #currentSubNav a {
-        color: #000;
-        line-height: 19px;
-        padding-top: 0px;
-        padding-bottom: 1px;
-        margin-bottom: -1px;
-        background: #eeeeef;
-      }*/
+/* used for sub navigation if applicable
+UL#tabsHeader #currentSubNav, UL#tabsHeader #currentSubNav a {
+  color: #000;
+  line-height: 19px;
+  padding-top: 0px;
+  padding-bottom: 1px;
+  margin-bottom: -1px;
+  background: #eeeeef;
+}*/
 
-   /* Tab background color for selected global nav item */
-   li.currentTabBackground {
-      background: #fff;
-   }
+/* Tab background color for selected global nav item */
+li.currentTabBackground {
+   background: #fff;
+}
 
-      /* used for sub navigation if applicable
-      li.currentTabBackgroundSubNav {
-        background: #eeeeef;
-      }*/
+/* used for sub navigation if applicable
+li.currentTabBackgroundSubNav {
+  background: #eeeeef;
+}*/
 
-   /* backslash hack for IE5-Mac \*/
-   UL#tabsHeader a {
-      float: none;
-   }
+/* backslash hack for IE5-Mac \*/
+UL#tabsHeader a {
+   float: none;
+}
 
-   /* End Mac Hack */
-   html>body UL#tabsHeader a {
-      width: auto;
-   }
+/* End Mac Hack */
+html>body UL#tabsHeader a {
+   width: auto;
+}
 
-   /* fixes IE6 win hack */
+/* fixes IE6 win hack */
 
-      /***************************
-      *  Utility Navigation  *
-      *****************************/
+/***************************
+*  Utility Navigation  *
+*****************************/
 
-   #UtilityNavigation {
-      float: right;
-      font-size: 10px;
-      padding: 6px 12px 0px 0px;
-      color: #000000;
-      z-index: 20;
-   }
+#dashboardnav {
+   float: right;
+   font-size: 10px;
+   padding: 6px 12px 0px 0px;
+   color: #FFFFFF;
+   z-index: 20;
+}
 
-   #UtilityNavigation a {
-      color: #FFFFFF;
-   }
+#dashboardnav a {
+   color: #FFFFFF;
+}
 
-   #UtilityNavigation .addcontent {
-      background-image: url( images/ico_addcontent.gif );
-      background-repeat: no-repeat;
-      background-position: left;
-      height: 20px;
-      width: 20px;
-      padding-left: 16px;
-   }
+#dashboardnav .addcontent {
+   background-image: url( images/ico_addcontent.gif );
+   background-repeat: no-repeat;
+   background-position: left;
+   height: 20px;
+   width: 20px;
+   padding-left: 16px;
+}
 
-      /****************************
-      * Portlet Container Windows *
-      *****************************/
+/****************************
+* Portlet Container Windows *
+*****************************/
 
-   .portlet-container {
-   /*margin: 10px;*/
-      padding: 10px;
-   }
+.portlet-container {
+/*margin: 10px;*/
+   padding: 10px;
+}
 
-   .portlet-titlebar-title {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-weight: 500;
-      color: #596874;
-      white-space: nowrap;
-      line-height: 100%;
-      float: left;
-      text-indent: 15px;
-   }
+.portlet-titlebar-title {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-weight: 500;
+   color: #596874;
+   white-space: nowrap;
+   line-height: 100%;
+   float: left;
+   text-indent: 15px;
+}
 
-   .portlet-titlebar-decoration {
-      background-image: url( images/portlet-win-decoration.gif );
-      background-repeat: no-repeat;
-      height: 11px;
-      width: 11px;
-      float: left;
-      position: relative;
-      top: 6px;
-   }
+.portlet-titlebar-decoration {
+   background-image: url( images/portlet-win-decoration.gif );
+   background-repeat: no-repeat;
+   height: 11px;
+   width: 11px;
+   float: left;
+   position: relative;
+   top: 6px;
+}
 
-   /* wrapper for floating portlet window modes */
-   .portlet-mode-container {
-      float: right;
-   }
+/* wrapper for floating portlet window modes */
+.portlet-mode-container {
+   float: right;
+}
 
-   .portlet-titlebar-left {
-      background-image: url( images/portlet-top-left.gif );
-      background-repeat: no-repeat;
-      width: 9px;
-      height: 33px;
-      background-position: right;
-      min-width: 9px;
-   }
+.portlet-titlebar-left {
+   background-image: url( images/portlet-top-left.gif );
+   background-repeat: no-repeat;
+   width: 9px;
+   height: 33px;
+   background-position: right;
+   min-width: 9px;
+}
 
-   .portlet-titlebar-center {
-      background-image: url( images/portlet-top-middle.gif );
-      background-repeat: repeat-x;
-      height: 33px;
-   }
+.portlet-titlebar-center {
+   background-image: url( images/portlet-top-middle.gif );
+   background-repeat: repeat-x;
+   height: 33px;
+}
 
-   .portlet-titlebar-right {
-      background-image: url( images/portlet-top-right.gif );
-      background-repeat: no-repeat;
-      width: 10px;
-      height: 33px;
-      min-width: 10px;
-   }
+.portlet-titlebar-right {
+   background-image: url( images/portlet-top-right.gif );
+   background-repeat: no-repeat;
+   width: 10px;
+   height: 33px;
+   min-width: 10px;
+}
 
-   .portlet-content-left {
-      background-image: url( images/portlet-left-vertical.gif );
-      height: 100%;
-      background-repeat: repeat-y;
-      background-position: right;
-      width: 9px;
-      min-width: 9px;
-   }
+.portlet-content-left {
+   background-image: url( images/portlet-left-vertical.gif );
+   height: 100%;
+   background-repeat: repeat-y;
+   background-position: right;
+   width: 9px;
+   min-width: 9px;
+}
 
-   .portlet-content-center {
-      background-color: #f7f7f7;
-      background-repeat: repeat;
-      vertical-align: top;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+.portlet-content-center {
+   background-color: #f7f7f7;
+   background-repeat: repeat;
+   vertical-align: top;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-   .portlet-body {
-      background-color: #f7f7f7;
-   }
+.portlet-body {
+   background-color: #f7f7f7;
+}
 
-   .portlet-content-right {
-      background-image: url( images/portlet-right-vertical.gif );
-      height: 100%;
-      background-repeat: repeat-y;
-      background-position: left;
-      width: 10px;
-      min-width: 10px;
-   }
+.portlet-content-right {
+   background-image: url( images/portlet-right-vertical.gif );
+   height: 100%;
+   background-repeat: repeat-y;
+   background-position: left;
+   width: 10px;
+   min-width: 10px;
+}
 
-   .portlet-footer-left {
-      background-image: url( images/portlet-bottom-left.gif );
-      width: 9px;
-      height: 9px;
-      background-repeat: no-repeat;
-      background-position: top right;
-      min-width: 9px;
-   }
+.portlet-footer-left {
+   background-image: url( images/portlet-bottom-left.gif );
+   width: 9px;
+   height: 9px;
+   background-repeat: no-repeat;
+   background-position: top right;
+   min-width: 9px;
+}
 
-   .portlet-footer-center {
-      background-image: url( images/portlet-bottom-middle.gif );
-      height: 14px;
-      background-repeat: repeat-x;
-   }
+.portlet-footer-center {
+   background-image: url( images/portlet-bottom-middle.gif );
+   height: 14px;
+   background-repeat: repeat-x;
+}
 
-   .portlet-footer-right {
-      background-image: url( images/portlet-bottom-right.gif );
-      width: 10px;
-      height: 9px;
-      background-repeat: no-repeat;
-      min-width: 10px;
-   }
+.portlet-footer-right {
+   background-image: url( images/portlet-bottom-right.gif );
+   width: 10px;
+   height: 9px;
+   background-repeat: no-repeat;
+   min-width: 10px;
+}
 
-      /***********************
-      * Portlet Window Modes *
-      ************************/
-   .portlet-mode-maximized {
-      background-image: url( images/maximize.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+/***********************
+* Portlet Window Modes *
+************************/
+.portlet-mode-maximized {
+   background-image: url( images/maximize.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-minimized {
-      background-image: url( images/minimize.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-minimized {
+   background-image: url( images/minimize.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-normal {
-      background-image: url( images/normal.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-normal {
+   background-image: url( images/normal.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-help {
-      background-image: url( images/help.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-help {
+   background-image: url( images/help.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-edit {
-      background-image: url( images/edit.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-edit {
+   background-image: url( images/edit.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-remove {
-      background-image: url( images/remove.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-remove {
+   background-image: url( images/remove.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-view {
-      background-image: url( images/view.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-view {
+   background-image: url( images/view.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-reload {
-      background-image: url( images/reload.gif );
-      width: 16px;
-      height: 23px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-reload {
+   background-image: url( images/reload.gif );
+   width: 16px;
+   height: 23px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-      /**********************
-      * Copyright Selectors *
-      ***********************/
-   .portal-copyright {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 9px;
-      color: #5E6D7A;
-   }
+/**********************
+* Copyright Selectors *
+***********************/
+.portal-copyright {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 9px;
+   color: #5E6D7A;
+}
 
-   a.portal-copyright {
-      color: #768591;
-      text-decoration: none;
-   }
+a.portal-copyright {
+   color: #768591;
+   text-decoration: none;
+}
 
-   a.portal-copyright:hover {
-      color: #96A5B1;
-      text-decoration: none;
-   }
+a.portal-copyright:hover {
+   color: #96A5B1;
+   text-decoration: none;
+}
 
-   #ThemeBy:before {
-      content: "Theme by Novell";
-   }
+#ThemeBy:before {
+   content: "Theme by Novell";
+}
 
-      /*************
-      *  Elements  *
-      **************/
-   a {
-      color: #768591;
-      text-decoration: none;
-   }
+/*************
+*  Elements  *
+**************/
+a {
+   color: #768591;
+   text-decoration: none;
+}
 
-   a:hover {
-      color: #96A5B1;
-      text-decoration: none;
-   }
+a:hover {
+   color: #96A5B1;
+   text-decoration: none;
+}
 
-   INPUT {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+INPUT {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-   SELECT {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+SELECT {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-   FONT {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      color: #768591;
-   }
+FONT {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   color: #768591;
+}
 
-   FIELDSET {
-      background-color: #f7f7f7;
-      border: 1px solid #BABDB6;
-      padding: 6px;
-   }
+FIELDSET {
+   background-color: #f7f7f7;
+   border: 1px solid #BABDB6;
+   padding: 6px;
+}
 
-   LEGEND {
-      background-color: transparent;
-      padding-left: 6px;
-      padding-right: 6px;
-      padding-bottom: 0px;
-      font-size: 12px;
-   }
+LEGEND {
+   background-color: transparent;
+   padding-left: 6px;
+   padding-right: 6px;
+   padding-bottom: 0px;
+   font-size: 12px;
+}
 
-      /*******************
-      * Table Selectors  *
-      ********************/
-   /* Table header */
-   .portlet-table-header {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 12px;
-      font-weight: bold;
-      background-color: #768591;
-      color: #fff;
-   }
+/*******************
+* Table Selectors  *
+********************/
+/* Table header */
+.portlet-table-header {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 12px;
+   font-weight: bold;
+   background-color: #768591;
+   color: #fff;
+}
 
-   /* Normal text in a table cell */
-   .portlet-table-body {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+/* Normal text in a table cell */
+.portlet-table-body {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-   /* Text in every other row in the table */
-   .portlet-table-alternate {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      background-color: #ececec;
-   }
+/* Text in every other row in the table */
+.portlet-table-alternate {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   background-color: #ececec;
+}
 
-   /* Text in a selected cell range */
-   .portlet-table-selected {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      background-color: #768591;
-      color: #fff;
-   }
+/* Text in a selected cell range */
+.portlet-table-selected {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   background-color: #768591;
+   color: #fff;
+}
 
-   /* Text of a subheading */
-   .portlet-table-subheader {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-   }
+/* Text of a subheading */
+.portlet-table-subheader {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+}
 
-   /* Table footer */
-   .portlet-table-footer {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 10px;
-   }
+/* Table footer */
+.portlet-table-footer {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 10px;
+}
 
-   /* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
-   .portlet-table-text {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-style: italic;
-   }
+/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
+.portlet-table-text {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-style: italic;
+}
 
-      /********
-      * FONTS *
-      *********/
+/********
+* FONTS *
+*********/
 
-      /* Font attributes for the normal  fragment font.
+/* Font attributes for the normal  fragment font.
 Used for the display of non-accentuated information */
-   .portlet-font {
-      color: #000;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      /*margin-top: 7px;
-     margin-bottom: 5px;*/
-   }
+.portlet-font {
+   color: #000;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   /*margin-top: 7px;
+  margin-bottom: 5px;*/
+}
 
-   /* Font attributes similar to the portlet.font but the color is lighter */
-   .portlet-font-dim {
-      color: #888385;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+/* Font attributes similar to the portlet.font but the color is lighter */
+.portlet-font-dim {
+   color: #888385;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-      /********
-      * FORMS *
-      *********/
+/********
+* FORMS *
+*********/
 
-   /* Text used for the descriptive label of the whole form (not the label for fields)...why not call this portlet-form-title? */
-   .portlet-form-label {
-      color: #000;
-      text-decoration: none;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-   }
+/* Text used for the descriptive label of the whole form (not the label for fields)...why not call this portlet-form-title? */
+.portlet-form-label {
+   color: #000;
+   text-decoration: none;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+}
 
-   /* Text on a form button */
-   .portlet-form-button {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      color: #000;
-   }
+/* Text on a form button */
+.portlet-form-button {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   color: #000;
+}
 
-   /* Text that appears beside a context dependent action icon */
-   .portlet-icon-label {
+/* Text that appears beside a context dependent action icon */
+.portlet-icon-label {
 
-   }
+}
 
-      /* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
+/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
 not sure if we need this one?.. */
-   .portlet-dlg-icon-label {
+.portlet-dlg-icon-label {
 
-   }
+}
 
-   /* Text for form field labels */
-   .portlet-form-field-label {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      color: #000;
-      vertical-align: bottom;
-   }
+/* Text for form field labels */
+.portlet-form-field-label {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   color: #000;
+   vertical-align: bottom;
+}
 
-   /* Text for a form field */
-   .portlet-form-field {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      color: #000;
-      margin-top: 10px;
-   }
+/* Text for a form field */
+.portlet-form-field {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   color: #000;
+   margin-top: 10px;
+}
 
-   /* Text of the user-input in an input field. not sure if we need this guy? */
-   .portlet-form-input-field {
-      color: #000;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-   }
+/* Text of the user-input in an input field. not sure if we need this guy? */
+.portlet-form-input-field {
+   color: #000;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+}
 
-      /********
-      * LINKS *
-      *********/
+/********
+* LINKS *
+*********/
 
-   .portal-links:link {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #242424;
-      text-decoration: none;
-   }
+.portal-links:link {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #242424;
+   text-decoration: none;
+}
 
-   .portal-links:hover {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #5699B7;
-      text-decoration: none;
-   }
+.portal-links:hover {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #5699B7;
+   text-decoration: none;
+}
 
-   .portal-links:active {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #242424;
-      text-decoration: none;
-   }
+.portal-links:active {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #242424;
+   text-decoration: none;
+}
 
-   .portal-links:visited {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #242424;
-      text-decoration: none;
-   }
+.portal-links:visited {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #242424;
+   text-decoration: none;
+}
 
-      /***********
-      * MESSAGES *
-      ************/
+/***********
+* MESSAGES *
+************/
 
-   /* Status of the current operation. */
-   .portlet-msg-status {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-style: normal;
-      color: #788793;
-   }
+/* Status of the current operation. */
+.portlet-msg-status {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-style: normal;
+   color: #788793;
+}
 
-   /* Help messages, general additional information, etc. */
-   .portlet-msg-info {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-style: italic;
-      color: #000;
-   }
+/* Help messages, general additional information, etc. */
+.portlet-msg-info {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-style: italic;
+   color: #000;
+}
 
-   /* Error messages. */
-   .portlet-msg-error {
-      color: red;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-   }
+/* Error messages. */
+.portlet-msg-error {
+   color: red;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+}
 
-   /* Warning messages. */
-   .portlet-msg-alert {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #821717;
-   }
+/* Warning messages. */
+.portlet-msg-alert {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #821717;
+}
 
-   /* Verification of the successful completion of a task. */
-   .portlet-msg-success {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      font-weight: bold;
-      color: #359630;
-   }
+/* Verification of the successful completion of a task. */
+.portlet-msg-success {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   font-weight: bold;
+   color: #359630;
+}
 
-      /***********
-      * SECTIONS *
-      ************/
+/***********
+* SECTIONS *
+************/
 
-   /* Table or section header */
-   .portlet-section-header {
-      font-weight: bold;
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      color: #768591;
-      background-color: #f7f7f7; /*background-image: url(interf/head.jpg);*/
-   }
+/* Table or section header */
+.portlet-section-header {
+   font-weight: bold;
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   color: #768591;
+   background-color: #f7f7f7; /*background-image: url(interf/head.jpg);*/
+}
 
-   /* Normal text in a table cell */
-   .portlet-section-body {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Normal text in a table cell */
+.portlet-section-body {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   /* Text in every other row in the cell */
-   .portlet-section-alternate {
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      background-color: #ececec;
-   }
+/* Text in every other row in the cell */
+.portlet-section-alternate {
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   background-color: #ececec;
+}
 
-   /* Text in a selected cell range */
-   .portlet-section-selected {
-      background-color: #768591;
-      font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
-      font-size: 11px;
-      color: #fff;
-   }
+/* Text in a selected cell range */
+.portlet-section-selected {
+   background-color: #768591;
+   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+   font-size: 11px;
+   color: #fff;
+}
 
-   /* Text of a subheading */
-   .portlet-section-subheader {
-      font-weight: bold;
-      font-size: 11px;
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      color: #000;
-      /*margin: 3px;
-     padding: 3px;*/
-   }
+/* Text of a subheading */
+.portlet-section-subheader {
+   font-weight: bold;
+   font-size: 11px;
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   color: #000;
+   /*margin: 3px;
+  padding: 3px;*/
+}
 
-   /* Table or section footnote */
-   .portlet-section-footer {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      background-color: #f7f7f7;
-      font-size: 10px;
-   }
+/* Table or section footnote */
+.portlet-section-footer {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   background-color: #f7f7f7;
+   font-size: 10px;
+}
 
-      /* Text that belongs to the table but does not fall in one of the other categories
+/* Text that belongs to the table but does not fall in one of the other categories
 (e.g. explanatory or help text that is associated with the section. */
-   .portlet-section-text {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-style: italic;
-   }
+.portlet-section-text {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-style: italic;
+}
 
-      /********
-      * MENUS *
-      *********/
+/********
+* MENUS *
+*********/
 
-   /*General menu settings such as background color, margins, etc. */
-   .portlet-menu {
+/*General menu settings such as background color, margins, etc. */
+.portlet-menu {
 
-   }
+}
 
-   /* Normal, unselected menu item. */
-   .portlet-menu-item {
-      color: #242424;
-      text-decoration: none;
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 9px;
-   }
+/* Normal, unselected menu item. */
+.portlet-menu-item {
+   color: #242424;
+   text-decoration: none;
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 9px;
+}
 
-   .portlet-menu-item:hover {
-      color: #5699B7;
-      text-decoration: none;
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 9px;
-   }
+.portlet-menu-item:hover {
+   color: #5699B7;
+   text-decoration: none;
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 9px;
+}
 
-   /* Selected menu item. */
-   .portlet-menu-item-selected {
+/* Selected menu item. */
+.portlet-menu-item-selected {
 
-   }
+}
 
-   /* Selected menu item when the mouse hovers over it. */
-   .portlet-menu-item-selected:hover {
+/* Selected menu item when the mouse hovers over it. */
+.portlet-menu-item-selected:hover {
 
-   }
+}
 
-   /* Normal, unselected menu item that has sub-menus. */
-   .portlet-menu-cascade-item {
+/* Normal, unselected menu item that has sub-menus. */
+.portlet-menu-cascade-item {
 
-   }
+}
 
-   /* Selected sub-menu item that has sub-menus */
-   .portlet-menu-cascade-item-selected {
+/* Selected sub-menu item that has sub-menus */
+.portlet-menu-cascade-item-selected {
 
-   }
+}
 
-   /* Descriptive text for the menu (e.g. in a help context below the menu) */
-   .portlet-menu-description {
+/* Descriptive text for the menu (e.g. in a help context below the menu) */
+.portlet-menu-description {
 
-   }
+}
 
-   /* Menu caption */
-   .portlet-menu-caption {
+/* Menu caption */
+.portlet-menu-caption {
 
-   }
+}
 
-   /* A separator bar similar to a horizontal rule, but with styling matching the page */
-   .portlet-horizontal-separator {
-   }
+/* A separator bar similar to a horizontal rule, but with styling matching the page */
+.portlet-horizontal-separator {
+}
 
-   /* Allows portlets to mimic the title bar when nesting something */
-   .portlet-nestedTitle-bar {
-   }
+/* Allows portlets to mimic the title bar when nesting something */
+.portlet-nestedTitle-bar {
+}
 
-   /* Allows portlets to match the textual character of the title on the title bar. */
-   .portlet-nestedTitle {
-   }
+/* Allows portlets to match the textual character of the title on the title bar. */
+.portlet-nestedTitle {
+}
 
-   /* Support portlets having tabs in the same style as the page or other portlets */
-   .portlet-tab {
-   }
+/* Support portlets having tabs in the same style as the page or other portlets */
+.portlet-tab {
+}
 
-   /* Highlight the tab currently being shown */
-   .portlet-tab-active {
-   }
+/* Highlight the tab currently being shown */
+.portlet-tab-active {
+}
 
-   /* Highlight the selected tab (not yet active) */
-   .portlet-tab-selected {
-   }
+/* Highlight the selected tab (not yet active) */
+.portlet-tab-selected {
+}
 
-   /* A tab which can not be currently activated */
-   .portlet-tab-disabled {
-   }
+/* A tab which can not be currently activated */
+.portlet-tab-disabled {
+}
 
-   /* Top level style for the content of a tab. */
-   .portlet-tab-area {
-   }
+/* Top level style for the content of a tab. */
+.portlet-tab-area {
+}
 
-   /*****************
-   * AJAX Selectors *
-   *****************/
+/*****************
+* AJAX Selectors *
+*****************/
 
 .handle {
    cursor: move;

Modified: trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css	2006-10-06 20:29:17 UTC (rev 5343)
+++ trunk/core/src/bin/portal-core-war/themes/maple/portal_style.css	2006-10-06 20:31:15 UTC (rev 5344)
@@ -18,11 +18,11 @@
    font-size: 12px;
 }
 
-   /*****************
-   * Portal Header  *
-   ******************/
+/*****************
+* Portal Header  *
+******************/
 
-   /* spacer to keep header at certain width regardless of display size
+/* spacer to keep header at certain width regardless of display size
 done to avoid overlapping of tab navigation in header */
 #spacer {
    line-height: 0px;
@@ -70,9 +70,9 @@
    top: 13px;
 }
 
-   /************************
-   * Portal Layout Regions *
-   *************************/
+/************************
+* Portal Layout Regions *
+*************************/
 
 /* wrapper for entire portal. starts/ends after/before body tag */
 #portal-container {
@@ -214,9 +214,9 @@
 #navigation-container {
 }
 
-   /* used to clear float in regionA,B,C divs so that
+/* used to clear float in regionA,B,C divs so that
 footer spans bottom of page */
-   /* used to clear float in regionA,B,C divs so that
+/* used to clear float in regionA,B,C divs so that
 footer spans bottom of page */
 hr.cleaner {
    clear: both;
@@ -227,9 +227,9 @@
    visibility: hidden;
 }
 
-   /****************************
-   * Tab Navigation for Header *
-   *****************************/
+/****************************
+* Tab Navigation for Header *
+*****************************/
 
 UL#tabsHeader {
    margin: 0;
@@ -314,23 +314,23 @@
 
 /* fixes IE6 win hack */
 
-   /***************************
-   *  Utility Navigation  *
-   *****************************/
+/***************************
+*  Utility Navigation  *
+*****************************/
 
-#UtilityNavigation {
+#dashboardnav {
    float: right;
    font-size: 10px;
    padding: 6px 12px 0px 0px;
-   color: #000000;
+   color: #FFFFFF;
    z-index: 20;
 }
 
-#UtilityNavigation a {
+#dashboardnav a {
    color: #FFFFFF;
 }
 
-#UtilityNavigation .addcontent {
+#dashboardnav .addcontent {
    background-image: url( images/ico_addcontent.gif );
    background-repeat: no-repeat;
    background-position: left;
@@ -339,9 +339,9 @@
    padding-left: 16px;
 }
 
-   /****************************
-   * Portlet Container Windows *
-   *****************************/
+/****************************
+* Portlet Container Windows *
+*****************************/
 
 .portlet-container {
    padding: 10px;
@@ -451,9 +451,9 @@
    min-width: 9px;
 }
 
-   /***********************
-   * Portlet Window Modes *
-   ************************/
+/***********************
+* Portlet Window Modes *
+************************/
 .portlet-mode-maximized {
    background-image: url( images/maximize.gif );
    width: 16px;
@@ -534,9 +534,9 @@
    cursor: pointer;
 }
 
-   /**********************
-   * Copyright Selectors *
-   ***********************/
+/**********************
+* Copyright Selectors *
+***********************/
 .portal-copyright {
    font-weight: normal;
    font-family: "Monotype Corsiva", Arial, Helvetica, Sans-Serif, sans-serif;
@@ -558,9 +558,9 @@
    content: "Theme by Novell";
 }
 
-   /*************
-   *  Elements  *
-   **************/
+/*************
+*  Elements  *
+**************/
 a {
    color: #9F625D;
    text-decoration: none;
@@ -626,11 +626,11 @@
    vertical-align: middle;
 }
 
-   /********
-   * FONTS *
-   *********/
+/********
+* FONTS *
+*********/
 
-   /* Font attributes for the normal  fragment font.
+/* Font attributes for the normal  fragment font.
 Used for the display of non-accentuated information */
 .portlet-font {
    color: #000000;
@@ -645,9 +645,9 @@
    font-size: 12px;
 }
 
-   /********
-   * FORMS *
-   *********/
+/********
+* FORMS *
+*********/
 .portlet-form-label {
    color: #000;
    text-decoration: none;
@@ -676,7 +676,7 @@
 
 }
 
-   /* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
+/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
 not sure if we need this one?.. */
 .portlet-dlg-icon-label {
 
@@ -697,9 +697,9 @@
    color: #000;
 }
 
-   /********
-   * LINKS *
-   *********/
+/********
+* LINKS *
+*********/
 
 .portal-links:link {
    font-family: Arial, Helvetica, Sans-Serif, sans-serif;
@@ -733,9 +733,9 @@
    text-decoration: none;
 }
 
-   /***********
-   * MESSAGES *
-   ************/
+/***********
+* MESSAGES *
+************/
 
 /* Status of the current operation. */
 .portlet-msg-status {
@@ -778,9 +778,9 @@
    color: #705130;
 }
 
-   /********
-   * MENUS *
-   *********/
+/********
+* MENUS *
+*********/
 
 /*General menu settings such as background color, margins, etc. */
 .portlet-menu {
@@ -834,9 +834,9 @@
 
 /* ===== WSRP 2.0 - As of now proposed additions are:	===== */
 
-   /***********
-   * SECTIONS *
-   ************/
+/***********
+* SECTIONS *
+************/
 
 /* Table or section header */
 .portlet-section-header {
@@ -872,7 +872,7 @@
    font-size: 11px;
 }
 
-   /* Text that belongs to the table but does not fall in one of the other categories
+/* Text that belongs to the table but does not fall in one of the other categories
 (e.g. explanatory or help text that is associated with the section. */
 .portlet-section-text {
    font-size: 12px;
@@ -880,9 +880,9 @@
    font-style: italic;
 }
 
-   /*******************
-   * Table Selectors  *
-   ********************/
+/*******************
+* Table Selectors  *
+********************/
 /* Table header */
 .portlet-table-header {
    font-weight: bold;
@@ -971,9 +971,9 @@
 
 }
 
-   /*****************
-   * AJAX Selectors *
-   *****************/
+/*****************
+* AJAX Selectors *
+*****************/
 
 .handle {
    cursor: move;
@@ -987,15 +987,14 @@
    background-color: Transparent;
 }
 
+/****************** Not sure about the following selectors:
 
-   /****************** Not sure about the following selectors:
+PortletHeaderColor
+PortletHeaderText
+LeftCurve
+PortletHeaderLink
+RightCurve
+RegionBorder
+RegionHeaderColor
 
-   PortletHeaderColor
-   PortletHeaderText
-   LeftCurve
-   PortletHeaderLink
-   RightCurve
-   RegionBorder
-   RegionHeaderColor
-
-   **************************************************************/
+**************************************************************/

Modified: trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css	2006-10-06 20:29:17 UTC (rev 5343)
+++ trunk/core/src/bin/portal-core-war/themes/mission-critical/portal_style.css	2006-10-06 20:31:15 UTC (rev 5344)
@@ -1,1066 +1,1066 @@
-   /******************************************************
-   * JBoss Theme :: Novell - "Mission Critical" CSS      *
-   *                By: paul tamaro, 11/15/05            *
-   *******************************************************/
+/******************************************************
+* JBoss Theme :: Novell - "Mission Critical" CSS      *
+*                By: paul tamaro, 11/15/05            *
+*******************************************************/
 
-   #body {
-      background-image: url( images/portal_background.jpg );
-      background-repeat: repeat-x;
-      background-color: #5c5c5a;
-      margin: 0px;
-      padding: 0px;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      color: #e2e7bf;
-   }
+#body {
+   background-image: url( images/portal_background.jpg );
+   background-repeat: repeat-x;
+   background-color: #5c5c5a;
+   margin: 0px;
+   padding: 0px;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   color: #e2e7bf;
+}
 
-      /*****************
-      * Portal Header  *
-      ******************/
+/*****************
+* Portal Header  *
+******************/
 
-      /* spacer to keep header at certain width regardless of display size
+/* spacer to keep header at certain width regardless of display size
 done to avoid overlapping of tab navigation in header */
-   #spacer {
-      width: 1024px;
-      line-height: 0px;
-      font-size: 0px;
-      height: 0px;
-   }
+#spacer {
+   width: 1024px;
+   line-height: 0px;
+   font-size: 0px;
+   height: 0px;
+}
 
-   /* Wrapper for Header */
-   #header-container {
-      height: 100%;
-      min-width: 1000px;
-      width: 100%;
-      /* test to reposition header on page
-     position: absolute;
-     bottom: 5px;*/
-   }
+/* Wrapper for Header */
+#header-container {
+   height: 100%;
+   min-width: 1000px;
+   width: 100%;
+   /* test to reposition header on page
+  position: absolute;
+  bottom: 5px;*/
+}
 
-   /* Header background */
-   #header {
-      padding: 0px;
-   }
+/* Header background */
+#header {
+   padding: 0px;
+}
 
-   #logoName {
-   /* Logo...*/
-      background-image: url( images/portal-header.gif );
-      background-repeat: no-repeat;
-      width: 440px;
-      height: 440px;
-      z-index: 0;
-      position: absolute;
-      left: 0px;
-      top: -1px;
-   }
+#logoName {
+/* Logo...*/
+   background-image: url( images/portal-header.gif );
+   background-repeat: no-repeat;
+   width: 440px;
+   height: 440px;
+   z-index: 0;
+   position: absolute;
+   left: 0px;
+   top: -1px;
+}
 
-      /************************
-      * Portal Layout Regions *
-      *************************/
+/************************
+* Portal Layout Regions *
+*************************/
 
-   /* wrapper for entire portal. starts/ends after/before body tag */
-   #portal-container {
-   /*width: 100%;*/
+/* wrapper for entire portal. starts/ends after/before body tag */
+#portal-container {
+/*width: 100%;*/
 
-   /*part of below IE hack to preserve min-width for portlet regions */
-      padding: 0 350px 0 350px;
-   }
+/*part of below IE hack to preserve min-width for portlet regions */
+   padding: 0 350px 0 350px;
+}
 
-   /* min width hack for IE */
-   #expander {
-      margin: 0 -350px 0 -350px;
-      position: relative;
-   }
+/* min width hack for IE */
+#expander {
+   margin: 0 -350px 0 -350px;
+   position: relative;
+}
 
-   /* min width hack for IE */
-   #sizer {
-      width: 100%;
-   }
+/* min width hack for IE */
+#sizer {
+   width: 100%;
+}
 
-   /* IE Hack \*/
-   * html #portal-container,
-      * html #sizer,
-      * html #expander {
-      height: 0;
-   }
+/* IE Hack \*/
+* html #portal-container,
+   * html #sizer,
+   * html #expander {
+   height: 0;
+}
 
-   /* end IE min-width hack */
+/* end IE min-width hack */
 
-   /*table that contains all regions. does not include header*/
-   #content-container {
-      height: 100%;
-      width: 99%;
-      text-align: left;
-      max-width: 1600px;
-      min-width: 800px;
-      position: absolute;
-      top: 100px;
-      left: 12px;
-      z-index: 2;
-      /*part of below IE hack
-  padding: 0 350px 0 350px;*/
-   }
+/*table that contains all regions. does not include header*/
+#content-container {
+   height: 100%;
+   width: 99%;
+   text-align: left;
+   max-width: 1600px;
+   min-width: 800px;
+   position: absolute;
+   top: 100px;
+   left: 12px;
+   z-index: 2;
+   /*part of below IE hack
+padding: 0 350px 0 350px;*/
+}
 
-   /* Login JSP Selectors */
-   #login-container {
-      position: relative;
-      left: 35%;
-      top: 55px;
-      right: 45%;
-      width: 320px;
-      height: 250px;
-      margin: 0px;
-   }
+/* Login JSP Selectors */
+#login-container {
+   position: relative;
+   left: 35%;
+   top: 55px;
+   right: 45%;
+   width: 320px;
+   height: 250px;
+   margin: 0px;
+}
 
-   #login-container label, #login-container input {
-      display: block;
-      float: left;
-      width: auto;
-      margin-top: 15px;
-   }
+#login-container label, #login-container input {
+   display: block;
+   float: left;
+   width: auto;
+   margin-top: 15px;
+}
 
-   #login-container label {
-      text-align: right;
-      padding-right: 20px;
-      width: 95px;
-   }
+#login-container label {
+   text-align: right;
+   padding-right: 20px;
+   width: 95px;
+}
 
-   #login-container br {
-      clear: left;
-   }
+#login-container br {
+   clear: left;
+}
 
-   #loginButton {
+#loginButton {
 
-   }
+}
 
-   #login-container legend {
-      font-family: Verdana, Arial, Helvetica, sans-serif;
-      font-size: 13px;
-      font-weight: bold;
-      color: #768591;
-   }
+#login-container legend {
+   font-family: Verdana, Arial, Helvetica, sans-serif;
+   font-size: 13px;
+   font-weight: bold;
+   color: #768591;
+}
 
-   #loginForm {
-      margin: 0px;
-      padding: 0px;
-   }
+#loginForm {
+   margin: 0px;
+   padding: 0px;
+}
 
-   /* end Login Page Selectors */
+/* end Login Page Selectors */
 
-   /* portlet regions within content-container. this includes footer-container. */
-   #regionA {
-      /* test to swap columns...
-     float: right; */
-      width: 30%;
-      float: left;
-      margin: 0px;
-      padding: 0px;
-      min-width: 250px;
-      height: 300px;
-   }
+/* portlet regions within content-container. this includes footer-container. */
+#regionA {
+   /* test to swap columns...
+ float: right; */
+   width: 30%;
+   float: left;
+   margin: 0px;
+   padding: 0px;
+   min-width: 250px;
+   height: 300px;
+}
 
-   #regionB {
-      /*test to swap columns...
-      margin: 0 30% 0 0; */
+#regionB {
+   /*test to swap columns...
+margin: 0 30% 0 0; */
 
-   /* two column layout*/
-      margin: 0 0 0 30%;
-      padding: 0;
-      width: 69%;
-      height: 300px;
+/* two column layout*/
+   margin: 0 0 0 30%;
+   padding: 0;
+   width: 69%;
+   height: 300px;
 
-      /* test to add 3rd region in layout...
-     width: 40%;
-     float: left;*/
-   }
+   /* test to add 3rd region in layout...
+  width: 40%;
+  float: left;*/
+}
 
-   #regionC {
-   /* inclusion of 3rd region - comment out for 2 region testing */
-      /* padding: 0px;
-     width: 27%;
-     float: left; */
-      display: none;
-      height: 300px;
-   }
+#regionC {
+/* inclusion of 3rd region - comment out for 2 region testing */
+   /* padding: 0px;
+ width: 27%;
+ float: left; */
+   display: none;
+   height: 300px;
+}
 
-   /* give a maximized portlet more space */
-   #regionMaximized {
-      width: 100%;
-      float: left;
-      margin: 0px;
-      padding: 0px;
-      min-width: 400px;
-   }
+/* give a maximized portlet more space */
+#regionMaximized {
+   width: 100%;
+   float: left;
+   margin: 0px;
+   padding: 0px;
+   min-width: 400px;
+}
 
-   #footer-container {
-      margin: 12px 10px 12px 30%;
-      padding: 0px 0px 12px 12px;
-      text-align: left;
-   }
+#footer-container {
+   margin: 12px 10px 12px 30%;
+   padding: 0px 0px 12px 12px;
+   text-align: left;
+}
 
-   #navigation-container {
-      /* no time to get to this yet...
-     border: 1px dotted #fff;
-     height: 22px;
-     width: 400px;
-     top: 80px;
-     left: 200px;
-     z-index: 3; */
-   }
+#navigation-container {
+   /* no time to get to this yet...
+ border: 1px dotted #fff;
+ height: 22px;
+ width: 400px;
+ top: 80px;
+ left: 200px;
+ z-index: 3; */
+}
 
-   #sub-navigation-container {
-   /* nothing here yet */
-   }
+#sub-navigation-container {
+/* nothing here yet */
+}
 
-      /* used to clear float in regionA,B,C divs so that
- footer spans bottom of page */
-   hr.cleaner {
-      clear: both;
-      height: 1px;
-      margin: -1px 0 0 0;
-      padding: 0;
-      border: none;
-      visibility: hidden;
-   }
+/* used to clear float in regionA,B,C divs so that
+footer spans bottom of page */
+hr.cleaner {
+   clear: both;
+   height: 1px;
+   margin: -1px 0 0 0;
+   padding: 0;
+   border: none;
+   visibility: hidden;
+}
 
-      /****************************
-      * Tab Navigation for Header *
-      *****************************/
+/****************************
+* Tab Navigation for Header *
+*****************************/
 
-   UL#tabsHeader {
-      margin: 0;
-      padding-left: 440px;
-      min-width: 550px;
-   }
+UL#tabsHeader {
+   margin: 0;
+   padding-left: 440px;
+   min-width: 550px;
+}
 
-   UL#tabsHeader li {
-      list-style: none;
-      float: left;
-      margin-left: -1px;
-      margin-top: 74px;
-      margin-right: 0px;
-      line-height: 24px;
-      padding: 0px; /* border-right: 1px dotted #8b8d89;*/
-      border-left: 1px dotted #8b8d89;
-   }
+UL#tabsHeader li {
+   list-style: none;
+   float: left;
+   margin-left: -1px;
+   margin-top: 74px;
+   margin-right: 0px;
+   line-height: 24px;
+   padding: 0px; /* border-right: 1px dotted #8b8d89;*/
+   border-left: 1px dotted #8b8d89;
+}
 
-   UL#tabsHeader li:hover {
-      background-image: url( images/highlightedTab.gif );
-      background-repeat: repeat-x;
-   }
+UL#tabsHeader li:hover {
+   background-image: url( images/highlightedTab.gif );
+   background-repeat: repeat-x;
+}
 
-      /* hover selectors for main header tabs done to deal
+/* hover selectors for main header tabs done to deal
 with IE not liking hover pseudo class on li */
-   UL#tabsHeader li.hoverOn {
-      background-image: url( images/highlightedTab.gif );
-      background-repeat: repeat-x;
-   }
+UL#tabsHeader li.hoverOn {
+   background-image: url( images/highlightedTab.gif );
+   background-repeat: repeat-x;
+}
 
-   UL#tabsHeader li.hoverOff {
-      background-image: none;
-   }
+UL#tabsHeader li.hoverOff {
+   background-image: none;
+}
 
-   UL#tabsHeader a {
-      display: block;
-      float: left;
-      padding: 0px 15px 0px 15px;
-      text-decoration: none;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      background: 100% 0 no-repeat;
-      color: #999999;
-   }
+UL#tabsHeader a {
+   display: block;
+   float: left;
+   padding: 0px 15px 0px 15px;
+   text-decoration: none;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   background: 100% 0 no-repeat;
+   color: #999999;
+}
 
-   UL#tabsHeader a:hover {
-      text-decoration: underline;
-   }
+UL#tabsHeader a:hover {
+   text-decoration: underline;
+}
 
-   UL#tabsHeader #current, UL#tabsHeader #current a {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      font-weight: 600;
-      color: #e1d54b;
-      background-image: url( images/activeTab.gif );
-      background-repeat: repeat-x;
-   }
+UL#tabsHeader #current, UL#tabsHeader #current a {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   font-weight: 600;
+   color: #e1d54b;
+   background-image: url( images/activeTab.gif );
+   background-repeat: repeat-x;
+}
 
-      /* used for sub navigation if applicable
-      UL#tabsHeader #currentSubNav, UL#tabsHeader #currentSubNav a {
-        color: #000;
-        line-height: 19px;
-        padding-top: 0px;
-        padding-bottom: 1px;
-        margin-bottom: -1px;
-        background: #eeeeef;
-      }*/
+/* used for sub navigation if applicable
+UL#tabsHeader #currentSubNav, UL#tabsHeader #currentSubNav a {
+  color: #000;
+  line-height: 19px;
+  padding-top: 0px;
+  padding-bottom: 1px;
+  margin-bottom: -1px;
+  background: #eeeeef;
+}*/
 
-   /* Tab background color for selected global nav item */
-   li.currentTabBackground {
-      background: #fff;
-   }
+/* Tab background color for selected global nav item */
+li.currentTabBackground {
+   background: #fff;
+}
 
-      /* used for sub navigation if applicable
-      li.currentTabBackgroundSubNav {
-        background: #eeeeef;
-      }*/
+/* used for sub navigation if applicable
+li.currentTabBackgroundSubNav {
+  background: #eeeeef;
+}*/
 
-   /* backslash hack for IE5-Mac \*/
-   UL#tabsHeader a {
-      float: none;
-   }
+/* backslash hack for IE5-Mac \*/
+UL#tabsHeader a {
+   float: none;
+}
 
-   /* End Mac Hack */
-   html>body UL#tabsHeader a {
-      width: auto;
-   }
+/* End Mac Hack */
+html>body UL#tabsHeader a {
+   width: auto;
+}
 
-   /* fixes IE6 win hack */
+/* fixes IE6 win hack */
 
-      /***************************
-      *  Utility Navigation  *
-      *****************************/
+/***************************
+*  Utility Navigation  *
+*****************************/
 
-   #UtilityNavigation {
-      float: right;
-      font-size: 10px;
-      padding: 6px 12px 0px 0px;
-      color: #000000;
-      z-index: 20;
-   }
+#dashboardnav {
+   float: right;
+   font-size: 10px;
+   padding: 6px 12px 0px 0px;
+   color: #FFFFFF;
+   z-index: 20;
+}
 
-   #UtilityNavigation a {
-      color: #FFFFFF;
-   }
+#dashboardnav a {
+   color: #FFFFFF;
+}
 
-   #UtilityNavigation .addcontent {
-      background-image: url( images/ico_addcontent.gif );
-      background-repeat: no-repeat;
-      background-position: left;
-      height: 20px;
-      width: 20px;
-      padding-left: 16px;
-   }
+#dashboardnav .addcontent {
+   background-image: url( images/ico_addcontent.gif );
+   background-repeat: no-repeat;
+   background-position: left;
+   height: 20px;
+   width: 20px;
+   padding-left: 16px;
+}
 
-      /****************************
-      * Portlet Container Windows *
-      *****************************/
+/****************************
+* Portlet Container Windows *
+*****************************/
 
-   .portlet-container {
-   /* margin: 10px; */
-      padding: 10px 7px 11px 7px;
-   }
+.portlet-container {
+/* margin: 10px; */
+   padding: 10px 7px 11px 7px;
+}
 
-   .portlet-titlebar-title {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 9px;
-      font-weight: bold;
-      text-transform: uppercase;
-      color: #444;
-      white-space: nowrap;
-      line-height: 100%;
-      float: left;
-      text-indent: 10px;
-      margin: 0px;
-      padding: 0px;
-      padding-bottom: 1px;
-      top: 0px;
-      vertical-align: top;
-      letter-spacing: 1px;
-      word-spacing: 2px; /* border: 1px dashed #fff */
-   }
+.portlet-titlebar-title {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 9px;
+   font-weight: bold;
+   text-transform: uppercase;
+   color: #444;
+   white-space: nowrap;
+   line-height: 100%;
+   float: left;
+   text-indent: 10px;
+   margin: 0px;
+   padding: 0px;
+   padding-bottom: 1px;
+   top: 0px;
+   vertical-align: top;
+   letter-spacing: 1px;
+   word-spacing: 2px; /* border: 1px dashed #fff */
+}
 
-   .portlet-titlebar-decoration {
-      background-image: url( images/portlet-win-decoration.gif );
-      background-repeat: no-repeat;
-      height: 7px;
-      width: 7px;
-      float: left;
-      position: relative;
-      top: 4px;
-      left: 0px;
-   }
+.portlet-titlebar-decoration {
+   background-image: url( images/portlet-win-decoration.gif );
+   background-repeat: no-repeat;
+   height: 7px;
+   width: 7px;
+   float: left;
+   position: relative;
+   top: 4px;
+   left: 0px;
+}
 
-   /* wrapper for floating portlet window modes */
-   .portlet-mode-container {
-      float: right;
-      background-image: url( images/portlet-mode-bg.gif );
-      background-repeat: no-repeat;
-   }
+/* wrapper for floating portlet window modes */
+.portlet-mode-container {
+   float: right;
+   background-image: url( images/portlet-mode-bg.gif );
+   background-repeat: no-repeat;
+}
 
-   .portlet-titlebar-left {
-      background-image: url( images/portlet-top-left.gif );
-      background-repeat: no-repeat;
-      background-position: left;
-      height: 15px;
-      width: 5px;
-      min-width: 5px;
-      padding-right: 0px;
-   }
+.portlet-titlebar-left {
+   background-image: url( images/portlet-top-left.gif );
+   background-repeat: no-repeat;
+   background-position: left;
+   height: 15px;
+   width: 5px;
+   min-width: 5px;
+   padding-right: 0px;
+}
 
-   .portlet-titlebar-center {
-      background-image: url( images/portlet-top-middle.gif );
-      background-repeat: repeat-x;
-      height: 15px;
-   }
+.portlet-titlebar-center {
+   background-image: url( images/portlet-top-middle.gif );
+   background-repeat: repeat-x;
+   height: 15px;
+}
 
-   .portlet-titlebar-right {
-      background-image: url( images/portlet-top-right.gif );
-      background-repeat: no-repeat;
-      width: 5px;
-      height: 15px;
-      min-width: 5px;
-   }
+.portlet-titlebar-right {
+   background-image: url( images/portlet-top-right.gif );
+   background-repeat: no-repeat;
+   width: 5px;
+   height: 15px;
+   min-width: 5px;
+}
 
-   .portlet-content-left {
-      height: 100%;
-      width: 5px;
-      min-width: 5px;
-      /* background-color: #ffffff;
-         border-left: 1px solid #858f8c; */
-      background-image: url( images/portlet-left-vertical.gif );
-      background-repeat: repeat-y;
-   }
+.portlet-content-left {
+   height: 100%;
+   width: 5px;
+   min-width: 5px;
+   /* background-color: #ffffff;
+border-left: 1px solid #858f8c; */
+   background-image: url( images/portlet-left-vertical.gif );
+   background-repeat: repeat-y;
+}
 
-   .portlet-content-center {
-      /* background-image: url(images/portlet-background.gif);
-     background-repeat: no-repeat; */
-      background-color: #7a7b77;
-      background-position: bottom left;
-      vertical-align: top;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 13px; /* UNCOMMENT FOR TESTING.... border-right: 1px solid #858f8c; */
-      margin: 0px;
-      padding: 10px;
+.portlet-content-center {
+   /* background-image: url(images/portlet-background.gif);
+ background-repeat: no-repeat; */
+   background-color: #7a7b77;
+   background-position: bottom left;
+   vertical-align: top;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 13px; /* UNCOMMENT FOR TESTING.... border-right: 1px solid #858f8c; */
+   margin: 0px;
+   padding: 10px;
 
-   }
+}
 
-   .portlet-body .portlet-text {
-      background-color: #7a7b77;
-      color: #eee;
-   }
+.portlet-body .portlet-text {
+   background-color: #7a7b77;
+   color: #eee;
+}
 
-   .portlet-content-right {
-      height: 100%;
-      background-image: url( images/portlet-right-vertical.gif );
-      background-repeat: repeat-y;
-      background-position: left;
-      width: 5px;
-      min-width: 5px;
-      /*background-color: #ffffff;
-         border-right: 1px solid #858f8c;*/
-   }
+.portlet-content-right {
+   height: 100%;
+   background-image: url( images/portlet-right-vertical.gif );
+   background-repeat: repeat-y;
+   background-position: left;
+   width: 5px;
+   min-width: 5px;
+   /*background-color: #ffffff;
+border-right: 1px solid #858f8c;*/
+}
 
-   .portlet-footer-left {
-      background-image: url( images/portlet-bottom-left.gif );
-      background-repeat: no-repeat;
-      background-position: left;
-      height: 6px;
-      width: 5px;
-   }
+.portlet-footer-left {
+   background-image: url( images/portlet-bottom-left.gif );
+   background-repeat: no-repeat;
+   background-position: left;
+   height: 6px;
+   width: 5px;
+}
 
-   .portlet-footer-center {
-      background-image: url( images/portlet-bottom-middle.gif );
-      background-repeat: repeat-x;
-      background-position: left;
-      height: 6px;
-      /* background-color: #ffffff;
-         border-bottom: 1px solid #858f8c; */
-   }
+.portlet-footer-center {
+   background-image: url( images/portlet-bottom-middle.gif );
+   background-repeat: repeat-x;
+   background-position: left;
+   height: 6px;
+   /* background-color: #ffffff;
+border-bottom: 1px solid #858f8c; */
+}
 
-   .portlet-footer-right {
-      background-image: url( images/portlet-bottom-right.gif );
-      background-repeat: no-repeat;
-      background-position: right;
-      height: 6px;
-      width: 5px;
-      /* background-color: #ffffff;
-         border-right: 1px solid #858f8c;
-         border-bottom: 1px solid #858f8c;*/
-   }
+.portlet-footer-right {
+   background-image: url( images/portlet-bottom-right.gif );
+   background-repeat: no-repeat;
+   background-position: right;
+   height: 6px;
+   width: 5px;
+   /* background-color: #ffffff;
+border-right: 1px solid #858f8c;
+border-bottom: 1px solid #858f8c;*/
+}
 
-      /***********************
-      * Portlet Window Modes *
-      ************************/
-   .portlet-mode-maximized {
-      background-image: url( images/maximize.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+/***********************
+* Portlet Window Modes *
+************************/
+.portlet-mode-maximized {
+   background-image: url( images/maximize.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-minimized {
-      background-image: url( images/minimize.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-minimized {
+   background-image: url( images/minimize.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-normal {
-      background-image: url( images/normal.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-normal {
+   background-image: url( images/normal.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-help {
-      background-image: url( images/help.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-help {
+   background-image: url( images/help.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-edit {
-      background-image: url( images/edit.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-edit {
+   background-image: url( images/edit.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-remove {
-      background-image: url( images/remove.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-remove {
+   background-image: url( images/remove.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-view {
-      background-image: url( images/view.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-view {
+   background-image: url( images/view.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-   .portlet-mode-reload {
-      background-image: url( images/reload.gif );
-      width: 15px;
-      height: 15px;
-      background-repeat: no-repeat;
-      float: left;
-      display: inline;
-      cursor: pointer;
-   }
+.portlet-mode-reload {
+   background-image: url( images/reload.gif );
+   width: 15px;
+   height: 15px;
+   background-repeat: no-repeat;
+   float: left;
+   display: inline;
+   cursor: pointer;
+}
 
-      /**********************
-      * Copyright Selectors *
-      ***********************/
-   .portal-copyright {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 9px;
-      color: #777;
-   }
+/**********************
+* Copyright Selectors *
+***********************/
+.portal-copyright {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 9px;
+   color: #777;
+}
 
-   a.portal-copyright {
-      color: #fff799;
-      text-decoration: none;
-   }
+a.portal-copyright {
+   color: #fff799;
+   text-decoration: none;
+}
 
-   a.portal-copyright:hover {
-      color: #fcc24f;
-      text-decoration: underline;
-   }
+a.portal-copyright:hover {
+   color: #fcc24f;
+   text-decoration: underline;
+}
 
-   #ThemeBy:before {
-      content: "Theme by Novell";
-   }
+#ThemeBy:before {
+   content: "Theme by Novell";
+}
 
-      /*************
-      *  Elements  *
-      **************/
-   a:link {
-      color: #fff799;
-      text-decoration: none;
-   }
+/*************
+*  Elements  *
+**************/
+a:link {
+   color: #fff799;
+   text-decoration: none;
+}
 
-   a:visited {
-      color: #fff699;
-      text-decoration: none;
-   }
+a:visited {
+   color: #fff699;
+   text-decoration: none;
+}
 
-   a:hover a:active {
-      color: #fcc24f;
-      text-decoration: underline;
-   }
+a:hover a:active {
+   color: #fcc24f;
+   text-decoration: underline;
+}
 
-   INPUT {
-      padding: 0px 2px 0px 2px;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-weight: normal;
-      color: #444;
-      /* background-color: #999;
-     background-image: url(images/form-button-bg.gif);
-     background-repeat: repeat-x; */
-      border: 1px solid #777;
-      cursor: pointer;
-   }
+INPUT {
+   padding: 0px 2px 0px 2px;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-weight: normal;
+   color: #444;
+   /* background-color: #999;
+ background-image: url(images/form-button-bg.gif);
+ background-repeat: repeat-x; */
+   border: 1px solid #777;
+   cursor: pointer;
+}
 
-   SELECT {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      background-color: #8b8d89;
-      color: #444;
-   }
+SELECT {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   background-color: #8b8d89;
+   color: #444;
+}
 
-   OPTION {
-      background-color: #8b8d89;
-   }
+OPTION {
+   background-color: #8b8d89;
+}
 
-   FONT {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      color: #768591;
-   }
+FONT {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   color: #768591;
+}
 
-   FIELDSET {
-   /*background-color: #999;*/
-      border: 1px solid #BABDB6;
-      padding: 6px;
-      background-color: transparent;
-   }
+FIELDSET {
+/*background-color: #999;*/
+   border: 1px solid #BABDB6;
+   padding: 6px;
+   background-color: transparent;
+}
 
-   LEGEND {
-      text-transform: uppercase;
-      background-color: transparent;
-      padding-left: 6px;
-      padding-right: 6px;
-      padding-bottom: 0px;
-      font-size: 13px;
-      color: #e1d54b;
-   }
+LEGEND {
+   text-transform: uppercase;
+   background-color: transparent;
+   padding-left: 6px;
+   padding-right: 6px;
+   padding-bottom: 0px;
+   font-size: 13px;
+   color: #e1d54b;
+}
 
-   UL LI#pagenosub {
-      list-style-image: url( images/bullet.gif ) !important;
-   }
+UL LI#pagenosub {
+   list-style-image: url( images/bullet.gif ) !important;
+}
 
-   UL LI#foldheader {
-      list-style-image: url( images/bullet.gif ) !important;
-   }
+UL LI#foldheader {
+   list-style-image: url( images/bullet.gif ) !important;
+}
 
-   UL#foldinglist LI {
-      list-style-image: url( images/bullet.gif ) !important;
-   }
+UL#foldinglist LI {
+   list-style-image: url( images/bullet.gif ) !important;
+}
 
-      /*******************
-      * Table Selectors  *
-      ********************/
-   /* Table header */
-   .portlet-table-header {
-      font-weight: bold;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      color: #e1d54b;
-   }
+/*******************
+* Table Selectors  *
+********************/
+/* Table header */
+.portlet-table-header {
+   font-weight: bold;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   color: #e1d54b;
+}
 
-   /* Normal text in a table cell */
-   .portlet-table-body {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Normal text in a table cell */
+.portlet-table-body {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   /* Text in every other row in the table */
-   .portlet-table-alternate {
-      background-color: #efefef;
-      background-image: url( images/portlet-section-alt-bg2.gif );
-      background-position: bottom left;
-      background-repeat: repeat-x;
-      color: #666;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Text in every other row in the table */
+.portlet-table-alternate {
+   background-color: #efefef;
+   background-image: url( images/portlet-section-alt-bg2.gif );
+   background-position: bottom left;
+   background-repeat: repeat-x;
+   color: #666;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   /* Text in a selected cell range */
-   .portlet-table-selected {
-      background-color: #999;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      color: #fff;
-   }
+/* Text in a selected cell range */
+.portlet-table-selected {
+   background-color: #999;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   color: #fff;
+}
 
-   /* Text of a subheading */
-   .portlet-table-subheader {
-      font-weight: bold;
-      font-size: 11px;
-      font-family: Arial, Helvetica, sans-serif;
-      color: #e1d54b;
-   }
+/* Text of a subheading */
+.portlet-table-subheader {
+   font-weight: bold;
+   font-size: 11px;
+   font-family: Arial, Helvetica, sans-serif;
+   color: #e1d54b;
+}
 
-   /* Table footer */
-   .portlet-table-footer {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      color: #e1d54b;
-   }
+/* Table footer */
+.portlet-table-footer {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   color: #e1d54b;
+}
 
-   /* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
-   .portlet-table-text {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-style: italic;
-   }
+/* Text that belongs to the table but does not fall in one of the other categories (e.g. explanatory or help text that is associated with the table). */
+.portlet-table-text {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-style: italic;
+}
 
-      /********
-      * FONTS *
-      *********/
+/********
+* FONTS *
+*********/
 
-      /* Font attributes for the normal  fragment font.
+/* Font attributes for the normal  fragment font.
 Used for the display of non-accentuated information */
-   .portlet-font {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      color: #444;
-   }
+.portlet-font {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   color: #444;
+}
 
-   /* Font attributes similar to the portlet.font but the color is lighter */
-   .portlet-font-dim {
-      color: #999c8b;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Font attributes similar to the portlet.font but the color is lighter */
+.portlet-font-dim {
+   color: #999c8b;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-      /********
-      * FORMS *
-      *********/
+/********
+* FORMS *
+*********/
 
-   /* Text used for the descriptive label of the whole form (not the label for fields)...why not call this portlet-form-title? */
-   .portlet-form-label {
-      color: #444;
-      text-decoration: none;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-   }
+/* Text used for the descriptive label of the whole form (not the label for fields)...why not call this portlet-form-title? */
+.portlet-form-label {
+   color: #444;
+   text-decoration: none;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+}
 
-   /* Text on a form button */
-   .portlet-form-button {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-weight: normal;
-      color: #444;
-      background-image: url( images/form-button-bg.gif );
-      background-repeat: repeat-x;
-      border: 1px solid #777;
-      cursor: pointer;
-   }
+/* Text on a form button */
+.portlet-form-button {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-weight: normal;
+   color: #444;
+   background-image: url( images/form-button-bg.gif );
+   background-repeat: repeat-x;
+   border: 1px solid #777;
+   cursor: pointer;
+}
 
-   /* Text that appears beside a context dependent action icon */
-   .portlet-icon-label {
+/* Text that appears beside a context dependent action icon */
+.portlet-icon-label {
 
-   }
+}
 
-      /* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
+/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
 not sure if we need this one?.. */
-   .portlet-dlg-icon-label {
+.portlet-dlg-icon-label {
 
-   }
+}
 
-   /* Text for form field labels */
-   .portlet-form-field-label {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Text for form field labels */
+.portlet-form-field-label {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   /* Text for a form field */
-   .portlet-form-field {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      background-color: #8b8d89;
-      border: 1px solid #777;
-      margin-top: 10px;
-   }
+/* Text for a form field */
+.portlet-form-field {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   background-color: #8b8d89;
+   border: 1px solid #777;
+   margin-top: 10px;
+}
 
-   /* Text of the user-input in an input field. not sure if we need this guy? */
-   .portlet-form-input-field {
-      color: #444;
-      background-color: #8b8d89;
-      border: 2px solid #777;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      padding: 0px 4px 0px 4px;
-   }
+/* Text of the user-input in an input field. not sure if we need this guy? */
+.portlet-form-input-field {
+   color: #444;
+   background-color: #8b8d89;
+   border: 2px solid #777;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   padding: 0px 4px 0px 4px;
+}
 
-      /********
-      * LINKS *
-      *********/
+/********
+* LINKS *
+*********/
 
-   .portal-links:link {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-weight: bold;
-      color: #fff799;
-      text-decoration: none;
-   }
+.portal-links:link {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-weight: bold;
+   color: #fff799;
+   text-decoration: none;
+}
 
-   .portal-links:visited {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-weight: bold;
-      color: #fff699;
-      text-decoration: none;
-   }
+.portal-links:visited {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-weight: bold;
+   color: #fff699;
+   text-decoration: none;
+}
 
-   .portal-links:hover .portal-links:active {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-weight: bold;
-      color: #fcc24f;
-      text-decoration: underline;
-   }
+.portal-links:hover .portal-links:active {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-weight: bold;
+   color: #fcc24f;
+   text-decoration: underline;
+}
 
-      /***********
-      * MESSAGES *
-      ************/
+/***********
+* MESSAGES *
+************/
 
-   /* Status of the current operation. */
-   .portlet-msg-status {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-style: normal;
-      color: #660000;
-   }
+/* Status of the current operation. */
+.portlet-msg-status {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-style: normal;
+   color: #660000;
+}
 
-   /* Help messages, general additional information, etc. */
-   .portlet-msg-info {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      font-style: italic;
-      color: #990000;
-   }
+/* Help messages, general additional information, etc. */
+.portlet-msg-info {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   font-style: italic;
+   color: #990000;
+}
 
-   /* Error messages. */
-   .portlet-msg-error {
-      color: #990000;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-weight: bold;
-      font-style: oblique;
-   }
+/* Error messages. */
+.portlet-msg-error {
+   color: #990000;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-weight: bold;
+   font-style: oblique;
+}
 
-   /* Warning messages. */
-   .portlet-msg-alert {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-weight: bold;
-      font-style: oblique;
-      color: #cc0000;
-   }
+/* Warning messages. */
+.portlet-msg-alert {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-weight: bold;
+   font-style: oblique;
+   color: #cc0000;
+}
 
-   /* Verification of the successful completion of a task. */
-   .portlet-msg-success {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-weight: bold;
-      font-style: oblique;
-      color: #330000;
-   }
+/* Verification of the successful completion of a task. */
+.portlet-msg-success {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-weight: bold;
+   font-style: oblique;
+   color: #330000;
+}
 
-      /***********
-      * SECTIONS *
-      ************/
+/***********
+* SECTIONS *
+************/
 
-   /* Table or section header */
-   .portlet-section-header {
-      font-weight: bold;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 12px;
-      color: #e1d54b;
-      border-bottom: 1px dotted #8b8d89;
-      padding: 12px 0px 0px 0px;
-      margin: 12px 0px 4px 0px;
-   }
+/* Table or section header */
+.portlet-section-header {
+   font-weight: bold;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 12px;
+   color: #e1d54b;
+   border-bottom: 1px dotted #8b8d89;
+   padding: 12px 0px 0px 0px;
+   margin: 12px 0px 4px 0px;
+}
 
-   /* Normal text in a table cell */
-   .portlet-section-body {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* Normal text in a table cell */
+.portlet-section-body {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   /* Text in every other row in the cell */
-   .portlet-section-alternate {
-      background-color: #efefef;
-      background-image: url( images/portlet-section-alt-bg2.gif );
-      background-position: bottom left;
-      background-repeat: repeat-x;
-      border: 1px solid #555;
-      color: #666;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      padding: 10px;
-   }
+/* Text in every other row in the cell */
+.portlet-section-alternate {
+   background-color: #efefef;
+   background-image: url( images/portlet-section-alt-bg2.gif );
+   background-position: bottom left;
+   background-repeat: repeat-x;
+   border: 1px solid #555;
+   color: #666;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   padding: 10px;
+}
 
-   /* This fixes the nesting issue on main screen in alt rows... */
-   .portlet-section-alternate {
-      color: #666;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-   }
+/* This fixes the nesting issue on main screen in alt rows... */
+.portlet-section-alternate {
+   color: #666;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+}
 
-   .portlet-section-alternate a:link {
-      color: #f90;
-      font-family: Arial, Helvetica, sans-serif;
-      font-weight: bold;
-      font-size: 11px;
-   }
+.portlet-section-alternate a:link {
+   color: #f90;
+   font-family: Arial, Helvetica, sans-serif;
+   font-weight: bold;
+   font-size: 11px;
+}
 
-   .portlet-section-alternate a:visited {
-      color: #f90;
-      font-family: Arial, Helvetica, sans-serif;
-      font-weight: bold;
-      font-size: 11px;
-      text-decoration: line-through;
-   }
+.portlet-section-alternate a:visited {
+   color: #f90;
+   font-family: Arial, Helvetica, sans-serif;
+   font-weight: bold;
+   font-size: 11px;
+   text-decoration: line-through;
+}
 
-   .portlet-section-alternate a:hover, .portlet-section-alternate a:active {
-      color: #f60;
-      font-family: Arial, Helvetica, sans-serif;
-      font-weight: bold;
-      font-size: 11px;
-      text-decoration: underline;
-   }
+.portlet-section-alternate a:hover, .portlet-section-alternate a:active {
+   color: #f60;
+   font-family: Arial, Helvetica, sans-serif;
+   font-weight: bold;
+   font-size: 11px;
+   text-decoration: underline;
+}
 
-   /* Text in a selected cell range */
-   .portlet-section-selected {
-      background-color: #999;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      color: #fff;
-      padding: 10px;
-      border: 1px solid #555;
-   }
+/* Text in a selected cell range */
+.portlet-section-selected {
+   background-color: #999;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   color: #fff;
+   padding: 10px;
+   border: 1px solid #555;
+}
 
-   /* Text of a subheading */
-   .portlet-section-subheader {
-      font-weight: bold;
-      font-size: 11px;
-      font-family: Arial, Helvetica, sans-serif;
-      color: #e1d54b;
-   }
+/* Text of a subheading */
+.portlet-section-subheader {
+   font-weight: bold;
+   font-size: 11px;
+   font-family: Arial, Helvetica, sans-serif;
+   color: #e1d54b;
+}
 
-   /* Table or section footnote */
-   .portlet-section-footer {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-      color: #e1d54b;
-   }
+/* Table or section footnote */
+.portlet-section-footer {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+   color: #e1d54b;
+}
 
-      /* Text that belongs to the table but does not fall in one of the other categories
+/* Text that belongs to the table but does not fall in one of the other categories
 (e.g. explanatory or help text that is associated with the section. */
-   .portlet-section-text {
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 11px;
-      font-style: italic;
-   }
+.portlet-section-text {
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 11px;
+   font-style: italic;
+}
 
-      /********
-      * MENUS *
-      *********/
+/********
+* MENUS *
+*********/
 
-   /*General menu settings such as background color, margins, etc. */
-   .portlet-menu {
+/*General menu settings such as background color, margins, etc. */
+.portlet-menu {
 
-   }
+}
 
-   /* Normal, unselected menu item. */
-   .portlet-menu-item {
-      color: #242424;
-      text-decoration: none;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-   }
+/* Normal, unselected menu item. */
+.portlet-menu-item {
+   color: #242424;
+   text-decoration: none;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+}
 
-   .portlet-menu-item:hover {
-      color: #fff;
-      text-decoration: none;
-      font-family: Arial, Helvetica, sans-serif;
-      font-size: 10px;
-   }
+.portlet-menu-item:hover {
+   color: #fff;
+   text-decoration: none;
+   font-family: Arial, Helvetica, sans-serif;
+   font-size: 10px;
+}
 
-   /* Selected menu item. */
-   .portlet-menu-item-selected {
+/* Selected menu item. */
+.portlet-menu-item-selected {
 
-   }
+}
 
-   /* Selected menu item when the mouse hovers over it. */
-   .portlet-menu-item-selected:hover {
+/* Selected menu item when the mouse hovers over it. */
+.portlet-menu-item-selected:hover {
 
-   }
+}
 
-   /* Normal, unselected menu item that has sub-menus. */
-   .portlet-menu-cascade-item {
+/* Normal, unselected menu item that has sub-menus. */
+.portlet-menu-cascade-item {
 
-   }
+}
 
-   /* Selected sub-menu item that has sub-menus */
-   .portlet-menu-cascade-item-selected {
+/* Selected sub-menu item that has sub-menus */
+.portlet-menu-cascade-item-selected {
 
-   }
+}
 
-   /* Descriptive text for the menu (e.g. in a help context below the menu) */
-   .portlet-menu-description {
+/* Descriptive text for the menu (e.g. in a help context below the menu) */
+.portlet-menu-description {
 
-   }
+}
 
-   /* Menu caption */
-   .portlet-menu-caption {
+/* Menu caption */
+.portlet-menu-caption {
 
-   }
+}
 
-   /* A separator bar similar to a horizontal rule, but with styling matching the page */
-   .portlet-horizontal-separator {
-      height: 1px;
-      color: #e1d54b;
-   }
+/* A separator bar similar to a horizontal rule, but with styling matching the page */
+.portlet-horizontal-separator {
+   height: 1px;
+   color: #e1d54b;
+}
 
-   /* Allows portlets to mimic the title bar when nesting something */
-   .portlet-nestedTitle-bar {
-   }
+/* Allows portlets to mimic the title bar when nesting something */
+.portlet-nestedTitle-bar {
+}
 
-   /* Allows portlets to match the textual character of the title on the title bar. */
-   .portlet-nestedTitle {
-   }
+/* Allows portlets to match the textual character of the title on the title bar. */
+.portlet-nestedTitle {
+}
 
-   /* Support portlets having tabs in the same style as the page or other portlets */
-   .portlet-tab {
-   }
+/* Support portlets having tabs in the same style as the page or other portlets */
+.portlet-tab {
+}
 
-   /* Highlight the tab currently being shown */
-   .portlet-tab-active {
-   }
+/* Highlight the tab currently being shown */
+.portlet-tab-active {
+}
 
-   /* Highlight the selected tab (not yet active) */
-   .portlet-tab-selected {
-   }
+/* Highlight the selected tab (not yet active) */
+.portlet-tab-selected {
+}
 
-   /* A tab which can not be currently activated */
-   .portlet-tab-disabled {
-   }
+/* A tab which can not be currently activated */
+.portlet-tab-disabled {
+}
 
-   /* Top level style for the content of a tab. */
-   .portlet-tab-area {
-   }
+/* Top level style for the content of a tab. */
+.portlet-tab-area {
+}
 
-   /*****************
-   * AJAX Selectors *
-   *****************/
+/*****************
+* AJAX Selectors *
+*****************/
 
 .handle {
    cursor: move;

Modified: trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css
===================================================================
--- trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-10-06 20:29:17 UTC (rev 5343)
+++ trunk/core/src/bin/portal-core-war/themes/phalanx/portal_style.css	2006-10-06 20:31:15 UTC (rev 5344)
@@ -11,11 +11,11 @@
    font-size: 12px;
 }
 
-   /*****************
-   * Portal Header  *
-   ******************/
+/*****************
+* Portal Header  *
+******************/
 
-   /* spacer to keep header at certain width regardless of display size
+/* spacer to keep header at certain width regardless of display size
 done to avoid overlapping of tab navigation in header */
 #spacer {
 /*width: 1024px;*/
@@ -40,7 +40,7 @@
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #CFD2CF;
-margin: 0px -3px 0px 3px;
+   margin: 0px -3px 0px 3px;
 
    z-index: 5;
 }
@@ -69,9 +69,9 @@
    border-top-color: #CFD2CF;
 }
 
-   /************************
-   * Portal Layout Regions *
-   *************************/
+/************************
+* Portal Layout Regions *
+*************************/
 
 /* wrapper for entire portal. starts/ends after/before body tag */
 #portal-container {
@@ -88,7 +88,7 @@
    margin: 0 -350px 0 -350px;
    position: relative;
    min-width: 804px;
-padding: 0 0 0 0;
+   padding: 0 0 0 0;
 }
 
 /* min width hack for IE */
@@ -108,10 +108,9 @@
 /* table that contains all regions. does not include header */
 #content-container {
    height: 100%;
-   text-align: left;
-/*   min-width: 800px;*/
-width:100%;
-min-width:800px;
+   text-align: left; /*   min-width: 800px;*/
+   width: 100%;
+   min-width: 800px;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #CFD2CF;
@@ -218,9 +217,9 @@
 #navigation-container {
 }
 
-   /* used to clear float in regionA,B,C divs so that
+/* used to clear float in regionA,B,C divs so that
 footer spans bottom of page */
-   /* used to clear float in regionA,B,C divs so that
+/* used to clear float in regionA,B,C divs so that
 footer spans bottom of page */
 hr.cleaner {
    clear: both;
@@ -231,9 +230,9 @@
    visibility: hidden;
 }
 
-   /****************************
-   * Tab Navigation for Header *
-   *****************************/
+/****************************
+* Tab Navigation for Header *
+*****************************/
 
 UL#tabsHeader {
    margin: 0;
@@ -242,7 +241,7 @@
 }
 
 UL#tabsHeader li {
-display: inline;
+   display: inline;
    list-style: none;
    float: left;
    margin-left: 0px;
@@ -308,22 +307,21 @@
    background-image: url( images/tab_right.gif );
    background-repeat: no-repeat;
    background-position: right bottom;
-/*   margin-bottom: -3px;
-   padding-top: 3px;
-   border-bottom: 1px solid #fff;*/
+   /*   margin-bottom: -3px;
+padding-top: 3px;
+border-bottom: 1px solid #fff;*/
    line-height: 26px;
 }
 
 UL#tabsHeader #current a, #current a:hover {
    font: 13px / normal Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
    font-weight: 500;
-   color: #000;
-/*   line-height: 20px;*/
+   color: #000; /*   line-height: 20px;*/
    background-image: url( images/tab_left.gif );
    background-repeat: no-repeat;
    background-position: top left;
-/*   margin-top: -3px;
-   padding-bottom: 3px;*/
+   /*   margin-top: -3px;
+  padding-bottom: 3px;*/
    line-height: 26px;
 }
 
@@ -348,23 +346,23 @@
 
 /* fixes IE6 win hack */
 
-   /***************************
-   *  Utility Navigation  *
-   *****************************/
+/***************************
+*  Utility Navigation  *
+*****************************/
 
-#UtilityNavigation {
+#dashboardnav {
    float: right;
    font-size: 10px;
    padding: 6px 12px 0px 0px;
-   color: #000000;
+   color: #FFFFFF;
    z-index: 20;
 }
 
-#UtilityNavigation a {
-   color: #336699;
+#dashboardnav a {
+   color: #FFFFFF;
 }
 
-#UtilityNavigation .addcontent {
+#dashboardnav .addcontent {
    background-image: url( images/ico_addcontent.gif );
    background-repeat: no-repeat;
    background-position: left;
@@ -373,9 +371,9 @@
    padding-left: 16px;
 }
 
-   /****************************
-   * Portlet Container Windows *
-   *****************************/
+/****************************
+* Portlet Container Windows *
+*****************************/
 
 .portlet-container {
 /*	margin: 10px;*/
@@ -481,9 +479,9 @@
    min-width: 12px;
 }
 
-   /***********************
-   * Portlet Window Modes *
-   ************************/
+/***********************
+* Portlet Window Modes *
+************************/
 .portlet-mode-maximized {
    background-image: url( images/maximize.gif );
    width: 15px;
@@ -564,9 +562,9 @@
    cursor: pointer;
 }
 
-   /**********************
-   * Copyright Selectors *
-   ***********************/
+/**********************
+* Copyright Selectors *
+***********************/
 .portal-copyright {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
@@ -587,9 +585,9 @@
    content: "Theme by Novell";
 }
 
-   /*************
-   *  Elements  *
-   **************/
+/*************
+*  Elements  *
+**************/
 a {
    color: #4566D4;
    text-decoration: none;
@@ -630,11 +628,11 @@
    font-size: 13px;
 }
 
-   /********
-   * FONTS *
-   *********/
+/********
+* FONTS *
+*********/
 
-   /* Font attributes for the normal  fragment font.
+/* Font attributes for the normal  fragment font.
 Used for the display of non-accentuated information */
 .portlet-font {
    color: #000000;
@@ -649,9 +647,9 @@
    font-size: 12px;
 }
 
-   /********
-   * FORMS *
-   *********/
+/********
+* FORMS *
+*********/
 .portlet-form-label {
    color: #336699;
    text-decoration: none;
@@ -680,7 +678,7 @@
 
 }
 
-   /* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
+/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
 not sure if we need this one?.. */
 .portlet-dlg-icon-label {
 
@@ -701,9 +699,9 @@
    color: #000; /*margin-top: 10px;*/
 }
 
-   /********
-   * LINKS *
-   *********/
+/********
+* LINKS *
+*********/
 
 .portal-links:link {
    font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
@@ -737,9 +735,9 @@
    text-decoration: none;
 }
 
-   /***********
-   * MESSAGES *
-   ************/
+/***********
+* MESSAGES *
+************/
 
 /* Status of the current operation. */
 .portlet-msg-status {
@@ -781,9 +779,9 @@
    color: #359630;
 }
 
-   /***********
-   * SECTIONS *
-   ************/
+/***********
+* SECTIONS *
+************/
 
 /* Table or section header */
 .portlet-section-header {
@@ -816,16 +814,16 @@
    font-size: 11px;
 }
 
-   /* Text that belongs to the table but does not fall in one of the other categories
+/* Text that belongs to the table but does not fall in one of the other categories
 (e.g. explanatory or help text that is associated with the section. */
 .portlet-section-text {
    font-size: 12px;
    font-style: italic;
 }
 
-   /*******************
-   * Table Selectors  *
-   ********************/
+/*******************
+* Table Selectors  *
+********************/
 /* Table header */
 .portlet-table-header {
    font-weight: bold;
@@ -873,9 +871,9 @@
    font-style: italic;
 }
 
-   /********
-   * MENUS *
-   *********/
+/********
+* MENUS *
+*********/
 
 /*General menu settings such as background color, margins, etc. */
 .portlet-menu {
@@ -963,9 +961,9 @@
 .portlet-tab-area {
 }
 
-   /*****************
-   * AJAX Selectors *
-   *****************/
+/*****************
+* AJAX Selectors *
+*****************/
 
 .handle {
    cursor: move;




More information about the jboss-svn-commits mailing list