/***************************************/
/*                                     */
/*  Designed By : taJan Web            */
/*  WebSite : http://www.tajanweb.com  */
/*  Tel : + 98 21 8439626 , 8406295    */
/*  Email : info@tajanweb.com          */
/*                                     */
/*  Font Size : 11pt; , 11px; , 11in;  */
/*              11cm; , 11mm; , 11pc;  */
/*              11em; , 11ex;          */
/***************************************/

/******************************************/
/**************   Html Tags ***************/
/*-------------------------------*/
BODY 
{
 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color : Black;
 background-color: #ffffff;
 SCROLLBAR-FACE-COLOR: white;
 SCROLLBAR-SHADOW-COLOR: 0099FF;
 SCROLLBAR-3DLIGHT-COLOR: 0099FF; 
 SCROLLBAR-ARROW-COLOR: #03216D; 
 SCROLLBAR-DARKSHADOW-COLOR: white;
}

/*-------------------------------*/
TD
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:  12px;
	color:#000000;
}
/*-------------------------------*/
HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
}
/*-------------------------------*/
H1  {

	font-family: Tahoma, Arial, Helvetica;
	color: #483D8B;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
/*-------------------------------*/
H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #666644;
}

/*-------------------------------*/
H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  15px;
    font-weight:    normal;
    color: #003366;
}
/*-------------------------------*/
H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #003366;
}
/*-------------------------------*/
H5 {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight:    bold;
    color: #003366;
}
/*-------------------------------*/
H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}
/*-------------------------------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/*-------------------------------*/
A {
  	font-family: Tahoma;
    font-size: 11px;
	color: #2E8B57;
	text-decoration: none;
}
A:link {
	font-family: Tahoma;
	color: #FFFFE0;
	text-decoration: none;	
}
A:Active {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;	
}
A:hover {
	font-family: Tahoma;
	color: #FFFFE0;
	text-decoration: underline;	
}
A:visited {
	font-family: Tahoma;
	color: #FFFFE0;
}

/*-------------------------------*/

/*********** End of Html Tags *************/
/******************************************/



/******************************************/
/***************** Texts ******************/

/*-------------------------------*/
.NormalMessage
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #ffffff;
    color: #2F4F4F;    
    font-weight: normal;
    border-width: 0px;
    border-style: solid;
}
/*-------------------------------*/
.NormalText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}
/*-------------------------------*/
.HighLightedText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight:  bold;
    font-size: 11px;
    color: #FD6347;
    background-color: #eeeeee
}
/*-------------------------------*/
.ErrorText
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    color:Red;
    background-color: #eeeeee
}
/*-------------------------------*/
.NormalTitr
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-style: normal;
	font-weight:  bold;
	font-variant: normal;
    color: #696969;
}
.FormLabels
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-style: normal;
	font-weight:  bold;
	font-variant: normal;
    font-size: 11px;
    color: #DCDCDC;
}
/*-------------------------------*/
/************* End of Texts ***************/
/******************************************/

/**************************************************************/
/**************   Web Controls and Form Objects ***************/

/*-------------------------------*/
.NormalCheckBox
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #2F4F4F; 
}
/*-------------------------------*/
.NormalRadio
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
}
/*-------------------------------*/
.NormalButton
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid;     
    font-family: Tahoma;
    font-size: 11px;
    color: #2F4F4F;    
    font-weight: normal;
    border-style: solid;
    background-color:#F5F5F5;     
}
/*-------------------------------*/
.NormalTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
}
/*-------------------------------*/
.SmallTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 75px;
}
/*-------------------------------*/

/*-------------------------------*/
.TooSmallTextBox
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 30px;
}
/*-------------------------------*/
.NormalTextArea
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 250px;
    height: 100px;
}
/*-------------------------------*/
.SmallTextArea
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	font-family: Tahoma;
    font-size:  12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
    width: 150px;
    height: 80px;
}
/*-------------------------------*/
.NormalDropDownList
{
	Border-Right: #191970 1px solid; 
	Border-Top: #191970 1px solid; 
	Border-Left: #191970 1px solid; 
	Border-Bottom: #191970 1px solid; 
	BackGround-Color : #FFFFFF;
	font-family: Tahoma;
    font-size: 12px;
    color: #2F4F4F;
    font-weight: normal;
    border-style: solid;
}
/*-------------------------------*/
/**********  End of Web Controls and Form Objects *************/
/**************************************************************/

/***************************************************/
/*****************   HyperLinks ********************/
/*-------------------------------*/
.NewsTitle 
{
	font-family: Tahoma;
    font-size: 12px;
	color: #03216D;
	text-decoration: none;
}
/*-------------------------------*/
A.NewsTitle:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;	
}
A.NewsTitle:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;	
}	

A.NewsTitle:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.NewsTitle:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: none;		
}
.NewsBody 
{
	font-family: Tahoma;
    font-size: 10px;
	color: #000000;
	text-decoration: none;
}
/*-------------------------------*/
/*-------------------------------*/
.Normal 
{
	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;
}
/*-------------------------------*/
A.Normal:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.Normal:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}	

A.Normal:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.Normal:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.SubMenu {
  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.SubMenu:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.SubMenu:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SubMenu:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
A.SubMenu:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
/*-------------------------------*/
.MainMenu {
  	font-family: Tahoma;
    font-size: 12px;
	color: #F0F8FF;
	text-decoration: none;	
}
A.MainMenu:hover {
	font-family: Tahoma;
    font-size: 12px;	
	color: #98FB98;
	text-decoration: underline;		
}
A.MainMenu:link {
	font-family: Tahoma;
    font-size: 12px;		
	color: #F0F8FF;
	text-decoration: underline;	
}
A.MainMenu:visited {
	font-family: Tahoma;
    font-size: 12px;		
	color: #E6E6FA;
	text-decoration: underline;		
}
A.MainMenu:Active {
	font-family: Tahoma;
	font-size: 12px;	
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.Paging {
  	font-family: Tahoma;
    font-size: 11px;
	color: #8E0D0D;
	text-decoration: none;	
}
A.Paging:link {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.Paging:hover {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;
}
A.Paging:visited {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;	
}
A.Paging:Active {
	font-family: Tahoma;
	color: #03216D;
	text-decoration: underline;		
}
/*-------------------------------*/
.ImageLink
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #708090;
}
/*-------------------------------*/

/*****************   End of HyperLinks ********************/
/**********************************************************/


/*****************************************************/
/*****************   Other Styles ********************/

/*-------------------------------*/
.Line 
{
	color: #000000;
    height:1pt;
    text-align:left;
}
.MenuSide
{
	Border-Left: #191970 1px solid; 
	font-family: Tahoma;

}
/*-------------------------------*/
/*************  End of Other Styles ******************/
/*****************************************************/

