/**
 * Search results
 */
.searchHighlight {
    color: red;
    background: yellow;
}

.searchBreadcrumbHighlight {
    color: blue;
}


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

.popupWrapper .popupBackground {
	background: #000000;
}
