/* CSS Document */
/*#ffe382*/
body{
	direction:rtl;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:2px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align:right;
	color:#000000;
	background:#edeffe;
	position:absolute;
	height:auto;
	width:100%;
	top:auto;
}
img{border-width:0px;}
.TextBold{
	font-weight:bold;
	color:#663300; 
	TEXT-DECORATION: none;
	}
	/*list items*/
.ContentOutTable a,a.list-item
{	color:#333333;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
}
.ContentOutTable a:hover,a.list-item:hover
{	color:#cc3300;
	text-decoration:none;
	font-weight:normal;
}
    A.but:link{
    COLOR: #333333;
    TEXT-DECORATION: none;
    font-weight:normal;
    font-size:14px;
    }
A.but:visited{
	COLOR: #333333;
	TEXT-DECORATION: none;
	font-weight:normal;
}
A.but:hover{
	COLOR: #CC3300;
	TEXT-DECORATION: none;
	font-weight:normal;
}
/* header */
.header
{	width: 100%;
	height: 100%;
	vertical-align:top;
	 background-color:#ffcc33;
}
/*created by bahaa in list form*/
.header_tdStrech{
	/*background:url(img/Header_bg.gif);*/
	background-repeat:repeat-x;
	width: 100%;
	height:130px;
}
.HeaderLogo{
	background:url(img/TopLogo.gif);
	width: 224px;
	height:130px;
	vertical-align:top;
}
/*end header*/
/*top menu*/
.TopMenu{
	background:url(img/upmenu_bg.gif);
	height: 36px;
	direction:rtl;
	width: 100%;
white-space:nowrap;
}

.TopMenuText, .menu-top-links, .toplinks{
	background-image:url(img/upmenu_bg.gif);
	background-repeat:repeat-x;	
	color: #FFFFFF;
	font-weight:bold;
	font-size:13px;
	padding-right: 3px;
	padding-left: 3px;
	
	height:35px;
	white-space:nowrap;
}
.TopMenuText a, .menu-top-links a, .toplinks a,.menu-top-links a:visited{
	color: #ffffff;
	text-decoration:none;
	white-space:nowrap;	
	padding-top:2px;
}
.TopMenuTextOver{
	background-image:url(img/upmenu_yellow.gif);
	background-repeat:repeat-x;	
	color: #000000;
	font-weight:bold;	
}

.TopMenuTextOver a
{
	color: #000000;
	text-decoration:none;
	padding-top:5px;
}
.TopMenuShadow{
	background:url(img/upmenu_shadow.gif);
	width: 100%;
	height:4px;
	direction:rtl;
}
.CutTopMenu{
	background:url(img/upmenu_cut.gif);
	width: 2px;
	height: 36px;
}
.GoHome{
	background:url(img/upmenu_home.gif);
	width: 30px;
	height: 36px;
}
.GoHomeOver{
	background:url(img/upmenu_home_over.gif);
	width: 30px;
	height: 36px;
}
.LeftTopMenu{
	background:url(img/upmenu_Left.gif);
	width: 23px;
	height: 40px;
}
.LeftTopMenu_shadow{
	background:url(img/upmenu_Left_shadow.gif);
	width: 23px;
	height: 5px;
}
.RightSearch{
	background:url(img/upmenu_right.gif);
	background-repeat:no-repeat;
	width: 69px;
	height: 40px;
}
.RightSearch_shadow{
	background:url(img/upmenu_right_shadow.gif);
	width: 69px;
	height: 5px;
}
.SearchBg{
	background-image:url(img/upmenu_yellow.gif);
	background-position:left 2;
	background-repeat:repeat-x;
	height: 36px;
	COLOR: #FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.GoSearch{
	background:url(img/GoSearch.gif);
	width: 65px;
	height: 36px;
}
/*end top menu*/
/*Drop Menu*/
.DropMenuTable{
	width: 200px;
}
.DropMenuTopRight{
	background:url(img/dropmenu_top-R.gif);
	width: 12px;
	height: 12px;
}
.DropMenuTopCenter{
	background:url(img/dropmenu_top.gif);
	width: 100%;
	height: 12px;
}
.DropMenuTopLeft{
	background:url(img/dropmenu_top-L.gif);
	width: 12px;
	height: 12px;
}
.DropMenuRight{
	background:url(img/dropmenu-R.gif);
	width: 4px;
}
.DropMenuCenter{
	background-color:#fdda4a;/*#fdbe01*/
	border-collapse:collapse;	
}
.DropMenuCenter .TopMenuTextOver
{
	background-color:#ffe382;
	background-image:none;
}
.DropMenuCenter td
{
	background-color:#ffe382;
	padding-right:12px;	
	padding-bottom:3px;
}
.DropMenuCenter a{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	text-decoration:none;
}
.DropMenuCenter a:hover{	
	background-image:none;
	text-decoration:underline;
}

