/* Modify top left menu item */


/* global */

.mstrLogo {
	background: transparent url(images/logo.png) no-repeat scroll center !important;
}

A.mstrLink:hover .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center !important;
}

.opened .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center !important;
}

* HTML .mstrLogo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../plugins/CEUS_ReplacingMicroStrategyWebButton/style/images/logo.png', sizingMethod='scale');
	height: 40px;
}

* HTML A.mstrLink:hover mstrLogo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../plugins/CEUS_ReplacingMicroStrategyWebButton/style/images/logo_hover.png', sizingMethod='scale');
}


/* specific */

.Blue .opened .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center;
}

.Carbon .opened .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center;
}

.mstrWeb.Carbon .mstrLogo {
	background: transparent url(images/logo.png) no-repeat scroll center;
}

.Carbon A.mstrLink:hover .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center;
}

.Red .opened .mstrLogo {
	background: transparent url(images/logo_hover.png) no-repeat scroll center;
}


/* Fix for arrow in documents */

.mstrLogoMenu.path.mstrPullArrow {
	background: none !important;
}


/* CEUS: modify for login page */

.mstr-page-login .mstrLogo,
.mstr-page-welcome .mstrLogo,
.mstr-page-logout .mstrLogo {
	height: 40px;
}