@charset "utf-8";
/* CSS Document */

body
{
font-family: Arial;
font-size: 11px;
color: #37425A;
}

.menu_bg
{
background-image: url(../images/ar_menu_bg.gif);
background-repeat: no-repeat;
}


a  {
	font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
	font-size: 13px;
	color: #666666;
	}
	
a:link 
{
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 color: #666666;
 text-decoration: none;
}
a:visited 
{
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 color: #666666;
 text-decoration: none;
}
a:hover
{
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 color: #666666;
}


a:active
{
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 color: #666666;
 text-decoration: none;
}





A.mainlevel,
A.mainlevel:link,
A.mainlevel:active,
A.mainlevel:focus,
A.mainlevel:visited,
A.mainlevel:hover
{
	font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
	font-size:15px;
	color: #666666; 
	font-weight:bold;
	text-decoration:none;
}


.heading
{
COLOR: #01712B;
font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
FONT-SIZE : 15px;
font-weight: bold;
letter-spacing: 0px;				
}

.normal
{
font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
font-size: 12px;
font-weight: bold;
color: #666666;
}


a.scroll:link,a.scroll:visited 
{
 color: #148D5C;
 text-decoration:none;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 14px;
 font-weight:bold;

}

a.scroll:hover
{
color: #148D5C;
text-decoration:underline;
font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
font-size: 14px;
font-weight:bold;
}

.scroll_desc
{
 color: #666666;
 text-decoration:none;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 11px;
 font-weight:normal;

}


/* Search Page links */

a.search  {
	font-family:  "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #0000CC;
    text-decoration: underline;

	}
	
a.search:link 
{
 font-family:  "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 11px;
 color: #0000CC;
 text-decoration: underline;
}
a.search:visited 
{
 font-family:  "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 11px;
 color: #551A8B;
 text-decoration: underline;

}
a.search:hover
{
 font-family:  "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 11px;
 color: #0000CC;
 text-decoration: underline;
}





a.news:link,a.news:visited 
{
 color: #148D5C;
 text-decoration:none;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 14px;
 font-weight:bold;

}

a.news:hover
{
color: #148D5C;
text-decoration:underline;
font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
font-size: 14px;
font-weight:bold;
}


li
{
 color: #666666;
 text-decoration:none;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 list-style-type: square;

}


li a:link,li a:visited 
{
 color: #666666;
 text-decoration:none;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 list-style-type: square;
}

li a:hover
{
 color: #01732B;
 text-decoration:underline;
 font-family: "Arabic Transparent", "Simplified Arabic", verdana, Tahoma;
 font-size: 13px;
 list-style-type: square;
}













form{ margin:0px; padding:0px;}

/* Trans Menu by Shaik Amjad*/


/*============================== Changes for Arabian Menu=============================================*/
/*.transMenu {overflow:visible !important;}
.transMenu .content {position:relative;left:-1px !important;}
*/

.transMenu {
/*overflow:visible !important;*/
}


/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.8;
	filter:alpha(opacity=100);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}




.footer
{
font-family: Arial;
font-size: 12px;
color: #666666;
}