.article_title_container
{
	/*float: right;*/
	
}

.article_title_and_date_table
{
	width: 100%;
}

.article_title_td
{
	color: #60AD47;
	font-size: medium;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom : solid 1px #60AD47;
	
}

.article_doc_date_td
{
	color: #A3A4A2;
	font-size: small;
	padding: 5px 0px;
	white-space: nowrap;
}

.article_doc_author_td
{
	color: #A3A4A2;
	font-size: small;
	padding: 5px 0px;
	width: 100%;
}

.article_doc_date_label, .article_doc_author_label
{
	color: #60AD47;
	font-size: 12px;
}
.article_doc_author_label{padding:0 0 0 0px;}
.article_doc_date, .article_doc_author
{
	color: #A3A4A2;
	font-size: small;
	font-weight: NORMAL;
}

div.links_article
{
	float: left;
	margin: 0px 10px 10px;
}

td.article_img
{
	width: 170px !important;
	height: 190px !important;
	background: url(../../images/1.he/faq/pic_frame.gif) no-repeat;
	text-align: center !important;
	vertical-align: top !important;
}

td.article_img img
{
	width: 150px !important;
	height: 170px !important;
}

.article_abstract_container
{
	color: #848482;
	font-weight: bold;
	font-size: small;
	padding: 10px 0px 20px 0px;
	margin : 0px;
	width:100%;
	
}

.article_co_authors
{
	color: #A3A4A2;
	font-size: small;
	font-weight: bold;
	padding : 10px 0px 10px 0px;
	margin:0px;
	
}

.article_main_content
{
	color: #A3A4A2;
	font-size: small;
	font-weight: bold;
	padding : 0px 0px 0px 15px;
}
.article_main_content_url
{
  /* background: url(../../images/1.he/article/plus.jpg) right bottom no-repeat;*/
    font-size: small;
	font-weight: bold;
	padding : 0px 0px 5px 0px;
	

}
.article_spn_url
{
   
    padding: 5px 10px 0px;
    #padding: 0px 19px 0px;
}
.article_spn_url_img
{
   
   vertical-align:bottom;
   position:absolute;
   padding: 5px 0 0 0;
   float:right;
}
.article_arr
{
   
   margin:0px;
   padding:0px;
   padding :0 0px -10px 0  !important;
   #margin:0 -10px 0 0;
   position:absolute;
   /*display:none;*/
}
.article_references
{
	color: #A3A4A2;
	font-size: small;
	margin-bottom: 5px;
	padding: 10px 0px;
	font-weight: bold;
}

.article_references a
{
	color: #4D6EC1 !important;
	font-size: small!important;
	font-weight: normal!important;
	text-decoration: underline !important;
}

.article_link_container
{
	margin: 0px 0px;
	padding : 15px 0px 15px 0px;
}

.article_link
{
	/*background: url(../../images/1.he/article/doc.gif) right center no-repeat;*/
	color: #636363;
	font-size: small;
	text-decoration: underline !important;
}

a.article_doc
{
	color: #60AD47 !important;
	font-size: small;
	text-decoration: underline !important;
	font-weight: bold !important;
	margin: 0px 20px;
}

a.article_url
{
	
	color: #60AD47 !important;
	font-size: small;
	text-decoration: underline !important;
	font-weight: bold !important;
	
	
}

.docPictures_container img
{
	
}

.LinkedDocs_container
{
	width: 100%;
}

.article_category_title
{
	background: #E5E6E6;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 1px;
	padding: 1px 6px 2px;
}

.article_title
{
	font-size: small;
	color: #60AD47;
	border-bottom : solid 1px #60AD47;
	margin : 0px 0px 0px 0px;
}

a.article_title
{
	font-weight: bold;
	color: #60AD47 !important;
	text-decoration: none !important;
}

span.article_title
{
    /*text-align : right;
	font-weight: bold;*/
}

.article_spacer
{
	background: #E1E1E1;
	height: 1px;
}

.article_seperator
{
	/*border-bottom: 1px solid #E1E1E1;
	padding-top: 5px;*/
}

.floatLeft
{
	float: left;
}
.floatRight
{
	float: right;
}
.alignLeft
{
	text-align: left;
}
.alignRight
{
	text-align: right;
}

/*CONTAINER FOR THE CONTENT OF THE ARTICLE*/
.articleContainer
{
}

/*ARTICLE TITLE - H1*/
.articleTitle
{
	font-size: small;
	margin: 0;
	padding: 3px 8px;
	color: #FFFFFF;
	background-color: #21558c;
}
.articleTitle span
{
	font-size: small;
}
/*ARTICLE ABSTRACT*/
.articleAbstractContainer
{
	color: #002E66;
	font-weight: bold;
	padding: 10px 5px 5px 2px;
}

/*ARTICLE TEXT*/
.articleMainContent
{
	color: #6E6E6E;
	font-size: small;
	margin-bottom: 10px;
	padding: 10px 10px 0;
}

/********ARTICLE INFO*********/
/*ARTICLE INFO TITLE*/
.articleInfo
{
	padding: 0 10px 0 0;
}
.articleInfo *
{
	color: #002E66;
	font-size: small;
}
/*date container*/
.articleDate
{
	float: right;
	display: block;
	margin-left: 10px;
}

/*date label*/
.articleDocDateLabel
{
}

/*date date*/
.articleDocDate
{
}

/*author container*/
.articleAuthor
{
}

/*author label*/
.articleDocAuthorLabel
{
}

/*author author*/
.articleDocAuthor
{
}

/*CoAuthor container*/
.articleCoAuthors
{
}

/*link container*/
.articleLinkContainer
{
	padding: 0px 0px 3px 0px;
}

/*link link*/
a.articleLink
{
}
/******END ARTICLE INFO*******/

/*references container*/
.articleReferences
{
	/*	padding: 0 10px 0 0;*/
	padding: 10px 10px 0;
	color: #6E6E6E;
	font-size: small;
	margin-bottom: 5px;
	font-weight: bolder;
}

/*references url*/
a.articleReferencesLink
{
}

/************************************/
/*MORE INFO*/
.linksArticle
{
	float: left;
	margin: 10px 10px 10px 0;
}

.article_container
{
    padding:0 15px 0 0 !important;
   
}