body {
	height: 100%;
	margin:0px;
	direction:rtl;
	font-family:'ngs';
	font-size:14px;
	color:#000;
	background:url(../images/bgpattern.png);
}
div.center{
	width: 100%;
}
#ngs_wrapper {
	width: 100%;
	}
#ngs_1_wrapper {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	}
.ngs_1_wrapper_cont3{
	height: 61px;
}
.ngs_1_wrapper_cont4{
	height: 40px;
}
.ngs_header {
	height:171px;
	background:url(../images/head_bg.png) no-repeat scroll center top;
	border-top: 5px solid #b10000;
	}
div.logo{
    height: 110px;
	}
div.ticker-top {
    width: 1000px;
}
.ngs_header_left {
	}
.ngs-date {
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
    text-align: left;
	padding-top:40px;
}
.ngs-date span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
.menu-icon {
    float: left;
    height: 40px;
    overflow: hidden;
}
.ngs_3_wrapper {
	margin-top:7px;
	}
#ngs_slide_head{
	width:1000px;
	margin-right:auto;
	margin-left:auto;/*height:700px;*/
}
#ngs_slide{
	float:right;
	width:550px;
	height: 305px;
}
#ngs_user_top{
	float:right;
	width:550px;
	margin-top: 3px;
}
#ngs_left_head_1{
	float:right;
	width:440px;
	margin-right:7px;
}
.ngs_4_wrapper{
	margin-top:7px;	
}
#ngs_main{
	width:1000px;
	margin-right:auto;
	margin-left:auto;	
}
#ngs_main_content{
	float:right;
	width:400px;
}
#ngs_right_wrapper{
	float:right;
	width:230px;
	margin-left:5px;
}
#ngs_main_content_news{
    border: 2px solid #ccc;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    float: right;
    margin-bottom: 8px;
    width: 634px;
	background: #fff;
}
#ngs_main_left{
	float:right;
	width:230px;
	margin-right:7px;
}
#ngs_main_left_news{
	float:right;
	width:220px;
	margin-right:7px;
}
#ngs_main_left_1{
	margin-bottom:7px;
}
#ngs_main_banner{
	float:right;
	width:120px;
	margin-right:7px;	
}
.bannergroup .banneritem img {
    width: 120px !important;
}
#ngs_5_bottom{
	width:1000px;
	margin-right:auto;
	margin-left:auto;	
}
#ngs_5_bottom .module {
    height: 225px;
}
.clear { clear:both;font-size:0px; }

