/***********************************************/
/* pepa.css                                 */
/* Set as the StyleSheetTheme in web.config.   */
/* Loaded for all clients and overridden by    */
/* SuperClient specific CSS in their Theme.    */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/*margins set to 0 in order to eliminate default margins in IE, Firefox, Mozilla and Netscape*/
/*padding set to "0" in order to eliminate default padding in Opera*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 



.headerLogo {
	left: 3px;
	top: 2px;
	position: center;
	height: 112px;
	width: 220px;
}

.header {
  border-bottom-style:solid;
  border-bottom-width:5px;
  height:115px; 
  position:relative;
  width:100%;

}

.headerTitle {
  
  position:absolute;
  top:45px;
  left:280px;
}

.headerSubTitle {
  
  position:absolute;
  top:60px;
  left:280px;
}

#ctl00_ContentPlaceHolder1_ClientAccountGridView .MakePaymentColumn{
	display: none;
}