body	{
	margin: 0 0 0 0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#Container	{
	margin: 0em auto;
	width: 765px;
	text-align: left;
	background-color:#FFFFFF;
	}

#Header	{
	background-image:  url(../images/HeaderBg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 89px;
	background-color: #FFFFFF;
	}
	
#MainBody {
	float: right;
	width: 527px;
	}
	
#MainHome {
	padding-bottom: 20px;
	}
	
#Content	{
	padding: 0px 0px 10px 15px;
	margin:0px 0px 0px 0px;
	}

#SideBar {
	float: left;
	width:238px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 30px;
}


/*** logo styles *****************/

#Logo{
	float: left;
	padding-top: 15px;
	padding-left: 0px;
}	

/*** utility styles *****************/

#Utility{
	color: #003399;
	float: right;
	padding-top: 3px;
	padding-left: 0px;
	font-size: 85%;
	text-align: left;
}

#Utility a{
	color: #003273;
	text-decoration: underline;
}

#Utility a:hover{
	text-decoration: none;
	color: #0000FF;
}

#Utility input{
	color: #000000;
	font-size: 90%;
	background-color: #E9EDF3;
	border: 1px solid #003399;
}
/*** General Tags *****************/

a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #0000FF;
	text-decoration: none;
	}
	
h1	{
	color: #003399;
	font-weight: bold;
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 5px;
	margin-top: 0px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 0px;
	}
	
h2	{
	color: #094BB0;
	margin: 25px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	border-bottom: 1px solid #CCCCCC;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	}
	
h3	{
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
	color: #1B4993;
	margin-top: 15px;
	margin-bottom: 0px;
	}
h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 10px;
	color: #133285;
	line-height: 130%;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	}
h6	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	}

p	{
	font-size: 90%;
	line-height: 110%;
	text-align: left;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul {
	line-height: 110%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	text-align: justify;
	}
	
ul ul{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
	}

ol {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 90%;
	}

li {
	padding-bottom: 8px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 15px;
	color: #133285;
	line-height: 120%;
	}
/************ navbar styles **************/

#NavBar {
	font-size:100%;
	line-height:normal;
	background-repeat: repeat-x;
	background-image:  url("../images/NavBg.gif");
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: left;
	background-color: #121298;
	border-bottom: 4px solid #FF9900;
	letter-spacing: 2px;
      }
	  
#NavBar ul {
	margin:0px;
	padding:0px;
	list-style: none;
	float: left;
	text-align: left;
	line-height: 120%;
      }
	  
#NavBar li {
	margin:0;
	padding:0px 0 0 12px;
	float: left;
	background-image: url("../images/NavLeft.gif");
	background-repeat: no-repeat;
	background-position: top left;
      }

#NavBar a {
	float:right;
	display:block;
	padding:5px 12px 5px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url("../images/NavRight.gif");
	background-repeat: no-repeat;
	background-position: top right;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#NavBar a {float:none;}
    /* End IE5-Mac hack */
#NavBar a:hover {
	color:#CCCCCC;
      }
#NavBar #current {
	background-image:  url("../images/NavLeftOn.gif");
	border-width:0;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

#NavBar #current a {
	background-image:  url("../images/NavRightOn.gif");
	color:#FFFF99;
	padding-bottom:5px;
	background-position: top right;
}


/************ BreadCrumbs styles **************/
#BreadCrumbs	{
	color: #666666;
	font-size: 90%;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
	
#BreadCrumbs a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
	
#BreadCrumbs a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#Footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	width: 750px;
	border-top: 10px solid #CCCCCC;
	background-color: #FFFFFF;
	}
#Footer	p{
	color: #666666;
	text-align: center;
	font-size: 85%;
	line-height: 150%;
	padding-top: 10px;
	}
	
#Footer a	{
	color: #003366;
	text-decoration: underline;
	}
	
#Footer a:hover	{
	color: #0033CC;
	text-decoration: none;
	}
/************ footer Home styles **************/
#FooterHome {
	margin-top: 0px;
	direction:rtl;
	background-color: #33486C;
	margin-bottom: 0px;
	background-image: url("../images/footer_home_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	width: 750px;
	}
#FooterHome	p{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 30px;
	}
	
#FooterHome a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#FooterHome a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** SideMenu styles **************/

.SideMenu {
	width: 228px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
}

.SideMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
	list-style-image: none;
	border-top: 1px solid #CCCCCC;
}

.SideMenu li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu a {
	display: block;
	padding: 3px 10px 3px 20px;
	width: 198px;
	line-height: 120%;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/eng/images/SideMenuBullet.gif);
	background-repeat: no-repeat;
	background-color: #121298;
	border-bottom: 1px solid #CCCCCC;
}

.SideMenu a:hover {
	color: #121298;
	text-decoration: none;
	background-color: #A4B5D1;
	background-image: url(/eng/images/SideMenuSelected.gif);
}

.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #FFFFCC;
	background-color: #386CE1;
	background-image: url(../images/SideMenuSelected.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #CCCCCC;
}



