@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'IranNastaliq';
src: url('fonts/IranNastaliq.eot?#') format('eot'),
url('fonts/IranNastaliq.ttf') format('truetype'),
url('fonts/IranNastaliq.woff') format('woff');
}

@font-face {
font-family: 'Yekan';
src: url('fonts/BYekan.eot?#') format('eot'),
url('fonts/BYekan.ttf') format('truetype'),
url('fonts/BYekan.woff') format('woff');
}

@font-face {
font-family: 'Parsicoh';
src:url('fonts/parsicoh.ttf') format('truetype');
}

@font-face {
font-family: 'tunisialt';
src:url('fonts/mj_tunisialt.ttf') format('truetype');
}

.error_msg{
	
	padding:10px;
	text-align:center;
	direction:rtl;
	background-color:#ff8053;
	color:#fff;
	font-family: 'tunisialt',yekan;
	margin:auto;
	margin-left:10px;
	box-shadow:0 0 5px 2px rgb(255, 0, 245);
	-moz-box-shadow:0 0 5px 2px rgb(255, 0, 245);
	-webkit-box-shadow:0 0 5px 2px rgb(255, 0, 245);
	
}
.success{
	
	padding:7px;
	text-align:center;
	direction:rtl;
	background-color: #F0FFEC;
	color:#green;
	font:1em tahoma;
	border-radius:5px;
	width:100%;
	box-shadow: 0 0 5px 2px #A4F38A;
	-moz-box-shadow: 0 0 5px 2px #A4F38A;
	-webkit-box-shadow: 0 0 5px 2px #A4F38A;
}
.b_radiud5{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.b_radiud10{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
	.detail{
		font-family: 'tunisialt',yekan;
		display:inline-block;
		padding:5px;
		text-decoration:none;
		background-color:#EA7500;
		color:white;
		border-radius:5px;

		padding:5px;
		text-align:center;

	}
		.detail:hover{
		font-family: 'tunisialt',yekan;
		display:inline-block;
		padding:5px;
		text-decoration:none;
		background-color:#EA7500;
		color:white;
		border-radius:5px;
		box-shadow:4px 3px 3px 1px #CC3300 ;
		
		padding:5px;
		text-align:center;

	}
a{
	text-decoration:none;	
}
li{
	list-style-type:none;	
}
.btn{
	font-family: 'tunisialt',yekan;
	padding:5px;
	text-align:center;
	direction:rtl;
	background-color:#EA7500;
	border:0px;
	border-radius:5px;
	cursor:pointer;
	min-width:50px;

}
.btn:hover{
	font-family: 'tunisialt',yekan;
	padding:5px;
	text-align:center;
	direction:rtl;
	background-color:#EA7500;
	border:0px;
	border-radius:5px;
	min-width:50px;
	box-shadow:0px 0px 3px 1px #CC3333 ;
	-mozbox-shadow:0px 0px 3px 1px #CC3333 ;
	-webkitbox-shadow:0px 0px 3px 1px #CC3333 ;
	
		

}
input[type="text"],input[type="password"]{
 border:0px;
 height:20px;
  border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	padding:5px;	
	box-shadow:0px 0px 3px 1px #3399FF ;
	-mozbox-shadow:0px 0px 3px 1px #3399FF ;
	-webkitbox-shadow:0px 0px 3px 1px #3399FF ;

}
/*---------------------- استایل برای صفحه بندی ------------------------------*/
            #loading{
                width: 30%;
				margin:100px auto ;
				z-index:10001;
	
            }
			.pagination ul li{
				border-radius:50%;
				font: 0.8125em 'Yekan';
				font-weight: bold;	
			}
             .pagination ul li.inactive,
             .pagination ul li.inactive:hover{
                background-color:#ededed;
                color:#bababa;
                border:1px solid #bababa;
                cursor: default;
				font: 0.8125em 'Yekan';
				font-weight: bold;
            }
            #news_container .data ul li{
                list-style: none;
                font-family: verdana;
                margin: 5px 0 5px 0;
                color: #000;
                font-size: 13px;
				text-align:right;
				direction:rtl;
            }

            .pagination{
                width: 100%;
                height: 25px;
				clear:both;
				
            }
            .pagination ul li{
                list-style: none;
                float: right;
                border: 1px solid #006699;
                padding: 7px 13px ;
                margin: 0 3px 0 3px;
                font: 0.8125em 'Yekan';
				font-weight: bold;
                color: #006699;
                font-weight: bold;
                background-color: #f2f2f2;
				
            }
            .pagination ul li:hover{
                color: #fff;
                background-color: #006699;
                cursor: pointer;
            }
			.go_button
			{
			background-color:#f2f2f2;border:1px solid #006699;color:#cc0000;padding:5px;cursor:pointer;margin-top:-1px; margin-right:20px
			}
			.total
			{
			float:left;color:#999;margin-left:70px;font: 0.8125em 'Yekan';
				font-weight: bold;
			}