.DropMenuLeft{
	background:url(img/dropmenu-L.gif);
	width: 4px;
}
.DropMenubottomRight{
	background:url(img/dropmenu_bottom-R.gif);
	width: 12px;
	height:12px;
}
.DropMenubottomCenter{
	background:url(img/dropmenu_bottom.gif);
	width: 100%;
	height:12px;
}
.DropMenubottomLeft{
	background:url(img/dropmenu_bottom-L.gif);
	width: 12px;
	height:12px;
}
/*
.DropMenuDiv{
	color:#000000;
	border-bottom: solid #ffffff 2px;
	font-size:12px;
	font-weight:bold;
}*/
.DropMenuDivOver{
	color:#cc3300;
	border-bottom: solid #ffffff 2px;
	font-size:12px;
	font-weight:bold;
}
.DropMenuArrow{
	background:url(img/dropmenu_bullet.gif);
	width: 12px;
	height:12px;
	border-bottom: solid #ffffff 2px;
}


/*End Drop Menu*/

/*PersonalGraphic*/
.PersonalGraphic{
	width: 100%;
	height: 186px;
}
.PersonalGraphic_Left{
	background:url(img/SiteGraphic_Left.gif);
	width: 25px;
	height: 186px;
}
.PersonalGraphic_Center{
	background:url(img/SiteGraphic_Bg.gif);
	height: 186px;
}
.PersonalGraphic_Right{
	background:url(img/SiteGraphic_Right.gif);
	width: 25px;
	height: 186px;
}
/*EndPersonalGraphic*/

/*navat*/
.navat_bg{text-align:right;}
.navat_left{background-image:url(../img/navat_right.gif);background-position:center center; background-repeat:no-repeat;width:9px;height: 17px;}
.navat_right{background-image:url(../img/navat_left.gif);background-position:center center;background-repeat:no-repeat;width:9px;height: 17px;}
/*end navat*/

/* news */
.news_table{
	direction: rtl;
	background: #ffe382;
	vertical-align: top;
	width: 224px;
	height: 60PX;
}

.news_table_InPage{
	direction: rtl;
	background: #ffe382;
	vertical-align: top;
	width: 224px;
	height: 90PX;
}
/*created by bahaa 05.11.2007*/

