/*Page Back Color*/
BODY
{
    BACKGROUND-COLOR:White;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
/*For Label in Whole Page*/
.lblFontType{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Black
	}
/*For Label in Whole Page*/
.lblHeadingFontType
{
	background-color: white;
	font-family: Verdana;
	font-size: Medium;
	font-weight: bold;
	color: #778B86
	}
.lblHeadingFontTypeHindi
{
	background-color: white;
	font-family: Kruti Dev 010  ;
	font-size: Medium;
	font-weight: bold;
	color: #778B86
}
/*For Display Label in Item template*/	
.lblFontTypedisplay{
	font-family: Verdana;
	font-size: x-small;
	color: Black
	}
/*For TextBax in Whole Page*/
.txtFontType
{
	font-family: Verdana;
	font-size:x-small;
	font-weight: normal;
	color: Black;
	border:solid 1pt #333333	
}
txtFontTypeHindi
{
	font-family: Kruti Dev 010;
	font-size:Medium;
	font-weight: normal;
	color: Black;
	border:solid 1pt #333333	
}
/*For Drop Down in Whole Page*/
.ddlFontType
{
	font-family: Verdana;
	font-size:x-small;
	font-weight: normal;
	color: Black;
	border:solid 1pt #333333	
}
/*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:Medium;
	font-weight: normal;
	color: Black
}
.lnkButton
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #00487B;
	text-decoration:none;
}
.lnkButton.hover
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #00487b;
	text-decoration:underline;
}
.imgSave
{
	  background-image: url(../images/save.gif);
	  width: 70
	  
}
.imgModify
{
	  background-image: url(../images/modify.gif);
}
.imgCancel
{
	  background-image: url(../images/cancel.gif);
}
.imgDelete
{
	  background-image: url(../images/delete.gif);
}
.hr
{
	color:#4B4B4B ; 
	width:100%;
}
.fonthindi
{
	font-family: Kruti Dev 010;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}

.fontenglish
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: default;
}

.heading {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #778b86;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: .5px;
}
.validator
{
	font-family: Verdana;
	font-size: XX-Small;
	font-weight: normal;
	color: red
}