﻿body
{
	font-family: Tahoma;
	font-size: 9pt;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding :  0px 0px 0px 0px;
	background-repeat: repeat-x;
	direction:rtl;
}

FORM
{
 	font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

TABLE
{
	border-style: none;
	font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
    vertical-align:top;
}

INPUT, TEXTAREA, SELECT, OPTION
{
	font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

A
{
	text-decoration: none;
}

A:HOVER
{
	color: #ff8400;
}

.Hand
{
	cursor:hand;
}

.HeaderTable
{
	height:100px;
	width:100%;
	color:White;
}
.HeaderImageTD
{
	 background-image:url(images/header-panel.jpg);
	 background-repeat:no-repeat;
	 text-align:right;
	 width:490px;
}
.HeaderTileTD
{
	 background-image:url(images/header-panel-bg.jpg);
	 text-align:left;
	 PADDING-LEFT: 10px; 
	 vertical-align:middle;
}
.HeaderCommandTable
{
	font-size:8pt;
}
.HeaderCommands
{
	text-align:right;
}

.AdminHeaderLink
{
	color:White;
	cursor:hand;
}
.AdminHeaderLink:Hover
{
	color:Yellow;
	cursor:hand;
}
.NavBarTD
{
	vertical-align:top;
}
.ContentTD
{
	padding:10px 0px 10px 10px;
	vertical-align:top;
}

/********** Form Styles **********/

.FormFrame
{
	border: solid 1px #606060;
	
	background-color: #FFFFFF;
	color: #000000;
	
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.FormHeader
{
	height: 23px;
	border-bottom: solid 1px #606060;
	background-color: #5e768e;
	color: white;
	
	font-family: Tahoma;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding:0px 5px 0px 5px;
	text-align:center;
}

.FormContent
{
	padding: 5px 5px 5px 5px;	
}

.FormFooter
{
	padding: 5px 5px 5px 5px;	
	text-align:center;
}

.NavBar
{ 
  background-color:Transparent;
  border: 0px solid #c3c7d3; 
  padding: 10px;
  cursor: default; 
  width:186px;
} 

.TopItem
{
  background-image: url(images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color:White;
  padding-right: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:23px;
  cursor:hand;
}

.TopItemHover
{
  background-image: url(images/top_level_bg_over.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color:White;
  padding-right: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:23px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px;
  color:#174a7b;
  padding-right: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-right: 10px; 
  color:#174a7b;
  cursor:hand;
}

.Level2Group
{
  background-color:#F0F1F5;
  border: solid 1px #606060;
  border-top :none;
  padding:5px;
  width:174px;
}

.Empty
{
}
.IndexLogo
{
	background-image:url(images/intro.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:500px;
}

/*Tree View*/
.TreeView 
{ 
  background-color:White;
  padding-top:4px; 
  padding-left:1px; 
  border: #7C7C94 1px solid; 
  cursor:default; 
}

.TreeNode 
{ 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
}

.GrayedTreeNode 
{ 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  background-color: gray; 
  color:white; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.NodeEdit 
{
  border:1px gray solid;
  font-family: tahoma; 
  font-size: 11px;
}

input
{
  
}
/* End Tree View*/

/*Combo View*/

.comboBox 
{ 
  border: 1px solid #A6A7AA; 
  background-color: white; 
}

.comboBoxHover
{ 
  border: 1px solid #555555; 
  background-color: white; 
}

.comboDropDown 
{ 
  border: 1px solid #868686; 
  background-color: white; 
  padding: 1px;
  padding-right: 0px;
  cursor: default;
  direction:rtl;
}

.comboTextBox
{
  border: 0px;
  padding-left: 2px;
  padding-right: 2px;
  direction:rtl;
}

.comboItem
{
  padding: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  direction:rtl;
}

.comboItemHover
{
  background-color: #B2B4BF; 
  background-image: url(images/comboItemBg.gif);
  border: 1px solid #DBCE99;
  padding: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  direction:rtl;
}
/*End Combo View*/
.Msg
{
	color:Red;
	text-align:center;
}

/********** DataGrid Styles *#88B0E4*********/

.DataGrid
{
	background-color: #FFFFFF;
	font-size: 8pt;
}

.dgAlternatingItem
{
	background-color: #EEEEEE;
}
.dgSelectedItem
{
	background-color: #f9f8be;
}

.dgEditItem
{
}

.dgFooter
{
    font-size: 8pt;	
	color: #10257f;	
	background-color: #DB9B29;
}

.dgHeader
{
	background-image: url(../../Images/Forms/grdHead.jpg);
	background-repeat:repeat-x;
	background-color:#dc9d2c;
	color: #10257f;	
	font-weight:normal;
	font-style:normal;
	font-size: 8pt;
	height:20px;
}

.dgItem
{
	
}

.dgPager
{
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 12pt;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #db9b29;
}

.dgSelectedRow
{
}

.dgHeaderCells
{
	border:solid 1px Black;
}
.dgItemCells
{
	border:solid 1px Gray;
}
.dgFooterCells
{
	border:solid 1px Black;
}
/*datagrid end*/

.RequiredField
{
	background-color:#FFFFC0;
}
/*Login Page*/
.LoginTable
{
	BACKGROUND-IMAGE: url(images/login.jpg); 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 253px;
	width:420px;
}

.tabDir
{
	direction:rtl;
	font-size: 8pt;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
}
/*********************************************************Design*************************************************/

.LeftAlign
{
    text-align:left;
}

.RightAlign
{
    text-align:right;
}
.Rightmenu
{
     background-image:url("Images/bg-menue-right.gif");
     background-repeat:no-repeat;
     background-position:right top;
     direction:ltr;
     text-align:right;
     color:White;
     padding-right:10px;
}
.hrightbar
{
    background-image: url(Images/bg-main-header.gif);
    background-repeat: repeat-x;
    background-position: left top;
    }
.english
{
     background-image:url("Images/bg-main-header-left.gif");
     background-repeat:no-repeat;
     background-position:left top;
}
.english2
{
    text-align:left;
    background-image: url(Images/bg-main-header.gif);
    background-repeat: repeat-x;
    background-position: left top;
}
.men2l
{
    background-image: url(Images/bg-menu2-left.gif);
    background-position: left top;
    }
.men2r
{
    background-image: url(Images/bg-menu2-right.gif);
    background-position: right top;
    }
.login
{
	background-image: url(images/h-login.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.newsletter
{
	background-image: url(images/h-newsletter.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.newsbg
{
	background-image: url(images/bg-newsletter.gif);
	background-repeat:no-repeat;
	background-position:right center;
	text-align:left;
}
.pass
{
	background-image: url(images/bg-pass-box.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.user
{
	background-image: url(images/bg-user-box.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.history
{
	background-image: url(Images/h-history.gif);
	background-position:right center;
	background-repeat:no-repeat;
	}
.BgFooter
{
	background-position: center top;
	background-image: url(Images/footer-bg.gif);
	background-repeat: no-repeat;
}
.lastnews
{
	background-image: url(images/h-lastnews.gif);
	background-position: right top;
	background-repeat: no-repeat;

}
.endheader
{
	background-image: url(Images/bg-header-left.gif);
	background-position: left top;
	background-repeat: no-repeat;

}
.lastproducts
{
	background-image: url(Images/h-lastproducts.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.gallery
{
	background-image: url(Images/h-gallery.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.capability
{
	background-image: url(Images/h-capability.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.order
{
	background-image: url(Images/h-order.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.newsletterjoin
{
	background-image: url(Images/h-newsletterjoin.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.faq
{
	background-image: url(Images/h-faq.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.contact
{
	background-image: url(Images/h-contact.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
	.agents
{
	background-image: url(Images/h-agents.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.download
{
	background-image: url(Images/h-download.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.news
{
	background-image: url(Images/h-news.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.newsviewer
{
	background-image: url(Images/h-news-viwer.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.products
{
	background-image: url(Images/h-products.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.productsviewer
{
	background-image: url(Images/h-products-viwer.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.services
{
	background-image: url(Images/h-services.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.about
{
	background-image: url(Images/h-about.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.aboutus
{
	background-image: url(Images/h-about.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.align
{
	direction: rtl;
	text-align: right;
}   

/*Menu*/
.MenuGroup
{
	background-color: #27a88a;
	cursor: hand;
}

.MenuItem
{
	background-color: #368683;
	color: white;
	font-family: Tahoma;
	font-size: 13px;
	cursor: hand;	
}

.MenuItemHover
{
	background-color: lightgrey;
	color: black;
	font-family: Tahoma;
	font-size: 13px;
	border: 1px;
	border-top-color: #B8B8B9;
	border-left-color: #B8B8B9;
	border-right-color: black;
	border-bottom-color: black;
	border-style: solid;
	cursor: hand;
}

.MenuItemDown
{
	background-color: lightgrey;
	color: black;
	font-family: Tahoma;
	font-size: 13px;
	border: 1px;
	border-top-color: #B8B8B9;
	border-left-color: #B8B8B9;
	border-right-color: black;
	border-bottom-color: black;
	border-style: solid;
	cursor: hand;
}
      