﻿html {
	margin:0;
	height:100%;
	min-height:100%;
	max-height:100%;
}
body {
	direction:ltr;
	margin:0;
	height:100%;
	min-height:100%;
	max-height:100%;
	background-color: #e5e5e5;
	background-position:center;
	background-repeat:repeat-y;
	background-image:url('images/wrapper_back.png');
}
img {
	border: 0;
	behavior: url("pngbehavior.htc");
}
h1 {
	color:#5a6f75;
	font-size:175%;
	padding:0 50px 0 50px;
	margin:0;
}
h2 {
	padding-top:5px;
	font-size:125%;
}
h3 {
	color:#7c9096;
	font-size:125%;
	padding:0 50px 10px 50px;
	margin:0;
}
ul.list_left {
	list-style-image:url('images/list_arrow_left.png');
}
ul.list_right {
	list-style-image:url('images/list_arrow_right.png');
}
li {
	padding:2px 0 2px 0;
}
a:visited {
	color:#008cb3;
}
a:link {
	color:#008cb3;
}
a:hover {
	color:#005871;
}
#wrapper {
	width:100%;
	text-align:center;
	margin:auto;
	position:relative;
	width:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#title_bar {
	position:relative;
	top:5px;
	margin: auto;
}
#nav {
	position:relative;
	top:5px;
	margin: auto;
	width:710px;
	background-image:url('images/nav_back.png');
	background-repeat:repeat-x;
	height:40px;
	border-collapse:collapse;
}
#nav td {
	text-align:justify;
	font-size:14px;
}
#nav_left,#nav_right {
	width:10px;
	padding:0;
}
#nav_eng {
	width:50%;
	direction:ltr;
	padding-left:55px;
}
#nav_heb {
	width:50%;
	direction:rtl;
	padding-right:55px;
}
#structure {
	width:710px;
	margin: auto;
	position:relative;
	top:5px;
	min-height:100%;
	border-collapse:collapse;
}
#content {
	background-color:#f3f3f3;
	text-align:justify;
	font-size:13px;
	padding:5px 30px 15px 30px;
}
#content.heb {
	direction:rtl;
}
#table_left {
	background-image:url('images/table_left.png');
	background-position:left;
	background-repeat:repeat-y;
	background-color:#f3f3f3;
	width:10px;
	padding:0;
}
#table_right {
	background-image:url('images/table_right.png');
	background-position:right;
	background-repeat:repeat-y;
	background-color:#f3f3f3;
	width:10px;
	padding:0;
}
#table_top {
	background-image:url('images/table_top.png');
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	height:20px;
	padding:0;
}
#table_bottom {
	background-image:url('images/table_bottom.png');
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	height:20px;
	padding:0;
}
#table_left_bottom {
	background-image:url('images/table_left_bottom.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	height:20px;
	width:10px;
	padding:0;
}
#table_right_bottom {
	background-image:url('images/table_right_bottom.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	height:20px;
	width:10px;
	padding:0;
}
#table_left_top {
	background-image:url('images/table_left_top.png');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	height:20px;
	width:10px;
	padding:0;
}
#table_right_top {
	background-image:url('images/table_right_top.png');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	height:20px;
	width:10px;
	padding:0;
}
#credit {
	width:710px;
	position:relative;
	top:10px;
	margin: auto;
	font-size:11px;
	color:#a5a5a5;
}
#credit a:visited {
	color:#7b9196;
}
#credit a:link {
	color:#7b9196;
}
#credit a:hover {
	color:#008cb3;
}
#credit {
	border-collapse:collapse;
	width:704px;
}
#credit td {
	white-space:nowrap;
	padding:2px;
}
#credit_eng{
	width:150px;
	direction:ltr;
	padding-left:10px;
	text-align:left;
}
#credit_heb {
	width:150px;
	direction:rtl;
	padding-right:10px;
	text-align:right;
}
#credit_openu {
	width:400px;
	text-align:center;
}
#credit_openu td.hebrew {
	width:185px;
	text-align:left;
}
#credit_openu td.english {
	width:185px;
	text-align:right;
}
table.publications {
	width:100%;
}
table.publications td {
	padding:5px 10px 5px 10px;
	vertical-align:top;
}
table.publications td.date {
	font-style:italic;
	width:50px;
	text-align:justify;
}
table.publications td.text {
	text-align:justify;
}
div.up {
	background-image:url('images/up_line.png');
	background-repeat:repeat-x;
	height:13px;
	text-align:center;
	margin-top:10px;
}
.pic_ltr {
	float:right;
	margin-left:20px;
}
.pic_rtl {
	float:left;
	margin-right:20px;
}
#department {
	text-align:center;
	color:#004edb;
	font-size:125%;
}