/* *************************************************** */
/*      Maple theme for JBoss Portal                   */
/*      Author: Mark Fernandonb
/* *************************************************** */

#body {
   /*background-image: url( images/portal-background.gif );
   background-repeat: repeat-x;
   background-color: #95A490;*/
   /*background-image: url(images/brown_bg.gif);
    background-repeat: repeat-x repeat-y;*/
   background-color:#FFFFFF;
   height: 100%;
   margin: 0px;
   padding: 0px;
   color: #000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	width:950px;
}

/*****************
* Portal Header  *
******************/

/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
   line-height: 0px;
   font-size: 0px;
   height: 0px;
   min-width: 804px;
}

/* Wrapper for Header */
#header-container {
   margin: 0px 0px 0px 0px;
   background-image: url( images/top.jpg );
   background-position: right top;
   background-repeat: repeat-x;
   height: 100%;
   width:952px;                 /* header 的寬度  */
   border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #FFFFFF;    /*#9F625D;*/
   border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #FFFFFF;     /*#9F625D;*/
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #FFFFFF;      /*#9F625D;*/
}
/* Header background */
#header {   
   width:952px;
   height:80px;
   /*background-image: url( images/nav-bar-header.gif );*/
	border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #29aad6;    /*#9F625D;*/
   border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #29aad6;    /*#9F625D;*/
   border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #29aad6;     /*#9F625D;*/	
   background-repeat: repeat-x;
   background-position:  bottom;
   padding: 0px;
   margin: 0px 0px 0px 0px;
}

#logoName {
   /*background-image: url( images/logo.gif );
   background-repeat: no-repeat;
   width: 198px;
   height: 62px;*/
   z-index: 2;
   position: absolute;
   left: 5px;
   top: 13px;
}

/************************
* Portal Layout Regions *
*************************/

/* wrapper for entire portal. starts/ends after/before body tag */
#portal-container {
   background-color:#FFFFFF;
   margin: 0px 40px 0px 100px;  
   padding: 0px 0px 0px 320px;   
}

/* min width hack for IE */
#expander {
  /*margin: 0 -400px 0 -400px;*/
   margin: 0px 0px 0px -400px;
   position: relative;
   min-width: 804px;
   height: 100%;	
}

/* min width hack for IE */
#sizer {
   width: 100%;
   height: 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 {
   height: 100%;
   text-align: left;
   width: 950px;
   /*border-right-style: solid;
   border-right-width: 1px;
   border-right-color: #2EA8D1;   /*#9F625D;*/
   /*border-left-style: solid;
   border-left-width: 1px;
   border-left-color: #2EA8D1;     /*#9F625D;*/
   background-color:  #FFFFFF;     /*#87868C;*/
   /*border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom-color: #2EA8D1;      /*#9F625D;*/
	margin: 0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
}

/* Login JSP Selectors */
#login-container {
   position: relative;
   left: 34%;
   top: 55px;
   right: 50%;
   width: 320px;
   height: 250px;
   margin: 0px;
}

#login-container label, #login-container input {
   display: block;
   float: right;
   width: auto;
   margin-top: 15px;
   color: #E4EECC;
}

#login-container input {
   color:#000;
}

#login-container label {
   text-align: right;
   padding-right: 20px;
   width: 95px;
}

#login-container br {
   clear: left;
}

#login-container fieldset {
   background-color:transparent;
}

#login-container legend {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #E4EECC;
}

#loginForm {
   margin: 0px;
   padding: 0px;
}

/* end Login Page Selectors */

#dfiRegionTop{
  float:left;	
  width:950px;
  #margin:0;
  margin:0;


}

#dfiRegionCenter{
  float:left;
  width:950px;
  margin:0;
 #margin:0;

}


/* portlet regions within content-container. this includes footer-container. */
#regionA {
   width: 950px;
   float:left;
   vertical-align: bottom;
   margin:0px 0px 0px 0px;
   padding:0px 0px 0px 0px;
}

#regionB {
   padding:0px;
   margin-top:0px;
   width: 222px;
   float: left;
}

