/***********************************************/
/* Default.css                                 */
/* Set as the StyleSheetTheme in web.config.   */
/* Loaded for all clients and overridden by    */
/* SuperClient specific CSS in their Theme.    */
/***********************************************/

/* 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.  */

.header {
	border-bottom-width: 5px;
	height: 90px;
/*	background-color: #D10000;  */


}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 0px; 
  height: 53px;
  width: 511px;
}

/*  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;
}

/*  others   */
#ctl00_ContentPlaceHolder1_Step4ClientReturnLink{
	display: none;
}
#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;
}
a.donebutton:link{
  display:none;
}