/*** SideStory styles **************/

.SideStory {
	margin-top: 0px;
	width: 238px;
	background-color: #FFFFFF;
	padding-bottom: 0px;
	margin-bottom: 20px;
	background-image: url(../images/SidestoryBg.gif);
	background-repeat: repeat-y;
}

.SideStoryTop {
	background-image: url(../images/SidestoryTopBg.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 5px;
}

.SideStoryBotttom{
	background-image: url(../images/SidestoryBottomBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 28px;
}

.SideStory h1 {
	color: #003366;
	font-weight: bold;
	font-size: 110%;
	padding-right: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 20px;
}

.SideStory h2 {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 20px;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	border: none;
}

.SideStory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.SideStory a:link {
	color: #1B4993;
	text-decoration: underline;
}
.SideStory a:visited {
	color: #1B4993;
	text-decoration: underline;
}
.SideStory a:hover, .SideStory a:active	{
	color: #0000FF;
	text-decoration: underline;
	}

.SideImg {
	text-align: left;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #11458E;
	background-color: #F7F7F7;
	font-size: 95%;
}
.FormField  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #11458E;
	background-color: #F7F7F7;
	font-size: 95%;
}

.FormFieldRight  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #11458E;
	background-color: #FFFFFF;
	font-size: 95%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
}

.FormImgButton	{
	FONT-SIZE: 90%;
	text-align: center;
	font-weight: bold;
	border:none;
}

.FormTextArea  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #11458E;
	background-color: #F7F7F7;
	font-size: 85%;
	font-family: Arial, Miriam, David, sans-serif;
}
/*** Tables styles **************************/

.TableList {
	width: 510px;
	margin-top: 15px;
	border-right: solid #B6C5E2 1px;
}

.TableList td {
	border-bottom: solid #B6C5E2 1px;
	padding: 2px 5px 2px 2px;
	vertical-align: top;
	line-height: 120%;
	text-align: left;
	font-size: 90%;
	border-left: solid #B6C5E2 1px;
}

.TableList th {
	border-bottom: solid #B6C5E2 2px;
	padding: 2px 5px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
	background-color: #F0F4F9;
	border-left: solid #B6C5E2 1px;
	border-top: solid #B6C5E2 1px;
}

.TableListTr {
	background-color: #F0F4F9;
}
 
