@charset "utf-8";

/* Reset */
* {
	margin: 0px;
	padding: 0px;
	/*border: none;*/
}
ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

/* Basic */
body {
	margin: 0px;
	text-align:left;
	font: 12px/12px Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	color:#333;
	line-height:30px;
	/*color:#333;*/
	background:#fff;
}
p {
	padding:5px;
	text-align:justify;
	position:relative;
}
hr {
	width:100%;
	border: #b9babb 1px dashed; 
}
h1 {
	font:bold 14px/14px Arial;
	letter-spacing: 1px;
	color: #333;
	text-shadow:1px 1px 1px #fff;
	padding:10px;
	text-align:left;
}

h2 {
	font:bold 14px/14px Arial;
	letter-spacing: 1px;
	color: #0f5296;
	text-shadow:1px 1px 1px #ccc;

	padding:5px;
	width:100%;
	text-align:left;
}
h3 {
	font:bold 14px/14px Arial;
	letter-spacing: 1px;
	color: #0f5296;
	text-shadow:1px 1px 1px #ccc;

	padding:5px;
	width:100%;
	text-align:center;
}
/* photos 
Actual Size w295 x h354 

w295	x	h354	for original		formula (w295 x h354)
w147.5	x	h177	for MHP				formula (w295 x h354 / 2)
w98.3	x	h118	for small			formula (w295 x h354 / 3)
w73.7	x	h88.5	for datagrid big	formula (w295 x h354 / 4)
w59		x	h70.8	for datagrid small	formula (w295 x h354 / 5)

*/
.photo-original {
	width:295px;
	height:354px;
	display:block;
	border:none;
	background: url('/imgs/eJCom_1431/loading.gif') no-repeat center;
}
.photo-mhp {
	width:147px;
	height:177px;
	display:block;
	border:none;
	background: url('/imgs/eJCom_1431/loading.gif') no-repeat center;
}
.photo-small {
	width:98px;
	height:118px;
	display:block;
	border:none;
	background: url('/imgs/eJCom_1431/loading.gif') no-repeat center;
}
.photo-dg-big {
	width:73px;
	height:88px;
	display:block;
	border:none;
	background: url('/imgs/eJCom_1431/loading.gif') no-repeat center;
}
.photo-dg-small {
	width:59px;
	height:70px;
	display:block;
	border:none;
	background: url('/imgs/eJCom_1431/loading.gif') no-repeat center;
}

a.ejlogo:link, a.ejlogo:visited {
	display:block;
	background:url('/imgs/eJOrg_1431/eJLogo.gif') no-repeat; 
	width:209px; 
	height:239px;
}
input.text, input.textbox, input[type='text'], input[type='password'], input[type="file"], textarea, .textbox {
	padding:3px;
	color:#333;
	background:#fff;
	border: #dadad8 1px solid; 
	width:192px; 
	height:20px;
}
input.text:focus, input.textbox:focus, input[type='text']:focus, input[type='password']:focus,input[type="file"]:focus, textarea:focus, .textbox:focus {
	font-weight:bold;
	color:#0f5296;
	border: #878787 1px solid;
}
select, .cmb {
	padding: 3px;
	color: #333;
	background: #fff;
	border: #dadad8 1px solid;
	width: 200px;
	height: 25px;
}
.txtejid {
	padding:3px;
	color:#333;
	background:#fff;
	border: #dadad8 1px solid; 
	width: 2px; 
	height:20px;
}
.lblejid {
	font:bold 14px/10px Arial;
	color:#921823;
	letter-spacing: 2px;
	text-shadow:1px 1px 1px #ccc;
}

.btn {
	margin:5px;
	font:bold 12px/12px Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #b9babb;
	width:120px;
	height:30px;
	border: 1px solid #b9babb;
	color: #333;
	text-shadow:1px 1px 1px #fff;
}
.btnactive {
	margin:5px;
	background: url('/imgs/eJOrg_1431/arrow_right.png') no-repeat right;
	font:bold 12px/12px Arial;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #b9babb;/*#0f5296;*/
	width:120px;
	height:30px;
	border: 1px solid #b9babb;
	color: #333;
	text-shadow:1px 1px 1px #fff;
}
.btn:hover, .btnactive:hover {
	background: url('/imgs/eJOrg_1431/navrollactive.png') 0 0 repeat-x #878787; 
	color: #fff;
	text-shadow:1px 1px 1px #333;
}

