/*
'******************************************************************************
'
'	Name:		Standard Shared Stylesheet
'
'   	Path:		/cmgshared/stylesheets/iestyles.css
'
'	Description:	Style sheet for cmg.com sites and applications 
'			for IE and Netscape browsers.
'
'	Revision History:
'
'	Date	Revised By		SIR # / Description
'	------------------------------------------------------------------------
'   03/02/2005 	AWM	April 2005 - New and revised classes added for Taxonomy 
'			Phase 3 project. Merged Vignette stylesheetIE.css. Retired
'			Vignette css classes: sitename, boxlinkwhite, boxlinkred,
'			subfooter,navcell,newsheadline,newstitle,newsdate,weatherfont.
'			See individual classes for additional edit history.
'   07/01/2005  AWM	Changed background color of .tableshaderow to E0EBF5.
'			Changed visited link color.  Added new data cell classes.
'   09/01/2005	TT	Changed headLink right padding from 10 to 9 pixels to allow
'			for four header links.
'		04/24/2006  TT  New and revised classes for Home Page changes.  The following classes
'			were changed:  .boxheader, .colheader, .colnotsorted, .colsortedby, .headlink, .navigation2,
'			.navigation2Selected, .subnavigation, .subnavigationbold, .subnavigationselected, .tableheader,
'			.tableshaderow and .tablewhiterow.  The class .subnavigationboldselected was added.
'			Basic TH also changed.
'		06/12/06 JMH	Changed hover color from  6699cc to CC6600 for A.boxlink:hover and .boxlink A:hover
'		06/15/06 JMH	Changed the font size in the boxheader to 10pt from 14px
'		09/06/07 TT		Added for master page functionality.
'		08/27/08 TZ		Updated styles for new 2008 header.
'   10/14/08 AA   Added back the style attribute (A.subnavigationselected on line 1129) after comparing 
'									with production version 
'******************************************************************************
*/
.contentHolderTbl {
	margin: 0;
	padding: 0;
}

.wrapperTbl {
	background-attachment: scroll;
	background-repeat: repeat;
	background-color: white;
	width: 770px;
}


/*04/26/06 Changed active color to match visited.*/

A:link
{
    COLOR: navy;
}
A:visited
{
    COLOR: #551A8B;
}
A:hover
{
    COLOR: #6699cc;
}
A:active {
	COLOR: #551A8B;
}

BODY
{
    PADDING-RIGHT: 0px;
    MARGIN-TOP: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 10pt;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
}

/*
BODY
{
    PADDING-RIGHT: 0px;
    MARGIN-TOP: 0px;
    PADDING-LEFT: 0px;
    FONT-SIZE: 10pt;
    MARGIN-LEFT: 0px;
    MARGIN-RIGHT: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: white;
   
   	margin: 0;
		padding: 0;

}*/

DIV
{
    MARGIN: 0px;
}
FORM
{
    MARGIN: 0px;
    PADDING: 0px;
}
IMG
{
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;
}
TABLE
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
}
/* FONT-SIZE is needed in TD or header tabs get messed up */
TD
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    MARGIN-TOP: 0px;
    MARGIN-LEFT: 0px;
}
/* The TH tag has automatic properties of center and bold by default*/
/* Changed color and background-color.  5/2006.*/
TH
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #cc6600;
    BACKGROUND-COLOR: #FEFDF3;
}
/* Changed color.  5/2006.*/
TH A:link
{
    COLOR: #cc6600;
}
/* Changed color.  5/2006.*/
TH A:visited
{
    COLOR: #cc6600;
}

/* My Services logged in page Info Ad/Tip. Added 03/02/05 Taxonomy Phase 3 project*/
.adTip {
	FONT-WEIGHT: bold;
	font-style: italic;
	color: #000000;
}

/* Header. App title below header - the DEFAULT style for apps not in a specific solution group. 03/02/05 Added padding-top 7px. Taxonomy Phase 3 project*/
.applicationTitle 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	padding-top: 7px;
	color: #881635;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.articleheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 18pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #881635;
}

/*03-02-05 Exact usage unknown*/
.B2Btitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, Sans-serif;
    BACKGROUND-COLOR: #808080;
}

