body {
	direction :rtl ;
	margin: 0;
	background-image:url(Mainbg.jpg);
}

table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
}

.Contain{
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
}
.Normal{
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;


}

.HeaderBg{
/* background-image:url(HeaderBG.jpg);
height:141px;*/
}


.ENheader{
color:#FF6600;
font-weight:bold;}

.PNUPIC{
	/*background-image:url(PNUPIC.jpg);*/
background-repeat:no-repeat;}
.TPHEADER{
background-color:#FFFFFF;}

.Logo{
/*background-image:url(Logo.jpg);*/
background-repeat:no-repeat;
background-position:center;
background-position:top;
}
.MNU{
background-image:url(HeaderBg.gif);
height:31px;
}

.Mainbg{
background-color:#FFFFFF;
}
.Mainbg0{
background-color:#F8F8F8}

/* a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	color: #333;
	font: normal 11px Tahoma, Arial;		
	text-decoration: none;
}
*/

a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #007EBB;
text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF8400;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:active {
text-decoration: none;
}





.SearchMNU{
font-family:Tahoma;
font-size:11px;}

.FooterC{
background-color:#0070A6;
color:#FFFFFF;
height:20px;
font-weight:bold;
}

/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/

/*-- box that holds the menu --*/
.MainMenu_MenuContainer {
	background-color: transparent;
	width: 100%;
	}
/*-- bar that holds the menu? --*/
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background: #fff;
	width: 100%;
	}
/*--PARSAN:Menu Direction. applies to items in submenus only --*/
.MainMenu_MenuItem {
	font: normal  11px Tahoma, Arial;
	text-align :right;
	color: #333;	
	background: #f6f6f6;
	border: #f6f6f6 1px solid;
	padding: 1px 8px 1px 0px;	
}

/*-- hover state in submenus only --*/
.MainMenu_MenuItemSel {
	font:  11px Tahoma, Arial;
	text-align :right;	
	cursor: pointer; 
	cursor: hand; 
	color: #f6f6f6;
	background: #444;
	border-left: #444 1px solid;
	border-right: #444 1px solid;
	padding: 1px 8px 1px 0px;
	
}
/*-- submenu container --*/
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 3px 0 0 0;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #888;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- idle state for root menu items --*/
.MainMenu_Idle {
	color: #000000;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- hover state for root menu items --*/
.MainMenu_Selected {
	color: #fff;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- applies to the active root menu item --*/
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	color: #fff;
	background: transparent;
	padding: 1px 3px 3px 1px;
	font-weight: bold;
}


/*-- stuff we don't need to see --*/
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuBreak, .MainMenu_MenuIcon  {
	display: none;
}


/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/



/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/


select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}

.NormalTextBox {
	color: #333;
	padding-left: 2px;
	font: normal 11px Tahoma, Arial;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #555;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}

td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
	border: 0;
}

























/*-- container for module menus --*/
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
}


/*-- menu items --*/
.ModuleTitle_MenuItem {
	
	color: #333;
	font: normal bold 11px Tahoma, Arial;
	background: #f6f6f6;
	font-style: normal; 
	border: #f6f6f6 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: normal;
}


/*-- submenu container --*/
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 2px 0 0 0px;
	background: #f6f6f6;
	padding: 1px;
	border: 1px solid #666;
	font-weight: normal;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=3);
}


/*-- hover state --*/
.ModuleTitle_MenuItemSel {
	font: normal 11px Tahoma, Arial;
	cursor: pointer; 
	cursor: hand; 
	color: #333;
	background: #ddd;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	padding: 0px 8px 1px 2px;	
}

.ModuleTitle_MenuIcon {
	border: 1px solid #eee;
	padding: 0 3px 0 3px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow,     {
	display: none;
}


