/* Default CSS Stylesheet for a new Web Application project */
@font-face {
	font-family: 'Yekan';
	src: url("Font/YekanWeb-Regular.eot");
	src: url("Font/YekanWeb-Regular.eot?#iefix") format("embedded-opentype"),url("Font/YekanWeb-Regular.woff") format("woff"),url("Font/YekanWeb-Regular.ttf") format("truetype"),url("Font/YekanWeb-Regular.svg#YekanWeb-Regular") format("svg");
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility
}

@font-face{font-family:'YekanNumbers';
  src:url("Font/YekanNumbers-Regular.eot");
  src:url("Font/YekanNumbers-Regular.eot?#iefix") format("embedded-opentype"),
      url("Font/YekanNumbers-Regular.woff") format("woff"),
      url("Font/YekanNumbers-Regular.ttf") format("truetype"),url("Font/YekanNumbers-Regular.svg#YekanNumbers-Regular") format("svg");font-style:normal;font-weight:normal;text-rendering:optimizeLegibility}
      
 @font-face {
     font-family: 'BMitra';
  src: url('Font/BMitra.eot?#') format('eot'),  /* IE6–8 */
       url('Font/BMitra.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('Font/BMitra.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
	font-family: 'nazanin';
	src: url('Font/BNAZANIN.eot');
	src: local('?'), url('Font/BNAZANIN.woff') format('woff'), url('Font/BNAZANIN.ttf') format('truetype'), url('Font/BNAZANIN.svg') format('svg');
	font-weight: normal;
}
.FormTitle
{
    display:none;
}
BODY
{
    direction:rtl;
	font-family:tahoma,Arial;
	FONT-SIZE: 11px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	color: Black;
	FONT-SIZE: 11px;
}

SELECT 
{
	font-family:tahoma,Arial;
	FONT-SIZE: 11px;
}

TEXTAREA 
{
	font-family:tahoma,Arial;
	FONT-SIZE: 11px;
}
INPUT 
{
	background-color: #fff;
    border: 1px solid #ccc;
    font-family: Yekan,YekanNumbers,tahoma;
    font-size: 12px;
    height: 25px;
  
}

TABLE
{ 
	font-size:11px;
}

A:link	{	
	text-decoration: none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
BLOCKQUOTE, PRE	{	
	font-family:	tahoma, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


/* Additional Classes */
.SectionHeading
{
	font-family: tahoma, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


.Confirmation 
{
	font-weight:bold;
	color: Red;
}
.PageTitle 
{
	font-weight:bold;
	font-size: 13px;
	text-transform:uppercase;
	font-family: tahoma, Arial, Sans-Serif;
}


.tdSection
{
    background-color: #dcdcdc !important;
    padding: 3px;
    color: #005ce9;
    font-family:Yekan,YekanNumbers,tahoma;
    font-size:13px;
    margin-bottom:3px;
}
.tdQuestion 
{
 
    font-family:Yekan,YekanNumbers,tahoma;
    font-size:12px;

    
     }
tdAnswers { }

a.footerlink:link
{
	 color:Gray;
	 font-size: 9px;
	 text-decoration: none;
}
.footerlink 
{
	 color:Gray;
	 font-size: 9px;
}
a.footerlink:active
{
	 color:Gray;
	 font-size: 9px;
	 text-decoration: none;
}
a.footerlink:visited
{
	 color:Gray;
	 font-size: 9px;
	 text-decoration: none;
}
a.footerlink:hover
{
	 color:Gray;
	 font-size: 9px;
	 text-decoration: none;
}
.FormTitle 
{
	 font-size: 12px;
	 font-weight: bold;
	 text-transform: uppercase;
}
.errormsg 
{
	FONT-SIZE: 12px; 
	COLOR: red; 
	FONT-FAMILY: tahoma, Verdana, helvetica, Sans-Serif }
.required 
{
	BACKGROUND-COLOR: #fff ;
	font-family:Yekan,YekanNumbers,tahoma;
	font-size:12px;
	border:solid 1px #ccc;
	height:120px !important;
	width:600px !important
}
.textboxReql
{BACKGROUND-COLOR: #fff ;
	font-family:tahoma;
	font-size:12px;
	border:solid 1px #ccc;
	height:25px;
	width:200px !important}
.InstructionsPopup 
{
	BORDER-RIGHT: #55a9e8 1px solid; 
	BORDER-TOP: #55a9e8 1px solid; 
	BORDER-LEFT: #55a9e8 1px solid; 
	BORDER-BOTTOM: #55a9e8 1px solid; 
	BACKGROUND-COLOR: #e5eaee }
	
.PageSubTitle 
{
	 font-variant: small-caps;
	 font-weight: bold;
}