#OWEBAPP .ClassBackGray{
    background-color: #d9d9d9; 
	font-size: small;
	font-weight: bold;
}
#OWEBAPP .ClassBackWhite{
    background-color: white;   
	font-size: medium;
	font-weight: normal;
}
#OWEBAPP .ClassBackOrange{
    background-color: #f0a30a;   
	font-size: medium;
	font-weight: normal;
}
#OWEBAPP .ClassBackRed{
	font-size: medium;
	font-weight: normal;
	color: red;
}

#OWEBAPP .ClassBackGreen{
    background-color: #8ce356; 	
	font-size: medium;
	font-weight: normal;
   
}                            
#OWEBAPP .LoginBackground{
    background-color: white; 
	background-color:#fff;
	background-image: url("images/ferlu.svg")
}       
#OWEBAPP .WebColHighlitedGreenText{
	font-size: medium;
	font-weight: bold;
	color:red;
}
#OWEBAPP .WebColHighlitedOrangeText{
	font-size: medium;
	font-weight: bold;
	color:white;
}

#OWEBAPP .WebColHighlitedRedText{
	font-size: medium;
	font-weight: bold;
	color:white;
}

#OWEBAPP .ClassButtonMedium{
	font-size:x-small ;
	font-weight: normal;
	color:red;
	background-color: yellow;
}

#OWEBAPP .ActiveStatusLabel {
	font-size:small ;
	font-weight: normal;
	color:green;
}

#OWEBAPP .LapsedStatusLabel {
	font-size:small ;
	font-weight: normal;
	color:red;
}

#OWEBAPP .LoadingStatusLabel {
	font-size:small ;
	font-weight: normal;
	color:orange;
}

#OWEBAPP .WebMenuItem{

}
	
#OWEBAPP .MandatoryFormError .WebFrm_Wrapper {
	border: 2px solid red;
}

#OWEBAPP .ResetMandatoryFormError .WebFrm_Wrapper {
	border: 1px solid #BABABA;	
}

#OWEBAPP .MandatoryComboError .WebCombo_Wrapper {
	border: 2px solid red;
}	

#OWEBAPP .ResetMandatoryComboError .WebCombo_Wrapper {
	border: 1px solid #BABABA;
}

#OWEBAPP .PolicyProcedure{
	font-size:x-small ;
	font-weight: normal;	
}
