/*News container on home above webpoll*/
.leftHomeNews {
	height: 280px;
	overflow: hidden;
}


/*News annotation styles Begin*/
.shortNews, .shortNewsSel {
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
	font-weight: normal;
	width:600px;
}

.shortNewsSel {
	border: solid 1px #595959;
	border-width: 1px 0px;
}

.newsAnnotation {
	text-align: justify;
	color: #979797;
	
}

.newsAnnotation{
	height: 25px;
}

.newsAnnotation p {
	margin: 0px;
	display: inline;
}

.newsMeer {
	vertical-align: bottom;
	font-weight: bold;
}

.news_title{
	color: #004694;
	font-size: 11px;
}

.container{
	width: 350px;
	height:40px;
}

.container_without_img{
	height:40px;
	width:420px;
	color: #878787;
}

.bold{
	font-weight:bold;	
}
/*News annotation styles End*/