/*  nearly 200 lines of rules which overwrite content.css or styles.css 
:: if the design continues consistently up to the main site, these should be moved to styles.css or content.css 
*/

/*These column layout widths are overriding the widths in the 3_column_layout_v1.css
This is temporary, just until the micro sites can be updated and regression tested with the new
column widths.*/

/* generic input styling */
input.qTipField{
	border-top: 1px solid #acadb2; 
	border-right: 1px solid #e2e9ef;
	border-bottom: 1px solid #e2e9ef;
	border-left: 1px solid #e2e9ef;
	outline: none;
}
#inner .column_1{    
	 width: 173px;
}
/*#inner .column_2 {
    width: 799px !important;
	padding-left: 0;
    padding-right: 0;
}*/
#inner .column_3 {
	width: 220px;
	padding-top: 72px;
	float: right;
}


#inner .column_2 .column_2_faux {
    float: left;
    width: 535px;
}   
    
#inner .column_2 .column_3_faux {
	float: right;	
	 width: 220px;
}

/*#container #content {
    float: left;
    padding: 0 13px 1em;
    width: 553px;
}*/

.cust body {
    background:#FFF;
}
.nza body {
    background:#FFF;
}
.smallContentNotes {
    font-size: 11px;
    margin: 0;
    height: 30px;
}

#chartLedgend {
	width: 350px;
	padding:0 0 5px 0;
}
#chartLedgendInner {
	float: right;
	margin-right: 38px;
	*margin-right: 48px;
}
#chartLedgendArc {
    padding: 0 0 0 0;
    width: 505px;
    display: inline;
}
#chartLedgendInnerArc {
	float: right;
	padding: 0 10px;
}

#logMsg, #logMsgLogged {
	top:100px;
	right:1px
}

#content .header img,
#simulation .header img{
	float: left;
    margin: 0;
}


.cust #logMsg.active {
    background: url("../images/nav_tab_my_portolio.gif") no-repeat scroll 0 7px transparent !important;
    width: 174px;
}

.cust #logMsg a {
    background: url("../images/bg_arrow_header.gif") no-repeat scroll 45px 22px transparent;
    color: #001B3C !important;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    letter-spacing: -1px;
    padding: 19px 0 0 57px;
}
.nza #logMsg.active {
    background: url("../images/nav_tab_my_portolio.gif") no-repeat scroll 0 7px transparent !important;
    width: 174px;
}

.nza #logMsg a {
    background: url("../images/bg_arrow_header.gif") no-repeat scroll 45px 22px transparent;
    color: #001B3C !important;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    letter-spacing: -1px;
    padding: 19px 0 0 57px;
}
#loadingBackground {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 50;
    opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}


caption, caption span {
    font-size:12px;
    border-bottom: 1px solid #DDD  	
}

.tableBorder caption {
	margin-top: 10px;
	text-align: left;
}

.graphImage > img {
	width: 100%;
}

/* Over-riding content.css */
td.alternaterow, 
th.alternaterow, 
tr.alternaterow th,  
tr.alternaterow td {
	background: transparent;
}

/* New design, over-riding content.css */
h1 {
	margin-top: 0
}

/* New design with 12px for all headers */
h2, h3, h4, h5 
{   
	font-size: 12px;
	font-weight: bold;
}	


/* New design */
#container {background:#FFF;}

/* New design - second level top navigation */
#header #mainMenu ul li ul { 
	width: 859px;
}

/* New design - alignment */
#styleswitcher {
	width: 10em;
}

/* New design, over-riding styles.css */
#styleswitcher p {background: none}
#styleswitcher a:visited {color: #D4E2EC}


/* New design navigation left  */
/* common module headers */
h3.moduleHeader.myPortfolio{    
	background: url("../images/img_bg_nav_header.gif") no-repeat scroll 0 0 transparent;
    color: #016DB0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 8px 0;
    width:173px;
	margin: 0;
}

h3.moduleHeader a{ 
	background: url("../images/bg_arrow_header.gif") no-repeat scroll 7px 2px transparent;
    padding: 0 0 0 20px;
}

 
.cust .localNav {
	border:1px solid #d8d5d5;                           
    border-radius: 0 0 6px 6px;
    margin-left:0;
    padding: 0 0 0 0;
	background-color: #016db0;
}
.cust .localNav h4{
	color: #fff;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	background: url("../images/bg_hr.gif") repeat-x scroll 0 top transparent;
	padding: 10px 0 0 20px;
}
.cust  .localNav > ul > li {
	border-left: 0px solid #DDDDDB;
    border-right: 0px solid #DDDDDB;
} 
.cust  .localNav > ul > li > a {
	letter-spacing: 0;
	line-height: default;
}
.cust .localNav ul li a {
	color: #fff;
	background: none;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.cust  .localNav ul li a.active,
.cust  .localNav ul li a:hover,
.cust  .localNav ul li a.active:hover,
.cust  .localNav ul li a.active:visited {
	color: #fff;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 13px;
	text-decoration: none;
}
/*.cust .localNav ul li ul li a:hover, .cust .localNav ul li ul li a.active:hover {
	padding-left:40px;
}*/


.cust  .localNav ul li.last a.active,
.cust .localNav ul li.last a:hover,
.cust .localNav ul li.last a.active:hover,
.cust .localNav ul li.last a.active:visited {
	color: #fff;
	background-color: #00406d;
	border-radius: 0 0 6px 6px;
	padding: 7px 12px 8px 20px;
	text-decoration: none;
} 
.cust .localNav ul li span {
	color: #78deff;
	font-size: 11px;
	padding: 0 0 0 20px;
} 
.cust .localNav ul li ul li a {
    background-color: #016DB0;
    border-bottom: none;
    color: #fff;
    padding: 5px 12px 6px 30px;
	font-size: 12px;
	font-weight: normal;
}
.cust .localNav ul#mainNav li {
	background: url("../images/bg_hr.gif") repeat-x scroll 0 top transparent;
}

ul.topLinks {
	margin: 0;
	padding: 0;
}
.cust .localNav ul.topLinks li {
	background: none;
}
.cust .localNav ul.topLinks li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 12px 8px 20px;
}

.cust .localNav ul.topLinks li a:hover{
	color: #FFF;
	background-color: #00406d;
	border: none;
	padding: 0px 12px 8px 20px;
	font-size: 13px;
	text-decoration: none;
}
.cust .localNav ul.topLinks li a.active, 
.cust .localNav ul.topLinks li a.active:hover {
	color: #FFF;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 14px;
	text-decoration: none;
}  

/*sub links*/
.cust .localNav ul li ul li a.active,.cust .localNav ul li ul li a.active:hover {
	color: #fff;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 30px;
}  
.cust .localNav ul li ul li a:hover {
	background-color: #016DB0;
	padding: 5px 12px 6px 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

/* center column */
.cust #container#content {
	padding: 0 19px 0 0;	
}
/* Styling for Employer Central */

.nza .localNav {
	border:1px solid #d8d5d5;                           
    border-radius: 0 0 6px 6px;
    margin-left:0;
    padding: 0 0 0 0;
	background-color: #016db0;
}
.nza .localNav h4{
	color: #fff;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	background: url("../images/bg_hr.gif") repeat-x scroll 0 top transparent;
	padding: 10px 0 0 20px;
}
.nza  .localNav > ul > li {
	border-left: 0px solid #DDDDDB;
    border-right: 0px solid #DDDDDB;
} 
.nza  .localNav > ul > li > a {
	letter-spacing: 0;
	line-height: default;
}
.nza .localNav ul li a {
	color: #fff;
	background: none;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
}
.nza  .localNav ul li a.active,
.nza  .localNav ul li a:hover,
.nza  .localNav ul li a.active:hover,
.nza  .localNav ul li a.active:visited {
	color: #fff;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 13px;
	text-decoration: none;
}
/*.nza .localNav ul li ul li a:hover, .nza .localNav ul li ul li a.active:hover {
	padding-left:40px;
}*/


.nza  .localNav ul li.last a.active,
.nza .localNav ul li.last a:hover,
.nza .localNav ul li.last a.active:hover,
.nza .localNav ul li.last a.active:visited {
	color: #fff;
	background-color: #00406d;
	border-radius: 0 0 6px 6px;
	padding: 7px 12px 8px 20px;
	text-decoration: none;
} 
.nza .localNav ul li span {
	color: #78deff;
	font-size: 11px;
	padding: 0 0 0 20px;
} 
.nza .localNav ul li ul li a {
    background-color: #016DB0;
    border-bottom: none;
    color: #fff;
    padding: 5px 12px 6px 30px;
	font-size: 12px;
	font-weight: normal;
}
.nza .localNav ul#mainNav li {
	background: url("../images/bg_hr.gif") repeat-x scroll 0 top transparent;
}

ul.topLinks {
	margin: 0;
	padding: 0;
}
.nza .localNav ul.topLinks li {
	background: none;
}
.nza .localNav ul.topLinks li a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 12px 8px 20px;
}

.nza .localNav ul.topLinks li a:hover{
	color: #FFF;
	background-color: #00406d;
	border: none;
	padding: 0px 12px 8px 20px;
	font-size: 13px;
	text-decoration: none;
}
.nza .localNav ul.topLinks li a.active, 
.nza .localNav ul.topLinks li a.active:hover {
	color: #FFF;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 20px;
	font-size: 14px;
	text-decoration: none;
}  

/*sub links*/
.nza .localNav ul li ul li a.active,.nza .localNav ul li ul li a.active:hover {
	color: #fff;
	background-color: #00406d;
	border: none;
	padding: 7px 12px 8px 30px;
}  
.nza .localNav ul li ul li a:hover {
	background-color: #016DB0;
	padding: 5px 12px 6px 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}

/* center column */
.nza #container#content {
	padding: 0 19px 0 0;	
}
#content .header .imgHeader
{
	width: 125px;
}

/* right column */
#inner .column_3 {
    padding-top:0;
}
#container .sideCol {
    background-color: #FFFFFF;
    background-image: none;
    margin: 0 0 20px 0;
    
}

#container .sideCol input#mobilePhone,
#container .sideCol input#emailAddress{
	margin: 5px 0 3px 15px;
    display: inline-block;
    float: left;      
    background-color: #CCF1FF;

}
#container .sideCol .select_reminder {
	float: left;
}
#container .sideCol span.secondarybutton{
	display: inline-block;
	float: none;
	margin: 0 0 3px 0;
}
.remind-me-success {
	float:none !important;
	*margin-top:-35px;
	color:#28BB00;
}
a.remind-me-success:link {color:#28BB00;}      /* unvisited link */
a.remind-me-success:visited {color:#28BB00;}  /* visited link */
a.remind-me-success:hover {color:#28BB00;}  /* mouse over link */
a.remind-me-success:active {color:#28BB00;}  /* selected link */ 

#container .sideCol.steps p {
	color: #00162f;
	float: left;
	font-size: 16px;
    width: 152px;
	border: none;
}

#container .sideCol.steps div.stepContainer {
	color: #00162f;
	font-size: 12px;
	float: right;
	display: block;
	text-align: center;
}

#container .sideCol.steps div.stepContainer span {
	color: #00162f;
	font-size: 16px;
}

#container .sideCol.steps div.stepContainer span.step {
	color: #c3c3c3;
	font-size: 40px;
	display: block;
}

