/* Default CSS Stylesheet for a new Web Application project */
	
.myStyle
{
	font-family : Tahoma;
	font-style:italic;
	font-size:24;
	cursor :wait;
	direction:rtl;
}
.persianText
{
	direction: rtl;
	behavior : url(/scripts/behaviors.htc);
	border-style:ridge;
}
.persianNumber
{
	direction: rtl;
	border-style:ridge;
}
.englishText
{
	direction:ltr;
	font-family :  Tahoma ;
	font-size : 10 ;
	border-style:ridge;
}
.memEditAspx
{
	font-family :  Tahoma ;
	font-size : 10 ;
    color : Blue ;

}
.addMemberAspx
{
	font-family :  Tahoma ;
	font-size : 10 ;
	color : Blue ;

}
.showBookResAspx
{
	 text-decoration:none;
}
.showBookDetailAspx
{
	font-family:Tahoma;
	font-size:14;
	text-decoration:none;
}
.siteConfigAspx
{
	font-family:Tahoma;
	font-size:14;
	text-decoration:none;
}
.siteConfigAspxL
{
	font-family:Tahoma;
	font-size:12;
	text-decoration:none;
}
.showCartAspx
{
	font-family:Tahoma;
	font-size:11;
	text-decoration:none;
}
.T14Font
{
	font-family:Tahoma;
	font-size:14;
	text-decoration:none;
}
.T12Font
{
	font-family:Tahoma;
	font-size:12;
	text-decoration:none;
}
.T10Font
{
	font-family:Tahoma;
	font-size:10;
	text-decoration:none;
}
.TL8Font
{
	font-family:Tahoma;
	font-size:8;
	text-decoration:none;
}

.TL12Font
{
	font-family:Tahoma;
	font-size:12;
	text-decoration:none;
}
A.TL12Font:link
{
	text-decoration : none ;
	color : Black;
}
A.TL12Font:visited
{
	color : Black ;
}
A.TL12Font:hover
{
	text-decoration : none ;
	color : Blue ;
}


.TL10Font
{
	font-family:Tahoma;
	font-size:10;
	text-decoration:none;
}
A.TL10Font:link
{
	text-decoration : none ;
	color : Black;
}
A.TL10Font:visited
{
	color : Black ;
}
A.TL10Font:hover
{
	text-decoration : none ;
	color : Blue ;
}
.TL8Font
{
	font-family:Tahoma;
	font-size:8;
	text-decoration:none;
}
A.TL8Font:link
{
	text-decoration : none ;
	color : Black;
}
A.TL8Font:visited
{
	color : Black ;
}
A.TL8Font:hover
{
	text-decoration : none ;
	color : Blue ;
}

