/***********************************************/
/* Default.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                             */
/***********************************************/ 

/* Heading Levels 
---------------------------------------------------------------------------------------------------------------------------*/
h1 {color: #4b2d8b;}

h2 {
	color: #d4d0e7;
	font-size: 1em;
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 5px 0 3px 4px;
	font: normal .8em arial, sans-serif;
	text-transform: none;
	text-align: left;
/* 	color: #003366; */
	color: #4b2d8b;
	}

/* Adjust left/top according to client's logo */
.headerLogo {
	top: 16px;
	position: absolute;
  height: 39px;
  width: 200px;
}

.headerWelcome {color: #4b2d8b;}
.headerUserName {color: #4b2d8b;}

.headerLink {color: #4b2d8b;}
.progressOn {background-color: #4b2d8b;}
.separator {border-top-color:#d4d0e7;}
.button_main {background-color: #4b2d8b;}
.PaymentAuthorizationResultsView .buttonPositionLeft .donebutton { display:none;}
.button_secondary {display:none;}
