/***********************************************/
/* 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                             */
/***********************************************/ 


/*  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 {
	height: 100px;
}

/* Adjust left/top according to client's logo */
.headerLogo {
	left: 0px;
	top: 24px;
}

