/*
**************************************************************************
*** File Name: colors_nyahsa.css
*** Author: Steve Davies
*** Create Date: 6/9/2005
***
**************************************************************************
*** Change Log:
***
***  2007- 11-05 S. Davies: Renamed the "navBarMenuDDdynPublicationsData" DIV 
***                      to "navBarMenuDDdynPressCenter" to reflect its departure from 
***                      the ADHCC version from which is was derived. Restyled the menuButton
***                      link class to appear and behave more like a traditional link.
***
***  2008- 05-07 S. Davies: changed colors of sidebar and main menu to dark b'grd with light 
***                      foreground,  plus link styles.  Added link styles for the Breadcrumb.
***
*** 2008-05-16 S. Davies: as the line-height was increased for div.menu, 
***                    to accomodate the 'service mark' superscript in hover state for IE7,
***                     restored the underline for the hover state of the menu items.
***
*** 2009-02-06 S. Davies: added a 'color' property to 'div.sbMenu' class. Needed to establish
***                     a color of its own, to factor into the DIV's computed styles, so that an ID 
***                     would eventually be available for use in DHTML menus. Note that it must be
***                     maintained it as the same value given to its links in their un-hovered state.
***
*** 2009-02-10 S. Davies: qualified the 'div.sbMenu' class declaration with containing div name
***                     and ID as an 'ID selector', to avoid unintentional overrides.
***
*** 2009-02-27  S. Davies: Assign a specific background ("white") to "rightOuter" div
***                    "rightHeader" div, topOuter div, mainOuter div, and mainContent div.
***
*** 2009-04-01  S. Davies: for re-org'd Login Form inputs, assign a specific foreground color to
***                      to the class "logInLabel".
***
*** 2009-05-15 S. Davies: removed all color rules for all links in mainContent (Type I) 
***                     and mainContentRight (Type II) DIVs, if any (i.e. psuedo-classes).
***                     Note that links in these regions are generally considered to be 'non-nav.',
***                     meaning 'not part of a menu system or navigational widget or control'.
***                     Also factored out the Calendar Master colors, up to colors_global.css, as well as
***                     'Record Pager' nav link colors.
***
***  YYYY-MM-DD XXXXXX xxxxxxxxxxxxxxxxxxxxxxxxx
***
**************************************************************************
**  begin style sheet file for "colors"
*/


/* ------------------ begin:  Type II pages  -----------------------  */

div#topOuter {
    color: #147;
    background: white;
}


/*  note: for Type II pages, need an explicit colors to override topOuter  */
div#topOuter div#sbLeftUpperNav {
    color: white;
/*    background: #696E7F;    powder lighter-med-blue-grey  -  2008-05-07  */
    background: #29636C;   /*  hunter green -2008-05-09  */

}


div#topOuter div#sbLeftUpperNavInner {
    color: white;
/*	background: #FFF370;	 */
/*    background: #696E7F;    powder lighter-med-blue-grey  -  2008-05-07  */
    background: #29636C;   /*  hunter green -2008-05-09  */
}


div#mainOuter {
    background: white;
}


/* ------------------ end: Type II pages  ---------------------------  */

/*  ----------------- begin:  Type I pages --------------------------  */

div#leftOuter {
/*    color: midnightblue;   #191970 - CSS color name verified in both browsers -  was superceded on 2008-05-07  */
/* 	background: #FFF370;	 medium yellow  -  was superceded on 2008-05-07  */
    color: white;
/*    background: #696E7F;    powder lighter-med-blue-grey  -  2008-05-07  */
    background: #29636C;   /*  hunter green -2008-05-09  */
}



/*  ----  BEGIN: default colors (and styles) for psuedo-classes for left-side Nav of Type I pages  -----  */

/*  
** 2009-02-10: utilizing the ID selector at this [high] level dictates that all overrides must be qualified with an ID selector.
** An alternate approach would be to either further qualify the links with classnames, OR  assign a class name
** to the outer container, and use that as the qualifier instead of the ID name, to weaken specificity.
*/

div#leftOuter a {
    background: transparent;
}


  div#leftOuter a:link
, div#leftOuter a:visited {
     /* color: midnightblue;   #191970 - CSS color name verified in both browsers -  was superceded on 2008-05-07  */
    color: white; /*   2008-05-07 */
    -moz-outline: none;  /*  Mozilla-specific attribute disabled */
    outline-style: none;  /*  IE-specific attribute disabled */
	-moz-user-focus: none;  /*  Mozilla-specific attribute disabled */
    text-decoration: none;
}


