﻿/* Default CSS Stylesheet for a new Web Application project */
.centerText
{
	text-align:center;
}
.menuitemFa
{
	
	}
	.menuitemFa:hover
{
	background-image:url(/images/bg_fa.jpg);
	
	}
.menuitemEn
{
	
	}
	.menuitemEn:hover
{
	background-image:url(/images/bg.jpg);
	
	}
	
	a
{
	text-decoration: none;
	color: navy;
}

a:hover
{
	text-decoration:underline;
	color: Green;
	
}
.Fa
{
	 border:solid 1px black ;
	 font-family:Tahoma;
	 font-size:8pt;
	 text-align:right ;  
	 direction:rtl;
	 
	}
	
.En
{
     border:solid 1px black ;
	 font-family:Tahoma;
	 font-size:8pt;
	 text-align:left ;
	 direction:ltr ;
	 
	}
	.texts
{
	background-color: #FBFCFF;
	border: solid 1px black;
	font-family: Tahoma;
	font-size: 9pt;
	
	text-align: right;
}
.combo
{
	direction:rtl;
	z-index: 0;
	border-style: solid;
	border-bottom-width: 0;
	border-width: 0;
	text-align: center;
	color: black;
	font-family: tahoma;
	font-size: 8pt;
	background: white;
}
	
	.Buttons
{
	background-repeat:repeat-x ;
	text-align:center ;
	font-family:Tahoma;
	font-size:9pt;
	height:20px;
	border:solid 1px black;
	vertical-align:middle;
}
.Buttons:hover
{
	text-align:center ;
	background-color :#dddddd;
	background-repeat:repeat-x ;
	background-position:right  bottom ;
	font-family:Tahoma;
	font-size:9pt;
	height:20px;
	border:solid 1px black;
	vertical-align:middle;
}
.chatFa
{
	text-align:right;
	direction:rtl ;
	font-family:Tahoma;
	font-size:8pt;
	color:Navy;
}
.DateTexts
{
	
	font-weight: bold;
	font-family: Tahoma;
	font-size: 8pt;
	text-align: center;
	direction: ltr;
	
}
.DateText
{
	direction:ltr;
	font-family:Tahoma;
	font-size:8pt;
	
	
}
.CenterText
{
	font-family:Tahoma;
	font-size:8pt;
	text-align:center;
}
.RightText
{
	font-family:Tahoma;
	font-size:8pt;
	text-align:right;
}
.leftText
{
	font-family:Tahoma;
	font-size:8pt;
	text-align:left;
}
.gheader
{
	
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat ;
	border:solid 0px white;
	font-family:Tahoma;
	font-size:8pt;
	height:20px;
	
	}
.gselected
{
	background-color:Silver ;
	font-family:Tahoma;
	font-size:8pt;
	
	}
.gitem
{
	
	font-family:Tahoma;
	font-size:8pt;
	border:solid 1px black;
	
	}
	.title
	{
		margin-bottom:5px;
		
		BORDER-bottom: 1px solid black;
		/*background-color:#eeeeee;
		BACKGROUND-IMAGE: url(/images/titlebg.jpg);
		BACKGROUND-REPEAT:repeat-y;*/
		height:25px;
		font-weight:bold;
		}
	.Fatxt
{
	 font-family:Tahoma;
	 font-size:8pt;
	 text-align:right ;  
	 
	}
