/* SEARCH Strip CSS
-----------------------------------------------------------------*/

.search_button
{
	cursor:hand;
}
.search_button_td
{
	padding-top:6px;
}

.search_news_input
{
	width: 100px;
	font-size:12px;
	line-height:13px;
	height: 19px;
	border:1px solid #7F9DB9;
	background-color:#FFFFFF;
}
.search_news_input_td
{
	/*width:120px;*/
	padding-bottom:6px;
}


.search_label_td
{
	padding-bottom:10px;
}

.search_calendar_td_start
{
	text-align:left;
	/*width:50px;*/
	font-family:Arial;
	font-size:11px;
}
.search_calendar_td_end
{
	text-align:left;
	/*width:90px;*/
	font-family:Arial;
	font-size:11px;
}

.search_link_back_td
{
}
.search_link_back
{
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
}
.search_link_archive_td
{
	/*width:50px;*/
	padding-left:8px;
}

/* End SEARCH Strip CSS */

/* News List CSS
------------------------------------------------------------*/
.news_list_table
{
	margin-top:15px;
	/*padding:0 6px 0 7px;*/
}
.news_spacer_tr
{
	height:10px;
}
.news_list_subtitle,
a.news_list_subtitle,
div.news_list_subtitle
{
	font-family:Arial;
	font-size:12px;
	line-height:15px; 
	vertical-align: middle;
	color:#214F80;
	text-decoration:none;
}


.news_list_image
{
	width:134px;
	height:82px;
	cursor:hand;
	border:0px;
	margin:5px;
	background-color:#FFFFFF;
	padding:5px;
	border:3px double #BEBDBD;
}
.news_main_picture_div
{
	padding-left:10px;
}
.news_list_title
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#214F80;
	text-decoration:none;
}

.news_list_date
{
	font-family:Arial;
	font-size:12px;
	color:#214F80;
	text-decoration:none;
	
}


.news_search_archive_link,
.news_search_link_back
{
	font-family:Arial;
	font-size:12px;
	display:none;
	color:#21558C;
	text-decoration: underline;
}
.news_search_archive_link:HOVER,
.news_search_link_back:HOVER
{
	text-decoration: none;
}

/* NEW CLASSES BY OFIR 
used for displaying the news items in the list, build a graphic frame around each item
*/
.news_item_right_width
{
	width:18px;
}
.news_item_left_width
{
	width:100px;
}

