﻿BODY, TABLE, TD, DIV, SPAN, A, INPUT, TEXTAREA, BUTTON, SELECT
{
	font-family: Arial (Hebrew);
    font-size: 12px;
    direction:rtl;
}

/*********NewServices.ascx***********/
.MarqueeNewServices
{
	 height:80px;
	 width:180px;
}
/******************************/
/*********CommitteeMembers*******/
.DisplayBlock
{
	display:inline-block;/*ככה זה תקין במוזילה*/
}
/*******************************/
/******************		sidenav UC	*******************/
.OpenThirLevelOn
{
	background-image:url(/Maor/Images/HE/SideNav/right_bar_open_on_icon.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	background-position:center;
	padding-left:10px;
}
.OpenThirLevel
{
	background-image:url(/Maor/Images/HE/SideNav/right_bar_open_icon.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	background-position:center;
	padding-left:10px;
}
.CloseThirLevel
{
	background-image:url(/Maor/Images/HE/SideNav/right_bar_close_icon.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	background-position:center;
	padding-left:10px;
}
.CloseThirLevelOn
{
	background-image:url(/Maor/Images/HE/SideNav/right_bar_close_on_icon.gif);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	background-position:center;
	padding-left:10px;
}
.paddingTop
{
    padding-top:5px;
}