	footer {
		width: 100%;
	}
    .sapUiSraFooter {
        width: 100%;
    }    
    .loginCopyright p {
        text-align: center;
        color: #999999;
    }
    .loginCopyright a {
        color: #999999;
        text-decoration: none;
    }
    .loginCopyright a:hover {
        text-decoration: underline;
    }
	.loginCopyright .sapMLabel {
		font-size: 0.75em; 
		}
		
	.loginLink a {text-decoration: none; color: #ffffff}
	.loginLink a:hover {text-decoration: underline; color: #ffffff}
	.loginLink a:visited {text-decoration: none; color: #ffffff}	
	
	.sapUiButtonLite {
		color: #346187;
		background-color: snow;		
	}
	
	.sapUiButtonLite:hover {
	   background-color: #ebebeb;
	   border-color: #ababab;
	}
	
	.sapUiContentForegroundTextColor {
		color: #fafafa;
	}