@charset "utf-8";
/* CSS Document */

/*main content of My Profile page*/
.container_lsb #mainContent_myProfile{
	float:left;
	width:742px;
}

#myProfileTitles{
	background:url(../images/bg/bg_myProfileTitle.gif) repeat-x left top #4D797C;
	width:743px;
	height:45px;
}

.container_lsb #mainContent_myProfile h1{
	display:block;
	float:left;
	margin:0;
	padding:0;
	background:url(../images/titles/title_h1_myProfile.gif) no-repeat left top;
	width:200px;
	height:45px;
	text-indent:-10000px;
}

.container_lsb #mainContent_myProfile h2{
	display:block;
	float:right;
	margin:0;
	padding:0;
	background:url(../images/bg/bg_myProfileTitleH2.gif) no-repeat left 18px;
	height:32px;
	/*width:522px;*/
	padding-right:20px;
	padding-left:15px;
	padding-top:13px;
	text-align:right;
	font-weight:normal;
	font-size:16px;
	color:#FFF;
}

.container_lsb #mainContent_myProfile h2.txtHeader{
    color:#428485;
	font-size:16px;
	font-weight:normal;
	width:100%;
	padding:0;
	margin:0;
	background:none;
	text-align:left;
}

.container_lsb #mainContent_myProfile .importantNote{
	clear:both;
	background:#669699 url(../images/icons/icon_important.gif) no-repeat 15px 12px;
	border-top:#8CB0B3 1px solid;
	border-bottom:#52787A 1px solid;
	color:#FFF;
	padding:15px;
	padding-left:42px;
	padding-bottom:20px;
	font-style:italic;
}
.container_lsb #mainContent_myProfile .importantNote a{
	color:#FFF;
	text-decoration:underline;
}

.container_lsb #mainContent_myProfile .teaser{
	clear:both;
	border-top:#f3f3f3 1px solid;
	border-bottom:#C4C4C4 1px solid;
	background:#E6E6E6;
	padding:12px;
	font-size:14px;
	color:#333;
}
.container_lsb #mainContent_myProfile .teaser a,
.container_lsb #mainContent_myProfile .teaser a:hover{
	color:#333;
	text-decoration:underline;
}

.container_lsb #mainContent_myProfile .profileBlock{
	clear:both;
	border-top:#FFF 1px solid;
	border-bottom:#C4C4C4 1px solid;
	padding:12px;
	background:url(../images/bg/bg_myProfileContent_v1.jpg) repeat-x left top;
}
.container_lsb #mainContent_myProfile .last{
	border-bottom:none;
}


/*--added--*/
/* Natalia 022310- previous causes change site menu not to display correctly  
.profileBlock.last {*height:99%!important; *padding-bottom:0px!important;}
*/
.profileBlock .last {*height:99%!important; *padding-bottom:0px!important;}

.container_lsb #mainContent_myProfile .profileBlock .col1Of3,
.container_lsb #mainContent_myProfile .profileBlock .col2Of3,
.container_lsb #mainContent_myProfile .profileBlock .col3Of3{
	display:block;
	float:left;
	width:218px;
	padding-right:30px;
}
.container_lsb #mainContent_myProfile .profileBlock .col3Of3{
	padding-right:0px;
}


.container_lsb #mainContent_myProfile .profileBlock .col1Of2,
.container_lsb #mainContent_myProfile .profileBlock .col2Of2,
.container_lsb #mainContent_myProfile .profileBlock .col1Of2_inst,
.container_lsb #mainContent_myProfile .profileBlock .col2Of2_inst{
	display:block;
	float:left;
	width:300px;
	padding-right:30px;
}
.container_lsb #mainContent_myProfile .profileBlock .col2Of2{
	padding-right:0px;
	width:380px;
}

.container_lsb #mainContent_myProfile .profileBlock .col1Of2_inst{
	padding-right:0px;
	width:380px;
}

