.MainMenu
{
	width: 150px;
	background-color: white;
}

.MainMenuItem
{
	background-position: center center;
	font-size: 10pt;
	background-image: url(../../Images/menu-off.gif);
	vertical-align: middle;
	width: 100%;
	cursor: hand;
	color: #000099;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 25px;
}

.HighLighMainMenuItem
{
	background-position: center center;
	font-size: 10pt;
	background-image: url(../../Images/menu-on.gif);
	vertical-align: middle;
	width: 100%;
	cursor: hand;
	color: #000099;
	background-repeat: repeat-x;
	font-family: Tahoma;
	height: 25px;
}

.MenuItem
{
	font-family:Tahoma;
	font-size:11px;
	
}

.HighLighMenuItem
{
	font-size: 8pt;
	width: 100%;
	cursor: hand;
	color: white;
	font-family: Tahoma;
	background-color: cornflowerblue;
}

.MainMenuItem_TDCssClass
{
	
}

.News
{
	width: 100%;
	background-color: white;
}

.NewsItem
{
	width:100%;
	background-color:White;
	font-family:Tahoma;
	font-size:8pt;
	cursor:hand;
}

.Reports
{
	width: 100%;
	background-color: white;
}

.ReportsItem
{
	width:100%;
	background-color:White;
	font-family:Tahoma;
	font-size:8pt;
	cursor:hand;
}


.Announcement
{
	width: 100%;
	background-color: white;
}

.AnnouncementItem
{
	width:100%;
	background-color:White;
	font-family:Tahoma;
	font-size:8pt;
	cursor:hand;
}

.ImageGallery
{
	direction:rtl;
}

.SearchCssClass
{
	border-right: darkgray thin dashed;
	border-top: darkgray thin dashed;
	border-left: darkgray thin dashed;
	border-bottom: darkgray thin dashed;
	font-size: 8pt;
	width:100%;
	direction: rtl;
	font-family: Tahoma;
	border-collapse: collapse;
	height: 1;
}