/***********************************************/
/* 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                             */
/***********************************************/ 

/* Adjust left/top according to client's logo */
.headerLogo {
	z-index:10;
  height: 90px;
  width: 636px;
}
.headerLink {
  right:10px;
	z-index:100;
}
.ClientAccountControl .ClientAccountNumberParts div.AccountNumberDescription._1 {
	padding-left:200px;
	color:red;
}