/*-- used in all HELP sections (  http://methodeabcom-qa.staging.acml.com/abcom/help/reg_overview.htm  )_Joel--*/
.container_lsb #mainContent_myProfile .profileBlock h1.QA{
	padding:0;
	margin:0;
	background:url(../images/titles/title_h2_QA.gif) no-repeat left top;
	text-indent:-10000px;
	margin-top:10px;
	display:block;
	height:30px;
	*margin:10px 0px -8px 0px!important;/*--IE nack--*/
}

.container_lsb #mainContent_myProfile .profileBlock h3{
	color:#428485;
	font-size:14px;
	font-weight:normal;
	background:url(../images/common/hr_mainContent.gif) repeat-x left bottom;

    width:100%;
	padding:0;
	margin:0;
	padding-bottom:5px;
	margin-bottom:10px;
}
.container_lsb #mainContent_myProfile .profileBlock h3.v2{
	background:none;
	font-size:16px;
}

.container_lsb #mainContent_myProfile .profileBlock h4{
	color:#428485;
	font-size:14px;
	font-weight:normal;
	padding-bottom:10px;
	padding-top:5px;
}

.container_lsb #mainContent_myProfile .profileBlock p{
	margin-bottom:12px;
	font-size:11px;
	line-height:16px;
	color:#333333;
}
.container_lsb #mainContent_myProfile .profileBlock p.teaser_v2{
	margin-bottom:12px;
	font-size:14px;
	line-height:18px;
	color:#333333;
}

.container_lsb #mainContent_myProfile .profileBlock p.profileUserInstructions{
	margin-bottom:15px;
	font-size: 12px;
	position: relative; /*for IE. The text disappears without position specified */
}

.container_lsb #mainContent_myProfile .profileBlock p.profileUserInstructions_astrk{
	margin-top: 10px;
	display:block;
	font-size: 12px;
	float:left;
	width:700px;
}

.container_lsb #mainContent_myProfile .profileBlock p.profileUserInstructions_last{
	margin-bottom:23px;
	
}

.container_lsb #mainContent_myProfile .asterick{
	margin-top:10px;
	display:block;
	float:left;
	width:10px;
}

.container_lsb #mainContent_myProfile .iconsDefaultIndent{
	margin-left: 35px;
	
}

.container_lsb #mainContent_myProfile .profileBlock .fieldEntry{
	clear:both;
	padding-bottom:7px;
}

.container_lsb #mainContent_myProfile .profileBlock .fieldEntry .fieldLabel{
	color:#428485;
	font-size:12px;
}

.container_lsb #mainContent_myProfile .profileBlock .fieldEntry .fieldDetail{
	color:#666;
	font-size:12px;
	/*
	padding-left:5px;
	*/
	padding-left:0;/*--added 2_19_10--*/
}


.container_lsb #mainContent_myProfile .profileBlock .fieldEntry .fieldLabel_v2{
	color:#428485;
	font-size:14px;
}
.container_lsb #mainContent_myProfile .profileBlock .fieldEntry .fieldDetail_v2{
	color:#666;
	font-size:14px;
	padding-left:5px;
}

.container_lsb #mainContent_myProfile .profileBlock .profileAddress{
	color:#666;
	font-size:12px;

}
.container_lsb #mainContent_myProfile .profileBlock .profileAddress span{
	display:block;
	padding-bottom: 7px;

}

.container_lsb #mainContent_myProfile .profileBlock .fieldEntry a{
	color:#68790F;
	text-decoration:none;
	font-size:12px;
}
.container_lsb #mainContent_myProfile .profileBlock .fieldEntry a:hover{
	text-decoration:underline;
}

.container_lsb #mainContent_myProfile .profileBlock .emailConfirm{
	margin-top:15px;
}

.container_lsb #mainContent_myProfile .profileBlock .formEntry{
	/*--added
	clear:both;
	padding-bottom:10px;
	font-size:14px;
	*/
	clear:both; padding-bottom:10px; font-size:14px;
}
.container_lsb #mainContent_myProfile .profileBlock .formSection{
	padding-bottom:10px;
	color:#333;
}