#container .sideCol.steps.visited{
 	background: url("../images/img_step_visited.gif") no-repeat scroll 0 0 transparent !important;  
	width: 220px;
	height: 71px;
	margin: 0 0 10px 0;
}
#container  .sideCol.steps.current{
  	background: url("../images/img_step_active.gif") no-repeat scroll 0 0 transparent !important; 
	width: 220px;
	height: 71px;
	margin: 0 0 10px 0;
}
/*#container .sideCol.steps {
	background: url("../images/img_step.gif") no-repeat scroll 0 0 transparent !important;  
	width: 220px;
	height: 71px;
	margin: 0 0 10px 0;
}
*/



#container .sideCol.step1,
#container .sideCol.step2,
#container .sideCol.step3 {
	width: 220px;
	height: 71px;
	margin: 0 0 10px 0;
}
#container .sideCol.step1.unvisited{
	background: url("../images/img_step1.gif") no-repeat scroll 0 0px transparent !important;  
}
#container .sideCol.step1.current{
	background: url("../images/img_step1.gif") no-repeat scroll 0 -71px transparent !important;  
}
#container .sideCol.step1.visited{
	background: url("../images/img_step1.gif") no-repeat scroll 0 -142px transparent !important;  
}
#container .sideCol.step2.unvisited{
	background: url("../images/img_step2.gif") no-repeat scroll 0 0px transparent !important;  
}
#container .sideCol.step2.current{
	background: url("../images/img_step2.gif") no-repeat scroll 0 -71px transparent !important;  
}
#container .sideCol.step2.visited{
	background: url("../images/img_step2.gif") no-repeat scroll 0 -142px transparent !important; 
}

#container .sideCol.step3.unvisited{
	background: url("../images/img_step3.gif") no-repeat scroll 0 0px transparent !important;  
}
#container .sideCol.step3.current{
	background: url("../images/img_step3.gif") no-repeat scroll 0 -71px transparent !important;  
}
#container .sideCol.step3.visited{
	background: url("../images/img_step3.gif") no-repeat scroll 0 -142px transparent !important; 
}

#container .sideCol.step1 p,
#container .sideCol.step2 p,
#container .sideCol.step3 p{
	border: medium none;
    color: #00162F;
    font-size: 16px;
    width: 150px;
}
#container .sideCol.step1 p:hover,
#container .sideCol.step2 p:hover,
#container .sideCol.step3 p:hover{
	text-decoration: none;
	cursor: pointer;
}
#container a.save {
 	background: url("../images/img_btn_step_save.gif") no-repeat scroll 0 0 transparent;
	width: 106px;
	height: 38px;
	margin: 0 0 10px 0;
	display: inline-block;
	float: left;
	color: #fff;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 22px;
}	
#container a.reset {
 	background: url("../images/img_btn_step_reset.gif") no-repeat scroll 0 0 transparent;
	width: 105px;
	height: 38px;
	margin: 0 0 10px 0;
	display: inline-block;
	float: right;
	color: #fff;
	text-align: center;
	padding: 8px 0 0 0;
	font-size: 22px;
}	
#container a.save:hover,
#container a.reset:hover {
	text-decoration: none;
}	

#container  .sideCol.steps.visited div.stepContainer span.step,
#container  .sideCol.steps.current div.stepContainer span.step{
	color: #00bde6;
}
#container #needHelp{
	background: url("../images/img_icon_needhelp.gif") no-repeat scroll 25px center transparent;  
}
#container  #needHelp p{
	padding: 0 0 0 65px;
}
#container  #needHelp p.title{
	color: #818181;
	font-size: 22px;
}
#container  #needHelp p.number{
	color: #00162f;
	font-size: 20px;
}

h3.moduleHeader.sideColHeader {
	background: url("../images/margin_panel_top.gif") no-repeat scroll 0 0 transparent;
    color: #016DB0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    margin: 0;
    padding: 5px 0;
    width: 220px;
	float: left;
	border-bottom: 1px solid #DDDDDB;
}
h3.moduleHeader.sideColHeader  a{
	color: #016db0;
	background: none;
	padding: 0 0 0 20px;
	text-align: left;
	display: inline;
}


h3.moduleHeader.sideColHeader  a.linkTitle,
h3.moduleHeader.sideColHeader  span{
	color: #016db0;
	background: none;
    font-size: 14px;
	padding: 4px 0 0 10px;
	float: left;
}
h3.moduleHeader.sideColHeader  a.edit {
	color: #016db0;
	background: url("../images/img_icon_small_arrow.gif") no-repeat scroll 0 8px transparent;
	font-size: 11px;
	padding: 4px 10px 0 6px;
	float: right;
}

.sideCol input.submit{
	color: #016db0;
	background: url("../images/img_icon_small_arrow.gif") no-repeat scroll 0 13px transparent;
	font-size: 11px;
	float: left;
    padding: 7px 0 0 2px;
	margin: 0 0 0 5px;
	border: none;
}
 
.sideCol p a.cancel_reminder{
	color: #016db0;
	background: url("../images/img_icon_small_arrow.gif") no-repeat scroll 0 8px transparent;
	font-size: 11px;
	padding: 4px 10px 0 6px;

}
.sideCol h2 {
    margin: 0 0 0 16px;
}
.sideCol p {
    margin: 0 5px;
	padding: 7px 10px !important;
	clear: left;
	border-bottom: 1px dotted #ADADAD;
}
.sideCol p.invalidEmailError {
	font-size: 11px;
}

.sideCol p.reminder_checkbox {
    margin: 0 6px 0 8px;
	padding: 7px 10px !important;
}


.sideCol.needHelp p {
    border-bottom: none;
    clear: none;
    padding: 0 0 2px 21px !important;
	margin: 12px 10px;
}
.noborder {
	border-bottom: 0px dotted #ADADAD;
}

.sideCol ul{
       padding-bottom:10px;
}
.sideCol ul li{
    border: 0 none;
    margin: 0 6px 0 8px;
	padding: 7px 10px !important;
	border-bottom: 1px dotted #ADADAD;
}
.sideCol ul li a{
	color: #00162f;
}

.sideCol ul li.active{
	color: #016DB0;
	font-weight: bold;
}


.sideCol h3, 
.promo h3{
    margin: 0 0 12px 0;
    color:#009FD9;
    background: #e5e5e5 url("../images/sidecol_gradient.png") top left repeat-x; /* ie  */
    background-image: linear-gradient(top, #fff 0%, #e5e5e5 100%);   
    background-image: -o-linear-gradient(top, #fff 0%, #e5e5e5 100%);/* opera */    
    background-image: -moz-linear-gradient(top, #fff 0%, #e5e5e5 100%);/* ff */   
    background-image: -webkit-linear-gradient(top, #fff 0%, #e5e5e5 100%);/* new chrome and safari */    
    background-image: -ms-linear-gradient(top, #fff 0%, #e5e5e5 100%);/* IE 10+ */   
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #fff),color-stop(0, #e5e5e5));   /* old chrome & safari */ 
    }

.sideCol form > * {
	Xmargin-left: 10px;
	Xfloat: left;
}

.sideCol#calculators  p{
    margin-bottom: 20px;
} 
 

/* New design, a flexible two-column layout for stuff like "balance $9,999" paragraph 
add class="flexible2col" to the containing element, and the first two elements will be aligned to the left and right of the block */
.flexible2col {
	text-align: right;
	height: 1%;
	overflow: hidden;
}
.flexible2col > * {
    clear:none;
}
.flexible2col > *:first-child {
    float:left;
}

#container .contractName {
	margin-top: 0
}

.linkedPortfolio { 
	background: url("../images/portfolio_linked_icon.gif") no-repeat scroll right 6px  transparent;
	padding-left: 1.7em;
}

.linkedIcon {
	display: inline;
	margin-left: .4em;
}



/* summary boxes at top of portfolio summary (replacing netWorth and accountDetails) */
/* #summaryModule table" and #investmentSummary should be replaced as well - instrcuted by Andrew Lorien  */
.summaryBox .summaryBoxMargin{
	background: none!important;
}

.summaryBox .summaryBoxMargin table tr td p.title,
.summaryBox .summaryBoxMargin table tr td p.title a,
.summaryBox .summaryBoxMargin table tr td p.total{
	color: #016db0;
}
.summaryBox .summaryBoxMargin table tr td p span.total{
	color: #016db0;
	float: right;
}
.summaryBox .summaryBoxMargin table tr:nth-child(even) {
	background-color: #fff;
}
.summaryBox .summaryBoxMargin table tr.odd {
	background-color: #e7e7e7;
}
.summaryBox .summaryBoxMargin table tr:nth-child(odd) {
	background-color: #e7e7e7;
}
.summaryBox .summaryBoxMargin table td p {
	margin: 0;
	padding: 0px 4px 0px 4px;
	min-height: 12pt;
    height: auto;
    *height: 2em;
    clear: both;
}

.summaryBox .summaryBoxMargin table tr td {
                width: 70%;
}

.summaryBox .summaryBoxMargin table tr td.alignRight {
                width: 30%;
}

.summaryBox .summaryBoxMargin table tr td.alignRight {
                width: 30%;
}

.summaryBox .summaryBoxMargin table tr.investmentSection td {
	width: 100%;
}

.summaryBox .summaryBoxMargin table tr.investmentSection td span.wrap {
	width: 70%;
	line-height: 10px;
	float: left;
	clear: both;
}

.summaryBox .summaryBoxMargin table tr.balance td {
	background-color: #fff;
}
.summaryBox .summaryBoxMargin table tr.balance td{
	padding: 4px 5px;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
.summaryBox .summaryBoxMargin table tr.balance td p{
	font-size: 15px;
}
.summaryBox .summaryBoxMargin table tr.terms {
	background-color: #fff;
}
.summaryBox .summaryBoxMargin table tr.terms td {
	width: 50%;
}
div#investmentsDivRight {
	text-align: right;	
	float:right;
}

#toggleInvestments {
	font-style: italic;
	color: #000000;
}

.summaryBox #netBalance p {display:inline-block;}

.summaryBox #detailsSummary {
    float:right;
    width:216px;
    margin-left:50px;
}

.summaryBox #detailsSummary p {margin:0 0 1em 0}

.summaryBox #detailsSummary .edit {
	position: absolute;
	right: 2em;
	top: 1em;
 	font-size: 11px;
}

/* Over-ridding content.css, was setting all Hx elements to clear:both */
.summaryBox h2, 
.summaryBox h2 span, 
.summaryBox h3, 
.summaryBox h4, 
.summaryBox strong {
    margin:0;
    clear:none; 
	color: #000;
}
.summaryBox h2, 
.summaryBox h4 {
	padding:1em 0 0 0;
}

