/***********************************************/
/* Commerce West Insurance 00057               */
/* 00057banner.css                             */
/***********************************************/ 



/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/

/*  Add background-image if the client has a background image for their banner.
    The background-color may also be set to match the client's banner.  */
.headerLogo{
	top: 24px;
	left: 50px;
  	height: 53px;
 	width: 511px;
	position: absolute;
}
.header{
	height: 100px;
	border-bottom: 5px solid #369;
}

/*  adjust top/left depending on banner
    change color as needed */
/*.headerTitle {
    color: #FFF;
	left: 350px;
	top: 20px; 
}*/

/*  adjust top/left depending on banner
    change color as needed */
.headerSubTitle {
    color: #FFF;
	left: 300px;
	top: 25px; 
}

/*  headerLink link colors may need to change for more contrast.
    link and visited colors should be the same.  Hover should be different.  */

.headerLink {
	padding-top: 60px;
}

/*.headerLink a:link{
	color: #FFFFFF;
}

.headerLink a:visited{
	color: #FFFFFF;
}*/

.headerLogout {
	top: 2px;
}

.headerLogout a:link {
	color: #FFFFFF;
}

.headerLogout a:visited {
	color: #FFFFFF;
}

.headerLogout a:hover {
	color: #6699FF;
}
#ctl00_ContentPlaceHolder1_PaymentControl1_ClientAccountNumberPartsRepeater_ctl01_EditAccountInfoUnAuthButton
{
	display: none;
}

#ctl00_ContentPlaceHolder1_PaymentControl1_Step2CancelButton
{
	display: none;
}

#ctl00_ContentPlaceHolder1_ClientAccountNumberPartsRepeater_ctl01_EditAccountInfoUnAuthButton
{
	display: none;
}
#ctl00_ContentPlaceHolder1_Step3CancelButton
{
	display:  none;
}
.button_secondary {
  display:none;
}
/*
#ctl00_ContentPlaceHolder1_PaymentControl1_ClientAccountNumberPartsRepeater_ctl01_EditAccountInfoUnAuthButton {display:none} ;
#ctl00_ContentPlaceHolder1_Step1CancelButton {display: none} ;
*/