/**
 * Search results
 */
.searchHighlight {
    color: #E59800;
    font-weight: bold;
}

.breadcrumbHighlight {
    color: #E59800;
}


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

.popupWrapper .popupBackground {
	background: #000000;
}
