/***********************************************/
/* Commerce Insurance 00002                    */
/* 00002CommerceInsuranceNH.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.  */

.header {
/*	background-image: url(Images/MAPFRE_COM.jpg);  */
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 5px;
	border-style: none none solid;
}


.headerLogo {
  left:0px;
  top:24px;
  height:50px;
  width:481px;
}

/*  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:105px;*/
	padding-top:105px;
}

.headerLogout {
	top: 2px;
}

.headerLogout a:link {
	color: #FFFFFF;
}

.headerLogout a:visited {
	color: #FFFFFF;
}

.headerLogout a:hover {
	color: #6699FF;
}

.AuthorizePaymentView #AuthorizePaymentPanel .AcceptanceChargeLabel,
.AuthorizePaymentView #PaymentInfoDiv .VerificationCustomHeaderRow {display:none;}