@charset "utf-8";
/* CSS Document */

.type_news_header{

}
#news_header_holder {
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}

.type_news_header , .type_news_header:visited{
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.type_news_header:hover {
	text-decoration: underline;
	cursor:pointer;
}

#industry_news_link {
	background-color: #108FAC;
	color: #FFF;
}

#big_header {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}

.news_header , .news_header:visited{
	font-size: 11px;
	font-weight: bold;
	color: #108FAC;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.news_header:hover {
	text-decoration: underline;
}
.news_date {
	color: #8CC8D6;
	display: block;
	padding: 1px;
	font-size: 12px;
}

#big_desc {
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#big_news{
	/*background-color: #FDF8FF;*/
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	/*border: 1px solid #D9D9D9;*/
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.news_image {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 110px;
	float: right;
}

.read_more_news, .read_more_news:visited{
	text-decoration: none;
	color: blue;
}
.read_more_news:visited{
	text-decoration: none;

}

.read_more_news:hover{
	text-decoration: underline;
}
#big_image_news
{
	width:150px;
}
.big_news_header{
	color: #108FAC;
	font-weight:normal;
	border-bottom:1px solid #8CC8D6;
	padding-bottom:5px;
	margin:10px;
	
}
#news_list_image{
	width:150px;
	float:left;
	margin-right:7px;
}

