.lblComment
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
    height: 13px;
}
.lblComment_rtl
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	height: 20px;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
    direction:rtl 
}
.lblHeadLine
{
    font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	background-color: transparent;
	text-align: center;
	font-variant: normal;
}
.lblError
{
	border-right: #ffff99 thin solid;
	border-top: #ffff99 thin solid;
	font-weight: normal;
	font-size: 10pt;
	border-left: #ffff99 thin solid;
	color: #ffffff;
	border-bottom: #ffff99 thin solid;
	font-family: Tahoma;
	background-color: orangered;
	
}
.lblMessage
{
	border-right: #ff0000 thin solid;
	border-top: #ff0000 thin solid;
	font-weight: bold;
	font-size: 12pt;
	border-left: #ff0000 thin solid;
	color: #ff0000;
	border-bottom: #ff0000 thin solid;
	font-family: Tahoma;
	background-color: snow;
}

.lblWarningMessage
{
    border-right: #660099 thin solid;
    border-top: #660099 thin solid;
    font-weight: normal;
    font-size: 10pt;
    border-left: #660099 thin solid;
    color: #660099;
    border-bottom: #660099 thin solid;
    font-family: Tahoma;
    background-color: lightsteelblue;
}

.lblRptlable
{
	font-weight: normal;
	font-size: 12pt;
	font-family: 'Traditional Arabic';
}
.lbltitle
{
    border: thin solid #D2E1E8;
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Tahoma;
    background-color: #FFFFFF;
    text-align: center;
    font-variant: normal;
    margin-left: 0px;
}
.lblCommentBlue
{
    font-weight: normal;
    font-size: 8pt;
    font-style: normal;
    font-family: Tahoma;
    height: 20px;
    background-color: transparent;
    text-align: center;
    font-variant: normal;
    margin-left: 0px;
    color: #0059B3;
    margin-bottom: 0px;
}

.RtlLabel
{
	direction: rtl;
}
.LtrLabel
{
	direction: ltr;
}

.RtlLabelCenter
{
	color: Red;
	direction: rtl;
}
