#index 
{
	background-color:#93D4EA;		
}

body
{
	background-color:#E5FBFF;
	margin:0 auto;
	background-image:url(gifs/body_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:navy;
	font-size:small;
	direction:ltr;	
}

img
{
	display:block;
}

h1
{
	font-size:large;	
}

h2
{
	font-size:medium;	
}

h3
{
	font-size:small;	
}

.eng_title
{
	direction:ltr; 
	text-align:left;
}

.content_index
{
	background-image:url(gifs/center_background.jpg); 
	background-position:top left; 
	background-repeat:no-repeat;
	padding:20px;
}

.content
{	
	padding:20px;
	text-align:left;	
}

.list_item
{
	background-image:url(gifs/list_item.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:148px;
	height:24px;
	text-align:left;
	margin:0px;
	padding:8px 0px 0px 0px;
	width:150px;		
}

.two_rows
{
	padding-bottom:8px; 
	background-color:#B6EAFF;
}	

.msg_top
{
	background-image:url(gifs/msg_background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:148px;
	height:24px;
	text-align:left;
	margin:0px;
	padding:8px 0px 0px 0px;
	width:150px;
	color:white;		
}

.msg_bottom
{
	background-image:url(gifs/msg_bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:148px;
	height:24px;
	text-align:left;
	margin:0px;
	padding:8px 0px 0px 0px;
	width:150px;
	color:white;		
}

.menu_td
{
	background-color:#CEF6FE;
}

.menu
{
	margin:0px;
	padding:0px;
	width:150px;
	list-style:none;
}

.menu a:link, .menu a:visited
{
	color:navy;
	text-decoration:none;
}

.menu a:hover
{
	color:navy;
	text-decoration:underline;
}

.index_txt
{
	line-height:22px;
	text-align:left;
}

.custom_search
{
	display:inline;
}

.search_field
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small; 
	color:navy;
}

.search_button
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:small; 
	color:navy; 
	vertical-align:top; 
	padding-top:2px;
}

.table_crew
{
	width:80%;
	border:solid 1px #64B0D4;
	border-collapse:collapse;	
}

.table_crew td
{	
	border:solid 1px #64B0D4;
	background-color:#DAF9FF;	
}


.table_crew th
{	
	border:solid 1px #64B0D4;
	background-color:#64B0D4;
	color:white;
	font-weight:bold;	
}

.table_crew tr
{
	vertical-align:top;
}

.table_card
{
	width:100%;
	border:solid 1px #64B0D4;
	border-collapse:collapse;	
}

.table_card td
{	
	border:solid 1px #64B0D4;
	background-color:#DAF9FF;	
}

.back
{
	padding:20px 0px 0px 0px;
	clear:both;
}

.card_list_heb
{
	direction:rtl;
	list-style:square;
	margin:0px 20px 20px 20px;
	padding:0px 20px 0px 20px;
	line-height:22px;	
}

.card_list_eng
{
	direction:ltr;
	text-align:left;
	list-style:square;
	margin:0px 20px 20px 20px;
	padding:0px 20px 0px 20px;
	line-height:22px;	
}

.iframe_container_1
{
	position:relative; 
	width:100%;
}

.iframe_container_2
{
	position:absolute; 
	top:50px; 
	left:10px; 
	width:800px;
}

