﻿/* General Settings */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body#he {
	font-size: 13px;
}
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
div#main-wrapper {
	position:absolute;
	left:0px;
	width:100%;
	text-align:center;
}
h1 {
	color: #336699;
	font-size: 22px;
	line-height: 22px;
}
h2 {
	color: #3399CC;
	font-size: 18px;
	line-height: 18px;
}
h3 {
	color: #003366;
	font-size: 16px;
	line-height: 16px;
}
body#en h1.articleTitle,
body#he h1.articleTitle {
	display: block;
	min-height: 26px;
	background-repeat: no-repeat;
	color: #036;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
}
body#he h1.articleTitle {
	font-size: 24px;
	padding-left: 0px;
	margin-right:30px;
}
h1.square {
	background-image: url(../images/square.gif);
	padding-left: 30px;
}
body#he h1.square {
	padding-left: 30px;
	padding-right: 30px;
	background-position: 100% 100%;
}

/* Header Settings */

div#header-wrapper {
	padding-top:3px;
	width:970px;
	clear:both;
	margin: 0px auto;
}
div#header-leftpart-wrapper {
	padding-top:2px;
	float:left;
}
div#clock-wrapper {
	float:left;
}
div#header-rightpart-wrapper {
	padding-top:5px;
	width:80px;
	height:146px;
	background:url(../images/logo_rightside.gif) repeat-x;
	background-position: 0px 7px;
	float:left;
}
div#searchbar-left {
	width:5px;
	height:30px;
	background:url(../images/searchbar_left.gif);
	float:left;
}
div#searchbar-form {
	width:363px;
	height:30px;
	background:url(../images/searchbar_background.gif);
	float:left;
}
div#searchbar-form-inside {
	position:relative;
	top:-5px;
	padding-top:0px;
	padding-left:12px;
	color:#006699;
	font-size:13px;
	font-family:arial;
	text-align:left;
}
input.searchfield {
	border-width:1px;
	border-style:solid;
	border-color:#6699CC;
	width:170px;
}
img#searchbutton {
	position:relative;
	top:8px;
	cursor:pointer;
}
div#hebrewbutton {
	padding-top:114px;	
	padding-left:16px;
	cursor:pointer;
}
div#searchbar-plume {
	width:183px;
	height:30px;
	background:url(../images/searchbar_plume.gif);
	float:left;
}
div#searchbar-date {
	width:197px;
	height:30px;
	background:url(../images/searchbar_background.gif);
	float:left;
}
div#searchbar-date-inside {
	padding-top:6px;
	padding-left:2px;
	color:#006699;
	font-size:13px;
	font-family:arial;
	text-align:left;
}
div#header-rightest-wrapper {
	padding-top:5px;
	width:9px;
	height:146px;
	background:url(../images/logo_rightest.gif) repeat-x;
	background-position: 0px 7px;
	float:left;
}
div#plume-shadow {
	width:528px;
	height:10px;
	background:url(../images/plume_shadow.gif) no-repeat;
	background-position: 436px 0px;
	float:left;
}
form#search-form{
	margin:0px;
	font-size:0px;
	padding-0px;
	float:left;
	}

/* Middle Part Settings */

div#middle-wrapper {
	width:970px;
	clear:both;
	margin: 0px auto;
	text-align:left;
}
div#column-menu {
	float:left;
}
div#column-latest {
	padding-top:7px;
	float:left;
	clear:right;
}
div#column-content {
	float:left;
	width:658px;
}
body#he div#column-content {
	float:left;
	width:658px;
	text-align:right;
}

/* Start Menu Settings */

