
BODY 
{
	scrollbar-arrow-color:#B180AA;
	scrollbar-track-color:#C3CFE5;
	scrollbar-shadow-color:#B180AA;
	scrollbar-face-color:#C3CFE5;
	scrollbar-highlight-color:#B180AA;
	scrollbar-darkshadow-color:#C3CFE5;
	scrollbar-3dlight-color:#B180AA;
	font-family: Arial, sans-serif, Verdana;
}
A
{
	text-decoration: none;
}
 
 
/*---- General Classes ----*/

/* Use this for the background of the whole window */
.BodyBgRtl
{
	background-color:#FFFFFF;
	/*background-image:url(/images/bgr.jpg)*/
}
.BodyBgLtr
{
	background-color:#FFFFFF;
	/*background-image:url(/images/bgr.jpg)*/
}

/* The table that contains the site */
.MainTableRtl
{
    background-color: #FFFFFF;
    border: 0px solid #000000;
}
.MainTableLtr
{
    background-color: #FFFFFF;
    border: 0px solid #000000;
}
/* Homepage - the outer table that contains the text section */
.HomeOuterContentTableRtl
{
}
.HomeOuterContentTableLtr
{
}
/* Homepage - the inner table that contains the text section */
.HomeInnerContentTableRtl
{
}
.HomeInnerContentTableLtr
{
}
/* Homepage - the text section */
.HomeTextTableRtl
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:21px;
	padding-top:12px;
}
.HomeTextTableLtr
{
	padding-right:5px;
	padding-left:5px;
	padding-bottom:21px;
	padding-top:12px;
}
/* The outer table that contains the text section */
.OuterContentTableRtl
{
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
.OuterContentTableLtr
{
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
/* The inner table that contains the text section */
.InnerContentTableRtl
{
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
.InnerContentTableLtr
{
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
}
.PopUpTable
{
	padding: 10px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}
/* Default text */
.Body, A.Body:Link, A.Body:Visited
{
    font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
}
A.Body:Hover
{
    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 */
.Header
{
    height: 30px;
    vertical-align: middle;
    font-size:14px;
    color: #ab0835;
    font-weight : bold;
}
.HeaderText
{
    font-size:14px;
    color: #ab0835;
    font-weight : bold;
}
/* Sub header */
.SubHeader, A.SubHeader:Link, A.SubHeader:Visited, A.SubHeader:Hover
{
    font-size:12px;
    color: #ab0835;
    font-weight :bold;
    text-decoration: none;
}
/* Button */
.Button 
{
    border-style: solid;
    border-width:0;
	background-color:#01509D;
	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: #333333;
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
A.SmallLink:hover 
{
	color: #6798CA; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:normal;
}
/* Another link */
A.SmallLink2:link, A.SmallLink2:visited
{
	color: #ab0835;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
A.SmallLink2:hover 
{
	color: #FF9200; 
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}
.ImageLink
{
    text-decoration: none;
}
/* Dividers between list items */
.Divider1
{
	background-color: #d0f4f8;
}
.Divider2
{
    background-color: #d0f4f8;
}
/* Form input */
.InputField 
{
    border: 1px solid #333333; 
	font-size:12px;
	background-color:#ffffff;
	color:#333333;
}
.CheckBox
{
    border: 0px; 
	font-size:12px;
	background-color:#ffffff;
	color:#333333;
}
/* Small link next to icons (like print, send etc) */
A.IconLink:link, A.IconLink:visited
{
	color: #ab0835;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
A.IconLink:hover 
{
	color: #FF9200; 
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
/* 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 #ab0835;
    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);
}
.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
{
	background-color:#333333;
}



/*---- News ----*/

.NewsBoxRtl
{
    border: 0px solid #ab0835;
    border-collapse: collapse;
	background-image:url(../images/english/bgrNews.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.NewsBoxLtr
{
    border: 0px solid #ab0835;
    border-collapse: collapse;
	background-image:url(../images/english/bgrNews.gif);
		background-repeat:no-repeat;
	background-position:bottom;
}
.NewsTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-image:url(/images/hebrew/bgrNewsTitle.gif);
}
.NewsTitleLtr
{ 
    font-size:12px;
    color: #333333;
    font-weight : bold;
	background-image:url(/images/english/bgrNewsTitle.gif);
	height:26px;
}
.NewsTextBold, a.NewsTextBold:Link, a.NewsTextBold:Visited, a.NewsTextBold:Hover
{
    font-size:12px;
    color: #333333;
    font-weight : bold;
    text-decoration: none;
}


/*---- Member Login ----*/

.MemberLoginTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/bgrMemberLogin.gif);*/
}
.MemberLoginTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/bgrMemberLogin.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/bgrMemberLoginTitle.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/bgrMemberLoginTitle.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:11px;
    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;
}



/*---- News Letter ----*/

.NewsLetterTableRtl
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/bgrNewsLetterTable.gif);*/
}
.NewsLetterTableLtr
{
    border: 0px solid #17117d;
	background-color:#E4E4E4; 
	/*background-image:url(/images/bgrNewsLetterTable.gif);*/
}
.NewsLetterTitleRtl
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/bgrNewsLetterTitle.gif);*/	
}
.NewsLetterTitleLtr
{ 
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
	background-color:#17117D;
	height: 23px;
	padding-right: 10px;
	padding-left: 10px;
	/*background-image:url(/images/bgrNewsLetterTitle.gif);*/	
}
.NewsLetterText, a.NewsLetterText:Link, a.NewsLetterText:Visited, a.NewsLetterText:Hover
{
    font-size:12px;
    color: #494949;
    font-weight : bold;
    text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.NewsLetterButton 
{
    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: #ab0835;
    font-weight : bold;
    height: 24px;
    vertical-align: middle;
}
.ProductHeaderIndex, A.ProductHeaderIndex:Link, A.ProductHeaderIndex:Visited, A.ProductHeaderIndex:Hover
{
    font-size:12px;
    color: #ab0835;
    font-weight :bold;
    text-decoration: none;
}
.ProductPicBorder
{
    border: 0px solid #333333; 
}
A.ProductsIconLink:link, A.ProductsIconLink:visited
{
	color: #ab0835;
	font-size:12px; 
	text-decoration: none;
	font-weight:bold;
}
A.ProductsIconLink:hover 
{
	color: #FF9200;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.ProductDetailsTable
{
    background-color: #FFDDCC;
}
.ProductPrice
{
	color: #FF9200;
	font-size:12px;
	text-decoration: none;
	font-weight:bold;
}
.ProductSalePrice
{
    color: #ff3333;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.RelatedProductsBox
{
	border: 1px solid #333333;
}
.RelatedProductsHeaderRtl
{
	color: #FFFFFF;
    background-color: #333333;
	font-size:12px;
	font-weight:bold;
	padding-left: 25px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.RelatedProductsHeaderLtr
{
	color: #FFFFFF;
    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
{
}
A.PagerLink:Link, A.PagerLink:Visited, A.PagerLink:Hover 
{
	color: #333333;
	font-size:12px; 
	text-decoration: underline;
	font-weight:bold;
}



/*---- Search Box ----*/

.SearchTableRtl
{
   /* background-image: url(/images/hebrew/bgr_search.gif);*/
	background-color:#2D73C9;
}
.SearchTableLtr
{
   /* background-image: url(/images/english/bgr_search.gif);*/
	background-color:#2D73C9;
}
.SearchText
{
    font-size:12px;
    color:#FFFFFF;
}
.SearchBoxField
{
    border: 1px solid #333333; 
    font-size:12px;
    background-color:#FFFFFF;
    color:#333333;
}



/*---- Footer ----*/

.FooterRtl
{
}
.FooterLtr
{
	background-image:url(../images/english/bgr_footer.gif);
	height:31px;
	background-repeat:no-repeat;
	background-position:center;
}
.FooterSideMenuRtl
{
}
.FooterSideMenuLtr
{
}
.FooterText
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
	padding-right:15px;
}
.CDTechText, A.CDTechText:Link, A.CDTechText:Visited, A.CDTechText:Hover
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
}



/*---- Side Menu ----*/

.SideMenuBgRtl
{
	background-image:url(../images/hebrew/bgr_right_menu.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#003399;
}
.SideMenuBgLtr
{
}
.SideMenuTableRtl
{
}
.SideMenuTableLtr
{

	background-image:url(../images/english/bgr_right_menu.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#003399;
}
.SideMenuDividerRtl
{
    background-color: #ffffff;
}
.SideMenuDividerLtr
{
    background-color: #ffffff;
}
.SideMenuItemRtl
{
    cursor: hand;
}
.SideMenuItemLtr
{
    cursor: hand;
}
.SideMenuLink, A.SideMenuLink:Link, A.SideMenuLink:Visited 
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
}
.SideMenuSubItem
{
    cursor: hand;
}
.SideMenuSubDividerRtl
{
    background-color: #ffffff;
}
.SideMenuSubDividerLtr
{
    background-color: #ffffff;
}
.SideMenuSubBgrRtl
{
}
.SideMenuSubBgrLtr
{
}
.SideMenuSubLink, A.SideMenuSubLink:Link, A.SideMenuSubLink:Visited 
{
    font-size:12px;
    color: #ffffff;
    font-weight : bold;
    text-decoration: none;
	
}
.SideMenuSubSubItem
{
    cursor: hand;
    background-color: #ffffe1;
}
.SideMenuSubSubLink, A.SideMenuSubSubLink:Link, A.SideMenuSubSubLink:Visited 
{
    font-size:12px;
    color: #333333;
    font-weight : normal;
    text-decoration: none;
}
.SideMenuSubSubDividerRtl
{
    background-color: #ffffff;
}
.SideMenuSubSubDividerLtr
{
    background-color: #ffffff;
}
.SideMenuSubSubBgrRtl
{
}
.SideMenuSubSubBgrLtr
{
}
.SideBannersRtl
{
    border: 0px solid #ab0835;
    border-collapse: collapse;
}
.SideBannersLtr
{
    border: 0px solid #ab0835;
    border-collapse: collapse;
}



/*---- Top Menu ----*/

.TopMenuTableRtl
{
	background-image:url(/images/hebrew/bgrTopMenu.gif);
	background-repeat:no-repeat;
}
.TopMenuTableLtr
{
	background-image:url(/images/english/bgrTopMenu.gif);
	background-repeat:no-repeat;
}
.TopMenu, a.TopMenu:Link, a.TopMenu:Visited, a.TopMenu:Hover 
{ 
    font-size:12px;
    color: #FFFFFF;
    font-weight : bold;
    text-decoration: none;
    cursor: hand;
}
.TopMenuSubItem
{
	background-color: #FFFFFF;
    color: #5182C5;
}
A.TopMenuSubLink:Link, A.TopMenuSubLink:Visited 
{
    font-size:12px;
    color: #5182C5;
    font-weight : normal;
    text-decoration: none;
}
A.TopMenuSubLink:Hover
{
    font-size:12px;
    color: #5182C5;
    font-weight : normal;
    text-decoration: underline;
}
.TopSubMenuRow
{
	background-color: #333333;
}


/*---- Drop Down Menu ----*/

A.DropMenuSubLink:Link, A.DropMenuSubLink:Visited
{
    width: 100%;
    height: 100%;
    display: block;
    font-size:11px;
    color: #003399;
    font-weight:bold;
    text-decoration: none;
}
A.DropMenuSubLink:Hover
{
    background-color: #ffffff;
}
.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;
}

.DropDownMenu #MenuTable
{
    background-color: #84bfeb;
    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: #FFFFFF;
}
.CartTableHeaderRtl
{
    font-size: 12px;
    color: #333333;
    background-color: #bfe7ff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableHeaderLtr
{
    font-size: 12px;
    color: #333333;
    background-color: #bfe7ff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}
.CartTableRow1
{
    background-color: #f9f9f9;
}
.CartTableRow2
{
    background-color: #DfDfDf;
}
.CartTableText
{
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.CartTableTotal
{
    font-size: 12px;
    background-color: #dcfcff;
    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: #FFFFFF;
    font-weight : bold;
    text-decoration: none;
}


/*---- Store Login ----*/
.LoginDivider
{
    background-color: #ab0835;
}

/*---- 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: #01509D;
	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: #6d6d70;
}
.ForumSubDivider
{
	background-color: #c4c4c5;
}
.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:11px;
}

/* Agents */
.AgentsLoginTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginTitleLtr
{
	background-image: url(/images/english/bgr_AgentsLoginTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsLoginCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginCenterLtr
{
	background-image: url(/images/english/bgr_AgentsLoginCenter.gif);
	background-repeat: repeat-y;
}
.AgentsLoginBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsLoginBottomLtr
{
	background-image: url(/images/english/bgr_AgentsLoginBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerTitleRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerTitleLtr
{
	background-image: url(/images/english/bgr_AgentsInnerTitle.gif);
	background-repeat: no-repeat;
	height: 36px;
}
.AgentsInnerCenterRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerCenterLtr
{
	background-image: url(/images/english/bgr_AgentsInnerCenter.gif);
	background-repeat: repeat-y;
}
.AgentsInnerBottomRtl
{
	background-image: url(/images/hebrew/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsInnerBottomLtr
{
	background-image: url(/images/english/bgr_AgentsInnerBottom.gif);
	height: 19px;
	background-repeat: no-repeat;
}
.AgentsPageTitleRtl
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 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 #ab0835;
    border-collapse: collapse;
}
.TableHeader1
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c77a2;
}
.Box2
{
	background-color: #FFFFFF;
    border: 1px solid #ab0835;
    border-collapse: collapse;
}
.TableHeader2
{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5c9dd9;
}

.InputFieldTd
{
	
}
.InputFieldTd INPUT
{
	font-size:10px;
	border:0px;
	background-color:Transparent;
	height:12px;
	width:323px;
	direction:rtl;
}
.LandingPageErrorMessage
{
	height:11px;
    font-size:10px;
    color: #FF0000;
    font-weight : normal;
}