pluto-portal/src/main/webapp/css/plutoGreen.css [67:125]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-bottom: 1px solid #2E6794;
  width: auto;
  height: 50px;
  margin: 0px;
  vertical-align: top;
}

#header h1 {
  display: none;
  margin: 5px 10px 5px 10px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
  font-size: 200%;
}

#header p {
  display: none;
  margin: 0px 10px 0px 10px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
  font-size: smaller;
}

#logout {
/*   float:right; */
  font-size:smaller;
}

/** 'content' block **/

#content {
  float: right;
  width: 83%;
  font-size: 9pt;
}

/** 'portlet' block **/

#portlets-left-column {
  margin: 0;
  padding: 0;
  width: 49%;
  float: left;
  overflow:hidden;
}

#portlets-right-column {
  margin: 0;
  padding: 0;
  width: 49%;
  float: right;
}

.portlet {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 1px solid #2E6794;
}

.portlet .header {
  white-space: nowrap;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



portlet-tck_3.0/deploy/src/main/resources/css/pluto.css [62:120]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border-bottom: 1px solid #2E6794;
  width: auto;
  height: 50px;
  margin: 0px;
  vertical-align: top;
}

#header h1 {
  display: none;
  margin: 5px 10px 5px 10px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
  font-size: 200%;
}

#header p {
  display: none;
  margin: 0px 10px 0px 10px;
  font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, Sans-serif;
  font-size: smaller;
}

#logout {
/*   float:right; */
  font-size:smaller;
}

/** 'content' block **/

#content {
  float: right;
  width: 83%;
  font-size: 9pt;
}

/** 'portlet' block **/

#portlets-left-column {
  margin: 0;
  padding: 0;
  width: 49%;
  float: left;
  overflow:hidden;
}

#portlets-right-column {
  margin: 0;
  padding: 0;
  width: 49%;
  float: right;
}

.portlet {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  border: 1px solid #2E6794;
}

.portlet .header {
  white-space: nowrap;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



