/* ===================================== */
/* CSS for control sap.ui.ux3/ToolPopup  */
/* Belize High Contrast White theme      */
/* ===================================== */

.sapUiUx3TP {
	font-size: @sapUiDesktopFontSize;
}

.sapUiUx3TPTitleSep {
	background-color: @sapUiContentForegroundBorderColor;
}

.sapUiUx3TPButtonsSep {
	background-color: @sapUiContentForegroundBorderColor;
}

.sapUiUx3TPArrowLeft {
	background-image: url(img/toolpopup/arrow_left.png);
}

.sapUiUx3TPArrowRight {
	background-image: url(img/toolpopup/arrow_right.png);
}

.sapUiUx3TPArrowUp {
	background-image: url(img/toolpopup/arrow_up.png);
}

.sapUiUx3TPArrowDown {
	background-image: url(img/toolpopup/arrow_down.png);
}