a:link, a:visited {
	color: #0f5296;
	text-decoration: none;
}
a:hover {
	color: #333;
}
.photo-loading, img.photo {
	background: url('/imgs/eJOrg_1431/loading.gif') #fff no-repeat 25px 25px;
}
.privacytext {
	font: bold 12px/20px Verdana, "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	padding: 15px;
	border-top: #7d0144 1px dashed;
	border-bottom: #7d0144 1px dashed;
}
table.tbl td {
	text-align:left;
	padding-left:5px;
	border: #b9babb 1px  dashed;
}
table.tblhover td {
	text-align:left;
	padding-left:5px;
	border-bottom: #b9babb 1px  dashed;
}
table.tblhover tr:hover {
	background: url('/imgs/eJOrg_1431/btnbg2.png') 0 0 repeat-x #efefef; 
}
.borderright {
	border-right: #b9babb 1px  dashed;
}
.header, .dgHeader, .dgFooter {
	background: url('/imgs/eJOrg_1431/navrollshine.png') 0 0 repeat-x #878787;
	color:#fff;
	font-weight:bold;
	text-align:center;
	letter-spacing: 1px;
}
.lblmsg, .cnt, .dgPager, caption  {
	font-size:12px;
	font-weight:bold;
	color:#f34c46;
	text-align:center;
	letter-spacing: 2px;
}
.cntP {
	width:75px;
	height:75px;
	font: bold 30px/70px arial;
	color: #6dbe1c;
	text-align:center;
	letter-spacing: 2px;
	border: #b9babb 1px dashed;
}
.cntN {
	cursor:pointer;
	width:75px;
	height:75px;
	font: bold 30px/70px arial;
	color:#f34c46;
	text-align:center;
	letter-spacing: 2px;
	border: #b9babb 1px dashed;
}
.cntP:hover {
	border: #333 1px dashed;
}
.cntN:hover {
	border: #333 1px dashed;
}
table.dg, table.dg td {
	text-align:left;
	border: #b9babb 1px  dashed;
	padding-left:5px;
}
table.dg tr.dgItem:hover, table.dg tr.dgAlt:hover {
	background: url('/imgs/eJOrg_1431/btnbg2.png') 0 0 repeat-x #efefef; 
}
.dgItem, .dgAlt, .dgEdit, .dgSelect {
	text-align:left;
}
.dgSelect {
	background: #efefef; 
}
.cmbAr {
	padding: 3px;
	font: 18px/18px "Al-Fatemi(lisaan-ud-Dawat)";
	color: #333;
	background: #fff;
	border: #dadad8 1px solid;
	width: 300px;
	height: 30px;
}
.textAr {
	font: 18px/18px "Al-Fatemi(lisaan-ud-Dawat)";
}

