
.article_title_container
{
	float: right;
	width:600px;
	text-align:right;
}

.article_padding
{
    padding-right:15px !important;   
}

.article_title_and_date_table
{
	width: 100%;
}

.article_title_td
{
	border-top: 0;
	color: #00BDE0;
	font-size: medium;
	font-weight: bold;
	height: 18px;
	padding: 0px 0px 10px 15px; /*width:601px;*/
	vertical-align: top;
	width: 100%;
}

.article_doc_date_td
{
	color: #848482;
	font-size: small;
	padding: 5px 27px;
	white-space: nowrap;
	font-weight: bold;
}

.article_doc_author_td
{
	color: #848482;
	font-size: small;
	padding: 5px 27px;
	width: 100%;
	font-weight: bold;
}

.article_doc_date_label, .article_doc_author_label
{
	color: #F75F0F;
	font-size: small;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

.article_doc_date, .article_doc_author
{
	color: #F75F0F;
	font-size: small;
	font-weight: bold;
}

div.links_article
{
	/*float: left;
	margin: 0px 10px 10px;
	text-align: center;*/
}
div.links_article table
{
    margin: 0px auto;
}
td.article_img
{
	width: 230px !important;
	height: 184px !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: 200px !important;
	height: 160px !important;
}
.article_abstract_container
{
	color: #626366;
	font-weight: bold;
	font-size: small;
	padding: 10px 0px 0px 15px;
	margin-right:0px !important;
	float:right;
}

.article_co_authors
{
	color: #848482;
	font-size: small;
	padding: 5px 27px;
}

.article_main_content
{
	color: #626366;
	font-size: small;
	font-weight: normal;
	margin-bottom: 5px;
	
	padding: 0px 0px 0px 15px;
    display:table;
}

.article_references
{
	color: #848482;
	font-size: small;
	margin-bottom: 5px;
	padding: 10px 0px;
	font-weight: bold;
}
.article_references a
{
	color: #848482 !important;
	font-size: small!important;
	font-weight: normal!important;
	text-decoration: underline !important;
}

.article_link_container
{
	margin: 4px 28px;
}

.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: #848482 !important;
	font-size: small;
	text-decoration: none !important;
	font-weight: bold !important;
	margin: 0px 20px;
}
a.article_url
{
	/*background: url(../../images/1.he/article/plus.gif) right center no-repeat;*/
	color: #F75F0F !important;
	font-size: small;
	/*text-decoration: none !important;*/
	font-weight: normal !important;
	/*padding: 0px 15px;*/
}

.docPictures_container
{
	/*padding: 0px;
	width: 100%;*/
}
.docPictures_container img
{
	/*width: 220px;*/
}
.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;
	padding: 0px 0px 0px 0px;
	color: #333333;
	height: 18px;
	/*background-color: #EEECE0;*/
	font-weight: bold;
}
.article_title_width
{
    width:600px;
}
a.article_title
{
	font-weight: bold;
	color: #333333 !important;
	text-decoration: none !important;
}
span.article_title
{
	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;

	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;
}
