BODY 
{
	scrollbar-arrow-color:#1C4480;
	scrollbar-track-color:#d0d1d3;
	scrollbar-shadow-color:#1C4480;
	scrollbar-face-color:#d0d1d3;
	scrollbar-highlight-color:#f2efde;
	scrollbar-darkshadow-color:#acaeaf;
	scrollbar-3dlight-color:#eef0f2;
	font-family:Arial, Helvetica, sans-serif;
}

A
{
	text-decoration: none;
}
p
{
	margin:0;
	line-height:14px;
}

table,form
{
	margin:0;padding:0;border-spacing:0;
}
img{border:0}
/*---- 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:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
}
A.Body:Hover
{
    color: #1C4480;
    text-decoration: underline;
}
/* Bold text */
.TextBold, a.TextBold:Link, a.TextBold:Visited, a.TextBold:Hover
{
    font-size:12px;
    color: #333333;
    font-weight : bold;
    text-decoration: none;
}
/* Page header */
.HeaderHome
{
    font-size:16px;
    color: ##8C7A37;
    font-weight:bold;
	text-align:right;
	}
.Header
{
    font-size:16px;
    color: #1C4480;
    font-weight:bold;
	text-align:right;
}
.HeaderRtl
{
    font-size:14px;
    color: #1C4480;
    font-weight:bold;
	text-align:right;
}
.HeaderLtr
{
    font-size:14px;
    color: #1C4480;
    font-weight:bold;
	text-align:right;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited, A.SubHeader:Hover
{
    font-size:12px;
    color: #1C4480;
    font-weight :bold;
    text-decoration: none;
}
.SubHeaderHome, A.SubHeaderHome:Link, A.SubHeaderHome:Visited, A.SubHeaderHome:Hover
{
    font-size:12px;
    color:#F2EFDE;
    font-weight :bold;
    text-decoration: none;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#1c4481;
	font-size:12px;
	font-weight : bold;
	color: #f2efde;
	text-align:center;
	cursor: hand;
	padding-right:6px;
	padding-left:6px;
}
/* Default link */
.SmallLink, A.SmallLink:link, A.SmallLink:visited
{
	color: #333333;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
A.SmallLink:hover 
{
	color: #1C4480; 
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #333333;
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
A.SmallLink2:hover 
{
	color: #1C4480; 
	font-size:12px; 
	text-decoration:none;
	font-weight:bold;
}
.ImageLink, A.ImageLink:link, A.ImageLink:visited
{
	color: #333333;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ImageLink:hover 
{
	color: #1C4480; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.IconLink:link, A.IconLink:visited
{
	color: #333333;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.IconLink:hover 
{
	color: #1C4480; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Dividers between list items */
.Divider1
{
	background-color: #333333;
}
.Divider2
{
    background-color: #1C4480;
}
/* 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
{
	background-image: url..(/images/hebrew/gradientTop.gif);
}
.TopGradientLtr
{
	background-image: url(../images/english/gradientTop.gif);
}
.BottomGradientRtl
{
	background-image: url(../images/hebrew/gradientBottom.gif);
	background-repeat:repeat-x;
}
.BottomGradientLtr
{
	background-image: url(../images/english/gradientBottom.gif);
}
.LeftGradientRtl
{
	background-image: url(../images/hebrew/gradientLeft.gif);
	background-repeat:repeat-y;
	background-position:right;
}
.LeftGradientLtr
{
	background-image: url(../images/english/gradientLeft.gif);
}
.RightGradientRtl
{
	background-image: url(../images/hebrew/gradientRight.gif);
	background-repeat:repeat-y;
}
.RightGradientLtr
{
	background-image: url(../images/english/gradientRight.gif);
}
.CornerBottomRightGradientRtl
{
	background-image: url(../images/hebrew/gradientCornerBottomRight.gif);
	background-repeat:no-repeat;
}
.CornerBottomRightGradientLtr
{
	background-image: url(../images/english/gradientCornerBottomRight.gif);
}
.CornerBottomLeftGradientRtl
{
	background-image: url(../images/hebrew/gradientCornerBottomLeft.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-position:right top;
}
.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;*/
}
.NewsBoxLtr
{
	/*background-image:url(/images/english/bgr_News.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	width:160px;
	height:240px;
}
.NewsTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight:bold;
	text-align:right;
	padding-right:19px;
	background-image:url(/images/hebrew/bgr_NewsTitle.gif);
}
.BroadcastTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight:bold;
	text-align:right;
	padding-right:19px;
	background-image:url(/images/hebrew/bgr_BroadcastTitle.gif);
	background-repeat:no-repeat;
}
.NewsTitleLtr
{ 
    font-size:13px;
    color: #ffffff;
    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: #ffffff;
    font-weight:normal;
    text-decoration: none;
}


/*---- Member Login ----*/
.hpWindow .MemberLoginTableRtl
{
	background-image:none;
	height:105px;
	width:150px;
}
.MemberLoginTableRtl
{
   /* border: 0px solid #17117d;
	background-color:#E4E4E4; */
	background-image:url(/images/hebrew/bgr_MemberLogin.gif);
	height:213px;
	width:213px;
}
.MemberLoginTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/english/bgr_MemberLogin.gif);*/
}
.hpWindow .MemberLoginTitleRtl
{ 
    font-size:16px;
    color: #1c4481;
    font-weight : bold;
    padding:0;
    height:20px;
}
.MemberLoginTitleRtl
{ 
    font-size:16px;
    color: #1c4481;
    font-weight : bold;
	height: 70px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 30px;
	/*background-color:#17117D;
	background-image:url(/images/hebrew/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginTitleLtr
{ 
    font-size:16px;
    color: #1c4481;
    font-weight : bold;
	height: 50px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
	/*background-image:url(/images/english/bgr_MemberLoginTitle.gif);*/
}
.MemberLoginButtonTd
{
	padding-left:27px;
}
.hpWindow .MemberLoginButtonTd
{
	padding-left:3px;
}
.MemberLoginText, a.MemberLoginText:Link, a.MemberLoginText:Visited, a.MemberLoginText:Hover
{
    font-size:12px;
    color: #17117D;
    font-weight : bold;
    text-decoration: none;
	padding-right: 20px;
	padding-left: 5px;
	height:30px;
}
.hpWindow .MemberLoginText,.hpWindow  a.MemberLoginText:Link,.hpWindow  a.MemberLoginText:Visited,.hpWindow  a.MemberLoginText:Hover
{
    font-size:12px;
    color: #17117D;
    font-weight : bold;
    text-decoration: none;
	padding-right: 0px;
	padding-left: 5px;
	height:20px;
}
.hpWindow .MemberLoginSmallText
{
    font-weight : normal;
    font-size:11px;
}
.MemberLoginSmallText
{ 
    font-size:12px;
    color: #333333;
    font-weight : bold;
	vertical-align:bottom;
	
}
.MemberLoginButton 
{
    border-style: solid;
    border-width:0;
	background-color:#1c4481;
	font-size:12px;
	font-weight : bold;
	color:#f2efde;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}

.NewMemberForm
{
height:30px;
vertical-align:top;

}
/*---- 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: #f2efde;
    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: #f2efde;
    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:#f2efde;
	text-align:center;
	padding-right: 7px;
	padding-left: 7px;
	cursor: hand;
}



/*---- Products ----*/

.ProductBoxTop
{
	background-color:#f2efde;
	padding-top:20px;
}
.ProductBoxMiddle
{
	background-color:#f2efde;
}
.ProductBoxBottom
{
	background-color:#f2efde;
}
.ProductHeader
{
    font-size:14px;
    color: #1c4480;
    font-weight : bold;
    height: 24px;
    vertical-align: middle;
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:15px;
    color: #1c4481;
    font-weight :bold;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #333333; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #1c4480;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.ProductsIconLink:hover 
{
	color: #bba657; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
.ProductDetailsTable
{
    background-color: #333333;
}
.ProductPrice
{
	color: #1c4481;
	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 #333333;
}
.RelatedProductsHeaderRtl
{
	color: #f2efde;
    background-color: #333333;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #f2efde;
    background-color: #333333;
	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: #cfbf84;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
ProductCurrentPage, A.ProductCurrentPage
{
    color: #1c4480;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}


/*---- Search Box ----*/

.SearchTableRtl
{
	/*background-image:url(../Images/English/bgr_search.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
	background:none;
	padding-right:2px;
	padding-left:2px;
	height:24px;
	width: 160px;
}
.SearchTableLtr
{
	background-image:url(../Images/English/bgr_search.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-right:2px;
	padding-left:2px;
	height:24px;
	width: 145px;
	
}
.SearchTextRtl
{
    font-size:12px;
    color:#075c9f;
	font-weight:bold;
}
.SearchTextLtr
{
    font-size:12px;
    color:#075c9f;
	font-weight:bold;	
}
.SearchBoxField
{
   /* border: 1px solid #075C9F; 
    font-size:10px;
    background-color:#f2efde;
    color:#075C9F;
	width:78px;
	height:12px;*/
}
.SearchBoxFieldRtl
{
    border: 1px solid #8da1bf; 
    font-size:10px;
    background-color:#ffffff;
    color:#075C9F;
	width:97px;
	height:16px;
}
.SearchTextBoxTdRtl
{
	padding-right: 10px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

/*---- Footer ----*/

.FooterRtl
{
	height:47px;
	background-image:url(../Images/Hebrew/bgr_Footer.jpg);
	background-position:top right;
	/*background-color:#ebe4cf;*/
	border-left:solid 1px #b2b9bf
}
.InnerFooterRtl
{
	height:47px;
	background-color:#eae0c5;
	/*border-left:solid 1px #b2b9bf*/
}
.FooterLtr
{
	background-image:url(../Images/Hebrew/bgr_Footer.jpg);
	background-position:left top;
	height:47px;
}
.FooterSideMenuRtl
{
}
.FooterSideMenuLtr
{
}
.FooterText
{
    font-size:12px;
    color: #777777;
    font-weight : bold;
    text-decoration: none;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:12px;
    color: #777777;
    font-weight : bold;
    text-decoration: none;
}



/*---- Side Menu ----*/

.SideMenuBgr
{
	background-image:url(../Images/hebrew/bgr_SideMenu.gif);
	background-repeat:repeat;
	background-position:bottom right;
 background-color:#1c4480;

}
.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/SideMenuItemRtl.gif);
	background-repeat:no-repeat;
}
.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: #f2efde;
    font-weight : bold;
    text-decoration: none;
		
}
.SideMenuLinkLtr, A.SideMenuLinkLtr:Link, A.SideMenuLinkLtr:Visited, A.SideMenuLinkLtr:Hover  
{
    font-size:13px;
    color: #1C4480;
    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
{
	background-image:url(../images/hebrew/SideMenuItemRtl.gif);
	background-repeat:no-repeat;
}
.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, A.SideMenuSubLinkRtl:Hover 
{
    font-size:12px;
    color: #f2efde;;
    font-weight : bold;
    text-decoration: none;
}

.SideMenuSubLinkLtr, A.SideMenuSubLinkLtr:Link, A.SideMenuSubLinkLtr:Visited
{
    font-size:12px;
    color: #333333;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubLinkLtr:Hover 
{
    font-size:11px;
    color: #1C4480;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubItem
{
    cursor: hand;
}
.SideMenuSubSubLinkRtl, A.SideMenuSubSubLinkRtl:Link, A.SideMenuSubSubLinkRtl:Visited
{
    font-size:12px;
    color: #333333;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkRtl:Hover  
{
    font-size:11px;
    color: #1C4480;
    font-weight : bold;
    text-decoration:underline;
}
.SideMenuSubSubLinkLtr, A.SideMenuSubSubLinkLtr:Link, A.SideMenuSubSubLinkLtr:Visited 
{
    font-size:12px;
    color: #333333;
    font-weight : bold;
    text-decoration: none;
}
A.SideMenuSubSubLinkLtr:Hover  
{
    font-size:11px;
    color: #1C4480;
    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:#1c4480
}
.TopMenuTableLtr
{
}

/*---- 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: #f2efde;
    border-right: #E5E5E5 1px solid;
    border-top: #E5E5E5 1px solid;
    border-left: #E5E5E5 1px solid;
}



/*---- Site Map ----*/
A.SiteMapLink:Link, A.SiteMapLink:Visited
{
	color: #333333;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.SiteMapLink:Hover
{
	color: #333333;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}


/*---- Shopping Cart ----*/
.CartTable
{
    background-color: #f2efde;
}
.CartTableHeaderRtl
{
    font-size: 12px;
    color: #333333;
    background-color: #c8daf2;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableHeaderLtr
{
    font-size: 12px;
    color: #333333;
    background-color: #c8daf2;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #f9f9f9;
}
.CartTableRow2
{
    background-color: #ede7c3;
}
.CartTableText
{
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #c8daf2;
    color: #333333;
    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: #f2efde;
    font-weight : bold;
    text-decoration: none;
}


/*---- Store Login ----*/
.LoginDivider
{
    background-color: #bbbbbb;
}

/*---- Print ----*/
.PrintBody
{
    background-color: #f2efde;
}
.PrintTable
{
    background-color: #000000;
    padding: 5px;
}
.PrintText
{
    font-size:12px;
    color: #000000;
    background-color: #f2efde;
    font-weight : normal;
}
.PrintHeader
{
    font-size:12px;
    color: #000000;
    background-color: #f2efde;
    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: #f2efde;
	padding-right: 20px;
}
.AgentsPageTitleLtr
{
	font-size: 13px;
	font-weight: bold;
	color: #f2efde;
	padding-left: 20px;
}
.AgentsSubTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #3333ff;
}
.Box1
{
	background-color: #f2efde;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader1
{
	font-size: 13px;
	font-weight: bold;
	color: #f2efde;
	background-color: #5c77a2;
}
.Box2
{
	background-color: #f2efde;
    border: 1px solid #FF6600;
    border-collapse: collapse;
}
.TableHeader2
{
	font-size: 13px;
	font-weight: bold;
	color: #f2efde;
	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: 12px;
	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: 227px;
}
.VideoTableLtr
{
	 width: 227px;
}
.VideoTopCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 23px;
	 height: 25px;
}
.VideoTopCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 23px;
	 height: 25px;
}
.VideoTopRtl
{
	 background-image: url(/images/hebrew/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 180px;
	 height: 25px;
	 text-align:center;
	 color:#8c7a37;
	 font-weight:bold;
	 font-size:12px;
}
.VideoTopLtr
{
	 background-image: url(/images/english/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 180px;
	 height: 40px;
}
.VideoTopCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 24px;
	 height: 40px;
}
.VideoTopCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 24px;
	 height: 40px;
}
.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: 135px;
}
.VideoMiddleRtl
{
	 height: 135px;
}
.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: 36px;
	 width: 23px;
}
.VideoBottomCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 23px;
}
.VideoBottomRtl
{
	 background-image: url(/images/hebrew/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 36px;
	 width: 180px;
}
.VideoBottomLtr
{
	 background-image: url(/images/english/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 36px;
	 width: 180px;
}
.VideoBottomCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 24px;
}
.VideoBottomCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 24px;
}
.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: #f2efde;
	background-image:url(../images/hebrew/bgr_ResponseTitle.gif);
}
.MovieCommentsTitleLtr
{
    width:400px;
    height:32px;
	font-size: 12px;
	font-weight: bold;
	color: #f2efde;
	background-image:url(../images/english/bgr_ResponseTitle.gif);
}
.MovieCommentsText
{
	font-size: 12px;
	color: #333333;
	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: #f2efde;
	font-weight: bold;
}
.AddMovieLinkLtr, a.AddMovieLinkLtr:Link, a.AddMovieLinkLtr:Visited, a.AddMovieLinkLtr:Hover
{
	width:100%;
	font-size: 12px;
	color: #f2efde;
	font-weight: bold;
}

/*---- Events ----*/
.EventDetailsRtl
{
}
.EventDetailsLtr
{
}
.EventDetailsTopRtl
{
}
.EventDetailsTopLtr
{
}
.EventsTableHeaderRow
{
	background-color: #f5863a;
	height: 25px;
}
.EventsTableHeader
{
	font-size: 12px;
	color: #f2efde;
	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 #f2efde;
	border-bottom: #f5863a 1px solid;
	width:131px;
}
.CalendarTitle
{
	background-color:#f5863a;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color:#f2efde;
	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:#f2efde;
}
.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 #333333; 
	font-size:12px;
	background-color:#f2efde;
	color:#333333;
}
.CheckBox
{
    border: 0px; 
	font-size:12px;
	background-color:#f2efde;
	color:#333333;
}
.FormTable
{
	border: 1px solid #d2f0ff;
}
.FormInputName
{
    font-size:12px;
    color: #333333;
    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: #f2efde;
	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;
}


/*------ List -----*/
.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:12px;
    color: #5d9f21;
    font-weight :bold;
    text-decoration: none;
}
.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: #333333;
	font-size:12px; 
	text-decoration: none;
	font-weight:normal;
}
A.ListItemDetailsLink:Hover
{
	color: #333333;
	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;
}
/*---------- 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: #333333;
	font-size:12px;
	padding:3px;
}
.TextBoxTitleLtr
{
	color: #333333;
	font-size:12px; 
	padding:3px;
}
.TextBoxLinkRtl
{
	color: #333333;
	font-size:12px; 
}
.TextBoxLinkLtr
{
	color: #333333;
	font-size:12px; 
}

/*------ Contact Details Box -----*/
.ContactDetailsTitleRtl
{
	color: #333333;
	font-size:13px; 
	font-weight: bold;
}
.ContactDetailsTitleLtr
{
	color: #333333;
	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: #333333;
	font-size:12px; 
}

/*------ News Letter -----*/
.NewsLetterBodyRtl
{
	background-color: #eef0f2;
}
.NewsLetterBodyLtr
{
	background-color: #eef0f2;
}
.NewsLetterTableRtl
{
	border: 1px solid #c6ced2;
	background-color:#f2efde;
	padding: 0px;
}
.NewsLetterTableLtr
{
	border: 1px solid #c6ced2;
	background-color:#f2efde;
	padding: 0px;
}
.RemoveFromMailingListLink
{
	color: #7b7366;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}

/*------ Events Scroller -----*/
.EventScrollerBoxRtl
{
}
.EventScrollerBoxLtr
{
}
.EventScrollerTitleRtl
{
	color: #333333;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTitleLtr
{
	color: #333333;
	font-size:12px;
	font-weight: bold;
}
.EventScrollerTextRtl
{
	color: #333333;
	font-size:12px; 
}
.EventScrollerTextLtr
{
	color: #333333;
	font-size:12px; 
}
.ListItemTitleLinkRtl
{
	color: #0e6fe4;
	font-size:12px;
	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
{
	background-color:#ebf3f9;
}
.BodyBgLtr
{
	
}
.BodyBgInnerRtl
{
	background-color:#ebf3f9;
}
.BodyBgInnerLtr
{
	background-color:#ebf3f9;
}

/* The table that contains the site */
.MainTableRtl
{
}
.MainTableLtr
{
}

.MainTableInnerRtl
{
	background-color:#f2efde;
}
.MainTableInnerltR
{
	background-color:#f2efde;
}
/* 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:00px;
	background-color:#f2efde;
	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:#f2efde;
	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:0px;
	padding-top:0px;
	background-color:#f2efde;
}
.OuterContentTableLtr
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	background-color:#f2efde;
}
.SideMenuBgRtl
{	
	background-color:#1c4481;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	padding-bottom:0px;
	padding-left:0px;
	padding-right:20px;
	padding-top:50px;
}
.InnerContentTableLtr
{
	padding-bottom:10px;
	padding-left:20px;
	padding-right:0px;
	padding-top:30px;
}
.PopUpxable
{
	padding: 10px;
	border: 1px solid #faf8f8;
	background-color: #f2efde;
}

/* Lessons */
.LessonsListTd
{
	width: 570px;
	font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
	padding-top: 20px;
	
}

.LessonsCategoriesTreeTd
{
	font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
	padding-top: 30px;
	padding-right: 5px;
	width:140px;
	height: 600px;
	background-image:url(../Images/Hebrew/bgr_said_Lessons.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
}

.CategoriesTreeView
{
	padding-right: 5px;
	background-color:#1c4480;
	font-size:12px;
}
.CategoriesTreeView a
{
	font-size:12px !important;
}
.LessonsRabiLink, A.LessonsRabiLink:Link, A.LessonsRabiLink:Visited, A.LessonsRabiLink:Hover
{
	font-size:15px;
    color:#1c4480;
    font-weight:bold;
    text-decoration: none;
}

.LessonTitle
{
	font-size:18px;
    color: #16562a;
    font-weight : bold;
    text-decoration: none;
}

.sidraTitle
{
	font-size:18px;
    color: #800000;
    font-weight : bold;
    text-decoration: none;
}

A.LessonTitle:Link, A.LessonTitle:Visited
{
	font-size:18px;
    color: #1c4480;
    font-weight : bold;
    text-decoration:underline;
}

A.LessonTitle:Hover
{
	font-size:18px;
    color: #8c7a37;
    font-weight : bold;
    text-decoration:underline;
}

.LessonShortDesc, A.LessonShortDesc:Link, A.LessonShortDesc:Visited, A.LessonShortDesc:Hover
{
	font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
	text-align:right;
	width:450px;
	margin-bottom:5px;
}
.LessonsResourceLink, A.LessonsResourceLink:Link, A.LessonsResourceLink:Visited, A.LessonsResourceLink:Hover
{
	font-size:12px;
    color: #333333;
    font-weight:normal;
    text-decoration: none;
	text-align:right;
	height: 25px;
	float:left;
	padding-left:30px;

}
.LessonsDetailsTitle
{
	font-size:12px;
    color: #333333;
    font-weight:bold;
    text-decoration: none;
	text-align:right;
}
.CategoriesLevel
{
	white-space:normal !important;
}
#ctl00_mainContent_SidePannel_Control_ctl03_Categories_TreeViewn0Nodes td
{
	vertical-align:top !important;
	padding:0 !important;
} 
td.CategoriesLevel
{
	width:180px;
	white-space:normal;
}
.CategoriesLevel, A.CategoriesLevel:Link, A.CategoriesLevel:Visited, A.CategoriesLevel:Hover
{
	font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-decoration: none;
}

.CategoriesLeaf, A.CategoriesLeaf:Link, A.CategoriesLeaf:Visited, A.CategoriesLeaf:Hover
{
	font-size:12px;
    color: #faeede;
    font-weight:bold;
    text-decoration: none;
}

.LessonTitleTd
{
	padding-top: 10px;
		
}
.LessonsRabiTd
{
	padding-bottom: 10px;
	
}
.LessonSeperator
{
	height:30px;
	background-image:url('../images/hebrew/bgr_line.gif');
    background-repeat:repeat-x;
	background-position:center;
	width:550px;
}
#boxes 
{
    background-image:url('../images/hebrew/bgr_Home_Up.jpg');
    background-repeat:no-repeat;
    height:396px;width:610px;
    
}    
.article{
    background-image:url('../images/hebrew/bgr_Article.jpg');
    background-repeat:no-repeat;
    background-color: #f2efde; 
    text-align: right ;  
}
#articles
{
    width:610px;height:434px;
    float:right;
    background-image:url('../images/hebrew/bgr_Home_Down.jpg');
    background-repeat:no-repeat;
    background-position: right top;
    
}
.LessonsAllCat
{
	font-size:16px;
	color: #faeede;
    font-weight:bold;
    text-decoration: none;
	height:35px;	
	padding-top:5px;
	cursor:pointer;
}

.LessonIconCell
{
	font-family:calibri,verdana,arial,sans-serif;
	font-size:11px;
	width:100px;
	text-align:center;
}
.CategoriesSelected
{
	font-size:larger;
	font-weight:bold;
}
.LessonsIconSelected
{
	height:10px;
	border:solid 2px black;
}
.LessonsIconNotSelected
{
	height:10px;
	border:none;
}
.LessonPager
{
	min-height:25px;
	height:auto;
	padding-top:5px;
}
.CLFBtn 
{
	height:20px;
	padding-top: 3px;
	
}

/******VideoFull****/
.VideoFullTableRtl
{
	 width: 400px;
}
.VideoFullTableLtr
{
	 width: 400px;
}
.VideoFullTopCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerFirstSideFull.gif);
	 background-repeat: no-repeat;
	 width: 40px;
	 height: 65px;
}
.VideoFullTopCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoTopCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 width: 23px;
	 height: 25px;
}
.VideoFullTopRtl
{
	 background-image: url(/images/hebrew/VideoTopFull.gif);
	 background-repeat: no-repeat;
	 width: 320px;
	 height: 45px;
	 text-align:center;
	 color:#8c7a37;
	 font-weight:bold;
	 font-size:14px;
}
.VideoFullTopLtr
{
	 background-image: url(/images/english/VideoTop.gif);
	 background-repeat: no-repeat;
	 width: 180px;
	 height: 25px;
}
.VideoFullTopCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoTopCornerOppositeSideFull.gif);
	 background-repeat: no-repeat;
	 width: 40px;
	 height: 45px;
}
.VideoFullTopCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoTopCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 width: 24px;
	 height: 25px;
}
.VideoFullMiddleFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleFirstSideFull.gif);
	 background-repeat: repeat-y;
	 height: 239px;
	 width: 40px;
}
.VideoFullMiddleFirstSideLtr
{
	 background-image: url(/images/english/VideoMiddleFirstSide.gif);
	 background-repeat: repeat-y;
}
.VideoFullMiddleLtr
{
	 height: 135px;
}
.VideoFullMiddleRtl
{
	 height: 135px;
}
.VideoFullMiddleOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoMiddleOppositeSideFull.gif);
	 background-repeat: repeat-y;
	 height:239px;
	 width:40px;
}
.VideoFullMiddleOppositeSideLtr
{
	 background-image: url(/images/english/VideoMiddleOppositeSide.gif);
	 background-repeat: repeat-y;
}
.VideoFullBottomCornerFirstSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerFirstSideFull.gif);
	 background-repeat: no-repeat;
	 height: 63px;
	 width: 40px;
}
.VideoFullBottomCornerFirstSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerFirstSide.gif);
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 23px;
}
.VideoFullBottomRtl
{
	 background-image: url(/images/hebrew/VideoBottomFull.gif);
	 background-repeat: repeat-x;
	 height: 63px;
	 width: 320px;
	 padding-top:10px;
}
.VideoFullBottomLtr
{
	 background-image: url(/images/english/VideoBottom.gif);
	 background-repeat: repeat-x;
	 height: 36px;
	 width: 180px;
}
.VideoFullBottomCornerOppositeSideRtl
{
	 background-image: url(/images/hebrew/VideoBottomCornerOppositeSideFull.gif);
	 background-repeat: no-repeat;
	 height: 63px;
	 width: 40px;
}
.VideoFullBottomCornerOppositeSideLtr
{
	 background-image: url(/images/english/VideoBottomCornerOppositeSide.gif);
	 background-repeat: no-repeat;
	 height: 36px;
	 width: 24px;
}
.vm-Notes,.vm-Desc
{
   padding:20px; 
}
.rabiName
{
    font-size:smaller;
    color:#2f5383;
}