div#leftOuter a:hover {
    color: #BFC;  /*   lighter mint green 2008-05-07 */
    text-decoration: underline;
   /* -moz-outline: auto; */
}


/* 
5/4/2007 simply put, do NOT set any styles for the 'focus' and 'active' states -ignore them 
- they don't lend any value to menu items that nav to other pages.

  div#leftOuter a:focus
, div#leftOuter a:active {
   color: #996;
}
*/

/* ----  END: default colors (and styles) for psuedo-classes for left-side Nav of N-Org 'Type I' pages  -----  */


/*   ------ BEGIN: colors for psuedo-classes for top Nav of N-Org 'Type II' pages ----- */

  div#sbLeftUpperNavInner a:link
, div#sbLeftUpperNavInner a:visited {
    /*   color: midnightblue;   #191970 - CSS color name verified in both browsers */
    color: white; /*   2008-05-07 */

    outline-style: none;  /*  IE-specific attribute disabled */
    -moz-outline: none;  /*  Mozilla-specific attribute disabled */
	-moz-user-focus: none;  /*  Mozilla-specific attribute disabled */
}

div#sbLeftUpperNavInner a:hover {
   /* color: #000; */
   color: #BFC;  /*   lighter mint green 2008-05-07 */
   text-decoration: underline;
}

/*   ------ END:  colors for psuedo-classes for top Nav of Type II pages ----- */



/*  ********  begin: Sidebar leftContent   *************  */


  div#sbLeftContentUpper  div#hdrLogIn 
, div#sbLeftContentUpper  div#hdrLogOut {
   color:#CDC;
}

/* DEBUG
  div#sbLeftContentLogin  div#hdrLogIn 
, div#sbLeftContentLogin  div#hdrLogOut {
   color: red;
}
*/


/* 2009-04-01  S. Davies: for re-org'd Login Form inputs */

/* 2009-04-01 : discontinued this rule
div#sbLeftContentUpper form span {
   color:#CDC;
}
*/

div#sbLeftContent *.logInLabel { color:#CDC; }


/* END: 2009-04-01  : for re-org'd Login Form inputs */


/*   --- BEGIN: colors for psuedo-classes of Authentication links ---- */
  div#sbLeftContent  a#linkLoginAssist:link
, div#sbLeftContent  a#linkLoginAssist:visited
, div#sbLeftContent  a#linkPswdChg:link
, div#sbLeftContent  a#linkPswdChg:visited {
   color:#CDC;
}

  div#sbLeftContent  a#linkLoginAssist:hover
, div#sbLeftContent  a#linkPswdChg:hover{
   color: #BFC;  /*   lighter mint green 2008-05-07 */
   text-decoration: none;
}

/*   --- END: colors for psuedo-classes of Authentication links ---- */

/*  ********  END: Sidebar leftContent   *************  */


/*  ----  BEGIN: Left Middle Nav Sidebar (sb) dyn Menu classes colors ----   */

div#sbLeftMidNav div.sbMenu {
    /* 
    2009-02-06 S. Davies: added a 'color' property needed to establish a color of its own (independent of its links)
                       to factor into the DIV's computed styles for DHTML menus.    Maintain it as the same value given to
                       its links (un-hovered), below.
    */
    color: #036; /* darker blue-green */
    background: #E1ECFB;  /* light powder blue */	    
}


/*  --- BEGIN: Left Middle Nav Sidebar contained psuedo-classes  --- */

/*  ---- orig. from global.css - line 331 ----  */
  div#sbLeftMidNav a.sbMenuButton:link
, div#sbLeftMidNav a.sbMenuButton:visited {
    color: inherit;
    background: transparent;
}

div#sbLeftMidNav a.sbMenuButton:hover {
    color: #036;  /* darker blue-green -maintain it as the same as its sub-menu */  
    background: #E1ECFB;  /* light powder blue - maintain it as the same as its sub-menu  */
    border: 1px solid silver;	
    text-decoration: underline;
}


/*  ----  BEGIN: flyout links pseudo-classes ----  */

  div#sbLeftMidNav a.sbMenuItem:link 