.summaryBox h2 span, 
.summaryBox h3  {
	font-weight: normal;
}

.summaryBox #detailsSummary .edit {
    font-size: 11px;
    position: absolute;
    right: 2em;
    top: 1em;
}

#over55Text {
	background-color: #e8e8e8;
    display: inline-block;
    margin: 8px 0;
    padding: 8px 0 8px 12px;
    clear: both;
}

#accountDetails p a {
	background: url(../images/light_blue_arrow_icon.gif) no-repeat 0 3px;
	padding-left: 9px;
	font-size: 11px
}

.addOtherLink { 
	background: url(../images/blue_cross_icon.png) no-repeat;
	padding: 0 .4em 0 1.6em;
	line-height: 1.3em;
}

.bankNet {
	background: url(../images/lock_icon.png) no-repeat 4px 0;
	padding: 0px 15px;
}

#alerts {
	margin-bottom: 1.5em;
	overflow: auto;
	position: relative;
	zoom: 1;  /* forces layout in IE */
}

#alerts p { 
	border-top: 1px solid #CCC;
	margin: 0;
	clear: both;
}

#alerts p img {
	position: absolute;
	left: 0;
	margin-top: .8em
}

#alerts p img.delete {
	position: absolute;
	right: 0;
	left: auto;
	margin-top: .6em;
}

#alerts p span {
	float: left;
	text-align: left;
	padding: .8em 2em 1em 2em
}

.summaryModule {
	padding: 1.5em 0 1em 0;
}
.summaryModule table, .summaryModule table table {
	margin: 1em 0;  
}

.summaryModule table table {margin: 0}

.summaryModule tbody td {border-top: 1px solid #DEDEDE}

.summaryModule tbody th, .summaryModule tbody td {
	padding-top: .4em;
	padding-bottom: 1em;
}



.summaryModule thead th, .summaryModule thead td, .summaryModule tfoot td {border: none}



#container .summaryInfo {  /* portfolio summary information */
	margin-bottom: 2em;
	padding: 0 0 .5em 0;
	overflow: auto;
}

#container .summaryInfo h3 {
	text-align: right;
	margin: 0;
	padding: 1em 1.8em .5em 1.8em;
	font-size: 12px
}

#container .summaryInfo h3 span {
	float: left;
}

#container .summaryInfo h3 span img {
	float: left;
	margin-right: .4em;
	position: relative;
	top: -2px;
}

#container .summaryInfo h3 a img {
	float: none;
	display: inline;
	position: relative;
	top: -2px;
}

#container .summaryInfo p {
	padding: 0 1.6em;
	font-size: 1.1em;
	margin: 0 0 .5em .2em;
	clear: left
}

#container .nonAMPLinks p {margin-top: 1em}

#container .nonAMPLinks ul {margin: 2em}

#container .nonAMPLinks ul li {background: none}

#container .nonAMPLinks ul li a {
	background: url(../images/blue_cross_icon.png) no-repeat;
	padding: 0 0 .1em 1.8em;
	font-size: 1.1em;
}








.toggleIcon {
	margin-right: .5em;
}

/* my portfolio inbox */
#inboxTable thead p {margin-bottom: 0}  

#inboxTable tbody p {
	margin: 0 0 .5em 0;
	line-height: 1.5em;
}

#inboxTable tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DEDEDE
}

#inboxTable tbody label {
	white-space: nowrap;
	color: #333;
	font-weight: normal
}

#inboxTable tfoot th {border: none}

#inboxTable tfoot p {margin-top: 0}

#inboxTable tbody a {text-decoration: underline}

#inboxTable .caution {color: #666}

#inboxMessage {
	position: relative;
}

/* inbox message content */
#messageContent {
	background: #E9F6FC url(../images/inbox_message_bg.png) no-repeat left bottom;
	border-top: 1px solid ;
	padding: 3% 0 3% 3%;
}

#messageContent #messageInfo {
	position: absolute;
	width: 24%;
	right: 3%;
	top: 37px;
	background: none
}

#messageContent #messageInfo p {
	margin: 0 0 .5em 0;
}

#messageContent #messageInfo p strong {
	margin-right: .4em;
}

#messageContent div {
	width: 65%;
	background: #FFF url(../images/inbox_content_bg_top.png) no-repeat;
}

#messageContent div div {
	background: url(../images/inbox_content_bg_btm.png) no-repeat left bottom;
	padding: 10px 5% 4px 5%;
	width: auto;
}

#messageContent div div span.secondarybutton, 
#messageContent div div span.secondaryButton {
	margin-bottom: 1em;
}

#messageContent div div p {clear: both}

#assets img{
	margin-top:26px;    
}
#assets table{
	width:380px;  /* make sure the table floats right : if the image on the left changes width, this should change too */
}


 /* beneficiaries tables */
.beneficiaries {color: #666} 

.beneficiaries thead td {border: none}

.beneficiaries thead td p {margin: .5em 0 0}

.beneficiaries p {margin: 0 0 .6em 0}

.beneficiaries tbody td {
	border-bottom: 1px solid #DEDEDE;
	vertical-align: top
}

.beneficiaries p.beneficiaryName {
	font-size: 1.1em;
	color: #003C69
}

.editBeneficiaries tbody td {padding-bottom: 1.5em}   /* edit beneficiaries table */

.editBeneficiaries label {
	display: block;
	padding: 0 0 8px 0;
}

.editBeneficiaries div.radio {padding: 12px 0}

.editBeneficiaries div.radio span {margin-right: 12px}

.editBeneficiaries div.radio label {
	display: inline;
	margin: 0 15px 0 3px;
	position: relative;
	top: 0;
}

.editBeneficiaries .beneficiaryNameField {width: 150px}

.editBeneficiaries .percent {
	position: absolute;
	padding: 6px 0 0 3px
}

.editBeneficiaries p.beneficiaryTotal {background: url(../images/tick_icon.gif) no-repeat 65px 0}

.editBeneficiaries p span {color: #C00}

.addBeneficiary td {
	border-bottom: 1px solid #DEDEDE;
	border-top: none;
	padding-top: 0
}

.addBeneficiary h5 { /* add beneficiaries (should have been coded as h3)  */
	margin: 0 0 1em 0;
	font-size: 1.2em;
	color: #009FDC;
}

.addBeneficiary label {
	margin: 0 10px 0 0;
	display: inline;
/*	font-weight: normal;
	position: relative;
	top: -1px;*/
}


/* change my investments */
.ownMixTable { 

	border-bottom: 1px solid #DEDEDE;
	clear: both;
	padding: 2em 0;
	height: 1%;
}

.ownMixTable #ownMixChart {
	float: left;
	margin-right: 40px
}

.ownMixTable table {
	float: left;
	clear: none;
	width: 550px;
	margin-top: -25px;
}

.ownMixTable table thead th {
	border-bottom: 1px solid #DEDEDE;
	font-weight: bold;
	text-align: right;
}

.ownMixTable table tfoot th {
	font-weight: bold;
	text-align: right;
}

.ownMixTable table tfoot th {border-top: 1px solid #DEDEDE}

.ownMixTable table tfoot th span {
	font-weight: normal;
	color: #C00;
}

.ownMixTable table tbody td {
	vertical-align: middle;
	padding: .4em 1.5em .4em .5em;
}

.ownMixTable table tbody td img {
	float: left;
	margin-right: 5px;
}

.ownMixTable table tbody td.ownMixInput {width: 50px}

.ownMixTable table tbody td.ownMixInput input {width: 30px}

.ownMixTable table tbody td.ownMixInput span {
	position: absolute;
	margin: 6px 0 0 4px;
}

#currentOrFutureDiv {  /* Own mix table - change investments */
	padding: 2em 0 1em 0;
	clear: both
}

#currentOrFutureDiv table thead th, #currentOrFutureDiv table tfoot th {font-weight: bold}

#currentOrFutureDiv table input.percent {
	width: 3em;
	height: 15px;
	margin-right: 4px;
}

#currentOrFutureDiv table input.radio {
	width: 15px;
	height: 15px;
	float: left;
	clear: left
}

#currentOrFutureDiv table label.distributionLabel {
	display: inline;
	position: relative;
	top: -2px;
}

#currentOrFutureDiv table label {
	float: left;
	*margin-top: 2px;
}

#otherActions div {
	float: left;
	width: 260px;
}

#otherActions div div {
	float: none;
	width: 250px;
	min-height: 125px;
}

#otherActions h4 {
	font-size: 14px;
	margin-top: 8px;
	padding: 0 0 2px 23px;
}

#otherActions h4.submitIcon {background: url(../images/submit_icon.gif) no-repeat}

#otherActions h4.toolIcon {background: url(../images/tool_icon.gif) no-repeat}

#otherActions p a {
	background:  url(../images/light_blue_arrow_icon.gif) no-repeat 0 3px;
	padding-left: 10px;
}

/* investment details summary - will probably be styled like .summaryBox above */
#investmentSummary { 
	height: 40px;
	background: url(../images/investment_summary_bg.png) no-repeat;
}

#investmentSummary p {
	margin: 0;
	padding: 11px 13px 0 13px;
}

#investmentSummary .balanceValue {font-size: 1.3em}

#investmentSummary .rateReturn {margin-left: 140px}

#investmentSummary .rateReturn a {margin: 0 4px}

#investmentSummary .investHistory {
	font-size: 11px;
	margin-left: 20px;
}

#investmentSummary .investHistory a {
	margin: 0 4px;
	text-decoration: underline
}

#investmentSummary .investHistory a.active {
	color: #999;
	cursor: default
}

#hiddenLightBoxDiv_MorningStar, #hiddenLightBoxDiv_AddFund {background: #FFF}

.redFont {color: red}

.contentTwoCols h2, .contenttwocols h2 {margin-top: 0}

/* 'rename' function styles */
h1 div {font-size: 13px}

h1 div textarea {margin-bottom: 12px}

h1 div em {
	float: left;
	margin: 5px 10px;
	color: #333
}

h1 input {font-size: 12px}

h1 span.secondaryButton {margin-bottom: 12px}

h1 font {margin-left: 12px}


#fundList { /* change investments - own mix fund list */
	overflow-y: auto;
	overflow-x: hidden;
	height: 340px;
}

/* switch to AMP site (corp super navigation) */
#siteswitch {
	width: 144px;
	line-height: 1.1;
	margin: 0 0 0 5px;
	display: block;
	color: white;
	font-size: 14px;
	font-weight: bold
}


/**************************************
	PROCESS FUNNELS
**************************************/
#investmentSteps1, #investmentSteps2, #investmentSteps3, #investmentSteps4 {
	width: 542px;
	height: 66px;
	margin-top: 1em;
}

#investmentSteps1 {background: url(../images/investment_funnel_1.png) no-repeat}

