/**
 * Search results
 */
.searchHighlight {
    color: white;
}

.searchBreadcrumbHighlight {
    color: #C3C3C1;
}


/**
 * Image popup
 */
.popupWrapper {
	border: 1px solid #ffffff;
	z-index: 1001;
}

.popupWrapper .popupBackground {
	background: #000000;
}