.TableDetails {
	font-size: 90%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.TableDetails td {
	padding: 2px 0px 2px 0px;
	text-align: left;
}

.TableDetails th {
	padding: 2px 2px 2px 0px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999999;
}
.PageNumbers a	{
	color: #1B4993;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}

.PageNumbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.Selected	{
	color: #FF6600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #FF6600 1px;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
/*** Misc styles **************/

.ClearBoth {
	clear: both;
}

#ImageStrip {
	height: 81px;
}
.ImageFloatLeft	{
	float: left;
	margin: 0 10px 10px 0px;
	}
	
.ImageFloatRight	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
.HomeBox {
	width: 320px;
}
.HomeBox h1{
	color: #FFFFFF;
	font-size: 115%;
	text-align: right;
	padding-right: 12px;
	line-height: 130%;
	padding-top: 2px;
}
.HomeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.HomeBox h2{
	color: #003399;
	font-size: 110%;
	text-align: left;
	line-height: 130%;
	padding-top: 0px;
	background-image: none;
	font-style: normal;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.HomeBox p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

.HomeBoxHeb {
	width: 300px;
}
.HomeBoxHeb p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: right;
	direction:rtl;
}

.HomeIntro {
	margin-top: 0px;
	background-image: url("../images/HomeBg.jpg");
	background-repeat: no-repeat;
	clear: both;
	height: 241px;
}
.HomeIntro p{
	font-size: 90%;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 150%;
}
.HomeIntro h1{
	font-size: 130%;
	padding-left: 0px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 0px;
	line-height: 110%;
	font-family: tahoma, arial, verdana, sans-serif;
	font-style: normal;
}
.HomeIntro strong{
	font-size: 100%;
	color: #FF6600;
}
.HomeNews {
	background-image: url("../images/home_news_bg.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
}
.HomeNews h1{
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
.HomeNews ul{
	color: #FFFFFF;
	text-align: left;
	list-style-image: url("../images/arrow.gif");
}
.HomeNews p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.HomeNews a:link {
	color: #0033CC;
	text-decoration: none;
}

.HomeNews a:visited {
	color: #003399;
	text-decoration: none;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #0033FF;
	text-decoration: underline;
	}
.MustAsterix {
	color: #FF0000;
	font-size: 130%;
	font-weight: normal;
}
.ContentBox {
	font-weight: bold;
	background-color: #CBD6E7;
	text-align: center;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
}

.ContentBox em{
	color: #CC0000;
	font-size: 120%;
}

.ContentBoxDiv {
	font-weight: bold;
	background-color: #CBD6E7;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
	margin-bottom: 25px;
}
.PageTop {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url("../images/top.gif");
	background-repeat: no-repeat;
	background-position: top left;
	width: 60px;
	float: right;
	clear: both;
}
.NewsItem {
	margin-bottom: 20px;
}
.NewsItemDate {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #666666;
	font-style: italic;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
	background-color: #FFFFFF;
	border: none;
}
.LinkItem {
	margin-bottom: 20px;
}
.LinkItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
.Item {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	height: 100%;
	margin-top: 10px;
	padding-bottom: 10px;
}
.ItemImg {
	width: 180px;
	float: left;
}
.ItemText {
	margin-left: 200px;
}
.Heb {
	text-align: right;
	direction:rtl;
}
.PlanIntro {
	background-image: url(../images/PlanIntroBg.jpg);
	background-repeat: no-repeat;
	background-color: #C7D3E3;
	background-position: bottom;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 0px;
}
.TellFriendIntro {
	background-image: url(../images/TellFrientBg.jpg);
	background-repeat: no-repeat;
	background-color: #C7D3E3;
	background-position: bottom;
	margin: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	height: 280px;
}
.TellFriendIntro p	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 15px;
	color: #133285;
	line-height: 120%;
	padding-right: 260px;
	padding-left: 5px;
	padding-top: 30px;
	}
.note {
	font-size: 80%;
	color: #666666;
}
#Utility img {
	border: none;
}
#Landing #NavBar{
	display: none;
}
.LoboLandingText {
	background-image: url(../Landing/Lobo/Images/LoboLanding3.jpg);
	background-repeat: no-repeat;
	height: 222px;
	direction: rtl;
	text-align: left;
}
.LoboLandingText ul {
	text-align: right;
	direction: rtl;
	list-style-image: url(../Landing/Lobo/Images/LoboLandingBullet.gif);
	font-weight: bold;
	padding-top: 15px;
}
.LoboLandingText a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.LoboLandingText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.LoboLandingText a:hover, .LoboLandingText a:active	{
	color: #FFFFFF;
	text-decoration: underline;
	}
.HomeBusinessBox {
	background-image: url(../Images/HomeBusinessBoxBg.gif);
	background-repeat: repeat-x;
	width: 374px;
}
.HomePrivateBox {
	background-image: url(../Images/HomePrivateBoxBg.gif);
	background-repeat: repeat-x;
	width: 374px;
}
.HomePrivateBox h2 {
	color: #003399;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 105%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.HomeBusinessBox h2 {
	color: #AE6400;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 105%;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.HomePrivateBox ul {
	list-style-image: url(../Images/HomePrivateBullet.gif);
	text-align: left;
	font-size: 85%;
	margin-bottom: 5px;
}
.HomeBusinessBox ul {
	list-style-image: url(../Images/HomeBusinessBullet.gif);
	text-align: left;
	font-size: 85%;
	margin-bottom: 5px;
}
.PlanVul {
	list-style-image: url(../Images/PlansVBullet.gif);
	font-weight: bold;
}
.PlanBox {
	background-image: url(../Images/PlanBoxBg.gif);
	background-repeat: no-repeat;
	width: 228px;
	margin-bottom: 25px;
	min-height: 16em;
	height:auto;
	background-position: bottom;
	margin-top: 0px;
}

* html .PlanBox {
	background-image: url(../Images/PlanBoxBg.gif);
	background-repeat: repeat-y;
	width: 228px;
	height: 16em;
}

.PlanBoxTop {
	background-image: url(../Images/PlanBoxTop.gif);
	background-repeat: no-repeat;
}
.PlanBoxBottom {
	background-image: url(../Images/PlanBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.PlanBoxContent {
	padding: 0px 6px 0px 6px;
}
.PlanBox h1 {
	font-size: 100%;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	text-align: left;
}
.PlansMain {
	margin-top: 40px;
	padding-left: 15px;
}
#PAYGo .PlanBoxTop {
	background-image: url(../Images/PlanBoxPAYGoTop.gif);
}
#SideBar #PAYGo{
	background-image: url(../Images/PlanBoxPAYGoBg.gif);
}

#PAYGo .PlanBoxBottom {
	background-image: url(../Images/PlanBoxPAYGoBottom.gif);
}
.PlanVul li {
	padding-bottom: 15px;
}
.HomeBoxBtn {
	text-align: center;
	padding: 5px;
}
.ExplainLink {
	font-weight: normal;
	font-size: 90%;
}

#IsraeliTelephonePopUp {
	position:absolute;
	left:445px;
	top:50px;
	width:300px;
	z-index:2;
	visibility: hidden;
}
.PopUpLayer {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #003399;
}
#GlobalLocalPopUp {
	position:absolute;
	left:500px;
	top:140px;
	width:300px;
	z-index:1;
	visibility: hidden;
}
.LoginBox {
	padding: 0px;
	border: 1px solid #003399;
	width: 500px;
	background-color: #FFFFFF;
	background-image: url(/Eng/Images/LoginBoxBg.jpg);
	background-repeat: no-repeat;
	height: 170px;
}
.LoginBox #frmCustomerLogin {
	float: right;
	width: 300px;
}