#investmentSteps2 {background: url(../images/investment_funnel_2.png) no-repeat}

#investmentSteps3 {background: url(../images/investment_funnel_3.png) no-repeat}

#investmentSteps4 {background: url(../images/investment_funnel_4.png) no-repeat}

/**************************************
	PROCESS FUNNELS for NZ
**************************************/
#compassInvestmentSteps1, #compassInvestmentSteps2, #compassInvestmentSteps3,
#nzInvestmentSteps1, #nzInvestmentSteps2, #nzInvestmentSteps3 {
	width: 542px;
	height: 66px;
	margin-top: 1em;
}

#compassInvestmentSteps1,
#nzInvestmentSteps1 {background: url(../images/nz_investment_funnel_1.png) no-repeat}

#compassInvestmentSteps2,
#nzInvestmentSteps2 {background: url(../images/nz_investment_funnel_2.png) no-repeat}

#compassInvestmentSteps3,
#nzInvestmentSteps3 {background: url(../images/nz_investment_funnel_3.png) no-repeat}

.buttons {
/*	width: 730px; */
	padding-top: 20px;
}

.personalDetailsButtons {
/*	width: 730px; */
	padding-top: 70px;
}

/*  where is this?  if it does exist in the current site, will it still exist in the new one ??? */
/**************************************
	STEP 1: SELECT MODULE
**************************************/
/*  
* * * * * unused ??????
*/
#investmentsSelectModule {padding-top: 12px}

#investmentsSelectModule div {
	width: 235px;
	float: left;
	overflow: hidden;
	margin-right: 14px;
	background: #EBF8FE url(../images/module-panel-top.png) no-repeat 0 46px;
}

#investmentsSelectModule div div {
	background: url(../images/module-panel-btm.png) left bottom no-repeat;
	float: none;
}

#investmentsSelectModule div.disabledModule { /* disabled */
	background-position: -235px 46px;
	background-color: #FBFBFB;
	color: #999
}

#investmentsSelectModule div.disabledModule div {background-position: -235px bottom} /* disabled */

#investmentsSelectModule div div.levelHeader {
	background: white url(../images/module-level.png) no-repeat 56px 0;
	float: none;
	height: 46px;
}

#investmentsSelectModule div div.newLevel {background-position: 56px 0}

#investmentsSelectModule div div.currentLevel {background-position: 56px -55px}

#investmentsSelectModule div div.hideLevel {background-position: 56px -111px}

#investmentsSelectModule div div h3 {
	color: #005596;
	margin: 12px 12px 10px 12px;
	padding-bottom: 8px;
}

h3.coreInvestmentIcon {background: url(../images/core-icon.gif) no-repeat right top;padding: 4px 0px}

h3.selectInvestmentIcon {background: url(../images/select-icon.gif) no-repeat right top;padding: 4px 0px}

h3.choiceInvestmentIcon {background: url(../images/choice-icon.gif) no-repeat right top;padding: 4px 0px}

div.disabledModule h3.coreInvestmentIcon, div.disabledModule h3.selectInvestmentIcon, 
div.disabledModule h3.choiceInvestmentIcon {background-position: right bottom; padding: 4px 0px} /* disabled */

#investmentsSelectModule div.disabledModule div h3 {color: #999} /* disabled */

#investmentsSelectModule div div p {margin: 12px}

#investmentsSelectModule div div label {
	width: 217px;
	display: block;
	margin: 10px 10px 19px 10px;
	padding: 10px;
	*padding: 6px 10px 7px 10px;
	/*background: url(../images/module-input.gif) no-repeat;*/
	font-weight: bold;
	color: #005596;
}

#investmentsSelectModule div.disabledModule div label, #investmentsSelectModule div.disabledModule div label:hover { /* disabled */
	color: #999;
	cursor: default;
	background-position: 0 -86px;
}

#investmentsSelectModule div div label:hover {
	cursor: pointer;
	background-position: 0 -43px;
}

#investmentsSelectModule div div label span {
	position: relative;
	top: -2px;
	*top: -1px;
	left: 5px;
}

#investmentsSelectModule div div ul {margin-left: 12px}

#investmentsSelectModule div div ul li {
	background: url(../images/module-tick.gif) no-repeat 0 2px;
	padding: 0 0 2px 22px;
}
	
#investmentsSelectModule div.disabledModule div ul li {background-image: url(../images/module-tick-grey.gif)}  /* disabled */

/* help icons in list items */
ul li a img.info {
	position: relative;
	top: 1px;
	left: 3px;
}

/* Your Investment Mix (modal dialog) to be completely rebuilt with the nyromodal dialog box */
table a.thickbox {margin-left: 5px}

/* Your investment mix - content */
div.investmentMixOption {
	clear: both;
	padding: 25px 0 15px 0;
	height: 1%;
}

div.investmentMixOption h4 {
	margin: -20px 0 10px 0;
	*margin-top: -30px;
	position: relative;
}

div.investmentMixOption div {
	width: 210px; 
	position: relative; 
	float: left;
	clear: both
}

div.investmentMixOption div p {margin:  5px 0}

div.investmentMixOption div span {
	position: relative;
	top: -3px;
}

#content div.investmentMixOption ul li {background: none}

/* dangerously un-specific !
table th span.secondaryButton {margin-right: 15px}
*/

table td a.remove img {
	position: relative;
	top: 4px;
	*top: 0;
	left: 16px
}


#investmentsMessage {
	background: url(../images/blue_banner.gif) no-repeat;
	width: 522px;
	padding: 12px 0;
	color: white;
}

#investmentsMessage h4 {
	color: #44B7E4;
	margin: 5px 30px 20px;
	*margin-top: 15px;
	font-size: 28px;
	font-weight: normal;
	color: white;
}

#investmentsMessage p {
	font-size: 13px;
	margin: 12px 30px
}


/* buttons in contract details (we wouldn't need this if the button was wrapped in <span class="primaryButton"> )  
a.button {
    font-weight: bold;
    font-size: 12px;
    color: #005596;
    background: #C3D3E6 url(../images/contractButton.png) repeat-x left center;
    border: 1px solid #C7C8C9;
    text-align: center; 
    cursor: pointer;
    text-decoration: none;
	margin: 0 12px 0 0;
	padding: 3px 10px 4px 10px;
}
*/

a.button:hover {
	border-color: #639ACE;
	text-decoration: none;
}

a.button:visited {color: #005596}

a.button:visited:hover {color: #639ACE}


/*************************************
	Add Investment Options lightbox 
*************************************/

/* Your Investment Mix (modal dialog) to be completely rebuilt with the nyromodal dialog box */
#hiddenLightBox {
	position: relative;
	background: white;
	padding-top: 12px;
	display: none
}

#hiddenLightBox a#btn-close {top: 12px}

#hiddenLightBox #lightBoxHeader-lrge h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0!important;
}

#lightBoxHeader-lrge div {
	margin: 0 20px 0 0;
	padding-top: 20px;
}

#lightBoxHeader-lrge div h3#addFundSelectedOptionName {
	margin: 0;
	white-space: normal;
	position: absolute;
	right: 150px;
	text-align: right;
}

#lightBoxHeader-lrge div h3 {
	margin: 0;
	white-space: nowrap;
	position: absolute;
	right: 150px;
}

#lightBoxHeader-lrge div span.secondaryButton {
	float: right;
}

#fundList {
	width: 190px;
	height: 370px;
	margin-left: 12px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #CCC;
}

#fundList ul ul {display: none}

#fundList ul ul li {_display: inline}

#fundList ul li a {
	display: block;
	background: url(../images/fund-list-arrow.gif) no-repeat 6px 7px;
	padding: 5px 5px 6px 16px;
	border-bottom: 1px solid #44B7E4;
	_height: 1%;
}

#fundList ul li a:hover {
	text-decoration: none;
	background-color: #BAE4F4;
	color: #333;
}

#fundList ul li ul li a {
	background: none;
	border-bottom: 1px solid #CCC;
	padding-left: 25px;
}

#morningStarData {
	padding: 0;
	width: 550px
}

#morningStarData iframe {
	margin: 0;
	background: white;
	border: 1px solid #CCC;
}

/*************************************
	Step 4: Confirmation 
*************************************/

.confirmMemberDetails {padding-bottom: 10px}

.confirmMemberDetails p {
	margin: 6px 0;
}

.confirmMemberDetails strong {
	width: 130px;
	float: left;
}




/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #retirementAccount fieldset legend strong {top: -22px}
}

#retirementAccount p {
	margin: 12px; 
	height: 1%;
}

#retirementAccount p input {
	position: absolute;
	*position: static;
	left: 12px;
	width: 16px;
	height: 16px;
	margin: 0;
	zoom: 1
}

#retirementAccount p label {
	display: inline;
	width: auto;
	margin: 0;
	padding: 2px 0 10px 23px;
	*padding: 2px 0 0 10px;
	float: left;
	font-weight: normal;
	text-align: left;
}

#plannerCallBack {display: none}

#plannerCallBack label {width: 190px}


/*************************************
	AMP flexible2col assets table
*************************************/

#assets table th,
#assets table td {
	padding: 7px 4px;
	border-bottom: 1px solid #ccc;
}

#assets table td span img {
    margin-top: 0;
}

/* manage account h2 tab (is it possible that the font is 13px?) */
#personalDetails h2 { 
	background-color: #3186bc; 
	background: url(../images/img_bg_button.png); 
	background-repeat: repeat-x; 
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3186bc), to(#33b1e1)); 
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #33b1e1, #3186bc); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #33b1e1, #3186bc); 
	/* IE 10 */ background: -ms-linear-gradient(top, #33b1e1, #3186bc); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #33b1e1, #3186bc);
    border-radius: 6px 6px 0 0;
    margin-left: 2px;
    padding: 10px 0 10px 16px;
	color: #fff;
}



/* changeInvestmentMix */
.contentthreecols div, 
.contentThreeCols div {
    border-bottom: 1px solid #DEDEDE;
	border-right: 0px solid #DEDEDE;
    float: left;
    margin: 10px 20px 10px 0;
	padding: 10px 0;
    width: auto;
}


/* simulators css */
/* header */
#content .header,
#simulation .header {
	float: left;
	padding: 12px 0 7px 0;
	width: 100%;
	margin: 0 0 10px 0;
	background: url(../images/bg_gradient_hr.gif) no-repeat 0 0 transparent;
} 
#content .header h3,
#simulation .header h3,
.retirementChart h3{
	color: #00162f;
	/*float: left;*/
	margin: 0;
	font-size: 24px;
}
.dagger {
	font-size:8pt !important;
	vertical-align: top !important;
}
#simulation .header h3 img{
	float: left;
	margin: 0;
}
#content .header ul.helpLinks,
#simulation .header ul.helpLinks {
	color: #00162f;
	float: right;
	padding: 0;
	margin: 8px 0;
}
#content .header ul.helpLinks li,
#simulation .header ul.helpLinks li {
	display: inline-block;
	margin-left: 8px;
	float: left;
}
#content .header ul.helpLinks li a,
#simulation .header ul.helpLinks li a{
	color: #00162f;
}
#content .header ul.helpLinks span{
	font-weight:normal;
	cursor: pointer;
}