.container_lsb #mainContent_myProfile .profileBlock .formEntry input{
	/*--added
	margin-right:5px;
	*/
	display:block; width:13px; height:13px; float:left; margin:3px 5px 0px 0px; *margin:3px 2px 0px 0px;/*--IE hack--*/
}

.container_lsb #mainContent_myProfile .profileBlock .profileBlockForm{
	padding:5px 0 10px 0;
}

.container_lsb #mainContent_myProfile .profileBlock .first{
	padding-top:15px;
}

.container_lsb #mainContent_myProfile .profileBlock .profileBlockForm label{
	color:#428485;
	font-size:12px;
	display:block;
	padding:0;
	margin:0;
	padding-bottom:5px;
	/*--added--*/*padding-bottom:4px;/*--IE hack--*/
}

.container_lsb #mainContent_myProfile .profileBlock input.text{
	background:#E6E6E6;
	border:1px solid #999;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:2px;
	padding-bottom:3px;
	margin-bottom:10px;
	color:#333;
	width:240px;
	/*--added--*/*margin-bottom:9px;/*--IE hack--*/
}



.container_lsb #mainContent_myProfile .errorIcon{
	padding: 0 0 18px 28px;
	color: #CC6600!important;
	background: url(../images/icons/icon_error.gif) no-repeat left 2px;
	font-size:12px!important;
	height: 24px;
}

.container_lsb #mainContent_myProfile .error{
	color: #CC6600;
	font-size:12px;
}

.container_lsb #mainContent_myProfile .btn_submit{
	background:url(../images/btn/btn_mcForm_submit.jpg) no-repeat left top;
	border:none;
	padding:0;
	margin:0;
	width:86px;
	height:28px;
	display:block;
	text-indent:-10000px;
	padding-left:90px;
	margin-top:25px;
	cursor:pointer;
	/*--added--*/
	*margin-top:24px;/*--IE hack--*/
}

.container_lsb #mainContent_myProfile .btn_cancel{
	background:url(../images/btn/btn_mcForm_cancel.jpg) no-repeat left top;
	border:none;
	padding:0;
	margin:0;
	width:88px;
	height:28px;
	display:block;
	text-indent:-10000px;
	padding-left:90px;
	margin-top:25px;
	cursor:pointer;
}


.container_lsb #mainContent_myProfile .hspace{
	display:block;
	float:left;
	width:35px;
	height:1px;
}
.container_lsb #mainContent_myProfile .miniEmailForm{
	border: 1px solid #e0e0e0;
	padding: 7px 10px 7px 10px;
	display:block;
	float:left;
}


.container_lsb #mainContent_myProfile .miniEmailForm p{
	color:#666666;
	font-size: 12px;
	
}

.container_lsb #mainContent_myProfile .miniEmailForm a{
	color: #7F9312;
	
}

.container_lsb #mainContent_myProfile .miniEmailForm .strong{
	color:#333333;
	font-size: 12px;
	font-weight:bold;
}

.container_lsb #mainContent_myProfile div.profileItemSubHead_step1{
	font-size:14px;
	color:#418485;
	padding:10px 5px 0px 35px;
	margin: 23px 0 10px 0 ;
	font-style:italic;
	background:url(../images/icons/icon_emailRegistrationStep1.jpg) no-repeat left top;
	height: 26px;
}

.container_lsb #mainContent_myProfile div.profileItemSubHead_step2{
	font-size:14px;
	color:#418485;
	padding:10px 5px 0px 35px;
	margin: 35px 0 10px 0 ;
	font-style:italic;
	background:url(../images/icons/icon_emailRegistrationStep2.jpg) no-repeat left top;
	height: 26px;
}
.container_lsb #mainContent_myProfile div.profileItemSubHead_step3{
	font-size:14px;
	color:#418485;
	padding:10px 5px 0px 35px;
	margin: 25px 0 10px 0 ;
	font-style:italic;
	background:url(../images/icons/icon_emailRegistrationStep3.jpg) no-repeat left top;
	height: 26px;
}