div.menu-button {
	width:144px;
	height:23px;
	background:url(../images/menu_background.gif);
}
body#he div.menu-button {
	background:url(../images/menu_background_heb.gif);
}
div.menu-button-space {
	overflow:hidden;
	width:144px;
	height:3px;
	background:url(../images/menu_background.gif);
}
body#he div.menu-button-space {
	background:url(../images/menu_background_heb.gif);
}
div.menu-button-selected {
	width:144px;
	height:23px;
	background:url(../images/menu_chosen.gif);
}
body#he div.menu-button-selected {
	background:url(../images/menu_chosen_heb.gif);
}
div.menu-text-space {
	height:4px;
}
div.menu-button-text{
	padding-top:3px;
	padding-left:15px;
	color: #FFF;
	font-weight:bold;
}
body#he div.menu-button-text{
	padding-right:15px;
	padding-left:0px;
	text-align:right;
}
div.menu-button-text-selected{
	padding-top:5px;
	padding-left:15px;
	color: #003;
	font-weight:bold;
	text-decoration:none;
}
body#he div.menu-button-text-selected {
	padding-top:3px;
	padding-right:15px;
	padding-left:0px;
	text-align:right;
}
a.menu-button-link{
	cursor:pointer;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu-button-link:hover{
	text-decoration: underline;
}
a.menu-button-link-selected{
	cursor:pointer;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.underline-link{
	color: #003366;
	text-decoration: none;
}
a.underline-link:hover{
	text-decoration: underline;
}
div.menu-sap {
	width:144px;
	height:1px;
	overflow:hidden;
	background:url(../images/menu_sap.gif);
}
body#he div.menu-sap {
	background:url(../images/menu_sap_heb.gif);
}
div#menu-bottom {
	width:144px;
	height:10px;
	background:url(../images/menu_bottom.gif) no-repeat;
}
body#he div#menu-bottom {
	background:url(../images/menu_bottom_heb.gif) no-repeat;;
}

/* End Menu Settings */

div#latest-headline {
	width:168px;
	height:29px;
	background:url(../images/latest.gif);
	clear:both;
}
body#he div#latest-headline {
	background:url(../images/latest_heb.gif);
}
div#latest-bottom {
	width:168px;
	height:12px;
	background:url(../images/latest_bottom.gif) no-repeat;
	clear:both;
}
div#latest-middle-wrapper {
	width:168;
	background:url(../images/latest_borders.gif) no-repeat;
}
div#latest-borderspace {
	width:1px;
}
div#latest-content {
	width:168px;
	height:425px;
	background:url(../images/latest_background.gif) no-repeat;
}
div#latest-content-text {
	padding-left:9px;
	padding-right:15px;
	padding-top:15px;
	color:#41557D;
}
body#he div#latest-content-text {
	margin-right:4px;
	padding-left:15px;
	text-align:right;
}
a.latest-link {
	color:#41557D;
	text-decoration:none;
}
a.latest-link:hover {
	text-decoration:underline;
}
body#he a.latest-link {
	color: #036;   
	font-size: 12px;
	direction: rtl;
}


a.latest-link-search {
	text-decoration:none;
	color:#003399;
}
a.latest-link-search:hover {
	text-decoration:underline;
}

font.fontsize12{
	width:130;
	font-size:12px;
	}

/* Content Settings */

div#content {
	padding-left:28px;
	padding-right:0px;
	padding-top:20px;
}
body#he div#content {
	text-align:right;
}

/* Footer Settings */

div#footer-wrapper {
	padding-top:15px;
	padding-bottom:15px;
	width:970px;
	clear:both;
	margin: 0px auto;
	text-align:left;
}
div#footer-left {
	height:30px;
	width:5px;
	background:url(../images/footer_left.gif);
	float:left;
}
div#footer-right {
	height:30px;
	width:5px;
	background:url(../images/footer_right.gif);
	float:left;	
}
div#footer {
	height:30px;
	width:960px;
	background:url(../images/footer_background.gif);
	float:left;
}
div#footer-leftspace {
	width:10px;
	height:2px;
	float:left;
}
div#footer-text-1 { 
	width:320px;
	padding-top:8px;
	color:#003366;
	font-size:11px;
	float:left;
}
div#footer-text-3 {
	width:300px;
	padding-top:8px;
	color:#003366;
	font-size:11px;
	text-align:center;
	float:left;
}
div#footer-text-2 {
	width:320px;
	padding-top:8px;
	color:#003366;
	font-size:11px;
	text-align:right;
	float:left;
}


/* HomePage Settings */

h1.article-big-title {
	display:block;
	padding-left:5px;
	color:#003366;
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	float:left;
	cursor:pointer;
}
body#he h1.article-big-title {
	padding-right:5px;
	padding-left:0px;
	float:right;
}
a.no-decoration-link{
	text-decoration:none;
	}
div#article-date {
	display: block;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-right:28px;
	color:#666666;
	clear:both;
}
body#he div#article-date {
	font-size: 12px;
}
div#article-text {
	padding-top:9px;
	color:#666666;
	float:left;
	width:325px;
	line-height: 150%
}

div#article-homepage-image {
	float:left;
}
body#he div#article-homepage-image {
	float:right;
}