#content .header ul.helpLinks span:hover{
	text-decoration: underline;
}

#assumptions-div {
	line-height: 15px;
	width: 100%;
}

/* graph placeholder */
.chart {
	float: left;
	padding: 0 10px;
}
.chart p span {
	color: #016db0;
	padding: 0 5px 0 0;
}
.retirementChart {
	/*border: 1px solid #DDDDDB;
    border-radius: 8px 8px 8px 8px;*/
	padding: 4px 0;
	margin: 0 0 0 0;
	background: url(../images/img_graph_container.gif) no-repeat 0 top transparent;
}
.retirementChartBottom {
	height: 6px;
	background: url(../images/img_graph_container_bottom.gif) no-repeat 0 bottom transparent;
	margin: 0 0 10px 0;
	margin-left: 10px;
	width: 538px;
}
.retirementChart h3{
	padding: 14px 0 0 20px;
	font-size: 18px;
	margin: 0;
}
.retirementChart h4{
	padding: 0 0 0 20px 
}

div.optionsPage {
	padding: 4px 0;
	margin: 0 0 0 10px;
	background: url(../images/img_graph_container.gif) no-repeat 0 top transparent;
	display: inline-block;
	width: 535px;
	*float:left;
}
div.optionsContainer {
	width:350px;
	float:left;
	margin-left: 10px;
}

ul.graphViews li{
    background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 4px transparent;
    display: inline;
    margin-bottom: 6px;
    margin-left: 20px;
    padding: 0 0 0 10px;
    position: relative;
}


/* right column projection */
.projectionTop {
	width: 172px;
	height: 6px;
	background: url(../images/img_bg_projection.gif) no-repeat 0 bottom;
	float: right;
	padding: 0 0 10px 0;
	margin: 0;
}
.projection {
	width: 172px;
	background: url(../images/img_bg_projection_bottom.gif) repeat-x 0 bottom;
	float: right;
	padding: 0 0 10px 0;
	margin: 0;
}

.module {
	padding: 10px;
    text-align: center;
	background: url(../images/bg_dotted_hr.gif) repeat-x 0 bottom;
	line-height: 1.1em;
}
.module  span{
	font-weight: bold;
	font-size: 12px;
	color: #00162f;
	line-height: 1.1em;
}
.module  span.price {
	background: url(../images/img_projection_inner.gif) no-repeat 0 top;
    display: block;
    font-size: 24px;
    font-weight: bold;
	padding: 4px;
	margin: 8px 0 4px 0;
	
}

.module  span.super{
    color: #00BDE6;
}
.module  span.retirement{
    color: #001B3C;
}
.module p {
	margin: 0;
	padding: 0 0 10px 0;
}
.module.launchSimulator {
	background: none;
}
.ysf-report .module.launchSimulator {
	padding: 0;
}

/* txt projection */
.exception {
    float: left;
    width: 350px;
	color: #00162f;
}
.exception  p span{
	color: #016DB0;
    font-weight: bold;
}
.exceptionContainer {
    float: left;
    margin: 0;
    padding: 0;
    width: 536px;
}
.exceptionContainer p span.dollarAmount{
    font-weight: bold;
}
.exceptionContainerBottom {
    background: url("../images/img_exception_bottom.gif") no-repeat scroll 0 top transparent;
    float: left;
    margin-top: 0;
    padding: 0 0 10px;
    width: 364px;
}
.exceptionContainer .left,
.exceptionContainerBottom .left{
    float: left;
    width: 330px;
}
.exceptionContainer .right,
.exceptionContainerBottom .right{
    float: right;
    margin-right: 6px;
    text-align: center;
    width: 158px;
}              

.exceptionContainerBottom  p{
    color: #5e5e5e;
    font-size: 14px;
    font-weight: bold;
}
.exceptionContainerBottom  p span{
    color: #00162f;
}

 


/* update graph controls */
#content ul.updateCalculation {
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
    *margin-top: -150px;
}
#content .ysf-report ul.updateCalculation {
    *margin: 0px 0 0;
    width: auto;
}
#content ul.updateCalculation li {
	float: left;
	width: 162px;
	background: none;
	padding: 0;
}
#content ul.updateCalculation li:nth-child(2) {
	padding: 0 0 0 10px;
}
#content ul.updateCalculation li label {
	color: #00162f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 0 0 13px 0;
	white-space: nowrap;
}
#content ul.updateCalculation li input {
	color: #00162F;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0px;
	padding: 2px 5px;
    width: 143px;
}
#content ul.updateCalculation li span.desc {
	color: #5d5d5e;
	font-size: 12px;
	font-weight: normal;
}

.didYouKnowText {
    color: #016DB0;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
}

/* Launch panel: Start button + text */
.ysf-report .launch-panel {
	float: left;
}
.ysf-report .launch-panel > img {
	cursor: pointer;
	float: left;
	margin: 0 10px 0 0;
}

.ysf-report .launch-panel > p {
	margin-top: 0px;
	padding-top: 7px;
}

/* View report panel: text + buttons */
.ysf-report .view-report-panel {
	float: left;
	text-align: center;
	width: 210px;
}
.ysf-report .view-report-panel > p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.ysf-report .view-report-panel > .error {
	color: #CC0000;
	font-weight: bold;
}

.ysf-report .view-report-panel .launchButton {
	margin-top: 8px;
}

/* Chart-related styles */
.ysf-report .chart-loading {
	display: none;
	height: 300px;
	vertical-align: middle;
	width: 450px;
}
.ysf-report .chart-loading > img {
	display: block; 
	margin-left: 200px;
}

.ysf-report .chart-error {
	display: none; 
	width: 450px; 
	height: 300px; 
	vertical-align: middle; 
	text-align: center;
}

.ysf-report .begin-step {
	display: block;
	color: #016DB0;
	margin-top: 7px;
}

.ysf-report .indicators {
	float: left;
	position: relative;
	*zoom: 1;
}

/* simulator buttons */
#insurance button {
	background: url(../images/bg_btn_gradient.gif) repeat-x 0 0; 
	background: -moz-linear-gradient(center top , #26b7dd, #0f8bc2) repeat scroll 0 0 transparent;
	background: o-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* opera */    
    background: -webkit-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* new chrome and safari */    
    background: -ms-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* IE 10+ */   
    background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #26b7dd),color-stop(0, #0f8bc2));   /* old chrome & safari */ 
	border: 1px solid #209BBA;
    border-radius: 6px 6px 6px 6px;
    color: #D9EEF7;
    font-size: 14px;
    font-weight: bold;
	padding: 5px 0 5px 6px;
	cursor: pointer;
	width: 100%;
}

