@import url("/portal-core/themes/common/portlet-editor.css");
@import url( "/portal-core/themes/common/tooltip.css" );

/* *************************************************** */
/*      Compgraf for JBoss Portal                 */
/* *************************************************** */

#body {
   background: #ffffff url('images/bg_body.jpg') center top;
   margin: 0;
   padding: 0;
   font-family: "Times New Roman", "Georgia";
   font-size: 1.0em;
   color: #333;
}


/*****************
* Portal Header  *
******************/

/* spacer to keep header at certain width regardless of display size
done to avoid overlapping of tab navigation in header */
#spacer {
   width: 900px;
   line-height: 0px;
   font-size: 0;
   height: 0;
}

/* Wrapper for Header */
#header-container {
   height: 180px;
   width: 100%;
   min-width: 900px;
   z-index: 5;
   margin: 0px -3px 0px 3px;
}

/* Header background */
#header {
   height: 180px;
   background-image: url('images/logo-nhu.gif');
   background-position: right 0px;
   background-repeat: no-repeat;
   width: 100%;
   padding: 0px;
   margin: 0px;
   z-index: 1;
   position: relative;
}

#logoName {
   background-image: url('images/logo.gif');
   background-repeat: no-repeat;
   background-position: center;
   width: 100%;
   height: 180px;
   position: absolute;
   left: 0px;
   top: 0px;

}

/************************
* 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-image: url('images/logo-race.gif');
   background-position: 20px 18px;
   background-repeat: no-repeat;
   padding: 0 350px 0 350px;
}

/* min width for IE */
#expander {
   position: relative;
   padding: 0 0 0 0;

   margin: 0 -347px 0 -357px;
   min-width: 900px;
   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 {
   text-align: center;
   width: 100%;
   height: 462px;
   position: absolute;
   top: 231px;
   z-index: 0;
   padding: 15px 0 15px 0;
   background: url('images/bg_intro.gif') no-repeat center top;
   /* part of below IE hack
padding: 0 350px 0 350px; * /
   padding: 0px 100px 0px 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 {
   text-align: right;
   padding-right: 20px;
   width: 95px;
}

#login-container br {
   clear: left;
}

#loginButton {

}

#login-container legend {
   font-family: "Arial";
   font-size: 1em;
   font-weight: bold;
   color: #768591;
}

#loginForm {
   margin: 0px;
   padding: 0px;
}

/* end Login Page Selectors */

/* portlet regions within content-container. this includes footer-container. */
#regionA {
   /* test to swap columns...
      float: right; 	*/
   width: 25%;
   float: left;
   margin: 0px;
   padding:0px;
   /*border:dashed 1px red;*/
/*height: 300px;*/
}

#regionB {
   /* test to swap columns..
margin: 0 30% 0 0; */

   /*two column layout
margin: 0 0 0 30%;*/
   margin: 0px; /* test to add 3rd region in layout...*/
   min-width: 72%;

   width: 72%;
  /*float: left;  height: 300px;*/
   padding: 0px 0px 0px 2%; overflow: hidden;
   /*border:dashed 1px green;*/


}

#center {
}
  
#center embed { }

#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 {
   position: relative;
   text-align: center;
   top: 504px;
   padding: 20px 0 0 0;
   clear: both;
   height: 50px;
}

#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;
   width: 100%;
   height: 51px;
   top: 180px;
   background:url('images/nav-bg.gif') repeat-x;
   padding: 0; margin: 0;
   text-align:center;
}

ul#tabsHeader {
   list-style: none;
   margin: 0 0 -5px 0;
   padding: 0;
   z-index: 10;
   position:relative; top: 8px;
   
}

* html ul#tabsHeader {
   list-style: none;
   margin: 0 0 -5px 0;
   padding: 0;
   z-index: 1;
}

ul#tabsHeader li {
   display: inline;
   float: left;
   font-size: 12px;
   margin: 0 1px 0 1px;
   position: relative;
   left:20px;
   white-space: nowrap;
}

