.default-portlet {
  background: transparent ;
  vertical-align: top ;
} 
/*************************************************************************************
* The font style definitions affect the font attributes only (font face, size,      *
* color, style, etc).                                                               *
************************************************************************************/
/* Font attributes for the normal fragment font. Used for the display 
of non-accentuated information.  Normal Text */
.portlet-font {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt; font-weight : normal;
  color: black ;
}
/* Font attributes similar to the .portlet.font but the
color is lighter. Dim Text */
.portlet-font-dim {

}

/*************************************************************************************
* Message style definitions affect the rendering of a paragraph (alignment, borders,*
* background color, etc) as well as text attributes.                                * 
*************************************************************************************/
/* Status of the current operation.  Ex: Progress: 80% */
.portlet-msg-status {

}
/* Help messages, general additional information, etc. Ex:  Info about */
.portlet-msg-info {
  text-decoration: none ;
  padding: 5px ;
  color: lightgray ;
  font-size: 10pt;
  font-family: "Arial", "Tahoma", "Helvetica", "sans-serif";

}
/* Error messages. Ex: Portlet not available */
.portlet-msg-error {
  text-decoration: none ;
  padding: 5px ;
  color: red;
  font-size: 10pt;
  font-family: "Arial", "Tahoma", "Helvetica", "sans-serif";
}
/* Warning messages.  Ex: Timeout occurred, try again later */
.portlet-msg-alert {
  text-decoration: none ;
  padding: 5px ;
  color:  orange ;
  font-size: 10pt;
  font-family: "Arial", "Tahoma", "Helvetica", "sans-serif";

}
/* Verification of the successful completion of a task.  Ex: Operation completed successfully */
.portlet-msg-success {

}

/************************************************************************************
* Section style definitions affect the rendering of markup sections such as table, *
* div and span (alignment, borders, background color, etc) as well as their text   *
* attributes.                                                                      *
************************************************************************************/
/* Table or section header */
.portlet-section-header {
  background-color: #EEEEFF;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px; font-weight : bold;
  padding : 2px;
  color : #000033;
}
/* Normal text in a table cell */
.portlet-section-body {
  background:  #C4E1E6;
}
/* Text in every other row in the cell */
.portlet-section-alternate {

}
/* Text in a selected cell range */
.portlet-section-selected {

}
/* Text of a subheading */
.portlet-section-subheader {
  background-color: #FFF23C;
  font-weight : bold;
  padding : 2px;
  color : #000033;

}
/* Table or section footnote */
.portlet-section-footer {

}
/* portlet-section-text 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 {

}
/************************************************************************************
* Form styles define the look-and-feel of the elements in an HTML form.            *
************************************************************************************/
/* Text used for the descriptive label of the whole form (not the labels for fields.) */
.portlet-form-label {
  font-size: 10pt;
  color : #F07011;
}
/* Text of the user-input in an input field. */
.portlet-form-input-field {
  font-size: 10pt;
  border: 1px solid ; 
}
/* Text on a button*/
.portlet-form-button {

}
/* Text that appears beside a context dependent action icon. */
.portlet-icon-label {

}
/* Text that appears beside a standard icon (e.g. Ok, or Cancel) */
.portlet-dlg-icon-label {

}
/* Text for a separator of fields (e.g. checkboxes, etc.)*/
.portlet-form-field-label {
  font-size: 10pt; font-weight: bold ;
  color : #F07011;
}
/* Text for a field (not input field, e.g. checkboxes, etc) */
.portlet-form-field {
  font-size: 10pt;
  width: auto; 
  border: 1px solid ; 
}
/***************************************************************************************
* Menu styles define the look-and-feel of the text and background of a menu           *
* structure. This structure may be embedded in the aggregated page or may appear as a *
* context sensitive  popup menu.                                                      *
**************************************************************************************/
/* General menu settings such as background color, margins, etc */
.portlet-menu {

}
/* Normal, unselected menu item.*/
.portlet-menu-item {

}
/* Selected menu item.*/
.portlet-menu-item-selected {

}
/* Normal, unselected menu item when the mouse hovers over it. */
.portlet-menu-item-hover {

}
/* Selected menu item when the mouse hovers over it. */
.portlet-menu-item-hover-selected {

}
/* Normal, unselected menu item that has submenus.*/
.portlet-menu-cascade-item {

}
/* 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 {

}
/* Menu caption*/
.portlet-menu-caption {
}

