/* css build: 20080721 */


@import url(../css/print-base.css);

/* open up the twisties when printing */
#contentarea p.twistie a {
	/* no-repeat taken off for IE to print image */
	background: url(../images/icons/icon_twistie_open.gif) left top; /*twistie_pImgPath*/
}
#contentarea h2.twistie a {
	/* no-repeat taken off for IE to print image */
	background: url(../images/icons/icon_twistie_h2_open.gif) 0px 4px; /*twistie_h2ImgPath*/
}

#contentarea .knowCenter h4.twistie a {
	/* no-repeat taken off for IE to print image */
	background: url(../images/icons/icon_twistie_h2_open.gif) 0px 4px; /*twistie_h2ImgPath*/
}

/* Comman Progress Bar*/

#contentarea .progressbar_pgwide{
	background-image: url(../images/nav/progress_bar_wide_print.gif) !important;
	width:645px;
}
#contentarea .progressbar_pgwideComplete{
	background-image: url(../images/nav/progress_bar_wideComplete_print.gif) !important;
	width:640px;
}
#contentarea .progressbar_eyb{
	background-image: url(../images/nav/progress_bar.gif) !important;
	width:625px;
	height:12px;
	margin-top:20px;
}
#contentarea .progressbar_Complete_eyb{
	background-image: url(../images/nav/progress_bar_eybComplete.gif) !important;
	width:625px;
	height:12px;
	margin-top:20px;
}
#contentarea .pgcomplete {
	width: 625px;
	height :11px;
}
/* END Comman Progress Bar*/

/* change inv */
#contentarea .pgcategory {
	width: 50px;
}
#contentarea .pgreallocate {
	width: 260px;
	height :11px;
}
#contentarea .pgreview {
	width: 325px; 
	height :11px;
}
#contentarea .pgreallocateCplt {
	width: 440px;
	height :11px;
}
#contentarea .pgchoosefund {
	width: 265px;
	height :11px;
}
#contentarea .pgtransferTo {
	width: 470px;
	height :11px;
}
#contentarea .pgtransferreview {
	width: 490px;
	height :11px;
}
#contentarea .pgtransferTo {
	width: 360px;
	height :11px;
}
#contentarea .pgportfolio {
	width: 274px;
	height :11px;
}
#contentarea .pgchnginvreview {
	width: 445px;
	height :11px;
}
#contentarea .pgtransferFrom {
	width: 196px; /*progressbarmenu_pgtransferfromWidth*/
	height :11px;
}
/*End change inv*/

/* Change Contribution Progress Bar*/
#contentarea .pgccstart {
	width: 2px;
	height :11px;
}
#contentarea .pgccnewcont {
	width: 110px;
	height :11px;
}
#contentarea .pgccannualinc {
	width: 250px;
	height :11px;
}
#contentarea .pgcccatchup {
	width: 390px;
	height :11px;
}
#contentarea .pgccreview {
	width: 515px;
	height :11px;
}
/* Change Contribution Progress Bar*/
/* Retire Now Progress Bar */
#contentarea .pgdates {
	width: 87px;
	height :11px;
}
#contentarea .pgbenificiary {
	width: 158px;
	height :11px;
}
#contentarea .pgdestination{
	width: 394px;
	height :11px;
}

#contentarea .pgpymtcplt{
	width: 350px;
	height :11px;
}

#contentarea .pgretnowreview{
	width: 480px;
	height :11px;
}

#contentarea .pgauthorize{
	width: 550px;
	height :11px;
}

#contentarea .pgComplete_eyb{
	width: 540px;
	height :11px;
}

#contentarea .pgpymt{
	width: 310px;
	height :11px;
}

/* End Retire Now Progress Bar */

/* For printing progress bar on chrome and safari */
.progressbarprint {
	display:block;
	position : relative;
	top:0px;
	left:-12px;
	_top:-1px;
	height :11px;
}
/* END For printing progress bar on chrome and safari */
/* For Printing issue in Alert message in IE-6*/

#contentarea .modalertmessage{
	display:inline-block;
	}
/* END Printing issue in Alert message in IE-6*/

#divscroller{
	width:95%;
	border:2px solid #c1c1c1; 
	padding:0px 5px 0px 10px;
	margin-bottom:10px;
}	