ul#tabsHeader li,
ul#tabsHeader li#current{
   background-position: top right;
   background-repeat: no-repeat;
}

ul#tabsHeader li a{
   background-position: top left;
   background-repeat: no-repeat;
   padding: 5px 15px 0 15px;
   display: block;
   height: 29px;
   width: 55px;
   white-space: nowrap;
   color:#c5a06b;
   font-size: 1.8em;
   font-weight:normal;
   text-decoration: none;
}

ul#tabsHeader li a:hover{
   text-decoration: underline;
}



ul#tabsHeader li#current a{
   background-position: top left;
   background-repeat: no-repeat;
   padding: 5px 15px 0 15px;
   display: block;
   height: 29px;
   white-space: nowrap;
}



ul#tabsHeader li#current {
   background-image: url('images/nav-active-right2.gif');
}

ul#tabsHeader li#current a{
   background-image: url('images/nav-active-left.gif');
}

ul#tabsHeader li {
   /*background-image: url( 'images/nav-inactive-right2.gif' );*/
}

ul#tabsHeader li a{
   /*background-image: url( 'images/nav-inactive-left.gif' );*/
}

/*Submenus*/

/* Begin Submenu selectors */
ul#tabsHeader ul {
   visibility: hidden;
   position: absolute;
   height: 0;
   top: 5px;
   left: 5px;
   width: 260px;
   text-align: left;
   margin: 0px;
   padding: 0px;
   margin-top: 28px; 

   
}

ul#tabsHeader ul a {   
   font-weight: normal;
   font-family: "Georgia";
   color: #4b200f;
   font-size: 1.2em;
   height: 18px;
   padding: 6px 5px 4px 10px; margin: 0;

}

ul#tabsHeader ul a:hover {
   text-decoration:none;

 
}

ul#tabsHeader #current ul a {
   font-weight: normal;
   background-image: none;
   height: 18px;
   padding: 6px 5px 4px 10px; margin: 0;
}

ul#tabsHeader #current ul a:hover {
   font-weight: normal;
}

ul#tabsHeader li:hover ul,
ul#tabsHeader a:hover ul {
   visibility: visible;  
   left: -15px;
   top: 5px; 
} 

ul#tabsHeader ul li {
   color: #5078aa;
   padding: 0;
   width: 260px;
   list-style: none;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   z-index: 10;
   background: url('images/bg_accent.gif');  
   border-top: solid 1px #dfd2b3;
   border-right: solid 1px #cbbea0;
   border-bottom: solid 1px #cbbea0;
   border-left: solid 1px #dfd2b3;
}

ul#tabsHeader ul li#current ul li {
 background-image: none;

}

ul#tabsHeader ul li:hover {
   background: url('images/bg_accent2.gif');
}


/* End Submenu selectors */

/* -------- These are new selectors for the admin and add page styles ------- */

ul#tabsHeader #admin {
   display: inline;
   background-image: url(images/tab_right_admin.gif);
   background-repeat: no-repeat;
   background-position: right top;
   padding-top: -3px;
   line-height: 22px;
}

ul#tabsHeader #admin a {
   color: #4386b5; /*   background-image: url(../images/tab_left_admin.gif);*/
   background-repeat: no-repeat;
   background-position: top left;
   white-space: nowrap;
   padding-top: -3px;
   line-height: 22px;
}

ul#tabsHeader #admin a:hover {

}

ul#tabsHeader #addpage {
   display: inline;
   background-color: transparent;
   margin-bottom: -3px;
   padding-top: 1px;
}

ul#tabsHeader #addpage a, #addpage a:hover {
   font-size: 11px;
   font-variant: normal;
   font-weight: bold;
   color: white;
   line-height: 22px;
   background-image: none;
   white-space: nowrap;
}

ul#tabsHeader #addpage a:hover {
   text-decoration: underline;
}

/* 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;*/
   position:absolute;
   top: 44px;
   right: 160px;
   font-size: 0.8em;
   padding: 6px 12px 0px 0px;
   z-index: 20;
   text-align:left;
   line-height: 180%;
}

