/*---------------------------------------------------- style menu ----------------------------------------*/
/* @charset "utf-8";
CSS Document 
body 
{
	margin: 0; padding: 0;
	font: 10px normal Arial, Helvetica, sans-serif;
	background: #ddd url(../images/body_bg.gif) repeat-x;
}*/
.container {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#header {
	background: url(../images/header_bg.gif) no-repeat center top;
	padding-top: 120px;
}
#header .disclaimer {
	color: #999;
	padding: 100px 0 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}
#header .disclaimer a {	color: #ccc;}
ul.topnav {
	list-style: none;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;
	float: right;
	width: 351px;
	height:30px;
	font-size: .8em;
	font-family:TAHOMA;
	/*background: #222;
	background: url(../images/topnav_bg.gif) repeat-x;*/
}
ul.topnav li {
	float: right;
	margin: 0;	
	padding: 5 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 5px 2px;
	color: #333333;
	display: block;
	text-decoration: none;
	float: right;
}
ul.topnav li a:hover{
	color:#d98813;
	/*background: url(../images/topnav_hover.gif) no-repeat center top;*/
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: right;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	right: 0; top: 28px;/* to change dimention top*/
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: right;
	width: 140px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	 /*border-top: 1px solid #252525;--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 130px;
}
html ul.topnav li ul.subnav li a {
	float: right;
	width: 130px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 130px center;
	padding-right: 5px;
	color:#fefefe;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../images/dropdown_linkbg.gif) no-repeat 130px center;
	color:#d98813; 
}
#header img {
	margin: 20px 0 10px;
}
.box1 { background:url(images/box1_bgd.gif) left top repeat-y; width:100%;}
.box1_bottom { background:url(images/box1_bottom.gif) no-repeat left bottom; width:100%; height:22px; margin-bottom:5px;}
.box1 .indent { padding:26px 20px 11px 21px;}
/* ------------------------------------------------- end menue style ----------------------------------------------- */
body{
	margin:0px 0px 0px 0px;
}
a{
	text-decoration:none;
}
.footer {
	background-image: url(images/footer.jpg) top;
	background-repeat: no-repeat;
}

.manbody{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#686868;
}
.articlet{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#ffa200;
}
.contentbg {
	background-image: url(images2/4_02.jpg);
}
.mantitl{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#000000;
}
.link
{
   color:#333333;
   font-family:Arial, Helvetica, sans-serif;
   font-size:17px;
   font-weight:bold;
}
.link:hover
{
   text-decoration:underline;
   color:#FF0000;
}
a.main_links:hover{
text-decoration:underline;
color:#FF0000;
}
.main_links
{
   color:#333333;
   font-family:Arial, Helvetica, sans-serif;
   font-size:19px;
   font-weight:bold;
}
.main_table
{
   border:#009900 1px dashed;
}
.input_style
{
  width:300px;
  border:#000000 1px solid;
}
.input_stylecrd
{
  width:150px;
  border:#000000 1px solid;
  background-color:#DAE8A8;
}
.input_stylecrdlog
{
  width:300px;
  border:#000000 1px solid;
  background-color:#DAE8A8;
}
.input_img
{
  border:#000000 1px solid;
}
.text_compsugg
{
   font-size:16px;
   font-family:Tahoma;
   color:#000000;
}
.send_button
{
  background:url(images/send.png) no-repeat;
  width:74px;
  height:18px;
  border:0px;
  cursor:pointer;
}
.title
{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#000066;
}
.brief{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
}
a.more:hover
{
  text-decoration:underline;
  color:#000000;
}
.more
{
	font-family:Tahoma, "simplified Arabic", "times New Roman";
	font-size:14px;
	font-weight:normal;
	color:#CC9900;
}
a.morehb:hover
{
  text-decoration:underline;
  color:#000000;
}
.morehb
{
	font-family:Tahoma, "simplified Arabic", "times New Roman";
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}
a.pageTitle:hover
{
  text-decoration:underline;
  color:#990000;
}
.pageTitle
{
   font-size:20px;
   font-weight:normal;
   color:#000000;
}
a.articlehead:hover
{
  text-decoration:underline;
  color:#990000;
}
.articlehead
{
   font-size:18px;
   font-weight:normal;
   color:#993300;
}
a.briefTitle:hover
{
  text-decoration:underline;
  color:#FFFFFF;
}
.briefTitle
{
   font-size:18px;
   font-weight:normal;
   color:#000000;
}
.div_addcrd
{
  width:350px;
  height:195px;
  position:fixed;
  background:url(images/bg.png) no-repeat;
  padding:5px 5px 5px 5px;
  top: 400px;
  /*display:none;left: 500px;*/
}
.div_close
{
   margin-right:10px;
   padding-right:10px;
}
.crd_txt
{
   color:#333333;
   font-family:TAhoma;
   font-size:13px;
}
.marq
{
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
}
a.marq:hover
{text-decoration:underline;}
.homebrieftitle
{
   color:#333333;
   font-family:Tahoma;
   font-size:13px;
}
a.homebrieftitle:hover
{
text-decoration:underline;
color:#999900;
}
.news {
	BORDER-RIGHT: #FFFFFF 1px solid; 
	BORDER-TOP: #FFFFFF 1px solid; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	BORDER-BOTTOM: #FFFFFF 1px solid; 
	/*BACKGROUND-COLOR: #b2d52a;*/
}
.news_selected {
	BORDER-RIGHT: #cbcbcb 1px solid; 
	BORDER-TOP: #cbcbcb 1px solid; 
	VERTICAL-ALIGN: middle; 
	BORDER-LEFT: #cbcbcb 1px solid; 
	BORDER-BOTTOM: #cbcbcb 1px solid; 
	BACKGROUND-COLOR:#f9b42f;
	}
.text_schoolportal
{
   color:#000000;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
}
.portal
{
  style="padding-top:5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:22px;
  font-weight:bold;
  color:#FFFFFF;"
}
.honorboarddiv
{
   font-family:Tahoma;
   font-size:12px;
   color:#660000;
}
a.SubMenuItems:hover
{
  text-decoration:underline;
  color:#FFFFFF;
}
.SubMenuItems
{
  font:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:15px;
  font-weight:bold;
}
.td_linkcurrent
{
  background-color:#616655;
}
td.td_link:hover
{
  background-color:#616655;
}
.td_link
{
  background-color:#FFFFFF;
  border:#616655 1px solid;
}
.TableRightHeaders
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
}
.sitelink
{
  font:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:15px;
  font-weight:bold;
}
a.sitelink:hover
{
  text-decoration:underline;
  color:#006600;
}
.dep_mang
{
   font-weight:bold;
   font-size:16px;
   color:#000000;
   background:#DAE8A8;
   padding:5px 5px 5px 5px;
}
.stud_info
{
   font-weight:bold;
   font-size:16px;
   background:#FFFFFF;
   padding:5px 5px 5px 5px;
}
.stmenu{
	color:#000066;
}
.stmenu:hover{
	color:#FF0000;
}
.border_stud
{
   border:#000000 1px solid;
   margin-bottom:10px;
}
div.scroll {
height: 92px;
width: 500px;
overflow: auto;
/*border: 1px solid #666;
background-color: #ccc;*/
margin-top:5px;
}
div.scroll_h
{
  height: 50px;
  overflow: auto;
  width: 550px;
/* border: 1px solid #666;
background-color: #ccc;*/
  margin-top:5px;
}
div.scroll_hb
{
  width:350px;
  height:160px;
  overflow: auto;
  /* border: 1px solid #666;
background-color: #ccc;*/
  margin-top:5px;
}
.header1{
font-family:"Times New Roman", Times, serif;
font-size:16px; 
font-weight:bold; 
color:#EC6C17;
}
a.header1:hover
{
  text-decoration:underline;
}
.TableRightHeaders
{
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
}
.TableRightHeader
{
   font-family:"Times New Roman", Times, serif;
   font-size:18px; 
   font-weight:bold; 
   color:#000000;
}
.title_branche
{
   font-family:Tahoma;
   font-size:13px; 
   font-weight:bold; 
   color:#333333;   
}
a.title_branche:hover
{
  color:#990000;
  text-decoration:underline;
}
.board
{
  color:#666666;
  font-family:Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
}
.div_gdir
{
   margin:2px 2px 2px 2px;
   padding:8px 2px 2px 2px;
   float:right;
   border:#CCCCCC 1px solid;
   height:110px;/**/
   width:130px;
}
.div_gdirnom
{
   height:20px;
   margin:1px 1px 1px 1px;
   padding:2px 2px 2px 2px;
   border:#CC9900 1px solid;
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   background-color:#CCCC00;
}
a.nom_dir:hover
{
  text-decoration:underline;
}
.nom_dir
{
   height:20px;
   color:#000000;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   font-size:20px;
   background-color:#CCCC00;
   border:#CC9900 1px solid;
}
.link_img_nxt
{
   float:left;
   padding-right:5px;
   color:#006600;
   cursor:pointer;
}
a.link_img_nxt:hover
{
    text-decoration:underline;
	color:#CC0000;
}
.link_img_prv
{
   float:right;
   padding-right:5px;
   color:#006600;
   cursor:pointer;
}
a.link_img_prv:hover
{
    text-decoration:underline;
	color:#CC0000;
}
.bus_txt
{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:18px;
  color:#003300;
  border:#009900 1px solid;
}
