﻿.Button
{	
  width: 60pt;
  height: 18pt;
  font-family: tahoma;
  font-size: 8pt
}
.LabelUserLbl
{
  font-family: tahoma;
  font-size: 8pt;
  color: Navy;
  direction: rtl;
  text-align: right;
}
.LabelUserName
{
  font-family: tahoma;
  font-size: 8pt;
  color: Navy;
  direction: rtl;
  text-align: right;
}
.LabelTitle
{
  font-family: tahoma;
  font-size: 10pt;
  font-weight: bold;
  color: Blue;
  direction: rtl;
  text-align: right;
}
.LabelBigTitle
{
  font-family: Arial;
  font-size: 16pt;
  font-weight: bold;
  color: Blue;
  direction: rtl;
}
.LabelFa
{
  font-family: tahoma;
  font-size: 8pt;
  color: Black;
  direction: rtl;
    }
.LabelRed
{
  font-family: tahoma;
  font-size: 8pt;
  color: Red;
  direction: rtl;
    text-align: left;
    font-weight: 700;
}
.LabelEn
{
  font-family: tahoma;
  font-size: 8pt;
  color: Black;
  direction: ltr;
  text-align:left;
}
.ErrorLabel
{
	font-family: tahoma;
	font-size: 8pt;
	color: White;
	font-weight: bold;
	background-color: Red;
	border-bottom-color: Maroon;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: Maroon;
	border-left-style: solid;
	border-left-width: 1px;		
}
.ErrorLabelThick
{
	border-left: 1px solid Maroon;
    font-family: tahoma;
	    font-size: 8pt;
	    color: White;
	    font-weight: bold;
	    height: 20px;
	    background-color: Red;
	    margin-left: 0px;
    margin-top: 0px;
}
.LinkLabel
{
	font-family: tahoma;
	font-size: 8pt;
	color: Blue;
	text-align: left;
}
.LinkLabelIcon
{
	font-family: Wingdings;
	font-size: 12pt;
	color: Blue;
	text-align: left;
}
.LinkLabelIconGrid
{
	font-family: Wingdings;
	font-size: 8pt;
	color: Blue;
	text-align: center;
}
.TextFa
{
	font-family: tahoma; 
	font-size: 8pt;
	color: Black;
	direction: rtl;
    text-align: right;
}
.TextDate
{
	font-family: tahoma; 
	font-size: 8pt;
	color: Black;
	direction: ltr;
    text-align: left;
}
.TextDateDisable
{
	border: 1px solid InactiveCaption;
    font-family: tahoma; 
	    font-size: 8pt;
	    color: Black;
	    direction: ltr;
    text-align: center;
        background-color: #E0E0E0;	
        height: 15px;
    margin-top: 0px;
}
.TextEn
{
	font-family: tahoma; 
	font-size: 8pt;
	color: Black;
	direction: ltr;
}
.TextDisableFa
{
	border: 1px solid InactiveCaption;
    font-family: tahoma; 
	    font-size: 8pt;
	    color: Black;
	    background-color: #E0E0E0;	
	    direction: rtl;	
	    height: 15px;
    text-align: right;
}
.TextDisableFaHL
{
	font-family: tahoma; 
	font-size: 8pt;
	color: Red;
	background-color:#FF9933;	
	direction: rtl;	
	border-style: solid;
	border-color: InactiveCaption;  	
	border-width: 1px;			
	height: 15px;
}
.TextDisableEn
{
	border: 1px solid InactiveCaption;
    font-family: tahoma; 
	    font-size: 8pt;
	    color: Black;
	    background-color: #E0E0E0;
	    direction: ltr;	
	    height: 15px;
    }
.TextRptlStrn
{
  font-family: tahoma;
  font-size: 8pt;
  background-color: rgb(153,204,153);
  border-style: solid ;
  border-color: InactiveCaption ;
  border-width: 1px;
  direction: ltr;
  height: 20;
}
.TextRptlEntc
{
  font-family: tahoma;
  font-size: 8pt;
  background-color: rgb(255,204,204);  
  border-style: solid;
  border-color: InactiveCaption;  
  border-width: 1px;
  direction: ltr;
}
.GridHiddenCol
{
	display: none;
}
.GridLabel
{
  font-family: tahoma;
  font-size: 8pt;
  color: White;
}
.GridText
{
  font-family: tahoma;
  font-size: 8pt;
  color: Black;
}
.GridCurrText
{
  font-family: tahoma;
  font-size: 8pt;
  color: White;
}
.GridHeaderBlue
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 100;
	color: Navy;
	background-color: #9DBAEE;
	text-align: center;
}
.GridBodyFa
{
	font-family:Tahoma;
	font-size: 8pt;
	direction: rtl;	
}
.GridBodyEnBlue
{
	font-family:Tahoma;
	font-size: 8pt;
	direction: ltr;	
	text-align: center;
	background-color: White;		
}
.GridAlterRowFaBlue
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #D1E0F8;	
	direction: rtl;	
}
.GridAlterRowEnBlue
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #D1E0F8;	
	direction: ltr;
	text-align: center;
}
.GridSelRowFaBlue
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #919FB7;	
	direction: rtl;
	
}
.GridSelRowEnBlue
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #919FB7;	
	direction: ltr;
	text-align: center;
}

.GridHeaderGreen
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 100;
	color: White;
	background-color: #1C5E55;
	text-align: center;
}
.GridBodyEnGreen
{
	font-family:Tahoma;
	font-size: 8pt;
	direction: ltr;	
	text-align: center;
	background-color: #E3EAEB;
}
.GridAlterRowEnGreen
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: White;	
	direction: ltr;
	text-align: center;
}
.GridSelRowEnGreen
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #C5BBAF;	
	direction: ltr;
	text-align: center;
}

.GridHeaderMocha
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: 100;
	color: White;
	background-color: #6B696B;
	text-align: center;
}
.GridBodyEnMocha
{
	font-family:Tahoma;
	font-size: 8pt;
	direction: ltr;	
	text-align: center;
	background-color: #F7F7DE;
}
.GridAlterRowEnMocha
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: White;	
	direction: ltr;
	text-align: center;
}
.GridSelRowEnMocha
{
	font-family: Tahoma;
	font-size: 8pt;	
	background-color: #CE5D5A;	
	direction: ltr;
	text-align: center;
}

.PanelGrren
{
	background-color: DarkSeaGreen;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.PanelBlue
{
	background-color: #d6e6ff;
}
.PanelGray
{
	background-color: LightSlateGray;
	border-style: solid;
	border-color: Black;
	border-width: 1px;
}
.PanelLightYellow
{
	background-color: #FFFFC0;
}
.PanelLightOrange
{
	background-color: #FFE0C0;
}