#regionC {
   padding:0px;
   margin-top:0px;
   margin-left: 7px;
   width: 596px;
   float: left;	
   
}
#regionD {
   padding:0px;
   margin-top:0px;
   margin-left: 3px;
   width: 196px;
   float: right;	  	
}


#footer-container {
   position: absolute;
   /*bottom: 0px;*/
   text-align: center;
   width: 950px;
}

#navigation-container {
}

/* 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
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 *
*****************************/

UL#tabsHeader {
   margin-top: -200px;           /*將整排Navigation Tabbed隱藏  */
   padding-left: 10px;
   min-width: 550px;
   z-index: 100; /* added for submenu hover */
   position: relative; /* added for submenu hover */
}

UL#tabsHeader li {
   display: inline;
   list-style: none;
   float: left;
   margin-left: 0px;
   margin-top: 100px;
   margin-right: 0px;
   position: relative;
   top: 0px;
   padding-left: 5px;
   padding-right: 5px;
   white-space: nowrap;
}

UL#tabsHeader li {
}

UL#tabsHeader li:hover {
   color: #9F625D;
}

/* hover selectors for main header tabs */
UL#tabsHeader li.hoverOn {
   color: #9F625D;
}

UL#tabsHeader li.hoverOff {

}

UL#tabsHeader a {
   display: block;
   float: left;
   padding: 0px 5px 2px 2px;
   text-decoration: none;
   font: 13px / normal Arial, Helvetica, Sans-Serif, sans-serif;
   background: 100% 0 no-repeat;
   color: #95A490;
   line-height: 25px;
   font-weight: 500;
}

UL#tabsHeader a:hover {
   text-decoration: none;
   color: #9F625D;
}

UL#tabsHeader #current {
   background-image: url( images/activeTabLeft.gif );
   background-repeat: no-repeat;
}

UL#tabsHeader #current, UL#tabsHeader #current a {
   font: 13px / normal Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: 500;
   color: #E4EECC;
   line-height: 25px;
   border-right: 0px;
   border-left: 0px;
}

UL#tabsHeader #current a {
   background-image: url( images/activeTab.gif );
   background-repeat: no-repeat;
}


/* Begin Submenu selectors */

/* hide the sub levels and give them a positon absolute so that they take up no room */
UL#tabsHeader ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 0px;
   left: 0;
   width: 150px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-top: 22px;
}

UL#tabsHeader ul a {
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;

}

UL#tabsHeader ul a:hover {
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

UL#tabsHeader #current ul a {
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-weight: normal;
   color: #5078aa;
}

UL#tabsHeader li:hover ul {
   visibility: visible;
}

UL#tabsHeader ul li {
   background: #EDECEC;
   color: #5078aa;
   padding: 3px;
   width: 120px;

   border: 1px solid #FFFFFF;
   border-width: 1px 1px 0 0;

   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
}

UL#tabsHeader ul li:hover {
   background: #E2E2E2;
}

/* End Submenu selectors */

/* Tab background color for selected global nav item */
li.currentTabBackground {
   background: #fff;
}

/* backslash hack for IE5-Mac \*/
UL#tabsHeader a {
   float: none;
}

/* End Mac Hack */
html>body UL#tabsHeader a {
   width: auto;
}

/* fixes IE6 win hack */

/***************************
*  Utility Navigation  *
*****************************/

#dashboardnav {
   float: right;
   font-size: 12px;
   padding: 6px 12px;
   color: #FFFFFF;
   z-index: 20;
	display: none;
}

#dashboardnav a {
   color: #000000;     /* 調整Login ,admin 字的color     */
}

#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 {
   padding: 0px;


	
}

.portlet-titlebar-title {
   color: #E4EECC;
   font-weight: 500;
   font-family: "Monotype Corsiva", Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 15px;
   white-space: nowrap;
   line-height: 100%;
   float: left;
   text-indent: 20px;
   position: relative;
   top: 4px;
}

