@import '../scr/persianfonts/style.css';

body {font-family: tahoma;font-size: 9pt;background-image: url('./11.bg.png');}
.logo{ margin:0; background-image: url('./11.logo6.png'); background-repeat:no-repeat; background-color:#E5E5E5; height:144px; width:100%; border:1px solid #888;border-bottom: none;}
.fa .nav ul li{ float:right;}
div.sldr{background-color:#E4E4E4;margin:0; background-image: url('./11.hmBg1.jpg'); height:303px; width:100%; border:1px solid #888;border-bottom: none;border-top: none;}
table tr td.img{width:230px;}
fieldset {color: #333;-moz-border-radius: 8px; /* Mozilla */-webkit-border-radius: 8px; /* Safari */border-radius: 8px;padding-top: 12px; margin: 3px;}
legend {color: #333;}
input,textarea,select{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;font-family: "MyriadArabic","B Yekan","BYekan","B Nazanin","BNazanin";font-size: 14pt;color:#222;}
div.actv{background-color: #E4E4E4;text-align: center;border:1px solid #888;border-bottom: none;border-top: none;width: 100%;height: 80px;padding-bottom: 0px;}

em a {font-family: tahoma; font-style: normal; font-size: 12px; padding: 0px 7px 4px 5px; background: #DAE6ED; color: #000; -moz-border-radius: 3px; /* FF1+ */ -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */ border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome */ border-bottom: 1px solid #B8CEDD; text-decoration:none; vertical-align: baseline; line-height: 1.8;}
em a:hover {background: #426C8B;	color: #fff; border-color: #000;}

#fixDiv { width:120px; height:240px; position:fixed; padding:0; margin:0; top:1px;}
#fixDiv1 { width:120px; height:240px; position:fixed; padding:0; margin:0; top:242px;}
#fixDiv2 { width:120px; height:240px; position:fixed; padding:0; margin:0; top:483px;}
.bdy{padding-right: 5px; padding-left: 5px;}
.nav {margin-top: 90px;margin-left: 12px;}
.fixed {font-family: tahoma;font-size: 8pt;}
.brdCrmb {width: 99%;border: none;height:25px;}
#maincontent{background-color:#FFF;border:1px solid #888;}
.md_home #maincontent{border:0px solid #888;background-image: url('./11.bg.png');}
.nav ul li a {font-size: 12px;}
.nav ul li.active a {color: #C40332;}
.nav ul li a {color: #111;}
.nav ul li a:hover {color: #FF003E;}
#footer {background-image: url('./11.btmbg-new.png');height:63px;}
table.list {width: 99%;margin-right: 5px;border: none;}
.md_help div.cats div.actv {background-color: #FEFFE6;}
.md_help div.cats div.item {border: none;}
.title {background: url('./11.flag_blue.png') no-repeat 100% 0%; padding-right: 15px;font-size: 10pt;}
div.list div.rw div.title {padding-right: 15px;}
table tr td.img {width: 170px; float:none;}
div.list {width: 99%;margin-right: 5px;}
div.list div.rw {border: none;}
.readmore{background: url('./11.more-fa.gif') no-repeat 0% 0%;width:66;height:19;display: block;}
.md_galleries div.list div.rw div.bdy a {width: 82%;}

div.full {width: 99%; margin-right: 2px;border: none;}
div.full .title{background-image: url('./11.Fanar.png');background-repeat:repeat-x;background-position:center bottom; height:75px;padding-top:15px;margin-bottom:8px;font-size: 10pt;}

div.cats div.item {background-color: #FFFFFF;}
div.cats div.actv {background-color: #FFFFFF;font-weight: bold;}

/* div.full > img{ margin-top:120px;} */

/*<!-- Bottom boxes at home page*/

div.dBxs{ width:100%;height:302px; border:1px solid #888;border-top:none;background-color:#E4E4E4; padding-bottom:22px;}
div.dBxs > div{ float:right; /* width:322px;*/width:322px; height:302px; background-repeat:no-repeat;margin:5px;}
div.dBxs > div div.ttl{ width:100%; height:90px;}
div.dBxs > div div.ttl a{ display:block; height:100%;}

div.dBxs > div > a{background: url('./11.arrow-orange.png') no-repeat 93% 72%; display:block; color:#EEE; margin-bottom:2px; padding-right: 29px; margin-left: 13px;}
div.dBxs > div > a:hover{ color:#F66;}

div.dBxs div.nws{background-image: url('./11.nws.jpg'); width: 310px;margin-right:18px;}
div.dBxs div.faq{background-image: url('./11.faq.jpg'); width: 310px;margin-right:11px;}
div.dBxs div.hlp{background-image: url('./11.hlp.jpg'); width: 310px;margin-right:11px;}

/*End of Bottom boxes. -->*/

/* =================================== */
/* Added By Ghasem Babaie - 1393.07.17 */
/* Modal Window */
.modalDialog {
	position: fixed;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 500ms ease-in;
	-moz-transition: opacity 500ms ease-in;
	transition: opacity 500ms ease-in;
	pointer-events: none;
	text-align: right;
	direction: rtl;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }
/* Modal Window */
/* =================================== */