@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@font-face {
  font-family: Vazir;
  src: url('css/fonts/Vazir.eot');
  src: url('css/fonts/Vazir.eot?#iefix') format('embedded-opentype'), url('css/fonts/Vazir.woff') format('woff'), url('css/fonts/Vazir.ttf') format('truetype');
  font-weight: normal;
}



body {
	
	margin:0px;
	/* font-family: 'Vazir', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-family:"Times New Roman", Times, serif;*/
}
#admin_container{}

#login_frame{
	background-image: url(../image/login_box.jpg);
	background-position: 200px 200px;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.form_view{
	position:relative;
	margin-top:-17px;
	background-image: url(../image/top_table_larg.png);
	height:60px;
	background-color: #CFF;	
}
#spIcon{cursor:pointer;}
#spIcon2{cursor:pointer;}
.search_end{
	width:1000px;
	margin:0px auto;
	background-image: url(../image/bottom_table_larg.png);
	height:75px;
	background-repeat: repeat-x;
	margin-bottom:10px;
}
.table_sub{
	position:relative;
	cursor:pointer;
	
	background-image: url(../image/top_table64.png);
	height:60px;
	background-color: #CFF;	
}
ul#css3menu1 li ul li a:hover{
    background-color:#FC0;
}
#css3menu1 li li:hover > ul{
	left:100%;
	margin-left:1px;
	top:18px;
}