/*normal box*/
b.rtop {display:block; background:#fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4{margin: 0 1px; height: 1px}
b.rtop b {display:block; height: .5px; overflow: hidden; background: #b9babb}
div.box {margin: 5px; background-color: #b9babb;}
div.content {padding: 1em; background: #fff; border: #b9babb 1px solid; text-align: justify;}

/*alert box*/
b.rtopalert {display:block; background:#fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtopalert b.r4{margin: 0 1px; height: 1px}
b.rtopalert b {display:block; height: .5px; overflow: hidden; background: #b9babb}
div.boxalert {margin: 5px; background-color: #b9babb;}
div.contentalert {padding: 1em; background: #fff; border: #b9babb 1px solid; text-align: justify;}

/*new box*/
b.rtopnew {display:block; background:#fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtopnew b.r4{margin: 0 1px; height: 1px}
b.rtopnew b {display:block; height: .5px; overflow: hidden; background: #b9babb}
div.boxnew {margin: 5px; background: url('/imgs/eJOrg_1431/new.png') #b9babb no-repeat top right;}
div.contentnew {padding: 1em; background: #fff; border: #b9babb 1px solid; text-align: justify;}

/*info box*/
b.rtopinfo {display:block; background:#fff}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtopinfo b.r4{margin: 0 1px; height: 1px}
b.rtopinfo b {display:block; height: .5px; overflow: hidden; background: #b9babb}
div.boxinfo {margin: 5px; background-color: #b9babb;}
div.contentinfo {padding: 1em; background: #fff; border: #b9babb 1px solid; text-align: justify;}

/* Menu */
#nav
{
	position:fixed;
	top: 0px;
	height: 40px;
	width: 100%;
	margin: 0px auto;
	padding: 0px auto;
	z-index: 952; /* comes over other controls*/
	display: block;
	background:url('/imgs/eJOrg_1431/navrollshine.png') 0 0 repeat-x #c4c4c4;
	border-bottom: 2px solid #939393;
}
a.menulogo:link, a.menulogo:visited 
{
	position: absolute;
	z-index: 953;
	background: url('/imgs/eJOrg_1431/menulogo1.png') no-repeat center;
	width: 300px;
	height: 80px;
	border: none;
	margin: -40px 0 0 5px;
}

#nav a {
	text-decoration:none;
	color: #000;
	display:block;
	margin:5px;
	padding:10px 13px;
	border:solid 1px #939393;
}
#subMenusContainer a{
	text-decoration:none;
	color: #000;
	letter-spacing: 2px;
	display:block;
	margin:5px;
	padding:10px 10px;
	background-color: #c4c4c4; 
	border:solid 1px #878787;
}
#nav a{
	margin:2px;
	float:left;
}
#subMenusContainer a, #nav li li a
{
	text-align:left; 
}
#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused
{
	background-color:#c4c4c4;
}
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav li a:hover,
#nav li a:focus{
	background-color:#878787 ;
	color:#fff
}
.subMenuParentBtn
{
	background: url('/imgs/eJOrg_1431/arrow_right.gif') right center no-repeat; 
}
.subMenuParentBtnFocused{ 
	background: url('/imgs/eJOrg_1431/arrow_right_over.gif') right center no-repeat; 
}
.mainMenuParentBtn{	
	 background: url('/imgs/eJOrg_1431/arrow_down.gif') right center no-repeat; 
}
.mainMenuParentBtnFocused{	
	background: url('/imgs/eJOrg_1431/arrow_down_over.gif') right center no-repeat; 
}
/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	background:#fff;	
	border:1px solid #c4c4c4;
	left:0;
}
#nav li { 
	display:block;
	right:45px;
	list-style:none;
	position:relative;
	float:right; /*change float to left if menu is starting from left*/
}
#subMenusContainer li{
	list-style: none;
}
#subMenusContainer
{
    display:block; 	
    position:fixed;	/*Change position to absolute if menu is not at fixed place*/
    top:0;	
    left:0;	
    width:100%;	
    height:0;	
    overflow:visible;	
    z-index:1000000000; 
}
/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li li{	float:none; }
#nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}
/* third-and-above-level lists */
#nav li ul ul {margin: -1em 0 0 -1000em; }
#nav li:hover ul ul {margin-left: -1000em; }
/* lists nested under hovered list items */
#nav li:hover ul{margin-left: 0; }
#nav li li:hover ul {margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav li:hover a:focus{ margin-left: 0; }
#nav li li:hover a:focus + ul { margin-left: 10em; }


/* Menu Name */
#name {
	margin-top:40px;
	position: relative;
	width: 100%;
	height: 50px;
}
#menuname {
	display: block;
	margin: 0 auto;
	float: right;
	background: url('/imgs/eJOrg_1431/tab_left.gif') 0 100% no-repeat;
	padding: 0px 52px 0px 9px;
}
#menuname ul {
	background: url('/imgs/eJOrg_1431/tab_right.gif') 100% 100% no-repeat;
	padding: 0 9px 0 0;
	margin: 0;
}
#menuname li {
	background: #878787;
	padding: 0;
	margin: 0;
	color: #ffd50a;
	display: block;
}
#menuname li b {
	color: #fff;
}
.menunameAr {
	font: 18px/18px "Al-Fatemi(lisaan-ud-Dawat)"; 
	color: #ffd50a;
	text-decoration: none;
	margin: 0;
}


/* footer */
#footer {
	width: 100%;
	height: 100px;
	background: url('/imgs/eJOrg_1431/navrollshine.png') 0 0 repeat-x #878787;
	float: left;
	color: #fff;
}
#footer a.footerlogo:link, #footer_div a.footerlogo:visited {
    position: absolute;
    border: none;
    width: 83px;
    height: 79px;
    display: block; 
	margin: 15px 0px 0px 50px;
    background: url('/imgs/eJOrg_1431/footerlogo.png') no-repeat #878787;
}
#footer ul.contact {
	display: block;
	padding: 30px 0px 0px 10px;
	line-height:20px;
}
#footer ul.contact li.noborder {
	float: left;
	margin-left: 5px;
	border-right: none;
}
#footer ul.contact li.border {
	height: 40px;
	width: 130px;
	float: left;
	margin-left: 5px;
	border-right: #fff 1px dashed;
}
#footer ul.contact li a, #footer ul.contact li a:link, #footer ul.contact li a:visited {
	color: #fafafa;
	text-decoration: none;
	margin: 0px;
}
#footer ul.contact li a:hover, #footer ul.contact a:active {
    color: #fff;
}
#footer ul.contact li span {
	font-weight:bold;
	color: #ffd50a;
	text-transform: uppercase;
}