/* דף וידאו */
.vm-links-box
{
    width:300px;
}
.vm-link-item
{
    float:right;
    width:100px;
}
.vm-desc-row
{
	clear:both;
	font-size:10px;
}
/*** תוספות של ברק תוכנה ***/
.sidraShortDesc
{
	font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
	text-align:left;
	width:100%;
	margin-bottom:5px;
}
.JoinMemberTable
{
    line-height:25px;
}

.l-donation
{
	padding:20px;
	color:#714000;
	font-size:12px;
	font-weight:normal;
	background-image: url(/images/hebrew/bgr_donate.png);
}
.vm-rabiName
{
	color:#23549f;
}
.vm-date
{
    color:#323232;
    font-size:12px;
}
.al-box
{
    width:581px;
}
.al-box-t
{
    height:19px;
    background-image:url(/images/hebrew/box-t.gif);
    background-repeat:no-repeat;
}
.al-box-m
{
    background-image:url(/images/hebrew/box-m.gif);
    background-repeat:repeat-y;
    padding:0px 15px 15px 15px;
}
.al-box-b
{
    height:18px;
    background-image:url(/images/hebrew/box-b.gif);
    background-repeat:no-repeat;
}
.la-date
{
    font-size:12px;
    font-weight:bold;
    vertical-align:top;
}
.broadcast-rabiName
{
    color:White;
    font-weight:bold;
    font-size:10px;
}
.blueBold
{
	color:#1c4480;
	font-size:12px;
	font-weight:bold;
}
.text_12
{
	font-size:12px;
	color:Black;
}
.rootGroup
{
	width:100% !important;
}
.hp-play
{
	position:absolute;
	display:block;
	height:60px;
	width:60px;
	top:40px;
	left:65px;
}
.hp-video-box
{
	width:227px;
	height:211px;
	background-image:url(/images/hebrew/bgr_videobox_home.png);
	text-align:center;
	color:#8c7a37;
	font-size:12px;
	font-weight:bold;
}
.hp-video-box-content
{
	padding:5px 5px 5px 5px;
}
.hp-video-box-title
{
	height:50px;
	overflow:hidden;
	direction:rtl;
}
.hp-video-box-inner
{
	background-image: url("/images/hebrew/bgr_videobox_inner_home.png");
    height: 139px;
    margin: auto;
    padding-top: 4px;
    width: 188px;
}