body {
	 direction:rtl;
	 font: 10pt tahoma, Arial, sans-serif; 
	 color:#444;
	 background:#efefef; 
	 padding:0px;
	 margin:0px;
	 line-height:22px;
	 text-align:right;
	 }
	 
	 
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}	 
	 
.main_web
{
	width:800px;
}


.logo
{
	margin-top:100px;
}


.content_web{
width: 800px;
min-height: 263px;
background: #fff;
text-align: justify;
overflow: hidden;
border: 0px solid #ebebeb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-top:15px;
margin-bottom:30px;

}


.banner{ padding-top:60px;}

.banner1{ float:right; width:395px;  }
.banner2{ float:left;width:395px; }
.clear_all{ clear:both}

.emp{ background-image:url(images/emp.png);
background-repeat:no-repeat;
width:183px;
height:132px;
border:0px;
cursor: pointer; cursor: hand;


}
.emp:hover{ background-image:url(images/emp1.png);
background-repeat:no-repeat;
width:183px;
height:132px;
border:0px;




}


.stu{ background-image:url(images/st.png);
background-repeat:no-repeat;
width:183px;
height:133px;
border:0px;
cursor: pointer; cursor: hand;
}

.stu:hover{ background-image:url(images/st2.png);
background-repeat:no-repeat;

border:0px;}





.brd_tbl {
    border: 1px solid #9e9a9a;
    border-collapse: collapse;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-weight: normal;
	margin-top:20px;
	
}
.brd_tbl td {
    border: 1px solid #9e9a9a;
    direction: rtl;
    padding: 3px 5px 3px 3px;
}
.tbl_title {
    direction: rtl;
    font-weight: bold;
    text-align:center;
}

.brd_tbl a{color:#444;}


.title_top{
	 
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:17px;
padding-top:15px;
}

.con{ 
padding-top:15px; 
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:16px;
}

.save_btn {
    background-color: #CECECE;
    border: 1px solid #BEBEBE;
    color: #484848;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
    font-size: 14px;
    height: 33px;
    width: 90px;
	margin-top:15px;
	margin-bottom:15px;
}