.ngs_header .menu-icon a{
	float:right;
	display:block;
	width:28px;
	text-align:center;
	height:20px;
	overflow:hidden;
	margin-top:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ngs_header .menu-icon a img{
	text-align:center;
	width:22px;
}

.ngs_header .menu-icon li {
    display: inline;
}
span.image-title{
	display:block;
	text-align:center;
	float:right;
	width:100%;
}
.ngs_header .menu-icon a:hover{
	margin-top:0px;
	height:40px;
}
.ngs_header .menu-icon a span{
	display:none;
}
.ngs_header .menu-icon a:hover span{
	display:block;
	font-family:Tahoma;
	color:#FFFFFF;
	font-size:9px;
}
/* @group core nav menu */
.topmenu .menu {
    list-style: outside none none;
    margin: 5px 0 0;
    padding: 0;
}
.topmenu .menu li.active a{color: #fe7541;font-size: 16px;}
.topmenu ul.menu > li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #666;
    display: block;
    float: right;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 999;
}
.topmenu ul.menu > li:last-child {
    border: medium none;
}
.topmenu ul.menu > li > a {
    color: #fff;
    display: block;
    font-family: "yekan";
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
	}

.topmenu ul.menu li a:hover, .topmenu ul.menu li a.hov {
    color: #fe7541;
}

/* @group subnav */
.topmenu ul.menu ul {
    position: absolute;
    right: 1px;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-box-shadow: 0 1px 3px 333333;
    -o-box-shadow: 0 1px 3px 333333;
    box-shadow: 0 1px 3px 333333;
    -webkit-box-shadow: 0 333333;
    padding-bottom: 3px;
    z-index: 9999;
	background:#FFFFFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.topmenu ul.menu ul li {
    width: 180px;
    float: right;
    text-align: right;
}

.topmenu ul.menu ul li:hover {
}

.topmenu ul.menu ul a {
    display: block;
    height: 20px;
    line-height: 20px;
    padding:5px 5px;
    color: #333333;
    font-weight: normal;
}

.topmenu ul.menu ul a:hover {
    text-decoration: none;
    background: transparent;
    color: #4e4e4e;
}
.topmenu ul.menu li:hover li ul{
	display:none;
	right:180px;
	top:0px;
	width:0px;
	height:0px;
	overflow:hidden;
}
.topmenu ul.menu ul li:hover ul{
	display:none;
	right:180px;
	top:0px;
	width:180px;
	height:auto;
	overflow:visible;
}

* html .topmenu ul.menu ul {
    margin: 0 0 0 -2px;
	}
div.module ul.menu li:hover > ul, div.module_menu ul.menu li:hover > ul {
	opacity: 1;
	height:auto;
	overflow:visible;
	width:100%;
}
.nav-child.unstyled li {
    width: 175px !important;
}
div.module ul.menu li,div.module_menu ul.menu li {
	position:relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:5px;
	margin-top:2px;
	margin-right:1px;
	background:url(../images/bac_h4.png) no-repeat top right;
	border:1px solid #ACACFF;
	height:24px;
	line-height:24px;
	padding-right:9px;
	width:92%;
}
div.module ul.menu li:hover, div.module ul.menu li:hover, div.module_menu ul.menu li:hover, div.module_menu ul.menu li:hover{
	background:url(../images/bac_h4.png) no-repeat bottom right;
	color:#3333FF;
}
div.module ul.menu li a,div.module_menu ul.menu li a {
	color:#33;
}
div.module ul.menu ul,div.module_menu ul.menu ul {
	position:absolute;
	top:0px;
	width:0px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: 0;
	overflow:hidden;
	right:130px;
	background:#FFF;
	padding:1px;
	padding-left:0px;
	border-radius:5px;
	padding-bottom:3px;
	box-shadow:1px 1px 4px -3px #000;
}
div.module ul.menu ul li,div.module_menu ul.menu ul li {
	width:0;
	height: 0;
	overflow:hidden;
}
div.module ul.menu li:hover > ul li,div.module_menu ul.menu li:hover > ul li {
	width:100%;
	height:auto;
	overflow:visible;
}
div.module ul.menu li:hover,div.module_menu ul.menu li:hover {
	visibility:inherit;
}
div.module ul.menu li:hover ul,div.module ul.menu li.sfHover ul,div.module_menu ul.menu li:hover ul,div.module_menu ul.menu li.sfHover ul {
	right:140px;
	top:0px;
	z-index:99;
}
div.module ul.menu li:hover li ul,div.module ul.menu li.sfHover li ul,div.module_menu ul.menu li:hover li ul,div.module_menu ul.menu li.sfHover li ul {
	top:5px;
	right:140px;
}
div.module ul.menu li li:hover ul,div.module ul.menu li li.sfHover ul,div.module_menu ul.menu li li:hover ul,div.module_menu ul.menu li li.sfHover ul {
	right:140px;
	background:url(../images/trans_light.png) repeat-x top right #FFF;
	top:-1px;
	border-radius:5px;
}
div.module ul.menu li li:hover li ul,div.module ul.menu li li.sfHover li ul,div.module_menu ul.menu li li:hover li ul,div.module_menu ul.menu li li.sfHover li ul {
	top:-999em;
}
div.module ul.menu li li li:hover ul,div.module ul.menu li li li.sfHover ul,div.module_menu ul.menu li li li:hover ul,div.module_menu ul.menu li li li.sfHover ul {
	right:140px;
	top:0;
}
div.module ul.menu,div.module_menu ul.menu {
    font-family: "ngs";
    font-size: 13px;    margin-bottom: 5px;
}
div.module ul.menu a,div.module_menu ul.menu a {
	padding: 0 1em;
	text-decoration:none;
}
div.module ul.menu a, div.module ul.menu a:visited,div.module_menu ul.menu a, div.module_menu ul.menu a:visited  {
	color:#333;
}
div.module ul.menu li:hover, div.module ul.menu li.sfHover,div.module_menu ul.menu li:hover, div.module_menu ul.menu li.sfHover {
	outline:0;
}
div.module ul.menu .parent a,div.module_menu ul.menu .parent a{
}
div.module ul.menu .parent:hover a,div.module_menu ul.menu .parent:hover a{
}
div.module ul.menu .parent li a, div.module ul.menu .parent:hover li a,div.module_menu ul.menu .parent li a, div.module_menu ul.menu .parent:hover li a{
	background:none;
}
div.module ul.menu li li.parent a,div.module_menu ul.menu li li.parent a{
}
div.module ul.menu .parent li li a,div.module_menu ul.menu .parent li li a{
	background:none;
}
div.module ul.menu a:hover,div.module_menu ul.menu a:hover{
	color:#333;
}
#ngs_main_left_1 .module , #ngs_right_wrapper .module{
	margin-bottom:7px;
}
div.module {
	background:#f7f8fb ;
	margin: 0;
	padding:0;
	border:1px solid #b6ccd8;
}
div.module h3{
    background: #cae6fe none repeat scroll 0 0;
    color: #000;
    font: 14px/26px "yekan";
    height: 27px;
    margin: 0;
    padding-left: 10px;
    padding-right: 7px;
    z-index: 99999;
	}
div.head_module{
	background: #cae6fe;
    height: 27px;
    overflow: hidden;
    position: relative;
	display: flex;
	}
.head_module_img_right {
	background: rgba(0, 0, 0, 0) url("../images/module/bg_h3_right.gif") no-repeat;
	height: 27px;
    width: 20px;
}
.head_module_img_left {
	background: rgba(0, 0, 0, 0) url("../images/module/bg_h3_left.gif") no-repeat;
	height: 27px;
    width: 21px;
}
div.module_bottom h3{
    border-bottom: 1px solid #005d8d;
    font: 16px/40px "Naskh";
    height: 38px;
    margin: 0 0 5px;
    text-indent: 15px;
	}