/* primary button */
 .primary {
	background: url(../images/bg_btn_primary_gradient.gif) repeat-x 0 0; 
	background: -moz-linear-gradient(center top , #26b7dd, #0f8bc2) repeat scroll 0 0 transparent;
	background: o-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* opera */    
    background: -webkit-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* new chrome and safari */    
    background: -ms-linear-gradient(top, #26b7dd 0%, #0f8bc2 100%);/* IE 10+ */   
    background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #26b7dd),color-stop(0, #0f8bc2));   /* old chrome & safari */ 
	border: 1px solid #209BBA;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    width: 39%;
}
/* secondary button */
.secondary {
	background: url(../images/bg_btn_secondary_gradient.gif) repeat-x 0 0; 
	background: -moz-linear-gradient(center top , #c6c6c6, #9c9d9d) repeat scroll 0 0 transparent;
	background: o-linear-gradient(top, #26b7dd 0%, #9c9d9d 100%);/* opera */    
    background: -webkit-linear-gradient(top, #26b7dd 0%, #9c9d9d 100%);/* new chrome and safari */    
    background: -ms-linear-gradient(top, #26b7dd 0%, #9c9d9d 100%);/* IE 10+ */   
    background: -webkit-gradient(linear,left bottom,left top,color-stop(1, #26b7dd),color-stop(0, #9c9d9d));   /* old chrome & safari */ 
	border: 1px solid #a1a2a1;
    border-radius: 6px 6px 6px 6px;
    color: #fff;
	display: inline-block;
    font-size: 20px;
    font-weight: normal;
    padding: 8px;
    text-align: center;
    width: 39%;
}
a.primary:link,      
a.primary:visited,
a.primary:hover,   
a.primary:active {color:#fff;}   

a.secondary:link ,       
a.secondary:visited,    
a.secondary:hover,   
a.secondary:active {color:#fff;}   

/* step buttons: */		
button.simStep { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button.simStep::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button.simStep span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.simStep span {
		margin-top: -1px;
	}
}

 	
button.simStep { 
	background: transparent url(../images/img_button_step.gif) no-repeat left top;
	font-size: 14px;
	font-family: arial;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 20px;
    width: auto;
	cursor: pointer;
	float: right;
}
	
button.simStep span {
	background: transparent url(../images/img_button_step.gif) no-repeat right -58px;  
    color: #FFFFFF;
    height: 37px;
    margin-left: 10px;
    margin-right: -2px;
    padding: 13px 20px 0 0;
	cursor: pointer;
}
	

/* make changes button */
button.makeChanges,
button.launchButton{ 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button.makeChanges::-moz-focus-inner,
button.launchButton::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button.makeChanges span,
button.launchButton span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.makeChanges span,
	button.launchButton span	{
		margin-top: -1px;
	}
}

 	
button.makeChanges,
button.launchButton { 
	background: transparent url(../images/img_btn_options.gif) no-repeat left top;
	font-size: 14px;
	font-family: arial;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 10px;
    width: auto;
	cursor: pointer;
}
	
button.makeChanges span,
button.launchButton span {
	background: transparent url(../images/img_btn_options.gif) no-repeat right -46px;  
    color: #FFFFFF;
    height: 26px;
    margin-left: 10px;
    margin-right: -2px;
    padding: 6px 10px 0 0;
	cursor: pointer;
	font-size: 12px;
}	
.cta button.makeChanges{ 
	float: left;
}

/* previous step button <a> */
span.previous {
	display: inline-block;
    margin: 5px 12px 0 0;
    padding: 10px 0 0;
	float: left;
}
span.previous a{
	background: url("../images/arw-blue-l.png") no-repeat scroll 0 4px transparent;
    padding-left: 10px;
	margin: 10px 0 15px 0;
}


/* insurance / retirement modules */
#content #insurance h4{
    color: #016db0;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}
#content #insurance h4 span{
    color: #00162f;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 5px;
}
#content .insuranceContainer {
    display: inline-block;
    margin-bottom: 10px;
}


#content .insuranceWrapper {
    display: inline-block;
    margin: 0 12px 10px 0;
	float: left;
	width: 125px;
}
#content .insuranceWrapper.last{
    margin: 0 0 10px 0;
 
}

/*#content .insuranceContainer ul {
	margin: 0!important;
	padding: 0;
}*/
#content .insuranceContainer div.insuranceColumn {
	display: inline-block;
	float: left;
	width: 125px;
	padding: 0;
	background: url(../images/img_insurance_top.gif) repeat-x 0 top;
    margin: 0 7px 0 0;
    padding: 0 0 10px;
	text-align: center;
}
#content .insuranceContainer div.insuranceColumnBottom {
	display: inline-block;
	float: left;
	width: 125px;
	padding: 0;
	height: 8px;
	background: url(../images/img_insurance_bottom.gif) no-repeat 0 top;
	margin: 0;
}
#content .insuranceContainer div.insuranceColumn h5{
/* line spacing is a bit too much */
    color: #00162F;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 3px 0;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper{
	position: relative;
	background: url(../images/img_bg_cover_top.gif) repeat-x 0 top;
 	padding: 0px 0px 8px 0px;
	margin: 8px 8px 0 8px;
	width: 110px;
}
#content .insuranceContainer div.insuranceColumn div.descWrapperBottom{
	position: relative;
	background: url(../images/img_bg_cover_bottom.gif) repeat-x 0 top;
 	padding: 0;
	margin: 0 8px 8px 8px;
	width: 110px;
	height: 4px;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper p{
	padding: 4px 8px;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .title{
	color: #00162f;
	font-size: 12px;
	font-weight: bold;
	display: block;
	background: url(../images/bg_dotted_hr.gif) repeat-x 0 bottom;
	line-height: 1.1em;
	padding: 4px;
	margin: 0 3px;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .price{
	color: #016db0;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 8px 0 0 0;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .estimate{
	color: #016db0;
	font-size: 48px;
	font-weight: bold;
	display: block;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .label{
	color: #016db;
	font-size: 10px;
	font-weight: normal;
	display: block;
	padding: 0 0 4px 0;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .label.age{
	color: #016db;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px 0 0 0;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .label.text{
	color: #016db;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
}
#content .insuranceContainer div.insuranceColumn div.descWrapper .rate{
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 0 transparent;
    color: #00162F;
    display: block;
    font-size: 11px;
    font-weight: normal;
	padding: 8px;
	margin: 0 3px;
}	
#content .insuranceContainer div.insuranceColumn div.descWrapper .fact{
     color: #00162F;
    display: block;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
	line-height: 1.2em;
}	
#content .insuranceContainer div.insuranceColumn div.descWrapper ul {
	padding: 4px 8px;
	margin: 0;
}	
#content .insuranceContainer div.insuranceColumn div.descWrapper ul li{
	text-align: left;
	padding: 0;
	margin;
	background: none;
}	

#content .insuranceContainer div.insuranceColumn div.descWrapper ul.contentLinks li{
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 8px 0 0 4px;
    padding: 0 0 0 8px;
    text-align: left;
	width: auto;
}

#content .insuranceContainer div.insuranceColumn a.insuranceAction {
	background: url(../images/light_blue_arrow_icon.gif) no-repeat 0px 4px;
	text-align: left;
	display: block;
    margin: 0 0 8px 10px;
    padding-left: 10px;
	color:#000;
	line-height:1.2em;
}
#content .insuranceContainer div.insuranceColumn a.tooltip {
	position: absolute;
    right: 4px;
    top: 5px;
}
#content .insuranceContainer div.insuranceColumn span.topInsuranceToolTips {
    float: right;
    position: relative;
    right: 4px;
    top: 5px;
}
.insuranceContainerTooltip {
 	width: 220px;
	background-color:#fff;
	padding:2px;	
}
.insuranceContainerTooltip img.speechBubble{
	position:absolute;
	left:14px;
	bottom:-14px;
}
.insuranceContainerTooltip table{
	margin:0;
	background-image: linear-gradient(top, #eee 0%, #fff 20%);   
    background-image: -o-linear-gradient(top, #eee 0%, #fff 20%);/* opera */    
    background-image: -moz-linear-gradient(top, #eee 0%, #fff 20%);/* ff */   
    background-image: -webkit-linear-gradient(top, #eee 0%, #fff 20%);/* new chrome and safari */    
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 20%);/* IE 10+ */   
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eee),color-stop(0.2, #fff));   /* old chrome & safari */ 
}
.insuranceContainerTooltip table tr{
	/*background: url("../images/bg_dotted_hr.gif") repeat-x 0px 100%;*/
}
.insuranceContainerTooltip td.label{
	padding: 0px 0px 0px 0px;
	font-size:11px;
}
.insuranceContainerTooltip td.alignRight{
	font-size:16px;
	font-weight:bold;
	text-align:right;
}
.insuranceContainerTooltip td.alignRight p.total, .insuranceContainerTooltip .plus{
	color: #016DB0;
}
.insuranceContainerTooltip td a.edit{
	font-size:11px;
	background: url("../images/arw-gray-r.png") no-repeat 0 3px;
	padding-left:8px;
}
.insuranceContainerTooltip td a.remove{
	font-size:11px;
}
.insuranceContainerTooltip td.footer{
	background-color: #e7e7e7;
}
.insuranceContainerTooltip .footer a {
	font-size:13px;
	color: #000;
}
.insuranceFooter {
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 top transparent;
    float: left;
    margin-top: 10px;
    width: 100%;
	padding: 10px 0;
}
.insuranceFooter h4 {
    float: left;
    width: 368px;
	margin: 0;
}
#content .insuranceFooter button {
	float: right;
    width: 150px;
}

/* Retirement list */
#content .steps {
    /*background: url("../images/img_bg_curve_hr.gif") no-repeat scroll left top transparent;
    border-bottom: 1px solid #DBDBDB;
    float: left;
    margin: 20px 0 0;
    padding: 0 0 30px;
    width: 100%;*/
 }

#content .steps p {
	margin: 0;
	padding: 4px 0 20px 0;
}
#content .steps h3 {
	color: #00264f;
    font-size: 18px;
    text-align: center;
}	
#content .steps ul {
	background: url("../images/img_steps.gif") no-repeat scroll 11px 0 transparent;
    height: 77px;
    margin: 10px 0 60px;
    padding: 0;
}
#content .steps ul li {
	background: none repeat scroll 0 0 transparent;
    float: left;
    margin-bottom: 0;
    margin-top: 90px;
    padding-left: 0;
    position: static;
    text-align: center;
    width: 21%;
}
#content .steps ul li img{
	display: block;
}
#content .steps ul li#step2 {
	margin-left: 94px;
}
#content .steps ul li#step3 {
	margin-left: 107px;
    width: 16%;
}	
.textBlock,
#assumptions {
	clear: both;
    display: block;
    float: left;
    margin: -14px 0 10px 0;
	width: 100%; /* main content area defined for ie */
	padding: 0px 0 0 0;
	font-size: 11px;
}
.textBlock p{
	margin: 10px 0 0 0;
}
 

#assumptions {
	padding: 20px 0 0 0;
}
#assumptions h4.assumptions{
	display: inline-block;
    float: left;
    margin: 0;
    width: 50%;
}
span.editAssumptions{
	display: inline-block;
    float: right;
    margin: 0;
    padding: 4px 0;
    text-align: right;
	color: #00162f;
	background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 4px transparent;
    padding-left: 10px;
	cursor: pointer;
}
span.editAssumptions:hover {
	text-decoration: underline;
}

#editableAssumptions {
	display: block;
    float: left;
    padding: 10px 0;
}

#assumptions p{
	clear: both;
	padding: 0 0 0 0;
	margin: 0;
}

/* Retirement step form */
#content .retirementStep {
	margin: 0 0 0 0;
    border-bottom: 1px solid #DBDBDB;
    float: left;
	padding: 10px 0 12px 0;
	width: 100%; /* main content area defined for ie */
}
.column_2_faux h4{
    color: #016db0;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
	margin: 0;
}
.column_2_faux h4.step{
    color: #00162f;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
	margin: 0;
	float: left;
	 width: auto;
}
.column_2_faux h4 span{
    color: #016db0;
}
.column_2_faux img.heading{
     margin: 10px 0;
}
#content .retirementStep ul {
	width: 100%;
	margin: 0 0 20px 0;
	float: left;
}
#content .retirementStep ul li{
	background-image: none;
	background-color: #E1F6FA;
    border-top: 1px solid #00BDE6;
    padding: 10px 13px 10px 13px;
	margin: 0;
}
#content .retirementStep ul li div.row {
	position: relative;
}
.retirementStep.column_2_faux l{
    display: block;
    padding-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
}

.retirementStep ul li label {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 8px;
    width: 220px;
}

.retirementStep ul li input,
.retirementStep ul li select{
	width: 90px;
	margin: 0 7px 0 0;
}

.retirementStep ul li .help{
	background: url("../images/img_bg_helparrow.gif") no-repeat scroll left top transparent;
    display: block;
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 217px;
}
.retirementStep ul li .help a {
   color: #00162F;
    display: block;
    padding: 10px 0 0 30px;
    width: 180px;
}
.retirementStep ul li .help a span {
   color: #016db0;
    font-weight: bold;
}
.retirementStep ul li .help a span.clickHere {
   	color: #000;
    font-weight: normal;
    text-decoration: underline;
}
.retirementStepDottedLine {
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 bottom transparent;
    margin-bottom: -5px;
    margin-top: 12px;
    padding-bottom: 13px;
}



/* retirement options */
p.heading {
	color: #00162f;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8em;
	margin: 0;
	padding: 10px 0;
}
p.results {
	color: #00162f;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.8em;
	border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    margin: 10px 0 0;
    padding: 10px 0;
}
p.results span {
	color: #023067;
	font-size: 20px;
	vertical-align: middle;
}
p.warning {
	color: #00162f;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	width: 100%;
	float: none;
}
p#options {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	line-height: 1.2m;
}
p#options span {
	font-weight: bold;
}
#content ul#options  {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

#content ul#options li {
    background: none;
    margin-bottom: 0;
    padding-left: 0;
}

#content ul#options li div.option {
	border: 1px solid #DDDDDB;
    border-radius: 8px 8px 8px 8px;
    overflow:hidden;
    margin: 0 0 20px;
	padding: 8px 10px 10px;
}

#content ul#options li div.option .leftContent{
	float: left; 
	width: 360px;
} 
#content ul#options li div.option .rightContent{
	float: right; 
} 
 
#content ul#options li div.option h4 {
    width: 67%;
}	
#content ul#options li div.option span.advice{
	display: block;
    width: 317px;
	padding: 4px 0;
	line-height: 1.2em;
}
#content ul#options li div.option span.advice span{
	color: #00162f;
	font-weight: bold;
}
	
