/* © 2005 CLICK Society
   Website by Yodan Tauber (yodan@tauber.co.il) 
   Graphics by Hagit Kikin (hagit@itay.homeip.net) */

* {
	margin: 0;
	padding: 0;
}

/* IE hack */
* html {
	/* Remove the border around the entire HTML object. 
	   This is especially significant for the enlarged picture page. */
	border:0;
}
/* end of IE hack */

body {
	background-color:white;
	color:black;
	text-align:center;
	overflow:auto;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	direction:rtl;
}

#nocss {
	display:none;
}

#allpage {
	width:760px;
	position:relative;
	margin:auto;
}

#container {
	border:solid black 1px;
	background-color:rgb(240,246,255);
	background-image:url("/purplepixels.gif");
	background-repeat:repeat-y;
	background-position:599px 0px;
	text-align:right;
	width:760px;
	position:relative;
	margin:auto;
}

#title {
	background-image:url("/top_he.jpg");
	height:98px;
}

#title h1 {
	display:none;
}

#title h2 {
	display:none;
}

#navbar {
	border-top:solid white 2px;
	border-bottom:solid white 2px;
	border-right:solid white 3px;
	background-color:rgb(128,0,128);
	margin-right:158px;
	width:599px;
	height:30px;
}

#navlist {
	list-style-type: none;
	text-align: center;
}

#navlist li {
	display:block;
	position:relative;
	float:right;
	text-align: center;
	height:30px;
	width:140px;
}

#navlist li a {
	border-left:solid rgb(128,0,128) 1px;
	border-top:solid rgb(128,0,128) 1px;
	border-right:solid rgb(128,0,128) 1px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:white;
	display:block;
	height:29px;
	width:140px;
}

#navlist li:hover a {
	background-color:rgb(244,214,244);
	color:rgb(128,0,128);
}

#navlist li ul {
	list-style-type:none;
	display:none;
	position: absolute;
	top: 100%;
	left:0;
}

#navlist li:hover ul {
	display:block;
}

#navlist li li {
	background:none;
	width:140px;
	height:18px;
}

#navlist li:hover li a {
	border-top:none;
	background-color:rgb(244,214,244);
	line-height:18px;
	font-size:13px;
	color:black;
	display:block;
	width:140px;
	height:18px;
}

#navlist li:hover li a.last {
	border-bottom:solid rgb(128,0,128) 1px;
}

#navlist li li a:hover {
	background-color:rgb(215,171,215);
}

#search {
	background-color:rgb(128,0,128);
	border-top:solid white 2px;
	border-bottom:solid white 2px;
	position:absolute;
	right:0;
	top:98px;
	width:158px;
	height:30px;
}

#search input {
	position:absolute;
	width:115px;
	height:18px;
	right: 3px;
	top:6px;
	border:0;
	font-family:Arial, sans-serif;
	font-size:13px;
}

#search a {
	font-size:16px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	display:block;
	position:absolute;
	top:4px;
	left:3px;
}

#bigsearchbox {
	width:350px;
	font-size:1em;
	font-family:Arial, sans-serif;
}

div.radio {
	float:right;
	margin-top:5px;
	margin-left:10px;
}

#contents {
	border-top:solid rgb(163,185,216) 2px;
	float:left;
	width:599px;
}

#con1 {
	background-color:rgb(240,246,255);
	padding:0 1em 1em 1em;
	min-height:300px;
}

/* IE-Win hack to fix pick-a-boo bug \*/
* html #con1 {height: 300px;}
/* End IE-Win hack */

#con1 p {
	margin-top:1em;
}

#con1 blockquote {
	margin-top:1em;
	font-style:italic;
}

#con1 ul {
	list-style-type:square;
	margin-top:1em;
	margin-right:30px;
}

#con1 ol {
	list-style-type:decimal;
	margin-top:1em;
	margin-right:30px;
}

#con1 li ul {
	list-style-type:circle;
	margin-right:30px;
}

#con1 li {
	margin-bottom:5px;
}

#con1 img {
	float:right;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:10px;
	border:solid rgb(165,185,217) 1px;
}

h3, h4 {
	margin-top:1em;
	clear:both;
}

#sidebar {
	background:none;
	border-top:solid rgb(163,185,216) 2px;
	float:left;
	width:161px;
}

#sidebar ul {
	list-style-type:none;
	margin-top:15px;
	margin-bottom:15px;
	width:158px;
	border-top:solid rgb(165,185,217) 1px;
}

#sidebar li ul {
	margin:0;
	border:none;
}

#sidebar li a {
	display:block;
	height:20px;
	width:158px;
	text-decoration:none;
	text-indent:5px;
	border-bottom:solid rgb(165,185,217) 1px;
	background:none;
	color:black;
	font-weight:bold;
	font-size:13px;
}

#sidebar li li a {
	text-indent:15px;
	font-weight:normal;
}

#sidebar a:hover {
	color:blue;
}

#sidebar a.activelink {
	background-color:rgb(165,185,217);
}

#sidebar img {
	margin-bottom:5px;
	margin-right:17px;
	border:solid rgb(165,185,217) 1px;
}

.nothing {
	clear:both;
}

#footer {
	background-color:white;
	padding-top:5px;
	text-align:left;
}

#footer p {
	float:right;
	color:gray;
}

p.credit2 {
	margin-right:20px;
}

#footer a {
	color:gray;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:black;
}

#footer img {
	border:none;
}

/* View Picture page */

#picpage {
	width:500px;
	height:500px;
	background-color:rgb(240,246,255);
	position:relative;
}

#bigpic {
	width:500px;
	height:409px;
	border-bottom:solid rgb(128,0,128) 2px;
}

#picfooter {
	position:absolute;
	bottom:0;
	left:0;
	height:85px;
	width:500px;
	border-top:solid white 2px;
	border-bottom:solid white 2px;
	background-color:rgb(128,0,128);
	background-image:url("/clicklogo_he.gif");
	background-repeat:no-repeat;
	background-position:420px 0;
	color:rgb(240,246,255);
}

#desc {
	position: absolute;
	right:90px;
	top:5px;
	text-align:right;
}

#nextback {
	position: absolute;
	left:10px;
	bottom:5px;
	color:gray;
}

#nextback a {
	color:white;
}