.container_lsb #mainContent_myProfile ul.emailTroubleshooting{
	margin:0 0 20px 50px;
	font-size: 12px;
}
.container_lsb #mainContent_myProfile ul.emailTroubleshooting li{
	margin:0 0 5px 0;
	color:#333;

}

.container_lsb #mainContent_myProfile ul.emailTroubleshooting li a{
	color:#7F9312; 
}

.container_lsb #mainContent_myProfile ul.deliveryOptionsCongrats{
	margin:5px 0 20px 15px;
	font-size: 12px;
}
.container_lsb #mainContent_myProfile ul.deliveryOptionsCongrats li{
	margin:0 0 15px 0;

}

.container_lsb #mainContent_myProfile ul.deliveryOptionsCongrats li a{
	color: #333333;
	text-decoration: underline;
}

.container_lsb #mainContent_myProfile .profileBlock label{
	color:#333;
	display:block;
	padding-left:20px;
	font-size:14px;
}

.container_lsb #mainContent_myProfile .profileBlock .frmRadioBtnsWrapper p{
	margin:0;
	padding:0;
	font-size:11px;
}

.container_lsb #mainContent_myProfile .profileBlock .frmRadioBtnsWrapper input{
	background:none;
	border:none;
	margin:0;
	padding:0;
	float:left;
	display:block;
}

.container_lsb #mainContent_myProfile .profileBlock .frmRadioBtnsWrapper .radioBtnsInstructions{
	margin:0;
	margin-bottom:15px;
	padding:5px 0 0 20px;
	font-size:12px;
}

.container_lsb #mainContent_myProfile ul.sbmtDeliveryChange{
	padding:0;
	margin:0;
}

.container_lsb #mainContent_myProfile ul.sbmtDeliveryChange li{
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	margin-right: 10px;
}
.container_lsb #mainContent_myProfile ul.sbmtDeliveryChange li input{
	margin-top:15px;
    display:block;
}

.container_lsb #mainContent_myProfile p.profileUserAgreement{
	margin:0;
	padding:0;
	font-size:14px;
	padding-top: 10px;
	padding-bottom: 8px;
	
}

/* HELP Section */

.container_lsb #mainContent_myProfile h1.help{
	background:url(../images/titles/title_h1_help.gif) no-repeat left top;
}

.container_lsb #mainContent_myProfile h1.registrationLogin{
	background:url(../images/titles/title_h1_registrationLogin.gif) no-repeat left top;
}

.container_lsb #mainContent_myProfile h1.myProfile{
	background:url(../images/titles/title_h1_myProfile.gif) no-repeat left top;
}

.container_lsb #mainContent_myProfile h1.accountReporting{
	background:url(../images/titles/title_h1_accountReporting.gif) no-repeat left top;
}

.container_lsb #mainContent_myProfile h1.loginHelp{
	background:url(../images/titles/title_h1_loginHelp.gif) no-repeat left top;
}


.container_lsb #mainContent_myProfile .helpContent{
	clear:both;
	border-top:#f3f3f3 1px solid;
	border-bottom:#C4C4C4 1px solid;
	background:#E6E6E6;
	padding:12px 12px 9px 12px;
	font-size:14px;
	color:#333;
}
.container_lsb #mainContent_myProfile .helpContent .helpMain_full{
	display:block;
	float:left;
	/* Natalia 050310 */
	border:1px solid #666666;
}


.container_lsb #mainContent_myProfile .helpContent .helpMain{
	display:block;
	float:left;
	padding-right:15px;
}

/* RSB help items */
/* Natalia 050310 - no longer RSB by layout, but keep the same name*/

.container_lsb #mainContent_myProfile .helpContent .helpRSB{
	display:block;
	float:left;
	width:220px;
}


.container_lsb #mainContent_myProfile  .helpRSB .helpRSB_item{
	padding-bottom:20px;
	float:left;
	display:block;
	width:338px;
	padding-right:20px;
}