#content ul#options li div.option ul {
	border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 0;
    width: 330px;
}
#content ul#options li div.option ul li{
	background: none;
    margin-bottom: 0;
    padding-left: 0;
	line-height: 1.8em;
}
li.bullet{
    background: url("../images/new_blueplusicon.png") no-repeat scroll 0 3px transparent !important;
    margin-bottom: 6px !important;
    padding-left: 10px !important;
    position: relative !important;
    line-height: 15px !important;
}
#content ul#options li div.option ul li.note{
	line-height: 1.2em;
	padding-top: 10px;
}	
	
#content ul#options li div.option ul li span.bold{
	font-weight: bold;
}
#content ul#options li div.option ul li a{
	text-decoration: underline;
}
 
.stats {
    background: url("../images/img_bg_stats.gif") no-repeat scroll 0 top transparent;
    float: right;
    height: 142px;
    margin: 0 auto 0 16px
    padding: 5px 0 10px;
    position: relative;
    text-align: center;
    width: 152px;
    margin-right: 10px;
    margin-top: 6px;
}
.stats img{
	left: 5px;
	top: 32px;
    position: absolute;
}
.stats span{
   color: #00162F;
    display: block;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 auto 0 16px;
    padding: 2px 0;
}

.stats span.price{
	background: url("../images/img_bg_stats_inner.gif") no-repeat scroll 0 top transparent;
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    height: 31px;
    margin-left: 12px;
    padding: 0;
    text-align: center;
    width: 108px;
	color: #023067;
}
.stats span.price.positive {
	color: #28bb00;
}
.stats span.price.negative {
	color: #bd0303;
}
.cta  {
   display: inline-block;
    margin-top: 10px;
	float: left;
}
.cta a {
    display: inline-block;
    float: left;
    padding: 7px 10px 7px 0;
}
span.or {
	display: inline-block;
    float: left;
    padding: 6px 0;
    margin: 0 10px 0 0;
}
.report {
	background-color: #E7E7E7;
    border-radius: 6px 6px 6px 6px;
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 521px;
}
.report p {
    display: inline-block;
    padding: 0 0 0 10px;
    width: 50%;
	float: left;
}
.report span.actions {
	display: inline-block;
	padding: 15px 0 0 0;
	float: left;
}
.report span.actions button{
	margin: 0 10px 0 0;
}/* sub calcs */

body.subCalculator h2 {
	color: #00162f;
	font-size: 27px;
	margin: 0 0 20px 0;
}

body.subCalculator {
	background: url(../images/img_bg_subcalc_gradient.gif) repeat-x 0 0;
	background-image: linear-gradient(top, #f2f3f3 0%, #fff 100%);   
    background-image: -o-linear-gradient(top, #f2f3f3 0%, #fff 100%);/* opera */    
    background-image: -moz-linear-gradient(top, #f2f3f3 0%, #fff 100%);/* ff */   
    background-image: -webkit-linear-gradient(top, #f2f3f3 0%, #fff 100%);/* new chrome and safari */    
    background-image: -ms-linear-gradient(top, #f2f3f3 0%, #fff 100%);/* IE 10+ */   
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(1, #f2f3f3),color-stop(0, #fff));   /* old chrome & safari */ 
	font-family: arial;
}

ul.helpText, ol.helpText, li.helpText {
	line-height: 1em;
	padding: 0 0 0 10px;
}
li.purposeLimitations {
	padding: 0 0 0 10px;
	background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 4px transparent;
}

#purposeLimitationsHeading {
	padding: 4px 12px 0px;
}

/* Sub Calculators */
#subCalcHeading {
    padding: 15px 12px 12px;
}
.calculatorContainerTerms {
	background-color: #FFFFFF;
    border: 1px solid #DEDDDB;
    top: 6px;
    padding: 20px;
    margin: 10px;
    height:375px;
    position:relative;
    overflow-y:auto;
    overflow-x:hidden;  
}
.calculatorContainer {
	background-color: #FFFFFF;
    border: 1px solid #DEDDDB;
    top: -9px;
    padding: 20px;
    margin: 10px;
    height:350px;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
}

.calculatorContainer span.title {
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 bottom transparent;
    color: #016DB0;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    width: 500px;
	display: inline-block;
}
.calculatorContainer .intro{
	width: 800px;
	padding: 10px 0 0 0;
	margin: 0;
	display: inline-block;
 
}
.calculatorContainer .intro p{
	color: #00000;
    display: inline-block;
	padding: 0;
	margin: 0;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}
.calculatorContainer h3{
	color: #016db0;
	font-size: 16px;
	font-weight: bold;
	width: auto;	 
	display: inline-block;
	background: url("../images/bg_dotted_heading.gif") repeat-x scroll 0 top transparent;
    padding: 8px 0;
	margin: 10px 0 0 0;
}
.calculatorContainer h3 a.edit{
    color: #016DB0;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 5px;
}


.calculatorContainer .form {
	padding: 0;
	width: 800px;
}
#oneOffExpenses {
    float: left;
    width: 325px;
}
#oneOffExpenses h3,
#recurringExpenses h3 {
    margin: 0;
    padding: 0;
}
#recurringExpenses{
    float: left;
    width: 450px;
	clear: right;
}	

.calculatorContainer .form fieldset {
	padding: 0;
	margin: 0;
	border: none;
	width: auto;
}

.calculatorContainer .form fieldset.last {
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 top transparent;
}

.calculatorContainer .form fieldset h4 {
	color: #636363;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

.calculatorContainer .form  p{
	font-size: 14px;
    line-height: 1.2em;
    margin: 0;
    padding: 10px 0;
}

.calculatorContainer .form fieldset ul {
	list-style: none;
	padding: 0;
	margin: 0;	
	width: auto;
}

.calculatorContainer .form fieldset ul li{
	padding: 0;
	margin: 0;
	clear: both;
}

.calculatorContainer .form fieldset ul li label{
	text-align: left;
    width: 195px;
	float: left;
	color: #00162f;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	text-align: left;
}
.calculatorContainer .form fieldset ul li span{
    color: #000000;
    float: left;
    font-size: 12px;
    padding: 8px 0;
}


.calculatorContainer .form fieldset ul li input{
	width: 60px;
}
.calculatorContainer .form fieldset ul li select{
    float: none;
    margin: 9px 5px;
    padding: 0;
}
.calculatorContainer .form fieldset ul li span.label{
	float: left;
    padding: 12px 4px 0;
}

    

#subCalculatorButtons #assumptionsLink{
  	background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 5px transparent;
    color: #00162F;
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
    padding: 4px 0 4px 10px;
    font-size: 12px;
}


/* Buttons */
.limitations {
    background-color: transparent;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 5px;
 }   

#subCalculatorButtons  {
	overflow: hidden;
	padding: 0 2px 0 0;
}
#subCalculatorButtons  ul{
	float: right;
	padding: 0 10px 0 0;
}

#subCalculatorButtons  ul li{
	float: left;
	display: inline-block;
	padding: 0;
}
#subCalculatorButtons span.subCalculatorLink {
    color: #5E5E5E;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px 10px 5px;
    cursor: pointer;
}

span.assumptionLink {
	color: #00162f;
	text-decoration: none;
	font-size: 13px;
	background: url("../images/dark_blue_arrow_icon.gif") no-repeat scroll 0 5px transparent;
	padding: 0 0 0 10px;
	margin: 0 10px 0 0;
	display: inline-block;
	float: left;
}


/* Results layout*/
.calculatorContainer .form fieldset ul.results li label{
	width: 100%;
	float: left;
	color: #00162f;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}

/* Recommeded breakdown layout*/
.calculatorContainer .form ul.recommendations {
	list-style: none;
	margin: 0;
	padding: 0;
}
.calculatorContainer .form ul.recommendations li{
	width: 100%;
	float: left;
	display: inline-block;
	color: #00162f;
	background-color: #E1F6FA;
    padding: 10px 0;
	margin: 0 0 2px 0;
}
.calculatorContainer .form ul.recommendations li span{
	font-size: 14px;
	font-weight: bold;
	color: #00162f;
	display: inline-block;
	background: none;
	padding: 0 10px;
}
.calculatorContainer .form ul.recommendations li span.title{
	font-size: 14px;
	font-weight: bold;
	color: #00162f;
	display: inline-block;
	background: none;
	width: 130px;
}

.calculatorContainer .form ul.recommendations li span.afterTax,
.calculatorContainer .form ul.recommendations li span.frequency{
	font-size: 14px;
	font-weight: bold;
	color: #016db0;
	display: inline;
	padding: 10px 0;
}
  
/* Wealth comparison table layout*/ 
table#comparison {
	width: 100%;
}


table.comparison tr th {
	border: none;
	text-align: left;
	font-weight: bold;
}
table.comparison tr th.title{
	width: 50%;
}
table.comparison tr th.current,
table.comparison tr th.new{
	width: 20%;
}
table.comparison tr td{
   background-color: #E7E7E7;
   padding: 10px;
}
table.comparison tr td.result{
	background-color: #e1f6fa;
}

table.comparison tr.last td.current{
	color: #00162f;
	font-weight: bold;
}

table.comparison tr.last td.result{
	color: #016db0;
	font-weight: bold;
}
table.comparison tr td.frequency {
    background-color: #fff;
    font-weight: normal;
}


  
/* Profiler form layout*/ 
.calculatorContainer span.currentQuestion{
	background: url("../images/bg_dotted_hr.gif") repeat-x scroll 0 bottom transparent;
    color: #016db0;
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 16px;
    padding-bottom: 12px;
    width: 100%;
	display: inline-block;
}
.calculatorContainer span.currentQuestion span{
	color: #999999;
    font-size: 20px;
    font-weight: bold;
}

.calculatorContainer .form fieldset h4.profiler {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    
}

.calculatorContainer .form fieldset ul.profiler li {
	padding: 4px 0;
	* padding: 0;
}
.calculatorContainer .form fieldset ul.profiler li label {
    font-weight: normal;
    margin: 0;
    * margin: 3px 0 0 0;
    padding: 7px 0 0 5px;
    text-align: left;
    width: 90%;
}
.calculatorContainer .form fieldset ul.profiler li input {
	width: auto;
	float: left;
}

/* error text */
#requiredError {
	padding: 10px 0;
}
#requiredError span{
	color: #f83a00;
}


/* Profiler form Results */
.calculatorContainer .form fieldset .investorProfile {
	background-color: #ccf2fa;
    color: #016db0;
	display: inline-block;
    float: left;
    margin: 20px 0 16px 0;
    padding: 10px 0 10px 10px;
    width: 100%;
	font-weight: bold;
	border-top: 1px solid #dedddb;
	border-bottom: 1px solid #dedddb;
}
 
.calculatorContainer .form fieldset .investorProfile label{
	float: left;
	padding: 0;
	text-align: left;
	font-size: 15px;
}
.calculatorContainer .form fieldset .investorProfile select {
	float: right;
	margin: 4px 10px 0 0;
	padding: 0;
}

.calculatorContainer .form fieldset .option .useProfile {
	color: #016db0;
	float: right;
	font-size: 13px;
}

