BODY 
{
	scrollbar-arrow-color:#484848;
	scrollbar-track-color:#d0d1d3;
	scrollbar-shadow-color:#484848;
	scrollbar-face-color:#d0d1d3;
	scrollbar-highlight-color:#ffffff;
	scrollbar-darkshadow-color:#acaeaf;
	scrollbar-3dlight-color:#eef0f2;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}
A
{
	text-decoration: none;
	
}
H1
{
	color:#6a6a6a;
}
p
{
	margin:0;
	line-height:14px;
}
/*---- General Classes ----*/
.TextToEmail, A.TextToEmail:Link, A.TextToEmail:Visited, A.TextToEmail:Hover
{
    font-size:11px;
    color: #0000ff;
    font-weight:bold;
    text-decoration: none;
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    font-size:12px;
    color: #6a6a6a;
    font-weight : normal;
    text-decoration: none;
}
A.Body:Hover
{
    color: #6a6a6a;
    text-decoration: underline;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited, a.TextBold:Hover
{
    font-size:12px;
    color: #6a6a6a;
    font-weight : bold;
    text-decoration: none;
}
.TextBold2, a.TextBold2:Link, a.TextBold2:Visited, a.TextBold2:Hover
{
    font-size:12px;
    color: #616161;
    font-weight : bold;
    text-decoration: none;
vertical-align: top;
}
/* Page header */
.HeaderText
{
    font-size:12px;
    color: #cc0001;
    font-weight:normal;
	
}
.Header
{
    font-size:16px;
    color: #606060;
    font-weight:bold;
	text-decoration:none;
	
}
.HeaderRtl
{
    font-size:16px;
    color: #606060;
    font-weight:bold;
}
.HeaderLtr
{
    font-size:16px;
    color: #606060;
    font-weight:bold;
}
.Bullet
{
	color:#cc0001;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited, A.SubHeader:Hover
{
    font-size:14px;
    color: #71736e;
    font-weight :bold;
    text-decoration: none;
	line-height: 18px;
}
.SubHeader02, A.SubHeader02:Link, A.SubHeader02:Visited, A.SubHeader02:Hover
{
    font-size:17px;
    color: #484848;
    font-weight :bold;
    text-decoration: none;
	line-height:25px;
}
.landing_body
{
    font-size:17px;
    color: #666565;
    font-weight:normal;
    text-decoration: none;
	line-height:20px;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#cc0000;
	font-size:11px;
	font-weight : bold;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
/* Default link */
A.SmallLink:link, A.SmallLink:visited
{
	color: #484848;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
A.SmallLink:hover 
{
	color: #484848; 
	font-size:12px; 
	text-decoration:underline;
	font-weight:bold;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #000033;
	font-size:11px; 
	text-decoration:none;
	font-weight:bold;
}
A.SmallLink2:hover 
{
	color: #484848; 
	font-size:11px; 
	text-decoration:none;
	font-weight:bold;
}
.ImageLink, A.ImageLink:link, A.ImageLink:visited
{
	color: #ffffff;
	font-size:13px; 
	text-decoration:none;
	font-weight:bold;
}
A.ImageLink:hover 
{
	color: #ffffff; 
	font-size:13px; 
	text-decoration: underline;
	font-weight:bold;
}
A.IconLink:link, A.IconLink:visited
{
	color: #000033;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}
A.IconLink:hover 
{
	color: #484848; 
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Dividers between list items */
.Divider1
{
	background-color: #e7e7e7;
}
.Divider2
{
    background-color: #484848;
}
/* Error Message */
.ErrorMessage
{
    font-size:11px;
    color: #FF0000;
    font-weight : normal;
}
.ErrorMessageLarge
{
    font-size:13px;
    color: #FF0000;
    font-weight : normal;
}
/* Marks required fields */
.Required
{
    font-size:11px;
    color: #FF0000;
}
/* Border for tables and boxes */
.Border1
{
    border: 1px solid #faf8f8;
    border-collapse: collapse;
}
.Border2
{
    border: 1px solid #6a6a6c;
    border-collapse: collapse;
}

/*---- Gradients (Shadows) ----*/
.TopGradientRtl
{
	background-image: url(/images/hebrew/gradientTop.gif);
}
.TopGradientLtr
{
	background-image: url(/images/english/gradientTop.gif);
}
.BottomGradientRtl
{
	background-image: url(/images/hebrew/gradientBottom.gif);
}
.BottomGradientLtr
{
	background-image: url(/images/english/gradientBottom.gif);
}
.LeftGradientRtl
{
	background-image: url(/images/hebrew/gradientLeft.gif);
}
.LeftGradientLtr
{
	background-image: url(/images/english/gradientLeft.gif);
}
.RightGradientRtl
{
	background-image: url(/images/hebrew/gradientRight.gif);
}
.RightGradientLtr
{
	background-image: url(/images/english/gradientRight.gif);
}
.CornerBottomRightGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerBottomRight.gif);
}
.CornerBottomRightGradientLtr
{
	background-image: url(/images/english/gradientCornerBottomRight.gif);
}
.CornerBottomLeftGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerBottomLeft.gif);
}
.CornerBottomLeftGradientLtr
{
	background-image: url(/images/english/gradientCornerBottomLeft.gif);
}
.CornerTopRightGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerTopRight.gif);
}
.CornerTopRightGradientLtr
{
	background-image: url(/images/english/gradientCornerTopRight.gif);
}
.CornerTopLeftGradientRtl
{
	background-image: url(/images/hebrew/gradientCornerTopLeft.gif);
}
.CornerTopLeftGradientLtr
{
	background-image: url(/images/english/gradientCornerTopLeft.gif);
}

/*---- Contact Us ----*/
.ContactDivider
{
	border-bottom:1px solid #faf8f8;
	height: 2px;
}



/*---- News ----*/

.NewsBoxRtl
{
	/*background-image:url(/images/hebrew/title_rentalProperties.png);
	background-repeat:no-repeat;
	background-position:top;*/
	width:204px;
	height:190px;
}
.NewsBoxLtr
{
	background-image:url(/images/english/title_rentalProperties.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:204px;
	height:190px;
}
.NewsTitleRtl
{ 
	font-size:18px;
    color: #000000;
    font-weight:bold;
	text-align:right;
	height:20px;
	/*background-image:url(/images/hebrew/bgr_NewsTitle.gif);*/
}
.NewsTitleLtr
{ 
    font-size:11px;
    color: #454545;
    font-weight:normal;
	text-align:left;
	padding-left:19px;
	/*background-image:url(/images/english/bgr_NewsTitle.gif);*/
}
.NewsTextBold, a.NewsTextBold:Link, a.NewsTextBold:Visited
{
    font-size:12px;
    color: #5f5f5f;
    font-weight:bold;
    text-decoration: none;
}
.NewsTextBold2, a.NewsTextBold2:Link, a.NewsTextBold2:Visited
{
    font-size:12px;
    color: #5f5f5f;
    text-decoration: none;
}
a.NewsTextBold:Hover,a.NewsTextBold2:Hover{
    color:#000;
}
.NewsBoxItemDate, a.NewsBoxItemDate:Link, a.NewsBoxItemDate:Visited, a.NewsBoxItemDate:Hover
{
    font-size:12px;
    color: #cc0000;
    font-weight:bold;
    text-decoration: none;
	text-align:right;
	padding-right:12px;
}


/*---- Member Login ----*/

.MemberLoginTableRtl
{
    border: 0px solid #6B6B6D;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_MemberLogin.gif);*/
}
.MemberLoginTableLtr
{
    border: 0px solid #6B6B6D;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_MemberLogin.gif);*/
}
.MemberLoginTitleRtl
{ 
    font-size:11px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#6B6B6D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginTitleLtr
{ 
    font-size:11px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#6B6B6D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/english/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginText, a.MemberLoginText:Link, a.MemberLoginText:Visited, a.MemberLoginText:Hover
{
    font-size:11px;
    color: #6B6B6D;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginSmallText
{ 
    font-size:11px;
    color: #FFFFFF;
    font-weight : bold;
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#CC3300;
	font-size:11px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Join News Letter ----*/

.JoinNewsLetterTableRtl
{
    border: 0px solid #6B6B6D;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTableLtr
{
    border: 0px solid #6B6B6D;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTitleRtl
{ 
    font-size:11px;
    color: #ffffff;
    font-weight : bold;
	background-color:#6B6B6D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_NewsLetterTitle.gif);*/	
}
.JoinNewsLetterTitleLtr
{ 
    font-size:11px;
    color: #ffffff;
    font-weight : bold;
	background-color:#6B6B6D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/english/bgr_NewsLetterTitle.gif);*/	
}
.JoinNewsLetterText, a.JoinNewsLetterText:Link, a.JoinNewsLetterText:Visited, a.JoinNewsLetterText:Hover
{
    font-size:11px;
    color: #494949;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.JoinNewsLetterButton 
{
    border-style: solid;
    border-width:0;
	background-color:#6B6B6D;
	font-size:11px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Products ----*/
.ProductThunbSize
{
	height:90px;

}
.ProductBoxTop
{
	background-color:#FFFFFF;
}
.ProductBoxMiddle
{
	background-color:#FFFFFF;
}
.ProductBoxBottom
{
	background-color:#FFFFFF;
}
.ProductSpecsTd
{
	font-size:12px;
    color: #6a6a6a;
    font-weight : normal;
    text-decoration: none;
    padding-bottom:20px;
	
}
.PruductTextTd
{
	padding-right:40px;
	width:198px;
}
.ProductHeader, .RelatedProductsTitle, .PrintPageHeader
{
    font-size:14px;
    color: #71736e;
    font-weight :bold;
    text-decoration: none;
	line-height: 18px;
}
.PrintPageHeader
{padding:20px;}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:12px;
    color: #cc0000;
    font-weight :bold;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #000033; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #000033;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ProductsIconLink:hover 
{
	color: #484848; 
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}
.ProductDetailsTable
{
    background-color: #333333;
}
.ProductPrice
{
	color: #ff6600;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
.RelatedProductsBox
{
	border: 1px solid #000033;
}
.RelatedProductsHeaderRtl
{
	color: #FFFFFF;
    background-color: #000033;
	font-size:11px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #FFFFFF;
    background-color: #000033;
	font-size:11px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.ProductThunbStrip
{
	padding-top:20px;
}
.ProductMainPicture
{
	
}
/*---- Pager for the Products list/Picture gallery ----*/
.Pager
{
	color: #333333;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
}
A.PagerLink:Link, A.PagerLink:Visited
{
	color: #333333;
	font-size:11px; 
	text-decoration:none;
	font-weight:normal;
}
A.PagerLink:Hover
{
    color: #cc0000;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
}


/*---- Search Box ----*/

.SearchTableRtl
{
	/*background-image:url(../Images/hebrew/bgr_search.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:1px;

	height:26px;*/

	
	
}
.SearchTableLtr
{
	/*background-image:url(../Images/English/bgr_search.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:2px;
	padding-left:2px;
	height:26px;
	width:211px;*/
}
.SearchTextRtl
{
    font-size:11px;
    color:#075c9f;
	font-weight:bold;
}
.SearchTextLtr
{
    font-size:11px;
    color:#075c9f;
	font-weight:bold;	
}
.SearchBoxField
{
    border: 1px solid #a2a2a2; 
    font-size:10px;
    background-color:#FFFFFF;
    color:#a2a2a2;
	width:163px;
	height:16px;
}
.SearchButtonTd
{
      padding-top:3px;
      padding-right:2px;
}
.SearchTextBoxTd
{
      padding-right:0px;
}
.SearchLabelTD
{
      padding-top:2px;
      color: #535353;
      font-size: 11px;
      text-align:right;
      width:0px;
}

.RentalsSearchText
{
    font-size:12px;
    /*color:#696a6c;*/
	font-weight:normal;	
}
.RentalSearchTextHorizontal
{
    font-size:12px;
    color:#696a6c;
	font-weight:normal;	
}
.HomeRentalsSearchTd
{
	/*background-image:url(../Images/hebrew/bgr_search_property.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
    background:#e7e7e7 url(../images/hebrew/bgr-side.png) no-repeat bottom right;
	height:201px;
	/*width:230px;
	padding-left:35px;
	padding-right:20px;	*/
}
.title-side{
    text-align:center;
    font-size:14px;
    padding-top:10px;
}
.title-side > span{
    font-size:16px;
}
.btn-search{
    background:#cc0001;
    color:white;
    border:0;
    width:50px;
    text-align:center;
    height:25px;
    line-height:25px;
    display:inline-block;
}
.btn-search:hover {
    background:#aa0001;
}
.SearchHPtd
{
	background-image:url(../Images/hebrew/title_HpSearch.gif);
	background-repeat:no-repeat;
	background-position:right top;
	/*background-color:#E7E7E7;*/
}
.RentalsSearchBgr
{
	background-image:url(../Images/hebrew/bgr_search_property_inner.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:201px;
}
.RentalsSearchTitleTd
{
	height:40px;
}
.SearchButtonTdRtl
{
	padding-right:3px;
	vertical-align:middle;
	padding-top:3px;
}

/*---- Footer ----*/

.FooterRtl
{
	/*background-image:url(../Images/Hebrew/bgr_Footer.gif);
	background-position:left top;
	background-color: #fafafa;*/
	height:120px;
	border-top:1px solid #e8e8e8;
	margin-top:15px;
}
.FooterLtr
{
	/*background-image:url(../Images/Hebrew/bgr_Footer.gif);
	background-position:left top;
	background-color: #fafafa;*/
	height:35px;
	border-top:1px solid #e8e8e8;
}
.FooterSideMenuRtl
{
}
.FooterSideMenuLtr
{
}
.FooterText
{
    font-size:11px;
    color: #676767;
    font-weight:normal;
    text-decoration: none;
	
}
.FooterText:hover
{
    color:#000;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:11px;
    color: #676767;
    font-weight:normal;
    text-decoration: none;
	
}



/*---- Side Menu ----*/

.SideMenuBgRtl
{
	/*background-image:url(../Images/hebrew/bgr_SideMenu.gif);
	background-repeat:no-repeat;
	background-position:right;*/
}
.SideMenuBgLtr
{
	/*background-image:url(../Images/english/bgr_SideMenu.gif);
	background-repeat:no-repeat;*/	
}
.SideMenuTableRtl
{
	background-image:url(../Images/hebrew/bgr_SideMenu.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:25px;
	padding-top:10px;
}
.SideMenuTableLtr
{
}
.SideMenuDividerRtl
{
	background-image:url(../Images/Hebrew/divider.gif);
	height:2px;
}
.SideMenuDividerLtr
{
    background-image:url(../Images/English/divider.gif);
	height:2px;
}
.SideMenuItemRtl
{
    cursor: hand;
	/*background-color:#dddddd;
	background-image:url(/images/hebrew/bgr_SideMenu.gif);*/
}
.SideMenuItemLtr
{
    cursor: hand;
	/*background-color:#dddddd;
	background-image:url(/images/english/bgr_SideMenu.gif);*/
}
.SideMenuLinkRtl, A.SideMenuLinkRtl:Link, A.SideMenuLinkRtl:Visited, A.SideMenuLinkRtl:Hover 
{
    font-size:14px;
    color: #484848;
    font-weight : bold;
    text-decoration: none;
}
.SideMenuLinkLtr, A.SideMenuLinkLtr:Link, A.SideMenuLinkLtr:Visited, A.SideMenuLinkLtr:Hover  
{
    font-size:13px;
    color: #484848;
    font-weight : bold;
    text-decoration: none;
}
.SideMenuSubSectionBgrRtl
{
	/*background-color:#f2f2f2;
	background-image:url(/images/hebrew/bgr_SideSubMenu.gif);*/
}
.SideMenuSubSectionBgrLtr
{
	/*background-color:#f2f2f2;
	background-image:url(/images/english/bgr_SideSubMenu.gif);*/
}
.SideMenuSubBgrRtl
{
}
.SideMenuSubBgrLtr
{
}
.SideMenuSubItemRtl
{
    cursor: hand;
}
.SideMenuSubItemLtr
{
    cursor: hand;
}
.SideMenuSubDividerRtl
{
   	background-image:url(../Images/Hebrew/divider.gif);
	height:2px;
}
.SideMenuSubDividerLtr
{
   	background-image:url(../Images/English/divider.gif);
	height:2px;
}
.SideMenuSubLinkRtl, A.SideMenuSubLinkRtl:Link, A.SideMenuSubLinkRtl:Visited
{
    font-size:12px;
    color: #484848;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubLinkRtl:Hover 
{
    font-size:12px;
    color: #606060;
    font-weight : bold;
    text-decoration:none;
}
.SideMenuSubLinkRtl_On, A.SideMenuSubLinkRtl_On:Link, A.SideMenuSubLinkRtl_On:Visited, A.SideMenuSubLinkRtl_On:Hover
{
    font-size:12px;
    color: #484848;
    font-weight : bold;
    text-decoration:underline;
}

.SideMenuSubLinkLtr, A.SideMenuSubLinkLtr:Link, A.SideMenuSubLinkLtr:Visited
{
    font-size:11px;
    color: #5f5f5f;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubLinkLtr:Hover 
{
    font-size:11px;
    color: #000033;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubItem
{
    cursor: hand;
}
.SideMenuSubSubLinkRtl, A.SideMenuSubSubLinkRtl:Link, A.SideMenuSubSubLinkRtl:Visited
{
    font-size:11px;
    color: #000033;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkRtl:Hover  
{
    font-size:11px;
    color: #484848;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubLinkLtr, A.SideMenuSubSubLinkLtr:Link, A.SideMenuSubSubLinkLtr:Visited 
{
    font-size:11px;
    color: #000033;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkLtr:Hover  
{
    font-size:11px;
    color: #484848;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubDividerRtl
{
    background-image:url(../Images/Hebrew/divider.gif);
	height:2px;
}
.SideMenuSubSubDividerLtr
{
    background-image:url(../Images/English/divider.gif);
	height:2px;
}
.SideMenuSubSubBgrRtl
{
	/*background-color:#fcfcfc;
	background-image:url(/images/hebrew/bgr_SideSubSubMenu.gif);*/
}
.SideMenuSubSubBgrLtr
{
	/*background-color:#fcfcfc;
	background-image:url(/images/english/bgr_SideSubSubMenu.gif);*/
}
.SideBannersRtl
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}
.SideBannersLtr
{
    border: 0px solid #FF6600;
    border-collapse: collapse;
}



/*---- Top Menu ----*/

.TopMenuTableRtl
{
	/*background-color:#ffffff;
	background-image:url(../Images/Hebrew/bgr_TopMenu.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
}
.TopMenuTableLtr
{
	/*background-color:#ffffff;
	background-image:url(../Images/english/bgr_TopMenu.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
	
}

/*---- Drop Down Menu Side Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    width: 100%;
    height: 100%;
    display: block;
    font-size:11px;
    color: #7B7366;
    font-weight:normal;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
    background-color: #D4EEFF;
}
.DropDownMenuItem
{
    border-bottom: #E5E5E5 1px solid;
    font-size:11px;
    color: #7B7366;
    font-weight:normal;
    text-decoration: none;
}
.DropDownMenu
{
    position: absolute;
    line-height: 24px;
    z-index: 999;
}
.DropDownMenuTable
{
    background-color: #ffffff;
    border-right: #E5E5E5 1px solid;
    border-top: #E5E5E5 1px solid;
    border-left: #E5E5E5 1px solid;
}



/*---- Site Map ----*/
A.SiteMapLink:Link, A.SiteMapLink:Visited
{
	color: #000033;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
}
A.SiteMapLink:Hover
{
	color: #000033;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}


/*---- Shopping Cart ----*/
.CartTable
{
    background-color: #FFFFFF;
}
.CartTableHeaderRtl
{
    font-size: 12px;
    color: #ffffff;
    background-color: #606060;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableHeaderLtr
{
    font-size: 12px;
    color: #ffffff;
    background-color: #606060;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #f3f3f3;
}
.CartTableRow2
{
    background-color: #e7e7e7;
}
.CartTableText
{
    font-size: 12px;
    color: #000033;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #606060;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.ShoppingCartStateRtl
{
   /* background-image:url(/images/hebrew/bgr_store.gif);*/
    background-color:#2D73C9;
}
.ShoppingCartStateLtr
{
   /* background-image:url(/images/english/bgr_store.gif);*/
    background-color:#2D73C9;
}
.ShoppingCartStateText
{
    font-size:11px;
    color: #FFFFFF;
    font-weight : bold;
    text-decoration: none;
}


/*---- Store Login ----*/
.LoginDivider
{
    background-color: #bbbbbb;
}

/*---- Print ----*/
.PrintBody
{
    background-color: #FFFFFF;
}
.PrintTable
{
    background-color: #000000;
    padding: 5px;
}
.PrintText
{
    font-size:11px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : normal;
}
.PrintHeader
{
    font-size:11px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : bold;
}

/*---- Forum ----*/
.ForumHeaderRow
{
	background-color: #f2fcff;
}
.ForumColumnTitle
{
	font-size: 11px;
	color: #cc0000;
	font-weight: bold;
}
A.ForumMessageTitle:Link, A.ForumMessageTitle:Visited, A.ForumMessageTitle:Hover
{
    font-size:11px;
    color: #6d6d70;
    font-weight : bold;
}
A.ForumLink:Link, A.ForumLink:Visited, A.ForumLink:Hover
{
    font-size:11px;
    color: #000000;
    font-weight : normal;
}
A.ForumTextLink:Link, A.ForumTextLink:Visited, A.ForumTextLink:Hover
{
    font-size:11px;
    font-weight : normal;
    text-decoration: underline;
}
.ForumRow1
{
	background-color: #C7E0EA;
	height: 25px;
}
.ForumRow2
{
	background-color: #E8F2F7;
	height: 25px;
}
.ForumDivider
{
	background-color: #bbbbbb;
}
.ForumSubDivider
{
	background-color: #bbbbbb;
}
.ForumLinksRow
{
	background-color: #f2fcff;
	height: 25px;
}
ForumPagerLinkSelected, A.ForumPagerLinkSelected:Link, A.ForumPagerLinkSelected:Visited, A.ForumPagerLinkSelected:Hover 
{
    color: #000000;
    font-size:11px;
    font-weight : bold;
    text-decoration: none;
}
A.ForumPagerLink:Link, A.ForumPagerLink:Visited, A.ForumPagerLink:Hover 
{
    color: #000000;
    font-size:11px;
    font-weight : normal;
    text-decoration: none;
}

.Hidden
{
	display: none;
}
.Remark
{
	color: #000000;
	font-size:11px;
}

/*---- Agents ----*/
.AgentsLoginTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginTitleLtr
{
	background-image: url(/images/english/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginCenterLtr
{
	background-image: url(/images/english/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsLoginBottomLtr
{
	background-image: url(/images/english/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerTitleLtr
{
	background-image: url(/images/english/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerCenterLtr
{
	background-image: url(/images/english/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerBottomLtr
{
	background-image: url(/images/english/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsPageTitleRtl
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 16px;
}
.AgentsPageTitleLtr
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 16px;
}
.AgentsSubTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #3333ff;
}
.Box1
{
	background-color: #FFFFFF;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader1
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c77a2;
}
.Box2
{
	background-color: #FFFFFF;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader2
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c9dd9;
}

/*---- Movie Catalog ----*/
.MovieCategoriesBoxRtl
{
	vertical-align:top;
}
.MovieCategoriesBoxLtr
{
	vertical-align:top;
}
.MovieCategoriesTitleRtl
{
	height: 39px;
	background-image: url(/images/hebrew/bgr_MovieCategoryListTitle.gif);
	padding-right: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoriesTitleLtr
{
	height: 39px;
	background-image: url(/images/english/bgr_MovieCategoryListTitle.gif);
	padding-left: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryLinkRtl
{
	padding-right:5px;
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryLinkLtr
{
	padding-left:5px;
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryIconRtl
{
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.MovieCategoryIconLtr
{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.MovieCategoriesMiddleRtl
{
	background-image: url(/images/hebrew/bgr_MovieCategoryListCenter.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}
.MovieCategoriesMiddleLtr
{
	background-image: url(/images/english/bgr_MovieCategoryListCenter.gif);
	background-repeat:repeat-y;
	padding-top:10px;
	padding-bottom:10px;
}
.MovieCategoriesBottomRtl
{
	 background-image: url(/images/hebrew/bgr_MovieCategoryListBottom.gif);
	 background-repeat: no-repeat;
	 height: 30px;
}
.MovieCategoriesBottomLtr
{
	 background-image: url(/images/english/bgr_MovieCategoryListBottom.gif);
	 background-repeat: no-repeat;
	 height: 30px;
}
.MovieIndexRtl
{
	/*padding:4px;*/
}
.MovieIndexLtr
{
	/*padding:4px;*/
}
.MovieBoxTitleCenterRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleCenter.gif);
	 height: 16px;
	 padding-right: 10px;
	 padding-left: 10px;
	 vertical-align:middle;
}
.MovieBoxTitleCenterLtr
{
	 background-image: url(/images/english/MovieBoxTitleCenter.gif);
	 height: 16px;
	 padding-right: 10px;
	 padding-left: 10px;
	 vertical-align:middle;
}
.MovieBoxTitleFirstSideRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleFirstSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleFirstSideLtr
{
	 background-image: url(/images/english/MovieBoxTitleFirstSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleSecondSideRtl
{
	 background-image: url(/images/hebrew/MovieBoxTitleSecondSide.gif);
	 width:14px;
	 height:26px;
}
.MovieBoxTitleSecondSideLtr
{
	 background-image: url(/images/english/MovieBoxTitleSecondSide.gif);
	 width:14px;
	 height:26px;
}
A.MovieBoxTitleLink
{
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.MovieBoxText
{
	font-size: 11px;
	color: #0066ff;
}
.HeaderVideoCenterRtl
{
	background-image: url(/images/hebrew/bgr_HeaderVideoCenter.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.HeaderVideoCenterLtr
{
	background-image: url(/images/english/bgr_HeaderVideoCenter.gif);
	background-repeat: repeat-x;
	font-size: 13px;
	font-weight: bold;
	color: #0066ff;
}
.VideoTableRtl
{
	 width: 436px;
}
.VideoTableLtr
{
	 width: 436px;
}
.VideoTopCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopRtl
{
	 background-image: url(/images/hebrew/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 316px;
	 height: 58px;
}
.VideoTopLtr
{
	 background-image: url(/images/english/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 316px;
	 height: 58px;
}
.VideoTopCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoTopCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 58px;
	 height: 58px;
}
.VideoMiddleFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleFirstSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleFirstSideLtr
{
	 background-image: url(/images/english/VideoMiddleFirstSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleLtr
{
	 height: 239px;
}
.VideoMiddleRtl
{
	 height: 239px;
}
.VideoMiddleOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleOppositeSide.gif);
	 background-repeat: repeat-y;
}
.VideoMiddleOppositeSideLtr
{
	 background-image: url(/images/english/VideoMiddleOppositeSide.gif);
	 background-repeat: repeat-y;
}
.VideoBottomCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 37px;
}
.VideoBottomCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 37px;
}
.VideoBottomRtl
{
	 background-image: url(/images/hebrew/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 58px;
}
.VideoBottomLtr
{
	 background-image: url(/images/english/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 58px;
}
.VideoBottomCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 58px;
}
.VideoBottomCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 58px;
}
.RateMovieRtl
{
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #0066ff;
}
.RateMovieLtr
{
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 11px;
	color: #0066ff;
}
.RatingTextBold
{
	font-size: 11px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCommentsTableRtl
{
	padding:3px;
}
.MovieCommentsTableLtr
{
	padding:3px;
}
.MovieCommentsTitleRtl
{
    width:400px;
    height:32px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/hebrew/bgr_ResponseTitle.gif);
}
.MovieCommentsTitleLtr
{
    width:400px;
    height:32px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/english/bgr_ResponseTitle.gif);
}
.MovieCommentsText
{
	font-size: 11px;
	color: #000033;
	padding: 3px;
}
.MovieCommentsText2
{
	font-size: 11px;
	color: #6e6f70;
	padding: 3px;
}
.MovieCommentsDividerRtl
{
    background-color:#bbbbbb;
	height:1px;
}
.MovieCommentsDividerLtr
{
    background-color:#bbbbbb;
	height:1px;
}
.AddMovieRtl
{
	padding-top:10px;
	background-image:url(../images/hebrew/addVideo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	text-align:center;
	cursor:hand;
}
.AddMovieLtr
{
	padding-top:10px;
	background-image:url(../images/english/addVideo.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:36px;
	text-align:center;
	cursor:hand;
}
.AddMovieLinkRtl, a.AddMovieLinkRtl:Link, a.AddMovieLinkRtl:Visited, a.AddMovieLinkRtl:Hover
{
	width:100%;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.AddMovieLinkLtr, a.AddMovieLinkLtr:Link, a.AddMovieLinkLtr:Visited, a.AddMovieLinkLtr:Hover
{
	width:100%;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/*---- Events ----*/
.EventDetailsRtl
{
}
.EventDetailsLtr
{
}
.EventDetailsTopRtl
{
}
.EventDetailsTopLtr
{
}
.EventsTableHeaderRow
{
	background-color: #cc0000;
	height: 25px;
}
.EventsTableHeader
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}
.ComingEventsTableRtl
{
	width: 100%;
}
.ComingEventsTableLtr
{
	width: 100%;
}
.ComingEventsRow
{
	background-color: #f2fcfe;
	padding: 5px;
}
.ComingEventsDivider
{
	height: 1px;
	background-color: #bbbbbb;
}
.TodaysEventsTableRtl
{
	width: 300px;
}
.TodaysEventsTableLtr
{
	width: 300px;
}
.TodaysEventsRow
{
	padding: 5px;
}
.TodaysEventsDivider
{
	height: 1px;
	background-color: #bbbbbb;
}
.EventTitle, A.EventTitle:Link, A.EventTitle:Visited, A.EventTitle:Hover
{
	font-size: 11px;
	font-weight: bold;
	color: #cc0000;
}
.Calendar
{
	border: 0px solid #FFFFFF;
	border-bottom: #cc0000 1px solid;
	width:131px;
}
.CalendarTitle
{
	background-color:#cc0000;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	height:24px;
	width:131px;
}
.DayHeader
{
	font-size:11px;
	color:#cc0000;
	font-weight: normal;
}
.DayStyle, A.DayStyle:Link, A.DayStyle:Visited, A.DayStyle:Hover
{
	font-size:11px;
	color:#333333;
	font-weight: normal;
	padding:4px;
}
.EventDayStyle, A.EventDayStyle:Link, A.EventDayStyle:Visited
{
	background-color: #d2f0ff;
	
}
.NextPrevStyle, A.NextPrevStyle:Link, A.NextPrevStyle:Visited, A.NextPrevStyle:Hover
{
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
}
.SelectedDayStyle, A.SelectedDayStyle:Link, A.SelectedDayStyle:Visited, A.SelectedDayStyle:Hover
{
	font-size: 11px;
	font-weight: bold;
	color:#cc0000;
	background-color: #d2f0ff;
	border: 1px solid #cc0000;
}
.OtherMonthDayStyle, A.OtherMonthDayStyle:Link, A.OtherMonthDayStyle:Visited
{
	color: #d2f0ff;
}

/*---- Forms ----*/
.InputField 
{
    border: 1px solid #bebebe; 
	font-size:11px;
	background-color:#ffffff;
	color:#000033;
	height: 16px;
	
}
.CheckBox
{
    border: 0px; 
	font-size:11px;
	background-color:#ffffff;
	color:#000033;
}
.FormTable
{
	border: 1px solid #d2f0ff;
}
.FormInputName
{
    font-size:11px;
    color: #000033;
    font-weight : bold;
	padding-left: 16px;
	padding-right: 16px;
}
.FormDescripxion
{
    font-size:11px;
    color: #333333;
	padding-left: 16px;
	padding-right: 16px;
}
.FormSubTitleRtl
{
	font-size: 11px;
	font-weight: bold;
	color:#cc0000;
	background-color: #d2f0ff;
	padding-right: 16px;
	height:25px;
}
.FormSubTitleLtr
{
	font-size: 11px;
	font-weight: bold;
	color:#cc0000;
	background-color: #d2f0ff;
	padding-left: 16px;
	height:25px;
}
.FormButton 
{
    border-style: solid;
    border-width:0;
	background-color:#cc0000;
	font-size:11px;
	font-weight : bold;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
.Comments
{
    font-size:11px;
    color: #333333;
    font-style:italic;
}


/*---- Survey -----*/
.SurveyResultRow
{
	border: 1px solid #000000;
}
.SurveyResultsColor
{
	background-color: #ff9933;
}
.OuterSurveyBoxRtl
{
	background-image:url(../Images/Hebrew/bgr_Survey.gif);
	width:187px;
	height:92px;
	vertical-align:top;
	background-repeat:no-repeat;
}
.OuterSurveyBoxLtr
{
	background-image:url(../Images/English/bgr_Survey.gif);
	width:187px;
	height:92px;
	vertical-align:top;
	background-repeat:no-repeat;
}
.InnerSurveyBoxRtl
{
	padding:5px;
}
.InnerSurveyBoxLtr
{
	padding:5px;
}
.SurveyTopRtl
{
	height:1px;
}
.SurveyTopLtr
{
	height:1px;
}
.SurveyTitleRtl
{
	font-size:11px;
	color:#2F3748;
	font-weight: bold;
}
.SurveyTitleLtr
{
	font-size:11px;
	color:#2F3748;
	font-weight: bold;
}
.SurveyMiddleRtl
{
	padding-right:50px;
}
.SurveyMiddleLtr
{
	padding-left:50px;
}
.SurveyBottomRtl
{
}
.SurveyBottomLtr
{
}
.SurveyAnswer
{
	font-size:11px;
	color:#2F3748;
	font-weight:bold;
	padding-right:3px;
	padding-left:3px;
}
.SurveyBottomRtl
{
	height:1px;
}
.SurveyBottomLtr
{
	height:1px;
}


/*------ List -----*/
.ListSideTdRtl
{
	display:none;
}
.ListItemBoxRtl
{
	border: 1px solid #DDDDDD;
	
}
.ListItemBoxLtr
{
	border: 1px solid #DDDDDD;
}
.ListItemSingleBoxRtl
{
	border-bottom: 1px solid #bbbbbb;
}
.ListItemSingleBoxLtr
{
	border-bottom: 1px solid #bbbbbb;
}
.ListItemTitleRtl
{
    font-size:14px;
    color: #ffffff;
    font-weight :bold;
    text-decoration: none;
	height:25px;
	background-color:#606060;
	padding-right: 10px;
}
.ListItemTitleLtr
{
    font-size:11px;
    color: #5d9f21;
    font-weight :bold;
    text-decoration: none;
}
.ListItemTitleTextRtl, A.ListItemTitleTextRtl:Link, A.ListItemTitleTextRtl:Visited
{
    font-size:14px;
    color: #515151;
    font-weight :bold;
    text-decoration: none;
}
.ListItemTitleTextLtr, A.ListItemTitleTextLtr:Link, A.ListItemTitleTextLtr:Visited
{
    font-size:14px;
    color: #515151;
    font-weight :bold;
    text-decoration: none;
}
A.ListItemDetailsLink:Link, A.ListItemDetailsLink:Visited
{
	color: #000033;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
}
A.ListItemDetailsLink:Hover
{
	color: #000033;
	font-size:11px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ListItemSmallLink:Link, A.ListItemSmallLink:Visited
{
	color: #7b7366;
	font-size:11px; 
	text-decoration:underline;
	font-weight:bold;
}
 A.ListItemSmallLink:Hover{
     color:#cc0001;
 }
.ListDivider
{
	background-color: #bbbbbb;
}
.LASCategoryTitleLink
{
	color: #878787;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
}
.LASCategoryTitle
{
	padding-top: 10px;	
}
.ListSmallPicTdRtl
{
	vertical-align:top;
	padding-top:15px;
}
.Format1 .ListSmallPicTdRtl
{
	vertical-align:top;
	padding:0px;
}
.Format1 .s1ListItemTitleRtl
{
	padding-bottom:10px;
}

/*---------- List different color  ----------------*/

.s1ListItemTitleLinkRtl
{
	color: #878787;
	font-size:14px; 
	text-decoration:none;
	font-weight:bold;
}
.s1ListItemDetailsLink
{
	color: #878787;
	font-size:11px; 
	text-decoration:underline;
	font-weight:normal;
}
.s2ListItemTitleLinkRtl
{
	color: #878787;
	font-size:14px; 
	text-decoration:none;
	font-weight:bold;
}
.s2ListItemDetailsLink
{
	color: #878787;
	font-size:11px; 
	text-decoration:underline;
	font-weight:normal;
}
.s3ListItemTitleRtl
{
    font-size:14px;
    color: #ffffff;
    font-weight :bold;
    text-decoration: none;
	height:25px;
	background-color:#606060;
	padding-right: 10px;
}
.s3ListItemTitleLinkRtl
{
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
	padding-right: 5px;
}
.s3ListItemSingleBoxRtl .ListSmallPicTdRtl
{
	vertical-align:top;
	padding-top:0px;
}
.s3ListItemSingleBoxRtl
{
	padding-bottom:5px;
}
/*---------- List Home Page ----------------*/
.HomeListItemBoxRtl
{
	border: 1px solid #DDDDDD;
}
.HomeListItemBoxLtr
{
	border: 1px solid #DDDDDD;
}
.HomeListItemSingleBoxRtl
{
	background-image:url(../Images/Hebrew/bgr_ListItemSingleBox.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding-left:10px;
	padding-right:10px;
}
.HomeListItemSingleBoxLtr
{
	background-image:url(../Images/English/bgr_ListItemSingleBox.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding-left:10px;
	padding-right:10px;
}
.HomeListItemTitleRtl
{
	height:30px;
}
.HomeListItemTitleLtr
{
	height:30px;
}
.HomeListItemTitleTextRtl, A.HomeListItemTitleTextRtl:Link, A.HomeListItemTitleTextRtl:Visited
{
    font-size:11px;
    color: #A4171B;
    font-weight :bold;
    text-decoration: none;
	
}
.HomeListItemTitleTextLtr, A.HomeListItemTitleTextLtr:Link, A.HomeListItemTitleTextLtr:Visited
{
    font-size:11px;
    color: #A4171B;
    font-weight :bold;
    text-decoration: none;
}
A.HomeListItemDetailsLink:Link, A.HomeListItemDetailsLink:Visited, A.HomeListItemDetailsLink:Hover
{
	color: #454545;
	font-size:11px; 
	text-decoration: none;
	font-weight:normal;
}
A.HomeListItemSmallLink:Link, A.HomeListItemSmallLink:Visited, A.HomeListItemSmallLink:Hover
{
	color: #A4171B;
	font-size:11px; 
	text-decoration:none;
	font-weight:bold;
}
.HomeListDivider
{
	background-color: #bbbbbb;
}
/*---------- List Home Page ----------------*/
/*------ Text Box -----*/
.TextBoxRtl
{
	border: 1px solid #add0f1;
}
.TextBoxLtr
{
	border: 1px solid #add0f1;
}
.TextBoxTitleRtl
{
	color: #000033;
	font-size:11px;
	padding:3px;
}
.TextBoxTitleLtr
{
	color: #000033;
	font-size:11px; 
	padding:3px;
}
.TextBoxLinkRtl
{
	color: #000033;
	font-size:11px; 
}
.TextBoxLinkLtr
{
	color: #000033;
	font-size:11px; 
}

/*------ Contact Details Box -----*/
.ContactDetailsTitleRtl
{
	color: #000033;
	font-size:13px; 
	font-weight: bold;
}
.ContactDetailsTitleLtr
{
	color: #000033;
	font-size:13px; 
	font-weight: bold;
}
.ContactDetailsText1
{
	color: #7b7366;
	font-size:11px; 
	font-weight: bold;
}
.ContactDetailsText2
{
	color: #7b7366;
	font-size:11px; 
}
A.ContactDetailsTextLink:Link, A.ContactDetailsTextLink:Visited
{
	color: #7b7366;
	font-size:11px; 
	text-decoration: underline;
}

/*------ News Strip -----*/
.NewsStripRtl
{
}
.NewsStripLtr
{
}
.NewsStripxext, A.NewsStripxext:Link, A.NewsStripxext:Visited
{
	color: #000033;
	font-size:11px; 
}

/*------ News Letter -----*/
.NewsLetterBodyRtl
{
	background-color: #eef0f2;
}
.NewsLetterBodyLtr
{
	background-color: #eef0f2;
}
.NewsLetterTableRtl
{
	border: 1px solid #c6ced2;
	background-color:#FFFFFF;
	padding: 0px;
}
.NewsLetterTableLtr
{
	border: 1px solid #c6ced2;
	background-color:#FFFFFF;
	padding: 0px;
}
.RemoveFromMailingListLink
{
	color: #7b7366;
	font-size:11px; 
	text-decoration: underline;
	font-weight:bold;
}

/*------ Events Scroller -----*/
.EventScrollerBoxRtl
{
}
.EventScrollerBoxLtr
{
}
.EventScrollerTitleRtl
{
	color: #000033;
	font-size:11px;
	font-weight: bold;
}
.EventScrollerTitleLtr
{
	color: #000033;
	font-size:11px;
	font-weight: bold;
}
.EventScrollerTextRtl
{
	color: #000033;
	font-size:11px; 
}
.EventScrollerTextLtr
{
	color: #000033;
	font-size:11px; 
}
.ListItemTitleLinkRtl
{
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
	padding-right: 5px;
}
.ListSmallPic
{
	border: 1px solid #bbbbbb;
}
.NewsLetterFooter
{
	height:21px;
	background-image:url(../images/hebrew/bgr_FooterNewsLetter.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/* Use this for the background of the whole window */
.BodyBgRtl
{
	/*background-image:url(../images/hebrew/bgr.gif);
	background-position:top;
	background-repeat:no-repeat;*/
	/*background-color:#ffffff;*/
	margin-top:0px;
}
.BodyBgLtr
{
	/*background-color:#ffffff;*/
}
.BodyBgInnerRtl
{
	/*background-image:url(../images/hebrew/bgr.gif);
	background-position:top;
	background-repeat:no-repeat;*/
	/*background-color:#ffffff;*/
}
.BodyBgInnerLtr
{
	background-image:url(../images/English/bgr.gif);
	background-position:top;
	background-repeat:no-repeat;
	/*background-color:#ffffff;*/
}

/* The table that contains the site */
.MainTableRtl
{
	/*background-image:url(../images/hebrew/bgr_home.gif);
	background-position:top;
	background-repeat:repeat-x;	
	background-color:#FFFFFF;*/
}
.MainTableLtr
{
	/*background-image:url(../images/English/bgr_home.gif);
	background-position:top;
	background-repeat:repeat-x;	
	background-color:#FFFFFF;*/
}
.MainTableInnerRtl
{
	/*background-color:#FFFFFF;*/
}

.MainTableInnerLtr
{
	/*background-color:#FFFFFF;*/
}

/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.HomeOuterContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* Homepage - the inner table that contains the text section */
.HomeInnerContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	/*background-color:#ffffff;
	background-image:url(../Images/Hebrew/bgr.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
	
}
.HomeInnerContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	/*background-color:#ffffff;
	background-image:url(../Images/English/bgr.jpg);
	background-repeat:no-repeat;
	background-position:top center;*/
	
}
/* Homepage - the text section */
.HomeTextTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.HomeTextTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* The outer table that contains the text section */
.OuterContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:35px;
	padding-top:10px;
}
.OuterContentTableIframeRtl
{
    padding-top:10px;
}
.OuterContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.InnerContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
}
.PopUpxable
{
	padding: 10px;
	border: 1px solid #faf8f8;
	background-color: #FFFFFF;
}
.ContactUsBoxTbl
{
	background:no-repeat url(../images/hebrew/bgr_contact.gif);
	font-size:11px;
    color: #6a6a6a;
    font-weight : bold;
    text-decoration: none;
    height:200px;
}
.ContactUsBoxTextTd
{
	padding-right: 13px;
	padding-left: 13px;

}
.ContactUsBoxTitle
{
	padding-right:15px;
	font-size:16px;
}
.ContactField
{
	padding-right:13px;
	font-size:11px;
    color: #545454;
    font-weight : normal;
    text-decoration: none;
	
}

	.ContactUsBoxSendTD
{
	padding-left:30px;
	padding-bottom: 13px;
	background:url(../images/hebrew/icon_send_contact.gif) no-repeat; 
}
.InputFieldContactBox 
{
    border: 1px solid #bebebe; 
	font-size:11px;
	background-color:#ffffff;
	color:#000033;
	height: 16px;
	width: 100px;
	
}
.ContactUsTblRtl
{
	/*margin-top:60px;*/
	background:url(../images/hebrew/bgr_contact_landing.gif) no-repeat;
	width:683px;
	height:80px;
	margin-right:7px;
}
.ContactUstdRtl
{
	padding-top:20px;
}
.ContactUsBoxTblRtl
{

}
.ContactFieldRtl
{
	font-size:11px;
    color: #ffffff;
    font-weight : normal;
    text-decoration: none;
	padding-right:15px;
}
.InputFieldContactBoxRtl
{
	width:124px;
	height:18px;
	border: 0px solid #ffffff;	
}
.ContactUsBoxSendTDRtl
{
	vertical-align:bottom;
	padding-top:18px;
}

.SimpleUL
{
	margin:0;
	padding:0;
	list-style:none;
}
.Logo
{
	height:55px;
	width:450px;
	right:0px;
	top:10px;
}
.logoIframe
{
    height:55px;
	width:450px;
	right:25px;
	top:10px;
}
.TopPannelTd
{
	height:50px;
	padding-top:20px;
	padding-left:0px;
}
.Toplink, A.Toplink:Link, A.Toplink:Visited
{
    font-size:11px;
    color: #696a6c;
    font-weight : normal;
    text-decoration: none;
}
.HomeSideTd
{
	width:230px;
	background-image:url(../Images/hebrew/bgr_HPsearch.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#E7E7E7;
}


/*** Rentals ***/

.RentalsSearchInput select
{
	width:129px;
}
.Results_GridView
{
	font-size:12px;
    color: #6a6a6a;
    font-weight : normal;
    text-decoration: none;
    width:100%;
    border:0;
	border-collapse:separate !important;
	border-color:White;
}
.Results_GridViewHeader
{
	font-size:16px;
    color: #ffffff;
    font-weight:bold;
    text-decoration: none;
	line-height:35px;
	background-color:#cc0001;
	border-color:#cc0001;
    white-space:nowrap;
}
    .Results_GridViewHeader:nth-child(2) {
        width:40px;
    }
    .Results_GridViewHeader:nth-child(4) {
        width:120px;
    }
.Results_GridViewHeader:after{
    
    content:"|";
    color:#fff;
    font-size:12px;
    float:left;
}
    .Results_GridViewHeader:last-child:after {
        content:"";
    }
A.Results_GridViewItem:Link, A.Results_GridViewItem:Visited
{
	color: #6a6a6a;	
	text-align:center;
}
A.Results_GridViewItem:hover{
    color:#cc0001;
}
A.Results_GridViewItem img{
    vertical-align:middle;
}
td.Results_GridViewItem
{
	text-align:center;
	border-bottom:1px solid #f3f3f3;
}
td.Results_GridViewItem:first-child{
    width:100px;
}
td.Results_GridViewItem:after{
    content:"|";
    color:#aaa;
    font-size:12px;
    float:left;
    display:inline-block;
    vertical-align:middle;
}
td.Results_GridViewItem:last-child:after{
    content:"";
}
.Results_GridViewRow
{
	height:50px;
	line-height:20px;
}
.SearchResultsTd
{
	background:no-repeat url(../images/hebrew/bgr_SearchResults_b.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-right:4px;
	padding-left:2px;
	/*padding-right:21px;
	padding-left:12px;*/
	padding-bottom:60px;
}

.TopLinkDivider
{
	padding-left:10px;
	padding-right:10px;
	    font-size:11px;
    color: #696a6c;
    font-weight : normal;
    text-decoration: none;
}
.pageContent
{
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	border-top:0px;/*1px solid #e7e7e7;*/
}

.TopMenuDivider
{
	width:2px;
	BACKGROUND: url(/images/hebrew/icon_top_menu.gif) no-repeat right 50%;
}
.TopMenuCell
{
	padding-right:10px;
	padding-left:10px;
}
.TopMenuTdRtl
{
	padding-right:6px;
	vertical-align:top; 
}
.TopMenuTdRtl table
{
	background-color:#E7E7E7;
	height:36px;
}
.TopMenuTdRtl h1
{
	background-color:#E7E7E7;
	height:30px;
	padding-right:10px;
	padding-top:14px;
}
.ProductHeaderTD
{
	padding-top:15px;
}
.SearchResultsHeaderTD
{
	padding-right:30px;
	padding-top:25px;
	padding-bottom:25px;
}
.ArticleSidePanelRtl
{
	padding-top:43px;	
	padding-right:20px;
	width:180px;
}
.SideContactPanelRtl
{
	padding-right:20px;
	width:220px;
}

.SideFlashMapRtl
{
	padding-top:20px;
}
.NoSearchResultsTd, A.NoSearchResultsTd:Link, A.NoSearchResultsTd:Visited
{
    font-size:12px;
    color: #6a6a6a;
    font-weight : normal;
    text-decoration: none;
}

.PrintDetails .Results_GridView
{
    width:580px;    
}
.PrintDetails .PrintHide
{
	display:none;
}
.PrintDetails .Results_GridViewHeader
{
	text-align:center;
	font-size:16px;
    color:  #6a6a6a;
    font-weight:bold;
    text-decoration: none;
	line-height:35px;
	background-color:#fff;
}
.PrintDetails  A.Results_GridViewItem:Link, A.Results_GridViewItem:Visited
{
}
.PrintDetails td.Results_GridViewItem
{

}
.PrintDetails .Results_GridViewRow
{
	line-height:30px;
}
.RentalsSearchMarketingTextTd
{
	padding-right:30px;
	padding-bottom:10px;
}
.RentalsSearchContactUsTd
{
	width:140px;
	vertical-align:bottom;
	padding-bottom:5px;
}
.HomeRentalsSearchTdHorizontal > Table
{
	float:right;
	padding-bottom:10px;
}
A.sideMenuCls:link, A.sideMenuCls:visited, A.sideMenuCls:hover
{
	color:White;
	font-size:14px;
	font-family:Tahoma;
	text-decoration:none;
}

.number
{
    position: relative;
    top: 65px;
    font-size: 25px;
    color: #6a6a6a;
    font-weight: bold;
    right:5px;
    width:200px;
}
.DestinationsHeaderStyle{
    margin:0;
    font-size:20px;
}
.bursa-div{
    display:inline-block;
    text-align:left;
    float:left;
    color:#cc0001;
    font-size:18px;
    font-weight:bold;
}
.bursa-div .red-title{
    font-size:18px !important;
}
.bursa-div a{
    background:url(/images/hebrew/bursa_btn.png) no-repeat;
    color:white;
    text-align:center;
    width:87px;
    line-height:19px;
    font-size:16px;
    display:inline-block;
    margin-right:10px;
}
.red-title{
    color:#cc0001;
    font-size:20px;
    font-weight:bold;
    line-height:24px;    
display: inline-block;
vertical-align: middle;
}
.sale-click{
    HEIGHT: 46px; 
    WIDTH: 249px;
    line-height:46px;
    color:#878787;
    font-size:24px;
}
.sale-click strong{
    display:inline-block;
    background:url(/upload/bullet_big.gif) no-repeat right;
    padding-right:18px;
}
.error-msg{
    display:none;
    color:#cc0001;
    font-size:11px;
}
.sitemap-h3,.sitemap-h2,.sitemap-h1{
    display:inline-block;
    font-size:12px;
    margin:0;
}
.side-menu-item{
     HEIGHT: 36px; 
     VERTICAL-ALIGN: middle; 
     BACKGROUND: #cc0001; 
     PADDING-BOTTOM: 0px; 
     TEXT-ALIGN: center; 
     PADDING-LEFT: 0px; 
     PADDING-RIGHT: 0px; 
     WIDTH: 229px;
}
.side-menu-item:hover {
    background:#bb0001;
}