/* SEARCH Strip CSS
-----------------------------------------------------------------*/

.search_button
{
	cursor: hand;
}
.search_button_td
{
	padding-top: 6px;
}

.search_news_input
{
	width: 100px;
	font-size: small;
	line-height: 13px;
	height: 15px;
	border: 1px solid #8C9E73;
}
.search_news_input_td
{
	/*width:120px;*/
	padding-bottom: 6px;
}


.search_label_td
{
	padding-bottom: 10px;
	text-decoration: none !important;
}

.search_calendar_td_start
{
	text-align: left; /*width:50px;*/
	font-family: Arial;
	font-size: small;
}
.search_calendar_td_end
{
	text-align: left; /*width:90px;*/
	font-family: Arial;
	font-size: small;
}

.search_link_back_td
{
}
.search_link_back
{
	font-family: Arial;
	font-size: small;
	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: 1px;
	background-color: #333333;
}
.news_list_subtitle, a.news_list_subtitle, div.news_list_subtitle
{
	font-family: Arial;
	font-size: small;
	line-height: 15px;
	vertical-align: middle;
	text-align: right;
	color: #848482;
	text-decoration: none !important;
	float: right !important;
	font-weight: normal !important;
}
div.news_list_image
{
	width: 180px;
	height: 144px;
	/*background: url(../../images/1.he/faq/pic_frame_small.gif) no-repeat;*/
}
img.news_list_image
{
	width: 161px;
	height: 125px;
	cursor: hand;
	border: 0px;
	margin: 0px;
	padding: 10px;
}
.news_main_picture_div
{
	padding-left: 10px;
}
.news_list_title
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.news_list_date
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.news_search_archive_link, .news_search_link_back
{
	font-family: Arial;
	font-size: small;
	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: #166C6F;
	font-size: small;
	font-weight: bold;
}

.news_item_cont_label:HOVER
{
	text-decoration: underline;
}

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: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	margin-top: 5px;
}
/* The holding the title TD */
.news_doc_title_row
{
}

/* The title of document and the TD it is in*/
.news_doc_title_td
{
	padding: 0px 0px 10px 0;
	font-weight: bold;
	width: 100%;
	/*border-bottom: 1px solid #CDE5F5;*/
}
.news_doc_title_td h1
{
	margin: 0px;
	padding: 0px;
	color: #00BDE0;
	font-size: medium;
}
/* 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
{
	padding: 0;
}
.news_doc_subtitle_td h2
{
	margin: 0px;
	padding: 0px;
	color: #848482;
	font-weight:bold;
	font-size: small;
}
/* TD holding documents date */
.news_doc_date_td, .meeting_num_td, .decision_num_td
{
	text-align: right;
	padding: 2px 0px;
	margin: 0px;
	color: #848482;
	font-weight:bold;
	font-size: small;
}
/* TD holding the source */
.news_doc_source_td
{
	width: 80%;
}
.news_title_and_date_table
{
	width: 100%;
}

/* The actual date of the document */
TABLE.news_doc
{
	width: 100%;
	padding-right: 15px;
}
.news_doc_date
{
	color: #848482;
	font-weight:bold;
	font-size: small;
	font-family: Arial;
	
	
}
/* The label of the source */
.news_doc_source_label
{
	font-family: Arial;
	font-size: small;
	color: #333333;
	font-weight: bold !important;
}
/* The actual source of the document */
.news_doc_source
{
	color: #333333;
	font-family: Arial;
	font-size: small;
	font-weight: bold !important;
}
/* The DIV that is holding the abstract */
.news_abstract_container
{
	color: #a2a3a2;
	font-family: Arial;
	padding: 0 0 10px 10px;
	font-weight: bold;
	font-size: small;
}
/* The DIV that is holding the main content */
.news_main_content
{
	color: #a2a3a2;
	font-family: Arial;
	margin-bottom: 0px;
	font-size: small;
	padding-bottom: 10px;
	font-weight: bold;
}

div.news_main_content a, div.news_main_content a:hover
{
	color: #002C5A !important;
}
/* 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 0px 5px 0px;
}
/* additional link */
.news_additional_link
{
	font-family: Arial;
	font-size: small;
	color: #848482;
	text-decoration: none;
	font-weight: bold;
}

.news_additional_link:HOVER
{
	text-decoration: underline;
}

/********************************/
/********************************/
/********************************/
.news_title
{
	font-size: medium;
	font-weight:bold;
	color: #00BDE0;
	padding: 0px 0px 7px 0;
}

.search_news_table, .search_news_table2
{
	width: 100%;
	background-color: #FFCA1F;
	margin: 0px auto;
}

.search_news_table2 td
{
	padding: 2px 1px;
}
.search_news_table td
{
	padding: 3px 1px;
}

.search_label_big
{
	font-size: small;
	font-weight: bold;
	color: #333333;
	padding: 0px 8px;
	text-decoration: none !important;
}

.search_label
{
	font-weight: bold;
	color: #333333;
	font-size: small;
}

.news_search_results_count_tr
{
	/*display:none;*/
}

.news_search_results_count_td
{
	font-family: Arial;
	font-size: small;
	color: #214F80;
	padding: 0 8px 10px 0;
	font-weight: bold;
}

.news_search_results_count_td SPAN
{
	color: #166C6F;
	font-weight: bold;
	font-size: small;
}

.news_list_title_div
{
	border-bottom: 1px solid #333333;
	height: 22px;
	padding: 3px 0px 0;
	color: #214F80;
	margin-bottom: 6px;
	width: 100%;
	text-align: right;
}

td.news_item_content
{
	/*border-left:solid 1px #D6D6D6;*/
	width: 100%;
	padding: 5px 0 8px;
}

.news_list_subtitle_td
{
}
/* The label of the meeting */
.meeting_num_label
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: #166C6F;
}
/* The label of the decision */
.decision_num_label
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	color: #166C6F;
}
/* The actual meeting */
.meeting_num
{
	color: #166C6F;
	font-family: Arial;
	font-size: small;
}
/* The actual decision */
.decision_num
{
	color: #166C6F;
	font-family: Arial;
	font-size: small;
}


SPAN.news_back
{
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
}
SPAN.news_back A
{
	font-size: small;
	color: #166C6F;
	text-decoration: none;
}
SPAN.news_back A:HOVER
{
	text-decoration: underline;
}

.content_right
{
	padding: 0 15px;
	height: 100%;
}
.content_left
{
	width: 180px;
	padding: 3px 21px 0 12px;
}

.news_border_bottom
{
	/*border-bottom: 1px solid #CDE5F5;*/
}
.content_right_rs
{
	height: 29px;
	padding-top: 10px;
	vertical-align: top;
}
