
/* 
 * Background image for upper-left logo in legacy toolbar (pop-ups).  Image should reside in the same location as this file.
 */
TABLE.utilityNavPane TD.logoImageWithRightBorder {
	background: url('header_bg_white.png') !important;
	height: 36px !important;
	width: 250px !important;
	vertical-align: bottom;
}

/* 
 * Background image for upper-left logo in legacy toolbar (popups). Image should reside in the same location as this file.
 */

TABLE.utilityNavPane TD.logoImage {
	
	background: url(header_bg_blue.png) !important;
	
	height: 36px !important;
	width: 250px !important;
}


/* 
 * Main image for upper-left logo for new AppShell UI. Image should reside in the same location as this file.
 */

.nav-logo {
		background-image: url('avaya_200_26.png') !important;
		
}


/* 
 * Background image for upper-left logo for new AppShell UI. Image should reside in the same location as this file.
 */


.header-bg-blue-image {
	background-image: url('header_bg_white.png') !important;
}

/*
 * Login Page
 *
 * 	Go Button
*/

.login .productLogoDiv img{
	width: 150px;
	height: 70px;
	position: absolute;
	top: 16px;
	left: 151px;
}

.loginGo {
	background-color: #cc0000;
	border-left: 3px solid #610206!important;
	border-color: #610206;
	border: 1px solid #610206;
}

.loginGo:hover {
	background-color: #d72726;
	border-left-color: #98050e;
}


/*
 *	Border around username & password
 */

.loginInnerBox {
	background-color: #cc0000;
}

.loginInnerBox  input, .loginInputText{
	
	color: #565a5c;
}
.loginMainImage{
	width: 300px !important;
}


.loginTitle {
	Color: #565A5C;
	
}
TABLE.loginRegistrationPwdResetContainer {
	Color: #565A5C !important;
}

TABLE.utilityContainer #BPLOGO_id {
  background-image: url('header_bg_white.png') !important;
  height: 36px !important;
  width: 250px !important;
  padding: 0px 34px 0px 16px !important;
  border-right: 3px solid #ffffff !important;
}

.loginFormContainerInnerDiv {
   margin: 59.5px 76px 40px 72px
}

