/* CSS Document */
@font-face {
  font-family: 'BYekan';
  src: url('../font/BYekan.eot?#') format('eot'),  /* IE68 */
       url('../font/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('../font/BYekan.ttf') format('truetype');  /* Saf35, Chrome4+, FF3.5, Opera 10+ */
}
body{font-family:tahoma,geneva,sans-serif; font-size:14px;}
a{ text-decoration:none; color:#d8f2b4;}
a:hover{ color:#17d5b8; text-decoration:none; }


.main{ width:auto;}
/*.all{background:#CCC}*/

.menu , .mtitle { font-weight:bold;}
.menu{ box-shadow:0px 0px 3px rgba(50,50,50,0.5);  -moz-box-shadow:0px 0px 3px rgba(50,50,50,0.5);  -webkit-box-shadow: 0px 0px 3px rgba(50,50,50,0.5);border-top:1px solid rgba(255, 255, 119, 0.4);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; background:rgba(0, 0, 0, 0); margin-bottom:1px;text-align:right; padding:3px; }
#menu{ list-style:none; padding:0px; margin:0px;}
#menu li { float:right; display:inline-block;}
#menu li a{ padding-left:10px; padding-right:10px; display:block; line-height:30px; background:#cccccc;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin:2px;}
#menu li a:hover{ background:#aaaaaa;color:#5B7020;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; color:#ffffff; box-shadow:inset 0px 0px 3px rgba(50,50,50,0.5);  -moz-box-shadow:inset 0px 0px 3px rgba(50,50,50,0.5);  -webkit-box-shadow:inset 0px 0px 3px rgba(50,50,50,0.5); text-decoration:none;
}

.header{ background:url(../../Files/DSC02009.jpg) no-repeat  0px 0px;
	background-size:cover;
   
	display:block;}

     
	
.left{ width:250px; margin:0px; }
.center{ width:640px;}
.center , .left{ padding:5px;}
.mtitle{padding-right:5px; font-size:18px; margin:2px; margin-top:3px; text-shadow:0px 0px 1px rgba(50,50,50,0.8); color:#AEE125;border-bottom:1px dashed #e1e1e1;} 
.mtitle , .mbody{ text-align:right}
/**/
.mtitle1{padding-right:5px; font-size:20px; margin:2px; margin-top:3px; text-shadow:0px 0px 1px rgba(50,50,50,0.8); color:#000000;} 
.mtitle1 , .mbody{ text-align:right}
/**/
.more{ float:left; margin-top:-5px;}
.more1{ float:left; margin-top:-1px;}
.more2{ float:right; margin-top:-1px;}
#menu ul{padding:0px}

.errorSummary p{ font-weight:normal; font-size:12px; direction:rtl !important;}

/*���� �����*/
.menu1 {
	/*background: #4c4c4c url('images/menu-background.png');*/	
	height: 32px;
	position: relative;
	/*box-shadow: 0 1px rgba(255, 255, 255, .2);*/
}
.menu1 .link {
	height: 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
	float: right;
	padding: 0 10px;
	line-height: 30px;
	text-shadow: 0 1px 1px #000;
	cursor: pointer;
    color:white;
}
.menu1 .separator {
	height: 30px;
	width: 2px;
	background: url('images/nav-separator.png') center center no-repeat;
	float: right;	
}
.grid {
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
}
.grid.grid12 {
	margin: 0 auto;
	float: none;	
}
.float-left {float: right;}
.ns-header {
	color: #ffffff;	
	position: relative;
}
.form-control1 {
    width: 200px; 
    background-color: #ffffff; 
    border: 1px solid #cccccc; 
    border-radius: 4px;
    height: 30px;
    
}

/* ��� Default Table ��� */
.table-full {
	width: 100%;
	border: 1px solid #e5e5e5;	
}
    .table-full tr:first-child {
        background-color: #66B3FF;
        background-image: -moz-linear-gradient(center top , transparent, rgba(0, 0, 0, 0.1));
    }
    .table-full tr:nth-child(2n) {
        background-color: #f8f8f8;
    }
    .table-full tr:not(:first-child):hover > * {
        background-color:#eeeeee;
    }
.table-full thead th {
	padding: 11px 20px 12px 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
	box-shadow: 0 -1px #d9d9d9 inset;
	background-image: -webkit-linear-gradient(top, #fff, #fafafa);
	background-image: -moz-linear-gradient(top, #fff, #fafafa);
	background-image: -ms-linear-gradient(top, #fff, #fafafa);
	background-image: -o-linear-gradient(top, #fff, #fafafa);
	background-image: linear-gradient(top, #fff, #fafafa);
}
.table-full thead th + th {
	padding-left: 0;	
}
.table-full tbody tr > * {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.table-full tbody tr:last-child > * {
	border-bottom: none;	
}
.table-full tbody tr > * + * {
	padding-left: 0;
}
.table-full.row tbody tr > * {
	border-right: 1px solid #e5e5e5;
}
.table-full.row tbody tr > *:last-child {
	border-right: none;	
}
.table-full.row tbody tr > * + * {
	padding-left: 20px;
}
.block-standart {
	padding: 25px;
	direction:rtl;
}

/* ��� Total Table ��� */
.table-total {
	width: 100%;
	white-space: nowrap;
	font-size: 14px;
	line-height: 22px;
	margin-top: 25px;	
}
.table-total th {
	padding-left: 40px;	
	padding-right: 16px;
	font-weight: bold;
    text-align: right;
}
.table-total td {
	color: #919191;
}
.table-total tfoot th,
.table-total tfoot td {
	padding-top: 8px;
}

.button1 {
	border-radius: 2px;
	background-color: #66b3ff;
	display: inline-block;
	height: 30px;
    width:200px;
	font-weight: bold;
    font-size:15px;
	line-height: 24px;
	font-family:'yekan';
	padding: 0 15px;
	color: #fff;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 1px rgba(0, 0, 0, .1), 0 2px rgba(255, 255, 255, .1) inset;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));	
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));	
	background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));	
}

/* styles for sub menu */
nav {
	margin: 3px 3px 3px 3px;
	text-align: right;

}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
	/*background: #f1f4f7;*/
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0 20px;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
    z-index: 2;
}
nav ul:after {
	content: "";
	clear: both;
	display: block;
}

nav ul li {
	float: right;
	position: relative;
	font-weight: bold;
}

nav ul li:hover {
	/*background: #777777;*/
}

nav ul li:hover a {
	color: #fff;
}

nav ul li a {
	display: block;
	padding: 1px 5px;
	color: #d8f2b4;
	text-decoration: none;
}

nav ul ul {

background:  rgb(76, 153, 37);
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
}
nav ul ul li {
	float: none;
	border-top: 0px solid white;
	border-bottom: 1px solid white;
	position: relative;
}
nav ul ul li a {
	padding: 15px 40px;
	color: #fff;
}	
nav ul ul li a:hover {
	background: #1C7C10;
}
		
nav ul ul ul {
	position: absolute;
	right: 100%;
	top:0;
}
/*--banner--*/
.banner-text{
    text-align: center;
   background: rgba(0, 0, 0, 0.45);
color:#fff;
    

}
.banner-text h3 {
    color:#fff;
    font-size: 15px;
    font-weight: 700;
	/*font-family: 'Yekan','Josefin Sans', sans-serif;*/
    line-height: 1.3em;

}
.banner-text p {
    font-size: 1em;
    color: #fff;
	line-height: 1.8em;
	margin-top:1em;
}
/*****/
.container {
     padding-left: 1%;
  padding-right: 1%;
  margin-left: 10%;
  margin-right: 10%;

}