td.news_item_top_arrow
{
	height:15px;
	background-image:url(../../images/1.HE/News/news_item_top_arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	display:none;
}
img.news_item_top_arrow
{
	height:15px;
}
td.news_item_top_bg
{
	height:15px;
	background-image:url(../../images/1.HE/News/news_item_top_bg.gif);
	background-position:0 0;
	display:none;
}
img.news_item_top_bg
{
	height:15px;
}
td.news_item_top_corner
{
	height:15px;
	background-image:url(../../images/1.HE/News/news_item_top_corner.gif);
	background-repeat:no-repeat;
	background-position:left center;
	display:none;
}
img.news_item_top_corner
{
	height:15px;
	width:1px;
}



td.news_item_bottom_corner
{
	height:18px;
	background-image:url(../../images/1.HE/News/news_item_bottom_corner.gif);
	background-repeat:no-repeat;
	background-position:right center;
	display:none;
}
img.news_item_bottom_corner
{
	height:18px;
}

td.news_item_bottom_bg
{
	height:18px;
	border-bottom:solid 1px #D6D6D6;
	display:none;
}
img.news_item_bottom_bg
{
	height:18px;
}
.news_item_cont_label
{
	color:#214F80;
	font-size:11px;
	font-weight:bold;
	
}

.news_item_cont_label:HOVER
{
	text-decoration: none;
	
}

td.news_item_label_bg
{
	/*background-image:url(../../images/1.HE/News/news_item_label_bg.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:20px;
	border-bottom:solid 1px #D6D6D6;
	border-left:solid 1px #D6D6D6;
	display:none;*/
	padding-right:15px;
	padding-bottom:10px;
	width: 100%;
}


/* End News List CSS */

/* News Document View CSS
------------------------------------------------------------*/


/* The DIV that is holding the date, source, title and subtitle */
.news_title_container
{
	margin-left:10px;
	padding-bottom:5px;
	vertical-align:top;
	margin-top:15px;
}
/* The holding the title TD */
.news_doc_title_row
{
}

/* The title of document and the TD it is in*/
.news_doc_title_td
{
	font-size:18px;
	color:#156E6E;
	padding:0px 0px 0px 0;
}
/* The holding the subtitle TD */
.news_doc_subtitle_row
{
}
.space
{
	padding-top: 8px;
	padding-bottom:4px;
}
.space1
{
	padding-top: 6px;
}
/* The subtitle of document and the TD it is in*/
.news_doc_subtitle_td
{
	font-weight:bold;
	font-size:14px;
	color:#166C6F;
	padding:0;
}
/* TD holding documents date */
.news_doc_date_td,.meeting_num_td,.decision_num_td
{
	text-align:right;
	padding:2px 0px;
	margin:0px;
}
/* TD holding the source */
.news_doc_source_td
{
	width:80%;
}
.news_title_and_date_table
{
}

/* The actual date of the document */
.news_doc_date
{
	color: #166C6F;
	font-family:Arial;
	font-size:12px;
}
/* The label of the source */
.news_doc_source_label
{
	font-family:Arial;
	font-size:12px;
	color: #166C6F;
}
/* The actual source of the document */
.news_doc_source
{
	color: #166C6F;
	font-family:Arial;
	font-size:12px;
}
/* The DIV that is holding the abstract */
.news_abstract_container
{
	color:#214F80;
	font-family:Arial;
	padding:0 0 10px 10px;
	font-weight:bold;
	font-size:12px;
}
/* The DIV that is holding the main content */
.news_main_content
{
	color:#002C5A;
	font-family:Arial;
	margin-bottom:0px;
	font-size:12px;
	padding-bottom: 10px;
}
/* The DIV that is holding the additional link */
.news_additional_link_container
{				   
	background:url(../../../Images/1.HE/News/news_link.gif) right center no-repeat;	
	padding:0px 17px 5px 0px;
}
/* additional link */
.news_additional_link
{
	font-family:Arial;
	font-size:11px;
	color:#214F80;
	text-decoration:underline;
	font-weight:bold;
}

.news_additional_link:HOVER
{
	text-decoration:none;
}

/********************************/
/********************************/
/********************************/
.news_title 
{ 
	font-size:18px;
	color:#156E6E;
	padding:15px 12px 7px 0;
} 

.search_news_table,.search_news_table2
{
	width:590px;
	background-color:#F9F7E4;
	margin:0 2px 0 0;
}

.search_news_table2 td { padding:2px 1px;}
.search_news_table td
{
	padding:8px 1px 8px;
}

.search_label_big {
	font-size:14px;
	font-weight:bold;
	color:#166C6F;
	padding:0  0 0 8px;
}

.search_label{
	font-weight:bold;
	color:#21558C;
	font-size:12px;
}

.news_search_results_count_tr
{
	/*display:none;*/
}

.news_search_results_count_td
{
	font-family:Arial;
	font-size:12px;
	color:#214F80;
	padding:0 8px 10px 0;
	font-weight:bold;
}

.news_search_results_count_td SPAN
{
	color:#166C6F;
	font-weight: bold;
	font-size:12px;
}

.news_list_title_div{
	background-color:#F0F4F7;
	border-bottom:1px solid #B7C9D6;
	height:22px;
	padding:3px 0px 0;
	color:#214F80;
	margin-bottom: 6px;
	width: 100%;
}

td.news_item_content
{
	/*border-left:solid 1px #D6D6D6;*/
	width:100%;
	padding:5px 0 8px;
	
}

.news_list_subtitle_td
{
	/*background-color:#F6F6F6;*/
	background-color:#F0F4F7;
	border-left:7px solid #FFFFFF;
	border-right:6px solid #FFFFFF;
}
/* The label of the meeting */
.meeting_num_label
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;color: #166C6F;
}
/* The label of the decision */
.decision_num_label
{
	font-family:Arial;
	font-weight:bold;
	font-size:12px;color: #166C6F;
}
/* The actual meeting */
.meeting_num
{
	color: #166C6F;
	font-family:Arial;
	font-size:12px;
}
/* The actual decision */
.decision_num
{
	color: #166C6F;
	font-family:Arial;
	font-size:12px;
}


SPAN.news_back
{
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
SPAN.news_back A{
	font-size:12px; color:#21558C; TEXT-DECORATION: none;
}
SPAN.news_back A:HOVER {
	TEXT-DECORATION: underline
}	