, div#sbLeftMidNav a.sbMenuItem:visited {
    color: #036; /* darker blue-green */
    background: transparent;
}


div#sbLeftMidNav a.sbMenuItem:hover {
   color: #D41;  /*   2008-05-07 */
   background: #F9F9F9;
   border-right: 1px solid silver;
   font-weight: bold;
/*   letter-spacing: 0.05em;*/
   text-decoration: underline;
}

/*  ----  END: flyout links ----  */


/*  used to need an ID selector rule - delete this?  */
/*  the same as its sbMenu flyout  */

/*div#sbLeftMidNavBoxAboutUs a.sbMenuButton:hover {
    background: #E1ECFB;  
    color: #036;
}
*/



/* ------------- END: colors for the Left Middle Sidebar (sb) dyn Menu classes ------------- */

/*  ------------- END: psuedo-classes for left-side Nav -------------   */

/*  ---------------------------- END: colors for Left Side - Type I   -----------------------   */


/*  ----------------------------------------------------------------- */
/*  --------------------   Right Side  ---------------------------- */
/*  ----------------------------------------------------------------- */

div#rightOuter {
    color: #147;
    /* background: #F3F; -for testing */
    background: white;
}


/* -------- internals ---------- */

div#rightHeader {
    color: #036;
/*     background: #FFF;  prev 5/28/2007 */
/*    background: #F3FFF1;  prev 5/30/2007 - to use a grey, the image needs a transparent background to tie it all in  */
    background: #FFF; 
}


div#rightHeader01 {
    color: inherit;
    background: transparent;
}


div#rightHeaderAcronym {
/*   color: #BFD9FF; */
/*   color: #AEC8FF; */
/*   color: #9DB7FF; */
}



/* note:  override earlier #rightSubHeader with specific biz section colors */

div#rightSubHeader {
    color: #036;
/*    background: #CFF; */
    background: #E1ECFB;  /* light powder blue */
    border-top: 1px silver solid ;
}

div#headerSub01 {
    color: #036;
    background: #CFF;
}

div#headerSub01Left {
    background: transparent;
}

div#headerSub01Right {
    background: transparent;
}

div#headerSub01Right01 {
     background: transparent;
}

div#headerSub01Right02 {
    color: #CFF;
    background: #69F;
}

div#headerSub01Right02a {
    color: inherit;
    background: transparent;
}

div#headerSub01Right02b {
    color: #FFF;
    background: transparent;
}

/*  ************ main NavBar color styles - defaults *********************  */
div#rightNavBar {
    color: #000;
/*    background: #80B4FF; */
/*    background: #BFD9FF;   medium powder blue */
    background: #E1ECFB;  /* light powder blue */
    border-top: 1px silver solid ;
}


div#navBarTop {
/*    background: #6CC; */
/*     background: #80B4FF; */
}

div#navBarBreadcrumb {
/*    color: #036;
    background: #6CC; */
}




/*  ****** main NavBar color styles override *********  */
div#navBarMenuDDdyn {
    color: #FFF;
/*    background: #036; superceded on 2008-05-07  */
/*    background: #696E7F;    powder lighter-med-blue-grey  -  2008-05-07  */
    background: #29636C;   /*  hunter green -2008-05-09  */

}


div#navBarMenuDDdynPressCenter {
/*   border-right: 1px dashed gray;  */
   border-right: none;
}


/*  ----------------  color for the navBarTop link psuedo classes  ---------------------------------------  */
/*   note:  override earlier #topOuter rules with specific "document area" colors                         */
/*   -------------------------------------------------------------------------------------------------------------  */

/* 
 5/4/2007 -  note:simply don't set any styles for the 'focus' and 'active' states -ignore them 
- they don't lend any value to links that nav to other pages.
*/


   div#navBarTopRight a:link
,  div#navBarTopRight a:visited {
/*     color: #036; */
    color: black;
}

div#navBarTopRight a:hover {
   color: #F00;
}


/*
div#navBarTopRight a:focus
,    div#navBarTopRight a:active {
    color: #669966;  
}
*/


/*   -----  color for the navBarBreadcrumb psuedo classes ------ */
  div#navBarBreadcrumb a:link
, div#navBarBreadcrumb a:visited {
/*     color: #036; */
    color: black;
}

div#navBarBreadcrumb a:hover {
/*   color: #F60;  orange */
   color: #F00; 
}



