﻿
span[ML_ControlType="ICON"][ML_PageControl_Attribute_ByEntityField="RED"] {
	color: #FF3333;
}

span[ML_ControlType="ICON"][ML_PageControl_Attribute_ByEntityField="ORANGE"] {
	color: orange;
	font-weight: bold;
}

span[ML_ControlType="ICON"][ML_PageControl_Attribute_ByEntityField="GREEN"] {
	color: #32D900;
}

span[ML_ControlType="ICON"][ML_PageControl_Attribute_ByEntityField="GREY"],
span[ML_ControlType="ICON"][ML_PageControl_Attribute_ByEntityField="GRAY"] {
	color: #888888;
}