div#article-homepage-image-text {
	padding-top:3px;
	color:#666666;
	font-size:10px;
	width:268px;
}
div#article-homepage-space {
	width:20px;
	height:2px;
	float:left;
}
div#article-homepage-image-text {
	padding-top:9px;
	color:#666666;
	font-size:10px;
	font-family:arial;
	text-align:center;
	overflow:auto;
}
div#article-homepage-wrapper{
	clear:both;
}

div#article-big-square {
	float:left;
}
body#he div#article-big-square {
	padding-right:28px;
	float:right;
}

div.sub-article-space {
	height:7px;
	clear:both;
}
div.sub-article-wrapper{
	width:615px;
	height:auto;
	background:#F0F3F4;
	float:left;
	clear:right;
}

div.sub-article {
	padding-top:13px;
	padding-left:10px;
	background:#F0F3F4;
}
body#he div.sub-article {
	padding-right:10px;
	padding-left:0px;
}

div.sub-article-image {
	width:128px;
	min-height:1px;
	float:left;
	cursor:pointer;
	padding-bottom:15px;
}
body#he div.sub-article-image {
	float:right;
}

div.sub-article-text {
	padding-left:10px;
	float:left;
}
body#he div.sub-article-text {
	padding-right:10px;
	padding-left:0px;
	float:right;
}

div.sub-article-title{
	font-size: 14px;
	font-weight: bold;
	color:#003399;
}
body#he div.sub-article-title{
	font-size: 16px;
}
body#en div.sub-article-date{
	padding-top:5px;
	color:#666666;
	font-size: 10px;	
}
body#he div.sub-article-date{
	padding-top:5px;
	padding-bottom:5px;
	color:#666666;
	font-size: 11px;	
}
div.sub-article-sum{
	width:455px;
	padding-top:2px;
	color:#666666;
	font-size:12px;
	font-family:arial;
}
a.sub-article-readmore:link,
a.sub-article-readmore:hover,
a.sub-article-readmore:visited,
a.sub-article-readmore:visited:hover {
	color:#0099CC;
	text-decoration:none;
}
a.sub-article-readmore:hover,
a.sub-article-readmore:visited:hover {
	text-decoration:underline;
}

/* Category Settings */

div#page-navigation{
	clear:both;
	text-align:center;
	margin: 0px auto;
	padding-top:10px;
	width:610;
	color:#666666;
	}
a.goto-next{
	color:#0099CC;
	text-decoration:none;
	float:left;
	padding-left:5px;
}
a.goto-page{
	color:#666666;
	text-decoration:none;
	float:left;
	padding-left:3px;
}
a.goto-page-bold{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding-left:3px;
}

/* Article Settings */

body#en img.article-image-float {
	float:left;
	margin-right:15px;
	padding-bottom:10px;
}
body#he img.article-image-float {
	float:right;
	margin: 0px 0px 15px 15px;
}
div#article-article-text {
	padding-top:9px;
	color:#666666;
	float:left;
	width:600px;
	line-height: 150%;
	overflow-x:hidden;
}
body#he div#article-article-text {
	direction: rtl;
	text-align:right;
	font-size: 12px;
}
div#article-article-space {
	width:20px;
	height:2px;
	float:left;
}

/* Start Add Comments Form --------------------------------------------------------------------------- */

body#he div#comment-form{
	padding-right:30px;
}
div#comments-title{
	color:#003366;
	font-size:15px;
	font-weight:bold;
}
div#comments-wrapper{
	padding-top:35px;
	padding-right:28px;
	clear:both;
}
div.search-comments-wrapper{
	padding-top:35px;
	padding-right:28px;
	clear:both;
}
div.comment-title{
	padding-top:0px;
	color:#003399;
	font-weight:bold;
}
div.search-comment-title{
	padding-top:0px;
	color:#003399;
}
div.comment-date{
	padding-top:2px;
	color:#9f9f9f;
	font-size:10px;
}
div.comment-sum{
	padding-top:10px;
	width:455px;
	color:#666666;
	font-size:12px;
}
div.comments-sap {
	width:500px;
	height:1px;
	background:#dedede;
	overflow: hidden;
	}
div.comments-space {
	width:500px;
	height:15px;
}
input.comment-input {
	width:200px;
	border: solid 1px #8297c1;
	color:#666666;
}
textarea.comment-textarea {
	width:400px;
	height:200px;
	border: solid 1px #8297c1;
	color:#666666;
}

/* End Add Comments Form ----------------------------------------------------------------------------- */

/* Search Settings */

div.search-image{
	float:right;
	cursor:pointer;
}