.container_lsb #mainContent_myProfile  .helpRSB p{
	color:#333;
	font-size:11px;
	padding:0;
	margin:0;
	border:none;
}
.container_lsb #mainContent_myProfile  .helpRSB p a{
	color: #68790F;
	
}
.container_lsb #mainContent_myProfile  .helpRSB p a.go{
	color: #68790F;
	font-size:14px;
	text-decoration: none;
	background:none;
	padding-right:15px;
}

.container_lsb #mainContent_myProfile  .helpRSB h2.contactUs{
	margin:0;
	padding:0;
	margin-top:7px;
	clear:both;
	display:block;
	width:200px;
	height:20px;
	float:left;
	text-align:left;
	background: url(../images/titles/title_help_rsb_ContactUs.gif) no-repeat left top;
	font-size:9px;
	text-indent:-10000px;
}
.container_lsb #mainContent_myProfile  .helpRSB h2.locations{
	margin:0;
	padding:0;
	margin-top:7px;
	clear:both;
	display:block;
	width:200px;
	height:20px;
	float:left;
	text-align:left;
	background: url(../images/titles/title_help_rsb_locations.gif) no-repeat left top;
	font-size:9px;
	text-indent:-10000px;
}

.helpRSB .helpRSB_item .interactivemap_item{
	background:url(../images/icons/icon_globalInteractiveMap.jpg) no-repeat left top;
	padding-left:95px;
	height:96px;
	margin-top:20px;
}
#mainContent_myProfile .helpRSB_item .interactivemap_item p{
	padding-top:20px;
}
.helpRSB .helpRSB_item .interactivemap_item h3 a{
	margin:0;
	padding:0;
	color:#7F9312;
	font-size:14px;
	font-weight:normal;
	display:block;
	margin-top:10px;
	background:none;
}

.container_lsb #mainContent_myProfile .profileBlock h3.profileBlock_H3_nobg{
	background:none;
}

/* Q&A Layout */
.container_lsb #mainContent_myProfile .profileBlock #ourFirm_rowOddEven{
	padding:15px 0;
}

.container_lsb #mainContent_myProfile .profileBlock #ourFirm_rowOddEven a{
	color: #7F9312;
}

.container_lsb #mainContent_myProfile .profileBlock #ourFirm_rowOddEven .question{
	font-size:14px;
}

/*-- used in all HELP sections (  http://methodeabcom-qa.staging.acml.com/abcom/help/reg_overview.htm  )_Joel--*/
.container_lsb #mainContent_myProfile .profileBlock #ourFirm_rowOddEven .answer{
	font-size:11px;
	line-height:16px;
	display:block;
	*margin:-1px 0px 0px 0px; /*--IE hack--*/
}

.container_lsb #mainContent_myProfile .profileBlock .oddRow,
.container_lsb #mainContent_myProfile .profileBlock .evenRow{
	clear:both;
	padding:15px 15px 15px 13px;
	display:block;
}

.container_lsb #mainContent_myProfile  #ourFirm_rowOddEven .oddRow{
	background-color:#E9EBEB;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container_lsb #mainContent_myProfile #ourFirm_rowOddEven .evenRow_first{
	padding:0 0 15px 13px;
}

/* disabled to see if covered by global style in ab_segment.css line 3939  __Uwe 
.container_lsb #mainContent_myProfile #ourFirm_rowOddEven a.abAccordionTrigerAnswer,
.container_lsb #mainContent_myProfile #ourFirm_rowOddEven a.abAccordionTrigerHide{
	display:block;
	color:#68790F;
	padding-right:0px;
	font-size:12px;
	text-align:right;
}

#mainContent .ourFirmContent #ourFirm_rowOddEven a.abAccordionTrigerHide{
	background-position: right -9px;
}

*/

#ourFirm_rowOddEven .AccordionPanelContent {

	display:none;
}



.container_lsb #mainContent_myProfile .errorIcon p {color: #CC6600!important; font-size:12px!important;}


