@charset "utf-8";
/* CSS Document */

.clearFloat{
	clear:both;
	float:none;
	width:100%;
	}
#serach_articles{
	float:right;
	display:inline;
	width:100%;
	}
#serach_articles .input{
	width:88%;
	text-align:right;
	}
#serach_articles .search_label{
	width:11%;
	margin-bottom:5px;
	}
#serach_articles .research_area{
	height:80px;
	}
.halfLine{
	width:47.5%;
	float:right;
	display:inline;
	}
#serach_articles .halfLine .input{float:right;width:100%;}
#serach_articles .halfLine .search_label{
	display:block;
	width:auto;
	}
#areas_search{
	margin-right:11%;
	}
#serach_articles .submit{
	background-color:#CECECE;
	border:1px solid #A6A6A6;
	color:#424242;
	cursor:pointer;
	font-size:8pt;
	vertical-align:baseline;
	width:50px;
	text-align:center;
	}
#serach_articles .submit_over{
	background-color:#EEEEEE;
	border:1px solid #A6A6A6;
	color:#424242;
	cursor:pointer;
	font-size:8pt;
	vertical-align:baseline;
	width:50px;
	text-align:center;
	}

.article_result .article_title{
	padding:2px 5px;
	background-color:#D8DE30;
	color:#000;
	clear:both;
	}
.article_result{margin-bottom:15px;padding-bottom:8px;border-bottom:1px #000 dotted;}
.article_result .article_title a{color:#000;width:100%;display:block;}
.article_result .article_info{padding:5px;border-bottom:1px #cecece dotted;margin-bottom:10px;}
.article_result .article_public_date{float:left;display:inline;width:80px;text-align:left;}
.article_result .article_author{margin-left:80px;}
.article_result .article_image{
	display:inline;
	float:left;
	padding:0 10px 5px 0;
}
.article_result .article_abstract_body{text-align:justify;}
.article_result .article_icons{margin-top:5px;}
.article_result .article_full{
	direction:ltr;
	display:inline;
	float:left;
}
.article_result .article_expand{
	direction:ltr;
	display:inline;
	float:right;
}
.article_result .article_full a, .article_result .article_full img{vertical-align:text-top;}

.article_result .article_back{
	clear:both;
	float:none;
	text-align:center;
	}
.article_result .article_back_link{
	clear:both;
	float:none;
	text-align:center;
}
