
@import url("myterna.css");

/* *************************************************** */
/*      Default for JBoss Portal                       */
/* *************************************************** */

body {
   background-color: #EEEEEE;
   margin: 0px;
   padding: 0px;
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #464646;
}


/*****************
* Portal Header  *
******************/

/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
   width: 770px;
   line-height: 0px;
   font-size: 0px;
   height: 0px;
}

/* Wrapper for Header */
#header-container {
   height: 100px;
   width: 100%;
   min-width: 770px;
   z-index: 5;
   padding: 0px;
   margin: 0px -3px 0px 0px;
}

/* Header background */
#header {
   height: 132px;
   background-image: url( 'timages/header.jpg' );
   background-position: top left;
   background-repeat: no-repeat;
   width: 100%;
   padding: 0px;
   margin: 0px;
   z-index: 1;
   position: relative
}

#logoName {
   background: transparent;
   background-repeat: no-repeat;
   float: left;
   width: 169px;
   height: 60px;
   margin: 0px;
   padding: 0px;
   border: 0px;
   position: absolute;
   left: 0px;
   top: 5px;
   z-index:10;
}

/************************
* Portal Layout Regions *
*************************/

/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
/* part of below IE hack to preserve min-width for portlet regions */
/*width: 100%;*/
   /*margin: 4px 2% 0px 2%;*/
   background-color:#082744;
   padding: 0 350px 0 350px;
}

/* min width for IE */
#expander {
   position: relative;
   margin: 0 -350px 0 -350px;
   min-width: 770px;
   padding: 0 0 0 0;
}

/* min width hack for IE */
#sizer {
   width: 100%;
}

/* IE Hack \*/
* html #portal-container,
   * html #sizer,
   * html #expander {
   height: 0;
}

/* end IE min-width hack */

/* table that contains all regions. does not include header */

#content-container {
   background-color:#FFF;
   height: 100%;
   text-align: left;
   width: 100%;
   min-width: 770px;
   padding: 2px 0px 0px 0px;
   margin-top: 0px;
   /*
   position: absolute;
   top: 70px;
   left: 0px; / * z-index: 1; * /
   / * part of below IE hack
padding: 0 350px 0 350px; * /
   padding: 0px 100px 0px 0px;
   */
}

#content-container table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	width:100%;
}

/* portlet regions within content-container. this includes footer-container. */
#regionA {
   /* test to swap columns...
      float: right; 	*/
   width: 30%;
   float: left;
   margin: 0px;
   padding: 0px;
/*height: 300px;*/
}

#regionB {
   /* test to swap columns..
margin: 0 30% 0 0; */

   /*two column layout
margin: 0 0 0 30%;*/
   padding: 0px; /* test to add 3rd region in layout...*/
   width: 69%;
   float: left; /*height: 300px;*/
}

#regionC {
/* inclusion of 3rd region - comment out for 2 region testing */
   padding: 0px;
   margin: 0px;
   width: 28%;
   float: left; /*hide 3rd region*/
   display: none;
}

#footer-container {
   background-color:#EEEEEE;
   border: 0px;
   padding: 9px;
   text-align: right;
   height:30px;
   clear: both;
   font-size: 11px;
   color: #9B9B9B;
}

#footer-container table {
	width: 100%;	
}

#footer-container a {
   color: #9B9B9B;
   text-decoration: none;
}

#footer-container a:hover {
   color: #727272;
   text-decoration: none;
}

#navigation-container {
   margin: 0px;
   position: absolute;
   width: 100%;
   z-index: -1;
}

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

/***************************
*  Primary Navigation (Tabbed Nav)  *
*****************************/

div#navigation {
   position:relative;
   background: none;
   padding: 0px;
   margin: 3px 0px;
   width: 100%;
}

/***************************
*  Utility Navigation  *
*****************************/

#dashboardnav {
   /*float: right;*/
   position:absolute;
   top:3px;
   right: 3px;
   padding: 1px 3px 0px 0px;
   text-align:right;
   z-index: 20;
   font-size:12px;
   vertical-align: bottom;
   margin: 0px;
}

/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
   padding: 0px 5px 15px 5px;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   white-space: nowrap;
   float:right;
   margin-top: 0px;
   padding-top: 0px;
}

.mode-button {
   /*position:absolute;*/
   margin-right: 3px;
   padding-top:5px;
   float:left;
}

.portlet-titlebar-title {
   color: #FFFFFF;
   font-size: 16px;
   letter-spacing: 1px;
   font-weight: normal;
   white-space: nowrap;
   line-height: 28px;
   float: left;
   text-indent: 5px;
   padding-top: 0px;
   padding-bottom: 0px;
   margin-bottom: 0px;
   margin-right:4px;
   display: block;
   border: 0px;
   width:65%;
   height:100%;
   display:block;
   overflow: hidden;
   vertical-align: bottom;
}

/* ------ NOT CURRENTLY IN USE FOR NEW 2.6 FUNCTIONALITY -------
.portlet-titlebar-decoration {}
*/
/* --------------------- PORTLET TOP --------------------------- */
.green-portlet-titlebar {
   background-color: #015825;
   padding: 0px;
   height: 28px;
   position:relative;
   text-align: left;
   vertical-align: bottom;
}

