html
{
    direction:rtl;
}
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
{
	
	color:#5a5654;
	font-weight:BOLD;
	
}
A IMG
{
	border:0px;	
}
p
{
	margin:0px;
	padding:0px;
	line-height:20px;
	color: #5a5654;
}
h1, h2
{
    font-size:20px;
    color: #c5754d;
    font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:50px;
}
/*---- General Classes ----*/
.TextToEmail, A.TextToEmail:Link, A.TextToEmail:Visited, A.TextToEmail:Hover
{
    font-size:12px;
    color: #0000ff;
    font-weight:bold;
    text-decoration: none;
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    font-size:15px;
    color: #5a5654;
    line-height:20px;
}
A.Body:Hover
{
    text-decoration: underline;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited, a.TextBold:Hover
{
    font-size:12px;
    color: #5a5654;
    font-weight : bold;
    text-decoration: none;
}
/* Page header */
.HeaderText
{
    font-size:16px;
    color: #271911;
    font-weight:bold;
}
.Header
{
    font-size:20px;
	line-height:50px;
    color: #c5754d;
    font-weight:bold;	
}
.HeaderMark
{
    font-size:30px;
	line-height:40px;
    color: #a69f83;
    font-weight:bold;
}

.HeaderHistory
{
    font-size:22px;
	line-height:40px;
    color: #5a5654;
    font-weight:bold;	
}
.HeaderRtl
{
    font-size:20px;
	line-height:50px;
    color: #c5754d;
    font-weight:bold;
}
.HeaderLtr
{
    font-size:20px;
	line-height:50px;
    color: #c5754d;
    font-weight:bold;
}
.Bullet
{
	color:#c5754d;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited
{
    font-size:14px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
	line-height:18px;
}
A.SubHeader:Hover
{
    text-decoration:underline;
}
.HeaderSeated, A.HeaderSeated:Link, A.HeaderSeated:Visited
{
    font-size:22px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
}
A.HeaderSeated:Hover
{
    text-decoration:underline;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#a1522a;
	font-size:12px;
	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:12px; 
	text-decoration:none;
	font-weight:bold;
}
A.SmallLink2:hover 
{
	color: #484848; 
	font-size:12px; 
	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:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.IconLink:hover 
{
	color: #484848; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Dividers between list items */
.Divider1
{
	background-color: #000033;
}
.Divider2
{
    background-color: #484848;
}
/* Error Message */
.ErrorMessage
{
    font-size:12px;
    color: #FF0000;
    font-weight : normal;
}
.ErrorMessageLarge
{
    font-size:13px;
    color: #FF0000;
    font-weight : normal;
}
/* Marks required fields */
.Required
{
    font-size:12px;
    color: #FF0000;
}
/* Border for tables and boxes */
.Border1
{
    border: 1px solid #faf8f8;
    border-collapse: collapse;
}
.Border2
{
    border: 1px solid #333333;
    border-collapse: collapse;
}

/*---- Gradients (Shadows) ----*/
.TopGradientRtl
{

}
.TopGradientLtr
{

}
.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/bgr_News.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:204px;
	height:190px;
}
.NewsBoxLtr
{
	background-image:url(/images/english/bgr_News.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:204px;
	height:190px;
}
.NewsTitleRtl
{ 
	font-size:18px;
    color: #ffffff;
    font-weight:bold;
	text-align:center;
	height:48px;
	/*background-image:url(/images/hebrew/bgr_NewsTitle.gif);*/
}
.NewsTitleLtr
{ 
    font-size:12px;
    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, a.NewsTextBold:Hover
{
    font-size:12px;
    color: #c5754d;
    font-weight:bold;
    text-decoration: none;
}
/*---- Member Login ----*/

.MemberLoginTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_MemberLogin.gif);*/
}
.MemberLoginTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_MemberLogin.gif);*/
}
.MemberLoginTitleRtl
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginTitleLtr
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
	background-color:#17117D;
	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:12px;
    color: #17117D;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.MemberLoginSmallText
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#CC3300;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Join News Letter ----*/

.JoinNewsLetterTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/hebrew/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_NewsLetterTable.gif);*/
}
.JoinNewsLetterTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/hebrew/bgr_NewsLetterTitle.gif);*/	
}
.JoinNewsLetterTitleLtr
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	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:12px;
    color: #494949;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.JoinNewsLetterButton 
{
    border-style: solid;
    border-width:0;
	background-color:#17117D;
	font-size:12px;
	font-weight : bold;
	color:#ffffff;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Products ----*/

.ProductBoxTop
{
	background-color:#FFFFFF;
}
.ProductBoxMiddle
{
	background-color:#FFFFFF;
}
.ProductBoxBottom
{
	background-color:#FFFFFF;
}
.ProductHeader
{
    font-size:12px;
    color: #f5863a;
    font-weight : bold;
    height: 24px;
    vertical-align: middle;
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:12px;
    color: #f5863a;
    font-weight :bold;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #000033; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #000033;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ProductsIconLink:hover 
{
	color: #484848; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
.ProductDetailsTable
{
    background-color: #333333;
}
.ProductPrice
{
	color: #ff6600;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
}
.RelatedProductsBox
{
	border: 1px solid #000033;
}
.RelatedProductsHeaderRtl
{
	color: #FFFFFF;
    background-color: #000033;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #FFFFFF;
    background-color: #000033;
	font-size:12px;
	font-weight:bold;
	padding-left: 8px;
	padding-right: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*---- Pager for the Products list/Picture gallery ----*/
.Pager
{
	color: #333333;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.PagerLink:Link, A.PagerLink:Visited
{
	color: #333333;
	font-size:12px; 
	text-decoration:none;
	font-weight:normal;
}
A.PagerLink:Hover
{
    color: #f5863a;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}


/*---- Search Box ----*/

.SearchTableRtl
{
	background-image:url(../Images/hebrew/bgr_search.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:31px;
	padding-right:410px;	
}
.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:212px;
}
.SearchButtonTdRtl
{
      padding-top:3px;
      padding-right:2px;
}
.SearchTextBoxTd
{
      padding-right:0px;
}
#SearchString
{
    border: 0px solid #5a5654; 
    font-size:12px;
    background:none;
    color:#a2a2a2;
	width:210px;
	padding-top:10px;
	padding-right:15px;
	height:26px;
}


/*---- Footer ----*/
.FooterRtl
{
	height:90px;
}
.FooterLtr
{
	height:90px;
}
.FooterSideMenuRtl
{
}
.FooterSideMenuLtr
{
}
.FooterText
{
    font-size:12px;
    color: #676767;
    font-weight:normal;
    text-decoration: none;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:12px;
    color: #676767;
    font-weight:normal;
    text-decoration: none;
}
.TblBodyTown1 .FooterRtl,
.TblBodyTown2 .FooterRtl,
.TblBodyTown3 .FooterRtl,
.TblBodyTown4 .FooterRtl,
.TblBodyTown5 .FooterRtl,
.TblBodyTown6 .FooterRtl
{
	background-image:url(../Images/hebrew/bgr_townFooter.png);
	background-repeat:repeat-x;
	padding-top:10px;
}
.townFooterLink, A.townFooterLink:Link, A.townFooterLink:Visited
{
    font-size:12px;
    color: #5a5654;
    font-weight : normal;
    text-decoration: none;
	line-height:18px;
}
A.townFooterLink:Hover
{
    text-decoration: underline;
}
/*---- Side Menu ----*/

.SideMenuBgRtl
{
	/*background-image:url(../Images/hebrew/bgr_SideMenu.gif);*/
	background-repeat:no-repeat;
	background-position:left;
	padding-right:15px;
	background-color: #CCCCCC;	
}
.SideMenuBgLtr
{
	background-image:url(../Images/english/bgr_SideMenu.gif);
	background-repeat:no-repeat;
	padding-top: 12px;
}
.SideMenuTableRtl
{
}
.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:13px;
    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: #c5754d;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubLinkRtl:Hover 
{
    font-size:12px;
    color: #000033;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubLinkLtr, A.SideMenuSubLinkLtr:Link, A.SideMenuSubLinkLtr:Visited
{
    font-size:12px;
    color: #c5754d;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubLinkLtr:Hover 
{
    font-size:12px;
    color: #000033;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubItem
{
    cursor: hand;
}
.SideMenuSubSubLinkRtl, A.SideMenuSubSubLinkRtl:Link, A.SideMenuSubSubLinkRtl:Visited
{
    font-size:12px;
    color: #000033;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkRtl:Hover  
{
    font-size:12px;
    color: #484848;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubLinkLtr, A.SideMenuSubSubLinkLtr:Link, A.SideMenuSubSubLinkLtr:Visited 
{
    font-size:12px;
    color: #000033;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkLtr:Hover  
{
    font-size:12px;
    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
{
	text-align:left;
}
.TopMenuTableLtr
{
}
.rootGroup
{
	Width:100% !important;
}

/*---- Drop Down Menu Side Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    width: 100%;
    height: 100%;
    display: block;
    font-size:12px;
    color: #7B7366;
    font-weight:normal;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
    background-color: #D4EEFF;
}
.DropDownMenuItem
{
    border-bottom: #E5E5E5 1px solid;
    font-size:12px;
    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:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.SiteMapLink:Hover
{
	color: #000033;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}


/*---- Shopping Cart ----*/
.CartTable
{
    background-color: #FFFFFF;
}
.CartTableHeaderRtl
{
    font-size: 12px;
    color: #000033;
    background-color: #bfe7ff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableHeaderLtr
{
    font-size: 12px;
    color: #000033;
    background-color: #bfe7ff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #f9f9f9;
}
.CartTableRow2
{
    background-color: #DfDfDf;
}
.CartTableText
{
    font-size: 12px;
    color: #000033;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #dcfcff;
    color: #000033;
    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:12px;
    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:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : normal;
}
.PrintHeader
{
    font-size:12px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight : bold;
}

/*---- Forum ----*/
.ForumHeaderRow
{
	background-color: #f2fcff;
}
.ForumColumnTitle
{
	font-size: 12px;
	color: #f5863a;
	font-weight: bold;
}
A.ForumMessageTitle:Link, A.ForumMessageTitle:Visited, A.ForumMessageTitle:Hover
{
    font-size:12px;
    color: #6d6d70;
    font-weight : bold;
}
A.ForumLink:Link, A.ForumLink:Visited, A.ForumLink:Hover
{
    font-size:12px;
    color: #000000;
    font-weight : normal;
}
A.ForumTextLink:Link, A.ForumTextLink:Visited, A.ForumTextLink:Hover
{
    font-size:12px;
    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:12px;
    font-weight : bold;
    text-decoration: none;
}
A.ForumPagerLink:Link, A.ForumPagerLink:Visited, A.ForumPagerLink:Hover 
{
    color: #000000;
    font-size:12px;
    font-weight : normal;
    text-decoration: none;
}

.Hidden
{
	display: none;
}
.Remark
{
	color: #000000;
	font-size:12px;
}

/*---- 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: 20px;
}
.AgentsPageTitleLtr
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
}
.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: 12px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCategoryLinkLtr
{
	padding-left:5px;
	font-size: 12px;
	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: 20px;
	 padding-right: 10px;
	 padding-left: 10px;
	 vertical-align:middle;
}
.MovieBoxTitleCenterLtr
{
	 background-image: url(/images/english/MovieBoxTitleCenter.gif);
	 height: 20px;
	 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: 320px;
	 height: 58px;
}
.VideoTopLtr
{
	 background-image: url(/images/english/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 320px;
	 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: 12px;
	color: #0066ff;
}
.RateMovieLtr
{
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 12px;
	color: #0066ff;
}
.RatingTextBold
{
	font-size: 12px;
	font-weight: bold;
	color: #0066ff;
}
.MovieCommentsTableRtl
{
	padding:3px;
}
.MovieCommentsTableLtr
{
	padding:3px;
}
.MovieCommentsTitleRtl
{
    width:400px;
    height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/hebrew/bgr_ResponseTitle.gif);
}
.MovieCommentsTitleLtr
{
    width:400px;
    height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/english/bgr_ResponseTitle.gif);
}
.MovieCommentsText
{
	font-size: 12px;
	color: #000033;
	padding: 3px;
}
.MovieCommentsText2
{
	font-size: 12px;
	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: 12px;
	color: #ffffff;
	font-weight: bold;
}
.AddMovieLinkLtr, a.AddMovieLinkLtr:Link, a.AddMovieLinkLtr:Visited, a.AddMovieLinkLtr:Hover
{
	width:100%;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

/*---- Events ----*/
.EventDetailsRtl
{
}
.EventDetailsLtr
{
}
.EventDetailsTopRtl
{
}
.EventDetailsTopLtr
{
}
.EventsTableHeaderRow
{
	background-color: #f5863a;
	height: 25px;
}
.EventsTableHeader
{
	font-size: 12px;
	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: 12px;
	font-weight: bold;
	color: #f5863a;
}
.Calendar
{
	border: 0px solid #FFFFFF;
	border-bottom: #f5863a 1px solid;
	width:131px;
}
.CalendarTitle
{
	background-color:#f5863a;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	height:24px;
	width:131px;
}
.DayHeader
{
	font-size:12px;
	color:#f5863a;
	font-weight: normal;
}
.DayStyle, A.DayStyle:Link, A.DayStyle:Visited, A.DayStyle:Hover
{
	font-size:12px;
	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: 12px;
	font-weight: bold;
	color:#FFFFFF;
}
.SelectedDayStyle, A.SelectedDayStyle:Link, A.SelectedDayStyle:Visited, A.SelectedDayStyle:Hover
{
	font-size: 12px;
	font-weight: bold;
	color:#f5863a;
	background-color: #d2f0ff;
	border: 1px solid #f5863a;
}
.OtherMonthDayStyle, A.OtherMonthDayStyle:Link, A.OtherMonthDayStyle:Visited
{
	color: #d2f0ff;
}

/*---- Forms ----*/
.InputField 
{
    border: 1px solid #bebebe; 
	font-size:12px;
	background-color:#ffffff;
	color:#000033;
	height: 16px;
	
}
.CheckBox
{
    border: 0px; 
	font-size:12px;
	background-color:#ffffff;
	color:#000033;
}
.FormTable
{
	border: 1px solid #d2f0ff;
}
.FormInputName
{
    font-size:12px;
    color: #000033;
    font-weight : bold;
	padding-left: 20px;
	padding-right: 20px;
}
.FormDescripxion
{
    font-size:12px;
    color: #333333;
	padding-left: 20px;
	padding-right: 20px;
}
.FormSubTitleRtl
{
	font-size: 12px;
	font-weight: bold;
	color:#f5863a;
	background-color: #d2f0ff;
	padding-right: 20px;
	height:25px;
}
.FormSubTitleLtr
{
	font-size: 12px;
	font-weight: bold;
	color:#f5863a;
	background-color: #d2f0ff;
	padding-left: 20px;
	height:25px;
}
.FormButton 
{
    border-style: solid;
    border-width:0;
	background-color:#f5863a;
	font-size:12px;
	font-weight : bold;
	color: #FFFFFF;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
.Comments
{
    font-size:12px;
    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:12px;
	color:#2F3748;
	font-weight: bold;
}
.SurveyTitleLtr
{
	font-size:12px;
	color:#2F3748;
	font-weight: bold;
}
.SurveyMiddleRtl
{
	padding-right:50px;
}
.SurveyMiddleLtr
{
	padding-left:50px;
}
.SurveyBottomRtl
{
}
.SurveyBottomLtr
{
}
.SurveyAnswer
{
	font-size:12px;
	color:#2F3748;
	font-weight:bold;
	padding-right:3px;
	padding-left:3px;
}
.SurveyBottomRtl
{
	height:1px;
}
.SurveyBottomLtr
{
	height:1px;
}
/*.FormatTableStyleRtl td
{
	padding-right:10px;
}
.FormatTableStyleRtl ListSmallPicTdRtl
{
	padding-right:0px !important;
}*/
/*------ List -----*/
.ListItemBoxRtl
{
}
.ListItemBoxLtr
{
}
.ListItemSingleBoxRtl
{
	padding-bottom:40px;
}
.ListItemSingleBoxLtr
{
}
.ListItemTitleRtl
{
	height:30px;
}
.ListItemTitleLtr
{
    font-size:12px;
    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:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.ListItemDetailsLink:Hover
{
	color: #000033;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ListItemSmallLink:Link, A.ListItemSmallLink:Visited, A.ListItemSmallLink:Hover
{
	color: #7b7366;
	font-size:12px; 
	text-decoration:underline;
	font-weight:bold;
}
.ListDivider
{
	background-color: #bbbbbb;
}
.LASCategoryTitleLink
{
	color: #c5754d;
	font-size:16px; 
	text-decoration:none;
	font-weight:bold;
}
.LASCategoryTitle
{
	padding-top: 10px;	
}
/*---------- List different color  ----------------*/

.s1ListItemTitleLinkRtl
{
	color: #c5754d;
	font-size:14px; 
	text-decoration:none;
	font-weight:bold;
}
.s1ListItemDetailsLink
{
	color: #c5754d;
	font-size:12px; 
	text-decoration:underline;
	font-weight:normal;
}
.s2ListItemTitleLinkRtl
{
	color: #c5754d;
	font-size:14px; 
	text-decoration:none;
	font-weight:bold;
}
.s2ListItemDetailsLink
{
	color: #c5754d;
	font-size:12px; 
	text-decoration:underline;
	font-weight:normal;
}

.s3ListItemTitleLinkRtl
{
	color: #FF3300;
	font-size:16px;
	text-decoration:underline;
	font-weight:bold;
}
.s3ListItemDetailsLink
{
	color: #FF3300;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
/*---------- 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:12px;
    color: #A4171B;
    font-weight :bold;
    text-decoration: none;
	
}
.HomeListItemTitleTextLtr, A.HomeListItemTitleTextLtr:Link, A.HomeListItemTitleTextLtr:Visited
{
    font-size:12px;
    color: #A4171B;
    font-weight :bold;
    text-decoration: none;
}
A.HomeListItemDetailsLink:Link, A.HomeListItemDetailsLink:Visited, A.HomeListItemDetailsLink:Hover
{
	color: #454545;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.HomeListItemSmallLink:Link, A.HomeListItemSmallLink:Visited, A.HomeListItemSmallLink:Hover
{
	color: #A4171B;
	font-size:12px; 
	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:12px;
	padding:3px;
}
.TextBoxTitleLtr
{
	color: #000033;
	font-size:12px; 
	padding:3px;
}
.TextBoxLinkRtl
{
	color: #000033;
	font-size:12px; 
}
.TextBoxLinkLtr
{
	color: #000033;
	font-size:12px; 
}

/*------ 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:12px; 
	font-weight: bold;
}
.ContactDetailsText2
{
	color: #7b7366;
	font-size:12px; 
}
A.ContactDetailsTextLink:Link, A.ContactDetailsTextLink:Visited
{
	color: #7b7366;
	font-size:12px; 
	text-decoration: underline;
}

/*------ News Strip -----*/
.NewsStripRtl
{
}
.NewsStripLtr
{
}
.NewsStripxext, A.NewsStripxext:Link, A.NewsStripxext:Visited
{
	color: #000033;
	font-size:12px; 
}

/*------ News Letter -----*/
.NewsLetterBodyRtl
{
	background-color: #eef0f2;
}
.NewsLetterBodyLtr
{
	background-color: #eef0f2;
}

.newsletterContainerRtl
{
	width:300px;
	float:left;
	text-align:left;
}
.NewsLetterTableRtl
{
	padding: 20px 15px;
	background-image:url(/images/hebrew/bgr_form_registrat.png);
	width:176px; 
	height:193px;
	color:#FFFFFF;
	text-align:center;
	font-size:13px;
	
}
.NewsLetterTableLtr
{
	border: 1px solid #c6ced2;
	background-color:#FFFFFF;
	padding: 0px;
}
.RemoveFromMailingListLink
{
	color: #7b7366;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
.NewletterTd
{
	vertical-align:top;
	border:solid gray 1px;
	width:120px;
	padding:0px;
	height:17px;
}

/*------ Events Scroller -----*/
.EventScrollerBoxRtl
{
}
.EventScrollerBoxLtr
{
}
.EventScrollerTitleRtl
{
	color: #000033;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTitleLtr
{
	color: #000033;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTextRtl
{
	color: #000033;
	font-size:12px; 
}
.EventScrollerTextLtr
{
	color: #000033;
	font-size:12px; 
}
.ListItemTitleLinkRtl
{
	color: #5a5654;
	font-size:14px;
	font-weight: bold;
}
.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
{
	margin-top:0px;
	background-image:url(../images/hebrew/bgr.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.BodyBgLtr
{
	margin-top:0px;
	background-image:url(../images/English/bgr.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.BodyBgInnerRtl
{
	margin-top:0px;
	background-image:url(../images/hebrew/bgr.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.BodyBgInnerLtr
{
	margin-top:0px;
	background-image:url(../images/English/bgr.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.BodyTown1
{
	margin-top:0px;
	background-image:url(../images/hebrew/bgr_Town1.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
/* The table that contains the site */
.MainTableRtl
{
}
.MainTableLtr
{
}
.MainTableInnerRtl
{
}
.MainTableInnerLtr
{
}
/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
	padding-bottom:40px;
	padding-left:0px;
	padding-right:0px;
	padding-top:40px;
}
.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
{
	height:400px;
	padding-bottom:40px;
	padding-left:0px;
	padding-right:0px;
	padding-top:40px;
}
.TblBodyTown1 .OuterContentTableRtl,
.TblBodyTown2 .OuterContentTableRtl,
.TblBodyTown3 .OuterContentTableRtl,
.TblBodyTown4 .OuterContentTableRtl,
.TblBodyTown5 .OuterContentTableRtl,
.TblBodyTown6 .OuterContentTableRtl
{
	height:400px;
	padding-bottom:40px;
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
}
.OuterContentTableLtr
{
	height:400px;/*minimal height*/
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	padding:0px;
}
.InnerContentTableLtr
{
	padding:0px;
}
.PopUpxable
{
	padding: 10px;
	border: 1px solid #faf8f8;
	background-color: #FFFFFF;
}
.ContactUsBoxTbl
{
	background:no-repeat url(../images/hebrew/bgr_contact.gif);
	font-size:12px;
    color: #5a5654;
    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:12px;
    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:12px;
	background-color:#ffffff;
	color:#000033;
	height: 16px;
	width: 100px;
	
}
.SimpleUL
{
	margin:0;
	padding:0;
	list-style:none;
}
.LogoRtl
{
	height:58px;
	top:65px;
	right:5px;
	width:387px;
}
.LogoLtr
{
	height:125px;
	width:197px;
	top:27px;
	right:0px;
}
.LogoOrigin
{
	width:220px;
	height:52px;
}
.Pager_NumberedLinks
{
	color:#000;
	margin-left:5px;
	margin-right:5px;	
	font-size:10px;
	font-size:14px;
	
}
.Pager_NumberedLinks_current
{	
	margin-left:5px;
	margin-right:5px;	
	font-size:15px;
	font-weight:bold;
	color:#000;
	
}
.LinksRow
{
	margin-top:30px;
}
/***************** Town ******************/

.LogoButtonsTd
{
	padding-top:27px;
}
.TownMap
{
	width:169px;
	height:236px;
}
.TownMapTd
{
	padding-left:33px;
	padding-right:39px;
	vertical-align:top;
}
.TownName
{
	color:#a1522a;
	font-size:60px;
}
.TownId
{
    font-size:14px;
    color: #5a5654;
    font-weight : normal;
    text-decoration: none;
	line-height:18px;
	width:278px !important;
	height:236px;
}
.TownTopNextImg
{
	/*padding-bottom:2px;*/
}
.TblBodyTown1 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder_kibbutz.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #9e921a;
}
.TblBodyTown2 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #a05129;
}
.TblBodyTown3 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder_single.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #7a6e92;
}
.TblBodyTown4 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder_urban.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #6199b4;
}
.TblBodyTown5 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder_farmer.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #c5764d;
}
.TblBodyTown6 .TownId
{
	background:url(/images/hebrew/bgr_IdBorder_moshav.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #a1522a;
}
/*.IdBorder
{
	height:7px !important;
	background:url(/images/hebrew/bgr_IdBorder.png);
	background-repeat:repeat-x;
}
*/
.IdBorder
{
	background-color:#dddcdb;
}
.IdTitle
{
	font-weight:bold;
	font-size:14px;
}
.TownTopTextLeft
{
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}
.sliderItem
{
	background:url(/images/hebrew/bgr_gallery_sliderItem.png);
	background-repeat:no-repeat;
	background-position:center;
	width:173px;
	height:119px;
	text-align:center;
	vertical-align:middle !important;
	padding-top:5px;
}
.sliderImage
{
	border:2px solid #FFFFFF !important;

}
.listSliderUL
{
	/*width:870px;*/
}
.sliderLi
{
	/*padding-right:6px;
	padding-left:6xp;
	float:left;*/
	text-align:center;
}
.sliderImgTitle, A.sliderImgTitle:Link, A.sliderImgTitle:Visited
{
    font-size:12px;
    color: #5a5654;
    font-weight:normal;
    text-decoration: none;
	white-space:normal !important;
	line-height:normal;
}
A.sliderImgTitle:Hover
{
    text-decoration:underline;
}
.sliderTitleDiv
{
	width:173px;
	text-align:center;
}
.newsletterContainer
{
	width:100%; 
	position:absolute; 
	direction:rtl;
	text-align:left;
}
.pageContent, .ListMainTdRtl
{
	padding-left:40px;
	width:595px;
	text-align:right;
}
.bottomSpacer
{
	width:40px;
}
.ListSideTdRtl
{
	width:305px;
}
.TopListText
{
	border-bottom:1px solid #c4754e;
	padding-bottom:25px;
}
.ListPic
{
	padding-left:40px;
}
/*********   psp-related-container *********/
.psp-related-container
{
	border-bottom:1px solid #cfcfcd;
	border-top:1px solid #cfcfcd;
	width:170px;
}
.psp-downloads-ul
{
	list-style-image:url(/images/hebrew/icon_psp_ul.png);
	margin:0px;
	padding:0px;
}
.psp-downloads-li
{
	margin-right:17px;
}
.psp-link, A.psp-link:Link, A.psp-link:Visited
{
    font-size:12px;
    color: #5a5654;
    font-weight:normal;
    text-decoration: none;
}
A.psp-link:Hover
{
    text-decoration:underline;
}
.imgNameTd
{
	padding-bottom:30px;
}
.townMenuContainer
{
	padding-bottom:30px;
}
.TownRecHead
{
	background:url(/images/hebrew/title_recommendation.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:300px;
	height:33px;
	padding-left:4px;
}
.TownRecLinkTd
{
	text-align:left;
}
.TownRecLink, a.TownRecLink:Link, a.TownRecLink:Visited
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
}
a.TownRecLink:Hover
{
    text-decoration:underline;
}
.RecImg
{
	border-bottom:1px solid #FFFFFF !important;
	border-top:1px solid #FFFFFF  !important;
}
.RecImgTd
{
	border-bottom:6px solid #c9b112;
	border-top:6px solid #c9b112;
	width:128px !important;
	height:125px;
	vertical-align:middle;
}
.recommendationTd
{
	padding-top:20px;
	height:145px;
	vertical-align:top;
}
.RecDetailsTd
{
	padding-right:20PX;
	vertical-align:top;
}
.storyTd
{
	padding-top:20px;
	height:145px;
	vertical-align:top;
}
.RecDetails
{
	padding-right:20px;
	width:159px !important;
	height:125px;
}
.moreLink
{
}
.TownRecHeaderTd
{
	display:none;
}
.TownStoriesHead
{
	background:url(/images/hebrew/title_more_story.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:277px;
	height:33px;
}
.TownStoriesLinkTd
{
	text-align:left;
	padding-left:4px;
	vertical-align:middle;
}
.TownStoriesLink, a.TownStoriesLink:Link, a.TownStoriesLink:Visited
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
	/*line-height:30px !important;*/
}
a.TownStoriesLink:Hover
{
    text-decoration:underline;
}
.TownStoriesHeaderTd
{
	display:none;
}
.listSliderRight
{
	padding-left:20px;
}
.listSliderLeft
{
	padding-right:20px !important;
}
.GalleryPageTitle
{
}
.galleryMidLink A
{
    font-size:14px;
    color:#5a5654;
    font-weight:normal;
    text-decoration: none;
	line-height:18px;
}
.galleryMidLink A:Hover
{
    text-decoration:underline;
}
.galleryMidLink
{
}
.ItemSidePanelTd, .moduleSide
{
	width:280px;
	padding-left:40px;
	vertical-align:top;
}
.ItemsMiddleTd, .moduleMid
{
	width:170px;
	padding-left:40px;
	padding-top:40px;
	vertical-align:top;
}
.moduleMid4, .ItemsMiddleTd
{
	margin-top:0px;
	background-image:url(../images/hebrew/title_mid_03.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.moduleMid1
{
	margin-top:0px;
	background-image:url(../images/hebrew/title_mid_01.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.moduleMid2
{
	margin-top:0px;
	background-image:url(../images/hebrew/title_mid_02.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.moduleMid3
{
	margin-top:0px;
	background-image:url(../images/hebrew/title_mid_04.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.ItemContentOuter
{
	width:620px;
	vertical-align:top;
	margin:0px;
}
.moduleMain
{
	width:410px;
	vertical-align:top;
	margin:0px;
}

.moduleMain td
{
	vertical-align:top;
}

.GalleryContentTd
{
	width:410px;
	padding-bottom:30px;
	border-bottom:1px solid #c5754d;
}
.LargePicTd
{
	padding-top:26px;
	width:410px;
}
.galleryPic
{
	width:410px;
}
.galleryLi
{
	/*padding-left:5px;*/
}
.galleryThumb
{
	width:88px;
}
.GalleryBoxTd
{
	width:33%;
	vertical-align:top;
	padding:25px 2px 0px 3px;
}
.GalleryIndexIconTd
{
	vertical-align:top;
	padding-left:5px;
	width:20px;
}
.GalleryIndexTitleTd
{
	text-align:right;
	width:105px;
}
.GalleryIndexTitleTd A
{
	font-size:12px;
    color: #5a5654;
    font-weight : normal;
    text-decoration: none;
}
.GalleryIndexTitleTd A:Hover
{
    text-decoration:underline;
}
.GalleryIndexImg
{
	width:130px;
}
.sliderTd
{
	padding:30px 0px;
}
.TownMenuTd
{
	vertical-align:top;
	padding:0px;
}
.storyNextImg, .recNextImg
{
	vertical-align:middle;
}
/******** history ********/
.historyImg
{
	width:130px;
	border-bottom:1px solid #FFFFFF !important;
	border-top:1px solid #FFFFFF !important;
}
.historyDetailsTd
{
	padding-right:10px;
	width:300px;
}
.itemContTd
{
	height:20px;
}
.itemContTd1
{
	background-image:url(../images/hebrew/btn_Cont_01.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.itemContTd2
{
	background-image:url(../images/hebrew/btn_Cont_02.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.itemContTd3
{
	background-image:url(../images/hebrew/btn_Cont_03.png);
	background-position:left top;
	background-repeat:no-repeat;
}
.historyTitleTd, .storyTitleTd, .RecTitleTd, .StoryTitleTd
{
    font-size:14px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
	
}
.storySubTitleTd
{
    font-size:12px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
}
.historyImgTd
{
	border-bottom:6px solid #c5754d;
	border-top:6px solid #c5754d;
}
.topTextItem
{
	padding-bottom:30px;
	vertical-align:top;
}
.TblBodyTown1 .topTextItem
{
	border-bottom:1px solid #7a6e92;
}
.TblBodyTown2 .topTextItem
{
	border-bottom:1px solid #6199b4;
}
.TblBodyTown3 .topTextItem
{
	border-bottom:1px solid #9e921a;
}
.TblBodyTown4 .topTextItem
{
	border-bottom:16px solid #c9b113;
}
.TblBodyTown5 .topTextItem
{
	border-bottom:1px solid #c5764d;
}
.TblBodyTown6 .topTextItem
{
	border-bottom:1px solid #a1522a;
}
.ItemLinksTd
{
	border-bottom:1px solid #cfcfcd;
	border-top:1px solid #cfcfcd;
	width:170px;
}
.HistoryPageTitleTd, .StoryPageTitleTd, .GalleryPageTitleTd, .RecPageTitleTd
{
    font-size:22px;
	line-height:40px;
    color: #5a5654;
    font-weight:bold;	
    vertical-align:top;
}
.HistoryContentTd, .StoryContentTd
{
	padding-bottom:30px;
}
.RecContentTd
{
	padding:30px 0px 50px 0px;
}
.HistoryBoxTd, .RecommendationBoxTd
{
	padding-top:25px;
}
.RecommendationBoxTd
{
	width:410px;
}
.storySpacer
{
	width:40px;
}
.StoryBoxTd
{
	width:185px;
	padding-top:25px;
	vertical-align:top;
}
.recTopTd
{
	/*padding-bottom:30px;*/
	border-bottom:1px solid #a1522a;
}
.RecInfoTitle
{
	width:100px;
	height:40px;
	border-top:1px solid #dddcdb;
}
.RecInfo
{
	height:40px;
	border-top:1px solid #dddcdb;
}
.recTopTd
{
	background:url(/images/hebrew/bgr_IdBorder_religious.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #c9b112;
}
.itemLink, A.itemLink:Link, A.itemLink:Visited, A.itemLink:Hover
{
    font-size:12px;
    color: #5a5654;
    font-weight:normal;
    text-decoration: none;
}
.indexMapTd
{
	width:280px;
	padding-left:40px;
}
.indexMainTd
{
	vertical-align:top;
}
.indexText
{
	padding-bottom:20px;
	border-bottom:1px solid #a1522a;
	text-align:right;
}
.ListShortDescTdRtl
{
	background:url(/images/hebrew/bgr_line.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
.ListItemDetailsLink img
{
	float:left;
}
.ListItemSmallLink img
{
	float:left;
}
.ListSmallPicTdRtl
{
	border-bottom:6px solid #c5754d;
	border-top:6px solid #c5754d;
}
.ListSmallPicTdRtl IMG
{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.indexDetailsTop
{
    font-size:14px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
	line-height:18px;
}
.indexItemsTd
{
	padding-top:20px;
}
.indexItemsTd table
{
	width:100%;
}
.indexinnerImgTd
{
	border-bottom:6px solid #a1522a;
	border-top:6px solid #a1522a;
}
.indexinnerImgTd IMG
{
	border-bottom:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.indexinnerDetailsTd
{
	padding-right:20px;
}
.indexItemBox
{
	/*width:255px;*/
	padding-left:40px;
	padding-bottom:40px;
}
.indexSortTd
{
	padding:10px 0px;
	border-bottom:1px solid #a1522a;
	font-size:14px;
    color:#5a5654;
    font-weight:bold;
    text-decoration: none;
}
.indexSortTd A
{
    color:#a1522a;
}
.indexDetailsTop
{
	text-align:right
}
.indexInnerDetailsTbl td
{
	text-align:right;
}
.maingalleryThumbDiv
{
	height:80px;
	overflow:hidden;
	margin-right:10px;
}
.maingalleryThumbDiv img
{
	width:90px;
	min-height:80px;
	
}
.mainGallerySliderDiv
{
	overflow:hidden;
	padding-top:11px;
	width:600px;
	height:80px;
	position:relative;
}
.galleryThumbDiv
{
	width:90px;
	height:60px;
	overflow:hidden;
}
.galleryThumbDiv img
{
	min-height:60px;
}
.galleryUL
{
	margin-top:5px !important;
	margin-right:auto !important;
	margin-left:auto !important;
}
.mainGallerySliderDiv .galleryUL
{
	margin-top:0px;
}
.BottomPic
{
	margin-top:10px;
}
.listPagerTableTop
{
	border-bottom:1px solid #cfcfcd;
	padding-bottom:5px;
}
.listPagerTableBottom
{
	border-top:1px solid #cfcfcd;
	padding-top:5px;
}

.websiteLink
{
	text-decoration:none;
}
.indexTownName
{
	text-decoration:none;
}


.mainGalleryText
{
	padding-right:20px;
}


.historyTitleTd a
{
	text-decoration:none;
}

.storyTitleTd a
{
	text-decoration:none;
}

.RecTitleTd a
{
	text-decoration:none;
}
.Credit
{
	font-size:10px;
	color:gray;
}
.CreditBody
{
	font-size:12px;
}
