/* SEARCH Strip CSS
-----------------------------------------------------------------*/
.content_left
{
	vertical-align:top;
	padding:10px 0px 0px 15px;
}
input.cal-input
{
	width:70px;
	height:18px;
	border:Solid 1px #BEBEC0;
	text-align:center;
	font-size:11px;
}
#NewsTemplate1_CalendarStart_tblCalendar,
#NewsTemplate1_CalendarEnd_tblCalendar
{
	width:80px;
}
img.cal-icon
{
	float:right;
	vertical-align:middle;
	text-align:right;
	cursor:pointer;
}

.search_button
{
	cursor:hand;
	margin-top:2px;
}
.search_button_td
{
	width:20px;
	text-align:center;
}

.search_news_input
{
	width:70px;
	font-size:11px;
	height: 18px;
	border:1px solid #BEBEC0;
}
.search_news_input_td
{
	width:70px;
	text-align:left;
}


.search_label_td
{
	width:45px;
}

.search_calendar_td_start
{
	text-align:center;
	width:75px;
}
.search_calendar_td_end
{
	text-align:center;
	width:60px;
}

.search_link_back_td
{
}
.search_link_back
{
	font-family:verdana;
	font-size:12px;
	text-decoration:none;
}
.search_link_archive_td
{
	text-align:right;
}

/* End SEARCH Strip CSS */

/* News List CSS
------------------------------------------------------------*/
.news_list_table
{
}
.news_spacer_tr
{
	height:1px;
	background-color:#B1B1B1;
}
.news_list_subtitle,
a.news_list_subtitle,
div.news_list_subtitle
{
	font-family:verdana;
	font-size:12px;
	line-height:15px; 
	vertical-align: middle;
	color:#6D6A6A;
	text-decoration:none;
}


.news_list_image
{
	width:68px;
	height:96px;
	cursor:hand;
	border:0px;
	margin-right:5px;
}
.news_main_picture_div
{
}
.news_list_title
{
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#020049;
	text-decoration:none;
}

.news_list_date
{
	font-family:verdana;
	font-size:11px;
	color:black;
	text-decoration:none;
	display:block;
}


.news_search_archive_link,
.news_search_link_back
{
	font-family:verdana;
	font-size:12px;
	display:none;
	color:#020049;
	font-weight:bold;
	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:0px;
}
.news_item_left_width
{
	width:0px;
}

td.news_item_top_arrow
{
	display:none;
}
img.news_item_top_arrow
{
	height:0px;
}
td.news_item_top_bg
{
	display:none;
}
img.news_item_top_bg
{
	height:0px;
}
td.news_item_top_corner
{
	height:15px;
	background-image:url(../../images/1.JA/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.JA/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.JA/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
{
	padding-bottom:5px;
	vertical-align:top;
}
/* 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:22px;
	color:#177e6f;
	border-bottom:solid 5px #020049;
	padding:0px 0px 2px 0px;
}
/* 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:12px;
	color:#6D6A6A;
	padding:5px 0px 10px 0px;
}
/* TD holding documents date */
.news_doc_date_td,.meeting_num_td,.decision_num_td
{
	text-align:left; 
	padding-right:5px;
	margin:0px;
}
/* TD holding the source */
.news_doc_source_td
{
	text-align:left;
}
.news_title_and_date_table
{
	width:100%;
}

/* The actual date of the document */
.news_doc_date,
.news_doc_date_label
{
	color: #6D6A6A;
	font-family:verdana;
	font-size:12px;
}
/* The label of the source */
.news_doc_source_label
{
	border-left:solid 1px #020049;
	padding-left:5px;
}
.news_doc_source_label,
.news_doc_source
{
	font-family:verdana;
	font-size:12px;
	color: #020049;
	font-weight:bold;
}

/* The DIV that is holding the abstract */
.news_abstract_container
{
	color:#6D6A6A;
	font-family:verdana;
	padding-top:10px;
	font-style:italic;
	font-size:12px;
}
/* The DIV that is holding the main content */
.news_main_content,
.news_main_content p
{
	color:#6D6A6A;
	font-family:verdana;
	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.JA/News/news_link.gif) left center no-repeat;	
	padding:0px 0px 0px 13px;
	line-height:19px;
}
/* additional link */
.news_additional_link
{
	font-family:verdana;
	font-size:11px;
	color:#020049;
	text-decoration:underline;
	font-weight:bold;
}

.news_additional_link:HOVER
{
	text-decoration:none;
}

/********************************/
/********************************/
/********************************/
.news_title 
{ 
	font-size:22px;
	color:#177e6f;
	border-bottom:solid 5px #020049;
	padding:0px 0px 2px 0px;
} 

.search_news_table,.search_news_table2
{
	width:100%;
}

.search_news_table2 td { padding:2px 1px;}
.search_news_table td
{
	padding:8px 1px 8px;
}

.search_label_big,
.search_label {
	font-size:11px;
	color:#3D3D3D;
}
.news_search_results_count_tr
{
	background:#020049;
	height:25px;
}

.news_search_results_count_td
{
	font-family:verdana;
	font-size:12px;
	color:white;
	padding-left:10px;
	vertical-align:middle;
	text-align:left;
}

.news_search_results_count_td SPAN
{
	color:white;
	font-weight: bold;
	font-size:12px;
}

.news_list_title_div
{
	vertical-align:top;
	color:#3D3D3D;
	width: 100%;
	margin:-3px 0px 10px 0px;
}

td.news_item_content
{
	width:100%;
	padding:8px 0px 8px 0px;
	
}
.gradient_separator2,
.gradient_separator_img
{
	display:none;	
}

.news_list_subtitle_td
{
	padding:4px;
}
/* The label of the meeting */
.meeting_num_label
{
	font-family:verdana;
	font-weight:bold;
	font-size:12px;color: #166C6F;
}
/* The label of the decision */
.decision_num_label
{
	font-family:verdana;
	font-weight:bold;
	font-size:12px;color: #166C6F;
}
/* The actual meeting */
.meeting_num
{
	color: #166C6F;
	font-family:verdana;
	font-size:12px;
}
/* The actual decision */
.decision_num
{
	color: #166C6F;
	font-family:verdana;
	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
}	