.blue-portlet-titlebar {
   background-color: #016BB6;
   padding: 0px;
   height: 28px;
   position:relative;
   text-align: left;
   vertical-align: bottom;
}

.red-portlet-titlebar {
   background-color: #CC0101;
   padding: 0px;
   height: 28px;
   position:relative;
   text-align: left;
   vertical-align: bottom;
}


.portlet-content-center {
   vertical-align: top;
   text-align: left;
   padding: 5px 0px 0px 0px;
   margin: 0;
}

.portlet-body {
   background-color: #FFFFFF;
   padding: 2px 0 0 0;
   margin: 0px;
   line-height: 18px;
}

/***********************
* Portlet Window Modes *
************************/
/* ------------------ MAXIMIZED ICOs------------------------ */
.green-portlet-mode-maximized {
   background-image: url( timages/green-ico-maximize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.blue-portlet-mode-maximized {
   background-image: url( timages/blue-ico-maximize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.red-portlet-mode-maximized {
   background-image: url( timages/red-ico-maximize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

/* ------------------ MAXIMIZED ICOs END------------------------ */

.portlet-mode-maximized:hover {
   text-decoration: none;
}


/* ------------------ MINIMIZED ICOs ------------------------ */
.green-portlet-mode-minimized {
   background-image: url( timages/green-ico-minimize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.blue-portlet-mode-minimized {
   background-image: url( timages/blue-ico-minimize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.red-portlet-mode-minimized {
   background-image: url( timages/red-ico-minimize.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

/* ------------------ MINIMIZED ICOs END ------------------------ */

.portlet-mode-minimized:hover {
   text-decoration: none;
}

/* ------------------ NORMAL ICOs------------------------ */
.green-portlet-mode-normal {
   background-image: url( timages/green-ico-normal.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.blue-portlet-mode-normal {
   background-image: url( timages/blue-ico-normal.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

.red-portlet-mode-normal {
   background-image: url( timages/red-ico-normal.gif);
   background-repeat: no-repeat;
   width: 19px;
   height: 19px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
}

/* ------------------ MAXIMIZED ICOs END------------------------ */

.portlet-mode-normal:hover {
   text-decoration: none;
}
/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   color: #e3e4e6;
}

a.portal-copyright {
   color: #e3e4e6;
   text-decoration: none;
}

a.portal-copyright:hover {
   color: #e3e4e6;
   text-decoration: underline;
}

#ThemeBy {
   content: "Theme by Engineering S.p.A. Design";
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #777777;
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
}


/********
* LINKS *
*********/

.portal-links:link {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #5699B7;
   text-decoration: none;
}

.portal-links:active {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:visited {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #336699;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #821717;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #359630;
}

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   margin: 0px;
   padding: 0px;
   border: 0px;
   font-weight: bold;
   color: #656565;
   font-size: 12px;
}

.portlet-section-body {
   margin: 0px;
   padding: 0px;
   color: #656565;
}

.portlet-section-alternate {
   background-color: #F2F2F2;
}

.portlet-section-selected {
   background-color: #CBD4E6;
}

.portlet-section-subheader {
   font-weight: bold;
   font-size: 10px;
}

.portlet-section-footer {
   font-size: 11px;
}

/* 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 header */
.portlet-table-header {
   background-color: #eef;
   padding: 0 5px 5px 5px;
   font-weight: bold;
   color: #656565;
   font-size: 12px;
   border-bottom: 1px solid #d5d5d5;
}

/* Table footer */
.portlet-table-footer {
   padding: 5px 5px 0 5px;
   font-weight: bold;
   color: #656565;
   font-size: 12px;
   border: none;
   border-top: 1px solid #d5d5d5;
}

/* Normal text in a table cell */
.portlet-table-body {

}

/* Text in every other row in the table */
.portlet-table-alternate {
   background-color: #E6E8E5;
   border-bottom: 1px solid #d5d5d5;
}

/* Text in a selected cell range */
.portlet-table-selected {
   color: #000;
   font-size: 12px;
   background-color: #CBD4E6;
}

/* Text of a subheading */
.portlet-table-subheader {
   font-weight: bold;
   color: #000;
   font-size: 12px;
}

/* 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 {
   padding: 3px 5px;
   border-bottom: 1px solid #d5d5d5;
}

/********
* MENUS *
*********/

/*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, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #5699B7;
   text-decoration: none;
   font-family: Arial, Verdana, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
}

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

}

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

}

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

}

/* ===== WSRP 2.0 - As of now proposed additions are:	===== */

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

/* Highlight the tab currently being shown */
.portlet-tab-active {
}

/* Highlight the selected tab (not yet active) */
.portlet-tab-selected {
}

/* A tab which can not be currently activated */
.portlet-tab-disabled {
}

/* Top level style for the content of a tab. */
.portlet-tab-area {
}

/*****************
* AJAX Selectors *
*****************/

.dnd-droppable {
   border: #E6E8E5 1px solid;
}

/*******************************************************************************************************************************

  New Selectors added by JBoss.ORG UI Design for theme development

******************************************************************************************************************************** */

/************** Foat Style (used to float objects on the page) **********************/

.floatobjectright {
   float: right;
}

.floatobjectleft {
   float: left;
}

/**************** Hide/Show functionality  ******************************************/
.hidden {
   display: none;
}