/*Standard font style for site content body copy*/
.bodycontent
{
    PADDING-RIGHT: 5px;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*03-02-05 Exact usage unknown. Was in Vignette stylesheet before merge*/
.boxcontent
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*03/02/05 Exact usage unknown. Was in Vignette stylesheet before merge. Added Text-Decoration property.Taxonomy Phase 3 project*/
/*04/24/06 Changed font size, color.  Removed background color.  Added vertical align and height.*/
.boxheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #dc661d;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    VERTICAL-ALIGN: top;
    HEIGHT: 18px;
    TEXT-DECORATION: none;
}

/*03/02/05 Exact usage unknown. Was in Vignette stylesheet before merge */
/*04/24/06 Changed color of all.  Added hover.*/
A.boxheader:link			{color: #dc661d;}
A.boxheader:visited			{color: #dc661d;}
A.boxheader:hover
{
		COLOR: #dc661d;
		TEXT-DECORATION: underline;
}
A.boxheader:active			{color: #dc661d;}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.boxheader A:link
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
}
.boxheader A:visited
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
}
.boxheader A:hover
{
    COLOR: #dc661d;
    TEXT-DECORATION: underline;
}
.boxheader A:active
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
}

/*03-02-05 Exact usage unknown. Was in Vignette stylesheet before merge*/
.boxlink
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*03-02-05 Exact usage unknown. Was in Vignette stylesheet before merge*/
/*04/26/06 Changed active color to match visited.*/
A.boxlink:link				{COLOR: black;}
A.boxlink:visited			{COLOR: black;}
A.boxlink:hover 			{COLOR: #dc661d;}
A.boxlink:active			{COLOR: black;}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.boxlink A:link				{COLOR: black;}
.boxlink A:visited		{COLOR: black;}
.boxlink A:hover 			{COLOR: #dc661d;}
.boxlink A:active			{COLOR: black;}

/*Used in Added Dimensions, MCA and cmg.com right rails. 03/02/05 Merged this class from Vignette stylesheet. Taxonomy Phase 3 project*/
.boxlinkwhite
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: white;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
}

/*Data tables. Non-active sortable column header title. Added Oct 2004*/
/*Changed COLOR, PADDING-TOP and BACKGROUND-COLOR.  Added all borders. 5/2006 */
.colheader
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 3px;
    COLOR: #dc661d;
    PADDING-TOP: 2px;
    FONT-FAMILY: Arial, Helvetica, san-serif;
    background-color: #FFFBF2;
    TEXT-DECORATION: none;
    border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #7F99B2;
		background-repeat: no-repeat;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #333333;
}

/*Data tables. Non-active sortable column header link default.Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colheader:link
{
    COLOR: #dc661d;
}

/*Data tables. Non-active sortable column header visited link style. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colheader:visited
{
    COLOR: #dc661d;
}

/*Data tables. Non-active sortable column header link style during mouse hover. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colheader:hover
{
    COLOR: #dc661d;
}

/*Data tables. Sortable column header active link. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colheader:active
{
    COLOR: #dc661d;
}

/*Data tables. Non sorted column header title style. Added Oct 2004*/
/*Changed COLOR, PADDING-TOP and BACKGROUND-COLOR.  Added all borders and background-repeat. 5/2006 */
.colnotsorted
{
  FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	vertical-align: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7b7f80;
	CURSOR: hand;
	COLOR: #dc661d;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
    background-color: #FFFBF2;
}

/*Data tables. Sortable column header style for active column.Added Oct 2004*/
/*Changed COLOR, PADDING-TOP and BACKGROUND-COLOR.  Added all borders. 5/2006 */
.colsortedby
{
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    PADDING-BOTTOM: 3px;
    CURSOR: hand;
    COLOR: #dc661d;
    PADDING-TOP: 2px;
    BACKGROUND-COLOR: #FFFBF2;
    TEXT-DECORATION: none;
    border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #333333;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #7b7f80;
}

/*Data tables. Sortable columns. Active column header link default style. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colsortedby:link
{
    COLOR: #dc661d;
}

/*Data tables. Sortable columns. Visited style for active column header link. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colsortedby:visited
{
    COLOR: #dc661d;
}

/*Data tables. Sortable columns. Active column header link style during mouse hover.Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colsortedby:hover
{
    COLOR: #dc661d;
}

/*Data tables. Active sortable column header link in the active column. Added Oct 2004*/
/*Changed COLOR.  Removed BACKGROUND-COLOR AND TEXT-DECORATION. 5/2006 */
A.colsortedby:active
{
    COLOR: #dc661d;
}

