﻿body
{
	direction: rtl;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	background-color: #c8e3f1;
}

#div_stage
{
	padding-top: 10px;
	background-image: url(images/stage_bg_top.png);
	background-repeat: repeat-x;
	text-align: center;
	
}
#div_stage_bottom
{
	background-image: url(images/stage_bg_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	text-align: center;
}
#div_site_content
{
	width: 934px;
}
#div_screen_top
{
	height: 27px;
	background-image: url(images/header.jpg);
}

#div_main
{
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	height: 1220px;
}
#div_main_1
{
	background-image: url(images/header_bg.gif);
	background-repeat: no-repeat;
	height: 1220px;
}


#div_main_bottom
{
	background-image: url(images/page_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom; /*position: relative;*/
	background-color: #dfeef5;
}


#div_banner_pre
{
	float: right;
	width: 698px;
	height: 85px;
}
#div_banner
{
	width: 698px;
	float: right;
	top: 75px;
}
#div_banner_1
{
	width: 698px;
	height: 100px;
	float: right;
}
#div_banner_2
{
	width: 698px;
	height: 100px;
	float: right;
	background-image: url(images/banner_02.jpg);
	background-repeat: no-repeat;
}
#div_banner_3
{
	width: 698px;
	height: 30px;
	float: right;
	background-image: url(images/banner_03.jpg);
	background-repeat: no-repeat;
}
#div_news
{
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	color: Red;
	padding-right: 9px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
}

#div_menuDefault
{
	padding-top:70px;
	width: 190px;
}

#div_menu
{
	width: 190px;
}

#div_menuNews
{
	padding-top:10px;
	width: 190px;
}

#div_menu_bottom
{
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 17px;
}
#div_menu_pre
{
	height: 23px;
}
#div_menu_top
{
	background-image: url(images/menu_top.jpg);
	width: 190px;
	background-repeat: no-repeat;
	height: 24px;
}
.div_menu_pre
{
	height: 23px;
}
.div_menu_top
{
	background-image: url(images/menu_top.jpg);
	width: 190px;
	background-repeat: no-repeat;
	height: 24px;
}
#div_menu_search
{
	background-image: url(images/menu_search_bg.jpg);
	background-repeat: repeat-y;
	height: 46px;
	color: #737373;
	font-size: 10px;
	direction: ltr;
}
#search_box
{
	width: 180px;
}
.txt_search
{
	background-color: #fff;
	border-right: #cfd1d1 1px solid;
	border-top: #7e8086 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #b3b8bf 1px solid;
	direction: rtl;
	font-size: 11px;
	height: 16px;
	width: 150px;
	font-family: Tahoma;
}
#div_menu_task
{
	background-image: url(images/menu_task_bg.jpg);
	background-repeat: repeat-x;
	height: 28px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 10px;
	padding-top: 12px;
	font-family: tahoma;
	text-align: right;
}
#div_menu_items_bg
{
	background-image: url(images/menu_items_bg.gif);
	background-repeat: repeat-x;
	 
}

.ul_links, .ul_links li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
	direction: rtl;
}
.menu_anchor
{
	color: Black;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	height: 20px;
	text-decoration: none;
}

.menu_anchor:visited
{
	color: #4D7CC1;
	font-size: 12px;
}

.menu_anchor_active
{
	color: Black;
	font-size: 11px;
	display: inline-block;
	width: 100%;
	height: 20px;
	background-image: url(images/menu_item_active.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menu_anchor:hover
{
	color: Black;
	font-size: 11px;
	background-color: #aecae2;
	text-decoration: none;
}





#div_content
{
	width: 100%;
	height: 705px;
	text-align: right;

}
#div_content_links
{
	float: right;
	width: 190px;
	height: 100%;
	background-image: url(images/content_v_bar.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	text-align:left;
}

.ul_content_links, .ul_content_links li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.li_content_link_active
{
	background-image: url(images/item_active.gif);
	height: 31px;
	width:185px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #007734;
	cursor:pointer;
	
}
.li_content_link_deactive
{
	height: 31px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #65747B;
	cursor:pointer;
}

.DownloadTitr
{
	height: 31px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	color: #65747B;	
}

#li_content_link_mouseOver
{
	text-decoration:underline; 
	height: 31px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #007734;
	cursor:pointer;
}

#div_iframe
{
	background-color: #e6f2f8;
	float: right;
	height: 700px;
	width: 714px;
	padding:  0 0 0 0;
}

#div_iframe_Download
{
	background-color: #e6f2f8;
	float: right;
	height: 400px;
	width: 714px;
	padding:  0 0 0 0;
}

#div_iframeAbout
{
	background-color: #e6f2f8;
	float: right;
	height: 700px;
	width: 934px;
	padding:  0 0 0 0;
}

#div_iframe_default
{
	float: right;
	padding: 10px 10px 0px 10px ;
	text-align:right;
}


#div_iframe_small
{
	float: right;
	padding: 5px 5px 0px 5px ;
	text-align:right;
}

#div_menu_items_bg_small
{
	background-image: url(images/menu_items_bg_small.gif);
	background-repeat: repeat-x;
	border-left-width:1px;
	border-left-color:Black;
	width:190px;
}

#sitemortabet
{
	width:190px;
}

#div_bottom
{
	color: #e8f1f8;
	font-size: 10px;
	
}

#Link
{
	color:  #4D7CC1;
	text-decoration:none; 
	font-size: 12px;
}
.Link
{
	color:  #4D7CC1;
	text-decoration:none; 
	font-size: 12px;
}

#LinkHover
{
	color: #4D7CC1;
	text-decoration:underline; 
	font-size: 12px;
	cursor:pointer;
}

a:link
{
	color:#4D7CC1;
	text-decoration:none; 
}
a:visited
{
	color: #4D7CC1;
}
a:hover
{
	color: #4D7CC1;
	text-decoration: underline; 
}

.LinkArlen
{
	color: springgreen;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
}
.LinkArlen:hover
{
	color: #F9CF18;	 
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
}
#LinkIcon
{
	 vertical-align:middle;
}

#LinkSite
{
	color: #4D7CC1;
	text-decoration:none; 
	font-size: 12px;
	font-family:Trebuchet MS;
}
#LinkSiteHover
{
	color: #F9CF18;
	text-decoration:none; 
	font-size: 12px;
	font-family:Trebuchet MS;
	
}
.txtFA
{
	font-family: tahoma;
	font-size: 12px;
	direction: rtl;
}
.txtEN 
{
	FONT-FAMILY: tahoma;
	FONT-SIZE: 12px; 
	DIRECTION: ltr; 
}

#LinkHeader
{
	color: #006600;
	text-decoration:none; 
	font-size: 12px;
}


#LinkHeaderHover
{
	color: #006600;
	text-decoration: underline; 
	font-size: 12px;
}

.iFrame
{
	padding-right: 0px; 
	padding-left: 0px; 
	left: 0px; 
	background-color:#DFEEF5;
    padding-bottom: 0px; 
    margin: 0px; 
    width: 714px; 
    padding-top: 0px; 
    height: 100%; 
    border-right: 0px solid; 
    border-top: 0px solid; 
    border-left: 0px solid; 
    border-bottom: 0px solid;	
}
.under 
{
	text-decoration:underline !Important;
	font-family:Tahoma;
	font-size:10px;
	color:Black;
}