/*   ********** BEGIN:  colors for the main Dyn. Menu classes  ******************   */

div.menuBar {
/*    background: #C0C0C0;  -Windows button color */
    background: transparent; 
	color: white;
    border-right: 1px solid white; 
}


div.menuBar a.menuButton {
    background: transparent;
}



div.menu {
/*    background: #6CC;  robin egg blue  */
    background: #E1ECFB;  /* light powder blue */
}


a.menuItem {
    background: transparent;
}


/*   ********** color for the main dyn "Menu Button" psuedo classes  **********   */
 div.menuBar a.menuButton:link
,  div.menuBar a.menuButton:visited {
	color: white;
	text-decoration: none;
}


div.menuBar a.menuButton:hover {
/*    color: #F0F;   2008-05-07 */
    text-decoration: underline;
   color: #BFC;  /* light blue-green */

}


div.menuBar a.menuButton span {
    text-decoration: none;
	color: white;
}



/*  Note: we no longer recognize these states:
   div.menuBar a.menuButton:focus
,  div.menuBar a.menuButton:active {
     color: #036;
}
*/


/*   ********** color for the main dyn "Menu Item" psuedo classes  ************************   */
/* --  observe that these work with "classes"  because they haven't been overridden by any container's  'ID selector' styles applied to links -- */

   div.menu a.menuItem:link
,  div.menu a.menuItem:visited {
    color: #036;

    outline-style: none;  /*  IE-specific attribute disabled */
    -moz-outline: none;
	-moz-user-focus: none;  /*  Mozilla-specific attribute disabled */
}


div.menu a.menuItem:hover {
   color: #D41;
   /*  2008-05-16 - S. Davies: after the text-decoration was set to 'none' on 2008-04-30, restored the underline.    */
    text-decoration: underline; 
}

/* 
5/4/2007 simply don't set any styles for the 'focus' and 'active' states -ignore them 
-they don't lend any value to menu items on a drop-down.
*/


/*   ********** END:  color for the main dyn "Menu Item" psuedo classes  **********   */



/*   *************  Begin:  Main Content styles ***************   */

div#mainContent {
    color: #000;
    background: white;
}


/* ------   mainContent internals ------------ */

div#mainContent  th {
/*     background: #6CC;  blue with slight reddish tint */
/*    background: #E1ECFB;  light powder blue */
    background: #BFD9FF;  /* medium powder blue */
}



/* ----    more internal areas   ---- */

div#mainContentLeft {
    color: #036;
    background: transparent;
    border-right: 1px #036 solid ;
}

div#mainContentRight {
    color: inherit;
    background: transparent;
}

/* ------  END:  mainContent internals ------------ */



/*   *************** Footer area  *************   */

div#footer, div#rightFooter {
    border-top: 1px #AAA solid ;
    color: #036;
    background: #FFF;
}

div#footer_header {
   /* the original intent was to match rightNavBar, but it was too close to a default coloring of the browser's horiz scrollbar */
   /* background: #E1ECFB;  light powder blue */
   background: #F0F0F0;
}

div#footerAdverts {
/*  for better contrast, used bg color from LeftContent
    and the dark blue for [font] color.
PREV:
color: #CC6;
background: #CFF;
*/
    color: #036;
    background: #CFC;
}

div#footerNav {
    color: inherit;
    background: inherit;
}

div#footerNavLeft {
    color: inherit;
    background: transparent;
}

div#footerNavRight {
    color: inherit;
    background: inherit;
}

div#footerNavBottom {
    color: inherit;
    background: transparent;
}

/*   ********  footer Nav ***************   */
  div#footerNavRight a:link
, div#footerNavRight a:visited {
    color: #036;;
}

div#footerNavRight a:hover {
   color: #F00;
}

/* this might be OK for the Footer links, to provide some context on return */
  div#footerNavRight a:focus
, div#footerNavRight a:active {
    color: #669966;  
}

/* Type II footer nav */

/*   ********  footer Nav ***************   */
  div#footer a:link
, div#footer a:visited {
    color: #036;;
}

div#footer a:hover {
   color: #F00;
}

/* this might be OK for the Footer links, to provide some context 'on return' */
  div#footer a:focus
, div#footer a:active {
    color: #669966;  
}

/*   ********  END: footer Nav ***************   */

/*  end of style sheet file */