.portlet-titlebar-decoration {
   background-image: url( images/portlet-titlebar-decoration.gif );
   background-repeat: no-repeat;
   height: 22px;
   width: 17px;
   float: left;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   float: right;
   padding-left: 4px;
   padding-top: 1px;
}

.portlet-titlebar-left {
   background-image: url( images/portlet-top-left.gif );
   background-repeat: no-repeat;
   width: 9px;
   height: 23px;
   background-position: right;
   min-width: 9px;
   display: none;
}

.portlet-titlebar-center {
   background-image: url( images/portlet-top-middle.gif );
   background-repeat: repeat-x;
   height: 23px;
	display: none;
}

.portlet-titlebar-right {
   background-image: url( images/portlet-top-right.gif );
   background-repeat: no-repeat;
   width: 9px;
   height: 23px;
   min-width: 9px;
	display: none;
}

.portlet-content-left {
   background-image: url( images/portlet-left-vertical.gif );
   background-repeat: repeat-y;
   width: 9px;
   min-width: 9px;
	display: none;
}

.portlet-content-center {
background-color:blue; 
/*   background-color:  #FFFFFF;     #E4EECC;*/
   background-repeat: repeat;
   vertical-align: top;
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
   padding-top: 1px;
}

.portlet-body {
   background-color: #FFFFFF;    /*#E4EECC;*/
}

.portlet-content-right {
   background-image: url( images/portlet-right-vertical.gif );
   height: 100%;
   background-repeat: repeat-y;
   background-position: right;
   width: 9px;
   min-width: 9px;
	display: none;
}

.portlet-footer-left {
   background-image: url( images/portlet-bottom-left.gif );
   width: 9px;
   height: 14px;
   background-repeat: no-repeat;
   background-position: top right;
   min-width: 9px;
	display: none;
}

.portlet-footer-center {
   background-image: url( images/portlet-bottom-middle.gif );
   height: 14px;
   background-repeat: repeat-x;
	display: none;
}