/*Net worth*/
#netWorth, #accountDetails {
    background: url("../images/net_worth_bg_top.png") no-repeat scroll 0 0 #BCE5F4;
    clear: both;
    color: #333333;
    height: 1%;
    margin-bottom: 2em;
    padding-top: 11px;
    position: relative;
    width: 520px;
}
#accountDetails {
    margin-bottom: 20px;
}
#netWorth h2, #accountDetails h2 {
    color: #003C69;
    font-size: 16px;
    font-weight: bold;
    margin: 0 12px 9px;
}
#netWorth h2 span, #accountDetails h2 span {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 3px;
}
#netWorth div#divSlider, #accountDetails div#divSlider {
    background: url("../images/net_worth_bg_btm.png") no-repeat scroll left bottom transparent;
    height: 1%;
    min-height: 140px;
    overflow: hidden;
    padding-bottom: 12px;
}
#netWorth h4, #accountDetails h4 {
    color: #003C69;
    font-size: 13px;
    font-weight: bold;
    margin: 0 12px 0 15px;
}
#netWorth h3, #accountDetails h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 15px 9px 0px;
}
#accountDetails h3 {
    color: #666666;
}
#accountDetails h3 em {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
#netWorth p, #accountDetails p {
    border-top: 1px solid #BDE4F4;
    margin: 6px 22px 0 18px;
    padding: 8px 0 1px;
}
#netWorth p span, #accountDetails span {
    float: left;
    margin-top: 1px;
    text-align: left;
}
#netWorth p span strong, #accountDetails span strong {
    display: block;
    width: 120px;
}
#netWorth #netBalance, #accountDetails #memberDetails, #accountDetails #contactDetails {
    float: left;
    width: 260px;
}

#netWorth #detailsSummary {
    float: right;
    width: 260px;
}

#netWorth #netBalance p {
    height: 1%;
    overflow: hidden;
    text-align: right;
}
#netWorth #netBalance img.arrowIcon {
    float: left;
    margin-right: 4px;
}
#netWorth #netBalance p.linkedPortfolio {
    background-position: 0 14px;
    font-size: 11px;
    padding: 12px 0 0 23px;
    text-align: left;
}
#netWorth.loanInfo #netBalance {
    margin-top: 14px;
    width: 250px;
}
#netWorth #detailsSummary h4, #accountDetails #contactDetails h4 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 12px 0 15px;
}
#accountDetails #contactDetails h4 {
    margin-left: 16px;
}
#netWorth #detailsSummary p, #accountDetails #contactDetails p {
    margin: 7px 16px 0;
}
#netWorth #detailsSummary h3, #accountDetails #contactDetais h3, #netWorth #netBalance h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 12px 12px 6px 15px;
}
#netWorth #detailsSummary .addressLink {
    background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll left center transparent;
    border: medium none;
    font-size: 11px;
    margin-left: 15px;
    padding: 0 0 0 11px;
}
#netWorth #detailsSummary .edit {
    background: url("../images/edit_icon.gif") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    line-height: 1.4em;
    padding-left: 19px;
    position: absolute;
    right: 12px;
    top: 10px;
}
#netWorth.loanInfo #detailsSummary {
    width: 270px;
}
#netWorth.loanInfo #detailsSummary p {
    margin-left: 0;
    text-align: right;
}
#netWorth.loanInfo #detailsSummary h4 {
    margin-left: 0;
}
#accountDetails p a {
    background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 3px transparent;
    font-size: 11px;
    padding-left: 9px;
}


/* dummy check boxes in super easy summary */
.formSummary table {border: none}

.formSummary table input {float: left}

.formSummary td {padding: 12px 12px 2px 12px}

.formSummary td a {text-decoration: underline}

.formSummary #approvalBtns {padding: 24px 0 6px 12px}

.formSummary #approvalBtns .secondaryButton input {overflow: visible}

.formSummary #approvalBtns div {
	position: relative;
	top: 6px;
	left: 10px;
	float: left;
}

.formSummary #approvalBtns div a {margin-left: 8px}

.formSummary #approvalBtns span.secondarybutton input, 
.formSummary #approvalBtns span.secondaryButton input {
	width: auto;
	height: auto;
}

.formSummary #approvalBtns em {
	font-style: normal;
	padding: 6px 12px;
	float: left;
}

.formSummary a.fauxCheckBox {
	width: 13px;
	height: 13px;
	line-height: 0;
	background: url(../images/checkbox.png) no-repeat;
	float: left;
	text-decoration: none;
	margin: 3px 7px 0 0;
}

.formSummary input {
	width: 14px;
	height: 14px;
}

.formSummary label {
	position: relative;
	top: 4px;
}

.formSummary a.fauxCheckBox:hover {background-position: 0 -13px}

.simpleTable th {
	font-weight: bold;
}
.simpleTable tr td input {
    margin: 4px 0;
    width: 83px;
}
.simpleTable tr td select.frequencyAmount {
    margin: 4px 0;
    width:93px;
}



span.showDetails {
	float: right;
	background: url("../images/img_arrow_vertical.gif") no-repeat scroll 0 4px transparent;
    margin: 5px 0 6px 0;
    padding: 0 0 0 10px;
}
span.showDetails a {
	color: #00162f;
}

#content .retirementStep ul.investStrategy {
	width: 250px;
	float: left;
	margin: 0;
}
#content .retirementStep ul.investStrategy li {
	width: 50%;
	background-color: transparent;
    background-image: none;
    border-top: none;
    margin: 0;
    padding: 5px 0;
	display: inline-block;
	text-align: center;
	float: left;
}
#content .retirementStep ul.investStrategy li.last {
	text-align: right;
}
#content .retirementStep ul.investStrategy li.first {
	text-align: left;
}
#content .retirementStep p.profileDesc {
	color: #014371;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 250px;
	clear: both;
	margin: 0;
}

/* income table */
#table-container_wrapper .ui-widget-header {
	background: none;
	border: none;
}
.ui-state-default {
	border: none;
	background: #023067;
}

.ui-state-default .incomeTable table {
    clear: both;
    margin-bottom: 0px;
    width: 100% !important;
	border-top: 1px solid #adadad;
	border-right: 1px solid #adadad;
	border-left: 1px solid #adadad;
}

.ui-state-default .incomeTable table tr th {
    clear: both;
    margin-bottom: 0px;
    width: 100%;
	background: #023067;
	border: none;
	color: #fff;
}
.ui-state-default .incomeTable table tr td{
    clear: both;
    margin-bottom: 0px;
    width: 100%;
	background-color: #fff;
	border: none;
}

.incomeTableDetails {
	border:1px solid #000000;
	width:100%;
	padding-left:5px;
}
.incomeTableDetails tr {
	height:1px;
}
.incomeTableDetails .column1 {
	width:131px;
}
.incomeTableDetails .column2 {
	width:80px;
}
.incomeTableDetails .column3 {
	width:79px;
}
.incomeTableDetails .column4 {
	width:73px;
}

.dataTables_scrollBody {
	border: 1px solid #adadad;
	height: 200px;
	overflow:hidden !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    width: auto;
}
#table-container {
	width:510px !important;
}
.dataTables_scrollBody table tr td {
	color: #023067;
	border-right: 1px solid #adadad;
	text-align: center;
}
.dataTables_scrollBody table tr.even td {
	background-color: #ccf2fa;
}
.dataTables_scrollBody table tr td.even {
	background-color: #ccf2fa;
}

#accountAtGlance {  /* account at a glance - portoflio summary */
	border-bottom: 1px solid #DEDEDE;
	padding-bottom: .5em;
}

#accountAtGlance h3 {
	border-bottom: 1px solid #009FDC;
	padding-bottom: .4em;
	margin-bottom: .5em
}

#accountAtGlance h4 {margin: 0}

#accountAtGlance p img {float: left}

#accountAtGlance p strong {
	font-size: 1.3em;
	margin: 0 .8em 0 .6em;
}

#accountAtGlance #rorLoader, #accountAtGlance #ror {
	width: 70px;
	float: left
}

#accountAtGlance #rorLoader img {margin-left: 10px}

#accountAtGlance p a {
	margin: 0 .5em;
	font-size: .9em;
}

#accountAtGlance p a.active {
	color: #999;
	cursor: default;
	text-decoration: none
}

/* tables within assumptions */
.investmentProfiles th,
#preservationAge th {
 	background-color: #ccc;
	padding: 4px;
}
.investmentProfiles tr.odd,
#preservationAge tr.odd {
	background-color: #eee;
}
.investmentProfiles tr td,
#preservationAge tr td {
	padding: 4px 0;
}

#mySuperOptionsContent {
 	overflow-x: hidden;
    overflow-y: auto;
}

#mySuperOptionsContent > h3,
#mySuperOptionsContent > h4 {
	margin: 10px 0;
}

#mySuperOptionsContent > h3 {
	color: #323232;
	font-size: 14px;
}

#mySuperOptionsContent > h4 {
	color: #000000;
	font-size: 13px;
}

#mySuperOptionsContent > .content-header {
    background: url("../images/amp-logo-white.png") no-repeat scroll 0 0 transparent;
    height: 60px;
    margin-top: 10px;
}

#mySuperOptionsContent >  .Heading {
	padding: 20px 0;
	font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
}

#TB_ajaxContent #mySuperOptionsContent > p {
	margin: 16px 0;
}

#TB_window ul.normal-list a {
    color: #005596;
    background: url("../images/light_blue_arrow_icon.gif") no-repeat scroll 0 4px transparent;
    margin-bottom: 6px;
    padding-left: 10px;
    position: relative;
}

#TB_window ul.normal-list > li {
    padding-top: 5px;
}

#morningStarData > div {
    border: 1px solid #CCCCCC;
    
    padding: 0 10px;
    width: 603px;
    height: 370px;
}
.ror-buttons-top {
	padding-top: 0px;
}

.panel.panel-top > h2 {
	line-height: 24px;
	margin: 0 0 10px;
	color: #023067;
	font-size: 20px;
	font-weight: normal;
}

.progress-bar {
	background-color: #00549f;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #FFFFFF;
	float: left;
	font-size: 12px;
	height: 100%;
	text-align: center;
	transition: width 0.6s ease 0s;
	width: 0;
}

.panel.panel-top > p {
	margin: 12px 0px 6px;
}

.rc-links ul li a:focus, .rc-links ul li a:hover {
	background-image: url(../images/front-page/arrow-right1-over.png);
	color: #0153a4;
}

.rc-links ul li a {
	background: url(../images/front-page/arrow-right1-over.png) 0px 3px no-repeat;
	font-weight: bold;
	display: block;
	line-height: 20px;
	padding: 0 0 0px 12px;
}

.progress {
	background-color: #ffffff;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	height: 30px;
	overflow: hidden;
	border: 1px solid #d6d6da;
}

.panel.panel-top {
	margin-top: 0px;
	border-radius: 4px;
	padding: 10px;
	margin: 10px 0;
	border: none;
}