#dashboardnav img, #dashboardnav a, #dashboardnav div {
    margin: 0;
    color: #C5A06B;
    display: inline;
}

#dashboardnav a.login {
    background: url("images/dashboardnav/ico_16_logon.gif") left center no-repeat;
    padding-left: 20px;
    margin-left: 2px;
}

#dashboardnav a.user {
    margin-left: 2px;
}

#dashboardnav a.logout {
    background: url("images/dashboardnav/ico_16_exit.gif") left center no-repeat;
    text-decoration: none;
    padding-left: 16px;
    margin-left: 6px;
}

#dashboardnav a.ruLocale {
    background: url("images/dashboardnav/ico_lang_rus.gif") left center no-repeat ;
    padding-left: 22px;
    text-decoration: none;
}

#dashboardnav a.enLocale {
    background: url("images/dashboardnav/ico_lang_eng.gif") left center no-repeat ;
    padding-left: 22px;
    text-decoration: none;
}

#dashboardnav div.currentLocale {
   background: url(images/dashboardnav/bg_locale_current.gif) left center no-repeat;
}

/****************************
* Portlet Container Windows *
*****************************/

.portlet-container {
   margin: 0px 0px 10px 0px;
}

/* wrapper for floating portlet window modes */
.portlet-mode-container {
   white-space: nowrap;
   float:right;
}

.mode-button {
   /*position:absolute;*/
   margin-right: 3px;
   padding-top:5px;
   float:left;
}

.portlet-titlebar-title {
   color: #4b200f;
   font-size: 0.8em;
   font-family: "Georgia";
   font-weight: bold;
   white-space: nowrap;
   line-height: 100%;
   float: left;
   text-indent: 2px;
   padding-top: 5px;
   padding-bottom: 6px;
   width:65%;
   display:block;
   margin-right:10px;
}

/* ------ NOT CURRENTLY IN USE FOR NEW 2.6 FUNCTIONALITY -------
.portlet-titlebar-decoration {}
*/

.portlet-titlebar-left {
   background-image: url(images/portlet-top-left2.gif);
   background-repeat: no-repeat;
   width: 9px;
   height: 29px;
   min-width: 9px;
   background-position: 0 1px;
}

.portlet-titlebar-center {
   background-image: url(images/portlet-top-middle2.gif);
   background-repeat: repeat-x;
   height: 29px;
   background-position: bottom;
   position:relative;
   }

.portlet-titlebar-right {
   background-image: url(images/portlet-top-right2.gif);
   background-repeat: no-repeat;
   width: 10px;
   height: 30px;
   min-width: 10px;
   background-position: -1px 1px;
}

.portlet-content-left {
   background-image: url(images/portlet-left-vertical.gif);
   background-repeat: repeat-y;
   width: 9px;
   min-width: 9px;
   /*
      width:20px;
      background-color:#FFFFFF;
      border-left: 1px solid #dfe8ed;
   */
}

.portlet-content-center {
   vertical-align: top;
   padding: 0;
   margin: 5px 5px 5px 2px;
   background:red;
}

.portlet-body {
   padding: 0;
   margin: 0;
}

.portlet-content-right {
   background-image: url(images/portlet-right-vertical.gif);
   height: 100%;
   background-repeat: repeat-y;
   background-position: left;
   width: 5px;
   min-width: 5px;
   padding: 0;
   margin: 0;
   /*
      width:5px;
      background-color:#FFFFFF;
      border-right: 1px solid #dfe8ed;
   */
}

.portlet-footer-left {
   background-image: url(images/portlet-bottom-left.gif);
   width: 9px;
   height: 4px;
   background-repeat: no-repeat;
   background-position: top right;
   min-width: 9px;
   padding: 0;
   margin: 0;
   /*
   background-color:#FFFFFF;
   border-bottom: 1px solid #98b7c6;
   border-left: 1px solid #dfe8ed;
   height:5px;
   */
}

