/* CSS Stylesheet for ZamyadIntranet App */
/* Written By : Ahmad Sheikholeslami*/
BODY
{
   BACKGROUND-COLOR: white;
   FONT-FAMILY: Tahoma;
   FONT-SIZE: .8PT ;
   FONT-WEIGHT: normal;
   LETTER-SPACING: normal;
   TEXT-TRANSFORM: none;
   WORD-SPACING: normal;
    	
   Scrollbar-face-color:#006600;
   scrollbar-arrow-color:#F0FEC9;
   scrollbar-track-color:#F0FEC9;
   scrollbar-shadow-color:#006600;
   scrollbar-highlight-color:#006600;
   scrollbar-3dlight-color:#F0FEC9;
}

/*Menu Bar Links Status*/
.menulink:link    {color: white ; text-decoration: none}
.menulink:visited {color: white ; text-decoration: none}
.menulink:hover   {color: white ; text-decoration:overline}
/*Menu Bar Links Status*/

/*Menu Bar Links Status*/
.downmenulink:link    {color: black ; text-decoration: none}
.downmenulink:visited {color: black ; text-decoration: none}
.downmenulink:hover   {color: black ; text-decoration:overline}
/*Menu Bar Links Status*/



H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Tahoma;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Tahoma;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Tahoma;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Tahoma;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Tahoma;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Tahoma;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Tahoma;
	}	

/*Global Links Status*/	
A:link	{	
	text-decoration:	none;
	color: #006600 ;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006600 ;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006600 ;
	}	 
		
A:hover	{	
	text-decoration:Underline ;
	color:	#006600 ;
	}
/*Global Links Status*/	
SMALL	{	
	font-size:	.7em;
	}	
BIG	{	
	font-size:	1.17em;
	}	
BLOCKQUOTE, PRE	{	
	font-family:	Tahoma;
	}
	

/*Layout BackGround Setting*/
.RightMenuBG
{
	background-color: #D7E4E7
}

.LeftMenuBG
{
	background-color: #F4F7F9
}

.CenterBG
{
	background-color: #ffffff
}

.FooterBG
{
	background-color: #ffffff
}
/*-------------------------------------------------------*/
.navtext {
width:150px;
font-family:Tahoma;
font-size:9pt;
border-width:1px;
border-style:outset;
border-color:darkgray;
layer-background-color: #DECCF2 ;
background-color: #DECCF2 ;
color:black;
}
/*-------------------------------------------------------*/
.TextBoxStyle 
{
	font-size:	8pt;	
	font-family: Tahoma;
	background-color:whitesmoke ;
	border-style:solid;
	border-width:1;
	border-color:Black;
}	
.DDLStyle 
{
	font-size:	8pt;	
	font-family: Tahoma;
	background-color:whitesmoke ;
	border-style:solid;
	border-width:1;
	border-color:Black;
}	

/*-------------------------------------------------------*/
.RightToLeft

 {
	 DIRECTION: ltr 
 }