/*Site footer style. Used by footer.asp, copyright.asp and intrafooter.asp*/
.copyright
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica, san-serif;
    TEXT-DECORATION: none;
}

/* Horizontal navigation below header - breadcrumb trail. Provides navigation back to recently visited pages. Added 03/02/05 Taxonomy Phase 3 project*/
.crumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 10px;
	font-weight: bold;
}

/* Horizontal navigation below header - breadcrumb trail. Provides navigation back to recently visited pages. Added 03/02/05 Taxonomy Phase 3 project*/
A.crumb:link {
	color: #335C85;
	font-weight: normal;
}

/* Horizontal navigation below header - breadcrumb trail. Provides navigation back to recently visited pages. Added 03/02/05 Taxonomy Phase 3 project*/
A.crumb:visited {
	color: #335C85;
	font-weight: normal;
}

/* Horizontal navigation below header - breadcrumb trail. Provides navigation back to recently visited pages. Added 03/02/05 Taxonomy Phase 3 project*/
A.crumb:hover {
	color: #CC0000;
	font-weight: normal;
}

/* Horizontal navigation below header - breadcrumb trail. Provides navigation back to recently visited pages. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/26/06 Changed active color to match visited.*/
A.crumb:active {
	color: #335C85;
	font-weight: normal;
}

/* My Services logged in page Edit My Services link. Added 03/02/05 Taxonomy Phase 3 project*/
.editLink {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}

/* My Services logged in page Edit My Services link. Added 03/02/05 Taxonomy Phase 3 project*/
A.editLink:link {
	color: #FFFFFF;
}

/* My Services logged in page Edit My Services link. Added 03/02/05 Taxonomy Phase 3 project*/
A.editLink:visited {
	color: #FFFFFF;
}

/*Error messages. PREFERRED style for error messages in forms, application processes.*/
.error
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*Error messages (alternate style)for error messages in forms, application processes.*/
.errorstrong
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: red;
    FONT-FAMILY: arial, helvetica, san-serif;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.flagbackground	
{
	BACKGROUND-COLOR: #6699cc;
}

/*Intranet My Work page. Content links inside boxes.*/
.foldercontent
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #e9e9e9;
}

/*Intranet My Work page. Title of box containing links.*/
.folderheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    BACKGROUND-COLOR: #7b7f80;
}

/*
- Site footer style. Used by standard footer.asp and copyright.asp
- Modified: added 'Verdana' fonat and increased font size to 10px*/
.footer
{
/*	font-family: Verdana,Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;    
	text-decoration: none;
	color: #DDBDBE;
}

.footer { text-align:center; }
.footer, .footer a, .footer a:link, .footer a:visited {
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	}
/*03-02-05 Exact usage unkown. Was in Vignette stylesheet before merge*/
.headline
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: left;
}

/*Header. Style for Search, Sign In, Contact Us in header. Added 03/02/05 Taxonomy Phase 3 project.
Changed 09/01/2005 padding-right from 10px to 9px.*/
/*04/24/06 Changed padding-left.  Added color and line-height.*/
/*08/06/08 Changed the colors and other attributes to match branding 2008 styles.*/