.portlet-footer-center {
   background-image: url(images/portlet-bottom-middle.gif);
   height: 4px;
   background-repeat: repeat-x;
   /*	background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      height:5px;
   */
}

.portlet-footer-right {
   background-image: url(images/portlet-bottom-right.gif);
   width: 5px;
   height: 4px;
   background-repeat: no-repeat;
   min-width: 5px;
   /*
      background-color:#FFFFFF;
      border-bottom: 1px solid #98b7c6;
      border-right: 1px solid #dfe8ed;
      height:5px;
   */
}

/***********************
* Portlet Window Modes *
************************/
.portlet-mode-maximized {
   background-image: url(images/ico_16_maximize.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-maximized:hover {
	text-decoration: none;

}

.portlet-mode-minimized {
   background-image: url(images/ico_16_minimize.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-minimized:hover {
   text-decoration: none;
}

.portlet-mode-normal {
   background-image: url(images/ico_16_normal.gif);
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-normal:hover {
   text-decoration: none;
}

.portlet-mode-help {
   background-image: url(images/ico_16_help.gif);
   width: 16px;
   height: 16px;
   background-repeat: no-repeat;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-help:hover {
   text-decoration: none;
}

.portlet-mode-edit {
   background-image: url(images/ico_edit.gif);
   background-repeat: no-repeat;
   width: 28px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-edit:hover {
   text-decoration: none;
}

.portlet-mode-admin {
   background-image: url(images/ico_admin.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-admin:hover {
   text-decoration: none;
}

.portlet-mode-remove {
   background-image: url(images/ico_16_remove.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-remove:hover {
   text-decoration: none;
}

.portlet-mode-view {
   background-image: url(images/ico_cancel.gif);
   background-repeat: no-repeat;
   width: 28px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   padding-right: 20px;
   text-decoration: none;
}

.portlet-mode-view:hover {
   text-decoration: none;
}

.portlet-mode-reload {
   background-image: url(images/ico_16_reload.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: left;
   display: inline;
   cursor: pointer;
   padding-left: 3px;
   text-decoration: none;
}

.portlet-mode-reload:hover {
   text-decoration: none;
}

.portlet-mode-hide {
   background-image: url(images/ico_16_swizzleclosed.gif);
   background-repeat: no-repeat;
   width: 16px;
   height: 16px;
   float: right;
   display: inline;
   cursor: pointer;
   text-decoration: none;
}

.portlet-mode-hide:hover {
   text-decoration: none;
}

/**********************
* Copyright Selectors *
***********************/
.portal-copyright {
   font-size: 13px;
   color: #9b7a4f;
}

a.portal-copyright {
}

a.portal-copyright:hover {
}

#ThemeBy {
   content: "Theme by JBoss.org Design";
}

/*************
*  Elements  *
**************/
a {
   color: #9b7a4f;
   text-decoration: underline;

}

a:hover {
   color: #735140;
}

hr {
   border-top: 1px dashed #d5d5d5;
   border-bottom: 0px;
   border-left: 0px;
   border-right: 0px;
}

SELECT {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
}

FONT {
}

FIELDSET {
}

LEGEND {
}

h1, h2, h3, h4 {font-family: "Times New Roman"; font-weight: normal; color: #4b200f; line-height: 1em}

h1 {font-size: 2.0em; margin: 0px 0px 20px 0px; clear:both;}
h2 {font-size: 1.2em; margin: 20px 0px 0px 0px; color: #41281d; clear:both}
h3 {font-size: 1.1em; margin: 10px 0px 0px 0px; color: #666; clear:both;}
h4 {font-size: 0.9em; font-style:italic; margin: 10px 0px 10px 0px; color: #333; clear:both}

p {margin: 5px 0px 20px 0px; line-height: 1.2em; clear:both;}

/********
* FONTS *
*********/

/* Font attributes for the normal  fragment font.
Used for the display of non-accentuated information */
.portlet-font {
   color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/* Font attributes similar to the portlet.font but the color is lighter */
.portlet-font-dim {
   color: #777777;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

/********
* FORMS *
*********/
input {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   margin-right: 6px;
}

.portlet-form-label {
   font-size: 10px;
   color: #656565;
}

/* Text of the user-input in an input field. not sure if we need this guy? */
.portlet-form-input-field {
   color: #000000;
   font-size: 10px;
}

/* Form Button Style */
.portlet-form-button {
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #5078aa;
   border-top: 1px solid #97B7C6;
   border-left: 1px solid #97B7C6;
   border-bottom: 1px solid #254869;
   border-right: 1px solid #254869;
}

/* 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: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   color: #000;
   white-space: nowrap
}

.provider-menu-container{
   padding:10px;
}

/* Text for a form field */
.portlet-form-field {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 10px;
   color: #000; /*margin-top: 10px;*/
}

.requiredfield {
   color: #821717;
}

/********
* LINKS *
*********/

.portal-links:link {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:hover {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #5699B7;
   text-decoration: none;
}

.portal-links:active {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 11px;
   font-weight: bold;
   color: #242424;
   text-decoration: none;
}

.portal-links:visited {
   font-family: Verdana, Arial, 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: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #336699;
}

/* Help messages, general additional information, etc. */
.portlet-msg-info {
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-style: italic;
   color: #000;
}

/* Error messages. */
.portlet-msg-error {
   color: red;
   font-family: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
}

/* Warning messages. */
.portlet-msg-alert {
   font-family: Verdana, Arial, 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: Verdana, Arial, Helvetica, Sans-Serif, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #359630;
}

/***********
* SECTIONS *
************/

/* Table or section header */
.portlet-section-header {
   font-weight: bold;
   color: #656565;
   font-size: 12px;
}

.portlet-section-body {
   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: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.portlet-menu-item:hover {
   color: #5699B7;
   text-decoration: none;
   font-family: Verdana, 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:	===== */

/* 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

******************************************************************************************************************************** */

/****************** link styles (active and disabled) for the "Add" icon ***************************/

a.addicon {
   font-weight: bold;
   background-image: url(images/ico_addcontent.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
}

/*
a.addicondisabled {
   font-weight: bold;
   color: #d5d5d5;
   background-image: url( images/ico_addcontent_disa.gif );
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
}
*/

/************** Foat Style (used to float objects on the page) **********************/

.floatobjectright {
   float: right;
}

.floatobjectleft {
   float: left;
}

/**************** Hide/Show functionality  ******************************************/
.hidden {
   display: none;
}

/************** Pagination ************************/
.pagination {
   padding-top: 6px;
   white-space: nowrap;
}

.pagination ul {
   margin: 0;
   padding: 0;
   font-size: 10px;
   text-align: right;
}

.pagination li {
   list-style-type: none;
   display: inline;
   padding-bottom: 1px;
}

.pagination a, .pagination a:visited {
   padding: 0px 2px;
   text-decoration: none;
   color: #5078aa;
}

.pagination a:hover, .pagination a:active {
   color: #7eacd6;
   text-decoration: underline;
}

.pagination li.currentpage {
   font-weight: bold;
   padding: 0 2px;
   color: #000000;
}

.pagination li.disablepage {
   padding: 0 5px;
   color: #656565;
}

.pagination li.nextpage {
   font-weight: bold;
   background-image: url(images/ico_arrow_blue_right.gif);
   background-repeat: no-repeat;
   background-position: left;
   margin-left: 3px;
   padding-left: 6px;
}

.pagination li.nextpagedisabled {
   color: #656565;
   font-weight: bold;
   background-image: url(images/ico_arrow_grey_right.gif);
   background-repeat: no-repeat;
   background-position: left;
   margin-left: 3px;
   padding-left: 8px;
   padding-right: 2px;
}

.pagination li.previouspage {
   font-weight: bold;
   background-image: url(images/ico_arrow_blue_left.gif);
   background-repeat: no-repeat;
   background-position: right;
   padding-left: 10px;
   margin-right: 3px;
   padding-right: 7px;
}

.pagination li.previouspagedisabled {
   font-weight: bold;
   color: #656565;
   background-image: url(images/ico_arrow_grey_left.gif);
   background-repeat: no-repeat;
   background-position: right;
   padding-left: 12px;
   margin-right: 3px;
   padding-right: 9px;
}

* html .pagination li.currentpage, * html .pagination li.disablepage {
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
   margin-right: 5px;
   padding-right: 0;
}

/********************* graphic style for bottom button bar in the administration portlets ***********************************/

.bottombuttonbar {
   background-color: #ececec;
   border-bottom: 1px solid #d5d5d5;
   border-top: 1px solid #d5d5d5;
   margin: 15px 10px 15px 5px;
   padding: 10px 10px;
}

/***************  Edit state background for hide/show controls **************************************************

Currently for Role management admin portlet

******************************************************************************************************************/

.editportletbkg {
   background-color: #eef8fd;
   padding: 10px;
   border: 1px solid #000000;
}

/*=======NHU styles============*/


#footer-container .banners {
    padding: 8px 0 0 0;
    margin: 0;
    line-height: 0;
}

#footer-container .banners p {
    padding: 0;
    margin: 0;
    line-height: 0;
}

/* backslash hack for IE6-Mac \*/
* html #content-container {top: 230px;}
/* End Mac Hack */

img {border: none;}


/**** Main menu ***/

div.main-menu{
	background:url(images/nav-bg.gif) repeat-x 0 0;
	height:45px;
	padding:9px 0 0;
	}
	div.main-menu ul.main-menu{
		padding:0;
		list-style-type:none;
		text-align:center;
		font-size:24px;
		margin:0 auto;
		display:table;
		white-space:nowrap;
		}
		div.main-menu ul.main-menu li{
			background:url(images/arrow_menu.gif) no-repeat 100% 50%;
			padding:0px 10px 0 15px;
			margin:0 10px;
			display:table-cell;

			}
		div.main-menu ul.main-menu li#active{
			background:none;
			}
			div.main-menu ul.main-menu li span{
				display:block;
				cursor:pointer;
				}
			div.main-menu ul.main-menu li#active span{
				background:url(images/nav-active-right2.gif) no-repeat 100% 0;
				}
				div.main-menu ul.main-menu li span a{
					color:#C5A06B;
					text-decoration:none;
					padding:0px 15px;
					line-height: 34px;
					}
				div.main-menu ul.main-menu li span a:hover{
					color: #ecdebf;
					}
				div.main-menu ul.main-menu li#active span a{
					background:url(images/nav-active-left.gif) no-repeat 0 0;
					}
			div.main-menu ul.main-menu li ul{
				display:none;
				font-size:16px;
				font-family:Georgia,Times,serif;
				text-align:left;
				position:absolute;
				left: 18px; top: 33px;
				float:none;
                width: 254px;
                overflow: hidden;
				}

                .main-menu-drop {
                    position: absolute;
                }

                .main-menu-iframe {
                    width: 300px;
                    height: 35px;
                }

				div.main-menu ul.main-menu li ul li{
					display:block;
					float:none;
					padding:0;
					margin:0;
					right:auto;
					position:static;
					background: none;
                    width: 254px;
                    overflow: hidden;
					}
					div.main-menu ul.main-menu li ul li a{
						background:url(images/bg_dropmenu.gif) repeat 0 0;
						display:block;
						padding:6px 10px 6px 10px;
						color:#C5A06B;
						text-decoration:none;
						border-top:solid 1px #512c18;
						border-right:solid 1px #2f160b;
						border-bottom:solid 1px #2f160b;
						border-left:solid 1px #512c18;
						}
					div.main-menu ul.main-menu li ul li a:hover{
						background:url(images/bg_dropmenu-hover.gif) repeat 0 0;
						color:#ecdebf;
						}



/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			1em;
	top:			35px; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}

