/*Net Solutions CSS Document */
/*HTML Tag*/
html, body {	
	margin:0; padding:0;
	font-family: "Arial", Helvetica, sans-serif;

}

body {
}

ul li {list-style-type:none; padding:0; margin:0;}

p { font-family: Arial; font-size:12px; font-weight: normal; color: #000000; }

.BlackBoldTxt
{ font-family: Arial; font-size:12px; font-weight: bold; color: #000000; }
h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;  
}


img {
	border: 0;
}

/** WRAPPER */

#Wrapper {
	width: 980px; margin: 0px auto; padding: 0;
	/*border-left: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;*/
}

/*-----------------------// Homepage Style */
/*-------// Header */
.HeaderBGStrip {
	background: url(../images/header_background.gif) repeat-x top;
	background-color:#e5e5e5;
	height: 83px;
	border-left: 1px #E5E5E5 solid;
	border-right: 1px #E5E5E5 solid;
	border-bottom: 1px solid #ffffff;
}
.LogoSpace {
	padding-left: 18px; padding-top: 15px;
}
/*-------// Footer */
.FooterBGStrip {
	background: url(../images/background_bottom.gif) repeat-x top;
	border: 1px #E5E5E5 solid; border-top: 0px;
	height: 60px;
	padding-bottom:7px;
}
.FooterRightCorner {
	background: url(../images/bottom_corner_05.gif) no-repeat right top;	
}
.Copyright {
	font-size:12px; font-weight: normal; color:#6E6E6E;
	align: center;
}
.MidTablebg
{	
	background:url(../images/background_middle.gif) repeat-y;
	padding-left:37px;
}
.more:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f97b03;
	text-decoration:none;
	font-weight:normal;
}
.more:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f97b03;
	text-decoration:none;
	font-weight:normal;
}
.more:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f97b03;
	text-decoration:none;
	font-weight:normal;
}
.more:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f97b03;
	text-decoration:underline;
	font-weight:normal;
}
.MidBg
{
	background:url(../images/mid_left_bg.gif) repeat-x;
	height:271px;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
.BannerBg
{
	background:url(../images/top_banner_bg.gif) repeat-x left bottom;
	height:231px;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
/*top Language Bar*/
.LangTopBg
{
	background:url(../images/lang_top_bg.gif) repeat-x top;
}
/*footer Link*/
a:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:normal;
}
a:active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:normal;
}
a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	text-decoration:none;
	font-weight:normal;
}
a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6e6e6e;
	text-decoration:underline;
	font-weight:normal;
}
.LanugagePadding
{
	padding-right:15px;
}

/*news scroller*/
#scrollup {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 200px
}

.headline {
	position: absolute;
	top: 200px;
	left: 5px;
	height: 250px;
	width:190px;
}

.headline p {
	margin-top:0;
	padding-top:0;
	text-align:left;
}

.date {
	display:block;
	height:18px;
	background:transparent url(../images/green_arrow.gif) left no-repeat;
	padding-left:14px;
	font-weight:bold;
}

.small {
	font-size:10px;
}


/* For hebrew News*/

.h_date {
	display:block;
	height:18px;
	
	padding-right:14px;
	font-weight:bold;
	font-size:12px;
}

.h_text {

	display:block;
	
	height:18px;
	
	padding-right:0px;
	font-weight:bold;
	font-size:13px;
}
.h_headline {

	position: absolute;
	top: 200px;
	left: 5px;
	height: 195px;
	width:200px;
	font-size:11px;
}


.country {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.country a:link, .country a:visited {
	color:#000000;
	text-decoration:none;
}


.country a:hover{
	color:#f47912;
	text-decoration:none;
}

