/* ************************************************************************ */
/* ********************************** STYLES FOR FOCUSED ELEMENT  ********* */
/* ************************************************************************ */
.onfocus
{
	background-color: #e8ff9f;	
}
.onblur
{
	background-color: White;
}

.rowitemHLight2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color:#FF9900;
	text-decoration: none;
	/*background-color: #FFE5D3;*/
}
.rowitemHLight3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: green;
	text-decoration: none;
}
.rowitemHLight4 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}