.portlet-footer-right {
   background-image: url( images/portlet-bottom-right.gif );
   width: 9px;
   height: 14px;
   background-repeat: no-repeat;
   min-width: 9px;
	display: none;
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
   background-image: url( images/maximize.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-minimized {
   background-image: url( images/minimize.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-normal {
   background-image: url( images/normal.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-help {
   background-image: url( images/help.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-edit {
   background-image: url( images/edit.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-admin {
   background-image: url( images/admin.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-remove {
   background-image: url( images/remove.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-view {
   background-image: url( images/view.gif );
   width: 17px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

.portlet-mode-reload {
   background-image: url( images/reload.gif );
   width: 16px;
   height: 20px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
}

/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-weight: normal;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
	color: #FFFFFF;
   background-image: url(images/bottom.jpg);
	background-position:  center;
	height:24px;
	width: 950px;
	margin-left:21px;
	margin-top:-17px;
}




a.portal-copyright {
   color: #E4EECC;
   text-decoration: none;
}

a.portal-copyright:hover {
   color: #9F625D;
   text-decoration: none;
}

#ThemeBy:before {
   content: "Theme by Novell";
}

/*************
*  Elements  *
**************/
a {
   color: #9F625D;
   text-decoration: none;
}

a:hover {
   color: #87868C;
   text-decoration: none;
}

INPUT {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

SELECT {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

FONT {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}

FIELDSET {
   background-color: transparent;
   border: 1px solid #BABDB6;
   padding: 6px;
}

LEGEND {
   background-color: transparent;
   padding-left: 6px;
   padding-right: 6px;
   padding-bottom: 0px;
   font-size: 13px;
}

/* below 3 selectors overwrite inline styles for page menu portlet */
#foldheader {
   list-style-image: url( images/bullet.gif ) ! Important;
   vertical-align: middle;
   cursor: pointer !important;
   margin-left: -10px;
}

#foldinglist {
   margin-left: 10px;
   list-style-image: url( images/bullet.gif ) ! Important;
   list-style-position: outside;
   cursor: pointer !important;
   margin-left: -10px;
}

#pagenosub {
   list-style-image: url( images/bullet.gif ) ! Important;
   cursor: pointer !important;
   margin-left: -10px;
   vertical-align: middle;
}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #87868C;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/********
* FORMS *
*********/
.portlet-form-label {
   color: #000;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
   color: #000;
   font-size: 12px;
   border-color: #000000;
   border-style: solid;
   border-width: 1px;
   background-color: #FFFFFF;
}

/* Text on a form button */
.portlet-form-button {
   font-size: 12px;
   color: #000000;
}

/* Text that appears beside a context dependent action icon */
.portlet-icon-label {

}

/* Text that appears beside a "standard" icon (e.g Ok, or Cancel)
not sure if we need this one?.. */
.portlet-dlg-icon-label {

}

/* Text for form field labels */
.portlet-form-field-label {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
   vertical-align: bottom;
}

/* Text for a form field */
.portlet-form-field {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   color: #000;
}

/********
* LINKS *
*********/

.portal-links:link {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #9F625D;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #87868C;
   text-decoration: none;
}

.portal-links:active {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

.portal-links:visited {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #B5C3A9;
   text-decoration: none;
}

/***********
* MESSAGES *
************/

/* Status of the current operation. */
.portlet-msg-status {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #95A490;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #9F625D;
}

/* Verification of the successful completion of a task. */
.portlet-msg-success {
   font-family: Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #705130;
}

/********
* MENUS *
*********/

/*General menu settings such as background color, margins, etc. */
.portlet-menu {

}

/* Normal, unselected menu item. */
.portlet-menu-item {
   color: #9F625D;
   text-decoration: none;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #87868C;
   text-decoration: none;
   font-family: Arial, Helvetica, 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:	===== */

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   font-weight: bold;
   color: #000;
   font-size: 13px;
   border-bottom: dotted;
   border-bottom-width: 1px;
   border-bottom-color: #87868C;
   padding-top: 2px;
}

.portlet-section-body {
   font-size: 12px;
}

.portlet-section-alternate {
   font-size: 12px;
   background-color: #fff;
}

.portlet-section-selected {
   font-size: 12px;
   background-color: #D8E2C3;
}

.portlet-section-subheader {
   font-weight: bold;
   font-size: 12px;
}

.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;
   color: #000;
   font-style: italic;
}

/*******************
* Table Selectors  *
********************/
/* Table header */
.portlet-table-header {
   font-weight: bold;
   color: #FFF;
   font-size: 13px;
   background-color: #95A490;
}

/* Normal text in a table cell */
.portlet-table-body {
   color: #000;
   font-size: 12px;
}

/* Text in every other row in the table */
.portlet-table-alternate {
   color: #000;
   font-size: 12px;
   background-color: #fff;
}

/* Text in a selected cell range */
.portlet-table-selected {
   color: #000;
   font-size: 12px;
   background-color: #D8E2C3;
}

/* Text of a subheading */
.portlet-table-subheader {
   font-weight: bold;
   color: #000;
   font-size: 12px;
}

/* Table footer */
.portlet-table-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 table). */
.portlet-table-text {
   font-size: 12px;
   color: #000;
   font-style: italic;
}

/* A separator bar similar to a horizontal rule, but with styling matching the page */
.portlet-horizontal-separator {
   color: #9F625D;
   height: 1px;
}

/* 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 {

}
td.dfi-spot-press-newsDate {
           width: 15%;
           border:none;
   		  vertical-align: top; 
			  color:#2EA8D1;  		   
   		 }
td.dfi-spot-press-title {
           border:none;
   		  vertical-align: top;   		   
   		  color:#FFFFFF;			  
   		 }
			 
a.dfi-spot-press-title {
           border:none;
   		  vertical-align: top;   		   
   		  color:#000000;			  
   		 }
			 
table.dfi-table-noborder {
	border:none;
        width:480px;
}


.dfi-left-menu {
	width: 162px;
}

/****************** Not sure about the following selectors:

PortletHeaderColor
PortletHeaderText
LeftCurve
PortletHeaderLink
RightCurve
RegionBorder
RegionHeaderColor

**************************************************************/
