/*For Label in Whole Page*/
.lblFontType{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	}
/*For Label in Whole Page*/
.lblHeadingFontType
{
	
	font-family: Verdana;
	font-size: Medium;
	font-weight: bold;
	color: Black
	}
	.lblHeadingFontTypeHindi
{
	
	font-family:  Kruti Dev 010;
	font-size: Medium;
	font-weight: bold;
	color: Black
	}
/*For Display Label in Item template*/	

.lblFontTypedisplay{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	}
/*For TextBax in Whole Page*/
.txtFontType
{
	font-family: Verdana;
	font-size:x-small;
	font-weight: normal;
	color: Black	
}
txtFontTypeHindi
{
	font-family: Kruti Dev 010;
	font-size:Medium;
	font-weight: normal;
	color: Black;
	text-decoration: none;	
}
/*For Message Label in Whole Page*/
.lblMsgFontType
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Red
}
.lblHindiFontType
{
	font-family: Kruti Dev 010;
	font-size:15px;
	font-weight: normal;
	color: Black;
	text-decoration: none	
}
.lnkButton
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Blue;
	text-decoration: none;
}
.imgSave
{
	  background-image: url(../images/save.gif);
}
.imgModify
{
	  background-image: url(../images/modify.gif);
}
.imgCancel
{
	  background-image: url(../images/cancel.gif);
}
.imgDelete
{
	  background-image: url(../images/delete.gif);
}