element.style {
    width: 370px;
}
.khv_Sar3 {
    float: right;
    height: 39px;
    overflow: hidden;
}
.page {
    direction: rtl;
}
.searchmod {
    margin-bottom: 10px;
}
div.searchmod label {
    display: none;
}
div.searchmod *{
	font-family:'ngs';
	font-size:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.searchmod input#mod-search-searchword {
	display: block;
	height: 25px;
	font-size: 12px;
	text-align: right;
	line-height: 25px;
	text-decoration: none;
	border: none;
	font-weight: normal;
	padding: 0 0px;color: #fff;
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
   }

div.searchmod input#mod-search-searchword:focus {
	color: #fff;
	outline: none;
	box-shadow:1px 0 1px 1px #fff inset;
    }
.searchmod button.button{
    background: url("../images/search.png") no-repeat scroll center center;
    border: medium none;
    box-shadow: 0 0 0 0 #000;
    float: right;
    font-size: 0;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    width: 10%;
}
div.footer{
	background: url(../images/bg_footer.png) repeat-x;
	margin-top:5px;
	height:194px;
}
.ngs_footer_menu {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}
.ngs_footer_menu .nav.menu {
    font-size: 11px;
    line-height: 35px;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.ngs_footer_menu .menu li {
	display: inline-block;
    padding-left: 15px;
    padding-right: 10px;
	background:rgba(0, 0, 0, 0) url("../images/sp_iconha.gif") no-repeat scroll 0 center;
}
.ngs_footer_logo {
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1000px;
}
.ngs_footer_copyright {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1000px;
}
.ngs_footer_copy {
	float:right;	
	width: 800px;
	font: 11px/20px Tahoma;
}
.ngs_footer_ypa {
	float:right;
	width: 200px;
	font: 11px/20px Tahoma;
}

#back-top {
	position: fixed;
	bottom: 30px;
	right:10px;
}
#back-top a {
	width: 48px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333333;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-size:10px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#back-top a:hover {
	color: #333333;
}
/* arrow icon (span tag) */
#back-top span {
	width: 48px;
	height: 48px;
	display: block;
	margin-bottom: 7px;
	background: #333333 url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


div.moduletable {
}
div.moduletable li{
	border-bottom:1px dotted #CCC;
	background:url(../images/arrow.png) no-repeat right;
	display:block;
	padding-right:15px;
}
div.moduletable a{
	line-height:170%;
}
div.moduletable h3{
	padding:0px;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-size:13px;
	font-family:'Naskh';
}
/* ----- TAbs Styles ----- */
.container1{
	float:right;
	width:100%;
	height:300px;
	font-size:11px;
	font-family:'ngs';
	background: #f7f8fb none repeat scroll 0 0;
    border: 1px solid #b6ccd8;
	margin-bottom: 5px;
}
ul.tabs1 {
    background: rgba(0, 0, 0, 0) url("../images/module/bg_head_module.png") repeat-x scroll 0 0;
    float: right;
    height: 25px;
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 0;
    width: 440px;
	}
ul.tabs1 li {
	float: right;
	margin: 0;
	padding: 0;
	height:25px;
	line-height: 21px;
	background:#C3BABB;
	overflow: hidden;
	position: relative;
	margin-left:4px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	margin:0 3px;
	margin-bottom:2px;
	width:31%;
	text-align:center;
}
ul.tabs1 li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 11px;
	font-weight:normal;
	padding: 0 2px;
	outline: none;
	font: 13px "yekan";
}
ul.tabs1 li a:hover {
	color:#ff4404;
}	
ul.tabs1 li.active  {
	background: url(../images/tab1_active.png) repeat-x top right #013857;
	border-bottom:none;
	border-radius:4px;
	height: 27px;
    margin-top: 4px;
}
ul.tabs1 li.active a{
	color:#FFF;
	font: 14px "yekan";
}
ul.tabs1 li.active:hover  {
	background:url(../images/trans_dark.png) repeat-x top right #ff4404;
}
.tab_container1 {
	float: right; 
	width: 100%;
}
.tab_content1 {
	padding:5px;
	font-size:11px;
	max-height: 261px;
	min-height: 261px;
    padding: 10px 5px 0;
}
.formelm {
    float: none;
    line-height: 24px;
    padding: 0;
	display: flex;
}
.formelm label {
    color: #000;
    float: right;
    font-size: 12px;
    padding: 3px 0;
    width: 12em;
}
.formelm .inputbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.6), 0 0 0 2px rgba(0, 0, 0, 0.01) inset, 0 1px 3px rgba(0, 0, 0, 0.08) inset;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 2px;
    padding: 5px;
}.breadcrumb {
    background: #fff none repeat scroll 0 0;
    font-family: "ngs";
    font-size: 11px;
    height: 17px;
    margin: 5px 0;
    padding: 2px;
	}
    /* IE8 fix - Bootstrap override*/
.breadcrumb li {
    display: inline;
}