/*
Define only general

	- colors
	- background colors
*/

.background-gray {
	background: #FAFAFA
}

.bgcolor-green-call	{
	background-color: #1b8b06;
}
	
.bgcolor-red-put {
	background-color: #e4032e;
}

.highlight-searchresult {
	background-color: #FFFFCA !important;
	color: #000;
}