.news_top{
	background:url(img/news_top.gif);
	vertical-align:top;
	width: 242;
	height: 32PX;
}
.news_bottom{
	background:url(img/news_buttom.gif);
	vertical-align:top;
	width: 242px;
	height:17px;
}
.news_left{
	background:url(img/newsBg_left.gif);
	vertical-align:top;
	width: 9px;
}
.news_right{
	background:url(img/newsBg_right.gif);
	vertical-align:top;
	width: 9px;
}
.yedia{
	/*direction:rtl;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990000;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration:none;
}
/*end news */







/*HomePageRightMenu*/
.HomepageMenuIcon-1{
	background:url(img/icon_minaal.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-1_Over{
	background:url(img/icon_minaal_over.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-2{
	background:url(img/icon_contact.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-2_Over{
	background:url(img/icon_contact_over.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-3{
	background:url(img/icon_tmichanet.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-3_Over{
	background:url(img/icon_tmichanet_over.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-4{
	background:url(img/icon_pnimiot.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-4_Over{
	background:url(img/icon_pnimiot_over.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-5{
	background:url(img/icon_zchoyot.gif);
	width: 64px;
	height: 63px;
}
.HomepageMenuIcon-5_Over{
	background:url(img/icon_zchoyot_over.gif);
	width: 64px;
	height: 63px;
}
.HomepageBgMenu a
{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 20px;
	font-weight:bold;
}
.HomepageBgMenu{
	background:url(img/icon_bg.gif);
	text-align:right;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
	padding-right:4PX;
	height: 63px;
}

.HomepageBgMenu_Over a,.HomepageBgMenu a:hover
{
	color: #FFFFFF;
	text-decoration:underline;
	font-size: 20px;
	font-weight:bold;
}
.HomepageBgMenu_Over{
	background:url(img/icon_bg_over.gif);
	text-align:right;
	font-size: 20px;
	font-weight:bold;
	color: #000000;
	padding-right:4PX;
	height: 63px;
}
.HomepageMenuLeft{
	background:url(img/icon_LeftBg.gif);
	width: 21px;
	height: 63px;
}
.HomepageMenuLeft_Over
{	
	background:url(img/icon_LeftBg_over.gif);
	width: 21px;
	height: 63px;
}
.EmptyMenu
{
	background-image:url(img/upmenu_bg.gif);
	background-repeat:repeat-x;
	background-position:right 2;
	width:100%;
}
/*END HomePageRightMenu*/

/*HomePageContent*/
.ContentOutTable{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background: #edeffe;
	width: 100%;
	height: 100%;   
}
#PageTable,.ContentTable{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background: #ffffff;
	width: 100%;
	height: 100%;
	padding-top:0px;
	padding-bottom:0px;
}
.TextBoldContent{
	font-weight:bold;
	font-size:16px;
	color:#333333;
}
.RightCornerUptTtl{
	background-image:url(img/cornerTtl_UR.gif);
	background-repeat:no-repeat;
	width: 25px;
	height: 30px;
}
.LeftCornerUpTtl{
	background:url(img/cornertTL_UL.gif);
	background-repeat:no-repeat;
	width: 25px;
	height: 30px;
}
.BgCornerUpTtl{
	background-image:url(img/cornerTtl_Bg.gif);
	background-repeat:repeat-x;		
	height: 30px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #fed94c;
	vertical-align: middle;
	padding-top: 5px;
}

.RightCornerUp{
	background:url(img/corner_UR.gif);
	width: 25px;
	height: 23px;
}
.LeftCornerUp{
	background:url(img/corner_UL.gif);
	width: 25px;
	height: 23px;
}
.BgCornerUp{
	background:url(img/Bg_Top.gif);
	height: 23px;
}
.RightCornerBottom{
	background:url(img/corner_BR.gif);
	width: 25px;
	height: 23px;
}
.LeftCornerBottom{
	background:url(img/corner_BL.gif);
	width: 25px;
	height: 23px;
}
.BgCornerBottom{
	background:url(img/Bg_Buttom.gif);
	height: 23px;
}
.BgLeftVert{
	background:url(img/Bg_Left.gif) repeat-y;
	
	width: 25px;
	height: 100%;
}
.BgRightVert{
	background:url(img/Bg_Right.gif) repeat-y;
	/*background-repeat:no-repeat;
	background-color:White;*/
	width: 25px;
	height: 100%;
}

.HorizLine{
	background:url(img/line_horiz.gif);	
	width: 100%;
	height: 4px;	
}
.verticalLine{
	background:url(img/line_vert.gif);
	width: 1px;
	height: 100%;
}

.HomeIcon-duvrot{
	background:url(img/icon_duvrot.gif);
	width: 67px;
	height: 65px;
}
.HomeIcon-tzibor{
	background:url(img/icon_tzibor.gif);
	width: 67px;
	height: 65px;
}
.HomeIcon-mancal{
/*	background:url(img/icon_mancal.gif);*/
background:url(img/icon_url.gif);
	width: 67px;
	height: 65px;
}
.HomeIcon-url{
	background:url(img/icon_url.gif);
	width: 67px;
	height: 65px;
}
/*EndHomePageContent*/
.pics{
	border:1px;
	border-color:#333333;
	border-style:solid;	
	border:thin;
	height:100px;
}
/* footer */

.FooterLeft{background:url(img/Footer_Left.gif) no-repeat;width: 12px;height: 20px;}
.FooterRight{background:url(img/Footer_Right.gif) no-repeat;width: 12px;height: 20px;}
/* end footer */
/*Breadcrump*/


.bullet{
	/*background-attachment:fixed;*/
	background-image:url(img/ListBullet.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:35px;	
	padding-bottom:10px;
}

/*Start Sitemap styles*/
.SiteMapFirstLevel
{	
/*	background-image:url(img/ListBullet.gif);*/
	background-image:url(img/ArrowBullet.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:35px;	
	padding-bottom:10px;
	border-bottom:solid 1px #e0af05;	
}
.SiteMapFirstLevel a{font-size:18px;}
.SiteMapSecondLevel 
{
	vertical-align:top;
	padding-right:18px;
	background-image:url(img/arrow_sub_over.gif);
	background-position:right 1px;
	background-repeat:no-repeat;
}
.SiteMapSecondLevel a,.SiteMapSecondLevel a:hover{font-weight:bold;}
.SiteMapThirdLevelOver
{
	color:#cc3300;
	font-size:13px;
}
.SiteMapThirdLevel
{
	color:#ea821d;
	font-size:13px;
	cursor:pointer;
}

.table_spacer{border-bottom: dashed #666666 1px;}
.bold_title{color:#20516c;font-size:12px;font-weight:bold;}
.start_top{	vertical-align:top;}
.ContactFont a,.ContactFont a:hover,.ContactFont a:visited { text-decoration:underline;font-size:12px;padding-left:5px; padding-right:5px;font-weight:bold}

.headerright{background-image:url(img/TableHeader_Right.gif); background-repeat:no-repeat;}
.headerleft{background-image:url(img/TableHeader_Left.gif); background-repeat:no-repeat;}
.headerContactsSearchRight{  background-image:url(img/ContactsSearch_Right.gif); width:16px; background-repeat:no-repeat; }
.headerContactsSearchLeft{  background-image:url(img/ContactsSearch_Left.gif); background-repeat:no-repeat; }
.ContactFont{background-image:url(img/ContactsSearch_bg.gif);background-repeat:repeat-x;font-size:12px;font-weight:bold;}
.Grid.header{background:url(img/TableHeader_bg.gif) repeat scroll 0%;background-repeat:repeat-x;color:#000000;font-size:14px;font-weight:bold;text-align:center;}
.Grid.header a,.Grid.header a:hover{font-weight:bold} 
.Grid.itemRow{ background:#fdf0c3;border:1px solid #ffcc33}
.Grid.itemRowBold{background:#f3f4ff;font-weight:bold;}
.Grid.alternateRow{background:#feeaa4;text-align:right;}
.Grid.alternateRowBold{background:#e9ebff;font-weight:bold;}

.TopRightCorner{
	background-image:url(img/Gallery_TR.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#9f9f9f;
	width:200px;
	height:16px;
}
.TopLeftCorner{
	background-image:url(img/Gallery_TL.gif);
	background-repeat:no-repeat;
	background-color:#666666;
	width:18px;
	height:16px;
}
.LightGray{
	background-color:#9f9f9f;
}

.DarkGray{
	background-color:#666666;
}
.BotomLeftCorner{
	background-image:url(img/Gallery_BL.gif);
	background-repeat:no-repeat;
	background-color:#666666;
	width:18px;
	height:16px;
}
.BotomRightCorner{
	background-image:url(img/Gallery_BR.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#9f9f9f;
	width:18px;
	height:16px;
}
.GallerySubTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color:#cccccc;
	height:25px;
	text-align:center;width: 452px;
}
.flip{direction:ltr;}