.headLink {
/*	font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-right: 14px;
	text-decoration: none;
}

A.headLink:link {
	color: #DDBDBE;
}
A.headLink:visited {
	color: #DDBDBE;
}
A.headLink:hover {
	color: #ffffff;
}
A.headLink:active {
	color: #DDBDBE;
}

/*Instructions at the top of page in an application or process*/
.instructions
{
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial, helvetica, sans-serif;
}

/*Intranet home page links in the center column under CUNA Mutual Today and News & Information*/
A.intranetlink:link
{
    FONT-SIZE: 9pt;
    COLOR: navy;
}

/*Intranet home page links in the center column under CUNA Mutual Today and News & Information*/
A.intranetlink:visited
{
    FONT-SIZE: 9pt;
    COLOR: purple;
}

/*Intranet home page links in the center column under CUNA Mutual Today and News & Information*/
A.intranetlink:hover
{
    FONT-SIZE: 9pt;
    COLOR: #6699cc;
}

/*Sub-titles within content pages or other misc titles. Was in the Vignette css before the merge so possible vignette site usage as well*/
.mainheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*For situations where a monospaced font is needed such as lining up numbers in columns*/
.monoFont
{
    FONT-FAMILY: Courier, monospace;
}

/*03-02-05 Exact usage unknown.*/
.mouseOverItem 
{
    BACKGROUND-COLOR: #99ccff;
    COLOR: #000000;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/24/06 Removed white-space attribute.*/
.navigation2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #335C85;
	padding-left: 10px;
	vertical-align: text-bottom;
	height: 25px;
	padding-top: 7px;
	padding-right: 2px;
	letter-spacing: 1px;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/24/06 Removed white-space attribute.*/
.navigation2Selected {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
	vertical-align: text-bottom;
	height: 25px;
	padding-top: 7px;
	padding-right: 2px;
	letter-spacing: 1px;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2:link {
	color: #335C85;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2:visited {
	color: #335C85;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2:hover {
	color: #CC0000;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/26/06 Changed active color to match visited.*/
A.navigation2:active {
	color: #335C85;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2Selected:link {
	color: #000000;
	text-decoration: none;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2Selected:visited {
	color: #000000;
	text-decoration: none;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
A.navigation2Selected:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* Horizontal navigation below header in cmg.com My Profile page and apps. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/26/06 Changed active color and text-decoration to match visited.*/
A.navigation2Selected:active {
	color: #000000;
	text-decoration: none;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.newsflagbackground	
{
	BACKGROUND-COLOR: #CC0000;
	COLOR: white;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9pt;
	FONT-WEIGHT: bold;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.newslink
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
}

A.newslink:link			{COLOR: black;}
A.newslink:visited		{COLOR: black;}
A.newslink:hover 		{COLOR: #6699CC;}
/*04/26/06 Changed active color to match visited.*/
A.newslink:active		{COLOR: black;}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.newslinkbig
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 8pt;
	FONT-WEIGHT: bold;
	COLOR: #CC0000;
}

A.newslinkbig:link		{COLOR: #cc0000;}
A.newslinkbig:visited		{COLOR: #cc0000;}
A.newslinkbig:hover 		{COLOR: #6699CC;}
/*04/26/06 Changed active color to match visited.*/
A.newslinkbig:active		{COLOR: #cc0000;}

/*Standard page background color for all sites*/
.pagebgcolor
{
    BACKGROUND-COLOR: #ffffff;
}

/*Content page title.*/
.pagetitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial, helvetica, sans-serif;
    PADDING-TOP: 7px;
    COLOR: #881635;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
.processContent {
	BACKGROUND-COLOR: #FFFFFF;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
.processLink {
	color: #335C85;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
A.processLink:link {
	color: #335C85;
	font-weight: normal;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
A.processLink:visited {
	color: #335C85;
	font-weight: normal;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
A.processLink:hover {
	color: #CC0000;
	font-weight: normal;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
/*04/26/06 Changed active color to match visited.*/
A.processLink:active {
	color: #335C85;
	font-weight: normal;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
.processTabRow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
.processTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #335C85;
	white-space: nowrap;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 2px;
	background-color: #EFF5FA;
	border-top: 1px solid #CCD6E0;
	border-right: 1px solid #335C85;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99ADC2;
}

/* Process navigation for applications and forms. Added 03/02/05 Taxonomy Phase 3 project*/
.processTabSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	white-space: nowrap;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px 2px;
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #333333;
	font-weight: bold;
}

/*Light grey background. 03-02-05 Exact usage unknown. Did not come from Vignette css merge.*/
.regheader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-COLOR: #eeeeee;
}

/*Accomodated style for WebEFT application 2004.*/
.rednum
{
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.rightrailbackground	
{
	BACKGROUND-COLOR: #003366;
}

/*03-02-05 Exact usage unknown.*/
.selectedItem {
    BACKGROUND-COLOR: #003366;
    COLOR: #FFFFFF;
}

/*Vignette site classes. Styles for Send to a Friend links on cmg.com*/
.sendtoafriendname	{WIDTH: 3in;}
.sendtoafriendemail	{WIDTH: 3in;}
.sendtoafriendcomment	{WIDTH: 100%;}

/*Vignette site class. Used in AWS, Board and cmg.com search component. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.searchfont
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	MARGIN-LEFT: 0px;
	MARGIN-TOP: 0px;
}

/*Header. Style for the 'app info' variable that appears right justified below the header*/
.subheader
{
    FONT-WEIGHT: 600;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/*Used in AWS feedback form. Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.textareas
{
	border-width: 1px; 
	border-style: solid; 
	border-color: 85a1d1;
	background-color: #FFFFFF;
	scrollbar-3dlight-color:White;
  scrollbar-arrow-color:White;
  scrollbar-base-color:White;
  scrollbar-darkshadow-color:White;
  scrollbar-face-color:White;
  scrollbar-highlight-color:White;
  scrollbar-shadow-color:White;
}

/*Left Navigation Intranet and cmg.com*/
/*04/24/06 Changed TEXT-INDENT.  Added TEXT-INDENT AND LINE-HEIGHT.*/
.subnavigation
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
    PADDING-LEFT: 8px;
    LINE-HEIGHT: 16px;
}

/*04/24/06 Changed active and hover.*/
A.subnavigation:link	{COLOR: black;}
A.subnavigation:visited	{COLOR: black;}
A.subnavigation:hover
{
	    COLOR: #dc661d;
		TEXT-DECORATION: underline;		
}
/*04/26/06 Changed active color to match visited.*/
A.subnavigation:active	{COLOR: black;}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.subnavigation A:link	
{
	COLOR: black;
	TEXT-DECORATION: none;
	PADDING-LEFT: 0px;
}
.subnavigation A:visited
{
	COLOR: black;
	TEXT-DECORATION: none;
	PADDING-LEFT: 0px;
}
.subnavigation A:hover
{
		COLOR: #CC6600;
		TEXT-DECORATION: underline;
		PADDING-LEFT: 0px;
}
.subnavigation A:active
{
	COLOR: black;
	TEXT-DECORATION: none;
	PADDING-LEFT: 0px;
}

/*Left Navigation Intranet*/
.subnavigation1
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    TEXT-INDENT: 3pt;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

/*Left Navigation Intranet*/
A.subnavigation1:link
{
    COLOR: black;
}
/*Left Navigation Intranet*/
A.subnavigation1:visited
{
    COLOR: black;
}

/*Left Navigation Intranet*/
A.subnavigation1:hover
{
    COLOR: #6699cc;
}

/*Left Navigation Intranet*/
/*04/26/06 Changed active color to match visited.*/
A.subnavigation1:active
{
    COLOR: black;
}

/*Left Navigation Intranet*/
.subnavigation2
{
    FONT-SIZE: 8pt;
    TEXT-INDENT: 10pt;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

/*Left Navigation Intranet*/
A.subnavigation2:link
{
    COLOR: black;
}

/*Left Navigation Intranet*/
A.subnavigation2:visited
{
    COLOR: black;
}

/*Left Navigation Intranet*/
A.subnavigation2:hover
{
    COLOR: #6699cc;
}

/*Left Navigation Intranet*/
/*04/26/06 Changed active color to match visited.*/
A.subnavigation2:active
{
    COLOR: black;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
.subnavigationbold
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Helvetica, san-serif;
    TEXT-DECORATION: none;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
A.subnavigationbold:link
{
    COLOR: black;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
A.subnavigationbold:visited
{
    COLOR: black;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
/*04/24/06 Added TEXT-DECORATION and changed COLOR.*/
A.subnavigationbold:hover
{
    COLOR: #dc661d;
    TEXT-DECORATION: underline;
}

/*Vignette site class. Merged from Vignette stylesheet 03/02/05 Taxonomy Phase 3 project*/
/*04/26/06 Changed active color to match visited.*/
A.subnavigationbold:active
{
    COLOR: black;
}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.subnavigationbold A:link
{
    COLOR: black;
    TEXT-DECORATION: none;
}

.subnavigationbold A:visited
{
    COLOR: black;
    TEXT-DECORATION: none;
}

.subnavigationbold A:hover
{
    COLOR: #dc661d;
    TEXT-DECORATION: underline;
}

.subnavigationbold A:active
{
    COLOR: black;
    TEXT-DECORATION: none;
}

/*04/24/06 Added.*/
.subnavigationboldselected {
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
    COLOR: #dc661d;
	LINE-HEIGHT: 16px;
	FONT-FAMILY: Arial, Helvetica, san-serif;
	TEXT-DECORATION: none;
}
A.subnavigationboldselected:link {
    COLOR: #dc661d;
}
A.subnavigationboldselected:visited {
    COLOR: #dc661d;
}
A.subnavigationboldselected:hover {
    COLOR: #dc661d;
	text-decoration: underline;
}
A.subnavigationboldselected:active {
    COLOR: #dc661d;
}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.subnavigationboldselected A:link {
    COLOR: #dc661d;
	text-decoration: none;
}
.subnavigationboldselected A:visited {
    COLOR: #dc661d;
	text-decoration: none;
}
.subnavigationboldselected A:hover {
    COLOR: #dc661d;
	text-decoration: underline;
}
.subnavigationboldselected A:active {
    COLOR: #dc661d;
	text-decoration: none;
}

/*Left Navigation Intranet*/
/*04/24/06 Changed COLOR and TEXT-INDENT.*/
.subnavigationselected
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #dc661d;
    PADDING-LEFT: 8px;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

/*Left Navigation Intranet*/
/*04/24/06 Changed COLOR.*/
A.subnavigationselected:link
{
    COLOR: #dc661d;
}

/*Left Navigation Intranet*/
/*04/24/06 Changed COLOR.*/
A.subnavigationselected:visited
{
    COLOR: #dc661d;
}

/*04/24/06 Added.*/
A.subnavigationselected:hover
{
    COLOR: #dc661d;
	text-decoration: underline;
}

/*Left Navigation Intranet*/
/*04/24/06 Changed COLOR.*/
A.subnavigationselected:active
{
    COLOR: #dc661d;
}

/*06/01/06 Appended so that links work when within TD and only the TD is using the style.*/
.subnavigationselected A:link, A.subnavigationselected
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
    PADDING-LEFT: 0px;
}

.subnavigationselected A:visited
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
    PADDING-LEFT: 0px;
}

.subnavigationselected A:hover
{
    COLOR: #dc661d;
    text-decoration: underline;
    PADDING-LEFT: 0px;
}

.subnavigationselected A:active
{
    COLOR: #dc661d;
    TEXT-DECORATION: none;
    PADDING-LEFT: 0px;
}

/*09/06/07 Added for master page functionality.*/
A.noLink
{
    TEXT-DECORATION: none;
    CURSOR: default;
}

/*Left Navigation Intranet*/
.subnavigationselected2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: #6699cc;
    TEXT-INDENT: 10pt;
    LINE-HEIGHT: 16px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}

/*Left Navigation Intranet*/
A.subnavigationselected2:link
{
    COLOR: #6699cc;
}

/*Left Navigation Intranet*/
A.subnavigationselected2:visited
{
    COLOR: #6699cc;
}

/*Left Navigation Intranet*/
A.subnavigationselected2:active
{
    COLOR: #6699cc;
}

/* Removing this style sheet as images will be used*/
/*Header tabs. Style for non-active header tabs. Added 03/02/05 Taxonomy Phase 3 project
.tab
{

} 

/*Header tabs. Color of non-active header tab link text. Added 03/02/05 Taxonomy Phase 3 project
A.tab:link {
	COLOR: #FFFFFF;
} */

/*Header tabs. Color of visited header tab link text. Added 03/02/05 Taxonomy Phase 3 project
A.tab:visited 
{
	color: #FFFFFF;
}*/

/*Header tabs. Link color and image when hover over non-active header tabs. Added 03/02/05 Taxonomy Phase 3 project
A.tab:hover 
{
	COLOR: #000000;
	background-image: url(/cmgshared/images/headerXtab2.gif);
}*/

/* Thin border for misc tables. Modified 03/02/05 Taxonomy Phase 3 project*/
.tableBorderThin
{
    border: 1px solid #7b7f80;
}

/* Data tables. Table column headers in data tables. Modified 03/02/05 Taxonomy Phase 3*/
/*04/24/06 Changed BACKGROUND-COLOR and border-right-color.  Added COLOR, background-repeat,
border-bottom-width, border-bottom-style and border-bottom-color.*/
.tableHeader
{
  FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	vertical-align: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7b7f80;
    COLOR: #dc661d;
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #fffbf2;
}

/*Data tables. Darker color of alternate rows in data tables. Modified 03/02/05 Taxonomy Phase 3.
Changed background color from EFF5FA 07/01/05.*/
/*04/24/06 Changed margin, border-top, border-left and padding.*/
.tableShadeRow
{
  FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #e9e9e9;
	TEXT-DECORATION: none;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 1px;
	vertical-align: top;
	border-top: 0px;
	border-right: 1px solid #7b7f80;
	border-bottom: 1px solid #7b7f80;
	border-left: 0px;
	margin: 0px 1px;
}

/*Data tables. Lighter color of alternate rows in data tables. Modified 03/02/05 Taxonomy Phase 3*/
/*04/24/06 Changed margin, border-top, border-left and padding.*/
.tableWhiteRow
{
  FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 6px;
	PADDING-TOP: 1px;
	vertical-align: top;
	border-top: 0px;
	border-right: 1px solid #7F99B2;
	border-bottom: 1px solid #7F99B2;
	border-left: 0px;
	margin: 0px 1px;
}

/* Sets wide 2-D border - RESERVE for use around photos and factoid boxes ONLY. Modified 03/02/05 Taxonomy Phase 3 Project*/
.tableBorderWide
{
  border-top: 4px solid #CCD6E0;
	border-right: 4px solid #335C85;
	border-bottom: 4px solid #003366;
	border-left: 4px solid #99ADC2;
	padding: 0px;
}

/* Header tabs. Style for active tab in header. Added 03/02/05 Taxonomy Phase 3 project*/
/*.tabSelected {
	font-weight: bold;
	padding-right: 13px;
	padding-left: 13px;
	white-space: nowrap;
	color: #003366;
	margin: 0px;
	padding-top: 0px;
	background-image: url(/cmgshared/images/headerXtabSelect.gif);
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 13px;
}*/
.tabSelected
{
	/* Required for selected header tab */
}


/* Header tabs. Color of active header tab link text. Added 03/02/05 Taxonomy Phase 3 project
A.tabSelected:link {
	COLOR: #003366;
}*/

/* Header tabs. Color of visited header tab link text. Added 03/02/05 Taxonomy Phase 3 project
A.tabSelected:visited {
	COLOR: #003366;
}*/

/* Header tabs. Link color and image when hover over active header tab. Added 03/02/05 Taxonomy Phase 3 project*/
/*A.tabSelected:hover {
	COLOR: #000000;
	background-image: url(/cmgshared/images/headerXtabSelected2.gif);
}*/


/* For Board Header active tabs. */
.boardTabSelected {
	font-weight: bold;
	padding-right: 13px;
	padding-left: 13px;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
A.boardTabSelected:link{
    COLOR: #DC661D;
}
A.boardTabSelected:visited{
    COLOR: #DC661D;
}
A.boardTabSelected:active{
    COLOR: #DC661D;
}
A.boardTabSelected:hover {
	COLOR: #DC661D;
}

/* For Board Header tabs. */
.boardTab{
	font-weight: bold;
	padding-right: 13px;
	padding-left: 13px;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

A.boardTab:link{
    COLOR: #787878;
}
A.boardTab:visited {
	COLOR: #787878;
}
A.boardTab:hover {
	COLOR: #DC661D;
}
A.boardTab:active{
	COLOR: #787878;
}

/* Header. App title below header of apps in the Lending Solution group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorLSG 
{
	color: #707845;
}

/* Header. App title below header of apps in the Members Solution group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorMSG 
{
	color: #006980;
}

/* Header. App title below header of apps in the Employee Solution group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorESG 
{
	color: #61384D;
}

/* Header. App title below header of apps in the Financial Solution group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorFSG 
{
	color: #82591F;
}

/* Header. App title below header of apps in the Protection Solution group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorCUPSG 
{
	color: #5C788F;
}

/* Header. App title below header of apps in the Corporate group. Added 03/02/05 Taxonomy Phase 3 project*/
 .textColorCorp
{
	color: #003366;
}

/*Can be used for page title*/
.title
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/*Data tables. Small font size for data in tables. Removed celldata class 01/05. Used by IRAdirect Express. Renamed & re-added 07/01/05 as a standard.*/
.datacell8
{
	FONT-SIZE: 8pt;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
/*Data tables. Medium font size for data in tables. Removed celldata9 class 01/05.Used by IRAdirect Express. Renamed & re-added 07/01/05 as a standard.*/
.datacell9
{
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* 08-15-08 Added for additional flexibility, similar to foldheader/foldercontent and boxheader/boxcontent */
.sectionContent
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.sectionHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    HEIGHT: 18px;
    TEXT-DECORATION: none;
    BACKGROUND-COLOR: #7b7f80;
}
A.IntranetLink:link
{
    COLOR: black;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
}
A.IntranetLink:visited
{
    COLOR: black;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight: bold;
}
A.IntranetLink:hover
{
    COLOR: black;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight: bold;
}
A.IntranetLink:active {
    COLOR: black;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; 
	font-weight: bold;
}

.screenonly {
	display : none;
}
.printonly {
	display : inline;
}
.disableLeftNav {
	display : none;
}